Integrate mainline.
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 pod/perlhack.pod for the details.
7
8 For information on what's new in this release, see pod/perldelta.pod.
9
10 [The "CAST AND CREW" list has been moved to AUTHORS.]
11
12 NOTE: Each change entry shows the change number; who checked it into the
13 repository; when; description of the change; which branch the change
14 happened in; and the affected files.  The file lists have a short symbolic
15 indicator:
16
17             !       modified
18             +       added
19             -       deleted
20             +>      branched (from elsewhere)
21             !>      merged changes (from elsewhere)
22
23 The Message-Ids in the change entries refer to the email messages sent
24 to the perl5-porters mailing list.  You can retrieve the messages for
25 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
26
27 --------------
28 Version v5.7.X          Development release working toward v5.8
29 --------------
30 ____________________________________________________________________________
31 [ 15172] By: jhi                                   on 2002/03/11  13:54:49
32         Log: Regen toc.
33      Branch: perl
34            ! pod/perltoc.pod
35 ____________________________________________________________________________
36 [ 15171] By: jhi                                   on 2002/03/11  13:48:09
37         Log: Add t/CN.t and t/TW.t; re-sort.
38      Branch: perl
39            ! ext/Encode/MANIFEST
40 ____________________________________________________________________________
41 [ 15170] By: jhi                                   on 2002/03/11  13:04:25
42         Log: Document what to do if one yearns back to
43              the old legacy encoding.
44      Branch: perl
45            ! lib/encoding.pm
46 ____________________________________________________________________________
47 [ 15169] By: jhi                                   on 2002/03/11  12:57:45
48         Log: Undocument the use of .*utf8.*{upgrade,downgrade,encode,decode}
49              as general purpose encoding transformation interfaces
50              since that's not what they are.
51      Branch: perl
52            ! lib/utf8.pm pod/perlunicode.pod sv.c
53 ____________________________________________________________________________
54 [ 15168] By: ams                                   on 2002/03/11  12:54:16
55         Log: Subject: [PATCH] Re: Smoke 15089 Tru64/OSF  Problems: numconvert, lstat
56              warnings
57              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
58              Date: Mon, 11 Mar 2002 14:35:22 +0100
59              Message-Id: <20020311143522.A7431@rafael>
60      Branch: perl
61            ! t/lib/warnings/pp_sys
62 ____________________________________________________________________________
63 [ 15167] By: ams                                   on 2002/03/11  04:57:20
64         Log: A little commonsense is better than 1_compile.
65      Branch: perl
66            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
67 ____________________________________________________________________________
68 [ 15166] By: ams                                   on 2002/03/11  04:53:50
69         Log: Subject: [PATCH] Hash::Util & restricted hash touch up, part 1
70              From: Michael G Schwern <schwern@pobox.com>
71              Date: Sun, 10 Mar 2002 13:27:12 -0500
72              Message-Id: <20020310182712.GC693@blackrider>
73              
74              Subject: [PATCH] Hash::Util part 2
75              From: Michael G Schwern <schwern@pobox.com>
76              Date: Sun, 10 Mar 2002 15:09:34 -0500
77              Message-Id: <20020310200934.GB27112@blackrider>
78              
79              Subject: [PATCH] Hash::Util MANIFEST correction
80              From: Michael G Schwern <schwern@pobox.com>
81              Date: Sun, 10 Mar 2002 16:27:07 -0500
82              Message-Id: <20020310212707.GF27112@blackrider>
83              
84              (Also changes find.t and taint.t, which were looking for access.t)
85      Branch: perl
86            + ext/Data/Util/Changes ext/Data/Util/Makefile.PL
87            + ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
88            + ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
89            + ext/Data/Util/t/Hash.t
90            - t/lib/access.t
91            ! MANIFEST hv.c lib/File/Find/t/find.t lib/File/Find/t/taint.t
92            ! pod/perldiag.pod pod/perltodo.pod universal.c
93 ____________________________________________________________________________
94 [ 15165] By: jhi                                   on 2002/03/11  04:52:56
95         Log: metaconfig: more thready fixes.
96      Branch: metaconfig
97            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
98            ! U/threads/d_endgrent_r.U U/threads/d_endpwent_r.U
99            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
100            ! U/threads/d_getgrnam_r.U U/threads/d_getpwent_r.U
101            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
102            ! U/threads/d_gmtime_r.U U/threads/d_localtime_r.U
103            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
104            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
105            ! U/threads/d_strerror_r.U U/threads/d_ttyname_r.U
106 ____________________________________________________________________________
107 [ 15163] By: jhi                                   on 2002/03/11  04:39:54
108         Log: Skip obsoleted interfaces.
109      Branch: perl
110            ! Porting/findrfuncs
111 ____________________________________________________________________________
112 [ 15162] By: ams                                   on 2002/03/11  03:48:14
113         Log: Typo fixes.
114      Branch: perl
115            ! perl.c
116 ____________________________________________________________________________
117 [ 15161] By: jhi                                   on 2002/03/11  03:36:51
118         Log: Upgrade to Locale::Codes 2.02.
119      Branch: perl
120            + lib/Locale/Codes/t/rename.t
121            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
122            ! lib/Locale/Codes/t/uk.t lib/Locale/Country.pm
123            ! lib/Locale/Country.pod
124 ____________________________________________________________________________
125 [ 15160] By: jhi                                   on 2002/03/11  03:36:32
126         Log: Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
127              From: Nicholas Clark <nick@unfortu.net>
128              Date: Sun, 10 Mar 2002 18:17:50 +0000
129              Message-ID: <20020310181749.GC317@Bagpuss.unfortu.net>
130              
131              Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
132              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
133              Date: Sun, 10 Mar 2002 13:53:34 -0800
134              Message-ID: <eX9i8gzkg26G092yn@efn.org>
135              
136              (and reenable the feature in freebsd,
137              and move the freebsd pr url to perl.c)
138      Branch: perl
139            ! hints/freebsd.sh perl.c pod/perldelta.pod
140 ____________________________________________________________________________
141 [ 15159] By: ams                                   on 2002/03/11  03:34:13
142         Log: Subject: [PATCH stash.t] access::readonly is gone
143              From: Michael G Schwern <schwern@pobox.com>
144              Date: Sun, 10 Mar 2002 16:18:14 -0500
145              Message-Id: <20020310211813.GE27112@blackrider>
146      Branch: perl
147            ! ext/B/t/stash.t
148 ____________________________________________________________________________
149 [ 15158] By: ams                                   on 2002/03/11  03:28:04
150         Log: Subject: [PATCH] Raw socket require privileged user on Win2k
151              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
152              Date: Sun, 10 Mar 2002 22:10:15 +0100
153              Message-Id: <3C8BD9C7.610.7398DD@localhost>
154      Branch: perl
155            ! lib/Net/Ping/t/110_icmp_inst.t
156 ____________________________________________________________________________
157 [ 15157] By: jhi                                   on 2002/03/11  03:12:01
158         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42
159              From: Michael G Schwern <schwern@pobox.com>
160              Date: Sun, 10 Mar 2002 19:22:33 -0500
161              Message-ID: <20020311002233.GE4927@blackrider>
162      Branch: perl
163            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
164            ! lib/Test/Simple/Changes lib/Test/Simple/t/Builder.t
165            ! lib/Test/Simple/t/fail-more.t
166 ____________________________________________________________________________
167 [ 15156] By: jhi                                   on 2002/03/11  03:10:55
168         Log: Subject: [PATCH] Test.pm 1.18 -> 1.20
169              From: Michael G Schwern <schwern@pobox.com>
170              Date: Sun, 10 Mar 2002 17:14:10 -0500
171              Message-ID: <20020310221410.GA4915@blackrider>
172      Branch: perl
173            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
174            ! lib/Test/t/onfail.t lib/Test/t/skip.t lib/Test/t/todo.t
175 ____________________________________________________________________________
176 [ 15155] By: jhi                                   on 2002/03/11  03:09:16
177         Log: Subject: [PATCH] more warnings tidyup
178              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
179              Date: Sun, 10 Mar 2002 21:01:39 -0000
180              Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk>
181      Branch: perl
182            ! av.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c numeric.c
183            ! op.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
184            ! regcomp.c regexec.c sv.c taint.c toke.c universal.c utf8.c
185            ! util.c
186 ____________________________________________________________________________
187 [ 15154] By: jhi                                   on 2002/03/11  03:07:03
188         Log: Subject: Re: [PATCH] xsubpp prototypes warnings
189              From: Nicholas Clark <nick@unfortu.net>
190              Date: Sun, 10 Mar 2002 23:21:07 +0000
191              Message-ID: <20020310232107.GI317@Bagpuss.unfortu.net>
192      Branch: perl
193            ! ext/B/C/C.xs ext/Encode/CN/Makefile.PL
194            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL
195            ! ext/Encode/TW/Makefile.PL
196 ____________________________________________________________________________
197 [ 15153] By: ams                                   on 2002/03/11  03:06:59
198         Log: Subject: Re: [patch] IO::Socket::INET Broadcast patch
199              From: Max Baker <max@warped.org>
200              Date: Fri, 8 Mar 2002 10:56:19 -0800
201              Message-Id: <20020308105619.A15039@warped.org>
202      Branch: perl
203            ! ext/IO/lib/IO/Socket/INET.pm
204 ____________________________________________________________________________
205 [ 15152] By: jhi                                   on 2002/03/11  03:05:54
206         Log: Subject: [PATCH] spelling correction
207              From: Nicholas Clark <nick@unfortu.net>
208              Date: Sun, 10 Mar 2002 18:34:42 +0000
209              Message-ID: <20020310183441.GE317@Bagpuss.unfortu.net>
210      Branch: perl
211            ! pp.c pp_hot.c
212 ____________________________________________________________________________
213 [ 15151] By: jhi                                   on 2002/03/11  03:04:33
214         Log: DG/UX updates from Takis Psarogiannakopoulos.
215      Branch: perl
216            ! README.dgux hints/dgux.sh perl.h t/op/stat.t thread.h
217 ____________________________________________________________________________
218 [ 15150] By: ams                                   on 2002/03/11  03:02:47
219         Log: Subject: [PATCH] debugger filenames for Mac OS - db.patch (1/1)
220              From: Chris Nandor <pudge@pobox.com>
221              Date: Mon, 04 Mar 2002 17:48:12 -0500
222              Message-Id: <pudge-3FDB8F.17481204032002@onion.valueclick.com>
223      Branch: perl
224            ! lib/DB.pm lib/perl5db.pl
225 ____________________________________________________________________________
226 [ 15149] By: jhi                                   on 2002/03/11  03:01:26
227         Log: metaconfig unit changes in preparation of reentrancy changes.
228      Branch: metaconfig
229            + U/threads/d_ctermid_r.U U/threads/d_readdir64_r.U
230            + U/threads/d_ttyname_r.U
231            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
232            ! U/threads/d_endgrent_r.U U/threads/d_endhent_r.U
233            ! U/threads/d_endnent_r.U U/threads/d_endpent_r.U
234            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
235            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
236            ! U/threads/d_gethent_r.U U/threads/d_getnent_r.U
237            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
238            ! U/threads/d_getpwuid_r.U U/threads/d_gmtime_r.U
239            ! U/threads/d_localtime_r.U U/threads/d_readdir_r.U
240            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
241            ! U/threads/d_strerror_r.U
242 ____________________________________________________________________________
243 [ 15148] By: jhi                                   on 2002/03/10  22:32:33
244         Log: Mysterious characters.
245      Branch: perl
246            ! utf8.h
247 ____________________________________________________________________________
248 [ 15147] By: jhi                                   on 2002/03/10  17:58:43
249         Log: Unused.
250      Branch: perl
251            ! op.c
252 ____________________________________________________________________________
253 [ 15146] By: jhi                                   on 2002/03/10  16:35:55
254         Log: Implement :std subpragma of the open pragma
255              that makes the standard filehandles to talk in
256              encodings.  This change set off a weird warning
257              from op.c, though: disabled it now until someone
258              who knows what it is about comes along.
259      Branch: perl
260            ! lib/open.pm op.c
261 ____________________________________________________________________________
262 [ 15145] By: jhi                                   on 2002/03/10  16:00:46
263         Log: Document the logic of :locale better.
264      Branch: perl
265            ! lib/open.pm
266 ____________________________________________________________________________
267 [ 15144] By: jhi                                   on 2002/03/10  15:53:57
268         Log: Subject: [PATCH] for broken /proc/curproc/file on FreeBSD
269              From: Slaven Rezic <slaven.rezic@berlin.de>
270              Date: 10 Mar 2002 02:49:17 +0100
271              Message-ID: <87lmd1qjj6.fsf@vran.herceg.de>
272      Branch: perl
273            ! hints/freebsd.sh
274 ____________________________________________________________________________
275 [ 15143] By: jhi                                   on 2002/03/10  15:46:22
276         Log: Subject: Encode::Tcl docs (was Re: UTF-16 and other missing(?) encodings)    
277              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
278              Date: Sun, 10 Mar 2002 17:08:54 +0900
279              Message-Id: <20020310170748.1F29.BQW10602@nifty.com>
280      Branch: perl
281            ! ext/Encode/lib/Encode/Tcl.pm
282            ! ext/Encode/lib/Encode/Tcl/Escape.pm
283            ! ext/Encode/lib/Encode/Tcl/Extended.pm
284            ! ext/Encode/lib/Encode/Tcl/Table.pm
285 ____________________________________________________________________________
286 [ 15142] By: jhi                                   on 2002/03/10  15:43:54
287         Log: The patch does the following:
288              - Nix the unneccessary diagnostics line
289              - Quell -w warnings if the first ENV doesn't exist
290              - While zh_CN means euc-cn, zh_TW almost invariably mean big5, as euc-tw
291              is too baroque and bloated for daily use (and for perl core inclusion).
292              - "Cannot figure out an encoding to use" when locale is 'C' is rendered
293              non-fatal.
294              - Consequently, the ^OPEN bits is set only when needed.
295      Branch: perl
296            ! lib/open.pm
297 ____________________________________________________________________________
298 [ 15141] By: jhi                                   on 2002/03/10  05:15:26
299         Log: Misc tiny tweaks from Sarathy, good for threaded builds.
300      Branch: perl
301            ! ext/Socket/Socket.xs hints/linux.sh pp_sys.c
302 ____________________________________________________________________________
303 [ 15140] By: jhi                                   on 2002/03/10  05:12:08
304         Log: Precedence problem.
305      Branch: perl
306            ! ext/Socket/socketpair.t
307 ____________________________________________________________________________
308 [ 15139] By: jhi                                   on 2002/03/10  04:57:07
309         Log: Renaming tweaks, and split off the reentrant "superbuffer"
310              init routine.
311      Branch: perl
312            ! embed.fnc embed.h global.sym intrpvar.h op.h perl.c proto.h
313            ! sv.c util.c
314 ____________________________________________________________________________
315 [ 15138] By: jhi                                   on 2002/03/10  00:59:50
316         Log: The 7-bit jis seems to be the hanging one.
317      Branch: perl
318            ! ext/Encode/t/Tcl.t
319 ____________________________________________________________________________
320 [ 15137] By: jhi                                   on 2002/03/10  00:39:18
321         Log: Begone.
322      Branch: perl
323            ! ext/Encode/MANIFEST
324 ____________________________________________________________________________
325 [ 15136] By: jhi                                   on 2002/03/09  23:56:42
326         Log: Better fix from Autrijus.
327      Branch: perl
328            ! ext/Encode/CN/CN.pm ext/Encode/Encode.pm ext/Encode/JP/JP.pm
329            ! ext/Encode/KR/KR.pm ext/Encode/TW/TW.pm
330 ____________________________________________________________________________
331 [ 15135] By: jhi                                   on 2002/03/09  18:49:55
332         Log: Not everybody has Encode::HanExtra.
333      Branch: perl
334            ! ext/Encode/Encode.pm
335 ____________________________________________________________________________
336 [ 15134] By: jhi                                   on 2002/03/09  18:30:18
337         Log: Decutandpasto.
338      Branch: perl
339            ! ext/Encode/lib/Encode/Tcl.pm
340 ____________________________________________________________________________
341 [ 15133] By: jhi                                   on 2002/03/09  18:19:38
342         Log: Subject: [PATCH] Data::Dumper
343              From: Nicholas Clark <nick@unfortu.net>
344              Date: Sat, 9 Mar 2002 19:03:54 +0000
345              Message-ID: <20020309190353.GE307@Bagpuss.unfortu.net>
346      Branch: perl
347            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
348            ! ext/Data/Dumper/t/dumper.t
349 ____________________________________________________________________________
350 [ 15132] By: jhi                                   on 2002/03/09  16:55:40
351         Log: Subject: [PATCH] socketpair.t w/o fork
352              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
353              Date: Sat, 9 Mar 2002 14:55:11 +0100
354              Message-ID: <3C8A224F.29578.13691BA@localhost>
355              
356              (modified as suggested by Sarathy)
357      Branch: perl
358            ! ext/Socket/socketpair.t
359 ____________________________________________________________________________
360 [ 15131] By: jhi                                   on 2002/03/09  16:05:00
361         Log: Subject: [PATCH perldelta] Mention Change 14727
362              From: Autrijus Tang <autrijus@autrijus.org>
363              Date: Sat, 9 Mar 2002 23:31:40 +0800
364              Message-ID: <20020309153140.GA4224@not.autrijus.org>
365      Branch: perl
366            ! pod/perldelta.pod
367 ____________________________________________________________________________
368 [ 15130] By: jhi                                   on 2002/03/09  16:02:58
369         Log: Make Encode.pm implicitly load external CJK tables the first
370              time they're needed (instead of immediately), from Autrijus
371              Tang.
372      Branch: perl
373            ! ext/Encode/Encode.pm
374 ____________________________________________________________________________
375 [ 15129] By: jhi                                   on 2002/03/09  16:01:00
376         Log: Subject: Re: Two questions
377              From: Nicholas Clark <nick@unfortu.net>
378              Date: Sat, 9 Mar 2002 12:42:40 +0000
379              Message-ID: <20020309124239.GC307@Bagpuss.unfortu.net>
380      Branch: perl
381            ! Porting/pumpkin.pod
382 ____________________________________________________________________________
383 [ 15128] By: jhi                                   on 2002/03/09  04:19:22
384         Log: Subject: [PATCH] pp_sys.c (pp_sselect to not clobber storage on BigEndian
385              From: Paul_GreenVOS@vos.stratus.com
386              Date: Fri, 8 Mar 02 22:34 est
387              Message-Id: <200203090336.WAA11215@mailhub1.stratus.com>
388      Branch: perl
389            ! pp_sys.c
390 ____________________________________________________________________________
391 [ 15127] By: jhi                                   on 2002/03/09  01:34:41
392         Log: Subject: [PATCH @15084] perl -Dt doesnt output newlines
393              From: davem@fdgroup.co.uk
394              Date: Sat, 9 Mar 2002 00:13:27 GMT
395              Message-Id: <200203090013.AAA01000@gizmo.fdgroup.co.uk>
396      Branch: perl
397            ! dump.c
398 ____________________________________________________________________________
399 [ 15126] By: jhi                                   on 2002/03/09  01:23:16
400         Log: Deglitch from Rafael.
401      Branch: perl
402            ! ext/B/t/lint.t
403 ____________________________________________________________________________
404 [ 15125] By: jhi                                   on 2002/03/08  23:49:00
405         Log: Still more portability.
406      Branch: perl
407            ! Porting/findrfuncs
408 ____________________________________________________________________________
409 [ 15124] By: jhi                                   on 2002/03/08  22:54:50
410         Log: More portability.
411      Branch: perl
412            ! Porting/findrfuncs
413 ____________________________________________________________________________
414 [ 15123] By: jhi                                   on 2002/03/08  22:14:37
415         Log: Shared library paths; running tests manually.
416      Branch: perl
417            ! INSTALL
418 ____________________________________________________________________________
419 [ 15122] By: jhi                                   on 2002/03/08  22:02:37
420         Log: Subject: RE: Two questions
421              From: "Green, Paul" <Paul.Green@stratus.com>
422              Date: Fri, 8 Mar 2002 17:55:19 -0500
423              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E231C@EXNA4.stratus.com>
424      Branch: perl
425            ! Porting/pumpkin.pod
426 ____________________________________________________________________________
427 [ 15121] By: jhi                                   on 2002/03/08  21:52:51
428         Log: New shinier lint.t (and Lint.pm) from Rafael Garcia-Suarez.
429              (Lint.pm nit noticed by Michael Cook <michael@waxrat.com>)
430      Branch: perl
431            + ext/B/t/lint.t
432            ! MANIFEST ext/B/B/Lint.pm
433 ____________________________________________________________________________
434 [ 15120] By: jhi                                   on 2002/03/08  20:27:42
435         Log: metaconfig unit change for #15119.
436      Branch: metaconfig
437            ! U/threads/d_pthread_atfork.U
438 ____________________________________________________________________________
439 [ 15119] By: jhi                                   on 2002/03/08  20:27:17
440         Log: In DG/UX finding pthread_atfork requires a true compile,
441              from Takis Psarogiannakopoulos.
442      Branch: perl
443            ! Configure config_h.SH
444 ____________________________________________________________________________
445 [ 15118] By: jhi                                   on 2002/03/08  20:07:07
446         Log: Subject: [PATCH] Forgot an OVERLOAD character in xsubpp
447              From: John Peacock <jpeacock@rowman.com>
448              Date: Fri, 08 Mar 2002 15:52:41 -0500
449              Message-ID: <3C892499.4050502@rowman.com>
450      Branch: perl
451            ! lib/ExtUtils/xsubpp
452 ____________________________________________________________________________
453 [ 15117] By: jhi                                   on 2002/03/08  20:05:41
454         Log: Subject: [PATCH @15109] test numbers for t/op/write.t
455              From: "Craig A. Berry" <craigberry@mac.com>
456              Date: Fri, 08 Mar 2002 15:02:51 -0600
457              Message-Id: <5.1.0.14.2.20020308145949.030c8c90@exchi01>
458      Branch: perl
459            ! t/op/write.t
460 ____________________________________________________________________________
461 [ 15116] By: jhi                                   on 2002/03/08  18:53:42
462         Log: Subject: [PATCH] *BETTER* installperl script patch for VOS
463              From: Paul_GreenVOS@vos.stratus.com
464              Date: Fri, 8 Mar 02 14:45 est
465              Message-Id: <200203081947.OAA29065@mailhub1.stratus.com>
466      Branch: perl
467            ! installperl
468 ____________________________________________________________________________
469 [ 15115] By: jhi                                   on 2002/03/08  18:52:30
470         Log: Subject: [PATCH @15109] tm_tm_* for VMS
471              From: "Craig A. Berry" <craigberry@mac.com>
472              Date: Fri, 08 Mar 2002 13:07:52 -0600
473              Message-Id: <5.1.0.14.2.20020308123619.01ae5230@exchi01>
474      Branch: perl
475            ! configure.com
476 ____________________________________________________________________________
477 [ 15114] By: jhi                                   on 2002/03/08  18:51:27
478         Log: Detypo.
479      Branch: perl
480            ! Changes
481 ____________________________________________________________________________
482 [ 15113] By: jhi                                   on 2002/03/08  18:49:56
483         Log: Better test for #14795 (bug id 20020124.005) from Andreas.
484      Branch: perl
485            ! t/op/pat.t
486 ____________________________________________________________________________
487 [ 15112] By: jhi                                   on 2002/03/08  17:56:36
488         Log: HP-UX nm seems to repeat itself.
489      Branch: perl
490            ! Porting/findrfuncs
491 ____________________________________________________________________________
492 [ 15111] By: jhi                                   on 2002/03/08  17:50:21
493         Log: Nice porting script from Sarathy.  Well, less nice
494              in the sense that it shows the looong road ahead.
495      Branch: perl
496            + Porting/findrfuncs
497            ! MANIFEST Porting/makerel
498 ____________________________________________________________________________
499 [ 15110] By: jhi                                   on 2002/03/08  15:58:25
500         Log: Subject: Re: Performance considerations for UTF-8
501              From: Jarkko Hietaniemi <jhi@iki.fi>
502              Date: Fri, 8 Mar 2002 18:53:28 +0200
503              Message-ID: <20020308185328.D640@alpha.hut.fi>
504              
505              (put all in perlunicode)
506      Branch: perl
507            ! pod/perlunicode.pod
508 ____________________________________________________________________________
509 [ 15109] By: jhi                                   on 2002/03/08  15:09:38
510         Log: Update Changes.
511      Branch: perl
512            ! Changes patchlevel.h
513 ____________________________________________________________________________
514 [ 15108] By: jhi                                   on 2002/03/08  14:59:50
515         Log: Subject: Cygwin cygipc support skipped
516              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
517              Date: Fri, 8 Mar 2002 16:59:34 +0100
518              Message-ID: <113694157285.20020308165934@familiehaase.de>
519      Branch: perl
520            ! hints/cygwin.sh
521 ____________________________________________________________________________
522 [ 15107] By: jhi                                   on 2002/03/08  14:48:36
523         Log: metaconfig unit change for #15106.
524      Branch: metaconfig
525            ! U/compline/d_gconvert.U
526 ____________________________________________________________________________
527 [ 15106] By: jhi                                   on 2002/03/08  14:48:14
528         Log: Subject: Re: [PATCH] tests for Gconvert
529              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
530              Date: Thu, 07 Mar 2002 16:48:10 -0800
531              Message-ID: <KpAi8gzkganW092yn@efn.org>
532      Branch: perl
533            ! Configure config_h.SH t/base/num.t
534 ____________________________________________________________________________
535 [ 15105] By: jhi                                   on 2002/03/08  14:32:55
536         Log: The new test has some teething problems.
537      Branch: perl
538            - ext/B/t/lint.t
539            ! MANIFEST
540 ____________________________________________________________________________
541 [ 15104] By: jhi                                   on 2002/03/08  13:42:24
542         Log: Subject: [PATCH] B::Lint tests
543              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
544              Date: Fri, 8 Mar 2002 14:47:19 +0100
545              Message-ID: <20020308144719.A2663@rafael>
546      Branch: perl
547            + ext/B/t/lint.t
548            ! MANIFEST ext/B/B/Lint.pm
549 ____________________________________________________________________________
550 [ 15103] By: jhi                                   on 2002/03/08  13:40:35
551         Log: Subject: [PATCH] hints/powerux.sh for perl-5.7.3
552              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
553              Date: Fri, 8 Mar 2002 13:24:14 GMT
554              Message-Id: <200203081324.NAA00642@cleo>
555      Branch: perl
556            ! hints/powerux.sh
557 ____________________________________________________________________________
558 [ 15102] By: jhi                                   on 2002/03/08  13:37:04
559         Log: Subject: HP has some new models
560              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
561              Date: Fri, 08 Mar 2002 13:07:02 +0100
562              Message-Id: <20020308130529.E335.H.M.BRAND@hccnet.nl>
563      Branch: perl
564            ! README.hpux
565 ____________________________________________________________________________
566 [ 15101] By: ams                                   on 2002/03/08  09:11:40
567         Log: Subject: [PATCH: pod/perlguts.pod] pod markup fixes
568              From: Stas Bekman <stas@stason.org>
569              Date: Fri, 8 Mar 2002 15:29:53 +0800 (SGT)
570              Message-Id: <Pine.LNX.4.44.0203081529050.5375-100000@hope.stason.org>
571      Branch: perl
572            ! pod/perlguts.pod
573 ____________________________________________________________________________
574 [ 15100] By: pudge                                 on 2002/03/08  03:23:17
575         Log: Update Changes
576      Branch: maint-5.6/macperl
577            ! macos/Changes
578 ____________________________________________________________________________
579 [ 15099] By: pudge                                 on 2002/03/08  03:20:06
580         Log: Replace macperlbundled with macperldelta
581      Branch: maint-5.6/macperl
582            ! macos/macperl/MacPerl.podhelp
583 ____________________________________________________________________________
584 [ 15098] By: pudge                                 on 2002/03/08  03:19:44
585         Log: Comsetic fixes (Thomas Wegner)
586      Branch: maint-5.6/macperl
587            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.r
588 ____________________________________________________________________________
589 [ 15097] By: pudge                                 on 2002/03/08  03:19:08
590         Log: Bump OS version
591      Branch: maint-5.6/macperl
592            ! macos/config.sh
593 ____________________________________________________________________________
594 [ 15096] By: jhi                                   on 2002/03/08  03:14:41
595         Log: Thought I deleted this already?
596      Branch: perl
597            - ext/I18N/Langinfo/fallback.c
598 ____________________________________________________________________________
599 [ 15095] By: jhi                                   on 2002/03/08  03:06:20
600         Log: perlport updates from Pudge.
601      Branch: perl
602            ! pod/perlport.pod
603 ____________________________________________________________________________
604 [ 15094] By: ams                                   on 2002/03/08  03:06:03
605         Log: Nitpick.
606      Branch: perl
607            ! MANIFEST
608 ____________________________________________________________________________
609 [ 15093] By: jhi                                   on 2002/03/08  03:00:46
610         Log: Wrong test.
611      Branch: perl
612            ! pod/perldelta.pod
613 ____________________________________________________________________________
614 [ 15091] By: jhi                                   on 2002/03/08  02:25:23
615         Log: Integrate change 14064 from macperl to blead.
616      Branch: perl
617           !> pod/perlmodinstall.pod pod/perlport.pod
618 ____________________________________________________________________________
619 [ 15090] By: pudge                                 on 2002/03/08  02:15:01
620         Log: Integrate recent perlport changes
621      Branch: maint-5.6/macperl
622           !> pod/perlport.pod
623 ____________________________________________________________________________
624 [ 15089] By: ams                                   on 2002/03/08  01:54:03
625         Log: Subject: [ID 20020307.010] [Patch docs] A _very_ small patch to correct a
626              minor typo in perlguts.pod
627              From: Anton Tagunov <tagunov@motor.ru>
628              Date: Fri, 8 Mar 2002 05:26:59 +0300
629              Message-Id: <4649821189.20020308052659@motor.ru>
630      Branch: perl
631            ! pod/perlguts.pod
632 ____________________________________________________________________________
633 [ 15088] By: jhi                                   on 2002/03/08  01:40:41
634         Log: Subject: Re[2]: [ID 20020307.006] [BUG][use encoding] use encoding 'greek'; print "not" unless pack("U*", 0x3af) eq pack("C*", 0xdf) prints "not"! 
635              From: Anton Tagunov <tagunov@newmail.ru>
636              Date: Fri, 8 Mar 2002 04:31:44 +0300
637              Message-ID: <13946506773.20020308043144@newmail.ru>
638              
639              (one test changed)
640      Branch: perl
641            ! lib/encoding.t sv.c
642 ____________________________________________________________________________
643 [ 15087] By: jhi                                   on 2002/03/08  00:15:08
644         Log: Subject: [PATCH perldelta] some more deltas
645              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
646              Date: Thu, 7 Mar 2002 23:13:23 +0100
647              Message-ID: <20020307231323.A13068@rafael>
648      Branch: perl
649            ! pod/perldelta.pod
650 ____________________________________________________________________________
651 [ 15086] By: jhi                                   on 2002/03/07  22:43:31
652         Log: Subject: [PATCH] perl/t/io/fs.t -- VOS bug
653              From: Paul_GreenVOS@vos.stratus.com
654              Date: Thu, 7 Mar 02 14:25 est
655              Message-Id: <200203071924.OAA03273@mailhub2.stratus.com>
656      Branch: perl
657            ! t/io/fs.t
658 ____________________________________________________________________________
659 [ 15085] By: jhi                                   on 2002/03/07  22:37:51
660         Log: As suggested by Anton Tagunov, eq and cmp now obey the
661              encoding pragma (by remapping their byte argument if the
662              other argument is in Unicode).  Also fix a bug found by
663              Anton where ord undef under the encoding pragma would barf.
664              ([ID 20020307.009] A null pointer dereference with 'use encoding')
665              Finally, use the nicer form of sv_recode_to_utf8.
666      Branch: perl
667            ! lib/encoding.pm lib/encoding.t pp.c regcomp.c sv.c toke.c
668 ____________________________________________________________________________
669 [ 15084] By: jhi                                   on 2002/03/07  20:54:02
670         Log: Retract #14985, #14899, and #14990, following the principles
671              "Do no harm." and "If it ain't broke, don't fix it."
672              
673              Firstly, the #14985 broke badly on UTF-EBCDIC, #14990 fixed
674              some, but still broken, and I do not have the extra brain
675              cells for the EBCDIC backport.  Secondly, the old version
676              worked both in EBCDIC and non-.  Thirdly, the old version
677              may be more amenable for the behaviour suggsted by Anton
678              Tagunov regarding the encoding pragma.
679      Branch: perl
680            ! embed.fnc embed.h global.sym proto.h sv.c util.c
681 ____________________________________________________________________________
682 [ 15083] By: jhi                                   on 2002/03/07  20:26:36
683         Log: Long doubles give you long doubles.
684      Branch: perl
685            ! t/base/num.t
686 ____________________________________________________________________________
687 [ 15082] By: jhi                                   on 2002/03/07  18:16:39
688         Log: Forgotten deMANIFESTation.
689      Branch: perl
690            ! MANIFEST
691 ____________________________________________________________________________
692 [ 15081] By: jhi                                   on 2002/03/07  17:29:17
693         Log: Obsolete unused file, noticed by Dank Kogai.
694      Branch: perl
695            - ext/Encode/lib/Encode/JP/Tr.pm
696 ____________________________________________________________________________
697 [ 15080] By: ams                                   on 2002/03/07  11:31:46
698         Log: Subject: [PATCH Changes] Changes should mirror version number
699              From: Robin Barker <rmb1@cise.npl.co.uk>
700              Date: Thu, 7 Mar 2002 11:04:24 GMT
701              Message-Id: <200203071104.LAA17200@tempest.npl.co.uk>
702      Branch: perl
703            ! Porting/pumpkin.pod
704 ____________________________________________________________________________
705 [ 15079] By: jhi                                   on 2002/03/07  04:40:06
706         Log: metaconfig unit change for #15078.
707      Branch: metaconfig
708            ! U/compline/d_gconvert.U
709 ____________________________________________________________________________
710 [ 15078] By: jhi                                   on 2002/03/07  04:39:39
711         Log: Subject: Re: [PATCH] tests for Gconvert
712              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
713              Date: Wed, 06 Mar 2002 20:22:54 -0800
714              Message-ID: <esuh8gzkg2/b092yn@efn.org>
715      Branch: perl
716            ! Configure pod/perldelta.pod t/base/num.t
717 ____________________________________________________________________________
718 [ 15077] By: jhi                                   on 2002/03/07  03:27:38
719         Log: Mac OS X UFS does not do ctime.
720      Branch: perl
721            ! pod/perldelta.pod pod/perlport.pod
722 ____________________________________________________________________________
723 [ 15076] By: jhi                                   on 2002/03/07  02:40:09
724         Log: AUTHORS updates.
725      Branch: perl
726            ! AUTHORS
727 ____________________________________________________________________________
728 [ 15075] By: jhi                                   on 2002/03/07  01:48:46
729         Log: Continued Chinese puzzles from Autrijus.
730      Branch: perl
731            + ext/Encode/t/CN.t ext/Encode/t/TW.t
732            ! MANIFEST ext/Encode/lib/Encode/CN/HZ.pm
733 ____________________________________________________________________________
734 [ 15074] By: jhi                                   on 2002/03/07  00:16:10
735         Log: Subject: [PATCH bleadperl] reordering conditions in Win32.pm
736              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
737              Date: Wed, 6 Mar 2002 18:13:51 +0100
738              Message-ID: <16925657426.20020306181351@tesla.rcub.bg.ac.yu>
739      Branch: perl
740            ! lib/File/Spec/Win32.pm
741 ____________________________________________________________________________
742 [ 15073] By: jhi                                   on 2002/03/07  00:15:11
743         Log: perlport tweaks.
744      Branch: perl
745            ! pod/perlport.pod
746 ____________________________________________________________________________
747 [ 15072] By: jhi                                   on 2002/03/07  00:05:11
748         Log: Subject: Re: [PATCH docs] Re: Bug with -M
749              From: Michael G Schwern <schwern@pobox.com>
750              Date: Wed, 6 Mar 2002 16:20:27 -0500
751              Message-ID: <20020306212027.GC4257@blackrider>
752      Branch: perl
753            ! pod/perlfunc.pod pod/perlport.pod
754 ____________________________________________________________________________
755 [ 15071] By: jhi                                   on 2002/03/06  20:20:29
756         Log: perldelta updates.
757      Branch: perl
758            ! pod/perldelta.pod
759 ____________________________________________________________________________
760 [ 15070] By: jhi                                   on 2002/03/06  20:06:37
761         Log: 5005threads wasn't even compiling.
762      Branch: perl
763            ! perl.c
764 ____________________________________________________________________________
765 [ 15069] By: jhi                                   on 2002/03/06  15:06:33
766         Log: Subject: Re: perl@15047 New format tests for still existing bugs
767              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
768              Date: Wed, 06 Mar 2002 12:59:29 +0100
769              Message-Id: <20020306125854.C6F5.H.M.BRAND@hccnet.nl>
770      Branch: perl
771            ! t/op/write.t
772 ____________________________________________________________________________
773 [ 15068] By: jhi                                   on 2002/03/06  15:04:41
774         Log: Regen Glossary et al.
775      Branch: perl
776            ! Porting/Glossary Porting/config.sh Porting/config_H
777 ____________________________________________________________________________
778 [ 15067] By: jhi                                   on 2002/03/06  14:39:58
779         Log: Use HAS_TM_TM_ZONE (from #15065).  Should help
780              [ID 20020305.022] POSIX::strftime dumps core: STRUCT_TM_HASZONE should be set
781      Branch: perl
782            ! util.c
783 ____________________________________________________________________________
784 [ 15066] By: jhi                                   on 2002/03/06  14:39:40
785         Log: metaconfig unit change for #15065.
786      Branch: metaconfig
787            ! U/compline/i_time.U
788 ____________________________________________________________________________
789 [ 15065] By: jhi                                   on 2002/03/06  14:39:18
790         Log: Scan for tm_zone (and tm_gmtoff, while we are at it).
791      Branch: perl
792            ! Configure config_h.SH
793 ____________________________________________________________________________
794 [ 15064] By: jhi                                   on 2002/03/06  14:14:02
795         Log: Must remove fallback.c also from here.
796      Branch: perl
797            ! MANIFEST
798 ____________________________________________________________________________
799 [ 15063] By: jhi                                   on 2002/03/06  13:37:31
800         Log: Subject: Re: perl@15047 WinCE
801              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
802              Date: Wed, 06 Mar 2002 13:41:30 +0100
803              Message-Id: <20020306134107.C6F8.H.M.BRAND@hccnet.nl>
804              
805              Subject: Re: perl@15047 Win32
806              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
807              Date: Wed, 06 Mar 2002 13:46:02 +0100
808              Message-Id: <20020306134539.C6FB.H.M.BRAND@hccnet.nl>
809              
810              Subject: Re: perl@15047 Epoc
811              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
812              Date: Wed, 06 Mar 2002 13:48:31 +0100
813              Message-Id: <20020306134811.C6FE.H.M.BRAND@hccnet.nl>
814              
815              Subject: Re: perl@15047 NetWare
816              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
817              Date: Wed, 06 Mar 2002 13:55:46 +0100
818              Message-Id: <20020306135406.C701.H.M.BRAND@hccnet.nl>
819      Branch: perl
820            ! NetWare/config_H.wc epoc/config.sh win32/Makefile
821            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
822            ! wince/Makefile.ce wince/config.h
823 ____________________________________________________________________________
824 [ 15062] By: ams                                   on 2002/03/06  09:26:49
825         Log: Subject: Re: perl@15047
826              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
827              Date: Wed, 06 Mar 2002 11:25:50 +0100
828              Message-Id: <20020306112536.C6E9.H.M.BRAND@hccnet.nl>
829      Branch: perl
830            ! cygwin/perlld.in
831 ____________________________________________________________________________
832 [ 15061] By: ams                                   on 2002/03/06  08:44:12
833         Log: Subject: Re: perl@15047
834              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
835              Date: Wed, 06 Mar 2002 10:38:02 +0100
836              Message-Id: <20020306103741.C6E3.H.M.BRAND@hccnet.nl>
837      Branch: perl
838            ! pod/perldelta.pod
839 ____________________________________________________________________________
840 [ 15060] By: ams                                   on 2002/03/06  08:30:33
841         Log: Subject: Update perlhist.pod
842              From: mjd@plover.com
843              Date: 6 Mar 2002 07:11:55 -0000
844              Message-Id: <20020306071155.10240.qmail@plover.com>
845              
846              Subject: [PATCH pod/perlvar.pod] $^V => string
847              From: Stas Bekman <stas@stason.org>
848              Date: Wed, 06 Mar 2002 14:56:55 +0800
849              Message-Id: <3C85BDB7.7050700@stason.org>
850      Branch: perl
851            ! pod/perlhist.pod pod/perlvar.pod
852 ____________________________________________________________________________
853 [ 15059] By: ams                                   on 2002/03/06  04:15:38
854         Log: Subject: [PATCH] assorted configure.com fix-ups
855              From: "Craig A. Berry" <craigberry@mac.com>
856              Date: Tue, 5 Mar 2002 23:11:22 -0600
857              Message-Id: <a05101507b8ab5389f9be@[172.16.52.1]>
858      Branch: perl
859            ! configure.com
860 ____________________________________________________________________________
861 [ 15058] By: jhi                                   on 2002/03/06  04:01:27
862         Log: IRIX failure with long doubles.
863      Branch: perl
864            ! t/op/pack.t
865 ____________________________________________________________________________
866 [ 15057] By: jhi                                   on 2002/03/06  03:12:15
867         Log: Make reality and Changes coincide.
868      Branch: perl
869            ! Changes
870 ____________________________________________________________________________
871 [ 15056] By: jhi                                   on 2002/03/06  00:49:03
872         Log: Subject: Re[2]: [ID 20020303.005] Patch ... C API description
873              From: Anton Tagunov <tagunov@motor.ru>
874              Date: Wed, 6 Mar 2002 02:10:21 +0300
875              Message-ID: <11152782757.20020306021021@motor.ru>
876              
877              (reworded)
878      Branch: perl
879            ! pod/perluniintro.pod
880 ____________________________________________________________________________
881 [ 15055] By: jhi                                   on 2002/03/06  00:35:22
882         Log: Subject: [PATCH] B::Lint doesn't work
883              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
884              Date: Tue, 5 Mar 2002 22:51:18 +0100
885              Message-ID: <20020305225118.C733@rafael>
886      Branch: perl
887            ! ext/B/B/Lint.pm
888 ____________________________________________________________________________
889 [ 15054] By: jhi                                   on 2002/03/06  00:34:32
890         Log: Subject: Re: [PATCH] Re: [ID 20000922.001] Implicit comparison to $. not performed before filehandle read
891              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
892              Date: Mon, 04 Mar 2002 16:24:32 -0800
893              Message-ID: <ABBh8gzkgezX092yn@efn.org>
894      Branch: perl
895            ! op.h pp_ctl.c t/op/flip.t
896 ____________________________________________________________________________
897 [ 15053] By: jhi                                   on 2002/03/06  00:31:02
898         Log: Subject: [PATCH] Re: [ID 20020305.018] test failures with perl5.7.3 on FreeBSD 4.3
899              From: Nicholas Clark <nick@unfortu.net>
900              Date: Tue, 5 Mar 2002 22:30:49 +0000
901              Message-ID: <20020305223049.GH1693@Bagpuss.unfortu.net>
902      Branch: perl
903            ! pod/perldelta.pod
904 ____________________________________________________________________________
905 [ 15052] By: jhi                                   on 2002/03/06  00:28:40
906         Log: Subject: [PATCH] tests for Gconvert
907              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
908              Date: Tue, 05 Mar 2002 16:35:45 -0800
909              Message-ID: <hRWh8gzkgONX092yn@efn.org>
910      Branch: perl
911            ! t/base/num.t
912 ____________________________________________________________________________
913 [ 15051] By: jhi                                   on 2002/03/06  00:25:27
914         Log: Subject: [PATCH] toplevel Makefile.SH
915              From: Paul_GreenVOS@vos.stratus.com
916              Date: Tue, 5 Mar 02 17:34 est
917              Message-Id: <200203052233.RAA18424@mailhub2.stratus.com>
918      Branch: perl
919            ! Makefile.SH
920 ____________________________________________________________________________
921 [ 15050] By: jhi                                   on 2002/03/05  20:46:40
922         Log: Subject: [PATCH] pointer to perldelta in Changes
923              From: Chris Nandor <pudge@pobox.com>
924              Date: Tue, 05 Mar 2002 16:04:50 -0500
925              Message-ID: <pudge-920238.16045005032002@onion.valueclick.com>
926      Branch: perl
927            ! Changes
928 ____________________________________________________________________________
929 [ 15049] By: jhi                                   on 2002/03/05  20:45:33
930         Log: Subject: [PATCH perldelta] chom?p overridability is the other way
931              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
932              Date: Tue, 5 Mar 2002 22:26:20 +0100
933              Message-ID: <20020305222620.A733@rafael>
934      Branch: perl
935            ! pod/perldelta.pod
936 ____________________________________________________________________________
937 [ 15048] By: jhi                                   on 2002/03/05  20:43:45
938         Log: Solaris: allow for /usr/bin/df not to exist.
939              
940              Subject: [ID 20020305.014] Configure: /usr/bin/df: not found
941              From: Kingpin <mthurn@copper.dulles.tasc.com>
942              Date: Tue, 5 Mar 2002 15:26:55 -0500 (EST)
943              Message-Id: <200203052026.g25KQtV24683@copper.dulles.tasc.com>
944      Branch: perl
945            ! hints/solaris_2.sh
946 ____________________________________________________________________________
947 [ 15047] By: jhi                                   on 2002/03/05  15:36:10
948         Log: Update Changes.
949      Branch: perl
950            ! Changes patchlevel.h
951 ____________________________________________________________________________
952 [ 15046] By: jhi                                   on 2002/03/05  14:56:19
953         Log: Double MANIFESTing.
954      Branch: perl
955            ! ext/Encode/MANIFEST
956 ____________________________________________________________________________
957 [ 15045] By: jhi                                   on 2002/03/05  14:29:41
958         Log: Remove HanZi and 7bit-kr, from SADAHIRO Tomoyuki.
959      Branch: perl
960            - ext/Encode/Encode/7bit-kr.enc
961            - ext/Encode/lib/Encode/Tcl/HanZi.pm
962            ! MANIFEST ext/Encode/lib/Encode/Tcl.pm
963 ____________________________________________________________________________
964 [ 15044] By: jhi                                   on 2002/03/05  13:40:31
965         Log: Subject: [PATCH] Re: [ID 20020227.024] unexpected warning getc() on unopened filehandle STDIN
966              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
967              Date: Tue, 5 Mar 2002 14:35:57 +0100
968              Message-ID: <20020305143557.C695@rafael>   
969      Branch: perl
970            ! pp_sys.c t/lib/warnings/pp_sys
971 ____________________________________________________________________________
972 [ 15043] By: jhi                                   on 2002/03/05  13:36:30
973         Log: Subject: [PATCH Devel::PPPort]
974              From: Robin Barker <rmb1@cise.npl.co.uk>
975              Date: Tue, 5 Mar 2002 13:37:59 GMT
976              Message-Id: <200203051337.NAA14686@tempest.npl.co.uk>
977      Branch: perl
978            ! ext/Devel/PPPort/Makefile.PL
979 ____________________________________________________________________________
980 [ 15042] By: jhi                                   on 2002/03/05  13:33:55
981         Log: Real patch from SADAHIRO Tomoyuki to remove the HZ tests.
982      Branch: perl
983            ! ext/Encode/t/Tcl.t
984 ____________________________________________________________________________
985 [ 15041] By: nick                                  on 2002/03/05  07:23:58
986         Log: Integrate mainline (5.7.3)
987      Branch: perlio
988           +> ext/Encode/lib/Encode/CN/HZ.pm
989            - ext/Encode/Encode/HZ.enc ext/Encode/Encode/gbk.enc
990           !> (integrate 54 files)
991 ____________________________________________________________________________
992 [ 15040] By: ams                                   on 2002/03/05  05:10:33
993         Log: Subject: DOC PATCH 5.7.3 (perldelta)
994              From: mjd@plover.com
995              Date: 5 Mar 2002 05:35:58 -0000
996              Message-Id: <20020305053558.31677.qmail@plover.com>
997      Branch: perl
998            ! pod/perldelta.pod
999 ____________________________________________________________________________
1000 [ 15039] By: jhi                                   on 2002/03/05  03:32:07
1001         Log: This is 5.7.3.
1002      Branch: perl
1003            ! patchlevel.h
1004 ____________________________________________________________________________
1005 [ 15038] By: jhi                                   on 2002/03/05  03:31:32
1006         Log: Shoo.
1007      Branch: perl
1008            ! ext/Encode/t/Tcl.t
1009 ____________________________________________________________________________
1010 [ 15037] By: jhi                                   on 2002/03/05  03:15:17
1011         Log: Update Changes.
1012      Branch: perl
1013            ! Changes patchlevel.h
1014 ____________________________________________________________________________
1015 [ 15036] By: jhi                                   on 2002/03/05  03:11:17
1016         Log: Regen perlapi.
1017      Branch: perl
1018            ! pod/perlapi.pod
1019 ____________________________________________________________________________
1020 [ 15035] By: jhi                                   on 2002/03/05  03:08:50
1021         Log: Tie::File doc tweak for Win32 from mjd. 
1022      Branch: perl
1023            ! lib/Tie/File.pm
1024 ____________________________________________________________________________
1025 [ 15034] By: jhi                                   on 2002/03/05  02:51:47
1026         Log: Regen toc.
1027      Branch: perl
1028            ! pod/perltoc.pod
1029 ____________________________________________________________________________
1030 [ 15033] By: jhi                                   on 2002/03/05  02:34:32
1031         Log: Decommission Encode::Tcl HZ testing for now.
1032      Branch: perl
1033            ! ext/Encode/t/Tcl.t
1034 ____________________________________________________________________________
1035 [ 15032] By: jhi                                   on 2002/03/05  02:05:23
1036         Log: Must have a return.
1037      Branch: perl
1038            ! pp_pack.c
1039 ____________________________________________________________________________
1040 [ 15031] By: jhi                                   on 2002/03/05  01:45:21
1041         Log: The very latest win32 score from Jan Dubois.
1042      Branch: perl
1043            ! pod/perldelta.pod
1044 ____________________________________________________________________________
1045 [ 15030] By: ams                                   on 2002/03/05  01:40:01
1046         Log: Subject: [PATCH] README.macos
1047              From: Chris Nandor <pudge@pobox.com>
1048              Date: Mon, 04 Mar 2002 17:37:59 -0500
1049              Message-Id: <pudge-AB6431.17375904032002@onion.valueclick.com>
1050      Branch: perl
1051            ! README.macos
1052 ____________________________________________________________________________
1053 [ 15029] By: jhi                                   on 2002/03/05  01:39:29
1054         Log: "The last pieces of Chinese puzzle" from Autrijus.
1055      Branch: perl
1056            + ext/Encode/lib/Encode/CN/HZ.pm
1057            - ext/Encode/Encode/HZ.enc
1058            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
1059            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
1060 ____________________________________________________________________________
1061 [ 15028] By: jhi                                   on 2002/03/05  00:53:36
1062         Log: Known test failures updates.
1063      Branch: perl
1064            ! pod/perldelta.pod
1065 ____________________________________________________________________________
1066 [ 15027] By: jhi                                   on 2002/03/04  23:48:07
1067         Log: One more nit from mjd.
1068      Branch: perl
1069            ! lib/Tie/File/t/16_handle.t
1070 ____________________________________________________________________________
1071 [ 15026] By: jhi                                   on 2002/03/04  23:42:28
1072         Log: Upgrade to Tie::File 0.17 from mjd.
1073      Branch: perl
1074            ! lib/Tie/File.pm lib/Tie/File/t/05_size.t
1075            ! lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
1076 ____________________________________________________________________________
1077 [ 15025] By: jhi                                   on 2002/03/04  23:14:54
1078         Log: Subject: Re: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
1079              From: Nicholas Clark <nick@unfortu.net>
1080              Date: Mon, 4 Mar 2002 23:33:52 +0000
1081              Message-ID: <20020304233351.GB4284@Bagpuss.unfortu.net>
1082      Branch: perl
1083            ! pod/perldelta.pod
1084 ____________________________________________________________________________
1085 [ 15024] By: jhi                                   on 2002/03/04  22:21:44
1086         Log: Escapee.
1087      Branch: perl
1088            ! proto.h
1089 ____________________________________________________________________________
1090 [ 15023] By: jhi                                   on 2002/03/04  22:17:56
1091         Log: Subject: [PATCH] (was Re: [PATCH @13746] h2xs)
1092              From: Nicholas Clark <nick@unfortu.net>
1093              Date: Mon, 4 Mar 2002 22:48:38 +0000
1094              Message-ID: <20020304224837.GA4284@Bagpuss.unfortu.net>
1095      Branch: perl
1096            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.xs
1097            ! ext/File/Glob/Makefile.PL ext/GDBM_File/GDBM_File.xs
1098            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Langinfo.xs
1099            ! ext/I18N/Langinfo/Makefile.PL ext/POSIX/Makefile.PL
1100            ! ext/POSIX/POSIX.xs ext/Socket/Makefile.PL ext/Socket/Socket.xs
1101            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
1102            ! lib/ExtUtils/Constant.pm lib/h2xs.t utils/h2xs.PL
1103 ____________________________________________________________________________
1104 [ 15022] By: jhi                                   on 2002/03/04  22:09:39
1105         Log: Cleaner.
1106      Branch: perl
1107            ! Makefile.SH
1108 ____________________________________________________________________________
1109 [ 15021] By: jhi                                   on 2002/03/04  22:06:22
1110         Log: Subject: [PATCH] small doc update to promote '-no_match_vars' of 'use English'
1111              From: Jeffrey Friedl <jfriedl@yahoo.com>
1112              Date: Mon, 4 Mar 2002 12:14:45 -0800 (PST)
1113              Message-Id: <200203042014.g24KEjP08407@ventrue.corp.yahoo.com>
1114      Branch: perl
1115            ! pod/perlform.pod pod/perlipc.pod pod/perlsec.pod
1116            ! pod/perlvar.pod
1117 ____________________________________________________________________________
1118 [ 15020] By: jhi                                   on 2002/03/04  21:44:42
1119         Log: More Han tweaks from Autrjius Tang: most importantly,
1120              gbk is identical to cp936, so gbk can be removed and
1121              taken care of by an alias.
1122      Branch: perl
1123            - ext/Encode/Encode/gbk.enc
1124            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
1125            ! ext/Encode/Encode.pm ext/Encode/KR/KR.pm
1126            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
1127            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
1128 ____________________________________________________________________________
1129 [ 15019] By: jhi                                   on 2002/03/04  21:23:42
1130         Log: Subject: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
1131              From: Nicholas Clark <nick@unfortu.net>
1132              Date: Mon, 4 Mar 2002 22:20:13 +0000
1133              Message-ID: <20020304222012.GE334@Bagpuss.unfortu.net>
1134      Branch: perl
1135            ! pod/perldelta.pod
1136 ____________________________________________________________________________
1137 [ 15018] By: jhi                                   on 2002/03/04  21:19:31
1138         Log: Based on
1139              
1140              Subject: Re[2]: [ID 20020303.005] Patch perlinicode C API description
1141              From: Anton Tagunov <tagunov@motor.ru>
1142              Date: Mon, 4 Mar 2002 21:14:39 +0300
1143              Message-ID: <1814137429.20020304211439@motor.ru>
1144      Branch: perl
1145            ! pod/perlunicode.pod
1146 ____________________________________________________________________________
1147 [ 15017] By: jhi                                   on 2002/03/04  20:43:05
1148         Log: Subject: [PATCH] enhance xsubpp to support OVERLOAD: keyword
1149              From: John Peacock <jpeacock@rowman.com>
1150              Date: Mon, 04 Mar 2002 16:18:42 -0500
1151              Message-ID: <3C83E4B2.3060700@rowman.com>
1152              
1153              Subject: Re: [PATCH] enhance xsubpp to support OVERLOAD: keyword
1154              From: John Peacock <jpeacock@rowman.com>
1155              Date: Mon, 04 Mar 2002 16:42:55 -0500
1156              Message-ID: <3C83EA5F.80303@rowman.com>
1157      Branch: perl
1158            ! lib/ExtUtils/xsubpp pod/perlxs.pod
1159 ____________________________________________________________________________
1160 [ 15016] By: jhi                                   on 2002/03/04  20:07:04
1161         Log: Subject: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
1162              From: "Craig A. Berry" <craigberry@mac.com>
1163              Date: Mon, 04 Mar 2002 14:47:59 -0600
1164              Message-Id: <5.1.0.14.2.20020304144257.0366deb0@exchi01>
1165              
1166              Subject: Re: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
1167              From: "Craig A. Berry" <craigberry@mac.com>
1168              Date: Mon, 04 Mar 2002 15:04:58 -0600
1169              Message-Id: <5.1.0.14.2.20020304150245.01ae4968@mail.mac.com>
1170      Branch: perl
1171            ! ext/Encode/CN/Makefile.PL ext/Encode/TW/Makefile.PL
1172 ____________________________________________________________________________
1173 [ 15015] By: jhi                                   on 2002/03/04  18:58:03
1174         Log: metaconfig unit change for #15014.
1175      Branch: metaconfig/U/perl
1176            ! Extensions.U
1177 ____________________________________________________________________________
1178 [ 15014] By: jhi                                   on 2002/03/04  18:57:23
1179         Log: Add Encode::CN, Encode::KR, and Encode::TW to the list
1180              of known extensions, where Encode::JP already is.
1181      Branch: perl
1182            ! Configure Porting/config.sh Porting/config_H uconfig.h
1183 ____________________________________________________________________________
1184 [ 15013] By: jhi                                   on 2002/03/04  18:36:05
1185         Log: SJIS, from Dan Kogai.
1186      Branch: perl
1187            ! ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
1188 ____________________________________________________________________________
1189 [ 15012] By: nick                                  on 2002/03/04  17:35:50
1190         Log: Intergrate perlio's Encode/compile
1191      Branch: perl
1192           !> ext/Encode/compile
1193 ____________________________________________________________________________
1194 [ 15011] By: nick                                  on 2002/03/04  17:29:54
1195         Log: Avoid $Id$ cleverness and just have a $VERSION.
1196      Branch: perlio
1197            ! ext/Encode/compile
1198 ____________________________________________________________________________
1199 [ 15010] By: nick                                  on 2002/03/04  17:29:14
1200         Log: Integrate mainline
1201      Branch: perlio
1202           +> lib/Math/BigInt/t/isa.t
1203           !> MANIFEST embed.fnc embed.h ext/Encode/t/JP.t gv.c
1204           !> lib/warnings.pm op.c perly.c pod/perldelta.pod
1205           !> pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
1206           !> t/lib/warnings/regcomp t/op/taint.t toke.c warnings.h
1207           !> warnings.pl
1208 ____________________________________________________________________________
1209 [ 15009] By: jhi                                   on 2002/03/04  17:24:30
1210         Log: Integrate ext/Encode/compile from perlio.
1211      Branch: perl
1212           !> ext/Encode/compile
1213 ____________________________________________________________________________
1214 [ 15008] By: jhi                                   on 2002/03/04  17:11:19
1215         Log: Integrate perlio: win32 tweaks.  (ext/Encode/compile
1216              updates not integrated, something odd going on in there.)
1217      Branch: perl
1218           !> ext/Encode/t/JP.t ext/threads/shared/shared.xs
1219           !> lib/Tie/File/t/16_handle.t
1220 ____________________________________________________________________________
1221 [ 15007] By: nick                                  on 2002/03/04  17:08:17
1222         Log: Integrate mainline
1223      Branch: perlio
1224           !> AUTHORS Changes Porting/Glossary Porting/config.sh
1225           !> Porting/config_H ext/Encode/Encode.pm patchlevel.h
1226           !> pod/perltoc.pod
1227 ____________________________________________________________________________
1228 [ 15006] By: jhi                                   on 2002/03/04  16:46:49
1229         Log: A new M::BI test.
1230      Branch: perl
1231            + lib/Math/BigInt/t/isa.t
1232            ! MANIFEST
1233 ____________________________________________________________________________
1234 [ 15005] By: jhi                                   on 2002/03/04  16:43:53
1235         Log: Subject: VMS test and perldelta update
1236              From: "Craig A. Berry" <craigberry@mac.com>
1237              Date: Mon, 04 Mar 2002 11:03:37 -0600
1238              Message-Id: <5.1.0.14.2.20020304105500.01ae4968@exchi01>
1239      Branch: perl
1240            ! ext/Encode/t/JP.t pod/perldelta.pod t/op/taint.t
1241 ____________________________________________________________________________
1242 [ 15004] By: jhi                                   on 2002/03/04  16:41:50
1243         Log: Needed for threaded builds.
1244      Branch: perl
1245            ! embed.fnc embed.h
1246 ____________________________________________________________________________
1247 [ 15003] By: jhi                                   on 2002/03/04  16:37:13
1248         Log: Subject: [PATCH] taint + deprecated warnings
1249              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
1250              Date: Mon, 4 Mar 2002 16:33:23 -0000
1251              Message-ID: <AIEAJICLCBDNAAOLLOKLCEKGDOAA.paul_marquess@yahoo.co.uk>
1252      Branch: perl
1253            ! embed.h gv.c lib/warnings.pm op.c perly.c pod/perldelta.pod
1254            ! pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
1255            ! t/lib/warnings/regcomp toke.c warnings.h warnings.pl
1256 ____________________________________________________________________________
1257 [ 15002] By: nick                                  on 2002/03/04  16:19:06
1258         Log: Win32 tweak
1259      Branch: perlio
1260            ! lib/Tie/File/t/16_handle.t
1261 ____________________________________________________________________________
1262 [ 15001] By: jhi                                   on 2002/03/04  15:39:11
1263         Log: Update Changes.
1264      Branch: perl
1265            ! Changes patchlevel.h
1266 ____________________________________________________________________________
1267 [ 15000] By: jhi                                   on 2002/03/04  15:28:01
1268         Log: AUTHORS updates.
1269      Branch: perl
1270            ! AUTHORS
1271 ____________________________________________________________________________
1272 [ 14999] By: nick                                  on 2002/03/04  15:26:43
1273         Log: Win32 hack
1274      Branch: perlio
1275            ! ext/Encode/compile ext/Encode/t/JP.t
1276 ____________________________________________________________________________
1277 [ 14998] By: jhi                                   on 2002/03/04  15:23:35
1278         Log: Encode doc tweak from Autrijus Tang.
1279      Branch: perl
1280            ! ext/Encode/Encode.pm
1281 ____________________________________________________________________________
1282 [ 14997] By: jhi                                   on 2002/03/04  14:53:38
1283         Log: Regen Glossary et al.  (It seems the #14875 didn't
1284              quite work in removing the double-dot?)
1285      Branch: perl
1286            ! Porting/Glossary Porting/config.sh Porting/config_H
1287 ____________________________________________________________________________
1288 [ 14996] By: jhi                                   on 2002/03/04  14:46:29
1289         Log: Regen toc.
1290      Branch: perl
1291            ! pod/perltoc.pod
1292 ____________________________________________________________________________
1293 [ 14995] By: nick                                  on 2002/03/04  14:42:09
1294         Log: Remove debugging assert
1295      Branch: perlio
1296            ! ext/threads/shared/shared.xs
1297 ____________________________________________________________________________
1298 [ 14994] By: nick                                  on 2002/03/04  14:41:54
1299         Log: Integrate mainline
1300      Branch: perlio
1301           !> MANIFEST ext/Encode/Encode.pm lib/Tie/File/t/01_gen.t
1302           !> lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
1303           !> lib/Tie/File/t/15_pushpop.t util.c
1304 ____________________________________________________________________________
1305 [ 14993] By: jhi                                   on 2002/03/04  14:10:07
1306         Log: Han update from Autrijus Tang. 
1307      Branch: perl
1308            ! ext/Encode/Encode.pm
1309 ____________________________________________________________________________
1310 [ 14992] By: nick                                  on 2002/03/04  14:08:38
1311         Log: Integrate mainline - all tests pass - some noise from threads
1312              av_simple (SuSE7.3).
1313      Branch: perlio
1314           +> lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
1315           +> lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
1316           +> lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
1317           +> lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
1318           +> lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
1319           +> lib/Tie/File/t/11_rv_splice_rs.t
1320           +> lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
1321           +> lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
1322           +> lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
1323            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
1324            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
1325            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
1326            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
1327            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
1328            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
1329            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
1330            - lib/Tie/File/15_pushpop.t
1331           !> (integrate 47 files)
1332 ____________________________________________________________________________
1333 [ 14991] By: jhi                                   on 2002/03/04  13:37:52
1334         Log: Missing MANIFESTations.
1335      Branch: perl
1336            ! MANIFEST
1337 ____________________________________________________________________________
1338 [ 14990] By: jhi                                   on 2002/03/04  13:34:15
1339         Log: Attempt at portability.
1340      Branch: perl
1341            ! util.c
1342 ____________________________________________________________________________
1343 [ 14989] By: jhi                                   on 2002/03/04  13:04:06
1344         Log: Needed by #14985.
1345      Branch: perl
1346            ! embed.h global.sym proto.h
1347 ____________________________________________________________________________
1348 [ 14988] By: ams                                   on 2002/03/04  08:59:27
1349         Log: Upgrade to Tie::File 0.16.
1350      Branch: perl
1351            + lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
1352            ! lib/Tie/File.pm lib/Tie/File/t/01_gen.t
1353            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
1354            ! lib/Tie/File/t/15_pushpop.t
1355 ____________________________________________________________________________
1356 [ 14987] By: ams                                   on 2002/03/04  08:48:11
1357         Log: Subject: [PATCH @14577] perly-fixer
1358              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1359              Date: Mon, 4 Mar 2002 02:28:51 -0500
1360              Message-Id: <20020304022851.A14119@math.ohio-state.edu>
1361      Branch: perl
1362            ! Makefile.SH perly.fixer
1363 ____________________________________________________________________________
1364 [ 14986] By: ams                                   on 2002/03/04  08:43:37
1365         Log: Subject: [PATCH @14577] xsubpp
1366              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1367              Date: Mon, 4 Mar 2002 02:25:52 -0500
1368              Message-Id: <20020304022552.A14106@math.ohio-state.edu>
1369      Branch: perl
1370            ! lib/ExtUtils/xsubpp pod/perlxs.pod
1371 ____________________________________________________________________________
1372 [ 14985] By: ams                                   on 2002/03/04  08:40:46
1373         Log: Subject: [PATCH @14577] sv_cmp and friends
1374              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1375              Date: Mon, 4 Mar 2002 02:31:04 -0500
1376              Message-Id: <20020304023103.A14140@math.ohio-state.edu>
1377      Branch: perl
1378            ! embed.fnc sv.c util.c
1379 ____________________________________________________________________________
1380 [ 14984] By: ams                                   on 2002/03/04  08:16:06
1381         Log: Fix File::Path docs as suggested by Ronald Kimball.
1382      Branch: perl
1383            ! lib/File/Path.pm
1384 ____________________________________________________________________________
1385 [ 14983] By: ams                                   on 2002/03/04  08:11:20
1386         Log: Update perldata fix as suggested by Benjamin Goldberg.
1387      Branch: perl
1388            ! pod/perldata.pod
1389 ____________________________________________________________________________
1390 [ 14982] By: jhi                                   on 2002/03/04  03:56:46
1391         Log: Faulty skip.
1392      Branch: perl
1393            ! ext/DB_File/t/db-recno.t
1394 ____________________________________________________________________________
1395 [ 14981] By: jhi                                   on 2002/03/04  03:46:31
1396         Log: Subject: [ID 20020303.006] [Doc][utf8::up/down grade][use encoding] application for clarification
1397              From: Anton Tagunov <tagunov@motor.ru>
1398              Date: Mon, 4 Mar 2002 05:41:41 +0300
1399              Message-Id: <7916563907.20020304054141@motor.ru>
1400              
1401              Subject: [ID 20020303.005] Patch perlinicode C API description
1402              From: Anton Tagunov <tagunov@motor.ru>
1403              Date: Mon, 4 Mar 2002 06:08:23 +0300
1404              Message-Id: <2018165510.20020304060823@motor.ru>
1405      Branch: perl
1406            ! lib/utf8.pm pod/perlunicode.pod
1407 ____________________________________________________________________________
1408 [ 14980] By: ams                                   on 2002/03/04  02:19:20
1409         Log: Subject: Re[2]: [ID 20020227.016] Fix perldata manpage?
1410              From: Anton Tagunov <tagunov@motor.ru>
1411              Date: Mon, 4 Mar 2002 02:17:40 +0300
1412              Message-Id: <1344322124.20020304021740@motor.ru>
1413      Branch: perl
1414            ! pod/perldata.pod
1415 ____________________________________________________________________________
1416 [ 14979] By: ams                                   on 2002/03/04  02:17:54
1417         Log: Subject: RE: [PATCH] RE: DB_File breakage
1418              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
1419              Date: Sun, 3 Mar 2002 23:56:31 -0000
1420              Message-Id: <AIEAJICLCBDNAAOLLOKLIEJADOAA.paul_marquess@yahoo.co.uk>
1421      Branch: perl
1422            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1423            ! ext/DB_File/t/db-recno.t
1424 ____________________________________________________________________________
1425 [ 14978] By: ams                                   on 2002/03/04  02:07:16
1426         Log: Subject: [PATCH] docs for ExtUtils::Manifest
1427              From: Nicholas Clark <nick@unfortu.net>
1428              Date: Sun, 3 Mar 2002 23:29:25 +0000
1429              Message-Id: <20020303232924.GG322@Bagpuss.unfortu.net>
1430      Branch: perl
1431            ! lib/ExtUtils/Manifest.pm
1432 ____________________________________________________________________________
1433 [ 14977] By: jhi                                   on 2002/03/04  02:07:06
1434         Log: Forgot from the M::BI 1.54 update.
1435      Branch: perl
1436            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
1437            ! lib/Math/BigInt/t/upgrade.inc
1438 ____________________________________________________________________________
1439 [ 14976] By: ams                                   on 2002/03/04  02:04:32
1440         Log: Subject: [PATCH] attr
1441              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
1442              Date: Sun, 3 Mar 2002 22:09:58 -0000
1443              Message-Id: <AIEAJICLCBDNAAOLLOKLOEINDOAA.paul_marquess@yahoo.co.uk>
1444      Branch: perl
1445            ! lib/warnings.pm warnings.pl
1446 ____________________________________________________________________________
1447 [ 14975] By: ams                                   on 2002/03/04  02:01:27
1448         Log: Subject: [PATCH] File::Path documentation
1449              From: Colin Meyer <cmeyer@helvella.org>
1450              Date: Sun, 3 Mar 2002 14:54:24 -0800
1451              Message-Id: <20020303145424.A21774@hobart.helvella.org>
1452      Branch: perl
1453            ! lib/File/Path.pm
1454 ____________________________________________________________________________
1455 [ 14974] By: jhi                                   on 2002/03/04  01:54:17
1456         Log: Typo.
1457      Branch: perl
1458            ! lib/Math/BigInt/t/upgrade.t
1459 ____________________________________________________________________________
1460 [ 14973] By: jhi                                   on 2002/03/04  01:30:49
1461         Log: Editing errors.
1462      Branch: perl
1463            ! MANIFEST
1464 ____________________________________________________________________________
1465 [ 14972] By: jhi                                   on 2002/03/04  01:18:02
1466         Log: Upgrade to Math::BigInt 1.54.
1467      Branch: perl
1468            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
1469            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
1470            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.t
1471            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
1472            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/sub_mbf.t
1473            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.t
1474 ____________________________________________________________________________
1475 [ 14971] By: jhi                                   on 2002/03/04  01:06:53
1476         Log: Test tweak from Craig Berry.
1477      Branch: perl
1478            ! lib/Tie/File/t/15_pushpop.t
1479 ____________________________________________________________________________
1480 [ 14970] By: jhi                                   on 2002/03/04  01:05:17
1481         Log: Upgrade to Tie::File 0.15.
1482      Branch: perl
1483            + lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
1484            + lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
1485            + lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
1486            + lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
1487            + lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
1488            + lib/Tie/File/t/11_rv_splice_rs.t
1489            + lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
1490            + lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
1491            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
1492            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
1493            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
1494            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
1495            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
1496            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
1497            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
1498            - lib/Tie/File/15_pushpop.t
1499            ! MANIFEST lib/Tie/File.pm
1500 ____________________________________________________________________________
1501 [ 14969] By: jhi                                   on 2002/03/04  00:25:33
1502         Log: The EBCDIC gaps apply only to the real A-Z.
1503      Branch: perl
1504            ! ext/B/B/Deparse.pm
1505 ____________________________________________________________________________
1506 [ 14968] By: jhi                                   on 2002/03/03  19:00:06
1507         Log: EBCDIC: deparse \cX correctly.
1508      Branch: perl
1509            ! ext/B/B/Deparse.pm
1510 ____________________________________________________________________________
1511 [ 14967] By: ams                                   on 2002/03/03  18:18:00
1512         Log: Subject: [PATCH] nit in perlsyn.pod
1513              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
1514              Date: Sun, 03 Mar 2002 20:16:10 +0100
1515              Message-Id: <200203032016100050.00066EE7@smtp.chello.at>
1516      Branch: perl
1517            ! pod/perlsyn.pod
1518 ____________________________________________________________________________
1519 [ 14966] By: ams                                   on 2002/03/03  18:06:32
1520         Log: Subject: [PATCH utils/h2xs.PL] use Config; use Config; require Config;
1521              From: Michael G Schwern <schwern@pobox.com>
1522              Date: Sun, 3 Mar 2002 13:33:28 -0500
1523              Message-Id: <20020303183328.GA3296@blackrider>
1524      Branch: perl
1525            ! utils/h2xs.PL
1526 ____________________________________________________________________________
1527 [ 14965] By: ams                                   on 2002/03/03  18:00:03
1528         Log: Subject: [ PATCH ] HP back to default
1529              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1530              Date: Sun, 03 Mar 2002 18:48:34 +0100
1531              Message-Id: <20020303184627.A69C.H.M.BRAND@hccnet.nl>
1532      Branch: perl
1533            ! hints/hpux.sh
1534 ____________________________________________________________________________
1535 [ 14964] By: jhi                                   on 2002/03/03  16:54:55
1536         Log: EBCDIC: special cases of special cases.
1537      Branch: perl
1538            ! t/uni/case.pl
1539 ____________________________________________________________________________
1540 [ 14963] By: jhi                                   on 2002/03/03  16:11:07
1541         Log: EBCDIC: the v-string components cannot exceed 2147483647.
1542      Branch: perl
1543            ! pod/perldiag.pod pod/perlport.pod t/op/ver.t util.c
1544 ____________________________________________________________________________
1545 [ 14962] By: jhi                                   on 2002/03/03  15:06:55
1546         Log: Remove the bogus "incorrect case" warning completely.
1547              The problem exists, but the cure, in which ever form
1548              it will be, needs to be something more subtle.
1549      Branch: perl
1550            ! op.c pod/perldiag.pod
1551 ____________________________________________________________________________
1552 [ 14961] By: ams                                   on 2002/03/03  13:39:09
1553         Log: Subject: Re: PATCH (bleadperl): Quieter handling of tied arrays
1554              From: Mark-Jason Dominus <mjd@plover.com>
1555              Date: Sun, 03 Mar 2002 09:32:16 -0500
1556              Message-Id: <20020303143216.10536.qmail@plover.com>
1557      Branch: perl
1558            ! t/op/tiearray.t
1559 ____________________________________________________________________________
1560 [ 14960] By: nick                                  on 2002/03/03  09:59:59
1561         Log: Integrate mainline
1562      Branch: perlio
1563           +> lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
1564            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
1565            ! ext/Encode/compile
1566           !> (integrate 27 files)
1567 ____________________________________________________________________________
1568 [ 14959] By: ams                                   on 2002/03/03  08:11:34
1569         Log: Fix #14957.
1570      Branch: perl
1571            ! ext/DB_File/t/db-recno.t
1572 ____________________________________________________________________________
1573 [ 14958] By: ams                                   on 2002/03/03  05:51:00
1574         Log: Subject: [PATCH @14577] NL in debugger
1575              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1576              Date: Sat, 2 Mar 2002 05:34:12 -0500
1577              Message-Id: <20020302053412.A5465@math.ohio-state.edu>
1578      Branch: perl
1579            ! lib/perl5db.pl
1580 ____________________________________________________________________________
1581 [ 14957] By: ams                                   on 2002/03/03  05:00:04
1582         Log: Subject: Re: DB_File breakage
1583              From: Schuyler Erle <schuyler@oreilly.com>
1584              Date: Sat, 02 Mar 2002 21:50:30 -0800
1585              Message-Id: <3C81B9A6.A6B6C7FE@oreilly.com>
1586      Branch: perl
1587            ! ext/DB_File/t/db-recno.t
1588 ____________________________________________________________________________
1589 [ 14956] By: ams                                   on 2002/03/03  04:40:08
1590         Log: Subject: [PATCH @14577] Debugging OPs
1591              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1592              Date: Sat, 2 Mar 2002 05:49:58 -0500
1593              Message-Id: <20020302054958.A5511@math.ohio-state.edu>
1594      Branch: perl
1595            ! deb.c dump.c ext/Devel/Peek/Peek.pm perl.c perl.h
1596            ! pod/perlrun.pod sv.h
1597 ____________________________________________________________________________
1598 [ 14955] By: ams                                   on 2002/03/03  04:34:41
1599         Log: Subject: Tie::Array doc patch
1600              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
1601              Date: Sat, 02 Mar 2002 08:42:56 +0900
1602              Message-Id: <863czj97nj.wl@mail.edge.co.jp>
1603      Branch: perl
1604            ! lib/Tie/Array.pm
1605 ____________________________________________________________________________
1606 [ 14954] By: ams                                   on 2002/03/03  04:23:33
1607         Log: Subject: Re: Smoke 14870
1608              From: Nicholas Clark <nick@unfortu.net>
1609              Date: Sat, 2 Mar 2002 20:00:53 +0000
1610              Message-Id: <20020302200053.GB384@Bagpuss.unfortu.net>
1611      Branch: perl
1612            ! README.hpux
1613 ____________________________________________________________________________
1614 [ 14953] By: ams                                   on 2002/03/03  04:15:49
1615         Log: Subject: RE: VERSION core
1616              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
1617              Date: Sat, 2 Mar 2002 22:50:44 -0000
1618              Message-Id: <AIEAJICLCBDNAAOLLOKLEEHNDOAA.paul_marquess@yahoo.co.uk>
1619      Branch: perl
1620            ! t/comp/use.t
1621 ____________________________________________________________________________
1622 [ 14952] By: jhi                                   on 2002/03/02  23:41:54
1623         Log: The #14949 removed this error from non-Win32.
1624      Branch: perl
1625            ! t/lib/warnings/op
1626 ____________________________________________________________________________
1627 [ 14951] By: jhi                                   on 2002/03/02  19:54:15
1628         Log: BeOS back on track.
1629      Branch: perl
1630            ! README.beos
1631 ____________________________________________________________________________
1632 [ 14950] By: jhi                                   on 2002/03/02  19:52:58
1633         Log: The _POSIX_OPEN_MAX values are allowed *minimums*,
1634              higher is okay.
1635      Branch: perl
1636            ! ext/POSIX/t/posix.t
1637 ____________________________________________________________________________
1638 [ 14949] By: jhi                                   on 2002/03/02  19:33:29
1639         Log: For now, make "incorrect case" a Win32-only warning.
1640      Branch: perl
1641            ! op.c
1642 ____________________________________________________________________________
1643 [ 14948] By: jhi                                   on 2002/03/02  17:55:48
1644         Log: Demand more before attempting socketpair().
1645      Branch: perl
1646            ! pp_sys.c
1647 ____________________________________________________________________________
1648 [ 14947] By: jhi                                   on 2002/03/02  17:35:09
1649         Log: Remove obsolete hack.
1650      Branch: perl
1651            ! makedepend.SH
1652 ____________________________________________________________________________
1653 [ 14946] By: ams                                   on 2002/03/02  16:00:32
1654         Log: Forgot to delete encode.* from MANIFEST.
1655      Branch: perl
1656            ! MANIFEST
1657 ____________________________________________________________________________
1658 [ 14945] By: ams                                   on 2002/03/02  14:41:03
1659         Log: Delete ex-test output.
1660      Branch: perl
1661            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
1662 ____________________________________________________________________________
1663 [ 14944] By: ams                                   on 2002/03/02  13:54:35
1664         Log: Subject: [PATCH] DB_File 1.803
1665              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
1666              Date: Sat, 2 Mar 2002 14:33:32 -0000
1667              Message-Id: <AIEAJICLCBDNAAOLLOKLAEHGDOAA.paul_marquess@yahoo.co.uk>
1668      Branch: perl
1669            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1670            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
1671 ____________________________________________________________________________
1672 [ 14943] By: ams                                   on 2002/03/02  13:43:06
1673         Log: Upgrade to Tie::File 0.14.
1674      Branch: perl
1675            + lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
1676            ! MANIFEST lib/Tie/File.pm lib/Tie/File/01_gen.t
1677            ! lib/Tie/File/04_splice.t lib/Tie/File/07_rv_splice.t
1678 ____________________________________________________________________________
1679 [ 14942] By: nick                                  on 2002/03/02  11:05:53
1680         Log: Integrate mainline
1681      Branch: perlio
1682           +> ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
1683           +> ext/Encode/Encode/iso-ir-165.enc ext/Encode/t/table.rnd
1684           +> ext/Encode/t/table.utf8
1685           !> Configure MANIFEST av.c ext/Encode/CN/CN.pm
1686           !> ext/Encode/CN/Makefile.PL ext/Encode/Encode.pm
1687           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
1688           !> ext/Encode/lib/Encode/XS.pm pod/perldelta.pod pod/perldiag.pod
1689           !> pod/perlfaq5.pod pod/perlfunc.pod pp.c t/op/splice.t
1690           !> universal.c utils/perldoc.PL
1691 ____________________________________________________________________________
1692 [ 14941] By: jhi                                   on 2002/03/02  02:40:01
1693         Log: More CJK (just C, really) tables from Autrijus Tang
1694              (originally from iconv, used with permission of Bruno Haible)
1695      Branch: perl
1696            + ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
1697            + ext/Encode/Encode/iso-ir-165.enc
1698            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
1699            ! ext/Encode/Encode.pm ext/Encode/TW/Makefile.PL
1700            ! ext/Encode/TW/TW.pm ext/Encode/lib/Encode/XS.pm
1701 ____________________________________________________________________________
1702 [ 14940] By: jhi                                   on 2002/03/02  02:29:11
1703         Log: Subject: [PATCH] perldoc -q outputs Author and Copyright section
1704              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
1705              Date: Fri, 1 Mar 2002 15:32:13 -0500
1706              Message-ID: <20020301153212.E1461198@linguist.thayer.dartmouth.edu>
1707      Branch: perl
1708            ! utils/perldoc.PL
1709 ____________________________________________________________________________
1710 [ 14939] By: jhi                                   on 2002/03/02  02:27:05
1711         Log: Subject: PATCH: "splice() offset past end of array" warning. (take 2)     
1712              From: Schuyler Erle <schuyler@oreilly.com>
1713              Date: Fri, 01 Mar 2002 14:22:19 -0800
1714              Message-ID: <3C7FFF1B.E74979B1@oreilly.com>
1715              
1716              Subject: Re: PATCH: "splice() offset past end of array" warning.
1717              From: Mark-Jason Dominus <mjd@plover.com>
1718              Date: Fri, 01 Mar 2002 17:19:49 -0500
1719              Message-ID: <20020301221949.7610.qmail@plover.com>
1720      Branch: perl
1721            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/splice.t
1722 ____________________________________________________________________________
1723 [ 14938] By: jhi                                   on 2002/03/02  02:24:25
1724         Log: Subject: PATCH (bleadperl): Quieter handling of tied arrays
1725              From: Mark-Jason Dominus <mjd@plover.com>
1726              Date: Fri, 01 Mar 2002 18:35:35 -0500
1727              Message-ID: <20020301233535.15969.qmail@plover.com>
1728      Branch: perl
1729            ! av.c
1730 ____________________________________________________________________________
1731 [ 14937] By: jhi                                   on 2002/03/01  23:00:08
1732         Log: Subject: RE: VERSION core
1733              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
1734              Date: Fri, 1 Mar 2002 23:47:48 -0000
1735              Message-ID: <AIEAJICLCBDNAAOLLOKLEEGMDOAA.paul_marquess@yahoo.co.uk>
1736      Branch: perl
1737            ! pod/perldiag.pod universal.c
1738 ____________________________________________________________________________
1739 [ 14936] By: pudge                                 on 2002/03/01  18:02:45
1740         Log: Update Changes
1741      Branch: maint-5.6/macperl
1742            ! macos/Changes
1743 ____________________________________________________________________________
1744 [ 14935] By: pudge                                 on 2002/03/01  17:58:11
1745         Log: Fix update to resources
1746      Branch: maint-5.6/macperl
1747            ! macos/macperl/MacPerl.r
1748 ____________________________________________________________________________
1749 [ 14934] By: jhi                                   on 2002/03/01  17:35:14
1750         Log: metaconfig unit change for #14930.
1751      Branch: metaconfig
1752            ! U/modified/Init.U
1753 ____________________________________________________________________________
1754 [ 14933] By: pudge                                 on 2002/03/01  17:32:52
1755         Log: Fix debugger to handle Mac OS psedofiles
1756      Branch: maint-5.6/macperl
1757            ! lib/DB.pm lib/perl5db.pl
1758 ____________________________________________________________________________
1759 [ 14932] By: pudge                                 on 2002/03/01  17:32:02
1760         Log: Various fixes from Thomas Wegner
1761      Branch: maint-5.6/macperl
1762            ! macos/macperl/MPAppleEvents.c macos/macperl/MPPreferences.c
1763 ____________________________________________________________________________
1764 [ 14931] By: pudge                                 on 2002/03/01  17:30:00
1765         Log: Some resource updates
1766      Branch: maint-5.6/macperl
1767            ! macos/macperl/MPUtils.c macos/macperl/MacPerl.r
1768            ! macos/macperl/MacPerl.rsrc
1769 ____________________________________________________________________________
1770 [ 14930] By: jhi                                   on 2002/03/01  17:29:32
1771         Log: Subject: Re: [PATCH] Configure to correctly recognize Amiga OS
1772              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1773              Date: Fri, 01 Mar 2002 09:38:59 -0800
1774              Message-ID: <zy7f8gzkgWgY092yn@efn.org>
1775      Branch: perl
1776            ! Configure
1777 ____________________________________________________________________________
1778 [ 14928] By: pudge                                 on 2002/03/01  17:28:09
1779         Log: Add some missing sfio symbols (Alan Fry)
1780      Branch: maint-5.6/macperl
1781            ! macos/macperl.sym
1782 ____________________________________________________________________________
1783 [ 14927] By: pudge                                 on 2002/03/01  17:27:29
1784         Log: Update version and README
1785      Branch: maint-5.6/macperl
1786            ! README.macos macos/MPVersion.r
1787 ____________________________________________________________________________
1788 [ 14926] By: nick                                  on 2002/03/01  15:56:41
1789         Log: Integrate mainline
1790      Branch: perlio
1791           +> lib/Math/BigInt/t/downgrade.t lib/Tie/File.pm
1792           +> lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
1793           +> lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
1794           +> lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
1795           +> lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
1796           +> lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
1797           +> lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
1798           +> lib/Tie/File/13_size_rs.t
1799           !> (integrate 80 files)
1800 ____________________________________________________________________________
1801 [ 14925] By: jhi                                   on 2002/03/01  15:28:10
1802         Log: Better advertising.
1803      Branch: perl
1804            ! pod/perldelta.pod pod/perlfaq5.pod
1805 ____________________________________________________________________________
1806 [ 14924] By: jhi                                   on 2002/03/01  14:32:16
1807         Log: Update Changes.
1808      Branch: perl
1809            ! Changes patchlevel.h
1810 ____________________________________________________________________________
1811 [ 14923] By: jhi                                   on 2002/03/01  14:17:54
1812         Log: Lost in the shuffle.
1813      Branch: perl
1814            + lib/Math/BigInt/t/downgrade.t
1815            ! MANIFEST
1816 ____________________________________________________________________________
1817 [ 14922] By: jhi                                   on 2002/03/01  13:23:41
1818         Log: Advertise Tie::File.
1819      Branch: perl
1820            ! pod/perldelta.pod pod/perlfaq5.pod
1821 ____________________________________________________________________________
1822 [ 14921] By: jhi                                   on 2002/03/01  13:14:18
1823         Log: Subject: Re: Smoke 14900 /pro/3gl/CPAN/perl-current
1824              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1825              Date: Thu, 28 Feb 2002 18:55:48 +0100
1826              Message-Id: <20020228173120.6A15.H.M.BRAND@hccnet.nl>
1827      Branch: perl
1828            ! x2p/walk.c
1829 ____________________________________________________________________________
1830 [ 14920] By: ams                                   on 2002/03/01  09:06:01
1831         Log: Subject: [PATCH @14577] autoloaded DESTROY bugfix
1832              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1833              Date: Tue, 26 Feb 2002 19:54:31 -0500
1834              Message-Id: <20020226195431.A9625@math.ohio-state.edu>
1835      Branch: perl
1836            ! embed.fnc ext/B/B/Deparse.pm gv.c
1837 ____________________________________________________________________________
1838 [ 14919] By: ams                                   on 2002/03/01  03:03:12
1839         Log: Upgrade to Tie::File 0.13 (Win32 fixes.)
1840      Branch: perl
1841            ! lib/Tie/File.pm lib/Tie/File/01_gen.t
1842            ! lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
1843            ! lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
1844            ! lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
1845            ! lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
1846            ! lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
1847            ! lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
1848 ____________________________________________________________________________
1849 [ 14918] By: ams                                   on 2002/03/01  02:36:58
1850         Log: Add Tie::File 0.12 from MJD.
1851      Branch: perl
1852            + lib/Tie/File.pm lib/Tie/File/01_gen.t
1853            + lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
1854            + lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
1855            + lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
1856            + lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
1857            + lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
1858            + lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
1859            ! MANIFEST
1860 ____________________________________________________________________________
1861 [ 14917] By: jhi                                   on 2002/03/01  02:13:24
1862         Log: Encoding name mapping tweaks.
1863      Branch: perl
1864            ! ext/Encode/Encode.pm
1865 ____________________________________________________________________________
1866 [ 14916] By: jhi                                   on 2002/02/28  21:26:07
1867         Log: metaconfig unit change for #14915.
1868      Branch: metaconfig
1869            ! U/modified/Init.U
1870 ____________________________________________________________________________
1871 [ 14915] By: jhi                                   on 2002/02/28  21:25:23
1872         Log: Subject: [PATCH] Configure to correctly recognize Amiga OS
1873              From: Paul_GreenVOS@vos.stratus.com
1874              Date: Thu, 28 Feb 02 15:05 est
1875              Message-Id: <200202282007.PAA11412@mailhub1.stratus.com>
1876      Branch: perl
1877            ! Configure
1878 ____________________________________________________________________________
1879 [ 14914] By: jhi                                   on 2002/02/28  14:10:44
1880         Log: PL_bostr was pointing to the wrong string
1881              (a string left around from the loading of the Unicode \w)
1882              "UTF-8 panic, blocks, coredumps, etc. in debugger with \w and m//g"
1883              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01267.html
1884      Branch: perl
1885            ! regexec.c
1886 ____________________________________________________________________________
1887 [ 14913] By: gbarr                                 on 2002/02/28  13:06:11
1888         Log: Sync with libnet-1.10
1889      Branch: perl
1890            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
1891            ! lib/Net/FTP.pm lib/Net/FTP/I.pm lib/Net/NNTP.pm
1892            ! lib/Net/Netrc.pm lib/Net/POP3.pm lib/Net/SMTP.pm
1893            ! lib/Net/t/netrc.t
1894 ____________________________________________________________________________
1895 [ 14912] By: ams                                   on 2002/02/28  13:02:50
1896         Log: Subject: [PATCH] perldelta.pod fixes
1897              From: Autrijus Tang <autrijus@autrijus.org>
1898              Date: Thu, 28 Feb 2002 21:44:15 +0800
1899              Message-Id: <20020228134415.GB16422@not.autrijus.org>
1900      Branch: perl
1901            ! pod/perldelta.pod
1902 ____________________________________________________________________________
1903 [ 14911] By: ams                                   on 2002/02/28  11:31:44
1904         Log: Subject: File::Copy::syscopy doesn't preserve OS attrs on UNIX
1905              From: Stas Bekman <stas@stason.org>
1906              Date: Mon, 04 Feb 2002 16:18:53 +0800
1907              Message-Id: <3C7E1E5F.1000605@stason.org>
1908              (Applied by hand).
1909      Branch: perl
1910            ! lib/File/Copy.pm
1911 ____________________________________________________________________________
1912 [ 14910] By: ams                                   on 2002/02/28  11:26:47
1913         Log: Subject: [PATCH lib/Pod/Html.pm]
1914              From: Stas Bekman <stas@stason.org>
1915              Date: Thu, 28 Feb 2002 20:05:01 +0800
1916              Message-Id: <3C7E1CED.7000307@stason.org>
1917      Branch: perl
1918            ! lib/Pod/Html.pm
1919 ____________________________________________________________________________
1920 [ 14909] By: jhi                                   on 2002/02/28  05:50:24
1921         Log: Tests for #14908.
1922      Branch: perl
1923            ! t/op/pat.t
1924 ____________________________________________________________________________
1925 [ 14908] By: jhi                                   on 2002/02/28  05:43:45
1926         Log: Make shared hash keys to be \0-terminated:
1927              one possible resolution for
1928              "UTF-8, weird \w behaviour after HASH-KEY-ification"
1929              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01327.html
1930              The hash keys were shared (the SvLEN(sv) = 0 was the giveaway).
1931              The hash keys weren't \0-terminated.  This meant that the EOL ($)
1932              in regmatch() got the nextchr beyond the last character.  Since
1933              the keys were UTF-8, the nextchr was \1, not the usual
1934              string-terminating \0.  Wham, no match.
1935              
1936              I think another possible resolution could be to stop the nextchr
1937              computation in regmatch() from peeking beyond the last character
1938              of the string:
1939              
1940              nextchr = locinput < PL_regeol ? UCHARAT(locinput) : 0;
1941      Branch: perl
1942            ! hv.c hv.h
1943 ____________________________________________________________________________
1944 [ 14907] By: jhi                                   on 2002/02/28  03:25:44
1945         Log: Subject: [PATCH] Perl interface to newIO()
1946              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1947              Date: Wed, 27 Feb 2002 20:15:27 -0800
1948              Message-ID: <f7af8gzkgaET092yn@efn.org>
1949      Branch: perl
1950            ! lib/Symbol.pm
1951 ____________________________________________________________________________
1952 [ 14906] By: jhi                                   on 2002/02/28  00:50:01
1953         Log: The "list" part of
1954              
1955              Subject: [PATCH perlop] .. returns a *list* of *integers*
1956              From: Mike Guy <mjtg@cam.ac.uk>
1957              Date: Tue, 26 Feb 2002 18:30:22 +0000
1958              Message-Id: <E16fmMo-00048Y-00@draco.cus.cam.ac.uk>
1959              
1960              plus few nits.
1961      Branch: perl
1962            ! pod/perlop.pod
1963 ____________________________________________________________________________
1964 [ 14905] By: jhi                                   on 2002/02/27  22:44:52
1965         Log: Subject: [PATCH lib/File/stat.t] Win32 not happy with new test
1966              From: Abe Timmerman <abe@ztreet.demon.nl>
1967              Date: Thu, 28 Feb 2002 00:04:06 +0100
1968              Message-ID: <fhnq7u8ref3nqgsa0p4f9u1v5r3sv3akm1@4ax.com>
1969      Branch: perl
1970            ! lib/File/stat.t
1971 ____________________________________________________________________________
1972 [ 14904] By: pudge                                 on 2002/02/27  21:25:39
1973         Log: Integrate from maintperl.
1974      Branch: maint-5.6/macperl
1975           !> doio.c op.c t/io/open.t t/pragma/strict-subs
1976 ____________________________________________________________________________
1977 [ 14903] By: jhi                                   on 2002/02/27  21:23:14
1978         Log: Upgrade to Math::BigInt 1.53.
1979      Branch: perl
1980            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
1981            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
1982            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
1983            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/mbimbf.inc
1984            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbi.t
1985            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.t
1986 ____________________________________________________________________________
1987 [ 14902] By: jhi                                   on 2002/02/27  21:17:38
1988         Log: Subject: [PATCH] assorted VMS test fix-ups, $Config{prefixexp} revisited
1989              From: "Craig A. Berry" <craigberry@mac.com>
1990              Date: Wed, 27 Feb 2002 15:36:38 -0600
1991              Message-Id: <5.1.0.14.2.20020227152131.01ade728@exchi01>
1992      Branch: perl
1993            ! configure.com ext/Cwd/t/cwd.t lib/ExtUtils/t/Installed.t
1994            ! vms/ext/filespec.t
1995 ____________________________________________________________________________
1996 [ 14901] By: jhi                                   on 2002/02/27  21:14:22
1997         Log: Subject: [PATCH] Some minor changes for Cygwin
1998              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
1999              Date: Wed, 27 Feb 2002 22:25:41 +0100
2000              Message-ID: <14296492589.20020227222541@familiehaase.de>
2001      Branch: perl
2002            ! Makefile.SH README.cygwin cygwin/perlld.in
2003 ____________________________________________________________________________
2004 [ 14900] By: jhi                                   on 2002/02/27  19:06:39
2005         Log: Update the UTF-8 explanation table.
2006      Branch: perl
2007            ! pod/perlunicode.pod utf8.h
2008 ____________________________________________________________________________
2009 [ 14899] By: jhi                                   on 2002/02/27  17:50:09
2010         Log: Repatch from Robin Barker: anon subs in C<package;> are
2011              now __ANON__::__ANON__ (should help for mod_perl package
2012              since #12251)
2013      Branch: perl
2014            ! gv.c op.c t/op/runlevel.t toke.c
2015 ____________________________________________________________________________
2016 [ 14898] By: jhi                                   on 2002/02/27  16:01:47
2017         Log: Update Changes.
2018      Branch: perl
2019            ! Changes patchlevel.h
2020 ____________________________________________________________________________
2021 [ 14897] By: jhi                                   on 2002/02/27  15:26:12
2022         Log: perldelta updates.
2023      Branch: perl
2024            ! pod/perldelta.pod
2025 ____________________________________________________________________________
2026 [ 14896] By: jhi                                   on 2002/02/27  15:23:21
2027         Log: Signedness nit.
2028      Branch: perl
2029            ! regexec.c
2030 ____________________________________________________________________________
2031 [ 14895] By: jhi                                   on 2002/02/27  15:12:36
2032         Log: Subject: Re: Smoke 14870
2033              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2034              Date: Wed, 27 Feb 2002 16:48:35 +0100
2035              Message-Id: <20020227163729.1D2B.H.M.BRAND@hccnet.nl>
2036              
2037              (with some additional garnish)
2038      Branch: perl
2039            ! README.hpux hints/hpux.sh
2040 ____________________________________________________________________________
2041 [ 14894] By: jhi                                   on 2002/02/27  15:08:06
2042         Log: Avoid PL_OpPtr et al getting unnecessarily (when not used)
2043              into perl.exp in AIX.
2044      Branch: perl
2045            ! makedef.pl perl.h
2046 ____________________________________________________________________________
2047 [ 14893] By: jhi                                   on 2002/02/27  13:49:59
2048         Log: Subject: [PATCH pod/perlrun.pod] Re: [ID 20020227.003] minor text imperfection in perlrun manpage
2049              From: Robin Barker <rmb1@cise.npl.co.uk>
2050              Date: Wed, 27 Feb 2002 14:39:35 GMT
2051              Message-Id: <200202271439.OAA25005@tempest.npl.co.uk>
2052      Branch: perl
2053            ! pod/perlrun.pod
2054 ____________________________________________________________________________
2055 [ 14892] By: jhi                                   on 2002/02/27  13:41:14
2056         Log: Subject: Re: [PATCH @14870] long C<=item>s and other pod->man->troff problems
2057              From: Robin Barker <rmb1@cise.npl.co.uk>
2058              Date: Wed, 27 Feb 2002 12:25:30 GMT
2059              Message-Id: <200202271225.MAA24806@tempest.npl.co.uk>
2060      Branch: perl
2061            ! README.cygwin README.os2 ext/Time/HiRes/HiRes.pm lib/CGI.pm
2062            ! lib/Math/BigInt.pm pod/perl561delta.pod pod/perliol.pod
2063            ! pod/perlunicode.pod pod/perluniintro.pod
2064 ____________________________________________________________________________
2065 [ 14891] By: jhi                                   on 2002/02/27  01:11:13
2066         Log: Only modify LD_LIBRARY_PATH in case there are directories.
2067      Branch: perl
2068            ! hints/dec_osf.sh
2069 ____________________________________________________________________________
2070 [ 14890] By: jhi                                   on 2002/02/27  01:01:11
2071         Log: Subject: [PATCH] perl/hints/vos.sh
2072              From: Paul_GreenVOS@vos.stratus.com
2073              Date: Tue, 26 Feb 02 15:19 est
2074              Message-Id: <200202262021.PAA24979@mailhub1.stratus.com>
2075      Branch: perl
2076            ! hints/vos.sh
2077 ____________________________________________________________________________
2078 [ 14889] By: jhi                                   on 2002/02/27  00:59:33
2079         Log: Forgot from #14888.
2080      Branch: perl
2081            ! ext/Unicode/Normalize/mkheader
2082 ____________________________________________________________________________
2083 [ 14888] By: jhi                                   on 2002/02/27  00:50:55
2084         Log: Unicode::Normalize 0.14 synch, from SADAHIRO Tomoyuki.
2085      Branch: perl
2086            ! ext/Unicode/Normalize/Changes
2087            ! ext/Unicode/Normalize/Normalize.pm
2088            ! ext/Unicode/Normalize/Normalize.xs
2089            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
2090            ! ext/Unicode/Normalize/t/test.t
2091 ____________________________________________________________________________
2092 [ 14887] By: ams                                   on 2002/02/26  23:51:52
2093         Log: Subject: Missing diagnostics
2094              From: Simon Glover <scog@roe.ac.uk>
2095              Date: Tue, 26 Feb 2002 17:56:42 +0000 (BST)
2096              Message-Id: <Pine.GSO.4.10.10202261754170.23317-100000@muinntiarach.roe.ac.uk>
2097              
2098              Subject: [PATCH] Better wording for the lvalue vec diagnostic
2099              From: Simon Glover <scog@roe.ac.uk>
2100              Date: Tue, 26 Feb 2002 18:08:04 +0000 (BST)
2101              Message-Id: <Pine.GSO.4.10.10202261756560.23317-100000@muinntiarach.roe.ac.uk>
2102      Branch: perl
2103            ! doop.c pod/perldiag.pod t/op/vec.t
2104 ____________________________________________________________________________
2105 [ 14886] By: ams                                   on 2002/02/26  15:48:34
2106         Log: Subject: [PATCH] Not OK 5.7.2@14884
2107              From: andreas.koenig@anima.de (Andreas J. Koenig)
2108              Date: Tue, 26 Feb 2002 15:03:55 +0100
2109              Message-Id: <m38z9gfigk.fsf@anima.de>
2110      Branch: perl
2111            ! t/lib/access.t
2112 ____________________________________________________________________________
2113 [ 14885] By: nick                                  on 2002/02/26  13:48:55
2114         Log: Integrate mainline
2115      Branch: perlio
2116           +> lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
2117           +> lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
2118           +> lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
2119            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
2120           !> (integrate 102 files)
2121 ____________________________________________________________________________
2122 [ 14884] By: jhi                                   on 2002/02/26  11:17:42
2123         Log: Cray FP strikes again: things like 1.1 + 0.1 are easily
2124              1.1999999999999996, or thereabouts (yes, even sprintf).
2125      Branch: perl
2126            ! t/base/num.t
2127 ____________________________________________________________________________
2128 [ 14883] By: jhi                                   on 2002/02/26  11:09:07
2129         Log: Neither.
2130      Branch: perl
2131            ! pod/perldelta.pod
2132 ____________________________________________________________________________
2133 [ 14882] By: ams                                   on 2002/02/26  08:46:55
2134         Log: Subject: [PATCH hv.c pod/perldiag.pod] "Attempt to access to key"?
2135              From: Michael G Schwern <schwern@pobox.com>
2136              Date: Tue, 26 Feb 2002 01:01:28 -0500
2137              Message-Id: <20020226060128.GA2439@blackrider>
2138      Branch: perl
2139            ! hv.c pod/perldiag.pod
2140 ____________________________________________________________________________
2141 [ 14881] By: jhi                                   on 2002/02/26  03:01:28
2142         Log: Subject: [PATCH B::Concise] docs, typos
2143              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2144              Date: Mon, 25 Feb 2002 16:41:16 +0100
2145              Message-ID: <20020225164116.A1054@rafael>
2146      Branch: perl
2147            ! ext/B/B/Concise.pm
2148 ____________________________________________________________________________
2149 [ 14880] By: jhi                                   on 2002/02/26  02:36:16
2150         Log: POSIX: add isatty to @EXPORT_OK, reformat.
2151      Branch: perl
2152            ! ext/POSIX/POSIX.pm
2153 ____________________________________________________________________________
2154 [ 14879] By: jhi                                   on 2002/02/26  01:03:17
2155         Log: If using -Dloclibpth=... the directories need to
2156              be appended to LD_LIBRARY_PATH (and ickily, if those
2157              directories contain a (newer?) libdb.so, we need to
2158              prepend    /usr/shlib to loclibpth).
2159      Branch: perl
2160            ! hints/dec_osf.sh
2161 ____________________________________________________________________________
2162 [ 14878] By: jhi                                   on 2002/02/26  01:01:13
2163         Log: Subject: [PATCH] Perl interface to newIO()
2164              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)      
2165              Date: Mon, 25 Feb 2002 15:04:57 -0800
2166              Message-ID: <ZMse8gzkg6oQ092yn@efn.org>
2167      Branch: perl
2168            ! lib/Symbol.pm lib/Symbol.t
2169 ____________________________________________________________________________
2170 [ 14877] By: jhi                                   on 2002/02/26  00:06:16
2171         Log: Subject: [PATCH perlvar] "." is not in @INC when -T
2172              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>    
2173              Date: Mon, 25 Feb 2002 21:58:30 +0100
2174              Message-ID: <20020225215830.A744@rafael>
2175      Branch: perl
2176            ! pod/perlvar.pod
2177 ____________________________________________________________________________
2178 [ 14876] By: jhi                                   on 2002/02/25  22:23:11
2179         Log: Big5 tweaks from Autrijus Tang.
2180      Branch: perl
2181            ! ext/Encode/Encode/big5.enc
2182 ____________________________________________________________________________
2183 [ 14875] By: jhi                                   on 2002/02/25  22:19:56
2184         Log: Subject: [PATCH Glossary configpm] cleanups
2185              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2186              Date: Mon, 25 Feb 2002 23:27:15 +0100
2187              Message-ID: <20020225232715.C744@rafael>
2188      Branch: perl
2189            ! Porting/Glossary Porting/config.sh Porting/config_H configpm
2190 ____________________________________________________________________________
2191 [ 14874] By: jhi                                   on 2002/02/25  21:53:29
2192         Log: Subject: [PATCH] compile warnings (was Re: Smoke 14756 /pro/3gl/CPAN/perl-current)
2193              From: Nicholas Clark <nick@unfortu.net>
2194              Date: Mon, 25 Feb 2002 21:53:24 +0000
2195              Message-ID: <20020225215323.GN365@Bagpuss.unfortu.net>
2196      Branch: perl
2197            ! ext/Encode/CN/Makefile.PL ext/Encode/JP/Makefile.PL
2198            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
2199            ! ext/Encode/TW/Makefile.PL ext/Encode/compile
2200 ____________________________________________________________________________
2201 [ 14873] By: jhi                                   on 2002/02/25  21:28:54
2202         Log: Upgrade to I18N::LangTags 0.27.
2203              (Causes one flipflop back to perl.com URL, must poke Sean.)
2204      Branch: perl
2205            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
2206            ! lib/I18N/LangTags/List.pm
2207 ____________________________________________________________________________
2208 [ 14872] By: jhi                                   on 2002/02/25  21:22:32
2209         Log: Upgrade to Getopt::Long 2.28.
2210      Branch: perl
2211            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
2212            ! lib/Getopt/Long/README
2213 ____________________________________________________________________________
2214 [ 14871] By: jhi                                   on 2002/02/25  19:46:35
2215         Log: No =head.
2216      Branch: perl
2217            ! pod/perlebcdic.pod
2218 ____________________________________________________________________________
2219 [ 14870] By: jhi                                   on 2002/02/25  15:02:50
2220         Log: Update Changes.
2221      Branch: perl
2222            ! Changes patchlevel.h
2223 ____________________________________________________________________________
2224 [ 14869] By: jhi                                   on 2002/02/25  14:54:00
2225         Log: metaconfig unit change for #14868.
2226      Branch: metaconfig
2227            ! U/modified/Chk_MANI.U
2228 ____________________________________________________________________________
2229 [ 14868] By: jhi                                   on 2002/02/25  14:53:43
2230         Log: Some hosts understand split -l 50, some only split -50
2231              (from Paul Eggert).
2232      Branch: perl
2233            ! Configure
2234 ____________________________________________________________________________
2235 [ 14867] By: jhi                                   on 2002/02/25  14:44:07
2236         Log: Subject: Re: [PATCH bleadperl] socketpair.t
2237              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
2238              Date: Sun, 24 Feb 2002 10:31:25 +0100
2239              Message-ID: <179381153.20020224103125@tesla.rcub.bg.ac.yu>
2240              
2241              (the pid half only)
2242      Branch: perl
2243            ! win32/win32.c
2244 ____________________________________________________________________________
2245 [ 14866] By: jhi                                   on 2002/02/25  14:35:19
2246         Log: Mention the new pack tricks.
2247      Branch: perl
2248            ! pod/perldelta.pod
2249 ____________________________________________________________________________
2250 [ 14865] By: jhi                                   on 2002/02/25  14:30:28
2251         Log: Subject: [PATCH] consistent commands for perl5db.pl etc.
2252              From: Richard.Foley@t-online.de (Richard Foley)
2253              Date: Mon, 25 Feb 2002 13:47:03 +0100
2254              Message-ID: <16fJgP-1mbVeSC@fwd04.sul.t-online.com>
2255      Branch: perl
2256            ! lib/perl5db.pl pod/perldebguts.pod pod/perldebtut.pod
2257            ! pod/perldebug.pod pod/perldelta.pod
2258 ____________________________________________________________________________
2259 [ 14864] By: jhi                                   on 2002/02/25  13:51:32
2260         Log: Typo corrections from John P. Linderman.
2261      Branch: perl
2262            ! ext/IPC/SysV/Semaphore.pm
2263 ____________________________________________________________________________
2264 [ 14863] By: jhi                                   on 2002/02/25  13:49:32
2265         Log: Upgrade to Math::BigInt 1.52.
2266      Branch: perl
2267            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
2268            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
2269            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
2270            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
2271            ! lib/Math/BigInt/t/sub_mbf.t t/lib/Math/BigFloat/Subclass.pm
2272 ____________________________________________________________________________
2273 [ 14862] By: ams                                   on 2002/02/25  10:39:40
2274         Log: Subject: [PATCH Cwd.pm] cut-n-paste error?
2275              From: Robin Barker <rmb1@cise.npl.co.uk>
2276              Date: Mon, 25 Feb 2002 11:35:06 GMT
2277              Message-Id: <200202251135.LAA00573@tempest.npl.co.uk>
2278              
2279              Subject: [PATCH Net/Cmd.pm]
2280              From: Robin Barker <rmb1@cise.npl.co.uk>
2281              Date: Mon, 25 Feb 2002 11:37:06 GMT
2282              Message-Id: <200202251137.LAA00579@tempest.npl.co.uk>
2283      Branch: perl
2284            ! lib/Cwd.pm lib/Net/Cmd.pm
2285 ____________________________________________________________________________
2286 [ 14861] By: jhi                                   on 2002/02/25  03:40:45
2287         Log: Cut-and-paste errors.
2288      Branch: perl
2289            ! t/op/pat.t
2290 ____________________________________________________________________________
2291 [ 14860] By: jhi                                   on 2002/02/25  03:36:24
2292         Log: EBCDIC: the control characters are not that easy to find.
2293      Branch: perl
2294            ! t/op/pat.t
2295 ____________________________________________________________________________
2296 [ 14859] By: jhi                                   on 2002/02/25  03:02:23
2297         Log: Subject: Re: [PATCH] Re: Copying PV only with possible UTF-8 characters
2298              From: John Peacock <jpeacock@rowman.com>
2299              Date: Sun, 24 Feb 2002 22:08:28 -0500
2300              Message-ID: <3C79AAAC.6060903@rowman.com>
2301      Branch: perl
2302            ! sv.c
2303 ____________________________________________________________________________
2304 [ 14858] By: jhi                                   on 2002/02/25  00:01:13
2305         Log: SvSetSV() is not returnable, but that's okay since
2306              sv_copypv() returns void.
2307      Branch: perl
2308            ! sv.c
2309 ____________________________________________________________________________
2310 [ 14857] By: jhi                                   on 2002/02/24  23:33:33
2311         Log: Subject: [PATCH] Re: Copying PV only with possible UTF-8 characters
2312              From: John Peacock <jpeacock@rowman.com>                 
2313              Date: Sun, 24 Feb 2002 16:40:07 -0500
2314              Message-ID: <3C795DB7.40105@rowman.com>               
2315      Branch: perl
2316            ! embed.fnc embed.h global.sym lib/overload.t pod/perlapi.pod
2317            ! pp_hot.c proto.h sv.c
2318 ____________________________________________________________________________
2319 [ 14856] By: jhi                                   on 2002/02/24  20:15:51
2320         Log: Tiny code cleanup.
2321      Branch: perl
2322            ! regexec.c
2323 ____________________________________________________________________________
2324 [ 14855] By: jhi                                   on 2002/02/24  19:49:01
2325         Log: Use to_uni_fold().
2326      Branch: perl
2327            ! regcomp.c
2328 ____________________________________________________________________________
2329 [ 14854] By: jhi                                   on 2002/02/24  19:45:43
2330         Log: Document the new taint behaviour of exec LIST and
2331              system LIST.
2332      Branch: perl
2333            ! pod/perldelta.pod
2334 ____________________________________________________________________________
2335 [ 14853] By: jhi                                   on 2002/02/24  18:28:31
2336         Log: Subject: [PATCH] Re: taint news
2337              From: Rick Delaney <rick.delaney@rogers.com>             
2338              Date: 24 Feb 2002 11:35:00 -0500
2339              Message-ID: <m3d6yuvnwr.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
2340      Branch: perl
2341            ! pod/perldiag.pod pod/perlsec.pod pp_sys.c t/op/taint.t
2342 ____________________________________________________________________________
2343 [ 14852] By: jhi                                   on 2002/02/24  18:20:55
2344         Log: EBCDIC tweak (native instead of uni) and comment update.
2345      Branch: perl
2346            ! regexec.c
2347 ____________________________________________________________________________
2348 [ 14851] By: jhi                                   on 2002/02/24  13:02:53
2349         Log: Using uninitialized (and wrong) variables is not good.
2350      Branch: perl
2351            ! regcomp.c
2352 ____________________________________________________________________________
2353 [ 14850] By: jhi                                   on 2002/02/24  05:28:15
2354         Log: EBCDIC: this seems to calm the last of the
2355              Malformed UTF-8 warnings.
2356      Branch: perl
2357            ! regcomp.c utf8.c
2358 ____________________________________________________________________________
2359 [ 14849] By: jhi                                   on 2002/02/23  23:35:03
2360         Log: EBCDIC: document using Encode for character conversions.
2361      Branch: perl
2362            ! pod/perlebcdic.pod
2363 ____________________________________________________________________________
2364 [ 14848] By: jhi                                   on 2002/02/23  23:20:57
2365         Log: EBCDIC: disable also Unicode::Collate and
2366              Unicode::Normalize for now.  Real users of
2367              EBCDIC have to decide what they want.
2368      Branch: perl
2369            ! ext/Unicode/Normalize/Normalize.pm
2370            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
2371            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
2372            ! lib/Unicode/Collate/t/test.t
2373 ____________________________________________________________________________
2374 [ 14847] By: jhi                                   on 2002/02/23  20:12:21
2375         Log: AUTHORS updates.
2376      Branch: perl
2377            ! AUTHORS
2378 ____________________________________________________________________________
2379 [ 14846] By: jhi                                   on 2002/02/23  20:05:10
2380         Log: Retract #14571: there may be a better solution than
2381              tweaking the test.
2382      Branch: perl
2383            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
2384 ____________________________________________________________________________
2385 [ 14845] By: jhi                                   on 2002/02/23  19:15:32
2386         Log: Subject: [PATCH @14833] $Config{prefixexp} for VMS                
2387              From: "Craig A. Berry" <craigberry@mac.com> 
2388              Date: Sat, 23 Feb 2002 14:14:35 -0600
2389              Message-Id: <a05101400b89d8666cc6c@[192.168.56.188]>         
2390      Branch: perl
2391            ! configure.com
2392 ____________________________________________________________________________
2393 [ 14844] By: jhi                                   on 2002/02/23  18:37:14
2394         Log: metaconfig unit change for #14843.
2395      Branch: metaconfig/U/perl
2396            ! Extensions.U
2397 ____________________________________________________________________________
2398 [ 14843] By: jhi                                   on 2002/02/23  18:36:43
2399         Log: Also Encode/JP needs to be listed explicitly.
2400              (Any other sub-Encode extensions?)
2401      Branch: perl
2402            ! Configure
2403 ____________________________________________________________________________
2404 [ 14842] By: jhi                                   on 2002/02/23  18:17:07
2405         Log: Document known UNICOS/mk deficiency.
2406      Branch: perl
2407            ! pod/perldelta.pod
2408 ____________________________________________________________________________
2409 [ 14841] By: jhi                                   on 2002/02/23  16:29:49
2410         Log: Subject: [PATCH] README mention version 5.0
2411              From: Autrijus Tang <autrijus@autrijus.org>
2412              Date: Sat, 23 Feb 2002 09:35:22 +0800
2413              Message-ID: <20020223013522.GA8694@not.autrijus.org>
2414      Branch: perl
2415            ! README
2416 ____________________________________________________________________________
2417 [ 14840] By: jhi                                   on 2002/02/23  03:32:59
2418         Log: metaconfig unit change for #14839.
2419      Branch: metaconfig
2420            ! U/modified/Signal.U
2421 ____________________________________________________________________________
2422 [ 14839] By: jhi                                   on 2002/02/23  03:32:32
2423         Log: Old hosts like NeXT Classic don't have sort -k,
2424              from Paul Eggert.
2425      Branch: perl
2426            ! Configure
2427 ____________________________________________________________________________
2428 [ 14838] By: ams                                   on 2002/02/22  21:14:29
2429         Log: Minor clarifications as suggested by Anton Tagunov.
2430      Branch: perl
2431            ! pod/perlsyn.pod
2432 ____________________________________________________________________________
2433 [ 14837] By: ams                                   on 2002/02/22  21:07:02
2434         Log: Subject: [PATCH] Re: Prototype checking on assignment of coderef to typeglob
2435              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2436              Date: Fri, 22 Feb 2002 23:01:07 +0100
2437              Message-Id: <20020222230107.A15069@rafael>
2438      Branch: perl
2439            ! sv.c t/op/gv.t
2440 ____________________________________________________________________________
2441 [ 14836] By: jhi                                   on 2002/02/22  20:39:11
2442         Log: metaconfig unit change for #14835.
2443      Branch: metaconfig
2444            ! U/modified/Chk_MANI.U
2445 ____________________________________________________________________________
2446 [ 14835] By: jhi                                   on 2002/02/22  20:38:32
2447         Log: In AIX the split(1) default (1000 lines) chokes the /usr/bin/ls.
2448      Branch: perl
2449            ! Configure
2450 ____________________________________________________________________________
2451 [ 14834] By: jhi                                   on 2002/02/22  18:06:01
2452         Log: Subject: [PATCH] Re: Pyrrhic compression in Encode
2453              From: Michael G Schwern <schwern@pobox.com>
2454              Date: Fri, 22 Feb 2002 12:10:28 -0500
2455              Message-ID: <20020222171027.GB4181@blackrider>
2456      Branch: perl
2457            ! ext/Encode/compile
2458 ____________________________________________________________________________
2459 [ 14833] By: jhi                                   on 2002/02/22  14:51:17
2460         Log: Update Changes.
2461      Branch: perl
2462            ! Changes patchlevel.h
2463 ____________________________________________________________________________
2464 [ 14832] By: jhi                                   on 2002/02/22  14:25:18
2465         Log: Implement IV/UV/NV/long double pack/unpack with
2466              template letters j/J/F/D (the latter two have been
2467              undocumented aliases of f/d).
2468      Branch: perl
2469            ! pod/perlfunc.pod pod/perltodo.pod pp_pack.c t/op/pack.t
2470 ____________________________________________________________________________
2471 [ 14831] By: jhi                                   on 2002/02/22  13:47:08
2472         Log: Subject: Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
2473              From: Nicholas Clark <nick@unfortu.net>
2474              Date: Fri, 22 Feb 2002 14:01:25 +0000
2475              Message-ID: <20020222140123.GD358@Bagpuss.unfortu.net>
2476      Branch: perl
2477            ! ext/Encode/compile
2478 ____________________________________________________________________________
2479 [ 14830] By: jhi                                   on 2002/02/22  13:44:27
2480         Log: NetWare change from Ananth Kesari.
2481      Branch: perl
2482            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
2483            ! MANIFEST
2484 ____________________________________________________________________________
2485 [ 14829] By: jhi                                   on 2002/02/22  13:42:42
2486         Log: Subject: [PATCH @14577] pack with a human face: part ]|[
2487              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2488              Date: Fri, 22 Feb 2002 03:55:13 -0500
2489              Message-ID: <20020222035513.A894@math.ohio-state.edu>
2490      Branch: perl
2491            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
2492 ____________________________________________________________________________
2493 [ 14828] By: jhi                                   on 2002/02/22  13:19:19
2494         Log: EBCDIC: Disable Encode::JP and Encode::Tcl for now.
2495      Branch: perl
2496            ! ext/Encode/JP/JP.pm ext/Encode/lib/Encode/Tcl.pm
2497 ____________________________________________________________________________
2498 [ 14827] By: jhi                                   on 2002/02/22  13:11:00
2499         Log: Make measure_struct a file static.
2500      Branch: perl
2501            ! pp_pack.c
2502 ____________________________________________________________________________
2503 [ 14826] By: jhi                                   on 2002/02/22  04:30:27
2504         Log: EBCDIC: someone who knows what they are doing
2505              and whether it is possible at all in the first
2506              place needs to figure these tests out on EBCDIC.
2507              The CJK encodings heavily abuse their knowledge
2508              of ASCII and that may require a translation layer
2509              or four to survive UTF-EBCDIC.
2510      Branch: perl
2511            ! ext/Encode/t/JP.t ext/Encode/t/Tcl.t
2512 ____________________________________________________________________________
2513 [ 14825] By: jhi                                   on 2002/02/22  02:43:03
2514         Log: croak() needs context.
2515      Branch: perl
2516            ! pp_pack.c
2517 ____________________________________________________________________________
2518 [ 14824] By: jhi                                   on 2002/02/22  01:56:06
2519         Log: Subject: [PATCH @14577] pack with a human face: the sequel
2520              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2521              Date: Thu, 21 Feb 2002 21:33:37 -0500
2522              Message-ID: <20020221213337.A23848@math.ohio-state.edu>
2523      Branch: perl
2524            ! embed.fnc embed.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c
2525            ! proto.h t/op/pack.t
2526 ____________________________________________________________________________
2527 [ 14823] By: jhi                                   on 2002/02/22  00:38:19
2528         Log: Subject: [PATCH+=2] Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
2529              From: Nicholas Clark <nick@unfortu.net> 
2530              Date: Fri, 22 Feb 2002 00:49:44 +0000
2531              Message-ID: <20020222004943.GK394@Bagpuss.unfortu.net>
2532      Branch: perl
2533            ! ext/Encode/compile
2534 ____________________________________________________________________________
2535 [ 14822] By: jhi                                   on 2002/02/21  22:42:17
2536         Log: Test for #14795.
2537      Branch: perl
2538            ! t/op/pat.t
2539 ____________________________________________________________________________
2540 [ 14821] By: jhi                                   on 2002/02/21  22:05:20
2541         Log: Testing for ASCII in EBCDIC makes one's brain hurt.
2542      Branch: perl
2543            ! t/op/pat.t
2544 ____________________________________________________________________________
2545 [ 14820] By: jhi                                   on 2002/02/21  21:53:00
2546         Log: Subject: [PATCH] next batch of bugfixes
2547              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2548              Date: Thu, 21 Feb 2002 23:54:41 +0100
2549              Message-ID: <20020221235441.A17260@rafael>
2550      Branch: perl
2551            ! ext/B/B/Deparse.pm
2552 ____________________________________________________________________________
2553 [ 14819] By: jhi                                   on 2002/02/21  21:06:54
2554         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)
2555              From: chromatic <chromatic@rmci.net>
2556              Date: Thu, 21 Feb 2002 14:17:35 -0700
2557              Message-ID: <20020221211823.80922.qmail@onion.perl.org>
2558      Branch: perl
2559            ! lib/File/stat.pm lib/File/stat.t
2560 ____________________________________________________________________________
2561 [ 14818] By: jhi                                   on 2002/02/21  21:01:36
2562         Log: Externalization from Jatan Shah <jshah@broadcom.com>.
2563      Branch: perl
2564            ! ext/re/re.xs
2565 ____________________________________________________________________________
2566 [ 14817] By: jhi                                   on 2002/02/21  20:02:27
2567         Log: Upgrade to Math::BigInt 1.51.
2568      Branch: perl
2569            + lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
2570            + lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
2571            + lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
2572            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
2573            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
2574            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
2575            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
2576            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
2577            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
2578            ! lib/Math/BigInt/t/require.t lib/Math/BigInt/t/sub_mbf.t
2579            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
2580            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
2581 ____________________________________________________________________________
2582 [ 14816] By: jhi                                   on 2002/02/21  19:33:01
2583         Log: Subject: Re: [PATCH] 'make clobber' on Cygwin broken
2584              From: "Gerrit P. Haase" <gp@familiehaase.de>
2585              Date: Thu, 21 Feb 2002 21:20:25 +0100
2586              Message-ID: <69510538936.20020221212025@familiehaase.de>
2587      Branch: perl
2588            ! Makefile.SH
2589 ____________________________________________________________________________
2590 [ 14815] By: jhi                                   on 2002/02/21  17:28:23
2591         Log: Subject: [PATCH @14577] grouping in pack/unpack
2592              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2593              Date: Thu, 21 Feb 2002 06:06:14 -0500
2594              Message-ID: <20020221060614.A29836@math.ohio-state.edu>
2595      Branch: perl
2596            ! embed.fnc embed.h global.sym pod/perldiag.pod pod/perlfunc.pod
2597            ! pod/perltodo.pod pp_pack.c proto.h t/op/pack.t
2598 ____________________________________________________________________________
2599 [ 14814] By: jhi                                   on 2002/02/21  15:41:10
2600         Log: Subject: [PATCH propose] question about fs.t
2601              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
2602              Date: Thu, 21 Feb 2002 15:10:21 +0100
2603              Message-ID: <725805519.20020221151021@tesla.rcub.bg.ac.yu>
2604      Branch: perl
2605            ! t/io/fs.t
2606 ____________________________________________________________________________
2607 [ 14813] By: jhi                                   on 2002/02/21  15:37:44
2608         Log: Subject: [PATCH] 'make clobber' on Cygwin broken    
2609              From: "Gerrit P. Haase" <gerrit@familiehaase.de>         
2610              Date: Thu, 21 Feb 2002 09:54:28 +0100
2611              Message-ID: <13576559576.20020221095428@familiehaase.de>     
2612      Branch: perl
2613            ! Makefile.SH
2614 ____________________________________________________________________________
2615 [ 14812] By: ams                                   on 2002/02/21  14:59:09
2616         Log: Subject: typo correction
2617              From: mjd@plover.com
2618              Date: 21 Feb 2002 15:43:49 -0000
2619              Message-Id: <20020221154349.22772.qmail@plover.com>
2620      Branch: perl
2621            ! pod/perldebug.pod
2622 ____________________________________________________________________________
2623 [ 14811] By: ams                                   on 2002/02/21  14:02:12
2624         Log: Subject: [PATCH] No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden
2625              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2626              Date: Thu, 21 Feb 2002 15:22:22 +0100
2627              Message-Id: <20020221152222.A15095@rafael>
2628      Branch: perl
2629            ! op.h toke.c
2630 ____________________________________________________________________________
2631 [ 14810] By: ams                                   on 2002/02/21  12:45:28
2632         Log: Subject: [PATCH @14577] cosmetic OS/2 patches
2633              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2634              Date: Thu, 21 Feb 2002 06:02:48 -0500
2635              Message-Id: <20020221060248.A29705@math.ohio-state.edu>
2636      Branch: perl
2637            ! lib/ExtUtils/Mksymlists.pm makedef.pl
2638 ____________________________________________________________________________
2639 [ 14809] By: nick                                  on 2002/02/21  09:31:08
2640         Log: Integrate mainline
2641      Branch: perlio
2642           +> lib/Pod/t/Select.t
2643           !> (integrate 37 files)
2644 ____________________________________________________________________________
2645 [ 14808] By: jhi                                   on 2002/02/21  05:33:27
2646         Log: metaconfig unit change for #14807.
2647      Branch: metaconfig
2648            ! U/modified/Signal.U
2649 ____________________________________________________________________________
2650 [ 14807] By: jhi                                   on 2002/02/21  05:33:07
2651         Log: Revert #14805, didn't quite work.
2652      Branch: perl
2653            ! Configure config_h.SH
2654 ____________________________________________________________________________
2655 [ 14806] By: jhi                                   on 2002/02/21  05:21:52
2656         Log: metaconfig changes for #14805.
2657      Branch: metaconfig
2658            ! U/modified/Signal.U dist-3.0at70b/kit/makeSH
2659 ____________________________________________________________________________
2660 [ 14805] By: jhi                                   on 2002/02/21  05:21:21
2661         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
2662              From: Paul Eggert <eggert@twinsun.com>
2663              Date: Wed, 20 Feb 2002 11:23:04 -0800 (PST)
2664              Message-Id: <200202201923.g1KJN4d06394@shade.twinsun.com>
2665      Branch: perl
2666            ! Configure config_h.SH
2667 ____________________________________________________________________________
2668 [ 14804] By: jhi                                   on 2002/02/21  04:56:05
2669         Log: More advice.
2670      Branch: perl
2671            ! README.os390
2672 ____________________________________________________________________________
2673 [ 14803] By: jhi                                   on 2002/02/21  04:40:37
2674         Log: Missing MANIFESTation.
2675      Branch: perl
2676            ! MANIFEST
2677 ____________________________________________________________________________
2678 [ 14802] By: ams                                   on 2002/02/20  22:55:25
2679         Log: Subject: [PATCH] Add missing Tolkien quotes to *.c
2680              From: Autrijus Tang <autrijus@autrijus.org>
2681              Date: Thu, 21 Feb 2002 07:13:12 +0800
2682              Message-Id: <20020220231312.GA775@not.autrijus.org>
2683      Branch: perl
2684            ! globals.c malloc.c perlio.c pp_pack.c universal.c xsutils.c
2685 ____________________________________________________________________________
2686 [ 14801] By: ams                                   on 2002/02/20  22:27:20
2687         Log: Subject: Re: Make Schwern poor in just 20 easy steps!
2688              From: Abe Timmerman <abe@ztreet.demon.nl>
2689              Date: Thu, 21 Feb 2002 00:20:40 +0100
2690              Message-Id: <dgb87ukjfanphg45i4skobhe40s1g4sujj@4ax.com>
2691      Branch: perl
2692            + lib/Pod/t/Select.t
2693 ____________________________________________________________________________
2694 [ 14800] By: jhi                                   on 2002/02/20  22:15:23
2695         Log: In EBCDIC the UNI_TO_NATIVE() macro evaluates its argument
2696              twice, causing the loop to skip every other character.
2697      Branch: perl
2698            ! utf8.c
2699 ____________________________________________________________________________
2700 [ 14799] By: jhi                                   on 2002/02/20  21:43:21
2701         Log: Better debugging info.
2702      Branch: perl
2703            ! t/uni/case.pl
2704 ____________________________________________________________________________
2705 [ 14798] By: jhi                                   on 2002/02/20  21:13:50
2706         Log: Subject: [PATCH++] Re: [PATCH] go faster for Encode's compile
2707              From: Nicholas Clark <nick@unfortu.net>
2708              Date: Wed, 20 Feb 2002 22:13:05 +0000
2709              Message-ID: <20020220221304.GE371@Bagpuss.unfortu.net>
2710      Branch: perl
2711            ! ext/Encode/compile
2712 ____________________________________________________________________________
2713 [ 14797] By: jhi                                   on 2002/02/20  18:31:14
2714         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
2715              From: Paul Eggert <eggert@twinsun.com>
2716              Date: Wed, 20 Feb 2002 11:29:30 -0800 (PST)
2717              Message-Id: <200202201929.g1KJTUb06403@shade.twinsun.com>
2718      Branch: perl
2719            ! pod/perlhack.pod
2720 ____________________________________________________________________________
2721 [ 14796] By: nick                                  on 2002/02/20  18:15:00
2722         Log: Integrate mainline
2723      Branch: perlio
2724           +> lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
2725           +> lib/Locale/Codes/t/script.t lib/Locale/Constants.pod
2726           +> lib/Locale/Country.pod lib/Locale/Currency.pod
2727           +> lib/Locale/Language.pod lib/Locale/Script.pm
2728           +> lib/Locale/Script.pod t/uni/case.pl t/uni/lower.t
2729           +> t/uni/title.t t/uni/upper.t
2730           !> (integrate 41 files)
2731 ____________________________________________________________________________
2732 [ 14795] By: ams                                   on 2002/02/20  17:08:38
2733         Log: Subject: Re: Re-posts of some unresolved bleadperl bugreports
2734              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2735              Date: Wed, 20 Feb 2002 18:06:59 +0000
2736              Message-Id: <200202201807.g1KI6xj08220@crypt.compulink.co.uk>
2737      Branch: perl
2738            ! pp_ctl.c
2739 ____________________________________________________________________________
2740 [ 14794] By: ams                                   on 2002/02/20  16:41:56
2741         Log: Subject: [PATCH] perl/Makefile.SH -- care with question mark
2742              From: Paul_GreenVOS@vos.stratus.com
2743              Date: Wed, 20 Feb 02 12:21 est
2744              Message-Id: <200202201723.MAA24639@mailhub1.stratus.com>
2745      Branch: perl
2746            ! Makefile.SH
2747 ____________________________________________________________________________
2748 [ 14793] By: jhi                                   on 2002/02/20  16:26:56
2749         Log: Forgot from #14790.
2750      Branch: perl
2751            ! pp_pack.c
2752 ____________________________________________________________________________
2753 [ 14792] By: jhi                                   on 2002/02/20  16:23:00
2754         Log: Update Changes.
2755      Branch: perl
2756            ! Changes patchlevel.h
2757 ____________________________________________________________________________
2758 [ 14791] By: jhi                                   on 2002/02/20  15:24:19
2759         Log: Integrate change #14778 from maintperl.
2760      Branch: perl
2761            ! t/lib/strict/subs
2762           !> op.c
2763 ____________________________________________________________________________
2764 [ 14790] By: jhi                                   on 2002/02/20  15:08:06
2765         Log: Subject: Re: [ID 20020220.001] pack w with objects
2766              From: Ulrich Pfeifer <upf@de.uu.net>
2767              Date: 20 Feb 2002 11:21:15 +0100
2768              Message-ID: <p5g03wcv38.fsf@de.uu.net>
2769      Branch: perl
2770            ! t/op/pack.t
2771 ____________________________________________________________________________
2772 [ 14789] By: jhi                                   on 2002/02/20  15:05:54
2773         Log: Subject: Re: [PATCH] go faster for Encode's compile
2774              From: Nicholas Clark <nick@unfortu.net> 
2775              Date: Tue, 19 Feb 2002 23:38:36 +0000
2776              Message-ID: <20020219233836.GG464@Bagpuss.unfortu.net>
2777      Branch: perl
2778            ! ext/Encode/compile
2779 ____________________________________________________________________________
2780 [ 14788] By: jhi                                   on 2002/02/20  15:02:31
2781         Log: Regen Glossary.
2782      Branch: perl
2783            ! Porting/Glossary Porting/config.sh Porting/config_H
2784 ____________________________________________________________________________
2785 [ 14787] By: jhi                                   on 2002/02/20  14:57:37
2786         Log: metaconfig unit change for #14786 (not visible yet,
2787              since Glossary needs regenerating)
2788      Branch: metaconfig
2789            ! U/compline/d_gconvert.U
2790 ____________________________________________________________________________
2791 [ 14786] By: jhi                                   on 2002/02/20  14:56:55
2792         Log: Subject: d_Gconvert hints and Glossary
2793              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2794              Date: Tue, 19 Feb 2002 11:55:36 -0800
2795              Message-ID: <42qc8gzkgOFN092yn@efn.org> 
2796      Branch: perl
2797            ! Configure config_h.SH configpm hints/aix.sh hints/dec_osf.sh
2798            ! hints/newsos4.sh hints/os2.sh hints/os390.sh hints/svr4.sh
2799            ! hints/svr5.sh
2800 ____________________________________________________________________________
2801 [ 14785] By: jhi                                   on 2002/02/20  14:38:45
2802         Log: metaconfig unit changes for #14784.
2803      Branch: metaconfig
2804            ! U/modified/Chk_MANI.U U/modified/Signal.U U/modified/libs.U
2805 ____________________________________________________________________________
2806 [ 14784] By: jhi                                   on 2002/02/20  14:38:14
2807         Log: Subject: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
2808              From: Paul Eggert <eggert@twinsun.com>              
2809              Date: Wed, 20 Feb 2002 03:03:51 -0800 (PST) 
2810              Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com>
2811      Branch: perl
2812            ! Configure Porting/pumpkin.pod hints/freebsd.sh hints/irix_6.sh
2813            ! pod/perlhack.pod
2814 ____________________________________________________________________________
2815 [ 14783] By: jhi                                   on 2002/02/20  14:21:32
2816         Log: metaconfig unit change for #14782.
2817      Branch: metaconfig/U/perl
2818            ! Mksymlinks.U
2819 ____________________________________________________________________________
2820 [ 14782] By: jhi                                   on 2002/02/20  14:20:33
2821         Log: Subject: [patch] Configure problem on Cygwin (was: Re: dubious configure error on cygwin)
2822              From: "Gerrit P. Haase" <gp@familiehaase.de>
2823              Date: Wed, 20 Feb 2002 00:23:29 +0100
2824              Message-ID: <70348722516.20020220002329@familiehaase.de>
2825      Branch: perl
2826            ! Configure
2827 ____________________________________________________________________________
2828 [ 14781] By: jhi                                   on 2002/02/20  13:58:16
2829         Log: Subject: Re: Lexical scoping bug with EXPR for EXPR?
2830              From: Nicholas Clark <nick@unfortu.net> 
2831              Date: Tue, 19 Feb 2002 19:27:42 +0000
2832              Message-ID: <20020219192740.GF12268@Bagpuss.unfortu.net>
2833              
2834              (with modifications)
2835      Branch: perl
2836            ! pod/perlsub.pod
2837 ____________________________________________________________________________
2838 [ 14780] By: jhi                                   on 2002/02/20  13:49:44
2839         Log: NetWare tweak from Ananth Kesari.
2840      Branch: perl
2841            ! lib/ExtUtils/MakeMaker.pm
2842 ____________________________________________________________________________
2843 [ 14779] By: ams                                   on 2002/02/20  06:51:55
2844         Log: Fix suggested by Anton Tagunov <tagunov@motor.ru>.
2845      Branch: perl
2846            ! pod/perlfaq4.pod
2847 ____________________________________________________________________________
2848 [ 14778] By: gsar                                  on 2002/02/20  04:17:22
2849         Log: constant folding on the range operator had the effect of disabling
2850              peephole optimizations in all the siblings of the range OP; the
2851              effect of this was that barewords could escape strictures when
2852              they were hiding in such places
2853      Branch: maint-5.6/perl
2854            ! op.c t/pragma/strict-subs
2855 ____________________________________________________________________________
2856 [ 14777] By: ams                                   on 2002/02/20  00:56:21
2857         Log: Subject: [PATCH] Re: Cannot handle date (0, 0, 0, 2, 0, 1970)
2858              From: Graham Barr <gbarr@pobox.com>
2859              Date: Tue, 19 Feb 2002 23:08:47 +0000
2860              Message-Id: <20020219230847.G66560@pobox.com>
2861      Branch: perl
2862            ! lib/Time/Local.pm
2863 ____________________________________________________________________________
2864 [ 14776] By: ams                                   on 2002/02/19  17:20:28
2865         Log: Subject: [DOCPATCH] C<< >> in Tie::Hash
2866              From: Nicholas Clark <nick@unfortu.net>
2867              Date: Tue, 19 Feb 2002 16:23:22 +0000
2868              Message-Id: <20020219162322.GB12268@Bagpuss.unfortu.net>
2869      Branch: perl
2870            ! lib/Tie/Hash.pm
2871 ____________________________________________________________________________
2872 [ 14775] By: jhi                                   on 2002/02/19  15:20:52
2873         Log: Regen doc, regen toc.
2874      Branch: perl
2875            ! pod/buildtoc.PL pod/perlapi.pod pod/perltoc.pod
2876 ____________________________________________________________________________
2877 [ 14774] By: jhi                                   on 2002/02/19  15:18:03
2878         Log: Subject: Re: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
2879              From: Dave Mitchell <davem@fdgroup.co.uk>
2880              Date: Tue, 19 Feb 2002 16:07:52 +0000 (GMT) 
2881              Message-Id: <200202191607.QAA25164@gizmo.fdgroup.co.uk>           
2882      Branch: perl
2883            ! pod/perlsub.pod
2884 ____________________________________________________________________________
2885 [ 14773] By: jhi                                   on 2002/02/19  15:13:57
2886         Log: Detypo.
2887      Branch: perl
2888            ! lib/Tie/Memoize.pm
2889 ____________________________________________________________________________
2890 [ 14772] By: jhi                                   on 2002/02/19  15:01:25
2891         Log: UTF-8 C API doc tweaks.
2892      Branch: perl
2893            ! pod/perlunicode.pod
2894 ____________________________________________________________________________
2895 [ 14771] By: jhi                                   on 2002/02/19  14:03:08
2896         Log: Mention that the case-switchers know about Unicode, too.
2897      Branch: perl
2898            ! pod/perlop.pod
2899 ____________________________________________________________________________
2900 [ 14770] By: jhi                                   on 2002/02/19  13:49:52
2901         Log: Upgrade to Locale::Codes 2.01.
2902      Branch: perl
2903            + lib/Locale/Constants.pod lib/Locale/Country.pod
2904            + lib/Locale/Currency.pod lib/Locale/Language.pod
2905            + lib/Locale/Script.pod
2906            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
2907            ! lib/Locale/Constants.pm lib/Locale/Country.pm
2908            ! lib/Locale/Currency.pm lib/Locale/Language.pm
2909            ! lib/Locale/Maketext.pm lib/Locale/Script.pm
2910 ____________________________________________________________________________
2911 [ 14769] By: jhi                                   on 2002/02/19  13:34:16
2912         Log: Subject: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
2913              From: Dave Mitchell <davem@fdgroup.co.uk>
2914              Date: Tue, 19 Feb 2002 10:30:30 +0000 (GMT) 
2915              Message-Id: <200202191030.KAA24180@gizmo.fdgroup.co.uk>
2916      Branch: perl
2917            ! pod/perlsub.pod
2918 ____________________________________________________________________________
2919 [ 14768] By: jhi                                   on 2002/02/19  13:32:32
2920         Log: Subject: [PATCH] Clarify SvPV and SvPV_force api docs
2921              From: Sam Tregar <sam@tregar.com> 
2922              Date: Mon, 18 Feb 2002 23:09:22 -0500 (EST) 
2923              Message-ID: <Pine.LNX.4.44.0202182305350.10037-100000@localhost.localdomain>   
2924      Branch: perl
2925            ! sv.h
2926 ____________________________________________________________________________
2927 [ 14767] By: jhi                                   on 2002/02/19  13:29:04
2928         Log: The test requires perlio.
2929      Branch: perl
2930            ! ext/Encode/t/JP.t
2931 ____________________________________________________________________________
2932 [ 14766] By: jhi                                   on 2002/02/19  04:57:59
2933         Log: Misplaced block end.
2934      Branch: perl
2935            ! utf8.c
2936 ____________________________________________________________________________
2937 [ 14765] By: jhi                                   on 2002/02/19  04:53:30
2938         Log: The POSIX extensions are deadly.
2939      Branch: perl
2940            ! regcomp.c
2941 ____________________________________________________________________________
2942 [ 14764] By: jhi                                   on 2002/02/19  04:44:41
2943         Log: Let's not overdo the growth.
2944      Branch: perl
2945            ! pp.c
2946 ____________________________________________________________________________
2947 [ 14763] By: jhi                                   on 2002/02/19  04:19:21
2948         Log: Third time makes the charm.
2949      Branch: perl
2950            ! README.os390
2951 ____________________________________________________________________________
2952 [ 14762] By: jhi                                   on 2002/02/19  04:03:46
2953         Log: Oops.
2954      Branch: perl
2955            ! utf8.c
2956 ____________________________________________________________________________
2957 [ 14761] By: jhi                                   on 2002/02/19  03:49:34
2958         Log: Add back the new casing tests.
2959      Branch: perl
2960            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
2961            ! MANIFEST
2962 ____________________________________________________________________________
2963 [ 14760] By: jhi                                   on 2002/02/19  03:49:16
2964         Log: Prefer special case mappings.
2965      Branch: perl
2966            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
2967            ! lib/unicore/To/Upper.pl lib/unicore/mktables
2968 ____________________________________________________________________________
2969 [ 14759] By: jhi                                   on 2002/02/19  03:48:46
2970         Log: Try special casing first.
2971      Branch: perl
2972            ! utf8.c
2973 ____________________________________________________________________________
2974 [ 14758] By: jhi                                   on 2002/02/19  01:55:14
2975         Log: Not extending enough.
2976      Branch: perl
2977            ! pp.c utf8.h
2978 ____________________________________________________________________________
2979 [ 14757] By: jhi                                   on 2002/02/19  00:21:07
2980         Log: No need to store identity mappings.
2981      Branch: perl
2982            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
2983            ! lib/unicore/mktables
2984 ____________________________________________________________________________
2985 [ 14756] By: ams                                   on 2002/02/18  20:21:17
2986         Log: Forward port #14704 from maint-5.6.
2987      Branch: perl
2988            ! doio.c
2989 ____________________________________________________________________________
2990 [ 14755] By: jhi                                   on 2002/02/18  20:16:40
2991         Log: Regen Changes.
2992      Branch: perl
2993            ! Changes
2994 ____________________________________________________________________________
2995 [ 14754] By: ams                                   on 2002/02/18  19:01:09
2996         Log: Subject: [PATCH] VMS cando_by_name and current process privs
2997              From: "Craig A. Berry" <craigberry@mac.com>
2998              Date: Mon, 18 Feb 2002 14:03:30 -0600
2999              Message-Id: <5.1.0.14.2.20020218132536.01b7a0b8@exchi01>
3000      Branch: perl
3001            ! vms/vms.c
3002 ____________________________________________________________________________
3003 [ 14753] By: jhi                                   on 2002/02/18  17:58:39
3004         Log: Update Changes.
3005      Branch: perl
3006            ! Changes patchlevel.h
3007 ____________________________________________________________________________
3008 [ 14752] By: jhi                                   on 2002/02/18  17:54:44
3009         Log: What do you know; these tests unearthed nasty problems.
3010              Will resolve those first.
3011      Branch: perl
3012            - t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
3013            ! MANIFEST
3014 ____________________________________________________________________________
3015 [ 14751] By: jhi                                   on 2002/02/18  17:52:23
3016         Log: Update Changes.
3017      Branch: perl
3018            ! Changes patchlevel.h
3019 ____________________________________________________________________________
3020 [ 14750] By: ams                                   on 2002/02/18  17:36:05
3021         Log: Subject: Re: IO::Poll: Removing Handles
3022              From: Matthew Sachs <matthewg@zevils.com>
3023              Date: Mon, 18 Feb 2002 13:19:01 -0500
3024              Message-Id: <20020218181901.GA19377@allevil.dhcp.zevils.com>
3025      Branch: perl
3026            ! ext/IO/lib/IO/t/io_poll.t
3027 ____________________________________________________________________________
3028 [ 14749] By: jhi                                   on 2002/02/18  16:49:51
3029         Log: Subject: VMS test fix-ups (alarm.t and glob.t)
3030              From: "Craig A. Berry" <craigberry@mac.com>
3031              Date: Mon, 18 Feb 2002 11:52:21 -0600
3032              Message-Id: <5.1.0.14.2.20020218114540.01b2b458@exchi01>
3033      Branch: perl
3034            ! t/op/alarm.t t/op/glob.t
3035 ____________________________________________________________________________
3036 [ 14748] By: ams                                   on 2002/02/18  15:53:36
3037         Log: s/load_module/Perl_load_module/
3038      Branch: perl
3039            ! gv.c
3040 ____________________________________________________________________________
3041 [ 14747] By: jhi                                   on 2002/02/18  15:43:06
3042         Log: Unused in ASCII, used in EBCDIC.
3043      Branch: perl
3044            ! utf8.c
3045 ____________________________________________________________________________
3046 [ 14746] By: jhi                                   on 2002/02/18  15:26:32
3047         Log: Upgrade to Locale::Codes 2.00.
3048      Branch: perl
3049            + lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
3050            + lib/Locale/Codes/t/script.t lib/Locale/Script.pm
3051            ! MANIFEST lib/Locale/Codes/t/all.t lib/Locale/Codes/t/country.t
3052            ! lib/Locale/Constants.pm lib/Locale/Country.pm
3053            ! lib/Locale/Currency.pm lib/Locale/Language.pm
3054 ____________________________________________________________________________
3055 [ 14745] By: ams                                   on 2002/02/18  15:20:44
3056         Log: Subject: Re: [ID 20020213.001] "Unknown error" as a message from compilation
3057              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3058              Date: Sat, 16 Feb 2002 00:06:01 +0100
3059              Message-Id: <20020216000601.A17249@rafael>
3060      Branch: perl
3061            ! gv.c
3062 ____________________________________________________________________________
3063 [ 14744] By: jhi                                   on 2002/02/18  14:54:47
3064         Log: More Unicode casing checks.
3065      Branch: perl
3066            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
3067            ! MANIFEST
3068 ____________________________________________________________________________
3069 [ 14743] By: ams                                   on 2002/02/18  14:35:38
3070         Log: Subject: IO::Poll: Removing Handles
3071              From: Matthew Sachs <matthewg@zevils.com>
3072              Date: Sun, 17 Feb 2002 04:49:46 -0500
3073              Message-Id: <20020217094946.GA13130@allevil.dhcp.zevils.com>
3074      Branch: perl
3075            ! ext/IO/lib/IO/Poll.pm
3076 ____________________________________________________________________________
3077 [ 14741] By: ams                                   on 2002/02/18  13:59:48
3078         Log: Subject: [PATCH pp_ctl.c] bug on "do NUMBER"
3079              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3080              Date: Mon, 18 Feb 2002 15:41:26 +0100
3081              Message-Id: <20020218154126.A692@rafael>
3082      Branch: perl
3083            ! pp_ctl.c t/op/do.t
3084 ____________________________________________________________________________
3085 [ 14740] By: nick                                  on 2002/02/18  09:09:23
3086         Log: Integrate mainline
3087      Branch: perlio
3088           +> ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
3089           +> ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
3090           +> ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
3091           +> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
3092           +> ext/Encode/lib/Encode/JP/Constants.pm
3093           +> ext/Encode/lib/Encode/JP/H2Z.pm
3094           +> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
3095           +> ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
3096           +> ext/Encode/t/JP.t ext/Encode/t/japanese.pl
3097           +> os2/OS2/Process/t/os2_process.t
3098           +> os2/OS2/Process/t/os2_process_kid.t
3099           +> os2/OS2/Process/t/os2_process_text.t
3100            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
3101            - ext/Encode/t/Japanese.t
3102           !> (integrate 47 files)
3103 ____________________________________________________________________________
3104 [ 14739] By: jhi                                   on 2002/02/18  05:02:47
3105         Log: EBCDIC: now the worst seems to be over for
3106              the "Malformed" warnings.  Still a few of them,
3107              and plenty of test failures, but getting better.
3108      Branch: perl
3109            ! regcomp.c utf8.c
3110 ____________________________________________________________________________
3111 [ 14738] By: jhi                                   on 2002/02/18  02:31:05
3112         Log: Upgrade to Net::Ping 2.12.
3113      Branch: perl
3114            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
3115            ! lib/Net/Ping/t/110_icmp_inst.t
3116 ____________________________________________________________________________
3117 [ 14737] By: jhi                                   on 2002/02/18  02:24:31
3118         Log: After much rewriting we are now pretty much
3119              back to where we started.
3120      Branch: perl
3121            ! utf8.c
3122 ____________________________________________________________________________
3123 [ 14736] By: ams                                   on 2002/02/18  01:23:00
3124         Log: Subject: [PATCH B::Deparse] two fixes
3125              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3126              Date: Sun, 17 Feb 2002 23:58:59 +0100
3127              Message-Id: <20020217235859.A32513@rafael>
3128      Branch: perl
3129            ! ext/B/B/Deparse.pm
3130 ____________________________________________________________________________
3131 [ 14735] By: jhi                                   on 2002/02/17  21:24:26
3132         Log: Buglet.
3133      Branch: perl
3134            ! ext/Encode/lib/Encode/JP/JIS.pm
3135 ____________________________________________________________________________
3136 [ 14734] By: jhi                                   on 2002/02/17  20:44:59
3137         Log: Clearing up to_utf8_case() continues: this time use
3138              a single return, and EBCDICification for all paths.
3139      Branch: perl
3140            ! utf8.c
3141 ____________________________________________________________________________
3142 [ 14733] By: jhi                                   on 2002/02/17  19:51:01
3143         Log: Small tweaks to get the test running (fix @INC and
3144              do not overwrite the table.utf8 and table.rnd).
3145      Branch: perl
3146            ! ext/Encode/t/JP.t
3147 ____________________________________________________________________________
3148 [ 14732] By: jhi                                   on 2002/02/17  18:40:24
3149         Log: Tiny tweak.
3150      Branch: perl
3151            ! utf8.c
3152 ____________________________________________________________________________
3153 [ 14731] By: jhi                                   on 2002/02/17  16:56:17
3154         Log: Redundant casts.
3155      Branch: perl
3156            ! utf8.c
3157 ____________________________________________________________________________
3158 [ 14730] By: jhi                                   on 2002/02/17  16:50:34
3159         Log: More filename portability tips.
3160      Branch: perl
3161            ! pod/perlport.pod
3162 ____________________________________________________________________________
3163 [ 14729] By: jhi                                   on 2002/02/17  16:25:06
3164         Log: FAQ sync.
3165      Branch: perl
3166            ! pod/perlfaq3.pod pod/perlfaq5.pod
3167 ____________________________________________________________________________
3168 [ 14728] By: ams                                   on 2002/02/17  16:15:09
3169         Log: Subject: podlators 1.21 released
3170              From: Russ Allbery <rra@stanford.edu>
3171              Date: Sat, 16 Feb 2002 21:42:56 -0800
3172              Message-Id: <yladu8irz3.fsf@windlord.stanford.edu>
3173      Branch: perl
3174            ! lib/Pod/Text/Overstrike.pm
3175 ____________________________________________________________________________
3176 [ 14727] By: sky                                   on 2002/02/17  11:36:52
3177         Log: Subject: [PATCH] Tied STDERR should catch messages from warn() and die()
3178              From: Autrijus Tang <autrijus@autrijus.org>
3179              Date: Sun, 17 Feb 2002 19:46:47 +0800
3180              Message-ID: <20020217194647.A1410@not.autrijus.org>
3181      Branch: perl
3182            ! pp_ctl.c t/op/tiehandle.t util.c
3183 ____________________________________________________________________________
3184 [ 14726] By: jhi                                   on 2002/02/17  03:13:30
3185         Log: EBCDIC: to_utf8_case() is supposed to get its low 256
3186              input in native code points, not Unicode.
3187      Branch: perl
3188            ! utf8.c
3189 ____________________________________________________________________________
3190 [ 14725] By: jhi                                   on 2002/02/17  01:43:42
3191         Log: Regen Glossary.
3192      Branch: perl
3193            ! Porting/Glossary Porting/config.sh Porting/config_H
3194 ____________________________________________________________________________
3195 [ 14724] By: jhi                                   on 2002/02/17  01:12:37
3196         Log: The #14715 and #14716 were okay: they just revealed
3197              a bug in the EXACTF matching.
3198      Branch: perl
3199            ! regexec.c utf8.c
3200 ____________________________________________________________________________
3201 [ 14723] By: jhi                                   on 2002/02/16  16:14:19
3202         Log: Retreat, retreat! (retract #14715 and #14716)
3203      Branch: perl
3204            ! utf8.c
3205 ____________________________________________________________________________
3206 [ 14722] By: jhi                                   on 2002/02/16  16:06:00
3207         Log: Encode 0.40, from Dan Kogai.
3208      Branch: perl
3209            + ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
3210            + ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
3211            + ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
3212            + ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
3213            + ext/Encode/lib/Encode/JP/Constants.pm
3214            + ext/Encode/lib/Encode/JP/H2Z.pm
3215            + ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
3216            + ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
3217            + ext/Encode/t/JP.t ext/Encode/t/japanese.pl
3218            + ext/Encode/t/table.rnd ext/Encode/t/table.utf8
3219            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
3220            - ext/Encode/t/Japanese.t
3221            ! MANIFEST ext/Encode/Encode.pm ext/Encode/MANIFEST
3222            ! ext/Encode/t/Encode.t
3223 ____________________________________________________________________________
3224 [ 14721] By: jhi                                   on 2002/02/16  15:37:40
3225         Log: metaconfig unit change for #14720.
3226      Branch: perl
3227            ! Configure
3228 ____________________________________________________________________________
3229 [ 14720] By: jhi                                   on 2002/02/16  15:36:42
3230         Log: Regenerate Configure (small tweaks on Yitzchak's,
3231              main difference being that the preference variables are
3232              called gconvert_...).
3233      Branch: metaconfig
3234            ! U/compline/d_gconvert.U
3235 ____________________________________________________________________________
3236 [ 14719] By: ams                                   on 2002/02/16  14:11:01
3237         Log: Subject: Re: [proof-of-concept PATCH] d_Gconvert and Configure
3238              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3239              Date: Thu, 14 Feb 2002 22:27:33 -0800
3240              Message-Id: <VpKb8gzkgCdK092yn@efn.org>
3241              (Applied by hand.)
3242      Branch: perl
3243            ! Configure
3244 ____________________________________________________________________________
3245 [ 14718] By: ams                                   on 2002/02/16  13:45:28
3246         Log: Subject: [DOC PATCH perlport.pod] Typo fix and three-arg open
3247              From: Philip Newton <Philip.Newton@gmx.net>
3248              Date: Sat, 16 Feb 2002 10:05:05 +0100
3249              Message-Id: <558s6u4djrbk46q44fvqs5mfviq9311lj1@4ax.com>
3250              (Applied by hand.)
3251      Branch: perl
3252            ! pod/perlport.pod
3253 ____________________________________________________________________________
3254 [ 14717] By: ams                                   on 2002/02/16  04:30:23
3255         Log: Remove dubious test.
3256      Branch: perl
3257            ! t/io/open.t
3258 ____________________________________________________________________________
3259 [ 14716] By: jhi                                   on 2002/02/16  04:24:45
3260         Log: Tiny tweak.
3261      Branch: perl
3262            ! utf8.c
3263 ____________________________________________________________________________
3264 [ 14715] By: jhi                                   on 2002/02/16  03:49:14
3265         Log: Restructure to_utf8_case() for simpler execution paths.
3266      Branch: perl
3267            ! utf8.c
3268 ____________________________________________________________________________
3269 [ 14714] By: ams                                   on 2002/02/16  02:43:59
3270         Log: Absorb #14701 by Sarathy from maint-5.6.
3271      Branch: perl
3272            ! doio.c t/io/open.t
3273 ____________________________________________________________________________
3274 [ 14713] By: ams                                   on 2002/02/16  01:51:27
3275         Log: Subject: [PATCH] VOS patches for perl 5.8
3276              From: Paul_GreenVOS@vos.stratus.com
3277              Date: Fri, 15 Feb 02 17:41 est
3278              Message-Id: <200202152243.RAA01195@mailhub1.stratus.com>
3279      Branch: perl
3280            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
3281            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
3282            ! vos/install_perl.cm
3283 ____________________________________________________________________________
3284 [ 14712] By: jhi                                   on 2002/02/15  21:08:13
3285         Log: Subject: [PATCH B::Deparse] Fix another bug introduced by #14615
3286              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3287              Date: Fri, 15 Feb 2002 23:05:44 +0100
3288              Message-ID: <20020215230544.A690@rafael>
3289      Branch: perl
3290            ! ext/B/B/Deparse.pm
3291 ____________________________________________________________________________
3292 [ 14711] By: jhi                                   on 2002/02/15  19:26:07
3293         Log: Add $VERSION.
3294      Branch: perl
3295            ! lib/Tie/Memoize.pm
3296 ____________________________________________________________________________
3297 [ 14710] By: jhi                                   on 2002/02/15  15:40:30
3298         Log: Update Changes.
3299      Branch: perl
3300            ! Changes patchlevel.h
3301 ____________________________________________________________________________
3302 [ 14709] By: jhi                                   on 2002/02/15  15:01:54
3303         Log: Subject: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction of cc.cbu and checkcc
3304              From: Robin Barker <rmb1@cise.npl.co.uk>
3305              Date: Thu, 14 Feb 2002 19:07:40 GMT
3306              Message-Id: <200202141907.TAA21516@tempest.npl.co.uk>
3307              
3308              (the hints part only)
3309      Branch: perl
3310            ! hints/solaris_2.sh
3311 ____________________________________________________________________________
3312 [ 14708] By: jhi                                   on 2002/02/15  15:00:27
3313         Log: metaconfig unit changes for #14707.
3314      Branch: metaconfig
3315            ! U/modified/cc.U
3316      Branch: metaconfig/U/perl
3317            ! Checkcc.U
3318 ____________________________________________________________________________
3319 [ 14707] By: jhi                                   on 2002/02/15  15:00:01
3320         Log: Subject: Re: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction  of cc.cbu and checkcc
3321              From: Robin Barker <rmb1@cise.npl.co.uk>
3322              Date: Fri, 15 Feb 2002 12:14:39 GMT
3323              Message-Id: <200202151214.MAA26466@tempest.npl.co.uk>
3324              
3325              Split checking-for-gcc and checking-for-cc.
3326      Branch: perl
3327            ! Configure
3328 ____________________________________________________________________________
3329 [ 14706] By: ams                                   on 2002/02/15  13:57:15
3330         Log: Subject: Re: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
3331              From: Ville =?ISO-8859-1?Q?Skytt=E4?= <ville.skytta@iki.fi>
3332              Date: 15 Feb 2002 10:53:06 +0200
3333              Message-Id: <1013763186.28457.6.camel@cs78130147.pp.htv.fi>
3334      Branch: perl
3335            ! lib/Pod/Html.pm
3336 ____________________________________________________________________________
3337 [ 14705] By: ams                                   on 2002/02/15  08:42:55
3338         Log: Subject: [PATCH @14577] OS/2 tests and more
3339              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3340              Date: Fri, 15 Feb 2002 03:56:24 -0500
3341              Message-Id: <20020215035624.A16467@math.ohio-state.edu>
3342      Branch: perl
3343            + os2/OS2/Process/t/os2_process.t
3344            + os2/OS2/Process/t/os2_process_kid.t
3345            + os2/OS2/Process/t/os2_process_text.t
3346            ! MANIFEST configpm hints/os2.sh makedef.pl
3347            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
3348            ! os2/OS2/Process/Process.xs os2/os2.c os2/os2_base.t
3349            ! os2/os2ish.h
3350 ____________________________________________________________________________
3351 [ 14704] By: gsar                                  on 2002/02/15  08:42:48
3352         Log: don't Safefree() PerlIO pointers we didn't allocate to begin with;
3353              avoid wasteful PL_fdpid fiddling where that is not warranted;
3354              mostly whitespace fixes
3355              
3356              these were longstanding todo items from:
3357              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-04/msg01019.html
3358      Branch: maint-5.6/perl
3359            ! doio.c
3360 ____________________________________________________________________________
3361 [ 14702] By: nick                                  on 2002/02/15  08:31:41
3362         Log: Integrate mainline
3363      Branch: perlio
3364           +> lib/if.pm lib/if.t
3365           !> Configure MANIFEST ext/B/B/Deparse.pm ext/B/t/deparse.t
3366           !> lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
3367           !> lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
3368           !> lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
3369           !> lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
3370           !> lib/Pod/Html.pm lib/Tie/Handle.pm lib/charnames.pm
3371           !> lib/charnames.t pod/perluniintro.pod pp_sys.c
3372           !> t/lib/warnings/pp_sys
3373 ____________________________________________________________________________
3374 [ 14701] By: gsar                                  on 2002/02/15  08:04:58
3375         Log: open(STDOUT, ">&=FOO") leaks PerlIO pointers badly on all platforms
3376              (and also dies quickly on Windows); this bug crept in as
3377              change#610, a.k.a change#646
3378      Branch: maint-5.6/perl
3379            ! doio.c t/io/open.t
3380 ____________________________________________________________________________
3381 [ 14700] By: jhi                                   on 2002/02/15  02:51:13
3382         Log: Subject: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
3383              From: Ville "Skyttä" <ville.skytta@iki.fi>
3384              Date: Wed, 13 Feb 2002 22:29:39 +0200
3385              Message-Id: <20020213222939.5321b5ce.ville.skytta@iki.fi>
3386      Branch: perl
3387            ! lib/Pod/Html.pm
3388 ____________________________________________________________________________
3389 [ 14699] By: jhi                                   on 2002/02/14  23:47:43
3390         Log: Document and test the C0 and C1.
3391      Branch: perl
3392            ! lib/charnames.pm lib/charnames.t
3393 ____________________________________________________________________________
3394 [ 14698] By: jhi                                   on 2002/02/14  22:21:55
3395         Log: metaconfig unit change for #14697.
3396      Branch: metaconfig
3397            ! U/modified/Init.U
3398 ____________________________________________________________________________
3399 [ 14697] By: jhi                                   on 2002/02/14  22:21:20
3400         Log: Also OS/2 seems to need exe set early.
3401      Branch: perl
3402            ! Configure
3403 ____________________________________________________________________________
3404 [ 14696] By: jhi                                   on 2002/02/14  22:13:18
3405         Log: Document pack U0U.
3406      Branch: perl
3407            ! pod/perluniintro.pod
3408 ____________________________________________________________________________
3409 [ 14695] By: jhi                                   on 2002/02/14  21:56:52
3410         Log: Subject: [PATCH] Re: bug? no warning from getc BOLLOCKS
3411              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3412              Date: Thu, 14 Feb 2002 23:58:00 +0100
3413              Message-ID: <20020214235800.A12901@rafael>
3414      Branch: perl
3415            ! pp_sys.c t/lib/warnings/pp_sys
3416 ____________________________________________________________________________
3417 [ 14694] By: jhi                                   on 2002/02/14  21:54:43
3418         Log: Subject: [PATCH @13746] conditional pragmas
3419              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3420              Date: Mon, 31 Dec 2001 18:18:09 -0500
3421              Message-ID: <20011231181809.A29528@math.ohio-state.edu>
3422      Branch: perl
3423            + lib/if.pm lib/if.t
3424            ! MANIFEST
3425 ____________________________________________________________________________
3426 [ 14693] By: jhi                                   on 2002/02/14  21:47:08
3427         Log: Deparse bug introduced by #14615: the fix is just a workaround,
3428              I suspect there to be another deeper bug, must distill simpler
3429              test case.
3430      Branch: perl
3431            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
3432 ____________________________________________________________________________
3433 [ 14692] By: jhi                                   on 2002/02/14  19:52:26
3434         Log: Integrate perlio; 
3435              
3436              Make dependencies more precise (for nmake)
3437      Branch: perl
3438           !> ext/Encode/EUC_JP/Makefile.PL
3439 ____________________________________________________________________________
3440 [ 14691] By: jhi                                   on 2002/02/14  18:08:58
3441         Log: Just a guess.
3442      Branch: perl
3443            ! lib/Tie/Handle.pm
3444 ____________________________________________________________________________
3445 [ 14690] By: nick                                  on 2002/02/14  16:30:56
3446         Log: Integrate mainline
3447      Branch: perlio
3448           +> ext/threads/t/end.t lib/Tie/Memoize.pm lib/Tie/Memoize.t
3449           !> Changes MANIFEST Makefile.SH ext/threads/threads.pm
3450           !> ext/threads/threads.xs lib/ExtUtils/Installed.pm
3451           !> lib/ExtUtils/t/Installed.t lib/File/Spec/t/rel2abs2rel.t
3452           !> lib/Tie/Hash.pm patchlevel.h pod/perltie.pod t/op/groups.t
3453           !> utf8.c
3454 ____________________________________________________________________________
3455 [ 14689] By: jhi                                   on 2002/02/14  16:03:50
3456         Log: Upgrade to Net::Ping 2.11.
3457      Branch: perl
3458            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
3459            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
3460            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
3461            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
3462 ____________________________________________________________________________
3463 [ 14688] By: jhi                                   on 2002/02/14  15:15:17
3464         Log: Subject: [PATCH ExtUtils/Installed.pm ExtUtils/t/Installed.t]
3465              From: Robin Barker <rmb1@cise.npl.co.uk>
3466              Date: Wed, 13 Feb 2002 17:37:07 GMT
3467              Message-Id: <200202131737.RAA29010@tempest.npl.co.uk>
3468              
3469              (updated version of the above)
3470      Branch: perl
3471            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
3472 ____________________________________________________________________________
3473 [ 14687] By: jhi                                   on 2002/02/14  14:44:02
3474         Log: Excise inexact blather.
3475      Branch: perl
3476            ! utf8.c
3477 ____________________________________________________________________________
3478 [ 14686] By: jhi                                   on 2002/02/14  14:30:35
3479         Log: Subject: Re: [PATCH @13746] tied hashes: memoization
3480              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3481              Date: Mon, 31 Dec 2001 20:28:46 -0500
3482              Message-ID: <20011231202845.A1323@math.ohio-state.edu>
3483      Branch: perl
3484            + lib/Tie/Memoize.pm lib/Tie/Memoize.t
3485            ! MANIFEST
3486 ____________________________________________________________________________
3487 [ 14685] By: nick                                  on 2002/02/14  14:20:20
3488         Log: Make dependencies more precise (for nmake)
3489      Branch: perlio
3490            ! ext/Encode/EUC_JP/Makefile.PL
3491 ____________________________________________________________________________
3492 [ 14684] By: jhi                                   on 2002/02/14  14:09:10
3493         Log: Subject: [PATCH @13746] tied hashes
3494              From: Ilya Zakharevich <ilya@math.ohio-state.edu>             
3495              Date: Mon, 31 Dec 2001 19:15:39 -0500
3496              Message-ID: <20011231191539.A46@math.ohio-state.edu>
3497      Branch: perl
3498            ! lib/Tie/Hash.pm pod/perltie.pod
3499 ____________________________________________________________________________
3500 [ 14683] By: jhi                                   on 2002/02/13  22:30:55
3501         Log: Subject: Re: [PATCH] Configure followed by make minitest
3502              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3503              Date: Sun, 10 Feb 2002 23:22:05 -0800
3504              Message-ID: <dE3Z8gzkgyBD092yn@efn.org>
3505      Branch: perl
3506            ! Makefile.SH
3507 ____________________________________________________________________________
3508 [ 14682] By: jhi                                   on 2002/02/13  15:50:37
3509         Log: Subject: Re: perl@14647
3510              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3511              Date: Mon, 11 Feb 2002 19:30:36 +0100
3512              Message-Id: <20020211192820.C199.H.M.BRAND@hccnet.nl>
3513      Branch: perl
3514            ! t/op/groups.t
3515 ____________________________________________________________________________
3516 [ 14681] By: jhi                                   on 2002/02/13  15:14:25
3517         Log: Update Changes.
3518      Branch: perl
3519            ! Changes patchlevel.h
3520 ____________________________________________________________________________
3521 [ 14680] By: jhi                                   on 2002/02/13  13:41:50
3522         Log: Integrate perlio;
3523              
3524              Do not lc() the file names before doing dirname() or they don't match.
3525      Branch: perl
3526           !> lib/ExtUtils/t/Installed.t
3527 ____________________________________________________________________________
3528 [ 14679] By: sky                                   on 2002/02/13  12:56:13
3529         Log: rename mutex to make a bit more sense
3530      Branch: perl
3531            ! ext/threads/threads.xs
3532 ____________________________________________________________________________
3533 [ 14678] By: sky                                   on 2002/02/13  12:46:11
3534         Log: Track active threads....
3535      Branch: perl
3536            ! ext/threads/threads.pm ext/threads/threads.xs
3537 ____________________________________________________________________________
3538 [ 14677] By: nick                                  on 2002/02/13  09:30:42
3539         Log: Do not lc() the file names before doing dirname() or they don't match.
3540      Branch: perlio
3541            ! lib/ExtUtils/t/Installed.t
3542 ____________________________________________________________________________
3543 [ 14676] By: sky                                   on 2002/02/13  09:03:37
3544         Log: Subject: [PATCH] Re: File/Spec/t/rel2abs2rel2whatever broken again
3545              From: Michael G Schwern <schwern@pobox.com>
3546              Date: ons feb 13, 2002  11:00:17  Europe/Stockholm
3547              Message-Id: <20020213100017.GA6288@blackrider>
3548      Branch: perl
3549            ! lib/File/Spec/t/rel2abs2rel.t
3550 ____________________________________________________________________________
3551 [ 14675] By: sky                                   on 2002/02/13  09:00:24
3552         Log: Do not propagate END blocks to child threads, test.
3553      Branch: perl
3554            + ext/threads/t/end.t
3555            ! MANIFEST ext/threads/threads.xs
3556 ____________________________________________________________________________
3557 [ 14674] By: nick                                  on 2002/02/13  08:34:55
3558         Log: Integrate mainline
3559      Branch: perlio
3560           +> ext/threads/t/join.t
3561           !> Configure MANIFEST ext/threads/threads.xs hints/solaris_2.sh
3562           !> lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod pp_pack.c
3563           !> t/op/lc.t t/op/length.t t/uni/fold.t utf8.c
3564 ____________________________________________________________________________
3565 [ 14673] By: jhi                                   on 2002/02/13  05:17:26
3566         Log: metaconfig unit change for #14672.
3567      Branch: metaconfig
3568            ! U/modified/lns.U
3569 ____________________________________________________________________________
3570 [ 14672] By: jhi                                   on 2002/02/13  05:17:07
3571         Log: $ln is supposed to be already set to $ln + executable suffix
3572              on platforms that need it, from Paul Green.
3573      Branch: perl
3574            ! Configure
3575 ____________________________________________________________________________
3576 [ 14671] By: jhi                                   on 2002/02/13  05:12:28
3577         Log: Subject: New command syntax for 'x' command
3578              From: Mark-Jason Dominus <mjd@plover.com>
3579              Date: Tue, 12 Feb 2002 20:54:01 -0500
3580              Message-ID: <20020213015401.25685.qmail@plover.com>
3581      Branch: perl
3582            ! lib/perl5db.pl pod/perldebug.pod
3583 ____________________________________________________________________________
3584 [ 14670] By: jhi                                   on 2002/02/13  05:11:12
3585         Log: Subject: New debugger option 'dumpDepth' controls recursion depth of 'x' command
3586              From: Mark-Jason Dominus <mjd@plover.com>
3587              Date: Tue, 12 Feb 2002 20:20:42 -0500
3588              Message-ID: <20020213012042.25245.qmail@plover.com>
3589      Branch: perl
3590            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
3591 ____________________________________________________________________________
3592 [ 14669] By: jhi                                   on 2002/02/13  04:43:43
3593         Log: Iteration continues.
3594      Branch: perl
3595            ! utf8.c
3596 ____________________________________________________________________________
3597 [ 14668] By: jhi                                   on 2002/02/13  02:37:31
3598         Log: Duh.
3599      Branch: perl
3600            ! pp_pack.c t/op/length.t
3601 ____________________________________________________________________________
3602 [ 14667] By: jhi                                   on 2002/02/13  01:33:01
3603         Log: Retract #14666.
3604      Branch: perl
3605            ! t/op/lc.t
3606 ____________________________________________________________________________
3607 [ 14666] By: jhi                                   on 2002/02/13  01:22:13
3608         Log: (retracted by #14667)
3609      Branch: perl
3610            ! t/op/lc.t
3611 ____________________________________________________________________________
3612 [ 14665] By: jhi                                   on 2002/02/13  00:45:02
3613         Log: Tiny test script tweaks.
3614      Branch: perl
3615            ! t/uni/fold.t
3616 ____________________________________________________________________________
3617 [ 14664] By: jhi                                   on 2002/02/13  00:24:37
3618         Log: Rewrite the "special mapping" part of to_utf8_case(),
3619              this time with fewer bugs.  (See: The Law of Cybernetic
3620              Entymology.)
3621      Branch: perl
3622            ! utf8.c
3623 ____________________________________________________________________________
3624 [ 14663] By: sky                                   on 2002/02/12  18:26:16
3625         Log: Stop failures if you pass an object, sv_dup might not be the right 
3626              thing to use since I have a feeling we end up cloning far too much. 
3627              (Like the stash for example).... Maybe we need a lightweight sv_dup 
3628              that searches the target for things....
3629              Real fix is another option to perl_clone which controls if you should 
3630              save stashes.
3631      Branch: perl
3632            ! ext/threads/threads.xs
3633 ____________________________________________________________________________
3634 [ 14662] By: jhi                                   on 2002/02/12  17:19:49
3635         Log: Retract #14661.
3636      Branch: perl
3637            ! hints/solaris_2.sh
3638 ____________________________________________________________________________
3639 [ 14661] By: jhi                                   on 2002/02/12  17:16:20
3640         Log: (retracted by #14662)
3641      Branch: perl
3642            ! hints/solaris_2.sh
3643 ____________________________________________________________________________
3644 [ 14660] By: jhi                                   on 2002/02/12  15:03:58
3645         Log: EBCDIC: another "can't happen".
3646      Branch: perl
3647            ! utf8.c
3648 ____________________________________________________________________________
3649 [ 14659] By: sky                                   on 2002/02/12  14:38:21
3650         Log: Join support, however something wierd seems to happen with filehandles that are passed along threads...
3651      Branch: perl
3652            + ext/threads/t/join.t
3653            ! MANIFEST ext/threads/threads.xs
3654 ____________________________________________________________________________
3655 [ 14658] By: nick                                  on 2002/02/12  13:54:06
3656         Log: Integrate mainline
3657      Branch: perlio
3658           !> lib/ExtUtils/Installed.pm lib/ExtUtils/t/Embed.t
3659           !> lib/File/Spec/t/rel2abs2rel.t lib/Win32.pod t/op/each.t
3660           !> t/op/length.t t/test.pl toke.c win32/win32.c win32/win32.h
3661 ____________________________________________________________________________
3662 [ 14657] By: jhi                                   on 2002/02/12  13:44:34
3663         Log: Subject: Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of system() function 
3664              From: Jan Dubois <JanD@ActiveState.com> 
3665              Date: Tue, 12 Feb 2002 00:56:31 -0800
3666              Message-ID: <4llh6uc4gnqtk3csmfoqed3t6q85436bb1@4ax.com>
3667      Branch: perl
3668            ! lib/Win32.pod win32/win32.c win32/win32.h
3669 ____________________________________________________________________________
3670 [ 14656] By: jhi                                   on 2002/02/12  13:39:18
3671         Log: Subject: [PATCH] Re: 14654 introduced a bug 
3672              From: Michael G Schwern <schwern@pobox.com> 
3673              Date: Tue, 12 Feb 2002 05:37:36 -0500
3674              Message-ID: <20020212103736.GC14327@blackrider>
3675      Branch: perl
3676            ! lib/File/Spec/t/rel2abs2rel.t
3677 ____________________________________________________________________________
3678 [ 14655] By: jhi                                   on 2002/02/12  04:50:58
3679         Log: More unset installman[13]dir tweaks from chromatic.
3680      Branch: perl
3681            ! lib/ExtUtils/Installed.pm
3682 ____________________________________________________________________________
3683 [ 14654] By: jhi                                   on 2002/02/12  04:31:44
3684         Log: Subject: Re: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?)
3685              From: Michael G Schwern <schwern@pobox.com>
3686              Date: Mon, 11 Feb 2002 12:23:02 -0500
3687              Message-ID: <20020211172302.GD9556@blackrider>
3688      Branch: perl
3689            ! lib/File/Spec/t/rel2abs2rel.t
3690 ____________________________________________________________________________
3691 [ 14653] By: jhi                                   on 2002/02/12  04:29:10
3692         Log: Use `` instead of -| to be a little bit more portable,
3693              from Michael Schwern.
3694      Branch: perl
3695            ! lib/ExtUtils/t/Embed.t
3696 ____________________________________________________________________________
3697 [ 14652] By: jhi                                   on 2002/02/12  03:17:44
3698         Log: EBCDIC: this change for \N{} in particular is now
3699              unnecessary because of the recent more general
3700              pack U change.
3701      Branch: perl
3702            ! toke.c
3703 ____________________________________________________________________________
3704 [ 14651] By: jhi                                   on 2002/02/12  02:15:05
3705         Log: Subject: [PATCH @14647] t/test.pl fix for VMS
3706              From: "Craig A. Berry" <craigberry@mac.com>
3707              Date: Mon, 11 Feb 2002 17:13:47 -0600
3708              Message-Id: <5.1.0.14.2.20020211170332.01b94e88@exchi01>
3709      Branch: perl
3710            ! t/test.pl
3711 ____________________________________________________________________________
3712 [ 14650] By: jhi                                   on 2002/02/11  23:44:09
3713         Log: EBCDIC: pack U bytes change.
3714      Branch: perl
3715            ! t/op/length.t
3716 ____________________________________________________________________________
3717 [ 14649] By: jhi                                   on 2002/02/11  23:38:28
3718         Log: EBCDIC: pack U is no more equal to concat of \xHHs.
3719      Branch: perl
3720            ! t/op/each.t
3721 ____________________________________________________________________________
3722 [ 14648] By: nick                                  on 2002/02/11  16:14:50
3723         Log: Integrate mainline
3724      Branch: perlio
3725           !> Changes Configure Makefile.SH autodoc.pl
3726           !> ext/Socket/socketpair.t hints/os2.sh lib/ExtUtils/Embed.pm
3727           !> lib/ExtUtils/t/Embed.t opcode.pl os2/Makefile.SHs os2/os2.c
3728           !> os2/os2ish.h patchlevel.h pod/perltoc.pod
3729 ____________________________________________________________________________
3730 [ 14647] By: jhi                                   on 2002/02/11  15:11:14
3731         Log: Update Changes.
3732      Branch: perl
3733            ! Changes patchlevel.h
3734 ____________________________________________________________________________
3735 [ 14646] By: jhi                                   on 2002/02/11  15:07:28
3736         Log: Regen toc.
3737      Branch: perl
3738            ! pod/perltoc.pod
3739 ____________________________________________________________________________
3740 [ 14645] By: jhi                                   on 2002/02/11  14:59:02
3741         Log: Forgot from #14641.
3742      Branch: perl
3743            ! lib/ExtUtils/t/Embed.t
3744 ____________________________________________________________________________
3745 [ 14644] By: jhi                                   on 2002/02/11  14:49:14
3746         Log: A forgotten metaconfig unit.
3747      Branch: metaconfig/U/perl
3748            + i_features.U
3749 ____________________________________________________________________________
3750 [ 14643] By: jhi                                   on 2002/02/11  14:47:11
3751         Log: metaconfig unit changes for #14642.
3752      Branch: metaconfig
3753            + U/modified/lns.U
3754      Branch: metaconfig/U/perl
3755            ! issymlink.U
3756 ____________________________________________________________________________
3757 [ 14642] By: jhi                                   on 2002/02/11  14:46:39
3758         Log: -Dmksymlinks was broken by #14628.
3759      Branch: perl
3760            ! Configure
3761 ____________________________________________________________________________
3762 [ 14641] By: jhi                                   on 2002/02/11  14:32:12
3763         Log: Subject: [PATCH @14577] OS/2 build
3764              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3765              Date: Mon, 11 Feb 2002 06:56:41 -0500
3766              Message-ID: <20020211065640.A14993@math.ohio-state.edu> 
3767              
3768              (sans the Configure, perlio.sym, and t/op/stat.t parts)
3769      Branch: perl
3770            ! Makefile.SH autodoc.pl ext/Socket/socketpair.t hints/os2.sh
3771            ! lib/ExtUtils/Embed.pm opcode.pl os2/Makefile.SHs os2/os2.c
3772            ! os2/os2ish.h
3773 ____________________________________________________________________________
3774 [ 14640] By: jhi                                   on 2002/02/11  14:11:13
3775         Log: Integrate perlio;
3776              
3777              Re-structure Japanese encodings - part 1
3778              
3779              Split Japanese encodings - part 2
3780              - build separate .c files with separate 'compile' steps
3781              - overall Japanese.xs / Japanese.pm which loads them
3782              
3783              Add test for Japanese encoding (well euc-jp anyway).
3784              Fix one bug shown by above
3785              Skip test which does not pass yet.
3786              
3787              Patch up the failing multi-byte write case, and un-skip
3788              the test.
3789      Branch: perl
3790           +> ext/Encode/EUC_JP/Japanese.pm ext/Encode/t/Japanese.t
3791           +> ext/Encode/t/table.euc ext/Encode/t/table.ref
3792            - ext/Encode/EUC_JP/EUC_JP.pm
3793           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
3794 ____________________________________________________________________________
3795 [ 14639] By: nick                                  on 2002/02/11  11:59:18
3796         Log: Patch up the failing multi-byte write case, and un-skip
3797              the test.
3798      Branch: perlio
3799            ! ext/Encode/Encode.xs ext/Encode/t/Japanese.t
3800 ____________________________________________________________________________
3801 [ 14638] By: nick                                  on 2002/02/11  10:55:39
3802         Log: Add test for Japanese encoding (well euc-jp anyway).
3803              Fix one bug shown by above
3804              Skip test which does not pass yet.
3805      Branch: perlio
3806            + ext/Encode/t/Japanese.t ext/Encode/t/table.euc
3807            + ext/Encode/t/table.ref
3808            ! MANIFEST ext/Encode/Encode.xs
3809 ____________________________________________________________________________
3810 [ 14637] By: nick                                  on 2002/02/11  09:07:04
3811         Log: Split Japanese encodings - part 2
3812              - build separate .c files with separate 'compile' steps
3813              - overall Japanese.xs / Japanese.pm which loads them
3814      Branch: perlio
3815            ! ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
3816 ____________________________________________________________________________
3817 [ 14636] By: nick                                  on 2002/02/11  08:15:42
3818         Log: Re-structure Japanese encodings - part 1
3819      Branch: perlio
3820           +> ext/Encode/EUC_JP/Japanese.pm
3821            - ext/Encode/EUC_JP/EUC_JP.pm
3822            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL
3823 ____________________________________________________________________________
3824 [ 14635] By: nick                                  on 2002/02/11  08:05:12
3825         Log: Integrate mainline
3826      Branch: perlio
3827           !> Configure djgpp/djgpp.c lib/ExtUtils/t/Installed.t
3828           !> lib/File/Spec.pm lib/perl5db.pl pod/perldiag.pod
3829           !> pod/perlport.pod pp_pack.c regcomp.c t/op/arith.t t/op/pack.t
3830 ____________________________________________________________________________
3831 [ 14634] By: jhi                                   on 2002/02/11  03:40:01
3832         Log: Subject: Re: [PATCH] Re: Modulus operator inconsistency
3833              From: Mike Guy <mjtg@cam.ac.uk>
3834              Date: Mon, 11 Feb 2002 02:50:42 +0000
3835              Message-Id: <E16a6YE-0006fq-00@libra.cus.cam.ac.uk>
3836      Branch: perl
3837            ! t/op/arith.t
3838 ____________________________________________________________________________
3839 [ 14633] By: jhi                                   on 2002/02/11  01:53:01
3840         Log: "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.
3841              Stepping backward in the string would be majorly bad.
3842      Branch: perl
3843            ! regcomp.c
3844 ____________________________________________________________________________
3845 [ 14632] By: jhi                                   on 2002/02/11  01:38:40
3846         Log: The debugger part of
3847              
3848              Subject: [PATCH hints/os2.sh lib/perl5db.pl] Debugger to use proper pager
3849              From: Michael G Schwern <schwern@pobox.com> 
3850              Date: Wed, 6 Feb 2002 17:32:12 -0500
3851              Message-ID: <20020206223212.GG1346@blackrider>
3852      Branch: perl
3853            ! lib/perl5db.pl
3854 ____________________________________________________________________________
3855 [ 14631] By: jhi                                   on 2002/02/10  22:11:53
3856         Log: Integrate perlio;
3857              
3858              Borland/Win32 tuning
3859              
3860              Move PerlIO_perlio to layer_syms where it belongs?
3861      Branch: perl
3862           !> makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
3863 ____________________________________________________________________________
3864 [ 14630] By: jhi                                   on 2002/02/10  22:10:19
3865         Log: EBCDIC: the low 256 needs to be shuffled also
3866              in pack/unpack U (this breaks the equivalence
3867              of pack U and v-strings, but I think if someone
3868              has to give, v-strings are a good victim)
3869      Branch: perl
3870            ! pp_pack.c t/op/pack.t
3871 ____________________________________________________________________________
3872 [ 14629] By: jhi                                   on 2002/02/10  21:56:17
3873         Log: metaconfig unit changes for #14628.
3874      Branch: metaconfig/U/perl
3875            ! d_u32align.U issymlink.U
3876 ____________________________________________________________________________
3877 [ 14628] By: jhi                                   on 2002/02/10  21:55:45
3878         Log: Two Configure tweaks; the u32align test was trying
3879              to write into a string literal, the ln -s test was
3880              failing in VOS.
3881      Branch: perl
3882            ! Configure
3883 ____________________________________________________________________________
3884 [ 14627] By: jhi                                   on 2002/02/10  21:07:20
3885         Log: DJGPP tweaks from Laszlo Molnar.
3886      Branch: perl
3887            ! djgpp/djgpp.c lib/File/Spec.pm
3888 ____________________________________________________________________________
3889 [ 14626] By: nick                                  on 2002/02/10  18:36:47
3890         Log: Move PerlIO_perlio to layer_syms where it belongs?
3891      Branch: perlio
3892            ! makedef.pl
3893 ____________________________________________________________________________
3894 [ 14625] By: nick                                  on 2002/02/10  18:02:21
3895         Log: Borland/Win32 tuning
3896      Branch: perlio
3897            ! makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
3898 ____________________________________________________________________________
3899 [ 14624] By: jhi                                   on 2002/02/10  15:33:40
3900         Log: Additional explanation for the [:...:] failure.
3901      Branch: perl
3902            ! pod/perldiag.pod
3903 ____________________________________________________________________________
3904 [ 14623] By: jhi                                   on 2002/02/10  15:15:53
3905         Log: Subject: [ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current
3906              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3907              Date: Sun, 10 Feb 2002 13:32:48 +0100
3908              Message-Id: <20020210115736.3702.H.M.BRAND@hccnet.nl>
3909      Branch: perl
3910            ! makedef.pl
3911 ____________________________________________________________________________
3912 [ 14622] By: jhi                                   on 2002/02/10  15:08:06
3913         Log: Test tweaks from chromatic for cases where there
3914              are no installman1dir or installman3dir.
3915      Branch: perl
3916            ! lib/ExtUtils/t/Installed.t
3917 ____________________________________________________________________________
3918 [ 14621] By: jhi                                   on 2002/02/10  15:07:21
3919         Log: Integrate perlio;
3920              
3921              Nick Clark's tweaks to Encode compile process
3922              1. Use decimal constants to unit string arrays rather than
3923              very long string litterals (latter having possible "\0"
3924              on end issues, and needing ANSI C line splicing).
3925              2. Replace tail-recursion during insert process with itteration.
3926              Nick C sees 12% speedup from these.
3927      Branch: perl
3928           !> ext/Encode/Encode.pm ext/Encode/compile
3929 ____________________________________________________________________________
3930 [ 14620] By: jhi                                   on 2002/02/10  15:04:19
3931         Log: Portability notes: filename characters, character sets.
3932      Branch: perl
3933            ! pod/perlport.pod
3934 ____________________________________________________________________________
3935 [ 14619] By: nick                                  on 2002/02/10  11:06:05
3936         Log: Integrate mainline
3937      Branch: perlio
3938            ! ext/Encode/Encode.pm
3939           !> Configure cop.h deb.c ext/B/B/Deparse.pm hints/bsdos.sh
3940           !> hints/os390.sh lib/ExtUtils/Embed.pm lib/perl5db.pl
3941           !> lib/unicore/Name.pl lib/unicore/mktables op.c pod/perlfaq2.pod
3942           !> pod/perlfaq3.pod pod/perlfaq4.pod pp_ctl.c
3943           !> t/lib/warnings/pp_hot t/op/arith.t toke.c util.c
3944 ____________________________________________________________________________
3945 [ 14618] By: nick                                  on 2002/02/10  10:48:15
3946         Log: Nick Clark's tweaks to Encode compile process
3947              1. Use decimal constants to unit string arrays rather than
3948              very long string litterals (latter having possible "\0"
3949              on end issues, and needing ANSI C line splicing).
3950              2. Replace tail-recursion during insert process with itteration.
3951              Nick C sees 12% speedup from these.
3952      Branch: perlio
3953            ! ext/Encode/compile
3954 ____________________________________________________________________________
3955 [ 14617] By: jhi                                   on 2002/02/10  02:56:54
3956         Log: Use the "Unicode 1.0" name field for control characters,
3957              as suggested by Mark Davis.  Note that Unicode 3.2 will
3958              require some more legwork on this because of certain
3959              alternative names.
3960      Branch: perl
3961            ! lib/unicore/Name.pl lib/unicore/mktables
3962 ____________________________________________________________________________
3963 [ 14616] By: jhi                                   on 2002/02/09  22:41:18
3964         Log: The -W 0,float(ieee) and gcvt() are the bad combination.
3965      Branch: perl
3966            ! hints/os390.sh
3967 ____________________________________________________________________________
3968 [ 14615] By: jhi                                   on 2002/02/09  22:34:00
3969         Log: EBCDIC: the non-printable characters are different.
3970      Branch: perl
3971            ! ext/B/B/Deparse.pm
3972 ____________________________________________________________________________
3973 [ 14614] By: jhi                                   on 2002/02/09  21:42:26
3974         Log: Subject: [PATCH] Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio
3975              From: Nicholas Clark <nick@unfortu.net> 
3976              Date: Sat, 9 Feb 2002 22:31:29 +0000
3977              Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net>
3978      Branch: perl
3979            ! t/lib/warnings/pp_hot
3980 ____________________________________________________________________________
3981 [ 14613] By: jhi                                   on 2002/02/09  21:12:12
3982         Log: Subject: [PATCH] Re: Modulus operator inconsistency
3983              From: Nicholas Clark <nick@unfortu.net>
3984              Date: Sat, 9 Feb 2002 21:00:13 +0000
3985              Message-ID: <20020209210013.GG410@Bagpuss.unfortu.net>
3986      Branch: perl
3987            ! op.c t/op/arith.t
3988 ____________________________________________________________________________
3989 [ 14612] By: jhi                                   on 2002/02/09  18:15:39
3990         Log: Use the same escaping mechanism for all the *flags.
3991      Branch: perl
3992            ! lib/ExtUtils/Embed.pm
3993 ____________________________________________________________________________
3994 [ 14611] By: jhi                                   on 2002/02/09  17:26:06
3995         Log: Protect possible parentheses in ccflags, ccdlflags, and
3996              ldflags.  (In OS/390 there are parentheses in ccflags.)
3997      Branch: perl
3998            ! lib/ExtUtils/Embed.pm
3999 ____________________________________________________________________________
4000 [ 14610] By: jhi                                   on 2002/02/09  16:12:03
4001         Log: Subject: [PATCH] perl5db.pl: restart in taint mode
4002              From: Peter Scott <Peter@PSDT.com>
4003              Date: Fri, 08 Feb 2002 19:20:19 -0800
4004              Message-id: <4.3.2.7.2.20020208191757.00b4cea0@shell2.webquarry.com>
4005      Branch: perl
4006            ! lib/perl5db.pl
4007 ____________________________________________________________________________
4008 [ 14609] By: jhi                                   on 2002/02/08  21:33:59
4009         Log: FAQ sync.
4010      Branch: perl
4011            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq4.pod
4012 ____________________________________________________________________________
4013 [ 14608] By: jhi                                   on 2002/02/08  20:46:38
4014         Log: Subject: [PATCH] CopFILE / MacPerl_MPWFileName
4015              From: Chris Nandor <pudge@pobox.com>
4016              Date: Fri, 08 Feb 2002 16:31:41 -0500
4017              Message-ID: <pudge-10FC3D.16314108022002@onion.valueclick.com>
4018      Branch: perl
4019            ! cop.h deb.c pp_ctl.c toke.c util.c
4020 ____________________________________________________________________________
4021 [ 14607] By: pudge                                 on 2002/02/08  19:21:04
4022         Log: Redo CopFILE / MacPerl_MPWFIleName patch
4023      Branch: maint-5.6/macperl
4024            ! cop.h deb.c pp_ctl.c toke.c util.c
4025 ____________________________________________________________________________
4026 [ 14606] By: jhi                                   on 2002/02/08  19:18:41
4027         Log: The metaconfig unit change to go with #14605.
4028      Branch: metaconfig/U/perl
4029            ! libperl.U
4030 ____________________________________________________________________________
4031 [ 14605] By: jhi                                   on 2002/02/08  19:18:17
4032         Log: The Configure change to go with #14604.
4033      Branch: perl
4034            ! Configure
4035 ____________________________________________________________________________
4036 [ 14604] By: jhi                                   on 2002/02/08  19:13:56
4037         Log: Subject: [PATCH] Re:  [ID 20020205.007] BSDi test failure perl 5.6.1
4038              From: Andy Dougherty <doughera@lafayette.edu>
4039              Date: Fri, 8 Feb 2002 13:43:49 -0500 (EST)
4040              Message-ID: <Pine.SOL.4.10.10202081341170.15295-100000@maxwell.phys.lafayette.edu>
4041      Branch: perl
4042            ! hints/bsdos.sh
4043 ____________________________________________________________________________
4044 [ 14603] By: nick                                  on 2002/02/08  18:16:09
4045         Log: Integrate mainline
4046      Branch: perlio
4047           +> ext/threads/t/libc.t
4048           !> Configure MANIFEST djgpp/djgppsed.sh doio.c perl.c pp_sys.c
4049           !> t/io/argv.t t/op/taint.t t/run/fresh_perl.t
4050 ____________________________________________________________________________
4051 [ 14602] By: sky                                   on 2002/02/08  15:19:15
4052         Log: Start testing for safe localtime functions, TODO, test more functions.
4053      Branch: perl
4054            + ext/threads/t/libc.t
4055            ! MANIFEST
4056 ____________________________________________________________________________
4057 [ 14601] By: jhi                                   on 2002/02/08  14:14:16
4058         Log: Subject: Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle
4059              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4060              Date: Fri, 8 Feb 2002 00:21:07 +0100
4061              Message-ID: <20020208002107.E763@rafael>
4062      Branch: perl
4063            ! doio.c pp_sys.c t/io/argv.t
4064 ____________________________________________________________________________
4065 [ 14600] By: jhi                                   on 2002/02/08  14:07:15
4066         Log: Subject: [PATCH] Configure followed by make minitest
4067              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4068              Date: Wed, 06 Feb 2002 21:35:20 -0800
4069              Message-ID: <YIhY8gzkgSbC092yn@efn.org>
4070      Branch: perl
4071            ! t/op/taint.t t/run/fresh_perl.t
4072 ____________________________________________________________________________
4073 [ 14599] By: jhi                                   on 2002/02/08  14:05:12
4074         Log: Integrate perlio;
4075              
4076              Extract something from yesterdays effort - convert my mail on pad
4077              data structures (incoporating Sarathy's corrections/clarifications)
4078              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
4079      Branch: perl
4080           !> cv.h pod/perlapi.pod pod/perlintern.pod
4081 ____________________________________________________________________________
4082 [ 14598] By: jhi                                   on 2002/02/08  14:01:28
4083         Log: metaconfig unit changes for #14597.
4084      Branch: metaconfig
4085            ! U/modified/Loc.U
4086      Branch: metaconfig/U/perl
4087            ! libperl.U
4088 ____________________________________________________________________________
4089 [ 14597] By: jhi                                   on 2002/02/08  14:01:01
4090         Log: Configure DJGPP tweak from Laszlo Molnar.
4091      Branch: perl
4092            ! Configure
4093 ____________________________________________________________________________
4094 [ 14596] By: jhi                                   on 2002/02/08  14:00:23
4095         Log: DJGPP tweaks from Laszlo Molnar.
4096      Branch: perl
4097            ! djgpp/djgppsed.sh perl.c
4098 ____________________________________________________________________________
4099 [ 14595] By: nick                                  on 2002/02/08  09:19:29
4100         Log: Extract something from yesterdays effort - convert my mail on pad
4101              data structures (incoporating Sarathy's corrections/clarifications)
4102              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
4103      Branch: perlio
4104            ! cv.h pod/perlapi.pod pod/perlintern.pod
4105 ____________________________________________________________________________
4106 [ 14594] By: nick                                  on 2002/02/08  08:34:49
4107         Log: Integrate mainline
4108      Branch: perlio
4109           +> NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
4110           +> NetWare/t/NWScripts-Exist.pl t/base/num.t
4111           !> Changes MANIFEST ext/Encode/Encode.xs ext/Encode/Makefile.PL
4112           !> ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
4113           !> hints/os390.sh lib/Benchmark.t lib/encoding.pm lib/encoding.t
4114           !> op.c patchlevel.h t/run/fresh_perl.t utf8.c
4115 ____________________________________________________________________________
4116 [ 14593] By: jhi                                   on 2002/02/08  03:08:20
4117         Log: To really skip the test an exit() is needed.
4118      Branch: perl
4119            ! lib/encoding.t
4120 ____________________________________________________________________________
4121 [ 14592] By: jhi                                   on 2002/02/08  02:57:30
4122         Log: More diagnostics from Nicholas Clark.
4123      Branch: perl
4124            ! lib/Benchmark.t
4125 ____________________________________________________________________________
4126 [ 14591] By: jhi                                   on 2002/02/07  22:54:57
4127         Log: In case of failure be more verbose.
4128      Branch: perl
4129            ! t/base/num.t
4130 ____________________________________________________________________________
4131 [ 14590] By: pudge                                 on 2002/02/07  19:29:03
4132         Log: Update Changes
4133      Branch: maint-5.6/macperl
4134            ! macos/Changes
4135 ____________________________________________________________________________
4136 [ 14589] By: pudge                                 on 2002/02/07  19:26:55
4137         Log: Merge AEGizmos library into PPC binary
4138      Branch: maint-5.6/macperl
4139            ! macos/Makefile.mk
4140 ____________________________________________________________________________
4141 [ 14588] By: pudge                                 on 2002/02/07  18:51:05
4142         Log: Add -ansifor for MrCpp options
4143      Branch: maint-5.6/macperl
4144            ! macos/BuildRules.mk
4145 ____________________________________________________________________________
4146 [ 14587] By: pudge                                 on 2002/02/07  18:46:28
4147         Log: Check ownership of CatInfos (MacPerl Bug #494482)
4148      Branch: maint-5.6/macperl
4149            ! macos/ext/Mac/Files/Files.xs
4150 ____________________________________________________________________________
4151 [ 14586] By: pudge                                 on 2002/02/07  18:40:21
4152         Log: Resource updates
4153      Branch: maint-5.6/macperl
4154            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
4155 ____________________________________________________________________________
4156 [ 14585] By: pudge                                 on 2002/02/07  18:38:44
4157         Log: Empty path is ENOENT (MacPerl Bug #512351)
4158      Branch: maint-5.6/macperl
4159            ! macos/macperl/MPAppleEvents.c
4160 ____________________________________________________________________________
4161 [ 14584] By: pudge                                 on 2002/02/07  18:38:03
4162         Log: Fix horrible list maintencance bugs (MacPerl Bug #443568)
4163      Branch: maint-5.6/macperl
4164            ! macos/macperl/MPAEVTStream.cp
4165 ____________________________________________________________________________
4166 [ 14583] By: pudge                                 on 2002/02/07  18:36:29
4167         Log: macify(ABSTRACT_FROM)
4168      Branch: maint-5.6/macperl
4169            ! macos/lib/ExtUtils/MM_MacOS.pm
4170 ____________________________________________________________________________
4171 [ 14582] By: pudge                                 on 2002/02/07  18:35:20
4172         Log: Use correct Mac filenames in error messages, caller()
4173      Branch: maint-5.6/macperl
4174            ! deb.c pp_ctl.c toke.c util.c
4175 ____________________________________________________________________________
4176 [ 14581] By: jhi                                   on 2002/02/07  17:10:06
4177         Log: Sanity checks to see that the IV/NV and the PV of numeric
4178              scalars stay in sync (unearthed this via the OS/390 gcvt()
4179              brokenness)
4180      Branch: perl
4181            + t/base/num.t
4182            ! MANIFEST
4183 ____________________________________________________________________________
4184 [ 14580] By: jhi                                   on 2002/02/07  14:07:33
4185         Log: Retract the anon leak subpatch of #14418 and #14431
4186              (the latter came into bleadperl as part of #14433).
4187      Branch: perl
4188            ! op.c t/run/fresh_perl.t
4189 ____________________________________________________________________________
4190 [ 14579] By: jhi                                   on 2002/02/06  23:38:10
4191         Log: OS/390 gcvt() seems buggy: with -W 0,float(ieee) it
4192              mangles 0.1 to "10".  sprintf() seems more well-behaved.
4193      Branch: perl
4194            ! hints/os390.sh
4195 ____________________________________________________________________________
4196 [ 14578] By: jhi                                   on 2002/02/06  19:56:53
4197         Log: Subject: [PATCH @14557] another Encode fix for VMS
4198              From: "Craig A. Berry" <craigberry@mac.com>
4199              Date: Wed, 06 Feb 2002 14:44:20 -0600
4200              Message-Id: <5.1.0.14.2.20020206143717.01baf008@exchi01>
4201      Branch: perl
4202            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
4203 ____________________________________________________________________________
4204 [ 14577] By: jhi                                   on 2002/02/06  15:38:25
4205         Log: Integrate perlio;
4206              
4207              One way to avoid OS390 winge about #line directives.
4208      Branch: perl
4209           !> ext/Encode/EUC_JP/Makefile.PL
4210 ____________________________________________________________________________
4211 [ 14576] By: jhi                                   on 2002/02/06  15:36:55
4212         Log: Update Changes.
4213      Branch: perl
4214            ! Changes patchlevel.h
4215 ____________________________________________________________________________
4216 [ 14575] By: nick                                  on 2002/02/06  15:23:24
4217         Log: One way to avoid OS390 winge about #line directives.
4218      Branch: perlio
4219            ! ext/Encode/EUC_JP/Makefile.PL
4220 ____________________________________________________________________________
4221 [ 14574] By: jhi                                   on 2002/02/06  15:11:05
4222         Log: s/Netware/NetWare/
4223      Branch: perl
4224            ! MANIFEST
4225 ____________________________________________________________________________
4226 [ 14573] By: jhi                                   on 2002/02/06  15:10:00
4227         Log: New Netware scripts.
4228      Branch: perl
4229            + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
4230            + NetWare/t/NWScripts-Exist.pl
4231            ! MANIFEST
4232 ____________________________________________________________________________
4233 [ 14572] By: jhi                                   on 2002/02/06  15:02:20
4234         Log: EBCDIC: the encoding pragma would need some rethinking,
4235              probably a pass of EBCDIC->Unicode mapping.  For now,
4236              disable it on EBCDIC.
4237      Branch: perl
4238            ! lib/encoding.pm lib/encoding.t
4239 ____________________________________________________________________________
4240 [ 14571] By: jhi                                   on 2002/02/06  14:44:27
4241         Log: EBCDIC: Unicode::Normalize NFC emits EBCDIC code points
4242              for the low 256.  Now tweaked the tests, but maybe it's
4243              the module that needs few NATIVE_TO_UNI()s somewhere?
4244      Branch: perl
4245            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
4246 ____________________________________________________________________________
4247 [ 14570] By: jhi                                   on 2002/02/06  13:59:19
4248         Log: Subject: [PATCH utf8.c] format problem
4249              From: Robin Barker <rmb1@cise.npl.co.uk>
4250              Date: Wed, 6 Feb 2002 14:01:43 GMT
4251              Message-Id: <200202061401.OAA25053@tempest.npl.co.uk>
4252      Branch: perl
4253            ! utf8.c
4254 ____________________________________________________________________________
4255 [ 14569] By: nick                                  on 2002/02/06  09:52:23
4256         Log: Integrate mainline
4257      Branch: perlio
4258           !> NetWare/Makefile NetWare/bat/BldNWExt.bat
4259           !> NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
4260           !> NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
4261           !> NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
4262           !> NetWare/t/NWScripts.pl ext/Encode/t/Encode.t
4263           !> lib/File/Spec/t/rel2abs2rel.t makedef.pl
4264 ____________________________________________________________________________
4265 [ 14568] By: jhi                                   on 2002/02/06  04:44:33
4266         Log: EBCDIC: 0x41 is not cricket.
4267      Branch: perl
4268            ! ext/Encode/t/Encode.t
4269 ____________________________________________________________________________
4270 [ 14567] By: jhi                                   on 2002/02/05  23:12:19
4271         Log: NetWare update from Ananth Kesari.
4272      Branch: perl
4273            ! NetWare/Makefile NetWare/bat/BldNWExt.bat
4274            ! NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
4275            ! NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
4276            ! NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
4277            ! NetWare/t/NWScripts.pl makedef.pl
4278 ____________________________________________________________________________
4279 [ 14566] By: sky                                   on 2002/02/05  18:39:13
4280         Log: Subject: Re: File::Spec::rel2abs2rel (?)
4281              From: Michael G Schwern <schwern@pobox.com>
4282              Date: Tue, 5 Feb 2002 13:47:39 -0500
4283              Message-ID: <20020205184739.GB17375@blackrider>
4284      Branch: perl
4285            ! lib/File/Spec/t/rel2abs2rel.t
4286 ____________________________________________________________________________
4287 [ 14565] By: nick                                  on 2002/02/05  17:31:24
4288         Log: Integrate mainline
4289      Branch: perlio
4290           !> ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t hints/darwin.sh
4291           !> lib/File/Spec/t/rel2abs2rel.t perl.h regexec.c t/op/filetest.t
4292           !> utf8.h
4293 ____________________________________________________________________________
4294 [ 14564] By: jhi                                   on 2002/02/05  17:05:40
4295         Log: Integrate perlio;
4296              
4297              More Encode tweaks:
4298              - make expensive and marginal substring search optional (-O)
4299              - enable -O for ASCII-oid encodings (search space is small)
4300              - add ASCII-oid jis0201 to basic Encode.so
4301              - add some other Japanese encodings to EUC_JP bundle (without -O)
4302      Branch: perl
4303           +> ext/Encode/Encode/jis0201.ucm
4304           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
4305           !> ext/Encode/compile
4306 ____________________________________________________________________________
4307 [ 14563] By: nick                                  on 2002/02/05  16:01:15
4308         Log: More Encode tweaks:
4309              - make expensive and marginal substring search optional (-O)
4310              - enable -O for ASCII-oid encodings (search space is small)
4311              - add ASCII-oid jis0201 to basic Encode.so
4312              - add some other Japanese encodings to EUC_JP bundle (without -O)
4313      Branch: perlio
4314            + ext/Encode/Encode/jis0201.ucm
4315            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
4316            ! ext/Encode/compile
4317 ____________________________________________________________________________
4318 [ 14562] By: sky                                   on 2002/02/05  14:50:36
4319         Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks.
4320      Branch: perl
4321            ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t
4322 ____________________________________________________________________________
4323 [ 14561] By: jhi                                   on 2002/02/05  14:25:36
4324         Log: EBCDIC: SHARP S is different.
4325      Branch: perl
4326            ! regexec.c utf8.h
4327 ____________________________________________________________________________
4328 [ 14560] By: sky                                   on 2002/02/05  13:49:40
4329         Log: Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks
4330      Branch: perl
4331            ! t/op/filetest.t
4332 ____________________________________________________________________________
4333 [ 14559] By: sky                                   on 2002/02/05  11:39:24
4334         Log: Add . first to the PATH environment to test that we really
4335              get ./perl and not some other older perl.
4336      Branch: perl
4337            ! lib/File/Spec/t/rel2abs2rel.t
4338 ____________________________________________________________________________
4339 [ 14558] By: sky                                   on 2002/02/05  11:20:21
4340         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...
4341      Branch: perl
4342            ! ext/POSIX/t/posix.t
4343 ____________________________________________________________________________
4344 [ 14557] By: sky                                   on 2002/02/05  10:30:58
4345         Log: Enable building with threads under macosx, assume __APPLE__ means darwin and disable _r functions, since we don't have them.
4346      Branch: perl
4347            ! hints/darwin.sh perl.h
4348 ____________________________________________________________________________
4349 [ 14556] By: nick                                  on 2002/02/05  06:58:52
4350         Log: Integrate mainline
4351      Branch: perlio
4352           !> MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
4353           !> ext/Encode/Encode.xs lib/File/Find/t/find.t
4354           !> lib/File/Find/t/taint.t
4355 ____________________________________________________________________________
4356 [ 14555] By: pudge                                 on 2002/02/05  02:20:45
4357         Log: Integrate change #14439 from maintperl
4358      Branch: maint-5.6/macperl
4359           !> op.c
4360 ____________________________________________________________________________
4361 [ 14554] By: jhi                                   on 2002/02/04  23:22:28
4362         Log: Subject: [PATCH] File::Find tests not cleaning up properly
4363              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4364              Date: Mon, 4 Feb 2002 22:09:07 +0100
4365              Message-ID: <20020204220907.A8288@rafael>
4366      Branch: perl
4367            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
4368 ____________________________________________________________________________
4369 [ 14553] By: jhi                                   on 2002/02/04  22:27:11
4370         Log: Signedness mumblings from Tru64.
4371      Branch: perl
4372            ! ext/Encode/Encode.xs
4373 ____________________________________________________________________________
4374 [ 14552] By: jhi                                   on 2002/02/04  22:22:16
4375         Log: Subject: [PATCH @14550] Encode build fix-ups for VMS
4376              From: "Craig A. Berry" <craigberry@mac.com>
4377              Date: Mon, 04 Feb 2002 17:16:00 -0600
4378              Message-Id: <5.1.0.14.2.20020204161211.01c0a178@exchi01>
4379      Branch: perl
4380            ! MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
4381            ! ext/Encode/Encode.xs
4382 ____________________________________________________________________________
4383 [ 14551] By: nick                                  on 2002/02/04  16:00:31
4384         Log: Integrate mainline
4385      Branch: perlio
4386           !> Changes lib/CPAN.pm lib/h2xs.t lib/locale.t
4387           !> lib/unicore/mktables patchlevel.h pod/perluniintro.pod
4388           !> regcomp.c
4389 ____________________________________________________________________________
4390 [ 14550] By: jhi                                   on 2002/02/04  14:47:00
4391         Log: Update Changes.
4392      Branch: perl
4393            ! Changes patchlevel.h
4394 ____________________________________________________________________________
4395 [ 14549] By: jhi                                   on 2002/02/04  13:57:42
4396         Log: Comment microtweaks.
4397      Branch: perl
4398            ! lib/locale.t
4399 ____________________________________________________________________________
4400 [ 14548] By: jhi                                   on 2002/02/04  13:32:00
4401         Log: Subject: trivial docu patch
4402              From: andreas.koenig@anima.de (Andreas J. Koenig)
4403              Date: 04 Feb 2002 08:15:19 +0100
4404              Message-ID: <m3pu3l7m60.fsf@anima.de>
4405      Branch: perl
4406            ! pod/perluniintro.pod
4407 ____________________________________________________________________________
4408 [ 14547] By: jhi                                   on 2002/02/04  13:30:55
4409         Log: Subject: [PATCH] (??{ }) anomaly
4410              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4411              Date: Sun, 03 Feb 2002 20:21:45 -0800
4412              Message-ID: <ZxgX8gzkgCXO092yn@efn.org> 
4413      Branch: perl
4414            ! regcomp.c
4415 ____________________________________________________________________________
4416 [ 14546] By: jhi                                   on 2002/02/04  04:41:02
4417         Log: Integrate perlio.
4418              
4419              Carry on where we left off if we have to grow destination
4420              SV during XS encode/decode
4421              
4422              Remove debugging warning, be consistent about API fails.
4423      Branch: perl
4424           !> ext/Encode/Encode.xs
4425 ____________________________________________________________________________
4426 [ 14545] By: nick                                  on 2002/02/03  20:03:38
4427         Log: Remove debugging warning, be consistent about API fails.
4428      Branch: perlio
4429            ! ext/Encode/Encode.xs
4430 ____________________________________________________________________________
4431 [ 14544] By: nick                                  on 2002/02/03  19:47:48
4432         Log: Carry on where we left off if we have to grow destination SV during XS encode/decode
4433      Branch: perlio
4434            ! ext/Encode/Encode.xs
4435 ____________________________________________________________________________
4436 [ 14543] By: jhi                                   on 2002/02/03  19:06:06
4437         Log: Subject: PATCH CPAN.pm
4438              From: Mark-Jason Dominus <mjd@plover.com>
4439              Date: Sun, 03 Feb 2002 12:36:36 -0500
4440              Message-ID: <20020203173636.27451.qmail@plover.com>
4441      Branch: perl
4442            ! lib/CPAN.pm
4443 ____________________________________________________________________________
4444 [ 14542] By: jhi                                   on 2002/02/03  19:05:13
4445         Log: Must search further back.
4446      Branch: perl
4447            ! lib/h2xs.t
4448 ____________________________________________________________________________
4449 [ 14541] By: nick                                  on 2002/02/03  18:52:09
4450         Log: Integrate mainline
4451      Branch: perlio
4452           !> (integrate 29 files)
4453 ____________________________________________________________________________
4454 [ 14540] By: jhi                                   on 2002/02/03  18:33:53
4455         Log: EBCDIC: more natification.
4456      Branch: perl
4457            ! regcomp.c
4458 ____________________________________________________________________________
4459 [ 14539] By: jhi                                   on 2002/02/03  18:32:31
4460         Log: Debug noise.
4461      Branch: perl
4462            ! ext/Encode/Encode.xs
4463 ____________________________________________________________________________
4464 [ 14538] By: jhi                                   on 2002/02/03  18:13:07
4465         Log: Integrate perlio;
4466              
4467              Stable intermediate point in Encode cleanup.
4468              :encode(euc-jp) works on Dan's table.euc
4469              Much buffer copying and other silliness remains.
4470      Branch: perl
4471           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
4472           !> ext/Encode/lib/Encode/Encoding.pm
4473 ____________________________________________________________________________
4474 [ 14537] By: jhi                                   on 2002/02/03  17:57:31
4475         Log: Prettify.
4476      Branch: perl
4477            ! lib/unicore/mktables
4478 ____________________________________________________________________________
4479 [ 14536] By: nick                                  on 2002/02/03  17:32:03
4480         Log: Stable intermediate point in Encode cleanup.
4481              :encode(euc-jp) works on Dan's table.euc
4482              Much buffer copying and other silliness remains.
4483      Branch: perlio
4484            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
4485            ! ext/Encode/lib/Encode/Encoding.pm
4486 ____________________________________________________________________________
4487 [ 14535] By: jhi                                   on 2002/02/03  17:29:57
4488         Log: EBCDIC: it's much nicer to compare Unicode code points
4489              to Unicode code points.
4490      Branch: perl
4491            ! regexec.c
4492 ____________________________________________________________________________
4493 [ 14534] By: jhi                                   on 2002/02/03  17:04:34
4494         Log: EBCDIC: character classes must remap the low 256.
4495      Branch: perl
4496            ! regcomp.c
4497 ____________________________________________________________________________
4498 [ 14533] By: jhi                                   on 2002/02/03  16:05:12
4499         Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke.
4500      Branch: perl
4501            ! lib/I18N/LangTags/List.pm
4502 ____________________________________________________________________________
4503 [ 14532] By: jhi                                   on 2002/02/03  15:36:36
4504         Log: FAQ sync.
4505      Branch: perl
4506            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
4507            ! pod/perlfaq6.pod pod/perlfaq7.pod
4508 ____________________________________________________________________________
4509 [ 14531] By: jhi                                   on 2002/02/03  15:35:28
4510         Log: Integrate perlio;
4511              
4512              Re-indent Encode.xs
4513              
4514              Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
4515              (Mis-feature discovered by Encode.)
4516      Branch: perl
4517           !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c
4518 ____________________________________________________________________________
4519 [ 14530] By: jhi                                   on 2002/02/03  15:30:24
4520         Log: Subject: [PATCH] lstat FH and -l FH warnings
4521              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4522              Date: Sat, 2 Feb 2002 22:24:54 +0100           
4523              Message-ID: <20020202222454.A11608@rafael>       
4524      Branch: perl
4525            ! doio.c lib/File/Copy.pm pod/perldiag.pod pp_sys.c
4526            ! t/lib/warnings/doio t/lib/warnings/pp_sys t/op/stat.t
4527 ____________________________________________________________________________
4528 [ 14529] By: jhi                                   on 2002/02/03  15:27:26
4529         Log: Subject: [PATCH t/op/taint.t] remove possible false positive
4530              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4531              Date: Sat, 2 Feb 2002 13:11:01 +0100           
4532              Message-ID: <20020202131101.A722@rafael>               
4533              
4534              Subject: [PATCH t/op/ver.t] another false positive
4535              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4536              Date: Sat, 2 Feb 2002 13:38:22 +0100           
4537              Message-ID: <20020202133822.E722@rafael>         
4538              
4539              Subject: [PATCH] t/test.pl:ok() doesn't work
4540              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)  
4541              Date: Sun, 03 Feb 2002 00:02:38 -0800          
4542              Message-ID: <e6OX8gzkgSMO092yn@efn.org>          
4543      Branch: perl
4544            ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t
4545            ! t/test.pl
4546 ____________________________________________________________________________
4547 [ 14528] By: jhi                                   on 2002/02/03  15:26:33
4548         Log: Subject: [PATCH @13746] OS2::Process's constants
4549              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4550              Date: Sat, 2 Feb 2002 01:00:55 -0500           
4551              Message-ID: <20020202010055.A12924@math.ohio-state.edu>
4552      Branch: perl
4553            ! os2/OS2/Process/Makefile.PL
4554 ____________________________________________________________________________
4555 [ 14527] By: jhi                                   on 2002/02/03  15:16:46
4556         Log: Subject: [PATCH @13746] h2xs   
4557              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4558              Date: Sat, 2 Feb 2002 00:58:44 -0500           
4559              Message-ID: <20020202005844.A12756@math.ohio-state.edu>
4560      Branch: perl
4561            ! utils/h2xs.PL
4562 ____________________________________________________________________________
4563 [ 14526] By: nick                                  on 2002/02/03  14:54:18
4564         Log: Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
4565              (Mis-feature discovered by Encode.)
4566      Branch: perlio
4567            ! sv.c
4568 ____________________________________________________________________________
4569 [ 14525] By: jhi                                   on 2002/02/02  16:44:58
4570         Log: EBCDIC: since #14519 made \N{...} to remap,
4571              the test cannot expect an ASCII code point.
4572      Branch: perl
4573            ! lib/charnames.t
4574 ____________________________________________________________________________
4575 [ 14524] By: jhi                                   on 2002/02/02  05:03:24
4576         Log: Sub-MANIFEST-tweak.
4577      Branch: perl
4578            ! ext/Encode/MANIFEST
4579 ____________________________________________________________________________
4580 [ 14523] By: jhi                                   on 2002/02/02  02:54:44
4581         Log: Subject: [Patch] Encode::Tcl::Escape, more ISO2022 like
4582              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
4583              Date: Fri, 01 Feb 2002 23:51:03 +0900
4584              Message-Id: <20020201234727.15ED.BQW10602@nifty.com>
4585      Branch: perl
4586            ! ext/Encode/lib/Encode/Tcl/Escape.pm
4587 ____________________________________________________________________________
4588 [ 14522] By: jhi                                   on 2002/02/02  02:53:29
4589         Log: Subject: [PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1)
4590              From: Andy Dougherty <doughera@lafayette.edu>
4591              Date: Fri, 1 Feb 2002 13:06:05 -0500 (EST)
4592              Message-ID: <Pine.SOL.4.10.10202011243130.24740-100000@maxwell.phys.lafayette.edu>
4593      Branch: perl
4594            ! README.solaris hints/solaris_2.sh
4595 ____________________________________________________________________________
4596 [ 14521] By: jhi                                   on 2002/02/02  02:08:42
4597         Log: EBCDIC: no hope to get the low 256 right in unifolding.
4598      Branch: perl
4599            ! t/uni/fold.t
4600 ____________________________________________________________________________
4601 [ 14520] By: jhi                                   on 2002/02/02  02:02:13
4602         Log: todo entry for missing pack formats.
4603      Branch: perl
4604            ! pod/perltodo.pod
4605 ____________________________________________________________________________
4606 [ 14519] By: jhi                                   on 2002/02/02  01:31:50
4607         Log: EBCDIC: the low 256 \N{...} need to be remapped.
4608      Branch: perl
4609            ! toke.c
4610 ____________________________________________________________________________
4611 [ 14518] By: nick                                  on 2002/02/01  18:32:03
4612         Log: indent -kr -nce and some manual tweaks to match perl style.
4613      Branch: perlio
4614            ! ext/Encode/Encode.xs
4615 ____________________________________________________________________________
4616 [ 14517] By: nick                                  on 2002/02/01  18:20:46
4617         Log: Integrate mainline
4618      Branch: perlio
4619           !> Changes MANIFEST configpm doio.c lib/Attribute/Handlers.pm
4620           !> lib/Attribute/Handlers/t/multi.t lib/CPAN.pm
4621           !> lib/Math/Complex.pm lib/Math/Complex.t lib/open.pm
4622           !> patchlevel.h pod/perldiag.pod pod/perlfunc.pod
4623           !> pod/perluniintro.pod pp.c pp_sys.c regexec.c t/io/utf8.t
4624           !> t/lib/warnings/pp_sys t/lib/warnings/utf8 t/op/inccode.t
4625           !> t/op/lc.t t/op/stat.t t/run/switches.t utf8.c
4626 ____________________________________________________________________________
4627 [ 14516] By: jhi                                   on 2002/02/01  16:46:16
4628         Log: Integrate perlio; 
4629              
4630              Minor Encode tweaks:
4631              - move Encode.pm back to top of Encode like normal XS extension
4632              - avoid .def as a file extension (Win32 builds)
4633      Branch: perl
4634            ! MANIFEST
4635           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
4636           !> ext/Encode/Makefile.PL ext/Encode/compile
4637 ____________________________________________________________________________
4638 [ 14515] By: nick                                  on 2002/02/01  16:27:59
4639         Log: Minor Encode tweaks:
4640              - move Encode.pm back to top of Encode like normal XS extension
4641              - avoid .def as a file extension (Win32 builds)
4642      Branch: perlio
4643           +> ext/Encode/Encode.pm
4644            - ext/Encode/lib/Encode.pm
4645            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
4646            ! ext/Encode/Makefile.PL ext/Encode/compile
4647 ____________________________________________________________________________
4648 [ 14514] By: jhi                                   on 2002/02/01  14:45:26
4649         Log: Subject: [PATCH utf8.t] temp file not cleaned up
4650              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4651              Date: Fri, 1 Feb 2002 15:47:46 +0100
4652              Message-ID: <20020201154746.A24079@rafael>
4653      Branch: perl
4654            ! t/io/utf8.t
4655 ____________________________________________________________________________
4656 [ 14513] By: jhi                                   on 2002/02/01  14:44:39
4657         Log: Subject: [PATCH] make "lstat FH" croak
4658              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4659              Date: Fri, 1 Feb 2002 15:12:50 +0100
4660              Message-ID: <20020201151250.A738@rafael>
4661      Branch: perl
4662            ! pod/perldiag.pod pp_sys.c t/op/stat.t
4663 ____________________________________________________________________________
4664 [ 14512] By: jhi                                   on 2002/02/01  14:42:58
4665         Log: Subject: [PATCH t/op/stat.t] Mentioning Darwins UFS ctime failure
4666              From: Kay Röpke <kroepke@dolphin-services.de>
4667              Date: Fri, 1 Feb 2002 01:10:43 +0100
4668              Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de>
4669      Branch: perl
4670            ! t/op/stat.t
4671 ____________________________________________________________________________
4672 [ 14511] By: jhi                                   on 2002/02/01  05:17:59
4673         Log: The Malformed UTF-8 Heisenbug seen by Merijn and NickC
4674              I got it in Tru64 + ithreads but only without -g, took
4675              some debugging by printf (which was no fun either since
4676              adding some debug printfs hid the error)
4677      Branch: perl
4678            ! regexec.c utf8.c
4679 ____________________________________________________________________________
4680 [ 14510] By: jhi                                   on 2002/01/31  22:48:13
4681         Log: Subject: Re: [PATCH] perl -V:
4682              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)            
4683              Date: Thu, 31 Jan 2002 12:10:20 -0800
4684              Message-ID: <sSaW8gzkgaNQ092yn@efn.org>
4685              
4686              Subject: Re: [PATCH] perl -V:
4687              From: Michael G Schwern <schwern@pobox.com>
4688              Date: Thu, 31 Jan 2002 16:43:13 -0500
4689              Message-ID: <20020131214313.GH6498@blackrider>
4690      Branch: perl
4691            ! t/run/switches.t
4692 ____________________________________________________________________________
4693 [ 14509] By: jhi                                   on 2002/01/31  21:30:46
4694         Log: #14505 effect.
4695      Branch: perl
4696            ! pod/perluniintro.pod
4697 ____________________________________________________________________________
4698 [ 14508] By: jhi                                   on 2002/01/31  16:57:18
4699         Log: Daniel S. Lewart adopts the Math::Complex.
4700      Branch: perl
4701            ! lib/Math/Complex.pm
4702 ____________________________________________________________________________
4703 [ 14507] By: jhi                                   on 2002/01/31  16:54:44
4704         Log: More Complex DWIMmery.
4705      Branch: perl
4706            ! lib/Math/Complex.pm lib/Math/Complex.t
4707 ____________________________________________________________________________
4708 [ 14506] By: jhi                                   on 2002/01/31  15:27:49
4709         Log: Subject: [PATCH 20020124.004] forbid -l _ after -T _
4710              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4711              Date: Thu, 31 Jan 2002 14:37:52 +0100
4712              Message-ID: <20020131143752.A1452@rafael>
4713      Branch: perl
4714            ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t
4715 ____________________________________________________________________________
4716 [ 14505] By: jhi                                   on 2002/01/31  15:26:41
4717         Log: Turn the I/O Unicode error by default on, but the
4718              character-generating Unicode error by default off,
4719              as Larry suggested.
4720      Branch: perl
4721            ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8
4722            ! utf8.c
4723 ____________________________________________________________________________
4724 [ 14504] By: jhi                                   on 2002/01/31  14:08:44
4725         Log: Subject: [PATCH] open.pm minor cleanup
4726              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4727              Date: Thu, 31 Jan 2002 15:03:02 +0100
4728              Message-ID: <20020131150302.C1452@rafael>
4729      Branch: perl
4730            ! lib/open.pm
4731 ____________________________________________________________________________
4732 [ 14503] By: jhi                                   on 2002/01/30  15:28:29
4733         Log: Update Changes.
4734      Branch: perl
4735            ! Changes patchlevel.h
4736 ____________________________________________________________________________
4737 [ 14502] By: jhi                                   on 2002/01/30  14:32:25
4738         Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status
4739              From: Robin Barker <rmb1@cise.npl.co.uk>
4740              Date: Wed, 30 Jan 2002 11:58:33 GMT
4741              Message-Id: <200201301158.LAA14883@tempest.npl.co.uk>
4742      Branch: perl
4743            ! lib/CPAN.pm
4744 ____________________________________________________________________________
4745 [ 14501] By: jhi                                   on 2002/01/30  14:20:32
4746         Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;
4747              re-sort MANIFEST.
4748      Branch: perl
4749            + ext/Encode/Encode.pm
4750            - ext/Encode/lib/Encode.pm
4751            ! MANIFEST ext/Encode/Makefile.PL
4752 ____________________________________________________________________________
4753 [ 14500] By: jhi                                   on 2002/01/30  14:05:13
4754         Log: Integrate perlio;
4755              
4756              Collect some stats during compile process.
4757              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
4758              as one XS - inconclusive - marginal win?
4759              Add some comments to encode.h
4760      Branch: perl
4761           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
4762           !> ext/Encode/encode.h
4763 ____________________________________________________________________________
4764 [ 14499] By: nick                                  on 2002/01/30  09:57:47
4765         Log: Collect some stats during compile process.
4766              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
4767              as one XS - inconclusive - marginal win?
4768              Add some comments to encode.h
4769      Branch: perlio
4770            ! ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
4771            ! ext/Encode/encode.h
4772 ____________________________________________________________________________
4773 [ 14498] By: nick                                  on 2002/01/30  07:27:55
4774         Log: Integrate Jarkko's path/INC tweaks
4775      Branch: perlio
4776           !> ext/Encode/compile
4777 ____________________________________________________________________________
4778 [ 14497] By: jhi                                   on 2002/01/30  04:40:56
4779         Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's)   
4780              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4781              Date: Tue, 29 Jan 2002 01:13:09 -0800
4782              Message-ID: <lemV8gzkgu/K092yn@efn.org>
4783      Branch: perl
4784            ! configpm
4785 ____________________________________________________________________________
4786 [ 14496] By: jhi                                   on 2002/01/30  01:55:57
4787         Log: Subject: [PATCH t/op/inccode.t] new test
4788              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4789              Date: Tue, 29 Jan 2002 22:03:45 +0100
4790              Message-ID: <20020129220345.A704@rafael>
4791      Branch: perl
4792            ! t/op/inccode.t
4793 ____________________________________________________________________________
4794 [ 14495] By: jhi                                   on 2002/01/30  01:01:26
4795         Log: EBCDIC: t/op/lc.t now passes.
4796      Branch: perl
4797            ! t/op/lc.t
4798 ____________________________________________________________________________
4799 [ 14494] By: jhi                                   on 2002/01/30  00:41:52
4800         Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40
4801      Branch: perl
4802            ! utf8.c
4803 ____________________________________________________________________________
4804 [ 14493] By: jhi                                   on 2002/01/29  22:32:05
4805         Log: Must find stuff during build.
4806      Branch: perl
4807            ! ext/Encode/compile
4808 ____________________________________________________________________________
4809 [ 14492] By: jhi                                   on 2002/01/29  22:24:54
4810         Log: Integrate with perlio;
4811              
4812              Basics of a compiled Encode XS extension
4813      Branch: perl
4814           +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
4815           +> ext/Encode/Encode/euc-jp.ucm
4816           !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile
4817           !> ext/Encode/encode.h
4818 ____________________________________________________________________________
4819 [ 14491] By: jhi                                   on 2002/01/29  22:23:25
4820         Log: EBCDIC tweaks-- no new test passes, but getting closer.
4821      Branch: perl
4822            ! utf8.c
4823 ____________________________________________________________________________
4824 [ 14490] By: nick                                  on 2002/01/29  21:20:57
4825         Log: Basics of a compiled Encode XS extension
4826      Branch: perlio
4827            + ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
4828            + ext/Encode/Encode/euc-jp.ucm
4829            ! MANIFEST ext/Encode/Encode.xs ext/Encode/compile
4830            ! ext/Encode/encode.h
4831 ____________________________________________________________________________
4832 [ 14489] By: nick                                  on 2002/01/29  18:40:54
4833         Log: Integrate mainline
4834      Branch: perlio
4835           +> ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
4836           +> ext/Encode/lib/Encode/Encoding.pm
4837           +> ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
4838           +> ext/Encode/lib/Encode/Tcl/Escape.pm
4839           +> ext/Encode/lib/Encode/Tcl/Extended.pm
4840           +> ext/Encode/lib/Encode/Tcl/HanZi.pm
4841           +> ext/Encode/lib/Encode/Tcl/Table.pm
4842           +> ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
4843           +> ext/Encode/lib/Encode/iso10646_1.pm
4844           +> ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
4845           +> ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
4846           +> ext/Encode/t/Tcl.t
4847            - ext/Encode.t ext/Encode/Encode.pm
4848            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
4849            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
4850           !> (integrate 33 files)
4851 ____________________________________________________________________________
4852 [ 14488] By: jhi                                   on 2002/01/29  16:38:58
4853         Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high)
4854              From: Richard Clamp <richardc@unixbeard.net>
4855              Date: Mon, 28 Jan 2002 02:17:55 +0000
4856              Message-ID: <20020128021755.GA28344@mirth.demon.co.uk>
4857      Branch: perl
4858            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
4859 ____________________________________________________________________________
4860 [ 14487] By: jhi                                   on 2002/01/29  14:23:03
4861         Log: OS/390 seems to do length 0 udp reads, Nicholas says
4862              skippage is for now the best cause of action.
4863      Branch: perl
4864            ! ext/Socket/socketpair.t
4865 ____________________________________________________________________________
4866 [ 14486] By: jhi                                   on 2002/01/29  14:09:21
4867         Log: Encode cleanup from Dan Kogai; reworked even further.
4868      Branch: perl
4869            + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
4870            + ext/Encode/lib/Encode/Encoding.pm
4871            + ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
4872            + ext/Encode/lib/Encode/Tcl/Escape.pm
4873            + ext/Encode/lib/Encode/Tcl/Extended.pm
4874            + ext/Encode/lib/Encode/Tcl/HanZi.pm
4875            + ext/Encode/lib/Encode/Tcl/Table.pm
4876            + ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
4877            + ext/Encode/lib/Encode/iso10646_1.pm
4878            + ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
4879            + ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
4880            + ext/Encode/t/Tcl.t
4881            - ext/Encode.t ext/Encode/Encode.pm
4882            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
4883            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
4884            ! MANIFEST ext/Encode/Encode/8859-1.ucm
4885            ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm
4886            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
4887            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
4888            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
4889            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
4890            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
4891            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
4892            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
4893            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
4894            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm
4895            ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL
4896            ! ext/Encode/compile
4897 ____________________________________________________________________________
4898 [ 14485] By: jhi                                   on 2002/01/28  23:17:20
4899         Log: Workaround for DJGPP broken F_GETFL from Laszlo.
4900      Branch: perl
4901            ! djgpp/djgpp.c perlio.c
4902 ____________________________________________________________________________
4903 [ 14484] By: jhi                                   on 2002/01/28  23:15:22
4904         Log: Prettier printing from Michael Schwern.
4905      Branch: perl
4906            ! t/test.pl
4907 ____________________________________________________________________________
4908 [ 14483] By: jhi                                   on 2002/01/28  23:08:27
4909         Log: Show also the debug and debugcolor as known pragmas.
4910      Branch: perl
4911            ! ext/re/re.pm
4912 ____________________________________________________________________________
4913 [ 14482] By: jhi                                   on 2002/01/28  22:08:38
4914         Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader
4915              From: "Craig A. Berry" <craigberry@mac.com>
4916              Date: Mon, 28 Jan 2002 16:30:30 -0600
4917              Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01>
4918      Branch: perl
4919            ! ext/B/t/assembler.t
4920 ____________________________________________________________________________
4921 [ 14481] By: jhi                                   on 2002/01/28  21:58:44
4922         Log: metaconfig unit change for #14480.
4923      Branch: metaconfig
4924            ! U/modified/Init.U
4925 ____________________________________________________________________________
4926 [ 14480] By: jhi                                   on 2002/01/28  21:57:37
4927         Log: DJGPP needs to know its exe soon, too.
4928      Branch: perl
4929            ! Configure
4930 ____________________________________________________________________________
4931 [ 14479] By: jhi                                   on 2002/01/28  21:36:34
4932         Log: Round #2 on EBCDICation.
4933      Branch: perl
4934            ! t/op/append.t
4935 ____________________________________________________________________________
4936 [ 14478] By: jhi                                   on 2002/01/28  21:19:40
4937         Log: Integrate perlio;
4938              
4939              Set makefile.mk CCHOME etc. for default locations of MinGW and free
4940              Borland compilers. (Borland builds one or two oddities.)
4941      Branch: perl
4942           !> win32/config.bc win32/makefile.mk
4943 ____________________________________________________________________________
4944 [ 14477] By: nick                                  on 2002/01/28  20:12:31
4945         Log: Set makefile.mk CCHOME etc. for default locations of MinGW and free
4946              Borland compilers. (Borland builds one or two oddities.)
4947      Branch: perlio
4948            ! win32/config.bc win32/makefile.mk
4949 ____________________________________________________________________________
4950 [ 14476] By: nick                                  on 2002/01/28  18:43:47
4951         Log: Integrate mainline
4952      Branch: perlio
4953           !> Configure hints/hpux.sh
4954 ____________________________________________________________________________
4955 [ 14475] By: nick                                  on 2002/01/28  17:15:12
4956         Log: Integrate mainline
4957      Branch: perlio
4958           !> Changes Configure ext/B/B.xs hints/hpux.sh lib/warnings.t
4959           !> patchlevel.h pp_sys.c t/lib/warnings/perl
4960 ____________________________________________________________________________
4961 [ 14474] By: jhi                                   on 2002/01/28  17:12:51
4962         Log: metaconfig unit change for #14472.
4963      Branch: metaconfig/U/perl
4964            ! d_u32align.U
4965 ____________________________________________________________________________
4966 [ 14473] By: jhi                                   on 2002/01/28  17:12:27
4967         Log: Misunderstood Merijn's patch.
4968      Branch: perl
4969            ! hints/hpux.sh
4970 ____________________________________________________________________________
4971 [ 14472] By: jhi                                   on 2002/01/28  17:11:58
4972         Log: Misapplied Merijn's patch.
4973      Branch: perl
4974            ! Configure
4975 ____________________________________________________________________________
4976 [ 14471] By: jhi                                   on 2002/01/28  14:51:20
4977         Log: Update Changes.
4978      Branch: perl
4979            ! Changes patchlevel.h
4980 ____________________________________________________________________________
4981 [ 14470] By: jhi                                   on 2002/01/28  14:33:36
4982         Log: BeOS has sockets but not true ones.
4983      Branch: perl
4984            ! pp_sys.c
4985 ____________________________________________________________________________
4986 [ 14469] By: jhi                                   on 2002/01/28  14:04:44
4987         Log: metaconfig unit change for #14467.
4988      Branch: metaconfig/U/perl
4989            ! d_u32align.U
4990 ____________________________________________________________________________
4991 [ 14468] By: jhi                                   on 2002/01/28  14:03:01
4992         Log: For some strange reason under the smoke harness the alignment
4993              test hangs in HP-UX 10.20.  So hint it to avoid the test.
4994      Branch: perl
4995            ! hints/hpux.sh
4996 ____________________________________________________________________________
4997 [ 14467] By: jhi                                   on 2002/01/28  14:00:32
4998         Log: Allow d_u32align to be hinted.
4999      Branch: perl
5000            ! Configure
5001 ____________________________________________________________________________
5002 [ 14466] By: jhi                                   on 2002/01/28  13:41:18
5003         Log: The shift key is important.
5004      Branch: perl
5005            ! ext/B/B.xs
5006 ____________________________________________________________________________
5007 [ 14465] By: jhi                                   on 2002/01/28  13:36:15
5008         Log: The "used only once" warnings (from gv_check) come
5009              in pseudorandom hash order-- in EBCDIC the order
5010              is different.  Add a new option that allow the warnings
5011              to come in any order (Paul Marquess).
5012      Branch: perl
5013            ! lib/warnings.t t/lib/warnings/perl
5014 ____________________________________________________________________________
5015 [ 14464] By: jhi                                   on 2002/01/28  13:04:58
5016         Log: Integrate perlio; the 0nothread test failure without threads.
5017      Branch: perl
5018           !> ext/threads/shared/t/0nothread.t
5019 ____________________________________________________________________________
5020 [ 14463] By: nick                                  on 2002/01/28  08:22:36
5021         Log: Integrate mainline
5022      Branch: perlio
5023           !> (integrate 37 files)
5024 ____________________________________________________________________________
5025 [ 14462] By: nick                                  on 2002/01/28  08:09:53
5026         Log: 1st attempt at skipping broke threads case.
5027      Branch: perlio
5028            ! ext/threads/shared/t/0nothread.t
5029 ____________________________________________________________________________
5030 [ 14461] By: nick                                  on 2002/01/28  07:25:58
5031         Log: Skip new threads::shared test unless -Duseithreads
5032      Branch: perlio
5033            ! ext/threads/shared/t/0nothread.t
5034 ____________________________________________________________________________
5035 [ 14460] By: jhi                                   on 2002/01/28  03:37:30
5036         Log: FAQ sync.
5037      Branch: perl
5038            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
5039            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
5040            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
5041            ! pod/perlfaq9.pod
5042 ____________________________________________________________________________
5043 [ 14459] By: jhi                                   on 2002/01/28  02:28:10
5044         Log: Upgrade to podlators 1.20.
5045      Branch: perl
5046            ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t
5047 ____________________________________________________________________________
5048 [ 14458] By: jhi                                   on 2002/01/28  01:36:28
5049         Log: Retract #14448, a better patch coming up.
5050      Branch: perl
5051            ! lib/Pod/t/basic.t
5052 ____________________________________________________________________________
5053 [ 14457] By: jhi                                   on 2002/01/28  01:31:40
5054         Log: EBCDIC portability.
5055      Branch: perl
5056            ! t/op/append.t
5057 ____________________________________________________________________________
5058 [ 14456] By: jhi                                   on 2002/01/27  23:49:40
5059         Log: Further cygwin installperl tweak from Gerrit P. Haase.
5060      Branch: perl
5061            ! installperl
5062 ____________________________________________________________________________
5063 [ 14455] By: jhi                                   on 2002/01/27  23:47:42
5064         Log: A bug in Bulgarian EBCDIC locale (this sounds like
5065              a Sherlock Holmes mystery...)  Well, a few more EBCDICs
5066              locales failed, too.  The patch works around the bug by
5067              skipping the test, but the real problem may be deeper
5068              (affecting probably only EBCDIC platforms, though):
5069              see the comment in locale.t for more details.
5070      Branch: perl
5071            ! lib/locale.t
5072 ____________________________________________________________________________
5073 [ 14454] By: jhi                                   on 2002/01/27  22:37:48
5074         Log: metaconfig unit change for #14453.
5075      Branch: metaconfig/U/perl
5076            ! libperl.U
5077 ____________________________________________________________________________
5078 [ 14453] By: jhi                                   on 2002/01/27  22:36:08
5079         Log: Subject: Bleadperl on Cygwin today
5080              From: "Gerrit P. Haase" <gp@familiehaase.de>              
5081              Date: Sun, 27 Jan 2002 22:30:41 +0100
5082              Message-ID: <462007239437.20020127223041@familiehaase.de>
5083      Branch: perl
5084            ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl
5085            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t
5086            ! lib/ExtUtils/t/MM_Cygwin.t
5087 ____________________________________________________________________________
5088 [ 14452] By: jhi                                   on 2002/01/27  21:57:56
5089         Log: Unfinished EBCDIC branch.
5090      Branch: perl
5091            ! t/op/ver.t
5092 ____________________________________________________________________________
5093 [ 14451] By: jhi                                   on 2002/01/27  21:47:29
5094         Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.
5095      Branch: perl
5096            ! ext/B/B.xs ext/B/B/Deparse.pm
5097 ____________________________________________________________________________
5098 [ 14450] By: jhi                                   on 2002/01/27  21:44:37
5099         Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting
5100              platforms.
5101      Branch: perl
5102            ! ext/B/t/stash.t
5103 ____________________________________________________________________________
5104 [ 14449] By: jhi                                   on 2002/01/27  19:34:56
5105         Log: Apparently no need for EBCDIC exception any more.
5106      Branch: perl
5107            ! ext/B/t/showlex.t
5108 ____________________________________________________________________________
5109 [ 14448] By: jhi                                   on 2002/01/27  18:48:17
5110         Log: (retracted by #14458)
5111              (Russ Allbery) OS/390 is using a high-bit character for ESC,
5112              skip the test for now.  A better fix would be to override
5113              the notion of the platform's escape sequence in the test
5114              of Pod::Text::Termcap.  We may have to apply a filter to
5115              the output to substitute back in the ESC character that
5116              the test expects, but only on OS/390.
5117      Branch: perl
5118            ! lib/Pod/t/basic.t
5119 ____________________________________________________________________________
5120 [ 14447] By: jhi                                   on 2002/01/27  18:19:01
5121         Log: Detypo.
5122      Branch: perl
5123            ! ext/Devel/Peek/Peek.t
5124 ____________________________________________________________________________
5125 [ 14446] By: jhi                                   on 2002/01/27  17:57:21
5126         Log: OS/390 USS has a different idea of the pw* functions.
5127              Also, test the name with eq, not with ==.
5128      Branch: perl
5129            ! lib/User/pwent.t
5130 ____________________________________________________________________________
5131 [ 14445] By: jhi                                   on 2002/01/27  17:37:54
5132         Log: O_RDONLY/O_WRONLY/O_RDWR portability.
5133      Branch: perl
5134            ! doio.c
5135 ____________________________________________________________________________
5136 [ 14444] By: jhi                                   on 2002/01/27  16:32:32
5137         Log: ASCIIisms.
5138      Branch: perl
5139            ! ext/PerlIO/t/encoding.t
5140 ____________________________________________________________________________
5141 [ 14443] By: jhi                                   on 2002/01/27  15:59:31
5142         Log: chr(42) ne '*'  if one is in EBCDIC.
5143      Branch: perl
5144            ! t/op/pack.t
5145 ____________________________________________________________________________
5146 [ 14442] By: jhi                                   on 2002/01/27  15:26:52
5147         Log: Subject: [PATCH] Fix up recent op/stat.t failures
5148              From: Andy Dougherty <doughera@lafayette.edu>
5149              Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST)
5150              Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu>         
5151      Branch: perl
5152            ! t/op/stat.t
5153 ____________________________________________________________________________
5154 [ 14441] By: jhi                                   on 2002/01/27  15:21:49
5155         Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current
5156              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5157              Date: Sun, 27 Jan 2002 15:03:18 +0100
5158              Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl>
5159      Branch: perl
5160            ! lib/ExtUtils/t/Command.t
5161 ____________________________________________________________________________
5162 [ 14440] By: jhi                                   on 2002/01/27  15:20:52
5163         Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing
5164              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5165              Date: Sun, 27 Jan 2002 14:51:10 +0100
5166              Message-ID: <20020127145110.A16332@rafael>
5167      Branch: perl
5168            ! ext/B/B/Deparse.pm
5169 ____________________________________________________________________________
5170 [ 14439] By: gsar                                  on 2002/01/27  00:02:48
5171         Log: integrate change#14431 from perlio branch (Nick's fix for
5172              change#13474 to be more defensive about looking at pad entries
5173              that may not exist yet)
5174      Branch: maint-5.6/perl
5175            ! op.c
5176 ____________________________________________________________________________
5177 [ 14438] By: jhi                                   on 2002/01/26  23:56:53
5178         Log: Comment to avoid later "cleanups."
5179      Branch: perl
5180            ! lib/ExtUtils/MakeMaker.pm
5181 ____________________________________________________________________________
5182 [ 14437] By: jhi                                   on 2002/01/26  23:54:50
5183         Log: USS V2R10 seems to be happier with env FOO=... cmd ...
5184              instead of just FOO=... cmd ...
5185      Branch: perl
5186            ! Makefile.SH
5187 ____________________________________________________________________________
5188 [ 14436] By: jhi                                   on 2002/01/26  23:14:04
5189         Log: Overquoting bad (in UNIX one would get
5190              Can't open perl script "'-I../lib'": No such file or directory)
5191      Branch: perl
5192            ! lib/Pod/t/Usage.t
5193 ____________________________________________________________________________
5194 [ 14435] By: jhi                                   on 2002/01/26  22:41:05
5195         Log: Integrate perlio;
5196              
5197              "All tests successful" VC6.0 Win32
5198              (Update config.vc to need cppstdin so those tests are skipped...)
5199      Branch: perl
5200           !> win32/config.vc win32/config_H.bc win32/config_H.gc
5201           !> win32/config_H.vc
5202 ____________________________________________________________________________
5203 [ 14434] By: nick                                  on 2002/01/26  22:27:08
5204         Log: "All tests successful" VC6.0 Win32
5205              (Update config.vc to need cppstdin so those tests are skipped...)
5206      Branch: perlio
5207            ! win32/config.vc win32/config_H.bc win32/config_H.gc
5208            ! win32/config_H.vc
5209 ____________________________________________________________________________
5210 [ 14433] By: jhi                                   on 2002/01/26  21:38:56
5211         Log: Integrate perlio;
5212              
5213              1st two tests of File/Find/t/find.t and taint.t were run after 
5214              calling cleanup(). If previous fail had left for_find directory,
5215              but no content in it then cleanup() returned cd'ed to that directory.
5216              So tests failed. Fixed cleanup()-s.
5217              
5218              If we get to sighandler by mistake (no perl handler set) then
5219              warn() and exit() rather than die() - should never happen
5220              but if it does context needed to die is likely to be trashed
5221              as well.
5222              
5223              Win32 signal emulation cleanup.
5224              
5225              Tinkering with thread cleanup mutex-ing - not the problem 
5226              (op.c is) but could have been...
5227              
5228              Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
5229              Should really be looked at by someone that knows about pads.
5230              
5231              Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
5232              for CRLF line endings.
5233      Branch: perl
5234           !> ext/threads/threads.xs lib/File/Find/t/find.t
5235           !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c
5236           !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
5237 ____________________________________________________________________________
5238 [ 14432] By: nick                                  on 2002/01/26  21:10:38
5239         Log: Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
5240              for CRLF line endings.
5241      Branch: perlio
5242            ! lib/Filter/Simple.pm
5243 ____________________________________________________________________________
5244 [ 14431] By: nick                                  on 2002/01/26  21:08:35
5245         Log: Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
5246              Should really be looked at by someone that knows about pads.
5247      Branch: perlio
5248            ! op.c
5249 ____________________________________________________________________________
5250 [ 14430] By: jhi                                   on 2002/01/26  20:54:16
5251         Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test
5252              From: "Craig A. Berry" <craigberry@mac.com>       
5253              Date: Sat, 26 Jan 2002 11:19:44 -0600
5254              Message-Id: <a05101000b87895064ee3@[172.16.52.1]>
5255      Branch: perl
5256            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
5257 ____________________________________________________________________________
5258 [ 14429] By: nick                                  on 2002/01/26  18:04:22
5259         Log: Tinkering with thread cleanup mutex-ing - not the problem 
5260              (op.c is) but could have been...
5261      Branch: perlio
5262            ! ext/threads/threads.xs
5263 ____________________________________________________________________________
5264 [ 14428] By: nick                                  on 2002/01/26  18:03:13
5265         Log: Win32 signal emulation cleanup.
5266      Branch: perlio
5267            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
5268 ____________________________________________________________________________
5269 [ 14427] By: nick                                  on 2002/01/26  13:59:33
5270         Log: If we get to sighandler by mistake (no perl handler set) then
5271              warn() and exit() rather than die() - should never happen
5272              but if it does context needed to die is likely to be trashed
5273              as well.
5274      Branch: perlio
5275            ! mg.c
5276 ____________________________________________________________________________
5277 [ 14426] By: nick                                  on 2002/01/26  13:56:23
5278         Log: Integrate mainline
5279      Branch: perlio
5280           !> Changes NetWare/config_H.wc config_h.SH ext/Encode/Encode.xs
5281           !> op.c patchlevel.h pod/perldebguts.pod t/op/universal.t
5282           !> t/run/fresh_perl.t
5283 ____________________________________________________________________________
5284 [ 14425] By: nick                                  on 2002/01/26  08:11:33
5285         Log: 1st two tests of File/Find/t/find.t and taint.t were run after 
5286              calling cleanup(). If previous fail had left for_find directory,
5287              but no content in it then cleanup() returned cd'ed to that directory.
5288              So tests failed. Fixed cleanup()-s.
5289      Branch: perlio
5290            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
5291 ____________________________________________________________________________
5292 [ 14424] By: jhi                                   on 2002/01/25  22:10:11
5293         Log: Integrate perlio;
5294              
5295              Fix winsystem.t's attempt to build showav.exe to work
5296              with gcc (which writes a.exe unless told with -o ).
5297              Also put in a few more fail-safes to check .exe got
5298              built somehow.
5299              
5300              More Win32 tuning
5301              
5302              Save $! so that other syscalls don't disturb it before
5303              we test it.
5304      Branch: perl
5305           !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t
5306           !> t/op/winsystem.t
5307 ____________________________________________________________________________
5308 [ 14423] By: jhi                                   on 2002/01/25  22:08:09
5309         Log: Subject: [PATCH] new test in op/universal.t
5310              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5311              Date: Fri, 25 Jan 2002 23:17:33 +0100
5312              Message-ID: <20020125231733.A11733@rafael>
5313      Branch: perl
5314            ! t/op/universal.t
5315 ____________________________________________________________________________
5316 [ 14422] By: nick                                  on 2002/01/25  21:37:03
5317         Log: Save $! so that other syscalls don't disturb it before 
5318              we test it.
5319      Branch: perlio
5320            ! ext/Socket/socketpair.t
5321 ____________________________________________________________________________
5322 [ 14421] By: nick                                  on 2002/01/25  19:05:57
5323         Log: More Win32 tuning
5324      Branch: perlio
5325            ! t/op/stat.t t/op/taint.t
5326 ____________________________________________________________________________
5327 [ 14420] By: nick                                  on 2002/01/25  18:21:42
5328         Log: Fix winsystem.t's attempt to build showav.exe to work 
5329              with gcc (which writes a.exe unless told with -o ).
5330              Also put in a few more fail-safes to check .exe got 
5331              built somehow.
5332      Branch: perlio
5333            ! t/op/winsystem.t
5334 ____________________________________________________________________________
5335 [ 14419] By: jhi                                   on 2002/01/25  17:25:05
5336         Log: Subject: [Patch Encode.xs] calculation of need overflows
5337              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
5338              Date: Sat, 26 Jan 2002 00:58:50 +0900
5339              Message-Id: <20020126005802.89B3.BQW10602@nifty.com>
5340      Branch: perl
5341            ! ext/Encode/Encode.xs
5342 ____________________________________________________________________________
5343 [ 14418] By: jhi                                   on 2002/01/25  16:28:40
5344         Log: Integrate changes 13474+13478+13584 from maintperl;
5345              anon sub leakage.
5346      Branch: perl
5347            ! op.c t/run/fresh_perl.t
5348 ____________________________________________________________________________
5349 [ 14417] By: jhi                                   on 2002/01/25  15:34:18
5350         Log: Update Changes.
5351      Branch: perl
5352            ! Changes patchlevel.h
5353 ____________________________________________________________________________
5354 [ 14416] By: jhi                                   on 2002/01/25  15:04:25
5355         Log: Integrate perlio; extensive threads and threads::shared work
5356              (note that the below is a chronological list of perlio
5357              check-in entries since the last integrate)
5358              
5359              Nearly-working threads re-structuring. Do not integrate,
5360              submit-ing to get to Win32, and as "off site" backup.
5361              
5362              threads work again on Win32. (Not threads::shared yet)
5363              Submit to see if they do on Linux.
5364              
5365              Add new threads/typemap to MANIFEST
5366              
5367              XS side of new threads::shared designed, coded and compiles,
5368              and mostly commented but is totaly untested.
5369              submit in case anyone wants a preview.
5370              
5371              Miss mg_len == 0 meaning don't Safefree
5372              
5373              Shared scalars working, some shared array ops working.
5374              
5375              Implement recursive lock and use of scope for PL_sharedsv_space,
5376              so now croak() from asserts does not leave locks.
5377              Make hv_simple compile (new prototype for debugging probe).
5378              
5379              thread::shared nearly working again - remaining issue
5380              is references withing shared space.
5381              Added bulk test with no threads involved (for debugging)
5382              Tuned tests to skip those needing _thrcnt
5383              
5384              SvTEMP_off to stop private PV's being stolen and stored in shared space
5385              
5386              Except Win32 from echo tests. (Alarm does not break into connect)
5387              
5388              Expand command line test globs on Win32.
5389              
5390              threads::shared tidy up:
5391              - Add _id() function to shared.xs so we can test refs point at same thing.
5392              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
5393              - Allow no_share to pass if sharing to works despite mis-ordering.
5394              - Change docs of threads to document ->create() (as used in tests),
5395              and not mention "new".
5396              
5397              Linux/NFS hackery was not faking right number of passes.
5398      Branch: perl
5399           +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap
5400           +> ext/threads/typemap
5401            - ext/threads/threads.h sharedsv.c sharedsv.h
5402            ! NetWare/config_H.wc
5403           !> (integrate 38 files)
5404 ____________________________________________________________________________
5405 [ 14415] By: jhi                                   on 2002/01/25  14:33:43
5406         Log: Subject: Re: perldebguts minor tweaks
5407              From: Joe McMahon <mcmahon@metalab.unc.edu>
5408              Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST)
5409              Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu>
5410      Branch: perl
5411            ! pod/perldebguts.pod
5412 ____________________________________________________________________________
5413 [ 14414] By: jhi                                   on 2002/01/25  14:08:17
5414         Log: metaconfig unit change for #14413.
5415      Branch: metaconfig
5416            ! U/modified/prototype.U
5417 ____________________________________________________________________________
5418 [ 14413] By: jhi                                   on 2002/01/25  14:05:49
5419         Log: Okay, you can come home now, _().
5420      Branch: perl
5421            ! config_h.SH
5422 ____________________________________________________________________________
5423 [ 14412] By: nick                                  on 2002/01/25  11:01:49
5424         Log: Integrate mainline
5425              All but ../lib/Unicode/UCD.t pass.
5426      Branch: perlio
5427           +> lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
5428           +> lib/unicore/CaseFolding.txt
5429           +> lib/unicore/CompositionExclusions.txt
5430           +> lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
5431           +> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
5432           +> vos/vos.c
5433            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
5434            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
5435            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
5436            - lib/unicore/NamesList.html lib/unicore/PropList.html
5437            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
5438            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
5439            - lib/unicore/rename
5440           !> (integrate 424 files)
5441 ____________________________________________________________________________
5442 [ 14411] By: nick                                  on 2002/01/25  09:45:13
5443         Log: Linux/NFS hackery was not faking right number of passes.
5444      Branch: perlio
5445            ! t/io/fs.t
5446 ____________________________________________________________________________
5447 [ 14410] By: nick                                  on 2002/01/25  09:35:07
5448         Log: threads::shared tidy up:
5449              - Add _id() function to shared.xs so we can test refs point at same thing.
5450              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
5451              - Allow no_share to pass if sharing to works despite mis-ordering.
5452              - Change docs of threads to document ->create() (as used in tests),
5453              and not mention "new".
5454      Branch: perlio
5455            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
5456            ! ext/threads/shared/t/hv_refs.t ext/threads/shared/t/no_share.t
5457            ! ext/threads/threads.pm
5458 ____________________________________________________________________________
5459 [ 14409] By: jhi                                   on 2002/01/24  21:08:35
5460         Log: Subject: perldebguts minor tweaks
5461              From: Joe McMahon <mcmahon@metalab.unc.edu>
5462              Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST)
5463              Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu>
5464      Branch: perl
5465            ! pod/perldebguts.pod
5466 ____________________________________________________________________________
5467 [ 14408] By: jhi                                   on 2002/01/24  20:58:15
5468         Log: Subject: [PATCH] perldebguts.pod [bleadperl]
5469              From: Peter Scott <Peter@PSDT.com>
5470              Date: Thu, 24 Jan 2002 08:51:34 -0800
5471              Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com>
5472      Branch: perl
5473            ! pod/perldebguts.pod
5474 ____________________________________________________________________________
5475 [ 14407] By: jhi                                   on 2002/01/24  20:55:34
5476         Log: Few more paranoia checks for Unicode hash keys.
5477      Branch: perl
5478            ! t/op/each.t
5479 ____________________________________________________________________________
5480 [ 14406] By: jhi                                   on 2002/01/24  18:03:02
5481         Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t
5482              From: Andy Dougherty <doughera@lafayette.edu>
5483              Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST)
5484              Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu>
5485      Branch: perl
5486            ! t/op/stat.t
5487 ____________________________________________________________________________
5488 [ 14405] By: jhi                                   on 2002/01/24  15:44:31
5489         Log: The
5490              
5491              Subject: Very old debugger UTF-8 bug
5492              From: andreas.koenig@anima.de (Andreas J. Koenig)
5493              Date: 24 Jan 2002 12:45:44 +0100
5494              Message-ID: <m3y9iot1jr.fsf@anima.de>
5495              
5496              still broken, but this should work as a stopgap
5497              measure to stop pp_match accessing naughty data.
5498      Branch: perl
5499            ! pod/perldiag.pod pp_hot.c
5500 ____________________________________________________________________________
5501 [ 14404] By: jhi                                   on 2002/01/24  13:13:55
5502         Log: metaconfig unit change for #14403.
5503      Branch: metaconfig/U/perl
5504            ! d_u32align.U
5505 ____________________________________________________________________________
5506 [ 14403] By: jhi                                   on 2002/01/24  13:13:29
5507         Log: Pacify picky compilers (this time Sun Workshop).
5508      Branch: perl
5509            ! Configure
5510 ____________________________________________________________________________
5511 [ 14402] By: jhi                                   on 2002/01/24  12:45:02
5512         Log: Subject: Very old debugger UTF-8 bug
5513              From: andreas.koenig@anima.de (Andreas J. Koenig)
5514              Date: 24 Jan 2002 12:45:44 +0100
5515              Message-ID: <m3y9iot1jr.fsf@anima.de>
5516      Branch: perl
5517            ! lib/dumpvar.pl
5518 ____________________________________________________________________________
5519 [ 14401] By: nick                                  on 2002/01/24  07:50:38
5520         Log: Expand command line test globs on Win32.
5521      Branch: perlio
5522            ! t/harness
5523 ____________________________________________________________________________
5524 [ 14400] By: jhi                                   on 2002/01/24  02:49:05
5525         Log: Sprinkle some copyrights (use the oldest timestamp to
5526              be found in the repository, which is most often not right,
5527              but at least consistent)
5528      Branch: perl
5529            ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h
5530            ! fakesdio.h fakethr.h global.sym globals.c keywords.h
5531            ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl
5532            ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h
5533            ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h
5534            ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c
5535            ! unixish.h xsutils.c
5536 ____________________________________________________________________________
5537 [ 14399] By: pudge                                 on 2002/01/23  21:00:29
5538         Log: Don't crash on Help for long text (bug #506672)
5539      Branch: maint-5.6/macperl
5540            ! macos/macperl/MPHelp.c
5541 ____________________________________________________________________________
5542 [ 14398] By: pudge                                 on 2002/01/23  20:03:38
5543         Log: Fix minor path problem
5544      Branch: maint-5.6/macperl
5545            ! macos/macperl/Droplets/tarzipme.plx
5546 ____________________________________________________________________________
5547 [ 14397] By: pudge                                 on 2002/01/23  20:03:19
5548         Log: Minor text changes
5549      Branch: maint-5.6/macperl
5550            ! macos/Perl.r
5551 ____________________________________________________________________________
5552 [ 14396] By: pudge                                 on 2002/01/23  20:02:45
5553         Log: Bump versions, dates, etc.
5554      Branch: maint-5.6/macperl
5555            ! macos/MPVersion.r macos/macperl/MPPreferences.c perl.c
5556 ____________________________________________________________________________
5557 [ 14395] By: pudge                                 on 2002/01/23  20:01:43
5558         Log: coderefs in @INC and absolute paths
5559      Branch: maint-5.6/macperl
5560            ! embed.h pp_ctl.c proto.h
5561 ____________________________________________________________________________
5562 [ 14394] By: pudge                                 on 2002/01/23  20:00:35
5563         Log: Minor module thingys
5564      Branch: maint-5.6/macperl
5565            ! macos/ext/Mac/Controls/Controls.xs
5566            ! macos/ext/Mac/Files/Files.xs macos/ext/Mac/Gestalt/Gestalt.pm
5567            ! macos/ext/Mac/ImageCompression/ImageCompression.xs
5568            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
5569            ! macos/ext/Mac/InternetConfig/InternetConfig.xs
5570            ! macos/ext/Mac/Memory/Memory.pm macos/ext/Mac/Memory/Memory.xs
5571            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/MoreFiles/MF.xs
5572            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
5573            ! macos/ext/Mac/Movies/Movies.xs
5574            ! macos/ext/Mac/Navigation/Navigation.pm
5575            ! macos/ext/Mac/Navigation/Navigation.xs
5576            ! macos/ext/Mac/Notification/Notification.xs
5577            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
5578            ! macos/ext/Mac/Processes/Processes.xs
5579            ! macos/ext/Mac/QDOffscreen/QDOffscreen.xs
5580            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
5581            ! macos/ext/Mac/QuickDraw/QuickDraw.xs
5582            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
5583            ! macos/ext/Mac/Resources/Resources.pm
5584            ! macos/ext/Mac/Resources/Resources.xs macos/ext/Mac/SAT/SAT.pm
5585            ! macos/ext/Mac/SAT/SAT.xs macos/ext/Mac/Sound/Sound.pm
5586            ! macos/ext/Mac/Sound/Sound.xs macos/ext/Mac/Speech/Speech.pm
5587            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
5588            ! macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
5589 ____________________________________________________________________________
5590 [ 14393] By: nick                                  on 2002/01/23  19:52:19
5591         Log: Except Win32 from echo tests. (Alarm does not break into connect)
5592      Branch: perlio
5593            ! ext/Socket/Socket.t
5594 ____________________________________________________________________________
5595 [ 14392] By: nick                                  on 2002/01/23  19:31:57
5596         Log: SvTEMP_off to stop private PV's being stolen and stored in shared space
5597      Branch: perlio
5598            ! ext/threads/shared/shared.xs
5599 ____________________________________________________________________________
5600 [ 14391] By: jhi                                   on 2002/01/23  18:48:45
5601         Log: Copyright++.  (Not all the toplevel *.h have one, it seems.)
5602      Branch: perl
5603            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
5604            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c
5605            ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y
5606            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod
5607            ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
5608            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c
5609            ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c
5610            ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
5611            ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h
5612            ! x2p/util.c x2p/util.h x2p/walk.c
5613 ____________________________________________________________________________
5614 [ 14390] By: jhi                                   on 2002/01/23  18:30:18
5615         Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and
5616              therefore quite probably also obsolete code.
5617      Branch: perl
5618            ! sv.c
5619 ____________________________________________________________________________
5620 [ 14389] By: jhi                                   on 2002/01/23  15:09:38
5621         Log: Update Changes.
5622      Branch: perl
5623            ! Changes patchlevel.h
5624 ____________________________________________________________________________
5625 [ 14388] By: jhi                                   on 2002/01/23  15:04:06
5626         Log: Small update on todo.  Could use a lot more.
5627      Branch: perl
5628            ! pod/perltodo.pod
5629 ____________________________________________________________________________
5630 [ 14387] By: nick                                  on 2002/01/23  14:19:30
5631         Log: thread::shared nearly working again - remaining issue
5632              is references withing shared space.
5633              Added bulk test with no threads involved (for debugging)
5634              Tuned tests to skip those needing _thrcnt
5635      Branch: perlio
5636            + ext/threads/shared/t/0nothread.t
5637            ! MANIFEST ext/threads/shared/shared.pm
5638            ! ext/threads/shared/shared.xs ext/threads/shared/t/av_simple.t
5639            ! ext/threads/shared/t/hv_refs.t
5640            ! ext/threads/shared/t/hv_simple.t
5641            ! ext/threads/shared/t/sv_simple.t
5642 ____________________________________________________________________________
5643 [ 14386] By: jhi                                   on 2002/01/23  14:19:01
5644         Log: Subject: [ID 20020121.003] perldata doco bug
5645              From: John Stumbles <jstumbles@bluearc.com>
5646              Date: Mon, 21 Jan 2002 14:19:56 -0000
5647              Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com>
5648      Branch: perl
5649            ! pod/perldata.pod
5650 ____________________________________________________________________________
5651 [ 14385] By: jhi                                   on 2002/01/23  14:17:52
5652         Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?
5653              From: Michael G Schwern <schwern@pobox.com>
5654              Date: Mon, 21 Jan 2002 15:16:42 -0500
5655              Message-ID: <20020121201642.GA6659@blackrider>
5656      Branch: perl
5657            ! embed.fnc embed.h proto.h t/op/universal.t universal.c
5658 ____________________________________________________________________________
5659 [ 14384] By: jhi                                   on 2002/01/23  13:45:30
5660         Log: Subject: [PATCH] Re: eval not catching warnings?
5661              From: abigail@foad.org
5662              Date: Wed, 23 Jan 2002 15:35:47 +0100
5663              Message-ID: <20020123143547.24798.qmail@foad.org>
5664      Branch: perl
5665            ! pod/perlfunc.pod
5666 ____________________________________________________________________________
5667 [ 14383] By: jhi                                   on 2002/01/23  03:57:58
5668         Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED)
5669              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5670              Date: Tue, 22 Jan 2002 17:00:54 -0800            
5671              Message-Id: <GtgT8gzkg+CG092yn@efn.org> 
5672      Branch: perl
5673            ! t/run/fresh_perl.t
5674 ____________________________________________________________________________
5675 [ 14382] By: jhi                                   on 2002/01/23  03:47:35
5676         Log: metaconfig unit change for #14381.
5677      Branch: metaconfig/U/perl
5678            ! d_u32align.U
5679 ____________________________________________________________________________
5680 [ 14381] By: jhi                                   on 2002/01/23  03:47:05
5681         Log: HP-UX 10.20 cc pacifying from Merijn.
5682      Branch: perl
5683            ! Configure
5684 ____________________________________________________________________________
5685 [ 14380] By: jhi                                   on 2002/01/23  03:41:26
5686         Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369)
5687              From: "Craig A. Berry" <craigberry@mac.com> 
5688              Date: Tue, 22 Jan 2002 22:14:26 -0600
5689              Message-Id: <a05101000b873de9cf801@[172.16.52.1]>
5690      Branch: perl
5691            ! vms/test.com
5692 ____________________________________________________________________________
5693 [ 14379] By: jhi                                   on 2002/01/23  03:11:31
5694         Log: AIX cpp bug: having macro arguments and character constants
5695              "the same" means trouble (here s and 's')
5696              What broke now was 841 and 842 of t/op/pat.t, because of the
5697              ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0
5698              (note that breakage happened only under cc_r and usethreads+
5699              useithreads)
5700      Branch: perl
5701            ! utf8.h
5702 ____________________________________________________________________________
5703 [ 14378] By: nick                                  on 2002/01/22  20:33:15
5704         Log: Implement recursive lock and use of scope for PL_sharedsv_space,
5705              so now croak() from asserts does not leave locks.
5706              Make hv_simple compile (new prototype for debugging probe).
5707      Branch: perlio
5708            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
5709            ! ext/threads/shared/t/hv_simple.t
5710 ____________________________________________________________________________
5711 [ 14377] By: nick                                  on 2002/01/22  17:32:21
5712         Log: Shared scalars working, some shared array ops working.
5713      Branch: perlio
5714            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
5715            ! ext/threads/shared/t/sv_refs.t
5716            ! ext/threads/shared/t/sv_simple.t ext/threads/threads.xs perl.h
5717 ____________________________________________________________________________
5718 [ 14376] By: jhi                                   on 2002/01/22  16:46:48
5719         Log: Subject: [PATCH] Support truncate() in VOS port
5720              From: Paul_GreenVOS@vos.stratus.com
5721              Date: Mon, 21 Jan 02 23:27 est
5722              Message-Id: <200201220428.XAA15304@mailhub1.stratus.com>
5723      Branch: perl
5724            + vos/vos.c
5725            ! MANIFEST hints/vos.sh vos/vosish.h
5726 ____________________________________________________________________________
5727 [ 14375] By: jhi                                   on 2002/01/22  16:38:06
5728         Log: metaconfig unit changes for #14374.  Couldn't figure
5729              how to get completely rid of _() (some weird dependency
5730              pulling it in?) so renamed it as PROTO_().
5731      Branch: metaconfig
5732            + U/modified/d_shmat.U U/modified/prototype.U
5733            ! U/protos/d_drand48proto.U
5734      Branch: metaconfig/U/perl
5735            ! d_sbrkproto.U d_sockatmarkproto.U d_telldirproto.U
5736 ____________________________________________________________________________
5737 [ 14374] By: jhi                                   on 2002/01/22  16:36:41
5738         Log: Get rid of the _() macro since (1) we require ANSI anyway
5739              (2) Other software (GNU) seems to use it and we don't need it,
5740              so let's give it up.
5741      Branch: perl
5742            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5743            ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c
5744            ! plan9/config.plan9 pod/perltoc.pod uconfig.h
5745            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
5746            ! win32/config_H.gc win32/config_H.vc win32/config_H.win64
5747            ! wince/config.h wince/config_H.ce
5748 ____________________________________________________________________________
5749 [ 14373] By: nick                                  on 2002/01/22  10:10:48
5750         Log: Miss mg_len == 0 meaning don't Safefree
5751      Branch: perlio
5752            ! mg.c
5753 ____________________________________________________________________________
5754 [ 14372] By: nick                                  on 2002/01/21  22:34:06
5755         Log: XS side of new threads::shared designed, coded and compiles,
5756              and mostly commented but is totaly untested.
5757              submit in case anyone wants a preview.
5758      Branch: perlio
5759            + ext/threads/shared/typemap
5760            ! MANIFEST ext/threads/shared/shared.pm
5761            ! ext/threads/shared/shared.xs
5762 ____________________________________________________________________________
5763 [ 14371] By: jhi                                   on 2002/01/21  19:36:04
5764         Log: Subject: [BUG] /\_/ an unrecognized escape?
5765              From: Michael G Schwern <schwern@pobox.com>
5766              Date: Mon, 21 Jan 2002 15:22:54 -0500
5767              Message-ID: <20020121202254.GA6731@blackrider>
5768      Branch: perl
5769            ! t/lib/warnings/toke toke.c
5770 ____________________________________________________________________________
5771 [ 14370] By: jhi                                   on 2002/01/21  19:16:00
5772         Log: Undo the renaming of the Unicode data files; the simple
5773              solution being not including the *.html files.  This means
5774              that in the future there is no need for any renamings
5775              (well, assuming that the Consortium doesn't cause any),
5776              and the files are named like they are in the Consortium
5777              website, thus alleviating confusion.
5778      Branch: perl
5779            + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
5780            + lib/unicore/CaseFolding.txt
5781            + lib/unicore/CompositionExclusions.txt
5782            + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
5783            + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
5784            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
5785            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
5786            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
5787            - lib/unicore/NamesList.html lib/unicore/PropList.html
5788            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
5789            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
5790            - lib/unicore/rename
5791            ! (edit 285 files)
5792 ____________________________________________________________________________
5793 [ 14369] By: jhi                                   on 2002/01/21  15:10:59
5794         Log: Update Changes.
5795      Branch: perl
5796            ! Changes patchlevel.h
5797 ____________________________________________________________________________
5798 [ 14368] By: jhi                                   on 2002/01/21  14:56:42
5799         Log: Subject: RE: BCC for Win32 is unhappy @14331
5800              From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com>
5801              Date: Mon, 21 Jan 2002 09:48:40 +0300
5802              Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com>
5803              
5804              (using IV instead of int)
5805      Branch: perl
5806            ! hv.h
5807 ____________________________________________________________________________
5808 [ 14367] By: jhi                                   on 2002/01/21  14:29:05
5809         Log: path_is_absolute() needs a prototype (and maybe
5810              a better name, but that's another story).
5811      Branch: perl
5812            ! embed.fnc embed.h pp_ctl.c proto.h
5813 ____________________________________________________________________________
5814 [ 14366] By: jhi                                   on 2002/01/21  14:07:35
5815         Log: Subject: Re: coderefs in @INC
5816              From: Chris Nandor <pudge@pobox.com>
5817              Date: Thu, 17 Jan 2002 11:26:02 -0500
5818              Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]>
5819      Branch: perl
5820            ! pp_ctl.c
5821 ____________________________________________________________________________
5822 [ 14365] By: jhi                                   on 2002/01/21  14:06:11
5823         Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics
5824              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5825              Date: Sun, 20 Jan 2002 22:53:56 +0100
5826              Message-ID: <20020120225356.A12093@rafael>
5827      Branch: perl
5828            ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use
5829            ! t/lib/warnings/9enabled warnings.h warnings.pl
5830 ____________________________________________________________________________
5831 [ 14364] By: jhi                                   on 2002/01/21  03:53:08
5832         Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS
5833              From: "Craig A. Berry" <craigberry@mac.com>
5834              Date: Sun, 20 Jan 2002 22:49:42 -0600
5835              Message-Id: <a05101004b8714273d60c@[172.16.52.1]>
5836      Branch: perl
5837            ! lib/ExtUtils/MakeMaker.pm
5838 ____________________________________________________________________________
5839 [ 14363] By: nick                                  on 2002/01/20  20:38:23
5840         Log: Add new threads/typemap to MANIFEST
5841      Branch: perlio
5842            ! MANIFEST
5843 ____________________________________________________________________________
5844 [ 14362] By: nick                                  on 2002/01/20  20:34:36
5845         Log: Integrate mainline
5846      Branch: perlio
5847           +> lib/Pod/t/Usage.t
5848           !> Configure ext/Cwd/t/cwd.t ext/Devel/DProf/DProf.t
5849           !> ext/File/Glob/t/basic.t ext/SDBM_File/sdbm.t
5850           !> lib/ExtUtils/MM_BeOS.pm pod/perl5004delta.pod
5851           !> pod/perl5005delta.pod pod/perl561delta.pod pod/perl56delta.pod
5852           !> pod/perlfaq1.pod pod/perlfaq2.pod pod/perltoc.pod pp.c
5853           !> t/comp/script.t t/op/oct.t t/op/stat.t t/run/fresh_perl.t
5854           !> util.c
5855 ____________________________________________________________________________
5856 [ 14361] By: nick                                  on 2002/01/20  18:51:47
5857         Log: Integrate MANIFEST
5858      Branch: perlio
5859           !> MANIFEST
5860 ____________________________________________________________________________
5861 [ 14360] By: jhi                                   on 2002/01/20  17:11:12
5862         Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes
5863              From: Paul_GreenVOS@vos.stratus.com
5864              Date: Sat, 19 Jan 02 17:17 est
5865              Message-Id: <200201192218.RAA07911@mailhub1.stratus.com>
5866              
5867              Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests
5868              From: Paul_GreenVOS@vos.stratus.com
5869              Date: Sat, 19 Jan 02 17:19 est
5870              Message-Id: <200201192218.RAA12331@mailhub2.stratus.com>
5871      Branch: perl
5872            ! lib/ExtUtils/t/Command.t
5873 ____________________________________________________________________________
5874 [ 14359] By: jhi                                   on 2002/01/20  17:09:40
5875         Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix         
5876              From: Paul_GreenVOS@vos.stratus.com
5877              Date: Sat, 19 Jan 02 14:30 est
5878              Message-Id: <200201191932.OAA05601@mailhub1.stratus.com>
5879      Branch: perl
5880            ! lib/AnyDBM_File.t
5881 ____________________________________________________________________________
5882 [ 14358] By: jhi                                   on 2002/01/20  17:01:38
5883         Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
5884              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
5885              Date: Sun, 20 Jan 2002 13:51:36 +0100
5886              Message-ID: <20020120135136.A710@rafael>
5887      Branch: perl
5888            ! ext/File/Glob/t/basic.t
5889 ____________________________________________________________________________
5890 [ 14357] By: jhi                                   on 2002/01/20  16:44:29
5891         Log: #14352 deleted ext/threads/threads.h
5892      Branch: perlio
5893            ! MANIFEST
5894 ____________________________________________________________________________
5895 [ 14356] By: jhi                                   on 2002/01/20  16:40:34
5896         Log: Eradicate sharedsv.*
5897      Branch: perlio
5898            ! NetWare/Makefile vos/build.cm win32/Makefile wince/Makefile.ce
5899 ____________________________________________________________________________
5900 [ 14355] By: nick                                  on 2002/01/20  11:50:22
5901         Log: threads work again on Win32. (Not threads::shared yet)
5902              Submit to see if they do on Linux.
5903      Branch: perlio
5904            ! ext/threads/shared/shared.xs ext/threads/threads.xs
5905            ! win32/makefile.mk
5906 ____________________________________________________________________________
5907 [ 14354] By: jhi                                   on 2002/01/20  06:35:54
5908         Log: Make also hex() and oct() to croak if their arguments
5909              cannot be downgraded (that is, if they contain wide
5910              characters), just like crypt() does (and use the croak
5911              feature of sv_utf8_downgrade()).
5912      Branch: perl
5913            ! pp.c t/op/oct.t
5914 ____________________________________________________________________________
5915 [ 14353] By: nick                                  on 2002/01/19  22:20:09
5916         Log: Integrate Time/Local and its test
5917      Branch: perlio
5918           !> lib/Time/Local.pm lib/Time/Local.t
5919 ____________________________________________________________________________
5920 [ 14352] By: nick                                  on 2002/01/19  22:17:07
5921         Log: Nearly-working threads re-structuring. Do not integrate,
5922              submit-ing to get to Win32, and as "off site" backup.
5923      Branch: perlio
5924            + ext/threads/typemap
5925            - ext/threads/threads.h sharedsv.c sharedsv.h
5926            ! MANIFEST Makefile.SH Makefile.micro embed.fnc embed.h
5927            ! embedvar.h ext/threads/shared/shared.pm
5928            ! ext/threads/shared/shared.xs ext/threads/threads.pm
5929            ! ext/threads/threads.xs global.sym intrpvar.h mg.c mg.h perl.h
5930            ! perlapi.c perlapi.h perlvars.h pod/perlapi.pod
5931            ! pod/perlintern.pod pp.c proto.h sv.c sv.h util.c
5932 ____________________________________________________________________________
5933 [ 14351] By: jhi                                   on 2002/01/19  21:06:58
5934         Log: Regen toc.
5935      Branch: perl
5936            ! pod/perltoc.pod
5937 ____________________________________________________________________________
5938 [ 14350] By: jhi                                   on 2002/01/19  21:03:07
5939         Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names
5940              From: David Dyck <dcd@tc.fluke.com>
5941              Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) 
5942              Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com>
5943      Branch: perl
5944            ! pod/perl5004delta.pod pod/perl5005delta.pod
5945            ! pod/perl561delta.pod pod/perl56delta.pod
5946 ____________________________________________________________________________
5947 [ 14349] By: jhi                                   on 2002/01/19  20:07:17
5948         Log: FAQ sync.
5949      Branch: perl
5950            ! pod/perlfaq1.pod pod/perlfaq2.pod
5951 ____________________________________________________________________________
5952 [ 14348] By: jhi                                   on 2002/01/19  17:58:34
5953         Log: Subject: [PATCH lib/Pod/t/Usage.t]
5954              From: Abe Timmerman <abe@ztreet.demon.nl>
5955              Date: Sat, 19 Jan 2002 19:57:57 +0100
5956              Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com>
5957      Branch: perl
5958            + lib/Pod/t/Usage.t
5959            ! MANIFEST
5960 ____________________________________________________________________________
5961 [ 14347] By: jhi                                   on 2002/01/19  17:57:08
5962         Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix
5963              From: Paul_GreenVOS@vos.stratus.com
5964              Date: Sat, 19 Jan 02 13:15 est
5965              Message-Id: <200201191814.NAA09367@mailhub2.stratus.com>
5966      Branch: perl
5967            ! ext/SDBM_File/sdbm.t
5968 ____________________________________________________________________________
5969 [ 14346] By: jhi                                   on 2002/01/19  17:55:55
5970         Log: Integrate perlio; Split out core of sv_magic() into sv_magicext().
5971      Branch: perl
5972           !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
5973           !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
5974 ____________________________________________________________________________
5975 [ 14345] By: gbarr                                 on 2002/01/19  16:51:23
5976         Log: Alternative Time::Local algorithm that uses matemathical formula
5977              for timegm instead of progressive guessing
5978      Branch: perl
5979            ! lib/Time/Local.pm
5980 ____________________________________________________________________________
5981 [ 14344] By: jhi                                   on 2002/01/19  16:11:09
5982         Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch
5983              From: Paul_GreenVOS@vos.stratus.com
5984              Date: Sat, 19 Jan 02 11:20 est
5985              Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
5986      Branch: perl
5987            ! ext/File/Glob/t/basic.t
5988 ____________________________________________________________________________
5989 [ 14343] By: jhi                                   on 2002/01/19  16:09:52
5990         Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS
5991              From: Paul_GreenVOS@vos.stratus.com
5992              Date: Fri, 18 Jan 02 22:56 est
5993              Message-Id: <200201190400.XAA16899@mailhub1.stratus.com>       
5994      Branch: perl
5995            ! ext/Cwd/t/cwd.t
5996 ____________________________________________________________________________
5997 [ 14342] By: jhi                                   on 2002/01/19  16:08:19
5998         Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check           
5999              From: Paul_GreenVOS@vos.stratus.com
6000              Date: Fri, 18 Jan 02 22:48 est
6001              Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
6002      Branch: perl
6003            ! lib/Time/Local.t
6004 ____________________________________________________________________________
6005 [ 14341] By: jhi                                   on 2002/01/19  16:06:56
6006         Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way
6007              From: Paul_GreenVOS@vos.stratus.com
6008              Date: Fri, 18 Jan 02 16:22 est
6009              Message-Id: <200201182125.QAA08563@mailhub1.stratus.com>
6010      Branch: perl
6011            ! ext/Devel/DProf/DProf.t
6012 ____________________________________________________________________________
6013 [ 14340] By: jhi                                   on 2002/01/19  03:00:26
6014         Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext
6015              From: Tels <perl_dummy@bloodgate.com>
6016              Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) 
6017              Message-Id: <200201182106.XAA19133@taku.hut.fi>
6018      Branch: perl
6019            ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t
6020 ____________________________________________________________________________
6021 [ 14339] By: jhi                                   on 2002/01/19  02:56:26
6022         Log: Don't do socketpair udp unless you've got all what it takes.
6023      Branch: perl
6024            ! util.c
6025 ____________________________________________________________________________
6026 [ 14338] By: jhi                                   on 2002/01/19  02:51:34
6027         Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy  
6028              From: Tels <perl_dummy@bloodgate.com>
6029              Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) 
6030              Message-Id: <200201182206.AAA15310@taku.hut.fi>
6031      Branch: perl
6032            ! lib/ExtUtils/MM_BeOS.pm
6033 ____________________________________________________________________________
6034 [ 14337] By: jhi                                   on 2002/01/19  02:48:15
6035         Log: metaconfig unit change for #14336.
6036      Branch: metaconfig
6037            ! U/modified/myhostname.U
6038 ____________________________________________________________________________
6039 [ 14336] By: jhi                                   on 2002/01/19  02:47:50
6040         Log: Avoid bare "set", and kiss .uucp goodbye.
6041      Branch: perl
6042            ! Configure
6043 ____________________________________________________________________________
6044 [ 14335] By: nick                                  on 2002/01/18  22:11:42
6045         Log: Split out core of sv_magic() into sv_magicext().
6046              sv_magic provides the extra restictions (no READONLY, only
6047              one of each type, canned set of vtables), and sv_magicext()
6048              does the actual data twiddling.
6049              Also enhances semantics of ->mg_ptr setting via name/namlen
6050              to allow either an uncopied ptr (namlen == 0), or a Newz()ed
6051              scratch area (namlen > 0 && name == NULL).
6052              sv_magicext also returns the MAGIC * it added.
6053              sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
6054              
6055              To come sv_unmagicext() - which will remove just one magic
6056              of particular type, and additionaly match against ->mg_ptr,
6057              or the MAGIC * (need to experiment as to which is more natural).
6058      Branch: perlio
6059            ! embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
6060            ! pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
6061 ____________________________________________________________________________
6062 [ 14334] By: jhi                                   on 2002/01/18  21:16:08
6063         Log: Retract #14327 for now, going to the limit seems
6064              to be too much for many platforms.
6065      Branch: perl
6066            ! lib/Time/Local.t
6067 ____________________________________________________________________________
6068 [ 14333] By: nick                                  on 2002/01/18  18:58:33
6069         Log: Integrate mainline
6070      Branch: perlio
6071           !> Changes patchlevel.h
6072 ____________________________________________________________________________
6073 [ 14332] By: nick                                  on 2002/01/18  16:19:06
6074         Log: Integrate mainline
6075      Branch: perlio
6076           +> lib/ExtUtils/Changes lib/ExtUtils/instmodsh
6077           +> lib/ExtUtils/t/hints.t t/lib/TieOut.pm
6078            - lib/ExtUtils/inst
6079           !> (integrate 32 files)
6080 ____________________________________________________________________________
6081 [ 14331] By: jhi                                   on 2002/01/18  16:09:38
6082         Log: Update Changes.
6083      Branch: perl
6084            ! Changes patchlevel.h
6085 ____________________________________________________________________________
6086 [ 14330] By: jhi                                   on 2002/01/18  15:07:49
6087         Log: Try to make the connect/read/write timeouting.
6088      Branch: perl
6089            ! ext/Socket/Socket.t
6090 ____________________________________________________________________________
6091 [ 14329] By: jhi                                   on 2002/01/18  14:49:49
6092         Log: Netware Makefile tweak from Ananth Kesari.
6093      Branch: perl
6094            ! NetWare/Makefile
6095 ____________________________________________________________________________
6096 [ 14328] By: jhi                                   on 2002/01/18  14:37:02
6097         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
6098              From: Michael G Schwern <schwern@pobox.com>
6099              Date: Fri, 18 Jan 2002 03:10:27 -0500
6100              Message-ID: <20020118081027.GE7226@blackrider>
6101      Branch: perl
6102            ! lib/File/Find.pm
6103 ____________________________________________________________________________
6104 [ 14327] By: jhi                                   on 2002/01/18  14:33:19
6105         Log: (retracted by #14334)
6106              
6107              Subject: [PATCH] Improving lib/Time/Local.t
6108              From: Paul_GreenVOS@vos.stratus.com        
6109              Date: Thu, 17 Jan 02 22:36 est
6110              Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> 
6111      Branch: perl
6112            ! lib/Time/Local.t
6113 ____________________________________________________________________________
6114 [ 14326] By: jhi                                   on 2002/01/18  14:32:08
6115         Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 
6116              From: Abe Timmerman <abe@ztreet.demon.nl>  
6117              Date: Fri, 18 Jan 2002 13:18:47 +0100
6118              Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> 
6119      Branch: perl
6120            ! lib/ExtUtils/t/MM_Win32.t
6121 ____________________________________________________________________________
6122 [ 14325] By: jhi                                   on 2002/01/18  14:30:49
6123         Log: Subject: [PATCH] Syncing with bleadperl 
6124              From: Michael G Schwern <schwern@pobox.com> 
6125              Date: Fri, 18 Jan 2002 03:04:33 -0500
6126              Message-ID: <20020118080432.GC7226@blackrider>
6127      Branch: perl
6128            + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm
6129            - lib/ExtUtils/inst
6130            ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm
6131            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
6132            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
6133            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t
6134            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t
6135            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
6136            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
6137            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
6138            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
6139            ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
6140            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t
6141            ! lib/ExtUtils/testlib.pm
6142 ____________________________________________________________________________
6143 [ 14324] By: jhi                                   on 2002/01/18  13:40:56
6144         Log: Detypo.
6145      Branch: perl
6146            ! AUTHORS
6147 ____________________________________________________________________________
6148 [ 14323] By: jhi                                   on 2002/01/18  00:35:24
6149         Log: Subject: [PATCH] MM check_hints test
6150              From: Michael G Schwern <schwern@pobox.com>
6151              Date: Thu, 17 Jan 2002 20:25:57 -0500
6152              Message-ID: <20020118012557.GE32762@blackrider>
6153      Branch: perl
6154            + lib/ExtUtils/t/hints.t
6155            ! MANIFEST
6156 ____________________________________________________________________________
6157 [ 14322] By: jhi                                   on 2002/01/18  00:21:11
6158         Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ?        
6159              From: Michael G Schwern <schwern@pobox.com> 
6160              Date: Thu, 17 Jan 2002 20:12:20 -0500
6161              Message-ID: <20020118011220.GC32762@blackrider>
6162              
6163              (#14317 replaced with this)
6164      Branch: perl
6165            ! lib/ExtUtils/MakeMaker.pm
6166 ____________________________________________________________________________
6167 [ 14321] By: jhi                                   on 2002/01/17  22:51:55
6168         Log: Subject: [PATCH perldiag] overload.pm warnings
6169              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6170              Date: Thu, 17 Jan 2002 23:53:49 +0100
6171              Message-ID: <20020117235349.A14530@rafael>
6172      Branch: perl
6173            ! pod/perldiag.pod
6174 ____________________________________________________________________________
6175 [ 14320] By: jhi                                   on 2002/01/17  22:49:36
6176         Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation
6177              From: Michael G Schwern <schwern@pobox.com>
6178              Date: Thu, 17 Jan 2002 16:35:47 -0500
6179              Message-ID: <20020117213546.GD23830@blackrider>
6180      Branch: perl
6181            ! lib/File/Find.pm
6182 ____________________________________________________________________________
6183 [ 14319] By: jhi                                   on 2002/01/17  22:43:12
6184         Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE
6185              From: chromatic <chromatic@rmci.net>
6186              Date: Thu, 17 Jan 2002 13:04:22 -0700
6187              Message-ID: <20020117200557.98720.qmail@onion.perl.org>
6188      Branch: perl
6189            ! pod/perltodo.pod
6190 ____________________________________________________________________________
6191 [ 14318] By: jhi                                   on 2002/01/17  22:42:12
6192         Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version)
6193              From: chromatic <chromatic@rmci.net>
6194              Date: Thu, 17 Jan 2002 12:59:04 -0700
6195              Message-ID: <20020117200039.96481.qmail@onion.perl.org>
6196      Branch: perl
6197            ! lib/ExtUtils/t/Mkbootstrap.t
6198 ____________________________________________________________________________
6199 [ 14317] By: jhi                                   on 2002/01/17  22:39:48
6200         Log: (replaced by #14322)
6201              The #14300 broke hints file handling.
6202      Branch: perl
6203            ! lib/ExtUtils/MakeMaker.pm
6204 ____________________________________________________________________________
6205 [ 14316] By: jhi                                   on 2002/01/17  22:14:56
6206         Log: metaconfig unit change for #14315.
6207      Branch: metaconfig/U/perl
6208            ! uselongdbl.U
6209 ____________________________________________________________________________
6210 [ 14315] By: jhi                                   on 2002/01/17  22:13:44
6211         Log: Subject: [PATCH] long doubles
6212              From: Nicholas Clark <nick@unfortu.net>
6213              Date: Thu, 17 Jan 2002 17:06:28 +0000
6214              Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net>
6215      Branch: perl
6216            ! Configure
6217 ____________________________________________________________________________
6218 [ 14314] By: jhi                                   on 2002/01/17  21:52:03
6219         Log: metaconfig unit change for #14313.
6220      Branch: metaconfig
6221            ! U/modified/i_ndbm.U
6222 ____________________________________________________________________________
6223 [ 14313] By: jhi                                   on 2002/01/17  21:51:05
6224         Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U)
6225              From: Andy Dougherty <doughera@lafayette.edu>
6226              Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST)
6227              Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu>
6228      Branch: perl
6229            ! Configure
6230 ____________________________________________________________________________
6231 [ 14312] By: nick                                  on 2002/01/17  21:38:38
6232         Log: Integrate mainline (for ndbm fixes etc.)
6233      Branch: perlio
6234           +> t/run/fresh_perl.t
6235            - t/run/kill_perl.t
6236           !> Changes MANIFEST ext/Opcode/Opcode.xs
6237           !> ext/SDBM_File/sdbm/Makefile.PL
6238           !> ext/Unicode/Normalize/Normalize.pm lib/Attribute/Handlers.pm
6239           !> lib/Attribute/Handlers/t/multi.t lib/ExtUtils/MM_Unix.pm
6240           !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
6241           !> lib/Text/Tabs.pm mg.c patchlevel.h scope.c t/io/fs.t
6242           !> t/lib/warnings/mg t/op/crypt.t t/test.pl
6243 ____________________________________________________________________________
6244 [ 14311] By: sky                                   on 2002/01/17  21:01:00
6245         Log: Simplify the code that duplicates the threads 
6246              init function and the parameters to the thread by using sv_dup. 
6247              Note,what happens if you pass a shared variable as a parameter?
6248      Branch: perl
6249            ! ext/threads/threads.xs
6250 ____________________________________________________________________________
6251 [ 14310] By: jhi                                   on 2002/01/17  15:23:56
6252         Log: Update Changes.
6253      Branch: perl
6254            ! Changes patchlevel.h
6255 ____________________________________________________________________________
6256 [ 14309] By: jhi                                   on 2002/01/17  14:39:20
6257         Log: Rename kill_perl to fresh_perl; replace fresh_perl()
6258              with fresh_perl_is() and fresh_perl_like().
6259      Branch: perl
6260            + t/run/fresh_perl.t
6261            - t/run/kill_perl.t
6262            ! MANIFEST t/test.pl
6263 ____________________________________________________________________________
6264 [ 14308] By: jhi                                   on 2002/01/17  14:06:46
6265         Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize
6266              From: Benjamin Goldberg <goldbb2@earthlink.net>
6267              Date: Wed, 09 Jan 2002 21:03:16 -0500
6268              Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
6269      Branch: perl
6270            ! ext/Unicode/Normalize/Normalize.pm
6271 ____________________________________________________________________________
6272 [ 14307] By: jhi                                   on 2002/01/17  14:04:06
6273         Log: Retract #14144 as Hugo isn't happy with it.
6274      Branch: perl
6275            ! scope.c t/run/kill_perl.t
6276 ____________________________________________________________________________
6277 [ 14306] By: jhi                                   on 2002/01/17  13:57:53
6278         Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus
6279              From: Richard Clamp <richardc@unixbeard.net>
6280              Date: Wed, 16 Jan 2002 17:34:31 +0000
6281              Message-ID: <20020116173431.GA28924@mirth.demon.co.uk>
6282      Branch: perl
6283            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
6284 ____________________________________________________________________________
6285 [ 14305] By: jhi                                   on 2002/01/17  13:32:56
6286         Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c
6287              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
6288              Date: Tue, 15 Jan 2002 21:23:30 +0100
6289              Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu>
6290      Branch: perl
6291            ! ext/Opcode/Opcode.xs
6292 ____________________________________________________________________________
6293 [ 14304] By: jhi                                   on 2002/01/16  16:55:52
6294         Log: Subject: [PATCH] Fix crypt.t and fs.t tests
6295              From: Paul_GreenVOS@vos.stratus.com
6296              Date: Wed, 16 Jan 02 6:42 est
6297              Message-Id: <200201161143.GAA02292@mailhub1.stratus.com>
6298      Branch: perl
6299            ! t/io/fs.t t/op/crypt.t
6300 ____________________________________________________________________________
6301 [ 14303] By: jhi                                   on 2002/01/16  14:55:57
6302         Log: Subject: Re: [PATCH] length of undefined $(digit) should warn    
6303              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6304              Date: Wed, 16 Jan 2002 13:43:39 +0100
6305              Message-ID: <20020116134339.A704@rafael>
6306              
6307              (replaces #14302)
6308      Branch: perl
6309            ! mg.c t/lib/warnings/mg
6310 ____________________________________________________________________________
6311 [ 14302] By: jhi                                   on 2002/01/16  13:47:58
6312         Log: (replaced by #14303)
6313              Subject: [PATCH] length of undefined $(digit) should warn
6314              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6315              Date: Tue, 15 Jan 2002 23:02:44 +0100            
6316              Message-ID: <20020115230244.A31786@rafael>     
6317      Branch: perl
6318            ! mg.c t/lib/warnings/mg
6319 ____________________________________________________________________________
6320 [ 14301] By: jhi                                   on 2002/01/16  13:45:20
6321         Log: The non-MakeMaker.pm parts of
6322              
6323              Subject: [PATCH] Re: MM_Beos.pm?
6324              From: Tels <perl_dummy@bloodgate.com>
6325              Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET)  
6326              Message-Id: <200201142006.WAA29544@taas.iki.fi>
6327      Branch: perl
6328            ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm
6329            ! lib/ExtUtils/t/MM_Unix.t
6330 ____________________________________________________________________________
6331 [ 14300] By: jhi                                   on 2002/01/16  13:40:53
6332         Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3
6333              From: Michael G Schwern <schwern@pobox.com>    
6334              Date: Tue, 15 Jan 2002 20:07:50 -0500            
6335              Message-ID: <20020116010750.GH625@blackrider>  
6336      Branch: perl
6337            ! lib/ExtUtils/MakeMaker.pm
6338 ____________________________________________________________________________
6339 [ 14299] By: jhi                                   on 2002/01/16  13:37:41
6340         Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup
6341              From: Jeffrey Friedl <jfriedl@yahoo.com>       
6342              Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST)      
6343              Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>
6344      Branch: perl
6345            ! lib/Text/Tabs.pm
6346 ____________________________________________________________________________
6347 [ 14298] By: jhi                                   on 2002/01/16  13:34:29
6348         Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm
6349              From: "Green, Paul" <Paul.Green@stratus.com>
6350              Date: Tue, 15 Jan 2002 22:28:10 -0500
6351              Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com>
6352      Branch: perl
6353            ! lib/ExtUtils/MM_Unix.pm
6354 ____________________________________________________________________________
6355 [ 14297] By: jhi                                   on 2002/01/16  13:21:26
6356         Log: Integrate perlio; offsetof() is in <stddef.h>
6357      Branch: perl
6358           !> ext/Socket/Socket.xs
6359 ____________________________________________________________________________
6360 [ 14296] By: nick                                  on 2002/01/16  13:02:29
6361         Log: offsetof() is in <stddef.h>
6362      Branch: perlio
6363            ! ext/Socket/Socket.xs
6364 ____________________________________________________________________________
6365 [ 14295] By: nick                                  on 2002/01/16  07:25:29
6366         Log: Integrate mainline
6367      Branch: perlio
6368           +> (branch 262 files)
6369            - (delete 285 files)
6370           !> (integrate 34 files)
6371 ____________________________________________________________________________
6372 [ 14294] By: jhi                                   on 2002/01/16  05:37:29
6373         Log: Jeffrey's Unicode adventure continues: unify the In/*.pl
6374              and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce
6375              Canonical.pl and Exact.pl.
6376      Branch: perl
6377            + (add 259 files)
6378            - (delete 288 files)
6379            ! MANIFEST lib/unicore/Makefile lib/unicore/Properties
6380            ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl
6381            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
6382            ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl
6383 ____________________________________________________________________________
6384 [ 14293] By: jhi                                   on 2002/01/16  00:32:27
6385         Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
6386      Branch: perl
6387            ! ext/Socket/Socket.xs
6388 ____________________________________________________________________________
6389 [ 14292] By: jhi                                   on 2002/01/15  20:06:49
6390         Log: Subject: [PATCH] Add Slab_Free to embed.fnc
6391              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
6392              Date: Tue, 15 Jan 2002 21:59:19 +0100
6393              Message-ID: <3C44A637.16602.25EB208@localhost>
6394      Branch: perl
6395            ! embed.fnc embed.h proto.h
6396 ____________________________________________________________________________
6397 [ 14291] By: jhi                                   on 2002/01/15  20:00:02
6398         Log: Duh.  The updated In/*.pl weren't checked in.
6399      Branch: perl
6400            ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl
6401            ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl
6402            ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl
6403            ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl
6404            ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl
6405            ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl
6406            ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl
6407            ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl
6408            ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl
6409            ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl
6410            ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl
6411            ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl
6412            ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl
6413            ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl
6414            ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl
6415            ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl
6416            ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl
6417            ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl
6418            ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl
6419            ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl
6420            ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl
6421            ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl
6422            ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl
6423            ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl
6424            ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl
6425            ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl
6426            ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl
6427            ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl
6428            ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl
6429            ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl
6430            ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl
6431            ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl
6432            ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl
6433            ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl
6434            ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl
6435            ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl
6436            ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl
6437            ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl
6438            ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl
6439            ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl
6440            ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl
6441            ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl
6442            ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl
6443            ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl
6444            ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl
6445            ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl
6446            ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl
6447            ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl
6448 ____________________________________________________________________________
6449 [ 14290] By: jhi                                   on 2002/01/15  18:39:54
6450         Log: Update Changes.
6451      Branch: perl
6452            ! Changes patchlevel.h
6453 ____________________________________________________________________________
6454 [ 14289] By: jhi                                   on 2002/01/15  18:38:03
6455         Log: Jeffrey is trying very hard to avoid working on his
6456              book, it would seem :-) (better naming, better comments
6457              in the files)
6458      Branch: perl
6459            + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
6460            + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
6461            + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
6462            + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
6463            - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
6464            - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
6465            - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
6466            - lib/unicore/Is/IDStart.pl
6467            ! (edit 200 files)
6468 ____________________________________________________________________________
6469 [ 14288] By: jhi                                   on 2002/01/15  17:56:29
6470         Log: metaconfig unit changes for #14287.
6471      Branch: metaconfig
6472            + U/modified/Chk_MANI.U
6473            ! U/modified/Extract.U U/modified/Finish.U
6474      Branch: metaconfig/U/perl
6475            ! Extensions.U dlsrc.U
6476 ____________________________________________________________________________
6477 [ 14287] By: jhi                                   on 2002/01/15  17:55:54
6478         Log: Some protection against spaces in directory names.
6479              (Tru64 still has some makedepend problems in such
6480              cases but that looks like Tru64's problem.)
6481      Branch: perl
6482            ! Configure Makefile.SH
6483 ____________________________________________________________________________
6484 [ 14286] By: jhi                                   on 2002/01/15  17:13:28
6485         Log: Should have been in #14285 but I have sausages for fingers.
6486      Branch: perl
6487            + lib/ExtUtils/MM_BeOS.pm
6488 ____________________________________________________________________________
6489 [ 14285] By: jhi                                   on 2002/01/15  17:12:59
6490         Log: MM_BeOS from Tels.
6491      Branch: perl
6492            + lib/ExtUtils/t/MM_BeOS.t
6493            ! MANIFEST
6494 ____________________________________________________________________________
6495 [ 14284] By: jhi                                   on 2002/01/15  15:55:53
6496         Log: Integrate perlio;
6497              
6498              (reintroduce #14251) Slab allocator for ops
6499              - moved the statics to intrpvar.h
6500              - implemented Slab_Free()
6501              - uses PerlMemShared (for now) if distinction exists.
6502              
6503              Slab allocator submit after resolve -ay to keep it!
6504              
6505              Hand merge of non slab allocator stuff
6506              
6507              const-ness fix in savepv's passing of NULL
6508              
6509              Typo in #else branch of PL_SLAB_ALLOC
6510              
6511              Integrate rest of mainline
6512              
6513              Regen embed enable slab for PERL_IMPLICIT_SYS
6514              
6515              Correct name of PL_OP_SLAB_ALLOC
6516              
6517              Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
6518              e.g. -Duse64bitint on a 32-bit platform.
6519              Now uses I32 for use-count and is more careful with its casts.
6520      Branch: perl
6521           !> (integrate 28 files)
6522 ____________________________________________________________________________
6523 [ 14283] By: pudge                                 on 2002/01/15  15:21:30
6524         Log: Add Shuck URL
6525      Branch: maint-5.6/macperl
6526            ! macos/macperl/MacPerl.podhelp
6527 ____________________________________________________________________________
6528 [ 14282] By: pudge                                 on 2002/01/15  15:21:18
6529         Log: Remove obsolete docs
6530      Branch: maint-5.6/macperl
6531            ! ext/File/Glob/Glob.pm
6532 ____________________________________________________________________________
6533 [ 14281] By: nick                                  on 2002/01/15  15:08:43
6534         Log: Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
6535              e.g. -Duse64bitint on a 32-bit platform.
6536              Now uses I32 for use-count and is more careful with its casts.
6537      Branch: perlio
6538            ! intrpvar.h op.c
6539 ____________________________________________________________________________
6540 [ 14280] By: pudge                                 on 2002/01/15  14:55:25
6541         Log: Update bundled modules.  Yow!
6542      Branch: maint-5.6/macperl
6543            + macos/bundled_ext/Compress/Zlib/constants.h
6544            + macos/bundled_ext/Compress/Zlib/constants.xs
6545            + macos/bundled_ext/Filter/Util/Call/ppport.h
6546            + macos/bundled_ext/Storable/t/compat-0.6.t
6547            + macos/bundled_ext/Storable/t/dump.pl
6548            + macos/bundled_lib/blib/lib/Mail/Mailer/qmail.pm
6549            + macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
6550            + macos/bundled_lib/blib/lib/Net/HTTPS.pm
6551            + macos/bundled_lib/blib/lib/URI/ssh.pm
6552            + macos/bundled_lib/t/Filter/Simple/ExportTest.pm
6553            + macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
6554            + macos/bundled_lib/t/Filter/Simple/FilterTest.pm
6555            + macos/bundled_lib/t/Filter/Simple/ImportTest.pm
6556            + macos/bundled_lib/t/Filter/Simple/data.t
6557            + macos/bundled_lib/t/Filter/Simple/export.t
6558            + macos/bundled_lib/t/Filter/Simple/filter_only.t
6559            + macos/bundled_lib/t/Filter/Simple/import.t
6560            + macos/bundled_lib/t/NEXT/actual.t
6561            + macos/bundled_lib/t/NEXT/actuns.t
6562            + macos/bundled_lib/t/NEXT/next.t
6563            + macos/bundled_lib/t/NEXT/unseen.t
6564            + macos/bundled_lib/t/libnet/netrc.t
6565            + macos/bundled_lib/t/libwww-perl/base/http.t
6566            + macos/bundled_lib/t/libwww-perl/live/activestate.t
6567            - macos/bundled_ext/Filter/t/FilterTest.pm
6568            - macos/bundled_ext/Storable/t/compat06.t
6569            - macos/bundled_ext/Storable/t/st-dump.pl
6570            - macos/bundled_lib/t/NEXT/test.pl
6571            - macos/bundled_lib/t/libwww-perl/live/google.t
6572            ! macos/bundled_ext/Compress/Zlib/ANNOUNCE
6573            ! macos/bundled_ext/Compress/Zlib/Makefile.PL
6574            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
6575            ! macos/bundled_ext/Compress/Zlib/README
6576            ! macos/bundled_ext/Compress/Zlib/Zlib.pm
6577            ! macos/bundled_ext/Compress/Zlib/Zlib.xs
6578            ! macos/bundled_ext/Compress/Zlib/t/examples.t
6579            ! macos/bundled_ext/Filter/Util/Call/Call.pm
6580            ! macos/bundled_ext/Filter/Util/Call/Call.xs
6581            ! macos/bundled_ext/Filter/Util/Call/Makefile.PL
6582            ! macos/bundled_ext/Filter/t/call.t
6583            ! macos/bundled_ext/Filter/t/filter-util.pl
6584            ! macos/bundled_ext/Storable/ChangeLog
6585            ! macos/bundled_ext/Storable/README
6586            ! macos/bundled_ext/Storable/Storable.pm
6587            ! macos/bundled_ext/Storable/t/blessed.t
6588            ! macos/bundled_ext/Storable/t/canonical.t
6589            ! macos/bundled_ext/Storable/t/dclone.t
6590            ! macos/bundled_ext/Storable/t/forgive.t
6591            ! macos/bundled_ext/Storable/t/freeze.t
6592            ! macos/bundled_ext/Storable/t/lock.t
6593            ! macos/bundled_ext/Storable/t/overload.t
6594            ! macos/bundled_ext/Storable/t/recurse.t
6595            ! macos/bundled_ext/Storable/t/retrieve.t
6596            ! macos/bundled_ext/Storable/t/store.t
6597            ! macos/bundled_ext/Storable/t/tied.t
6598            ! macos/bundled_ext/Storable/t/tied_hook.t
6599            ! macos/bundled_ext/Storable/t/tied_items.t
6600            ! macos/bundled_ext/Storable/t/utf8.t
6601            ! macos/bundled_lib/blib/lib/File/Sort.pm
6602            ! macos/bundled_lib/blib/lib/Filter/Simple.pm
6603            ! macos/bundled_lib/blib/lib/HTTP/Headers.pm
6604            ! macos/bundled_lib/blib/lib/HTTP/Message.pm
6605            ! macos/bundled_lib/blib/lib/HTTP/Negotiate.pm
6606            ! macos/bundled_lib/blib/lib/HTTP/Request.pm
6607            ! macos/bundled_lib/blib/lib/HTTP/Response.pm
6608            ! macos/bundled_lib/blib/lib/LWP.pm
6609            ! macos/bundled_lib/blib/lib/LWP/Authen/Digest.pm
6610            ! macos/bundled_lib/blib/lib/LWP/Protocol/http.pm
6611            ! macos/bundled_lib/blib/lib/LWP/Protocol/https.pm
6612            ! macos/bundled_lib/blib/lib/LWP/UserAgent.pm
6613            ! macos/bundled_lib/blib/lib/Mail/Address.pm
6614            ! macos/bundled_lib/blib/lib/Mail/Cap.pm
6615            ! macos/bundled_lib/blib/lib/Mail/Field.pm
6616            ! macos/bundled_lib/blib/lib/Mail/Field/AddrList.pm
6617            ! macos/bundled_lib/blib/lib/Mail/Field/Date.pm
6618            ! macos/bundled_lib/blib/lib/Mail/Filter.pm
6619            ! macos/bundled_lib/blib/lib/Mail/Header.pm
6620            ! macos/bundled_lib/blib/lib/Mail/Internet.pm
6621            ! macos/bundled_lib/blib/lib/Mail/Mailer.pm
6622            ! macos/bundled_lib/blib/lib/Mail/Mailer/test.pm
6623            ! macos/bundled_lib/blib/lib/Mail/Send.pm
6624            ! macos/bundled_lib/blib/lib/Mail/Util.pm
6625            ! macos/bundled_lib/blib/lib/NEXT.pm
6626            ! macos/bundled_lib/blib/lib/Net/Config.pm
6627            ! macos/bundled_lib/blib/lib/Net/Domain.pm
6628            ! macos/bundled_lib/blib/lib/Net/FTP.pm
6629            ! macos/bundled_lib/blib/lib/Net/FTP/E.pm
6630            ! macos/bundled_lib/blib/lib/Net/FTP/L.pm
6631            ! macos/bundled_lib/blib/lib/Net/HTTP.pm
6632            ! macos/bundled_lib/blib/lib/Net/NNTP.pm
6633            ! macos/bundled_lib/blib/lib/Net/POP3.pm
6634            ! macos/bundled_lib/blib/lib/Net/SMTP.pm
6635            ! macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
6636            ! macos/bundled_lib/blib/lib/Switch.pm
6637            ! macos/bundled_lib/blib/lib/Text/Balanced.pm
6638            ! macos/bundled_lib/blib/lib/URI/Escape.pm
6639            ! macos/bundled_lib/blib/lib/URI/ftp.pm
6640            ! macos/bundled_lib/blib/lib/lwpcook.pod
6641            ! macos/bundled_lib/t/Filter/Simple/filter.t
6642            ! macos/bundled_lib/t/Switch/t/nested.t
6643            ! macos/bundled_lib/t/Text/Balanced/t/extbrk.t
6644            ! macos/bundled_lib/t/Text/Balanced/t/extcbk.t
6645            ! macos/bundled_lib/t/Text/Balanced/t/extdel.t
6646            ! macos/bundled_lib/t/Text/Balanced/t/extmul.t
6647            ! macos/bundled_lib/t/Text/Balanced/t/extqlk.t
6648            ! macos/bundled_lib/t/Text/Balanced/t/exttag.t
6649            ! macos/bundled_lib/t/Text/Balanced/t/extvar.t
6650            ! macos/bundled_lib/t/Text/Balanced/t/gentag.t
6651            ! macos/bundled_lib/t/libnet/config.t
6652            ! macos/bundled_lib/t/libnet/ftp.t
6653            ! macos/bundled_lib/t/libnet/hostname.t
6654            ! macos/bundled_lib/t/libnet/nntp.t
6655            ! macos/bundled_lib/t/libnet/require.t
6656            ! macos/bundled_lib/t/libnet/smtp.t
6657            ! macos/bundled_lib/t/libwww-perl/base/headers.t
6658            ! macos/bundled_lib/t/libwww-perl/base/negotiate.t
6659            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
6660            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
6661            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
6662            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
6663            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
6664            ! macos/bundled_lib/t/libwww-perl/live/validator.t
6665            ! macos/lib/Mac/AppleEvents/Simple.pm macos/lib/Mac/Glue.pm
6666 ____________________________________________________________________________
6667 [ 14279] By: jhi                                   on 2002/01/15  14:43:04
6668         Log: Subject: [PATCH] Socket::sockaddr_family
6669              From: Gisle Aas <gisle@ActiveState.com> 
6670              Date: 15 Jan 2002 06:35:28 -0800
6671              Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
6672      Branch: perl
6673            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
6674 ____________________________________________________________________________
6675 [ 14278] By: jhi                                   on 2002/01/15  14:37:34
6676         Log: Subject: [PATCH perldiag] Style issue
6677              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6678              Date: Tue, 15 Jan 2002 15:36:30 +0100                
6679              Message-ID: <20020115153630.A11568@rafael>
6680      Branch: perl
6681            ! pod/perldiag.pod
6682 ____________________________________________________________________________
6683 [ 14277] By: nick                                  on 2002/01/15  14:30:51
6684         Log: Correct name of PL_OP_SLAB_ALLOC
6685      Branch: perlio
6686            ! perl.h
6687 ____________________________________________________________________________
6688 [ 14276] By: jhi                                   on 2002/01/15  14:22:38
6689         Log: NetWare tweak from Ananth Kesari.
6690      Branch: perl
6691            ! lib/ExtUtils/MakeMaker.pm
6692 ____________________________________________________________________________
6693 [ 14275] By: jhi                                   on 2002/01/15  14:19:43
6694         Log: Throwback.
6695      Branch: perl
6696            ! MANIFEST
6697 ____________________________________________________________________________
6698 [ 14274] By: jhi                                   on 2002/01/15  14:16:28
6699         Log: A couple of additional character classes from Jeffrey,
6700              hopefully useful in future for internal use for implementing
6701              some special cases of casing.
6702              
6703              Also regenerate once more all the character classes,
6704              now without the timestamp.  A timestamp would be kind of
6705              nice but it's not: having a timestamp in a file means that
6706              even if the effective contents of file really didn't
6707              change, the file looks as if it changed.
6708      Branch: perl
6709            + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
6710            + lib/unicore/Is/CombAbov.pl
6711            ! (edit 304 files)
6712 ____________________________________________________________________________
6713 [ 14273] By: jhi                                   on 2002/01/15  13:53:01
6714         Log: Make the test harder.
6715      Branch: perl
6716            ! t/op/pat.t
6717 ____________________________________________________________________________
6718 [ 14272] By: jhi                                   on 2002/01/15  13:51:11
6719         Log: Additional utf8_heavy.pl tweak from Jeffrey.
6720      Branch: perl
6721            ! lib/utf8_heavy.pl
6722 ____________________________________________________________________________
6723 [ 14271] By: nick                                  on 2002/01/15  11:29:47
6724         Log: Regen embed enable slab for PERL_IMPLICIT_SYS
6725      Branch: perlio
6726            ! embed.h embedvar.h global.sym perl.h perlapi.c perlapi.h
6727            ! pod/perlapi.pod pod/perlintern.pod proto.h toke.c
6728 ____________________________________________________________________________
6729 [ 14270] By: nick                                  on 2002/01/15  08:19:08
6730         Log: Integrate rest of mainline
6731      Branch: perlio
6732           !> (integrate 28 files)
6733 ____________________________________________________________________________
6734 [ 14269] By: nick                                  on 2002/01/15  08:02:44
6735         Log: Typo in #else branch of PL_SLAB_ALLOC
6736      Branch: perlio
6737            ! op.c
6738 ____________________________________________________________________________
6739 [ 14268] By: nick                                  on 2002/01/15  07:57:47
6740         Log: const-ness fix in savepv's passing of NULL
6741      Branch: perlio
6742            ! util.c
6743 ____________________________________________________________________________
6744 [ 14267] By: nick                                  on 2002/01/15  07:42:17
6745         Log: Hand merge of non slab allocator stuff
6746      Branch: perlio
6747            ! op.c
6748 ____________________________________________________________________________
6749 [ 14266] By: nick                                  on 2002/01/15  07:39:33
6750         Log: Slab allocator submit after resolve -ay to keep it!
6751      Branch: perlio
6752           !> op.c
6753 ____________________________________________________________________________
6754 [ 14265] By: nick                                  on 2002/01/15  07:05:06
6755         Log: Blind integrate of bulk of mainline.
6756      Branch: perlio
6757           +> (branch 173 files)
6758            - (delete 184 files)
6759           !> (integrate 146 files)
6760 ____________________________________________________________________________
6761 [ 14264] By: jhi                                   on 2002/01/15  04:19:11
6762         Log: Pod nits.
6763      Branch: perl
6764            ! lib/Unicode/UCD.pm pod/perlunicode.pod
6765 ____________________________________________________________________________
6766 [ 14263] By: jhi                                   on 2002/01/15  02:14:29
6767         Log: The Unicode categories doc patch to go with #14254,
6768              from Jeffrey.
6769      Branch: perl
6770            ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
6771 ____________________________________________________________________________
6772 [ 14262] By: jhi                                   on 2002/01/15  01:30:09
6773         Log: There isn't going to be perl.third.exe.
6774      Branch: perl
6775            ! Makefile.SH
6776 ____________________________________________________________________________
6777 [ 14261] By: jhi                                   on 2002/01/15  01:25:11
6778         Log: Subject: [PATCH] small coredump correction
6779              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6780              Date: Tue, 15 Jan 2002 00:22:52 +0100
6781              Message-ID: <20020115002252.I691@rafael>
6782      Branch: perl
6783            ! op.c
6784 ____________________________________________________________________________
6785 [ 14260] By: jhi                                   on 2002/01/15  01:23:53
6786         Log: Subject: [PATCH] Overriding readline() should also override <FH>     
6787              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6788              Date: Mon, 14 Jan 2002 23:03:04 +0100
6789              Message-ID: <20020114230304.A691@rafael>   
6790              
6791              Subject: Re: [PATCH] Overriding readline() should also override <FH> 
6792              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6793              Date: Mon, 14 Jan 2002 23:18:43 +0100
6794              Message-ID: <20020114231843.E691@rafael>   
6795      Branch: perl
6796            ! pod/perlsub.pod t/op/override.t toke.c
6797 ____________________________________________________________________________
6798 [ 14259] By: nick                                  on 2002/01/14  22:02:49
6799         Log: Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
6800              Need to use CopXXXXX macros everywhere and add CopSTASH_free
6801              Add new scope type and add support for it to scope.c and scope stack
6802              dup-er in sv.c. Add savesharedpv().
6803              Also zealous version of Win32's vmem.h to catch all the abuses.
6804              With this t/op/fork.t passes even with zealous checking and 
6805              checker is point a finger at various threads/shared issues.
6806              
6807              PL_curcop->cop_io is still an issue.
6808      Branch: perlio
6809            ! cop.h embed.fnc embed.h embedvar.h global.sym op.c op.h perl.c
6810            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod proto.h
6811            ! scope.c scope.h sv.c toke.c util.c win32/config_H.vc
6812            ! win32/config_h.PL win32/perlhost.h win32/perllib.c
6813            ! win32/vmem.h win32/win32.c win32/win32.h
6814 ____________________________________________________________________________
6815 [ 14258] By: nick                                  on 2002/01/14  20:24:28
6816         Log: Integrate build parts of mainline
6817      Branch: perlio
6818           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/t/MM_Unix.t
6819           !> lib/ExtUtils/t/MM_Win32.t
6820 ____________________________________________________________________________
6821 [ 14257] By: nick                                  on 2002/01/14  16:10:54
6822         Log: Inverted sense of special-ness of specialCopIO - supposed to 
6823              be true if value is "special" i.e. NOT an SV.
6824      Branch: perlio
6825            ! perlio.h
6826 ____________________________________________________________________________
6827 [ 14256] By: jhi                                   on 2002/01/14  14:42:12
6828         Log: Update Changes.
6829      Branch: perl
6830            ! Changes patchlevel.h
6831 ____________________________________________________________________________
6832 [ 14255] By: jhi                                   on 2002/01/14  14:04:24
6833         Log: Retract #14251 (the op slab allocator from perlio)
6834              until we figure out why 2.2.19 x86 debian gets
6835              a circular sibling chain and therefore hangs in
6836              the Perl_ck_subr() sibling for-loop.
6837      Branch: perl
6838            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
6839            ! perlapi.c perlapi.h proto.h
6840 ____________________________________________________________________________
6841 [ 14254] By: jhi                                   on 2002/01/14  13:25:07
6842         Log: Big mktables rewrite from Jeffrey;
6843              documentation not yet updated.
6844      Branch: perl
6845            + (add 171 files)
6846            - (delete 182 files)
6847            ! (edit 135 files)
6848 ____________________________________________________________________________
6849 [ 14253] By: ams                                   on 2002/01/14  03:15:05
6850         Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
6851              From: Michael G Schwern <schwern@pobox.com>
6852              Date: Sun, 13 Jan 2002 21:00:07 -0500
6853              Message-Id: <20020114020007.GB2877@blackrider>
6854      Branch: perl
6855            ! lib/Cwd.pm
6856 ____________________________________________________________________________
6857 [ 14252] By: jhi                                   on 2002/01/14  00:27:41
6858         Log: Subject: Re: Win32 status - progress !
6859              From: Abe Timmerman <abe@ztreet.demon.nl>       
6860              Date: Mon, 14 Jan 2002 02:29:51 +0100
6861              Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
6862      Branch: perl
6863            ! lib/ExtUtils/t/MM_Win32.t
6864 ____________________________________________________________________________
6865 [ 14251] By: jhi                                   on 2002/01/13  23:30:05
6866         Log: Integrate perlio.
6867              
6868              Slab allocator for ops
6869              - moved the statics to intrpvar.h
6870              - implemented Slab_Free()
6871              - uses PerlMemShared (for now) if distinction exists.
6872      Branch: perl
6873           !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
6874           !> perlapi.c perlapi.h proto.h
6875 ____________________________________________________________________________
6876 [ 14250] By: nick                                  on 2002/01/13  23:22:34
6877         Log: Slab allocator for ops
6878              - moved the statics to intrpvar.h
6879              - implemented Slab_Free()
6880              - uses PerlMemShared (for now) if distinction exists.
6881      Branch: perlio
6882            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
6883            ! perlapi.c perlapi.h proto.h
6884 ____________________________________________________________________________
6885 [ 14249] By: jhi                                   on 2002/01/13  19:55:10
6886         Log: Start a new test category: uni.  Much of t/op/pat
6887              should probably be moved here, but holding on that
6888              until Jeffrey finishes his big mktables rewrite.
6889              Bits and pieces of op/split, op/pack, op/append,
6890              op/join, could probably be moved to respective uni
6891              tests, too.
6892      Branch: perl
6893            + t/uni/fold.t t/uni/sprintf.t
6894            - t/op/unifold.t t/op/unisprintf.t
6895            ! MANIFEST t/TEST t/harness
6896 ____________________________________________________________________________
6897 [ 14248] By: jhi                                   on 2002/01/13  19:52:02
6898         Log: Subject: [PATCH] enable Win32 to build again
6899              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
6900              Date: Sun, 13 Jan 2002 21:49:24 +0100
6901              Message-ID: <3C4200E4.15926.23F6131@localhost>
6902              
6903              miniperl.exe.exe does not exe that well.
6904      Branch: perl
6905            ! lib/ExtUtils/MM_Unix.pm
6906 ____________________________________________________________________________
6907 [ 14247] By: jhi                                   on 2002/01/13  19:50:23
6908         Log: Mention some of the load-affected tests.
6909      Branch: perl
6910            ! INSTALL
6911 ____________________________________________________________________________
6912 [ 14246] By: jhi                                   on 2002/01/13  19:38:17
6913         Log: Move the UTF-8 conversion code earlier so that
6914              op/ver is happy.
6915      Branch: perl
6916            ! sv.c t/op/ver.t
6917 ____________________________________________________________________________
6918 [ 14245] By: jhi                                   on 2002/01/13  19:19:59
6919         Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
6920              have diverged quite a bit so no updates there.
6921      Branch: perl
6922            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
6923            ! ext/List/Util/lib/List/Util.pm
6924            ! ext/List/Util/lib/Scalar/Util.pm
6925 ____________________________________________________________________________
6926 [ 14244] By: jhi                                   on 2002/01/13  18:27:00
6927         Log: Make the crypt() pickier: if downgrading doesn't work,
6928              croak.
6929      Branch: perl
6930            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
6931 ____________________________________________________________________________
6932 [ 14243] By: jhi                                   on 2002/01/13  18:12:23
6933         Log: Grow the buffer in case Unicode caused size changes
6934              (and it very probably did).
6935      Branch: perl
6936            ! sv.c
6937 ____________________________________________________________________________
6938 [ 14242] By: jhi                                   on 2002/01/13  17:46:45
6939         Log: Future-proofing from Jeffrey Friedl (for conflicting
6940              In* and Is* names).
6941      Branch: perl
6942            ! lib/utf8_heavy.pl
6943 ____________________________________________________________________________
6944 [ 14241] By: jhi                                   on 2002/01/13  17:40:29
6945         Log: Subject: [PATCH] Re: Warning in B.xs
6946              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
6947              Date: Sun, 13 Jan 2002 19:39:52 +0100
6948              Message-ID: <3C41E288.20562.1C8C895@localhost>
6949      Branch: perl
6950            ! ext/B/B.xs
6951 ____________________________________________________________________________
6952 [ 14240] By: jhi                                   on 2002/01/13  17:35:48
6953         Log: Subject: Re: lookbehind broken with latest bleedperl
6954              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6955              Date: Sun, 13 Jan 2002 18:06:22 +0000
6956              Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
6957      Branch: perl
6958            ! regexec.c t/op/re_tests
6959 ____________________________________________________________________________
6960 [ 14239] By: jhi                                   on 2002/01/13  17:24:51
6961         Log: Subject: [PATCH] more MM_Unix.t tests
6962              From: Tels <perl_dummy@bloodgate.com>
6963              Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
6964              Message-Id: <200201131621.SAA17925@tiku.hut.fi>
6965              
6966              Subject: [PATCH] 14220 misunderstood, I bet          
6967              From: andreas.koenig@anima.de (Andreas J. Koenig)
6968              Date: 12 Jan 2002 21:31:58 +0100
6969              Message-ID: <m3k7un8g5d.fsf@anima.de>
6970      Branch: perl
6971            ! lib/ExtUtils/t/MM_Unix.t
6972 ____________________________________________________________________________
6973 [ 14238] By: jhi                                   on 2002/01/13  17:14:25
6974         Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
6975              From: Tels <perl_dummy@bloodgate.com>
6976              Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
6977              Message-Id: <200201131602.SAA15687@tiku.hut.fi>
6978              
6979              Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
6980              From: Tels <perl_dummy@bloodgate.com>
6981              Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
6982              Message-Id: <200201131610.SAA18974@tiku.hut.fi>
6983      Branch: perl
6984            ! lib/ExtUtils/MM_Unix.pm
6985 ____________________________________________________________________________
6986 [ 14237] By: jhi                                   on 2002/01/13  17:12:04
6987         Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
6988              From: Nicholas Clark <nick@unfortu.net> 
6989              Date: Sun, 13 Jan 2002 15:58:34 +0000
6990              Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
6991      Branch: perl
6992            ! lib/Benchmark.t
6993 ____________________________________________________________________________
6994 [ 14236] By: jhi                                   on 2002/01/13  17:08:18
6995         Log: Anton Berezin did more reading and the uid setting story
6996              gets more complex.
6997      Branch: perl
6998            ! pod/perltodo.pod utils/perldoc.PL
6999 ____________________________________________________________________________
7000 [ 14235] By: jhi                                   on 2002/01/13  16:45:52
7001         Log: Integrate perlio;
7002              
7003              Win32 fixes:
7004              - vmem.h hack to handle free-by-wrong-thread after eval "".
7005              - Initialize timerid 
7006      Branch: perl
7007           !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
7008 ____________________________________________________________________________
7009 [ 14234] By: jhi                                   on 2002/01/13  16:44:07
7010         Log: Subject: Re: HiRes
7011              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7012              Date: Sun, 13 Jan 2002 10:18:46 +0100
7013              Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
7014              
7015              Give up on socketpair in HP-UX.
7016      Branch: perl
7017            ! ext/Socket/socketpair.t
7018 ____________________________________________________________________________
7019 [ 14233] By: nick                                  on 2002/01/13  16:29:30
7020         Log: Integrate mainline
7021      Branch: perlio
7022           +> ext/B/C/C.xs ext/B/C/Makefile.PL t/op/unisprintf.t
7023           !> (integrate 46 files)
7024 ____________________________________________________________________________
7025 [ 14232] By: nick                                  on 2002/01/13  15:37:48
7026         Log: Win32 fixes:
7027              - vmem.h hack to handle free-by-wrong-thread after eval "".
7028              - Initialize timerid 
7029      Branch: perlio
7030            ! win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
7031 ____________________________________________________________________________
7032 [ 14231] By: jhi                                   on 2002/01/13  05:15:01
7033         Log: *groan*
7034      Branch: perl
7035            ! t/op/pat.t
7036 ____________________________________________________________________________
7037 [ 14230] By: jhi                                   on 2002/01/13  05:13:03
7038         Log: One more sharp s case found by Jeffrey.
7039      Branch: perl
7040            ! regexec.c t/op/pat.t
7041 ____________________________________________________________________________
7042 [ 14229] By: jhi                                   on 2002/01/13  04:43:33
7043         Log: Comment tweak.
7044      Branch: perl
7045            ! regexec.c
7046 ____________________________________________________________________________
7047 [ 14228] By: jhi                                   on 2002/01/13  04:30:45
7048         Log: Don't bother checking for the Greek special
7049              cases if the node is too short.
7050      Branch: perl
7051            ! regcomp.c
7052 ____________________________________________________________________________
7053 [ 14227] By: jhi                                   on 2002/01/12  21:00:04
7054         Log: Update Changes.
7055      Branch: perl
7056            ! Changes patchlevel.h
7057 ____________________________________________________________________________
7058 [ 14226] By: jhi                                   on 2002/01/12  20:28:23
7059         Log: metaconfig unit change for #14225.
7060      Branch: metaconfig
7061            + U/modified/i_ndbm.U
7062 ____________________________________________________________________________
7063 [ 14225] By: jhi                                   on 2002/01/12  20:28:05
7064         Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
7065              From: Jonathan Stowe <gellyfish@gellyfish.com>
7066              Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
7067              Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
7068      Branch: perl
7069            ! Configure config_h.SH
7070 ____________________________________________________________________________
7071 [ 14224] By: jhi                                   on 2002/01/12  20:18:02
7072         Log: Quick reformat using indent -kr -nce, as requested
7073              by Dan Kogai and suggest by NI-S.
7074      Branch: perl
7075            ! ext/Encode/encengine.c
7076 ____________________________________________________________________________
7077 [ 14223] By: jhi                                   on 2002/01/12  20:08:54
7078         Log: Couple more Unicode lookbehind tests.
7079      Branch: perl
7080            ! t/op/pat.t
7081 ____________________________________________________________________________
7082 [ 14222] By: jhi                                   on 2002/01/12  20:05:29
7083         Log: Sharp S as a special treat for our German UTF-8 testers :-)
7084      Branch: perl
7085            ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
7086 ____________________________________________________________________________
7087 [ 14221] By: jhi                                   on 2002/01/12  18:38:54
7088         Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
7089              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
7090              Date: Sat, 12 Jan 2002 20:37:32 +0100
7091              Message-ID: <3C409E8C.16203.196C2D3@localhost>
7092      Branch: perl
7093            ! ext/B/B/Deparse.pm
7094 ____________________________________________________________________________
7095 [ 14220] By: jhi                                   on 2002/01/12  18:27:32
7096         Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
7097              really worth the bits it's printed on?
7098      Branch: perl
7099            ! lib/ExtUtils/t/MM_Unix.t
7100 ____________________________________________________________________________
7101 [ 14219] By: jhi                                   on 2002/01/12  18:06:49
7102         Log: Special treatment for U+03B0 and U+0390 in //i,
7103              this means that we can remove the minlen pessimisations
7104              introduced by the #14096.
7105      Branch: perl
7106            ! pp_hot.c regcomp.c regexec.c
7107 ____________________________________________________________________________
7108 [ 14218] By: jhi                                   on 2002/01/12  16:14:52
7109         Log: Integrate perlio;
7110              
7111              Abstract out the cloning of SvPVX and handle shared pv in a 
7112              safe (if suboptimal) manner. Does not fix op/fork.t :-(
7113              
7114              Win32-ize socketpair test
7115              - Win32 can fork even though $Config{d_fork} is undef
7116              - SOCK_DGRAM does not work - skip those tests.
7117      Branch: perl
7118           !> ext/Socket/socketpair.t sv.c
7119 ____________________________________________________________________________
7120 [ 14217] By: jhi                                   on 2002/01/12  16:09:59
7121         Log: One should first drop the real uid, not the effective uid.
7122              [ID 20020110.003]
7123      Branch: perl
7124            ! utils/perldoc.PL
7125 ____________________________________________________________________________
7126 [ 14216] By: jhi                                   on 2002/01/12  15:50:38
7127         Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
7128              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
7129              Date: Fri, 11 Jan 2002 23:29:48 +0100
7130              Message-ID: <3C3F756C.4581.2E2A938@localhost>
7131      Branch: perl
7132            + ext/B/C/C.xs ext/B/C/Makefile.PL
7133            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
7134            ! utils/perlcc.PL
7135 ____________________________________________________________________________
7136 [ 14215] By: jhi                                   on 2002/01/12  15:22:01
7137         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
7138              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
7139              Date: Fri, 11 Jan 2002 14:29:30 -0800
7140              Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
7141      Branch: perl
7142            ! ext/B/t/concise.t
7143 ____________________________________________________________________________
7144 [ 14214] By: nick                                  on 2002/01/12  12:31:12
7145         Log: Win32-ize socketpair test
7146              - Win32 can fork even though $Config{d_fork} is undef
7147              - SOCK_DGRAM does not work - skip those tests.
7148      Branch: perlio
7149            ! ext/Socket/socketpair.t
7150 ____________________________________________________________________________
7151 [ 14213] By: nick                                  on 2002/01/12  11:46:28
7152         Log: Abstract out the cloning of SvPVX and handle shared pv in a 
7153              safe (if suboptimal) manner. Does not fix op/fork.t :-(
7154      Branch: perlio
7155            ! sv.c
7156 ____________________________________________________________________________
7157 [ 14212] By: ams                                   on 2002/01/12  06:10:52
7158         Log: Subject: [PATCH] More fixes for Stratus VOS
7159              From: "Green, Paul" <Paul.Green@stratus.com>
7160              Date: Fri, 11 Jan 2002 17:30:37 -0500
7161              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
7162      Branch: perl
7163            ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
7164 ____________________________________________________________________________
7165 [ 14211] By: jhi                                   on 2002/01/12  06:01:29
7166         Log: Upgrade to CGI.pm 2.80.
7167      Branch: perl
7168            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
7169 ____________________________________________________________________________
7170 [ 14210] By: jhi                                   on 2002/01/12  05:57:36
7171         Log: FAQ sync.
7172      Branch: perl
7173            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
7174            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
7175            ! pod/perlfaq8.pod
7176 ____________________________________________________________________________
7177 [ 14209] By: jhi                                   on 2002/01/12  05:54:24
7178         Log: This is getting embarrassing.
7179      Branch: perl
7180            ! t/op/pat.t
7181 ____________________________________________________________________________
7182 [ 14208] By: jhi                                   on 2002/01/12  05:30:03
7183         Log: Doc tweaks.
7184      Branch: perl
7185            ! pod/perlunicode.pod
7186 ____________________________________________________________________________
7187 [ 14207] By: jhi                                   on 2002/01/12  05:16:55
7188         Log: Updating the test count is good; also rephrasing
7189              so that there is no ok output containing "not".
7190      Branch: perl
7191            ! t/op/pat.t
7192 ____________________________________________________________________________
7193 [ 14206] By: jhi                                   on 2002/01/12  05:11:20
7194         Log: Andreas is busy :-)
7195      Branch: perl
7196            ! doop.c t/op/unisprintf.t
7197 ____________________________________________________________________________
7198 [ 14205] By: jhi                                   on 2002/01/12  04:55:20
7199         Log: Unicode lookbehind looked bad.
7200      Branch: perl
7201            ! regexec.c t/op/pat.t
7202 ____________________________________________________________________________
7203 [ 14204] By: jhi                                   on 2002/01/12  01:43:48
7204         Log: Garbage collection.
7205      Branch: perl
7206            ! t/run/kill_perl.t
7207 ____________________________________________________________________________
7208 [ 14203] By: jhi                                   on 2002/01/12  00:10:51
7209         Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
7210              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
7211              Date: Fri, 11 Jan 2002 23:29:48 +0100
7212              Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
7213      Branch: perl
7214            ! embed.fnc global.sym makedef.pl
7215 ____________________________________________________________________________
7216 [ 14202] By: jhi                                   on 2002/01/12  00:07:41
7217         Log: Subject: [PATCH] perldelta nit?
7218              From: Robert Spier <rspier@pobox.com>
7219              Date: Fri, 11 Jan 2002 15:19:16 -0800
7220              Message-ID: <15423.29428.164185.251700@rls.cx>
7221      Branch: perl
7222            ! pod/perldelta.pod
7223 ____________________________________________________________________________
7224 [ 14201] By: jhi                                   on 2002/01/12  00:06:02
7225         Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
7226              From: Michael G Schwern <schwern@pobox.com>
7227              Date: Fri, 11 Jan 2002 17:08:17 -0500
7228              Message-ID: <20020111220817.GG2838@blackrider>
7229      Branch: perl
7230            ! t/run/kill_perl.t t/test.pl
7231 ____________________________________________________________________________
7232 [ 14200] By: jhi                                   on 2002/01/12  00:02:05
7233         Log: Subject: [PATCH] Correct misleading error message
7234              From: Mike Guy <mjtg@cam.ac.uk>
7235              Date: Fri, 11 Jan 2002 18:36:33 +0000
7236              Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
7237              
7238              hash assignment -> anonymous hash
7239      Branch: perl
7240            ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
7241 ____________________________________________________________________________
7242 [ 14199] By: jhi                                   on 2002/01/11  23:58:00
7243         Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
7244              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
7245              Date: Fri, 11 Jan 2002 16:58:14 +0100
7246              Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
7247      Branch: perl
7248            ! ext/Unicode/Normalize/mkheader
7249 ____________________________________________________________________________
7250 [ 14198] By: jhi                                   on 2002/01/11  23:53:05
7251         Log: Add a new test for is-sprintf-preserving Unicodeness:
7252              #14194 and an old one from kill_perl.t (I could have used
7253              sprintf.t, but it's format was quite fixed, and I didn't
7254              feel like breaking the format)
7255      Branch: perl
7256            + t/op/unisprintf.t
7257            ! MANIFEST t/run/kill_perl.t
7258 ____________________________________________________________________________
7259 [ 14197] By: jhi                                   on 2002/01/11  21:48:49
7260         Log: Integrate perlio;
7261              Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
7262      Branch: perl
7263           !> win32/win32.c
7264 ____________________________________________________________________________
7265 [ 14196] By: nick                                  on 2002/01/11  20:58:20
7266         Log: Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
7267              as C runtime seems to get its hands on them even though we said
7268              they were handled.
7269              Still an issue with "die" out of signal handler - get panic: pp_iter
7270      Branch: perlio
7271            ! win32/win32.c
7272 ____________________________________________________________________________
7273 [ 14195] By: jhi                                   on 2002/01/11  20:07:35
7274         Log: Integrate perlio;
7275              A mostly-stable version of "new" Win32 signal/kill support.
7276      Branch: perl
7277           !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
7278           !> win32/config.gc win32/config.vc win32/config_H.bc
7279           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
7280           !> win32/makefile.mk win32/win32.c win32/win32.h
7281 ____________________________________________________________________________
7282 [ 14194] By: jhi                                   on 2002/01/11  20:04:26
7283         Log: Fix for
7284              
7285              Subject: UTF-8 sprintf bug in bleadperl
7286              From: andreas.koenig@anima.de (Andreas J. Koenig)
7287              Date: 11 Jan 2002 15:47:15 +0100
7288              Message-ID: <m3vge99c7g.fsf@anima.de>
7289              
7290              I have tests, have just to figure out where to put them
7291              since op/sprintf looks a bit unfriendly for tests of
7292              somewhat freer form.
7293      Branch: perl
7294            ! doop.c sv.c
7295 ____________________________________________________________________________
7296 [ 14193] By: nick                                  on 2002/01/11  18:25:34
7297         Log: Integrate mainline (on Win32 - risky) for vmem.h stuff
7298              Builds and passes a few tests.
7299      Branch: perlio
7300           +> ext/B/t/concise.t lib/Test/Harness/Assert.pm
7301           +> lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
7302           +> lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
7303           +> lib/Test/Harness/t/callback.t lib/Test/Harness/t/nonumbers.t
7304           +> lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
7305           +> lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
7306           +> t/lib/sample-tests/lone_not_bug
7307           +> t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
7308           +> t/lib/sample-tests/vms_nit
7309           !> (integrate 63 files)
7310 ____________________________________________________________________________
7311 [ 14192] By: nick                                  on 2002/01/11  17:49:39
7312         Log: A mostly-stable version of "new" Win32 signal/kill support.
7313      Branch: perlio
7314            ! XSUB.h mg.c win32/config.bc win32/config.gc win32/config.vc
7315            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7316            ! win32/config_h.PL win32/makefile.mk win32/win32.c
7317            ! win32/win32.h
7318 ____________________________________________________________________________
7319 [ 14191] By: jhi                                   on 2002/01/11  15:34:53
7320         Log: Update Changes.
7321      Branch: perl
7322            ! Changes patchlevel.h
7323 ____________________________________________________________________________
7324 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
7325         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
7326              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
7327              Date: Thu, 10 Jan 2002 18:21:34 -0800
7328              Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
7329      Branch: perl
7330            + ext/B/t/concise.t
7331            ! MANIFEST
7332 ____________________________________________________________________________
7333 [ 14189] By: jhi                                   on 2002/01/11  14:51:11
7334         Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
7335              necessary in form.t and html.t @INC setups.
7336      Branch: perl
7337            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
7338 ____________________________________________________________________________
7339 [ 14188] By: jhi                                   on 2002/01/11  14:31:17
7340         Log: Yet another twist.
7341      Branch: perl
7342            ! t/test.pl
7343 ____________________________________________________________________________
7344 [ 14187] By: jhi                                   on 2002/01/11  14:14:12
7345         Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
7346              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7347              Date: Fri, 11 Jan 2002 13:04:15 +0100      
7348              Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
7349      Branch: perl
7350            ! hints/aix.sh
7351 ____________________________________________________________________________
7352 [ 14186] By: jhi                                   on 2002/01/11  14:13:02
7353         Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
7354              From: Jonathan Stowe <gellyfish@gellyfish.com> 
7355              Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
7356              Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
7357      Branch: perl
7358            ! lib/AnyDBM_File.t
7359 ____________________________________________________________________________
7360 [ 14185] By: jhi                                   on 2002/01/11  14:10:01
7361         Log: Arguments were being mangled.
7362      Branch: perl
7363            ! t/test.pl
7364 ____________________________________________________________________________
7365 [ 14184] By: jhi                                   on 2002/01/11  14:05:53
7366         Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
7367              From: Jonathan Stowe <gellyfish@gellyfish.com>
7368              Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
7369              Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
7370      Branch: perl
7371            ! lib/AnyDBM_File.t
7372 ____________________________________________________________________________
7373 [ 14183] By: jhi                                   on 2002/01/11  13:59:22
7374         Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
7375              From: Michael G Schwern <schwern@pobox.com> 
7376              Date: Fri, 11 Jan 2002 04:26:27 -0500
7377              Message-ID: <20020111092626.GA16544@blackrider>
7378      Branch: perl
7379            ! t/run/kill_perl.t t/test.pl
7380 ____________________________________________________________________________
7381 [ 14182] By: jhi                                   on 2002/01/11  13:57:59
7382         Log: Subject: [PATCH] Test::Harness 2.01
7383              From: Michael G Schwern <schwern@pobox.com> 
7384              Date: Thu, 10 Jan 2002 21:11:24 -0500
7385              Message-ID: <20020111021123.GA30666@blackrider>
7386      Branch: perl
7387            + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
7388            + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
7389            + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
7390            + lib/Test/Harness/t/nonumbers.t
7391            + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
7392            + t/lib/sample-tests/lone_not_bug
7393            + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
7394            + t/lib/sample-tests/vms_nit
7395            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
7396            ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
7397 ____________________________________________________________________________
7398 [ 14181] By: jhi                                   on 2002/01/11  13:57:38
7399         Log: patch is silly when creating new files: don't run
7400              patch more than once.
7401      Branch: perl
7402            ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
7403 ____________________________________________________________________________
7404 [ 14180] By: jhi                                   on 2002/01/11  13:53:49
7405         Log: Forgot from #14179.
7406      Branch: perl
7407            ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
7408 ____________________________________________________________________________
7409 [ 14179] By: jhi                                   on 2002/01/11  13:24:13
7410         Log: Subject: [PATCH] is() undef/'' behavior change
7411              From: Michael G Schwern <schwern@pobox.com> 
7412              Date: Fri, 11 Jan 2002 03:35:51 -0500
7413              Message-ID: <20020111083551.GC30666@blackrider>
7414              
7415              Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
7416              From: Michael G Schwern <schwern@pobox.com> 
7417              Date: Fri, 11 Jan 2002 03:37:44 -0500
7418              Message-ID: <20020111083744.GD30666@blackrider>
7419      Branch: perl
7420            ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
7421            ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
7422            ! lib/Pod/t/InputObjects.t lib/blib.t
7423 ____________________________________________________________________________
7424 [ 14178] By: jhi                                   on 2002/01/11  13:21:59
7425         Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
7426              From: Michael G Schwern <schwern@pobox.com> 
7427              Date: Thu, 10 Jan 2002 19:56:23 -0500
7428              Message-ID: <20020111005623.GA13192@blackrider>
7429      Branch: perl
7430            + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
7431            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
7432            ! lib/Test/Simple.pm lib/Test/Simple/Changes
7433            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
7434            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
7435            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
7436            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
7437            ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
7438            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
7439            ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
7440            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
7441            ! lib/Test/Simple/t/plan_is_noplan.t
7442            ! lib/Test/Simple/t/plan_no_plan.t
7443            ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
7444            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
7445            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
7446            ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
7447            ! lib/Test/Tutorial.pod
7448 ____________________________________________________________________________
7449 [ 14177] By: gsar                                  on 2002/01/11  02:56:05
7450         Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
7451              revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
7452              
7453              turns out even the malloc() was never really needed to begin with,
7454              so get rid of it
7455      Branch: perl
7456            ! sv.c
7457 ____________________________________________________________________________
7458 [ 14176] By: jhi                                   on 2002/01/11  02:11:21
7459         Log: Small doc tweaks.
7460      Branch: perl
7461            ! pod/perluniintro.pod
7462 ____________________________________________________________________________
7463 [ 14175] By: gsar                                  on 2002/01/11  01:05:15
7464         Log: support using the CRT's malloc() family of functions instead of
7465              the internal one when ithreads is enabled; allocate large blocks
7466              using VirtualAlloc() since the Heap*() functions may only be tuned
7467              for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
7468              
7469              pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
7470              also see comments at the top of win32/vmem.h for other options that
7471              can be set
7472      Branch: perl
7473            ! win32/vmem.h
7474 ____________________________________________________________________________
7475 [ 14174] By: jhi                                   on 2002/01/10  19:33:29
7476         Log: Subject: micropatch
7477              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7478              Date: Thu, 10 Jan 2002 18:20:58 +0000
7479              Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
7480      Branch: perl
7481            ! regcomp.c
7482 ____________________________________________________________________________
7483 [ 14173] By: jhi                                   on 2002/01/10  19:32:16
7484         Log: Subject: [PATCH] Embed.t on Win32
7485              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
7486              Date: Thu, 10 Jan 2002 18:56:21 +0100
7487              Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
7488      Branch: perl
7489            ! lib/ExtUtils/t/Embed.t
7490 ____________________________________________________________________________
7491 [ 14172] By: jhi                                   on 2002/01/10  19:31:00
7492         Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
7493              From: Gisle Aas <gisle@ActiveState.com>
7494              Date: 10 Jan 2002 08:56:05 -0800
7495              Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
7496      Branch: perl
7497            ! toke.c
7498 ____________________________________________________________________________
7499 [ 14171] By: jhi                                   on 2002/01/10  19:29:08
7500         Log: Subject: [PATCH] doc fixes
7501              From: "Brendan O'Dea" <bod@debian.org>
7502              Date: Fri, 11 Jan 2002 03:49:54 +1100
7503              Message-ID: <20020110164954.GA21891@compusol.com.au>
7504      Branch: perl
7505            ! lib/I18N/Collate.pm pod/perlfunc.pod
7506 ____________________________________________________________________________
7507 [ 14170] By: jhi                                   on 2002/01/10  17:48:42
7508         Log: Integrate perlio; More signal hackery.
7509      Branch: perl
7510           !> win32/win32.c
7511 ____________________________________________________________________________
7512 [ 14169] By: jhi                                   on 2002/01/10  17:47:34
7513         Log: No need to show internal encodings, or return them
7514              in random order.
7515      Branch: perl
7516            ! ext/Encode/Encode.pm
7517 ____________________________________________________________________________
7518 [ 14168] By: nick                                  on 2002/01/10  17:33:31
7519         Log: Integrate mainline
7520      Branch: perlio
7521            - ext/Unicode/Normalize/Normalize.pod
7522           !> MANIFEST ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
7523           !> ext/Unicode/Normalize/Makefile.PL
7524           !> ext/Unicode/Normalize/Normalize.pm
7525           !> ext/Unicode/Normalize/Normalize.xs
7526           !> ext/Unicode/Normalize/mkheader hints/linux.sh pod/perlrun.pod
7527           !> pod/perlunicode.pod regexec.c t/lib/strict/vars t/op/readdir.t
7528           !> t/run/kill_perl.t toke.c
7529 ____________________________________________________________________________
7530 [ 14167] By: nick                                  on 2002/01/10  17:08:35
7531         Log: More signal hackery
7532      Branch: perlio
7533            ! win32/win32.c
7534 ____________________________________________________________________________
7535 [ 14166] By: jhi                                   on 2002/01/10  15:24:41
7536         Log: I think we can claim to be supporting Unicode
7537              "loose matching" now.
7538      Branch: perl
7539            ! pod/perlunicode.pod
7540 ____________________________________________________________________________
7541 [ 14165] By: jhi                                   on 2002/01/10  15:07:56
7542         Log: Subject: doc patch
7543              From: mjd@plover.com
7544              Date: 10 Jan 2002 15:12:27 -0000
7545              Message-ID: <20020110151227.14850.qmail@plover.com>
7546      Branch: perl
7547            ! pod/perlrun.pod
7548 ____________________________________________________________________________
7549 [ 14164] By: jhi                                   on 2002/01/10  14:54:38
7550         Log: Subject: Re: [ID 20011223.001] accept leaks memory
7551              From: Andy Dougherty <doughera@lafayette.edu>
7552              Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
7553              Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
7554      Branch: perl
7555            ! hints/linux.sh
7556 ____________________________________________________________________________
7557 [ 14163] By: jhi                                   on 2002/01/10  14:52:08
7558         Log: Integrate perlio; Skeleton coding of more kill() support on Win32.
7559      Branch: perl
7560           !> win32/win32.c
7561 ____________________________________________________________________________
7562 [ 14162] By: jhi                                   on 2002/01/10  14:50:03
7563         Log: Subject: [PATCH] Magic numbers in B::Concise
7564              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
7565              Date: Wed, 9 Jan 2002 23:04:01 -0800
7566              Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
7567      Branch: perl
7568            ! ext/B/B/Concise.pm ext/B/O.pm
7569 ____________________________________________________________________________
7570 [ 14161] By: jhi                                   on 2002/01/10  14:48:52
7571         Log: Subject: [PATCH] No 'once' warnings for variables declared with our
7572              From: Gisle Aas <gisle@ActiveState.com>
7573              Date: 09 Jan 2002 21:52:40 -0800
7574              Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
7575      Branch: perl
7576            ! t/lib/strict/vars toke.c
7577 ____________________________________________________________________________
7578 [ 14160] By: nick                                  on 2002/01/09  21:29:39
7579         Log: Skeleton coding of more kill() support on Win32.
7580      Branch: perlio
7581            ! win32/win32.c
7582 ____________________________________________________________________________
7583 [ 14159] By: jhi                                   on 2002/01/09  21:28:13
7584         Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
7585              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7586              Date: Wed, 9 Jan 2002 23:24:32 +0100
7587              Message-ID: <20020109232432.A692@rafael>
7588      Branch: perl
7589            ! ext/B/B/Deparse.pm
7590 ____________________________________________________________________________
7591 [ 14158] By: jhi                                   on 2002/01/09  21:25:19
7592         Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
7593              From: Jonathan Stowe <gellyfish@gellyfish.com>
7594              Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
7595              Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
7596      Branch: perl
7597            ! t/run/kill_perl.t
7598 ____________________________________________________________________________
7599 [ 14157] By: jhi                                   on 2002/01/09  19:59:28
7600         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
7601              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7602              Date: Wed, 09 Jan 2002 20:16:54 +0000
7603              Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
7604      Branch: perl
7605            ! regexec.c
7606 ____________________________________________________________________________
7607 [ 14156] By: jhi                                   on 2002/01/09  19:46:27
7608         Log: Subject: [Patch @14129] fixes Unicode::Normalize
7609              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7610              Date: Thu, 10 Jan 2002 01:08:56 +0900
7611              Message-Id: <20020110010110.690B.BQW10602@nifty.com>
7612      Branch: perl
7613            - ext/Unicode/Normalize/Normalize.pod
7614            ! MANIFEST ext/Unicode/Normalize/Makefile.PL
7615            ! ext/Unicode/Normalize/Normalize.pm
7616            ! ext/Unicode/Normalize/Normalize.xs
7617            ! ext/Unicode/Normalize/mkheader
7618 ____________________________________________________________________________
7619 [ 14155] By: jhi                                   on 2002/01/09  19:09:15
7620         Log: Integrate perlio; (Re-)implement alarm() for Win32.
7621      Branch: perl
7622           !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
7623           !> win32/win32iop.h
7624 ____________________________________________________________________________
7625 [ 14154] By: jhi                                   on 2002/01/09  19:08:15
7626         Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
7627              From: Nicholas Clark <nick@unfortu.net>
7628              Date: Wed, 9 Jan 2002 17:56:04 +0000
7629              Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
7630      Branch: perl
7631            ! t/op/readdir.t
7632 ____________________________________________________________________________
7633 [ 14153] By: nick                                  on 2002/01/09  16:18:57
7634         Log: Integrate mainline
7635      Branch: perlio
7636           +> ext/threads/t/stress_re.t t/op/unifold.t
7637            - lib/unifold.t
7638           !> Changes MANIFEST Makefile.SH ext/B/B/Deparse.pm op.c
7639           !> patchlevel.h pod/perldebug.pod regcomp.c regexec.c scope.c
7640           !> t/op/pat.t t/op/re_tests t/run/kill_perl.t utf8.c
7641 ____________________________________________________________________________
7642 [ 14152] By: jhi                                   on 2002/01/09  14:37:01
7643         Log: Update Changes.
7644      Branch: perl
7645            ! Changes patchlevel.h
7646 ____________________________________________________________________________
7647 [ 14151] By: nick                                  on 2002/01/09  14:27:36
7648         Log: (Re-)implement alarm() for Win32.
7649      Branch: perlio
7650            ! win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
7651            ! win32/win32iop.h
7652 ____________________________________________________________________________
7653 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
7654         Log: Thinko.
7655      Branch: perl
7656            ! ext/threads/t/stress_re.t
7657 ____________________________________________________________________________
7658 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
7659         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
7660              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
7661              Date: Wed, 09 Jan 2002 13:37:17 +0000                
7662              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
7663      Branch: perl
7664            ! regexec.c t/op/re_tests
7665 ____________________________________________________________________________
7666 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
7667         Log: Subject: Re: Weird Malformed warning in bleadperl    
7668              From: andreas.koenig@anima.de (Andreas J. Koenig)    
7669              Date: 09 Jan 2002 11:12:37 +0100
7670              Message-ID: <m3itabbzoq.fsf@anima.de>
7671      Branch: perl
7672            ! regexec.c t/op/pat.t
7673 ____________________________________________________________________________
7674 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
7675         Log: Forgot stress_re.t from MANIFEST.
7676      Branch: perl
7677            ! MANIFEST
7678 ____________________________________________________________________________
7679 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
7680         Log: In dumping use isPRINT() instead of isprint() so that locale
7681              does not come into play.
7682      Branch: perl
7683            ! utf8.c
7684 ____________________________________________________________________________
7685 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
7686         Log: Add a threads stress test for regular expressions
7687              (mostly just a modified stress_string.t) and doesn't
7688              test that much of regular expressions, just that $1
7689              doesn't get stomped by competing threads (as it does
7690              in the 5005threads of old).
7691      Branch: perl
7692            + ext/threads/t/stress_re.t
7693            ! MANIFEST
7694 ____________________________________________________________________________
7695 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
7696         Log: (retracted by #14307)
7697              Subject: Re: [ID 20010912.007] substr reference core dump
7698              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7699              Date: Tue, 08 Jan 2002 19:17:50 +0000
7700              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
7701      Branch: perl
7702            ! scope.c t/run/kill_perl.t
7703 ____________________________________________________________________________
7704 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
7705         Log: SANY (. with /s) wasn't happy on Unicode.
7706      Branch: perl
7707            ! regexec.c t/op/pat.t
7708 ____________________________________________________________________________
7709 [ 14142] By: ams                                   on 2002/01/08  22:42:10
7710         Log: Subject: [PATCH] perldebug nit
7711              From: Tels <tels@bloodgate.com>
7712              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
7713      Branch: perl
7714            ! pod/perldebug.pod
7715 ____________________________________________________________________________
7716 [ 14141] By: ams                                   on 2002/01/08  21:32:59
7717         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
7718              From: "Green, Paul" <Paul.Green@stratus.com>
7719              Date: Tue, 8 Jan 2002 17:31:35 -0500
7720              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
7721      Branch: perl
7722            ! Makefile.SH
7723 ____________________________________________________________________________
7724 [ 14140] By: ams                                   on 2002/01/08  21:27:57
7725         Log: Subject: [PATCH] Re: Slight chokage from Deparse
7726              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7727              Date: Tue, 8 Jan 2002 23:04:45 +0100
7728              Message-Id: <20020108230445.A4798@rafael>
7729      Branch: perl
7730            ! ext/B/B/Deparse.pm
7731 ____________________________________________________________________________
7732 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
7733         Log: Subject: [patch] peep() is rude
7734              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
7735              Date: Tue, 08 Jan 2002 19:17:50 +0000            
7736              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
7737      Branch: perl
7738            ! op.c t/run/kill_perl.t
7739 ____________________________________________________________________________
7740 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
7741         Log: unifold is really an op test since it requires
7742              no external modules for its actual testing:
7743              only the unicore CaseFold.txt file, and File::Spec
7744              to portably access that file.
7745      Branch: perl
7746            + t/op/unifold.t
7747            - lib/unifold.t
7748            ! MANIFEST
7749 ____________________________________________________________________________
7750 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
7751         Log: Subject: [patch] save a test 
7752              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7753              Date: Tue, 08 Jan 2002 16:18:47 +0000
7754              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
7755      Branch: perl
7756            ! regcomp.c
7757 ____________________________________________________________________________
7758 [ 14136] By: nick                                  on 2002/01/08  16:11:55
7759         Log: Integrate mainline
7760      Branch: perlio
7761           +> lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
7762           +> lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
7763           !> (integrate 37 files)
7764 ____________________________________________________________________________
7765 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
7766         Log: Subject: Not OK 13843 
7767              From: andreas.koenig@anima.de (Andreas J. Koenig)
7768              Date: 08 Jan 2002 14:12:29 +0100
7769              Message-ID: <m38zb9c7gi.fsf@anima.de>
7770      Branch: perl
7771            ! op.c t/op/subst.t
7772 ____________________________________________________________________________
7773 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
7774         Log: Missed one variant of the fold testing, noticed bu Hugo.
7775      Branch: perl
7776            ! lib/unifold.t
7777 ____________________________________________________________________________
7778 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
7779         Log: Enchance the Storable magic description.
7780      Branch: perl
7781            ! ext/Storable/Storable.pm
7782 ____________________________________________________________________________
7783 [ 14132] By: ams                                   on 2002/01/08  09:16:12
7784         Log: Subject: [PATCH] don't installperl pods
7785              From: H.Merijn Brand <h.m.brand@hccnet.nl>
7786              Date: Tue, 08 Jan 2002 10:36:01 +0100
7787              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
7788      Branch: perl
7789            ! installperl
7790 ____________________________________________________________________________
7791 [ 14131] By: ams                                   on 2002/01/08  03:38:40
7792         Log: Subject: Math-BigInt v1.49 released
7793              From: Tels <perl_dummy@bloodgate.com>
7794              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
7795      Branch: perl
7796            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
7797            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
7798            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
7799            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
7800            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
7801            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
7802            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
7803            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
7804            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
7805            ! t/lib/Math/BigInt/Subclass.pm
7806 ____________________________________________________________________________
7807 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
7808         Log: A little better comments.
7809      Branch: perl
7810            ! regexec.c
7811 ____________________________________________________________________________
7812 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
7813         Log: No normalization form DNF.
7814      Branch: perl
7815            ! ext/Unicode/Normalize/Normalize.pm
7816 ____________________________________________________________________________
7817 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
7818         Log: Extension nits found by -Wall (several from threads
7819              and threads::shared, but leaving them to Arthur).
7820      Branch: perl
7821            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
7822            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
7823            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
7824            ! ext/Unicode/Normalize/mkheader x2p/str.c
7825 ____________________________________________________________________________
7826 [ 14127] By: pudge                                 on 2002/01/07  22:25:55
7827         Log: Sync up Changes etc.
7828      Branch: maint-5.6/macperl
7829            ! macos/Changes macos/MPVersion.r macos/ext/Mac/Memory/Memory.xs
7830 ____________________________________________________________________________
7831 [ 14126] By: pudge                                 on 2002/01/07  22:23:06
7832         Log: Eliminate nested calls to exit() (MacPerl bug #469132)
7833      Branch: maint-5.6/macperl
7834            ! macos/macperl/MPFile.c macos/macperl/MPMain.c
7835 ____________________________________________________________________________
7836 [ 14125] By: ams                                   on 2002/01/07  22:03:22
7837         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
7838              From: Nicholas Clark (sans From field in mail header)
7839              Date: Mon, 7 Jan 2002 16:18:23 +0000
7840              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
7841      Branch: perl
7842            ! lib/Exporter.pm
7843 ____________________________________________________________________________
7844 [ 14124] By: ams                                   on 2002/01/07  21:46:11
7845         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
7846              From: "Green, Paul" <Paul.Green@stratus.com>
7847              Date: Mon, 7 Jan 2002 16:59:38 -0500
7848              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
7849      Branch: perl
7850            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
7851 ____________________________________________________________________________
7852 [ 14123] By: nick                                  on 2002/01/07  18:49:55
7853         Log: Integrate mainline
7854      Branch: perlio
7855           !> AUTHORS Changes dump.c ext/Storable/Storable.pm lib/sort.pm
7856           !> patchlevel.h pod/perl561delta.pod pod/perl56delta.pod
7857           !> pod/perlapi.pod pod/perldelta.pod pod/perltoc.pod regcomp.c
7858           !> regexec.c t/op/re_tests utf8.c utf8.h
7859 ____________________________________________________________________________
7860 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
7861         Log: Update Changes.
7862      Branch: perl
7863            ! Changes patchlevel.h
7864 ____________________________________________________________________________
7865 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
7866         Log: Subject: [PATCH] Correct module name in perldelta*
7867              From: Mike Guy <mjtg@cam.ac.uk>
7868              Date: Mon, 07 Jan 2002 17:02:43 +0000
7869              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
7870      Branch: perl
7871            ! pod/perl561delta.pod pod/perl56delta.pod
7872 ____________________________________________________________________________
7873 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
7874         Log: AUTHORS update.
7875      Branch: perl
7876            ! AUTHORS
7877 ____________________________________________________________________________
7878 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
7879         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
7880      Branch: perl
7881            ! ext/Storable/Storable.pm
7882 ____________________________________________________________________________
7883 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
7884         Log: perldelta updates.
7885      Branch: perl
7886            ! pod/perldelta.pod
7887 ____________________________________________________________________________
7888 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
7889         Log: Document the flags of pv_uni_display().
7890      Branch: perl
7891            ! pod/perlapi.pod utf8.c
7892 ____________________________________________________________________________
7893 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
7894         Log: Forgot from #14115.
7895      Branch: perl
7896            ! t/op/re_tests
7897 ____________________________________________________________________________
7898 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
7899         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
7900              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
7901              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
7902              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
7903      Branch: perl
7904            ! regcomp.c
7905 ____________________________________________________________________________
7906 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
7907         Log: More regex and utf8 debug dumping.
7908      Branch: perl
7909            ! dump.c regcomp.c regexec.c utf8.c utf8.h
7910 ____________________________________________________________________________
7911 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
7912         Log: Unused variable.
7913      Branch: perl
7914            ! regcomp.c
7915 ____________________________________________________________________________
7916 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
7917         Log: Regen toc.
7918      Branch: perl
7919            ! pod/perltoc.pod
7920 ____________________________________________________________________________
7921 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
7922         Log: capitalize correctly, noticed by David Dyck.
7923      Branch: perl
7924            ! lib/sort.pm
7925 ____________________________________________________________________________
7926 [ 14110] By: nick                                  on 2002/01/06  22:05:19
7927         Log: Integrate mainline - threads mended, DB_File sick?
7928      Branch: perlio
7929           !> Changes ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL
7930           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
7931           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo
7932           !> ext/DB_File/t/db-recno.t ext/DB_File/version.c lib/sort.pm
7933           !> patchlevel.h pp_sys.c sv.c t/TEST t/op/lc.t utils/perlcc.PL
7934 ____________________________________________________________________________
7935 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
7936         Log: No need to overqualify.
7937      Branch: perl
7938            ! lib/sort.pm
7939 ____________________________________________________________________________
7940 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
7941         Log: PL_debug_pad wasn't initialized to zeroes which broke
7942              ithreads + DEBUGGING.
7943      Branch: perl
7944            ! sv.c
7945 ____________________________________________________________________________
7946 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
7947         Log: Update Changes.
7948      Branch: perl
7949            ! Changes patchlevel.h
7950 ____________________________________________________________________________
7951 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
7952         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
7953              From: Jonathan Stowe <gellyfish@gellyfish.com>
7954              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
7955              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
7956      Branch: perl
7957            ! pp_sys.c
7958 ____________________________________________________________________________
7959 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
7960         Log: DB_File sync from Paul Marquess.
7961      Branch: perl
7962            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7963            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
7964            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
7965 ____________________________________________________________________________
7966 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
7967         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
7968              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
7969              Date: Sun, 6 Jan 2002 11:44:30 +0100
7970              Message-ID: <3C38389E.7831.493570@localhost>
7971      Branch: perl
7972            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
7973            ! utils/perlcc.PL
7974 ____________________________________________________________________________
7975 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
7976         Log: Tests for #14098.
7977      Branch: perl
7978            ! t/op/lc.t
7979 ____________________________________________________________________________
7980 [ 14102] By: nick                                  on 2002/01/06  11:33:55
7981         Log: Integrate mainline (PPPort still multi-building).
7982      Branch: perlio
7983           +> lib/unifold.t
7984           !> (integrate 30 files)
7985 ____________________________________________________________________________
7986 [ 14101] By: ams                                   on 2002/01/06  04:52:50
7987         Log: Subject: [PATCH] Bad prototype detection now an optional warning
7988              From: Sam Tregar <sam@tregar.com>
7989              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
7990              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
7991      Branch: perl
7992            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
7993            ! t/comp/proto.t toke.c
7994 ____________________________________________________________________________
7995 [ 14100] By: ams                                   on 2002/01/06  01:56:59
7996         Log: Subject: [PATCH] Correct several Stratus VOS build issues
7997              From: "Green, Paul" <Paul.Green@stratus.com>
7998              Date: Sat, 5 Jan 2002 21:30:56 -0500
7999              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
8000      Branch: perl
8001            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
8002 ____________________________________________________________________________
8003 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
8004         Log: Further perl.org URL elaboration from Ask.
8005      Branch: perl
8006            ! pod/perlfaq1.pod pod/perlfaq2.pod
8007 ____________________________________________________________________________
8008 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
8009         Log: The same problem with To{Lower,Title,Upper}
8010              as earlier with ToFold.
8011      Branch: perl
8012            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
8013            ! lib/unicore/To/Upper.pl lib/unicore/mktables
8014 ____________________________________________________________________________
8015 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
8016         Log: Retract #14057 for now; the alarm/setitimer timers
8017              seen to be the same in many systems, which leads into
8018              hangups.
8019      Branch: perl
8020            ! ext/Time/HiRes/HiRes.t
8021 ____________________________________________________________________________
8022 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
8023         Log: Finish up (ha!) the Unicode case folding;
8024              enhance regex dumping code.
8025      Branch: perl
8026            + lib/unifold.t
8027            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
8028            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
8029 ____________________________________________________________________________
8030 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
8031         Log: Use the perl.org news gw instead of the perl.com one
8032              (from Ask).
8033      Branch: perl
8034            ! pod/perlfaq1.pod pod/perlfaq2.pod
8035 ____________________________________________________________________________
8036 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
8037         Log: Zero() wasn't documented.
8038      Branch: perl
8039            ! pod/perlclib.pod
8040 ____________________________________________________________________________
8041 [ 14093] By: ams                                   on 2002/01/05  17:58:35
8042         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
8043              From: Nicholas Clark <nick@unfortu.net>
8044              Date: Sat, 5 Jan 2002 18:55:39 +0000
8045              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
8046      Branch: perl
8047            ! lib/Memoize/t/tie_ndbm.t
8048 ____________________________________________________________________________
8049 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
8050         Log: Also UNICOS/mk has deviant socketpair().
8051      Branch: perl
8052            ! ext/Socket/socketpair.t
8053 ____________________________________________________________________________
8054 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
8055         Log: Ooops.  Retract the regex parts of #14090.
8056      Branch: perl
8057            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
8058 ____________________________________________________________________________
8059 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
8060         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
8061              From: Nicholas Clark <nick@unfortu.net> 
8062              Date: Sat, 5 Jan 2002 18:10:13 +0000
8063              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
8064      Branch: perl
8065            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
8066            ! regcomp.h regexec.c
8067 ____________________________________________________________________________
8068 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
8069         Log: Integrate perlio; a missing aTHX.
8070      Branch: perl
8071           !> op.c
8072 ____________________________________________________________________________
8073 [ 14088] By: nick                                  on 2002/01/05  12:35:01
8074         Log: One missing aTHX_
8075      Branch: perlio
8076            ! op.c
8077 ____________________________________________________________________________
8078 [ 14087] By: nick                                  on 2002/01/05  12:00:48
8079         Log: Raw integrate of mainline - op.c looks dodgy.
8080      Branch: perlio
8081           +> lib/Pod/t/Functions.t t/op/winsystem.t
8082            - lib/File/Spec/NW5.pm t/op/system.t
8083           !> (integrate 77 files)
8084 ____________________________________________________________________________
8085 [ 14086] By: gsar                                  on 2002/01/05  00:19:01
8086         Log: integrate changes from maint-5.6/macperl branch
8087      Branch: maint-5.6/perl
8088           !> ext/IO/IO.xs lib/File/Find.pm lib/File/Spec/Mac.pm
8089           !> lib/Pod/Html.pm pod/perlmodinstall.pod pod/perlport.pod
8090 ____________________________________________________________________________
8091 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
8092         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
8093              found by Marc Lehmann.
8094      Branch: perl
8095            ! pp.c
8096 ____________________________________________________________________________
8097 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
8098         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
8099              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8100              Date: Sat, 5 Jan 2002 00:31:12 +0100
8101              Message-ID: <20020105003112.E1850@rafael>              
8102      Branch: perl
8103            ! t/comp/proto.t
8104 ____________________________________________________________________________
8105 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
8106         Log: A bit of "perl.com" cleanup.
8107      Branch: perl
8108            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
8109            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
8110            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
8111            ! pod/perlmodlib.PL pod/perlmodlib.pod
8112 ____________________________________________________________________________
8113 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
8114         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
8115              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8116              Date: Fri, 4 Jan 2002 23:35:19 +0100
8117              Message-ID: <20020104233519.A1850@rafael>
8118      Branch: perl
8119            ! op.c
8120 ____________________________________________________________________________
8121 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
8122         Log: Integrate change #14062 from macperl;
8123              Define setbuf, setvbuf for Mac OS
8124      Branch: perl
8125           !> ext/IO/IO.xs
8126 ____________________________________________________________________________
8127 [ 14080] By: pudge                                 on 2002/01/04  21:21:22
8128         Log: Bump version, update Changes
8129      Branch: maint-5.6/macperl
8130            ! macos/Changes macos/MPVersion.r
8131 ____________________________________________________________________________
8132 [ 14079] By: pudge                                 on 2002/01/04  21:09:40
8133         Log: Add more droplets
8134      Branch: maint-5.6/macperl
8135            + macos/macperl/Droplets/gluedialect.plx
8136            + macos/macperl/Droplets/glueedit.plx
8137            + macos/macperl/Droplets/gluemac.plx
8138            + macos/macperl/Droplets/gluescriptadds.plx
8139            + macos/macperl/Droplets/installme.plx
8140            + macos/macperl/Droplets/show_glue_pods.plx
8141            + macos/macperl/Droplets/tarzipme.plx
8142            + macos/macperl/Droplets/untarzipme.plx
8143 ____________________________________________________________________________
8144 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
8145         Log: Display the native pwd command.
8146      Branch: perl
8147            ! ext/Cwd/t/cwd.t
8148 ____________________________________________________________________________
8149 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
8150         Log: Under Mac OS X /dev/stdout is normally a symlink,
8151              but when running the test it seems to become a socket.
8152              So let's extend our censorship.
8153      Branch: perl
8154            ! t/op/stat.t
8155 ____________________________________________________________________________
8156 [ 14076] By: pudge                                 on 2002/01/04  20:44:23
8157         Log: First go at fixing Mac::Memory::_open (MacPerl Bug #494481)
8158      Branch: maint-5.6/macperl
8159            + macos/HandleSocket.cp
8160            ! macos/ext/Mac/Memory/Memory.xs macos/ext/Mac/Memory/t/Memory.t
8161            ! macos/macperl.sym
8162 ____________________________________________________________________________
8163 [ 14075] By: pudge                                 on 2002/01/04  20:42:06
8164         Log: Doc updates
8165      Branch: maint-5.6/macperl
8166            ! macos/ext/MacPerl/MacPerl.pm macos/ext/MacPerl/OSA.xs
8167 ____________________________________________________________________________
8168 [ 14074] By: pudge                                 on 2002/01/04  20:41:26
8169         Log: Update libraries
8170      Branch: maint-5.6/macperl
8171            ! macos/macperl/Makefile.mk
8172 ____________________________________________________________________________
8173 [ 14073] By: pudge                                 on 2002/01/04  20:40:11
8174         Log: Update tests to Mac::StandardFile from StandardFile.pl,
8175              plus other fixes
8176      Branch: maint-5.6/macperl
8177            ! macos/ext/Mac/Menus/t/MenuBar.t
8178            ! macos/ext/Mac/Movies/t/PlayMacMovie.t
8179            ! macos/ext/Mac/Movies/t/PlayMovie.t
8180            ! macos/ext/Mac/QuickTimeVR/t/QTVRControl.t
8181            ! macos/ext/Mac/QuickTimeVR/t/QTVRInterceptor.t
8182            ! macos/ext/Mac/QuickTimeVR/t/QTVRotator.t
8183            ! macos/ext/Mac/Resources/t/Resources.t
8184 ____________________________________________________________________________
8185 [ 14072] By: pudge                                 on 2002/01/04  20:37:44
8186         Log: Mistakenly used dXSARGS instead of dSP (MacPerl Bug #494482)
8187      Branch: maint-5.6/macperl
8188            ! macos/ext/Mac/Lists/Lists.xs macos/ext/Mac/Menus/Menus.xs
8189            ! macos/ext/Mac/Movies/Movies.xs
8190            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
8191            ! macos/ext/Mac/StandardFile/StandardFile.xs
8192            ! macos/ext/Mac/Windows/Windows.xs
8193 ____________________________________________________________________________
8194 [ 14071] By: pudge                                 on 2002/01/04  20:35:52
8195         Log: Updates for Universal Headers 3.4 (forgot one)
8196      Branch: maint-5.6/macperl
8197            ! macos/macperl/MPConsole.cp
8198 ____________________________________________________________________________
8199 [ 14070] By: pudge                                 on 2002/01/04  20:32:57
8200         Log: Updates for Universal Headers 3.4
8201      Branch: maint-5.6/macperl
8202            ! macos/SubLaunch.c macos/ext/Mac/Navigation/Navigation.xs
8203            ! macos/ext/Mac/Navigation/typemap macos/macperl/MPAEUtils.c
8204            ! macos/macperl/MPAEVTStream.cp macos/macperl/MPAppleEvents.c
8205            ! macos/macperl/MPEditions.c macos/macperl/MPEditor.c
8206            ! macos/macperl/MPFile.c macos/macperl/MPGlobals.c
8207            ! macos/macperl/MPHelp.c macos/macperl/MPMain.c
8208            ! macos/macperl/MPPreferences.c macos/macperl/MPPseudoFile.cp
8209            ! macos/macperl/MPSave.c macos/macperl/MPScript.c
8210            ! macos/macperl/MPUtils.c macos/macperl/MPWindow.c
8211 ____________________________________________________________________________
8212 [ 14069] By: pudge                                 on 2002/01/04  20:28:20
8213         Log: Change AddEmulationProc to MacPerl_AddEmulationProc
8214              from <200112112327.JAA25434@gpo.metropolis.net.au>;
8215              don't crash on quit for 68K (MacPerl Bug #490013)
8216      Branch: maint-5.6/macperl
8217            ! macos/macish.c macos/macperl/MPConsole.cp
8218 ____________________________________________________________________________
8219 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
8220         Log: If we do have socketpair(), make my_socketpair()
8221              just call the real socketpair().  This way we always
8222              have real code behind my_socketpair() and a symbol
8223              corresponding to the my_socketpair in global.sym.
8224      Branch: perl
8225            ! embed.fnc embed.h makedef.pl proto.h util.c
8226 ____________________________________________________________________________
8227 [ 14067] By: pudge                                 on 2002/01/04  20:19:18
8228         Log: Disable sigaction (MacPerl Bug #470321)
8229      Branch: maint-5.6/macperl
8230            ! macos/config.h macos/config.sh
8231 ____________________________________________________________________________
8232 [ 14066] By: pudge                                 on 2002/01/04  20:16:47
8233         Log: Make GUSI resource work (MacPerl Bug #464638)
8234      Branch: maint-5.6/macperl
8235            ! macos/PerlGUSIConfig.cp macos/macperl/MacPerl.r
8236            ! macos/macperl/MacPerl.rsrc
8237 ____________________________________________________________________________
8238 [ 14065] By: pudge                                 on 2002/01/04  20:14:26
8239         Log: Make AutoSplit go a little deeper
8240      Branch: maint-5.6/macperl
8241            ! macos/Makefile.mk
8242 ____________________________________________________________________________
8243 [ 14064] By: pudge                                 on 2002/01/04  20:13:36
8244         Log: A few doc updates from bleadperl
8245      Branch: maint-5.6/macperl
8246            ! pod/perlmodinstall.pod pod/perlport.pod
8247 ____________________________________________________________________________
8248 [ 14063] By: pudge                                 on 2002/01/04  20:12:11
8249         Log: Sync up to latest changes from bleadperl
8250      Branch: maint-5.6/macperl
8251            ! lib/File/Find.pm
8252 ____________________________________________________________________________
8253 [ 14062] By: pudge                                 on 2002/01/04  20:09:20
8254         Log: Define setbuf, setvbuf for Mac OS
8255      Branch: maint-5.6/macperl
8256            ! ext/IO/IO.xs
8257 ____________________________________________________________________________
8258 [ 14061] By: pudge                                 on 2002/01/04  20:07:38
8259         Log: Delete by request of Mark-Jason Dominus (change #13676)
8260      Branch: maint-5.6/macperl
8261            - macos/bundled_lib/blib/lib/Memoize/Saves.pm
8262 ____________________________________________________________________________
8263 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
8264         Log: Spread the good word of "env".
8265      Branch: perl
8266            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
8267 ____________________________________________________________________________
8268 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
8269         Log: Till the system tests do something non-Win*, better rename
8270              the test so that people on other platforms don't get confused.
8271              (Not win32system, because assumedly there's win64, too.)
8272      Branch: perl
8273            + t/op/winsystem.t
8274            - t/op/system.t
8275            ! MANIFEST
8276 ____________________________________________________________________________
8277 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
8278         Log: Some tweaks.
8279      Branch: perl
8280            ! lib/Pod/t/Functions.t
8281 ____________________________________________________________________________
8282 [ 14057] By: ams                                   on 2002/01/04  17:40:31
8283         Log: (retracted by #14057)
8284              
8285              Subject: [PATCH] Time/HiRes/HiRes.t
8286              From: Nicholas Clark <nick@unfortu.net>
8287              Date: Fri, 4 Jan 2002 17:28:46 +0000
8288              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
8289      Branch: perl
8290            ! ext/Time/HiRes/HiRes.t
8291 ____________________________________________________________________________
8292 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
8293         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
8294              From: Abe Timmerman <abe@ztreet.demon.nl>
8295              Date: Fri, 04 Jan 2002 18:42:33 +0100
8296              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
8297      Branch: perl
8298            + lib/Pod/t/Functions.t
8299            ! MANIFEST lib/Pod/Functions.pm
8300 ____________________________________________________________________________
8301 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
8302         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
8303              From: "Craig A. Berry" <craigberry@mac.com>
8304              Date: Thu, 3 Jan 2002 17:32:20 -0600
8305              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
8306      Branch: perl
8307            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
8308 ____________________________________________________________________________
8309 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
8310         Log: Document the U+0085, U+2028, and U+2029.
8311      Branch: perl
8312            ! pod/perlre.pod pod/perlretut.pod
8313 ____________________________________________________________________________
8314 [ 14053] By: ams                                   on 2002/01/04  03:27:44
8315         Log: Subject: [PATCH] warn if not CORE::dump
8316              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8317              Date: Thu, 3 Jan 2002 22:04:00 +0100
8318              Message-Id: <20020103220400.A13958@rafael>
8319      Branch: perl
8320            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
8321 ____________________________________________________________________________
8322 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
8323         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
8324      Branch: perl
8325            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
8326 ____________________________________________________________________________
8327 [ 14051] By: ams                                   on 2002/01/04  03:00:12
8328         Log: Subject: [PATCH] File::Compare::VERSION
8329              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8330              Date: Thu, 3 Jan 2002 23:42:52 +0100
8331              Message-Id: <20020103234252.G13958@rafael>
8332      Branch: perl
8333            ! lib/File/Compare.pm
8334 ____________________________________________________________________________
8335 [ 14050] By: ams                                   on 2002/01/04  02:58:05
8336         Log: Subject: [PATCH @14042] threads::shared doc
8337              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
8338              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
8339              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
8340      Branch: perl
8341            ! ext/threads/shared/shared.pm
8342 ____________________________________________________________________________
8343 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
8344         Log: #14048 exposed few false positives, to be fixed soonish.
8345      Branch: perl
8346            ! t/op/pat.t
8347 ____________________________________________________________________________
8348 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
8349         Log: Do not add the first characters of multicharacter foldings
8350              into character classes.
8351      Branch: perl
8352            ! regcomp.c
8353 ____________________________________________________________________________
8354 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
8355         Log: A bit of testing for #14046.
8356      Branch: perl
8357            ! t/op/pat.t
8358 ____________________________________________________________________________
8359 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
8360         Log: Allow emitting the foldcased version of "\x{df}", "ss"
8361              (among others, another example would be \x{fb00} -> "ff")
8362      Branch: perl
8363            ! regcomp.c
8364 ____________________________________________________________________________
8365 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
8366         Log: Subject: [PATCH] File::Spec & NetWare
8367              From: Dave Rolsky <autarch@urth.org>
8368              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
8369              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
8370      Branch: perl
8371            - lib/File/Spec/NW5.pm
8372            ! MANIFEST lib/File/Spec.pm
8373 ____________________________________________________________________________
8374 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
8375         Log: FAQ sync (RCS Ids only?)
8376      Branch: perl
8377            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
8378 ____________________________________________________________________________
8379 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
8380         Log: AUTHORs updates.
8381      Branch: perl
8382            ! AUTHORS
8383 ____________________________________________________________________________
8384 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
8385         Log: Update Changes.
8386      Branch: perl
8387            ! Changes patchlevel.h
8388 ____________________________________________________________________________
8389 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
8390         Log: Missed the =head1 additions.
8391      Branch: perl
8392            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
8393            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
8394            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
8395            ! util.c
8396 ____________________________________________________________________________
8397 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
8398         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
8399              From: Robin Barker <rmb1@cise.npl.co.uk>
8400              Date: Thu, 3 Jan 2002 15:26:20 GMT
8401              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
8402      Branch: perl
8403            ! lib/Carp.t lib/Carp/Heavy.pm
8404 ____________________________________________________________________________
8405 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
8406         Log: Subject: [PATCH hv.c] 
8407              From: Robin Barker <rmb1@cise.npl.co.uk>
8408              Date: Thu, 3 Jan 2002 14:49:06 GMT
8409              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
8410              
8411              -Wformat check.
8412      Branch: perl
8413            ! hv.c
8414 ____________________________________________________________________________
8415 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
8416         Log: NetWare tweaks from Ananth Kesari.
8417      Branch: perl
8418            ! NetWare/t/NWScripts.pl lib/File/Find.pm
8419 ____________________________________________________________________________
8420 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
8421         Log: Cast.
8422      Branch: perl
8423            ! regexec.c
8424 ____________________________________________________________________________
8425 [ 14036] By: ams                                   on 2002/01/03  12:12:31
8426         Log: Grammar fix suggested by Gwyn Judd.
8427      Branch: perl
8428            ! pod/perldiag.pod
8429 ____________________________________________________________________________
8430 [ 14035] By: nick                                  on 2002/01/03  09:22:42
8431         Log: More strange perlio != mainline differences where
8432              I have not been.
8433      Branch: perlio
8434           !> hints/unicos.sh hints/unicosmk.sh
8435 ____________________________________________________________________________
8436 [ 14034] By: nick                                  on 2002/01/03  09:19:37
8437         Log: Integrate mainline (including force integrate of
8438              lib/charnames.pm which had got out-of-step)
8439      Branch: perlio
8440           !> ext/Devel/PPPort/Makefile.PL lib/charnames.pm
8441 ____________________________________________________________________________
8442 [ 14033] By: ams                                   on 2002/01/03  08:24:24
8443         Log: Subject: Not ok 14031: PPPort Makefile.PL
8444              From: andreas.koenig@anima.de (Andreas J. Koenig)
8445              Date: 03 Jan 2002 10:17:46 +0100
8446              Message-Id: <m3sn9n94jp.fsf@anima.de>
8447      Branch: perl
8448            ! ext/Devel/PPPort/Makefile.PL
8449 ____________________________________________________________________________
8450 [ 14032] By: nick                                  on 2002/01/03  08:24:00
8451         Log: Integrate mainline.
8452      Branch: perlio
8453           +> autodoc.pl embed.fnc ext/threads/shared/t/no_share.t
8454           +> lib/Pod/t/man.t lib/Pod/t/text-errors.t
8455           !> (integrate 31 files)
8456 ____________________________________________________________________________
8457 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
8458         Log: Off-by-one is my middle name.
8459      Branch: perl
8460            ! regexec.c
8461 ____________________________________________________________________________
8462 [ 14030] By: ams                                   on 2002/01/02  23:56:37
8463         Log: Subject: [PATCH @14015] threads::shared disabling
8464              From: Andy Bussey <andybussey@yahoo.co.uk>
8465              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
8466              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
8467      Branch: perl
8468            + ext/threads/shared/t/no_share.t
8469            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
8470 ____________________________________________________________________________
8471 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
8472         Log: Simon's new perlapi scheme, I hope I got all the pieces.
8473      Branch: perl
8474            + autodoc.pl embed.fnc
8475            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
8476 ____________________________________________________________________________
8477 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
8478         Log: Integrate perlio; more PPPort Makefile source dependence removal
8479      Branch: perl
8480           !> ext/Devel/PPPort/Makefile.PL perl.h
8481 ____________________________________________________________________________
8482 [ 14027] By: ams                                   on 2002/01/02  21:42:50
8483         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
8484              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8485              Date: Wed, 2 Jan 2002 23:09:13 +0100
8486              Message-Id: <20020102230913.A17373@rafael>
8487      Branch: perl
8488            ! pod/perldiag.pod
8489 ____________________________________________________________________________
8490 [ 14026] By: ams                                   on 2002/01/02  21:38:34
8491         Log: Subject: Re: PATCH: lib/Term/Cap.pm
8492              From: Jonathan Stowe <gellyfish@gellyfish.com>
8493              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
8494              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
8495      Branch: perl
8496            ! lib/Term/Cap.pm
8497 ____________________________________________________________________________
8498 [ 14025] By: ams                                   on 2002/01/02  18:34:26
8499         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
8500              From: Sam Tregar <sam@tregar.com>
8501              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
8502              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
8503      Branch: perl
8504            ! pod/perldiag.pod t/comp/proto.t toke.c
8505 ____________________________________________________________________________
8506 [ 14024] By: ams                                   on 2002/01/02  18:16:12
8507         Log: Subject: PATCH: lib/Term/Cap.pm
8508              From: Norton Allen <allen@huarp.harvard.edu>
8509              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
8510              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
8511      Branch: perl
8512            ! lib/Term/Cap.pm
8513 ____________________________________________________________________________
8514 [ 14023] By: ams                                   on 2002/01/02  18:12:31
8515         Log: Subject: PATCH: lib/Cwd.pm for QNX4
8516              From: Norton Allen <allen@huarp.harvard.edu>
8517              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
8518              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
8519      Branch: perl
8520            ! lib/Cwd.pm
8521 ____________________________________________________________________________
8522 [ 14022] By: nick                                  on 2002/01/02  18:01:21
8523         Log: More PPPort Makefile source dependence removal
8524      Branch: perlio
8525            ! ext/Devel/PPPort/Makefile.PL
8526 ____________________________________________________________________________
8527 [ 14021] By: nick                                  on 2002/01/02  17:44:36
8528         Log: Sort out muddle of editing on three machines ...
8529      Branch: perlio
8530           !> Changes MANIFEST cygwin/Makefile.SHs
8531           !> ext/Devel/PPPort/Makefile.PL ext/I18N/Langinfo/Langinfo.t
8532           !> ext/IO/lib/IO/Socket/INET.pm lib/Pod/t/basic.t
8533           !> lib/User/grent.t patchlevel.h perl.h regcomp.c regexec.c
8534 ____________________________________________________________________________
8535 [ 14020] By: ams                                   on 2002/01/02  17:06:27
8536         Log: Fix misplaced application of #14016.
8537      Branch: perl
8538            ! op.c
8539 ____________________________________________________________________________
8540 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
8541         Log: Integrate perlio; avoid uninit debug_pad.
8542      Branch: perl
8543           !> sv.c
8544 ____________________________________________________________________________
8545 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
8546         Log: makedepend VOS fix from Paul Green.
8547      Branch: perl
8548            ! makedepend.SH
8549 ____________________________________________________________________________
8550 [ 14017] By: nick                                  on 2002/01/02  16:09:43
8551         Log: Avoid un-init perl_debug_pad in clones
8552      Branch: perlio
8553            ! sv.c
8554 ____________________________________________________________________________
8555 [ 14016] By: ams                                   on 2002/01/02  15:58:11
8556         Log: Subject: [PATCH] random crash in B::LISTOP::last
8557              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
8558              Date: Wed, 2 Jan 2002 17:37:28 +0100
8559              Message-Id: <3C334558.3906.19CB98D@localhost>
8560      Branch: perl
8561            ! op.c
8562 ____________________________________________________________________________
8563 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
8564         Log: Update Changes.
8565      Branch: perl
8566            ! Changes patchlevel.h
8567 ____________________________________________________________________________
8568 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
8569         Log: One more iteration of the ibcmp_utf8() interface,
8570              hopefully this is a convergent iteration...
8571      Branch: perl
8572            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
8573 ____________________________________________________________________________
8574 [ 14013] By: ams                                   on 2002/01/02  13:43:58
8575         Log: Upgrade to podlators-1.19.
8576      Branch: perl
8577            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
8578            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
8579            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
8580            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
8581            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
8582 ____________________________________________________________________________
8583 [ 14012] By: ams                                   on 2002/01/02  09:48:51
8584         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
8585              From: martyn@inpharmatica.co.uk
8586              Date: Wed, 19 Dec 2001 19:05:00 +0000
8587              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
8588      Branch: perl
8589            ! lib/Pod/Usage.pm
8590 ____________________________________________________________________________
8591 [ 14011] By: nick                                  on 2002/01/02  08:38:18
8592         Log: Integrate mainline
8593      Branch: perlio
8594           !> (integrate 28 files)
8595 ____________________________________________________________________________
8596 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
8597         Log: Make ibcmp_utf8() optionally progress in either string for
8598              as long as it takes and optionally record how far it got.
8599      Branch: perl
8600            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
8601 ____________________________________________________________________________
8602 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
8603         Log: Once more try to get the PPPort Makefile right.
8604      Branch: perl
8605            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
8606 ____________________________________________________________________________
8607 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
8608         Log: -Wall silencing.
8609      Branch: perl
8610            ! utf8.c
8611 ____________________________________________________________________________
8612 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
8613         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
8614              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8615              Date: Tue, 1 Jan 2002 22:45:21 +0100       
8616              Message-ID: <20020101224521.A691@rafael>
8617      Branch: perl
8618            ! ext/B/B/Deparse.pm
8619 ____________________________________________________________________________
8620 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
8621         Log: VOS tweak from Paul Green: VOS has different O_BINARY
8622              and O_TEXT, but VOS always uses LF, never CRLF.
8623      Branch: perl
8624            ! perl.h
8625 ____________________________________________________________________________
8626 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
8627         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
8628      Branch: perl
8629            ! regexec.c utf8.c
8630 ____________________________________________________________________________
8631 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
8632         Log: Now that to_utf8_fold() was fixed.
8633      Branch: perl
8634            ! regcomp.c regexec.c
8635 ____________________________________________________________________________
8636 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
8637         Log: Integrate perlio; experimental binmode() re-coding.
8638      Branch: perl
8639           !> perlio.c
8640 ____________________________________________________________________________
8641 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
8642         Log: Document the to_utf8_*() functions.
8643      Branch: perl
8644            ! embed.pl pod/perlapi.pod utf8.c
8645 ____________________________________________________________________________
8646 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
8647         Log: Better support for multicharacter foldings.
8648              Now all but two of the CaseFold.txt cases work-- but
8649              only when the target string is single-character, more
8650              debugging needed.
8651      Branch: perl
8652            ! regexec.c
8653 ____________________________________________________________________________
8654 [ 14000] By: ams                                   on 2002/01/01  15:59:43
8655         Log: Subject: [PATCH] don't installperl pods
8656              From: Nicholas Clark <nick@unfortu.net>
8657              Date: Tue, 1 Jan 2002 16:44:12 +0000
8658              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
8659      Branch: perl
8660            ! installperl
8661 ____________________________________________________________________________
8662 [ 13999] By: ams                                   on 2002/01/01  14:34:04
8663         Log: Subject: [PATCH] perldiag.pod transposition
8664              From: Nicholas Clark <nick@unfortu.net>
8665              Date: Tue, 1 Jan 2002 15:03:52 +0000
8666              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
8667      Branch: perl
8668            ! pod/perldiag.pod
8669 ____________________________________________________________________________
8670 [ 13998] By: ams                                   on 2002/01/01  13:36:49
8671         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
8672              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8673              Date: Tue, 1 Jan 2002 15:12:36 +0100
8674              Message-Id: <20020101151236.A951@rafael>
8675      Branch: perl
8676            ! pod/perldiag.pod
8677 ____________________________________________________________________________
8678 [ 13997] By: ams                                   on 2002/01/01  13:33:06
8679         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
8680              From: Nicholas Clark <nick@unfortu.net>
8681              Date: Tue, 1 Jan 2002 13:13:17 +0000
8682              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
8683      Branch: perl
8684            ! ext/Socket/socketpair.t
8685 ____________________________________________________________________________
8686 [ 13996] By: ams                                   on 2002/01/01  04:44:28
8687         Log: Subject: [PATCH @13746] Leaner exporter
8688              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8689              Date: Mon, 31 Dec 2001 18:16:08 -0500
8690              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
8691      Branch: perl
8692            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
8693 ____________________________________________________________________________
8694 [ 13995] By: ams                                   on 2002/01/01  04:29:44
8695         Log: Subject: [PATCH @13746] h2xs broken
8696              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8697              Date: Mon, 31 Dec 2001 17:48:55 -0500
8698              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
8699      Branch: perl
8700            ! utils/h2xs.PL
8701 ____________________________________________________________________________
8702 [ 13994] By: ams                                   on 2002/01/01  04:25:46
8703         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
8704              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8705              Date: Mon, 31 Dec 2001 17:42:25 -0500
8706              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
8707      Branch: perl
8708            ! lib/ExtUtils/MM_Unix.pm
8709 ____________________________________________________________________________
8710 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
8711         Log: Rename the variables to be a bit more consistent.
8712      Branch: perl
8713            ! utf8.c
8714 ____________________________________________________________________________
8715 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
8716         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
8717              (found by Jeffrey Friedl)
8718      Branch: perl
8719            ! regexec.c t/op/pat.t utf8.c
8720 ____________________________________________________________________________
8721 [ 13991] By: nick                                  on 2001/12/31  18:08:55
8722         Log: Experimental binmode() re-coding (UNIX okay - but it would be...)
8723      Branch: perlio
8724            ! perlio.c
8725 ____________________________________________________________________________
8726 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
8727         Log: Update Changes.
8728      Branch: perl
8729            ! Changes patchlevel.h
8730 ____________________________________________________________________________
8731 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
8732         Log: Less unused ones.
8733      Branch: perl
8734            ! regexec.c
8735 ____________________________________________________________________________
8736 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
8737         Log: Unused variable.
8738      Branch: perl
8739            ! regcomp.c
8740 ____________________________________________________________________________
8741 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
8742         Log: Forgotten file.
8743      Branch: perl
8744            ! MANIFEST
8745 ____________________________________________________________________________
8746 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
8747         Log: Subject: Re: Cygwin: one down one to go 
8748              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8749              Date: Mon, 31 Dec 2001 18:34:36 +0100
8750              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
8751      Branch: perl
8752            ! cygwin/Makefile.SHs
8753 ____________________________________________________________________________
8754 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
8755         Log: Add some comments to the recent Unicode case-folding saga.
8756      Branch: perl
8757            ! regcomp.c regexec.c
8758 ____________________________________________________________________________
8759 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
8760         Log: Slight comment tweakage.
8761      Branch: perl
8762            ! ext/I18N/Langinfo/Langinfo.t
8763 ____________________________________________________________________________
8764 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
8765         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
8766      Branch: perl
8767            ! perl.h
8768 ____________________________________________________________________________
8769 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
8770         Log: Subject: [ PATCH] Cygwin: one down one to go
8771              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8772              Date: Mon, 31 Dec 2001 17:03:40 +0100
8773              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
8774      Branch: perl
8775            ! lib/Pod/t/basic.t
8776 ____________________________________________________________________________
8777 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
8778         Log: Tweak the dependencies not to recompile everytime,
8779              as suggested by NI-S.
8780      Branch: perl
8781            ! ext/Devel/PPPort/Makefile.PL
8782 ____________________________________________________________________________
8783 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
8784         Log: Planning still not right.
8785      Branch: perl
8786            ! lib/User/grent.t
8787 ____________________________________________________________________________
8788 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
8789         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
8790              From: Michael G Schwern <schwern@pobox.com>
8791              Date: Sun, 30 Dec 2001 18:07:55 -0500
8792              Message-ID: <20011230230755.GG12840@blackrider>
8793              
8794              (lib/User/grent, really)
8795      Branch: perl
8796            ! lib/User/grent.t
8797 ____________________________________________________________________________
8798 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
8799         Log: Integrate perlio; cleanup, in particular avoid accidental
8800              PerlIO_flush(NULL) if PerlIONext is NULL.
8801      Branch: perl
8802           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
8803 ____________________________________________________________________________
8804 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
8805         Log: Subject: typo in IO::Socket::INET.pm
8806              From: mjd@plover.com
8807              Date: 31 Dec 2001 14:31:10 -0000
8808              Message-ID: <20011231143110.4989.qmail@plover.com>
8809      Branch: perl
8810            ! ext/IO/lib/IO/Socket/INET.pm
8811 ____________________________________________________________________________
8812 [ 13976] By: nick                                  on 2001/12/31  13:56:11
8813         Log: Integrate mainline
8814      Branch: perlio
8815           !> (integrate 29 files)
8816 ____________________________________________________________________________
8817 [ 13975] By: nick                                  on 2001/12/31  12:40:50
8818         Log: perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
8819              if PerlIONext is NULL.
8820      Branch: perlio
8821            ! perlio.c perliol.h
8822 ____________________________________________________________________________
8823 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
8824         Log: Subject: Re: [PATCH] Basic bad prototype detection
8825              From: Sam Tregar <sam@tregar.com>
8826              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
8827              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
8828      Branch: perl
8829            ! t/comp/proto.t toke.c
8830 ____________________________________________________________________________
8831 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
8832         Log: Subject: [PATCH] configure.com / scriptdirexp
8833              From: "Craig A. Berry" <craigberry@mac.com>
8834              Date: Sun, 30 Dec 2001 15:47:28 -0600
8835              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
8836      Branch: perl
8837            ! configure.com
8838 ____________________________________________________________________________
8839 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
8840         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
8841              From: Abe Timmerman <abe@ztreet.demon.nl>
8842              Date: Mon, 31 Dec 2001 03:55:27 +0100
8843              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
8844      Branch: perl
8845            ! lib/ExtUtils/t/MM_Win32.t
8846 ____________________________________________________________________________
8847 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
8848         Log: Subject: [PATCH] Basic bad prototype detection
8849              From: Sam Tregar <sam@tregar.com> 
8850              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
8851              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
8852      Branch: perl
8853            ! pod/perldiag.pod t/comp/proto.t toke.c
8854 ____________________________________________________________________________
8855 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
8856         Log: Makefiles are sloppy about the exe suffix
8857              (from Paul Green)
8858      Branch: perl
8859            ! Makefile.SH x2p/Makefile.SH
8860 ____________________________________________________________________________
8861 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
8862         Log: Delay folding until necessary; start of handling
8863              folding into several characters.
8864      Branch: perl
8865            ! regcomp.c regexec.c
8866 ____________________________________________________________________________
8867 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
8868         Log: gcc -Wall dewhine.
8869      Branch: perl
8870            ! regexec.c
8871 ____________________________________________________________________________
8872 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
8873         Log: More Unicode folding tweaks, avoid potential false matches.
8874      Branch: perl
8875            ! regexec.c
8876 ____________________________________________________________________________
8877 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
8878         Log: Make that six wrongs.
8879      Branch: perl
8880            ! regexec.c utf8.c
8881 ____________________________________________________________________________
8882 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
8883         Log: Four wrongs can make a right.
8884      Branch: perl
8885            ! regexec.c utf8.c
8886 ____________________________________________________________________________
8887 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
8888         Log: Fix all the I case foldings as per CaseFold.txt.
8889      Branch: perl
8890            ! regcomp.c regexec.c
8891 ____________________________________________________________________________
8892 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
8893         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
8894      Branch: perl
8895            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
8896            ! regexec.c utf8.c
8897 ____________________________________________________________________________
8898 [ 13962] By: nick                                  on 2001/12/30  18:33:41
8899         Log: Integrate 8.3 fix for PPPort fix
8900      Branch: perlio
8901           +> ext/Devel/PPPort/ppport_h.PL
8902            - ext/Devel/PPPort/ppport.h.PL
8903            ! ext/Devel/PPPort/MANIFEST
8904           !> ext/Devel/PPPort/Makefile.PL
8905 ____________________________________________________________________________
8906 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
8907         Log: Integrate perlio; more win32 stuff:
8908              
8909              A. Use Perl_my_socketpair()
8910              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to
8911              load winsock.
8912              C. (In passing) work round fact that $$ is now SvREADONLY
8913              so we need to take special measures to set it during
8914              pseudo-fork.
8915      Branch: perl
8916           !> util.c win32/perlhost.h
8917 ____________________________________________________________________________
8918 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
8919         Log: Fix ppport.h for Unix.
8920      Branch: perl
8921            + ext/Devel/PPPort/ppport_h.PL
8922            - ext/Devel/PPPort/ppport.h.PL
8923            ! MANIFEST ext/Devel/PPPort/Makefile.PL
8924 ____________________________________________________________________________
8925 [ 13959] By: nick                                  on 2001/12/30  16:53:42
8926         Log: Win32 stuff:
8927              A. Use Perl_my_socketpair()
8928              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
8929              C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
8930              take special measures to set it during pseudo-fork.
8931      Branch: perlio
8932            ! util.c win32/perlhost.h
8933 ____________________________________________________________________________
8934 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
8935         Log: Integrate perlio; win32 kicking.
8936      Branch: perl
8937           +> ext/Devel/PPPort/ppport.h.PL
8938           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
8939           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
8940           !> proto.h
8941 ____________________________________________________________________________
8942 [ 13957] By: jhi                                   on 2001/12/30  16:32:33
8943         Log: metaconfig unit change for #13956.
8944      Branch: metaconfig
8945            ! U/modified/spitshell.U
8946 ____________________________________________________________________________
8947 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
8948         Log: Must look for cat also in $PATH (noticed by Philip Newton).
8949      Branch: perl
8950            ! Configure
8951 ____________________________________________________________________________
8952 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
8953         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
8954              From: Blair Zajac <blair@orcaware.com>
8955              Date: Sat, 29 Dec 2001 22:37:03 -0800
8956              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
8957      Branch: perl
8958            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
8959 ____________________________________________________________________________
8960 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
8961         Log: Regen files.
8962      Branch: perl
8963            ! embed.h global.sym pod/perlapi.pod uconfig.h
8964 ____________________________________________________________________________
8965 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
8966         Log: Subject: [PATCH] -t without -w 
8967              From: Michael G Schwern <schwern@pobox.com>
8968              Date: Sat, 29 Dec 2001 23:46:25 -0500
8969              Message-ID: <20011230044625.GA14386@blackrider>
8970      Branch: perl
8971            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
8972            ! warnings.pl
8973 ____________________________________________________________________________
8974 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
8975         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
8976              From: Dave Rolsky <autarch@urth.org>               
8977              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
8978              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
8979              
8980              $^O is NetWare, not Netware.
8981      Branch: perl
8982            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
8983 ____________________________________________________________________________
8984 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
8985         Log: Sarathy thinks undoing C++ comments from C++ files
8986              is a bit too zealous.
8987      Branch: perl
8988            ! win32/perlhost.h win32/vmem.h
8989 ____________________________________________________________________________
8990 [ 13950] By: nick                                  on 2001/12/30  14:30:02
8991         Log: Win32 hides some errno-oid constants in <winsock.h> under assumed names.
8992              This gets them into Errno.pm - yet to prove they end up in $!.
8993      Branch: perlio
8994            ! ext/Errno/Errno_pm.PL
8995 ____________________________________________________________________________
8996 [ 13949] By: nick                                  on 2001/12/30  12:02:21
8997         Log: Integrate Cwd muddle
8998      Branch: perlio
8999           !> MANIFEST installperl lib/Cwd.pm
9000 ____________________________________________________________________________
9001 [ 13948] By: nick                                  on 2001/12/30  11:51:40
9002         Log: remove embed.pl duplicates
9003      Branch: perlio
9004            ! embed.h embed.pl global.sym proto.h
9005 ____________________________________________________________________________
9006 [ 13947] By: nick                                  on 2001/12/30  11:35:51
9007         Log: More Cwd tidy up
9008      Branch: perl
9009            ! MANIFEST installperl
9010 ____________________________________________________________________________
9011 [ 13946] By: nick                                  on 2001/12/30  11:12:42
9012         Log: Undo a mess trying Cwd.pm in its ext directory
9013      Branch: perl
9014            + lib/Cwd.pm
9015            - ext/Cwd/Cwd.pm
9016 ____________________________________________________________________________
9017 [ 13945] By: nick                                  on 2001/12/30  10:03:43
9018         Log: Integrate mainline
9019      Branch: perl
9020           +> ext/Cwd/Cwd.pm
9021            - lib/Cwd.pm
9022            ! MANIFEST
9023      Branch: perlio
9024           !> (integrate 45 files)
9025 ____________________________________________________________________________
9026 [ 13944] By: nick                                  on 2001/12/30  09:27:16
9027         Log: "Port" Devel::PPPort to Win32:
9028              - need to set @INC before use in the test
9029              - {} are special to dmake, so use ppport.h.PL
9030              rather than commandline 
9031      Branch: perlio
9032            + ext/Devel/PPPort/ppport.h.PL
9033            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/t/test.t
9034 ____________________________________________________________________________
9035 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
9036         Log: Update Changes.
9037      Branch: perl
9038            ! Changes patchlevel.h
9039 ____________________________________________________________________________
9040 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
9041         Log: Subject: [PATCH] cleaner close on tests, take 2
9042              From: andreas.koenig@anima.de (Andreas J. Koenig)
9043              Date: 29 Dec 2001 21:42:37 +0100
9044              Message-ID: <m33d1tvjuq.fsf@anima.de>
9045              
9046              (the DB_File patches)
9047      Branch: perl
9048            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
9049            ! ext/DB_File/t/db-recno.t
9050 ____________________________________________________________________________
9051 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
9052         Log: Integrate perlio; regen'ed config_H.?c
9053      Branch: perl
9054           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
9055 ____________________________________________________________________________
9056 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
9057         Log: Subject: [PATCH] cleaner close on tests, take 2             
9058              From: andreas.koenig@anima.de (Andreas J. Koenig)
9059              Date: 29 Dec 2001 21:42:37 +0100
9060              Message-ID: <m33d1tvjuq.fsf@anima.de>
9061              
9062              (except for the three DB_File patch fragments)
9063      Branch: perl
9064            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
9065            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
9066            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
9067            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
9068            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
9069            ! t/op/runlevel.t t/op/write.t t/run/switches.t
9070 ____________________________________________________________________________
9071 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
9072         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
9073              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9074              Date: Sat, 29 Dec 2001 20:38:59 +0100
9075              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
9076              
9077              (NetWare tree not touched because it's very //)
9078      Branch: perl
9079            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
9080            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
9081            ! wince/include/errno.h wince/include/netdb.h
9082            ! wince/include/sys/socket.h wince/include/sys/stat.h
9083            ! wince/perllib.c wince/perlmain.c wince/win32.h
9084            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
9085            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
9086 ____________________________________________________________________________
9087 [ 13938] By: nick                                  on 2001/12/29  19:23:32
9088         Log: Integrate mainline (ok linux)
9089      Branch: perlio
9090           +> lib/ExtUtils/t/MM_Win32.t lib/Pod/t/InputObjects.t
9091           !> (integrate 33 files)
9092 ____________________________________________________________________________
9093 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
9094         Log: Give up on serious testing of langinfo().  Leave the old
9095              code in place, though.
9096      Branch: perl
9097            ! ext/I18N/Langinfo/Langinfo.t
9098 ____________________________________________________________________________
9099 [ 13936] By: nick                                  on 2001/12/29  18:20:33
9100         Log: Routine regen_config_h - no real differences other than order of crypt 
9101      Branch: perlio
9102            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9103 ____________________________________________________________________________
9104 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
9105         Log: Integrate perlio;
9106              
9107              Define the two socket error numbers in terms of WSAEXXXXX equivalents
9108              
9109              Fudge Config.pm so File::Spec does not croak.
9110      Branch: perl
9111           !> win32/FindExt.pm win32/win32.h
9112 ____________________________________________________________________________
9113 [ 13934] By: nick                                  on 2001/12/29  17:27:50
9114         Log: Fudge Config.pm so File::Spec does not croak.
9115      Branch: perlio
9116            ! win32/FindExt.pm
9117 ____________________________________________________________________________
9118 [ 13933] By: jhi                                   on 2001/12/29  17:24:45
9119         Log: metaconfig unit changes for #13932.
9120      Branch: metaconfig
9121            + U/modified/Init.U
9122            ! U/compline/nblock_io.U U/modified/Head.U U/modified/Loc.U
9123 ____________________________________________________________________________
9124 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
9125         Log: VOS tweaks from Paul Green.
9126              
9127              The Configure tweaks: the _exe needs to be
9128              set after the init; VOS has fd 3 hardwired to /dev/tty;
9129              the grep/ln/make substitutions really need to stick.
9130      Branch: perl
9131            ! Configure hints/vos.sh perl.h util.c vos/build.cm
9132            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
9133            ! vos/config.ga.h vos/vosish.h
9134 ____________________________________________________________________________
9135 [ 13931] By: nick                                  on 2001/12/29  17:00:38
9136         Log: Define the two socket error numbers in terms of WSAEXXXXX equivalents
9137              (just to get util.c to compile)
9138      Branch: perlio
9139            ! win32/win32.h
9140 ____________________________________________________________________________
9141 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
9142         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
9143              From: coral@eekeek.org
9144              Date: Fri, 28 Dec 2001 19:58:22 -0500      
9145              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
9146      Branch: perl
9147            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
9148            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
9149            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
9150            ! pod/perlunicode.pod pod/perlxs.pod util.c
9151 ____________________________________________________________________________
9152 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
9153         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
9154      Branch: perl
9155            ! t/op/exec.t
9156 ____________________________________________________________________________
9157 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
9158         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
9159              From: Abe Timmerman <abe@ztreet.demon.nl>
9160              Date: Sat, 29 Dec 2001 13:10:06 +0100
9161              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
9162      Branch: perl
9163            + lib/Pod/t/InputObjects.t
9164 ____________________________________________________________________________
9165 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
9166         Log: Integrate perlio;
9167              
9168              Quick fix (after couple of clever fixes failed) for
9169              "accept leaks memory" fail [ID 20011223.001]
9170              
9171              Nick Clark's embed.pl fix for my_socketpair
9172      Branch: perl
9173           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
9174 ____________________________________________________________________________
9175 [ 13926] By: nick                                  on 2001/12/29  15:23:21
9176         Log: Nick Clark's embed.pl fix for my_socketpair
9177      Branch: perlio
9178            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h
9179 ____________________________________________________________________________
9180 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
9181         Log: Slight tweaks on the MM_Win32.t.
9182      Branch: perl
9183            ! lib/ExtUtils/t/MM_Win32.t
9184 ____________________________________________________________________________
9185 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
9186         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
9187              From: Abe Timmerman <abe@ztreet.demon.nl>
9188              Date: Sat, 29 Dec 2001 12:51:36 +0100
9189              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
9190      Branch: perl
9191            + lib/ExtUtils/t/MM_Win32.t
9192            ! MANIFEST
9193 ____________________________________________________________________________
9194 [ 13923] By: nick                                  on 2001/12/29  15:12:07
9195         Log: Quick fix (after couple of clever fixes failed) for
9196              "accept leaks memory" fail [ID 20011223.001]
9197      Branch: perlio
9198            ! pp_sys.c
9199 ____________________________________________________________________________
9200 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
9201         Log: Subject: [PATCH] Module names and other nits
9202              From: Autrijus Tang <autrijus@autrijus.org>                 
9203              Date: Sat, 29 Dec 2001 01:59:28 +0800
9204              Message-ID: <20011229015928.A29712@geb.elixus.org>              
9205      Branch: perl
9206            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
9207            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
9208            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
9209            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
9210            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
9211 ____________________________________________________________________________
9212 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
9213         Log: socketpair tweaks from Nicholas Clark.
9214      Branch: perl
9215            ! ext/Socket/socketpair.t util.c
9216 ____________________________________________________________________________
9217 [ 13920] By: nick                                  on 2001/12/29  12:36:21
9218         Log: Integrate mainline
9219      Branch: perlio
9220           !> Changes Configure doop.c ext/B/B.pm ext/IO/lib/IO/t/io_dir.t
9221           !> ext/POSIX/POSIX.xs ext/Socket/socketpair.t
9222           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
9223           !> lib/ExtUtils/t/Embed.t lib/ExtUtils/t/MM_Cygwin.t
9224           !> lib/warnings.t patchlevel.h pod/perlfunc.pod pod/perlport.pod
9225           !> pod/perluniintro.pod t/base/rs.t t/cmd/subval.t t/io/fflush.t
9226           !> t/op/sysio.t
9227 ____________________________________________________________________________
9228 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
9229         Log: Retract #13917.
9230      Branch: perl
9231            ! doop.c
9232 ____________________________________________________________________________
9233 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
9234         Log: Subject: provisional MakeMaker patch for VMS
9235              From: "Craig A. Berry" <craigberry@mac.com> 
9236              Date: Thu, 27 Dec 2001 22:29:37 -0600
9237              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
9238      Branch: perl
9239            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
9240 ____________________________________________________________________________
9241 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
9242         Log: (retracted by #13919)
9243      Branch: perl
9244            ! doop.c
9245 ____________________________________________________________________________
9246 [ 13916] By: jhi                                   on 2001/12/28  01:17:04
9247         Log: metaconfig unit change for #13915.
9248      Branch: metaconfig/U/perl
9249            ! d_u32align.U
9250 ____________________________________________________________________________
9251 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
9252         Log: Remove debris in any case.
9253      Branch: perl
9254            ! Configure
9255 ____________________________________________________________________________
9256 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
9257         Log: Subject: [PATCH] Re: B::walksymtable oddness
9258              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
9259              Date: Thu, 27 Dec 2001 19:14:24 +0100
9260              Message-ID: <3C2B7310.861.18820D0@localhost>
9261      Branch: perl
9262            ! ext/B/B.pm
9263 ____________________________________________________________________________
9264 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
9265         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
9266              From: Nicholas Clark <nick@unfortu.net> 
9267              Date: Fri, 28 Dec 2001 00:43:02 +0000
9268              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
9269      Branch: perl
9270            ! ext/Socket/socketpair.t
9271 ____________________________________________________________________________
9272 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
9273         Log: Fast Latin1<->UTF-8 conversion for older Perls.
9274      Branch: perl
9275            ! pod/perluniintro.pod
9276 ____________________________________________________________________________
9277 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
9278         Log: Update Changes.
9279      Branch: perl
9280            ! Changes patchlevel.h
9281 ____________________________________________________________________________
9282 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
9283         Log: More wait status trickery for BeOS.
9284      Branch: perl
9285            ! ext/POSIX/POSIX.xs
9286 ____________________________________________________________________________
9287 [ 13909] By: jhi                                   on 2001/12/27  14:15:49
9288         Log: metaconfig unit change for #13908.
9289      Branch: metaconfig/U/perl
9290            ! d_u32align.U
9291 ____________________________________________________________________________
9292 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
9293         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
9294      Branch: perl
9295            ! Configure
9296 ____________________________________________________________________________
9297 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
9298         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
9299              From: gbarr@monty.mutatus.co.uk
9300              Date: 27 Dec 2001 14:41:36 -0000
9301              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
9302      Branch: perl
9303            ! lib/ExtUtils/t/Embed.t
9304 ____________________________________________________________________________
9305 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
9306         Log: Subject: [PATCH] Re: socketpair emulation
9307              From: Nicholas Clark <nick@unfortu.net> 
9308              Date: Wed, 26 Dec 2001 20:08:14 +0000
9309              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
9310      Branch: perl
9311            ! ext/Socket/socketpair.t
9312 ____________________________________________________________________________
9313 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
9314         Log: Subject: [DOC PATCH] left is right and right is left
9315              From: Philip Newton <Philip.Newton@gmx.net>
9316              Date: Thu, 27 Dec 2001 10:04:17 +0100
9317              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
9318      Branch: perl
9319            ! pod/perlfunc.pod pod/perlport.pod
9320 ____________________________________________________________________________
9321 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
9322         Log: Subject: [PATCH] check return of close
9323              From: andreas.koenig@anima.de (Andreas J. Koenig)            
9324              Date: 27 Dec 2001 09:47:30 +0100
9325              Message-ID: <m3ellhgicd.fsf@anima.de> 
9326              
9327              Subject: [PATCH] improve error reporting
9328              From: andreas.koenig@anima.de (Andreas J. Koenig)            
9329              Date: 27 Dec 2001 09:54:55 +0100
9330              Message-ID: <m3adw5gi00.fsf@anima.de> 
9331              
9332              Subject: [PATCH] check return value of close
9333              From: andreas.koenig@anima.de (Andreas J. Koenig)            
9334              Date: 27 Dec 2001 10:03:55 +0100
9335              Message-ID: <m3666tghl0.fsf@anima.de> 
9336              
9337              Subject: [PATCH] return of close
9338              From: andreas.koenig@anima.de (Andreas J. Koenig)            
9339              Date: 27 Dec 2001 10:22:15 +0100
9340              Message-ID: <m31yhhggqg.fsf@anima.de> 
9341      Branch: perl
9342            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
9343            ! t/io/fflush.t
9344 ____________________________________________________________________________
9345 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
9346         Log: Subject: [PATCH] check return of close
9347              From: andreas.koenig@anima.de (Andreas J. Koenig)            
9348              Date: 27 Dec 2001 09:47:30 +0100
9349              Message-ID: <m3ellhgicd.fsf@anima.de> 
9350      Branch: perl
9351            ! t/base/rs.t
9352 ____________________________________________________________________________
9353 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
9354         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
9355              From: andreas.koenig@anima.de (Andreas J. Koenig)
9356              Date: 27 Dec 2001 09:21:16 +0100
9357              Message-ID: <m3n105gjk3.fsf@anima.de>
9358      Branch: perl
9359            ! t/op/sysio.t
9360 ____________________________________________________________________________
9361 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
9362         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
9363              From: "Gerrit P. Haase" <gp@familiehaase.de>
9364              Date: Thu, 27 Dec 2001 09:23:55 +0100 
9365              Message-ID: <98211521662.20011227092355@familiehaase.de>
9366      Branch: perl
9367            ! lib/ExtUtils/t/MM_Cygwin.t
9368 ____________________________________________________________________________
9369 [ 13900] By: nick                                  on 2001/12/27  11:11:51
9370         Log: Integrate mainline
9371      Branch: perlio
9372           +> ext/Socket/socketpair.t lib/File/Spec/Cygwin.pm
9373           +> lib/File/Spec/NW5.pm
9374           !> (integrate 52 files)
9375 ____________________________________________________________________________
9376 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
9377         Log: Replace the awful (most likely generated and not very persistent)
9378              URL with something tangible.
9379      Branch: perl
9380            ! README.hpux
9381 ____________________________________________________________________________
9382 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
9383         Log: Naughty /dev/printer (ls -l, really) of IRIX.
9384      Branch: perl
9385            ! t/op/stat.t
9386 ____________________________________________________________________________
9387 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
9388         Log: Upgrade to Net::Ping 2.10.
9389      Branch: perl
9390            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
9391            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
9392            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
9393            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
9394 ____________________________________________________________________________
9395 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
9396         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
9397              (this showed up in Benchmark.t)
9398      Branch: perl
9399            ! pp_sys.c
9400 ____________________________________________________________________________
9401 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
9402         Log: BeOS updates.
9403      Branch: perl
9404            ! README.beos beos/beos.c
9405 ____________________________________________________________________________
9406 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
9407         Log: Subject: Re: bleadperl doesn't compile
9408              From: "Gerrit P. Haase" <gp@familiehaase.de>
9409              Date: Wed, 26 Dec 2001 21:29:08 +0100
9410              Message-ID: <22168634623.20011226212908@familiehaase.de>
9411              
9412              Cygwin with multiplicity.
9413      Branch: perl
9414            ! perlio.c
9415 ____________________________________________________________________________
9416 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
9417         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
9418              From: Nicholas Clark <nick@ccl4.org>
9419              Date: Wed, 26 Dec 2001 19:07:33 +0000
9420              Message-ID: <20011226190732.J48842@plum.flirble.org>            
9421              
9422              socketpair() (un)signedness nit.
9423      Branch: perl
9424            ! util.c
9425 ____________________________________________________________________________
9426 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
9427         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
9428              From: Nicholas Clark <nick@ccl4.org>
9429              Date: Wed, 26 Dec 2001 19:19:47 +0000
9430              Message-ID: <20011226191946.K48842@plum.flirble.org>
9431              
9432              Use report_evil_fh().
9433      Branch: perl
9434            ! doio.c
9435 ____________________________________________________________________________
9436 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
9437         Log: Bad $? assumptions.
9438      Branch: perl
9439            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
9440 ____________________________________________________________________________
9441 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
9442         Log: Net::Ping isn't going to work much without
9443              the Socket extension; fail more gracefully.
9444      Branch: perl
9445            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
9446            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
9447            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
9448            ! lib/Net/Ping/t/300_ping_stream.t
9449 ____________________________________________________________________________
9450 [ 13889] By: jhi                                   on 2001/12/26  17:19:18
9451         Log: metaconfig unit change for #13888.
9452      Branch: metaconfig
9453            ! U/modified/Oldconfig.U
9454 ____________________________________________________________________________
9455 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
9456         Log: test -d /system is a bit too generic test for VOS
9457              (false hit in BeOS)
9458      Branch: perl
9459            ! Configure
9460 ____________________________________________________________________________
9461 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
9462         Log: No AF_UNIX in BeOS.
9463      Branch: perl
9464            ! util.c
9465 ____________________________________________________________________________
9466 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
9467         Log: FAQ sync.
9468      Branch: perl
9469            ! pod/perlfaq5.pod
9470 ____________________________________________________________________________
9471 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
9472         Log: Update Changes.
9473      Branch: perl
9474            ! Changes patchlevel.h
9475 ____________________________________________________________________________
9476 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
9477         Log: Make -t equal -tw.
9478      Branch: perl
9479            ! perl.c pod/perlrun.pod
9480 ____________________________________________________________________________
9481 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
9482         Log: Subject: Re: Not OK 13881
9483              From: John Peacock <jpeacock@rowman.com>
9484              Date: Tue, 25 Dec 2001 06:02:12 -0500
9485              Message-ID: <3C285CB4.8040006@rowman.com>
9486      Branch: perl
9487            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
9488 ____________________________________________________________________________
9489 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
9490         Log: Subject: Re: Not OK 13881
9491              From: andreas.koenig@anima.de (Andreas J. Koenig)
9492              Date: 25 Dec 2001 07:33:23 +0100
9493              Message-ID: <m3bsgnajws.fsf@anima.de>
9494      Branch: perl
9495            ! op.c
9496 ____________________________________________________________________________
9497 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
9498         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
9499              From: Mark-Jason Dominus <mjd@plover.com>    
9500              Date: Mon, 24 Dec 2001 18:14:48 -0500
9501              Message-ID: <20011224231448.25826.qmail@plover.com>
9502      Branch: perl
9503            ! op.c t/op/eval.t
9504 ____________________________________________________________________________
9505 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
9506         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
9507              From: Dave Rolsky <autarch@urth.org>
9508              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
9509              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
9510      Branch: perl
9511            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
9512            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
9513            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
9514            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
9515            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
9516 ____________________________________________________________________________
9517 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
9518         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
9519              From: Jeffrey Friedl <jfriedl@yahoo.com>
9520              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
9521              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
9522              
9523              The rest of the tests for plus few extras.
9524      Branch: perl
9525            ! t/op/pat.t
9526 ____________________________________________________________________________
9527 [ 13878] By: jhi                                   on 2001/12/24  17:16:10
9528         Log: metaconfig unit change for #13877.
9529      Branch: metaconfig
9530            ! U/modified/Unix.U
9531 ____________________________________________________________________________
9532 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
9533         Log: No-op.
9534      Branch: perl
9535            ! Configure
9536 ____________________________________________________________________________
9537 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
9538         Log: More constant casting.
9539      Branch: perl
9540            ! regexec.c
9541 ____________________________________________________________________________
9542 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
9543         Log: Subject: perlhack.pod 
9544              From: "John P. Linderman" <jpl@research.att.com>
9545              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
9546              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
9547      Branch: perl
9548            ! pod/perlhack.pod
9549 ____________________________________________________________________________
9550 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
9551         Log: File::Find patch patches from Thomas Wegner.
9552      Branch: perl
9553            ! lib/File/Find.pm
9554 ____________________________________________________________________________
9555 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
9556         Log: Subject: Re: socketpair emulation 
9557              From: Nicholas Clark <nick@unfortu.net>                 
9558              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
9559              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
9560      Branch: perl
9561            ! ext/Socket/socketpair.t
9562 ____________________________________________________________________________
9563 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
9564         Log: Must cast constants if they can be quads.
9565      Branch: perl
9566            ! regcomp.c
9567 ____________________________________________________________________________
9568 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
9569         Log: Promote the e/uid to wide enough un/signed integers
9570              and printf them as such.
9571      Branch: perl
9572            ! taint.c
9573 ____________________________________________________________________________
9574 [ 13870] By: jhi                                   on 2001/12/24  01:14:52
9575         Log: metaconfig unit change for #13869.
9576      Branch: metaconfig/U/perl
9577            ! d_u32align.U
9578 ____________________________________________________________________________
9579 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
9580         Log: The U32 alignment test wasn't really working, noticed
9581              by Paul Green.  Now the test works, but this means that
9582              we may see coredumps from the test.   I sure hope MMUless
9583              places don't crash on the test.
9584      Branch: perl
9585            ! Configure
9586 ____________________________________________________________________________
9587 [ 13868] By: jhi                                   on 2001/12/23  23:46:54
9588         Log: metaconfig unit changes for #13867.
9589      Branch: metaconfig
9590            ! U/compline/nblock_io.U U/modified/Unix.U
9591            ! U/modified/spitshell.U
9592 ____________________________________________________________________________
9593 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
9594         Log: More VOS tweaks.
9595      Branch: perl
9596            ! Configure
9597 ____________________________________________________________________________
9598 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
9599         Log: The funky final sigma casefolding.
9600      Branch: perl
9601            ! regcomp.c regexec.c t/op/pat.t utf8.h
9602 ____________________________________________________________________________
9603 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
9604         Log: Update Changes.
9605      Branch: perl
9606            ! Changes patchlevel.h
9607 ____________________________________________________________________________
9608 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
9609         Log: Move the \C and \X to pat.t.
9610      Branch: perl
9611            ! t/op/pat.t t/op/re_tests
9612 ____________________________________________________________________________
9613 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
9614         Log: More logical test ordering.
9615      Branch: perl
9616            ! perl.h
9617 ____________________________________________________________________________
9618 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
9619         Log: Integrate perlio;
9620              
9621              Add at least the "important" PerlIO_xxxx functions to embed.pl
9622              so that they get implicit pTHX_ and we can avoid slow dTHX.
9623              
9624              Put PerlIO stuff inside EXTERN C
9625              
9626              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
9627      Branch: perl
9628           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
9629           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
9630           !> win32/win32.c
9631 ____________________________________________________________________________
9632 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
9633         Log: Even more \X fixing.
9634      Branch: perl
9635            ! regexec.c t/op/pat.t
9636 ____________________________________________________________________________
9637 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
9638         Log: More \X fixing.
9639      Branch: perl
9640            ! regexec.c t/op/pat.t
9641 ____________________________________________________________________________
9642 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
9643         Log: Fix encoding pragma.
9644      Branch: perl
9645            ! regcomp.c
9646 ____________________________________________________________________________
9647 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
9648         Log: Subject: socketpair emulation
9649              From: Nicholas Clark <nick@unfortu.net>
9650              Date: Sat, 22 Dec 2001 18:38:18 +0000
9651              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
9652      Branch: perl
9653            + ext/Socket/socketpair.t
9654            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
9655            ! pp_sys.c proto.h util.c
9656 ____________________________________________________________________________
9657 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
9658         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
9659              From: Jeffrey Friedl <jfriedl@yahoo.com>
9660              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
9661              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
9662              
9663              (partially applied, most of the new tests need to be rethought)
9664      Branch: perl
9665            ! regcomp.c t/op/re_tests
9666 ____________________________________________________________________________
9667 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
9668         Log: Small tweaks.
9669      Branch: perl
9670            ! handy.h regexec.c
9671 ____________________________________________________________________________
9672 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
9673         Log: Unicode casefolding continues.
9674              (lib/encoding.t still failing.)
9675      Branch: perl
9676            ! regexec.c t/op/pat.t
9677 ____________________________________________________________________________
9678 [ 13854] By: nick                                  on 2001/12/22  20:01:27
9679         Log: Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
9680      Branch: perlio
9681            ! makedef.pl perlio.h perlio.sym win32/win32.c
9682 ____________________________________________________________________________
9683 [ 13853] By: nick                                  on 2001/12/22  19:58:53
9684         Log: Put PerlIO stuff inside EXTERN C
9685      Branch: perlio
9686            ! embed.pl proto.h
9687 ____________________________________________________________________________
9688 [ 13852] By: nick                                  on 2001/12/22  18:04:34
9689         Log: Add at least the "important" PerlIO_xxxx functions to embed.pl
9690              so that they get implicit pTHX_ and we can avoid slow dTHX.
9691      Branch: perlio
9692            ! embed.h embed.pl ext/IO/IO.xs global.sym globals.c perlio.c
9693            ! perlio.h pod/perlapi.pod proto.h
9694 ____________________________________________________________________________
9695 [ 13851] By: jhi                                   on 2001/12/22  17:42:10
9696         Log: metaconfig unit change for #13850.
9697      Branch: metaconfig
9698            ! U/modified/Loc.U
9699 ____________________________________________________________________________
9700 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
9701         Log: Rework the make logic (again).
9702      Branch: perl
9703            ! Configure
9704 ____________________________________________________________________________
9705 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
9706         Log: Integrate perlio;
9707              Fix mis-parse of autoloaded usage code by declaring the sub
9708              Correct checking code which Ilya spotted was tripped by CR at EOF.
9709              The CR at EOF fix earlier broke CR at end-of-buffer.
9710      Branch: perl
9711            ! regexec.c
9712           !> ext/POSIX/POSIX.pm perlio.c sv.c
9713 ____________________________________________________________________________
9714 [ 13848] By: nick                                  on 2001/12/22  15:11:17
9715         Log: The CR at EOF fix earlier broke CR at end-of-buffer.
9716              This should be okay for both?
9717      Branch: perlio
9718            ! perlio.c
9719 ____________________________________________________________________________
9720 [ 13847] By: nick                                  on 2001/12/22  12:26:32
9721         Log: Correct checking code which Ilya spotted was tripped by CR at EOF.
9722              Also tone down perl -DP tracing of sv_gets.
9723      Branch: perlio
9724            ! perlio.c sv.c
9725 ____________________________________________________________________________
9726 [ 13846] By: nick                                  on 2001/12/22  10:49:27
9727         Log: Fix mis-parse of autoloaded usage code by declaring the sub
9728      Branch: perlio
9729            ! ext/POSIX/POSIX.pm
9730 ____________________________________________________________________________
9731 [ 13845] By: nick                                  on 2001/12/22  10:44:11
9732         Log: Integrate mainline - some fails:
9733              Failed Test            Stat Wstat Total Fail  Failed  List of Failed
9734              -------------------------------------------------------------------------------
9735              ../ext/POSIX/t/posix.t  255 65280    38    9  23.68%  30-38
9736              ../lib/encoding.t                    19    2  10.53%  17-18
9737              op/pat.t                            770    3   0.39%  754-755 757
9738      Branch: perlio
9739           +> ext/re/re.t lib/ExtUtils/t/MM_OS2.t
9740           !> (integrate 36 files)
9741 ____________________________________________________________________________
9742 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
9743         Log: More Unicode casing fixes.
9744      Branch: perl
9745            ! regexec.c t/op/pat.t
9746 ____________________________________________________________________________
9747 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
9748         Log: Unicode casefolding fixes.
9749      Branch: perl
9750            ! op.c regcomp.c regexec.c t/op/pat.t
9751 ____________________________________________________________________________
9752 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
9753         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
9754              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
9755              Date: Sat, 22 Dec 2001 00:01:29 +0100
9756              Message-ID: <20011222000129.A713@rafael>
9757      Branch: perl
9758            ! ext/B/B/Deparse.pm
9759 ____________________________________________________________________________
9760 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
9761         Log: VOS config from Paul Green.
9762      Branch: perl
9763            ! hints/vos.sh
9764 ____________________________________________________________________________
9765 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
9766         Log: Subject: [PATCH @13746] CreateTTY on OS/2
9767              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9768              Date: Fri, 21 Dec 2001 15:59:45 -0500
9769              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
9770      Branch: perl
9771            ! lib/perl5db.pl
9772 ____________________________________________________________________________
9773 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
9774         Log: Subject: [PATCH @13746] uninstalled build of modules broken
9775              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9776              Date: Fri, 21 Dec 2001 15:49:09 -0500
9777              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
9778      Branch: perl
9779            ! lib/ExtUtils/MM_Unix.pm
9780 ____________________________________________________________________________
9781 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
9782         Log: Subject: [PATCH @13746] OS/2 File::* modules
9783              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9784              Date: Fri, 21 Dec 2001 15:43:24 -0500
9785              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
9786      Branch: perl
9787            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
9788 ____________________________________________________________________________
9789 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
9790         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
9791              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
9792              Date: Fri, 21 Dec 2001 17:29:07 +0100
9793              Message-ID: <3C236353.6625C4C0@alcatel.at>
9794      Branch: perl
9795            ! pod/perltie.pod
9796 ____________________________________________________________________________
9797 [ 13836] By: jhi                                   on 2001/12/21  19:47:52
9798         Log: metaconfig unit changes for #13835
9799      Branch: metaconfig
9800            ! U/modified/Head.U U/modified/Loc.U U/modified/Unix.U
9801            ! U/modified/sh.U
9802 ____________________________________________________________________________
9803 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
9804         Log: Further VOS tweaks: the _exe needs to be introduced
9805              in the very beginning, and the make/gmake needs special
9806              VOS logic.
9807      Branch: perl
9808            ! Configure Makefile.SH
9809 ____________________________________________________________________________
9810 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
9811         Log: Update Changes.
9812      Branch: perl
9813            ! Changes patchlevel.h
9814 ____________________________________________________________________________
9815 [ 13833] By: jhi                                   on 2001/12/21  14:46:45
9816         Log: metaconfig unit change for #13832.
9817      Branch: metaconfig
9818            ! U/modified/spitshell.U
9819 ____________________________________________________________________________
9820 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
9821         Log: Also the search for cat needs to be _exe-aware.
9822      Branch: perl
9823            ! Configure
9824 ____________________________________________________________________________
9825 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
9826         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
9827              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
9828              Date: Fri, 21 Dec 2001 14:02:01 +0100
9829              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
9830      Branch: perl
9831            ! ext/B/B/Xref.pm
9832 ____________________________________________________________________________
9833 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
9834         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
9835      Branch: perl
9836            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
9837            ! ext/B/t/assembler.t
9838 ____________________________________________________________________________
9839 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
9840         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
9841              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9842              Date: Fri, 21 Dec 2001 11:15:38 +0100
9843              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
9844      Branch: perl
9845            ! hv.c
9846 ____________________________________________________________________________
9847 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
9848         Log: A plan is good.
9849      Branch: perl
9850            ! ext/re/re.t
9851 ____________________________________________________________________________
9852 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
9853         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
9854              From: chromatic <chromatic@rmci.net>
9855              Date: Thu, 20 Dec 2001 16:16:48 -0700
9856              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
9857      Branch: perl
9858            + ext/re/re.t
9859            ! MANIFEST
9860 ____________________________________________________________________________
9861 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
9862         Log: Synchronize the skippage message.
9863      Branch: perl
9864            ! lib/ExtUtils/t/MM_OS2.t
9865 ____________________________________________________________________________
9866 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
9867         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
9868              From: chromatic <chromatic@rmci.net>
9869              Date: Thu, 20 Dec 2001 16:09:10 -0700
9870              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
9871      Branch: perl
9872            + lib/ExtUtils/t/MM_OS2.t
9873            ! MANIFEST
9874 ____________________________________________________________________________
9875 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
9876         Log: Subject: perlfunc.pod patch re flock via fcntl
9877              From: "Tye McQueen" <tye@metronet.com>
9878              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
9879              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
9880      Branch: perl
9881            ! pod/perlfunc.pod
9882 ____________________________________________________________________________
9883 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
9884         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
9885              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
9886              (the Unicode maximum code point) warnable offenses.
9887      Branch: perl
9888            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
9889            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
9890 ____________________________________________________________________________
9891 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
9892         Log: Sterner admonishment on -t.
9893      Branch: perl
9894            ! pod/perlrun.pod
9895 ____________________________________________________________________________
9896 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
9897         Log: Subject: [PATCH B::Dpparse] minor qr// fix
9898              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9899              Date: Thu, 20 Dec 2001 22:53:34 +0100
9900              Message-ID: <20011220225334.A735@rafael>
9901      Branch: perl
9902            ! ext/B/B/Deparse.pm
9903 ____________________________________________________________________________
9904 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
9905         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
9906              From: Robert Spier <rspier@pobox.com>
9907              Date: Thu, 20 Dec 2001 08:10:00 -0800
9908              Message-ID: <15394.3416.693353.107334@rls.cx>
9909      Branch: perl
9910            ! lib/Carp/Heavy.pm
9911 ____________________________________________________________________________
9912 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
9913         Log: Integrate perlio (pTHX_ fixes for :win32 layer)
9914      Branch: perl
9915           !> win32/win32io.c
9916 ____________________________________________________________________________
9917 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
9918         Log: Subject: Re: [PATCH pod/perliol.pod] resend
9919              From: Stas Bekman <stas@stason.org>
9920              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
9921              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
9922      Branch: perl
9923            ! pod/perliol.pod
9924 ____________________________________________________________________________
9925 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
9926         Log: Fix up the APIs noone hopefully uses.
9927      Branch: perl
9928            ! utf8.c
9929 ____________________________________________________________________________
9930 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
9931         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
9932              Date: Wed, 19 Dec 2001 14:13:38 -0800
9933              From: Robert Spier <rspier@pobox.com>
9934              Message-ID: <15393.4370.605214.548582@rls.cx>
9935      Branch: perl
9936            ! lib/Carp.t lib/Carp/Heavy.pm
9937 ____________________________________________________________________________
9938 [ 13815] By: nick                                  on 2001/12/20  10:23:42
9939         Log: pTHX_ fixes for :win32 layer
9940      Branch: perlio
9941            ! win32/win32io.c
9942 ____________________________________________________________________________
9943 [ 13814] By: nick                                  on 2001/12/20  08:20:11
9944         Log: Integrate mainline (mostly) utf8.c does not compile.
9945      Branch: perlio
9946           +> lib/Net/Ping/CHANGES lib/Net/Ping/README
9947           +> lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
9948           +> lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
9949           +> lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
9950           +> lib/Net/Ping/t/300_ping_stream.t
9951           !> Changes MANIFEST embed.h embed.pl embedvar.h
9952           !> ext/B/B/Assembler.pm lib/English.t lib/ExtUtils/t/Embed.t
9953           !> lib/File/stat.t lib/Net/Ping.pm lib/Shell.t os2/Makefile.SHs
9954           !> os2/OS2/REXX/DLL/Makefile.PL os2/os2.c os2/perlrexx.c
9955           !> patchlevel.h perlapi.h pod/perlfunc.pod pod/perlre.pod pp.c
9956           !> proto.h t/op/alarm.t thrdvar.h util.c wince/perldll.def
9957 ____________________________________________________________________________
9958 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
9959         Log: Some bincompat clawbacks.
9960      Branch: perl
9961            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
9962            ! wince/perldll.def
9963 ____________________________________________________________________________
9964 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
9965         Log: gcc pacifying (RH 7.1/ia64).
9966      Branch: perl
9967            ! pp.c
9968 ____________________________________________________________________________
9969 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
9970         Log: Update Changes.
9971      Branch: perl
9972            ! Changes patchlevel.h
9973 ____________________________________________________________________________
9974 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
9975         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
9976              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
9977              Date: Wed, 19 Dec 2001 12:35:07 +0100
9978              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
9979              
9980              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
9981              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9982              Date: Wed, 19 Dec 2001 17:34:51 +0000
9983              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
9984      Branch: perl
9985            ! pod/perlre.pod
9986 ____________________________________________________________________________
9987 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
9988         Log: Integrate perlio.
9989      Branch: perl
9990           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
9991           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
9992 ____________________________________________________________________________
9993 [ 13808] By: nick                                  on 2001/12/19  16:08:27
9994         Log: Add pTHX to all vtable functions for future-proofing and
9995              consistency of PerlIO layers.
9996      Branch: perlio
9997            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
9998            ! ext/PerlIO/Via/Via.xs perlio.c perliol.h
9999 ____________________________________________________________________________
10000 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
10001         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
10002      Branch: perl
10003            ! ext/B/B/Assembler.pm
10004 ____________________________________________________________________________
10005 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
10006         Log: Reword the alarm explanation.
10007      Branch: perl
10008            ! pod/perlfunc.pod
10009 ____________________________________________________________________________
10010 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
10011         Log: Subject: [PATCH @13746] OS/2 build
10012              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
10013              Date: Wed, 19 Dec 2001 02:45:41 -0500
10014              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
10015              
10016              (skipped the t/TEST change)
10017      Branch: perl
10018            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
10019            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
10020            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
10021 ____________________________________________________________________________
10022 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
10023         Log: Upgrade to Net::Ping 2.09.
10024      Branch: perl
10025            + lib/Net/Ping/CHANGES lib/Net/Ping/README
10026            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
10027            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
10028            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
10029            + lib/Net/Ping/t/300_ping_stream.t
10030            ! MANIFEST lib/Net/Ping.pm
10031 ____________________________________________________________________________
10032 [ 13803] By: nick                                  on 2001/12/19  14:43:24
10033         Log: Integrate mainline
10034      Branch: perlio
10035           +> ext/B/t/assembler.t lib/lib.t
10036           !> MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
10037           !> lib/lib_pm.PL t/op/glob.t utf8.c
10038 ____________________________________________________________________________
10039 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
10040         Log: B::Assembler/B::Disassembler patches and test;
10041              from Wolfgang Laun.
10042              
10043              TODO: getting perlcc working.
10044      Branch: perl
10045            + ext/B/t/assembler.t
10046            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
10047 ____________________________________________________________________________
10048 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
10049         Log: Can't printf U8s as UVs.
10050      Branch: perl
10051            ! utf8.c
10052 ____________________________________________________________________________
10053 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
10054         Log: Subject: Re: [PATCH] ...while $var = glob(...)
10055              From: Robin Houston <robin@kitsite.com> 
10056              Date: Wed, 19 Dec 2001 13:48:55 +0000
10057              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
10058              
10059              Not exactly a glob test but internal-logically correct.
10060      Branch: perl
10061            ! t/op/glob.t
10062 ____________________________________________________________________________
10063 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
10064         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
10065              From: Michael G Schwern <schwern@pobox.com> 
10066              Date: Wed, 19 Dec 2001 07:42:54 -0500
10067              Message-ID: <20011219124254.GF8630@blackrider>
10068      Branch: perl
10069            + lib/lib.t
10070            ! MANIFEST lib/lib_pm.PL
10071 ____________________________________________________________________________
10072 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
10073         Log: Integrate with perlio.
10074      Branch: perl
10075           !> hv.c hv.h scope.c util.c
10076 ____________________________________________________________________________
10077 [ 13797] By: nick                                  on 2001/12/19  12:03:21
10078         Log: Remove the sometimes-lvalue cast
10079      Branch: perlio
10080            ! hv.h
10081 ____________________________________________________________________________
10082 [ 13796] By: nick                                  on 2001/12/19  11:02:27
10083         Log: alarm.t with -Uuseperlio fix
10084              - SA_RESTART should only be function of PERL_OLD_SIGNALS
10085              not USE_PERLIO
10086      Branch: perlio
10087            ! util.c
10088 ____________________________________________________________________________
10089 [ 13795] By: nick                                  on 2001/12/19  10:19:40
10090         Log: Fix READONLY hashes:
10091              1. Discovered need for disabled scope.c part of Jeff's patch.
10092              2. Corrected hv_delete* - entry was being de-linked from
10093              chain (patch program not smart enough?)
10094      Branch: perlio
10095            ! hv.c scope.c
10096 ____________________________________________________________________________
10097 [ 13794] By: nick                                  on 2001/12/19  09:35:13
10098         Log: Integrate mainline
10099      Branch: perlio
10100           !> Configure Porting/checkURL.pl config_h.SH dump.c hints/vos.sh
10101           !> lib/Benchmark.t lib/Exporter.pm lib/ExtUtils/t/MM_Unix.t
10102           !> lib/utf8.t pod/perlfaq5.pod pod/perltoc.pod
10103           !> pod/perlunicode.pod pod/perluniintro.pod pp.c sv.c
10104           !> t/lib/warnings/utf8 utf8.c x2p/a2p.h x2p/str.c
10105 ____________________________________________________________________________
10106 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
10107         Log: Regen toc.
10108      Branch: perl
10109            ! pod/perltoc.pod
10110 ____________________________________________________________________________
10111 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
10112         Log: FAQ sync.
10113      Branch: perl
10114            ! pod/perlfaq5.pod
10115 ____________________________________________________________________________
10116 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
10117         Log: Reformat round.
10118      Branch: perl
10119            ! pod/perlunicode.pod
10120 ____________________________________________________________________________
10121 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
10122         Log: Subject: [PATCH] pod/perlunicode.pod
10123              From: Jeffrey Friedl <jfriedl@yahoo.com>
10124              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
10125              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
10126      Branch: perl
10127            ! pod/perlunicode.pod
10128 ____________________________________________________________________________
10129 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
10130         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
10131              From: Jeffrey Friedl <jfriedl@yahoo.com>
10132              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
10133              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
10134      Branch: perl
10135            ! pod/perluniintro.pod
10136 ____________________________________________________________________________
10137 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
10138         Log: Slight pod reformatting.
10139      Branch: perl
10140            ! pod/perluniintro.pod
10141 ____________________________________________________________________________
10142 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
10143         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
10144              From: Jeffrey Friedl <jfriedl@yahoo.com>    
10145              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
10146              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
10147      Branch: perl
10148            ! pod/perluniintro.pod
10149 ____________________________________________________________________________
10150 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
10151         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
10152              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10153              Date: Wed, 19 Dec 2001 01:45:23 +0000
10154              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
10155      Branch: perl
10156            ! sv.c
10157 ____________________________________________________________________________
10158 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
10159         Log: Subject: Porting/checkURL.pl
10160              From: abigail@foad.org
10161              Date: Tue, 18 Dec 2001 19:03:22 +0100          
10162              Message-ID: <20011218180322.8278.qmail@foad.org> 
10163      Branch: perl
10164            ! Porting/checkURL.pl
10165 ____________________________________________________________________________
10166 [ 13784] By: jhi                                   on 2001/12/19  01:05:25
10167         Log: metaconfig unit change for #13783.
10168      Branch: metaconfig
10169            ! U/modified/Loc.U
10170 ____________________________________________________________________________
10171 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
10172         Log: A bit too oversweeping matching in #13778.
10173      Branch: perl
10174            ! Configure
10175 ____________________________________________________________________________
10176 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
10177         Log: Re-gen Configure based on #13778..13781.
10178      Branch: perl
10179            ! Configure config_h.SH
10180 ____________________________________________________________________________
10181 [ 13781] By: jhi                                   on 2001/12/18  23:59:59
10182         Log: First assume that crypt() can live happy normal life in
10183              the libc or the moral equivalent; only then try magic.
10184      Branch: metaconfig
10185            + U/modified/d_crypt.U
10186 ____________________________________________________________________________
10187 [ 13780] By: jhi                                   on 2001/12/18  23:52:03
10188         Log: In VOS ACLs confuse the testing.
10189      Branch: metaconfig
10190            ! U/modified/Findhdr.U
10191 ____________________________________________________________________________
10192 [ 13779] By: jhi                                   on 2001/12/18  23:47:39
10193         Log: Either make or gmake.
10194      Branch: metaconfig
10195            ! U/modified/Loc.U
10196 ____________________________________________________________________________
10197 [ 13778] By: jhi                                   on 2001/12/18  23:44:56
10198         Log: If your _exe is different from .exe and your test -f $foo
10199              doesn't do magic to recognize $foo$_exe, you will need to
10200              specify -D_exe=... on command line-- and this patch.
10201      Branch: metaconfig
10202            + U/modified/sh.U
10203            ! U/modified/Loc.U
10204 ____________________________________________________________________________
10205 [ 13777] By: jhi                                   on 2001/12/18  23:28:37
10206         Log: Fix the bugs in #13768..13776, and regen Configure.
10207      Branch: metaconfig
10208            ! U/compline/nblock_io.U U/modified/Findhdr.U
10209            ! U/modified/spitshell.U
10210      Branch: metaconfig/U/perl
10211            ! issymlink.U perlpath.U
10212      Branch: perl
10213            ! Configure config_h.SH
10214 ____________________________________________________________________________
10215 [ 13776] By: jhi                                   on 2001/12/18  23:02:42
10216         Log: Must test with $_exe. (There are plenty of similar
10217              spots earlier but they are a tad more complex to fix
10218              since they come before the hints are run.)
10219      Branch: metaconfig
10220            + U/modified/yacc.U
10221 ____________________________________________________________________________
10222 [ 13775] By: jhi                                   on 2001/12/18  22:59:04
10223         Log: F_SETFL might require <fcntl.h>
10224      Branch: metaconfig
10225            ! U/compline/nblock_io.U
10226 ____________________________________________________________________________
10227 [ 13774] By: jhi                                   on 2001/12/18  22:53:41
10228         Log: Don't require make; have both make and gmake optional.
10229              (Maybe have a check that at least one of them is available?)
10230      Branch: metaconfig
10231            ! U/modified/Loc.U
10232 ____________________________________________________________________________
10233 [ 13773] By: jhi                                   on 2001/12/18  22:49:56
10234         Log: cat might be farther than /bin or /usr/bin.
10235      Branch: metaconfig
10236            ! U/modified/spitshell.U
10237 ____________________________________________________________________________
10238 [ 13772] By: jhi                                   on 2001/12/18  22:44:45
10239         Log: In VOS the path component separator is >, not /.
10240      Branch: metaconfig
10241            ! U/modified/Findhdr.U
10242 ____________________________________________________________________________
10243 [ 13771] By: jhi                                   on 2001/12/18  22:35:40
10244         Log: The VOS shell doesn't implement the ? wildcard
10245              (? is used for other purposes, I assume); but
10246              it does implement the * wildcard, and that works
10247              in the general case just fine.
10248      Branch: metaconfig/U/perl
10249            ! d_dlsymun.U
10250 ____________________________________________________________________________
10251 [ 13770] By: jhi                                   on 2001/12/18  22:28:41
10252         Log: VOS detection.
10253      Branch: metaconfig
10254            ! U/modified/Oldconfig.U
10255 ____________________________________________________________________________
10256 [ 13769] By: jhi                                   on 2001/12/18  22:23:25
10257         Log: Proper path for VOS.
10258      Branch: metaconfig
10259            ! U/modified/Head.U
10260 ____________________________________________________________________________
10261 [ 13768] By: jhi                                   on 2001/12/18  22:21:00
10262         Log: Change s/>& 4/>&4/g for consistency.
10263      Branch: metaconfig
10264            + U/modified/d_dosuid.U
10265            ! U/modified/d_socket.U
10266      Branch: metaconfig/U/perl
10267            ! issymlink.U perlxvf.U
10268 ____________________________________________________________________________
10269 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
10270         Log: Subject: Re: Benchmark.t failure on Linux
10271              From: Nicholas Clark <nick@ccl4.org>
10272              Date: Tue, 18 Dec 2001 22:51:25 +0000
10273              Message-ID: <20011218225124.N21702@plum.flirble.org>
10274      Branch: perl
10275            ! lib/Benchmark.t
10276 ____________________________________________________________________________
10277 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
10278         Log: Re-applying #13752 until a better solution can be found.
10279      Branch: perl
10280            ! lib/ExtUtils/t/MM_Unix.t
10281 ____________________________________________________________________________
10282 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
10283         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
10284              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
10285              Date: Tue, 18 Dec 2001 12:05:40 -0500
10286              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
10287      Branch: perl
10288            ! lib/Exporter.pm
10289 ____________________________________________________________________________
10290 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
10291         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
10292              findings -- some of the warnings I can't explain except
10293              by NVgf being detected wrong, though.
10294      Branch: perl
10295            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
10296 ____________________________________________________________________________
10297 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
10298         Log: Subject: [PATCH] pod/perluniintro.pod
10299              From: Jeffrey Friedl <jfriedl@yahoo.com>
10300              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
10301              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
10302      Branch: perl
10303            ! pod/perluniintro.pod
10304 ____________________________________________________________________________
10305 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
10306         Log: ".pm" is the native executable suffix in VOS.
10307      Branch: perl
10308            ! hints/vos.sh
10309 ____________________________________________________________________________
10310 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
10311         Log: Integrate perlio;
10312              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
10313      Branch: perl
10314           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
10315 ____________________________________________________________________________
10316 [ 13760] By: nick                                  on 2001/12/18  15:55:22
10317         Log: Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
10318              - added delete of READONLY value inhibit & test for same
10319              - re-tabbed
10320      Branch: perlio
10321            ! ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
10322 ____________________________________________________________________________
10323 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
10324         Log: (Undone by #13766.)
10325              Retract #13752.
10326      Branch: perl
10327            ! lib/ExtUtils/t/MM_Unix.t
10328 ____________________________________________________________________________
10329 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
10330         Log: Echoes of #13757.
10331      Branch: perl
10332            ! t/lib/warnings/utf8
10333 ____________________________________________________________________________
10334 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
10335         Log: Make the utf8 malformedness messages more verbose.
10336      Branch: perl
10337            ! lib/utf8.t utf8.c
10338 ____________________________________________________________________________
10339 [ 13756] By: nick                                  on 2001/12/18  14:43:58
10340         Log: Integrate mainline
10341      Branch: perlio
10342           +> lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
10343           +> lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
10344           +> lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
10345           +> lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
10346           +> lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
10347           +> lib/ExtUtils/t/testlib.t t/op/alarm.t
10348            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
10349            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
10350            - lib/ExtUtils/MM_VMS.t lib/ExtUtils/Manifest.t
10351            - lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
10352            - lib/ExtUtils/testlib.t
10353           !> (integrate 28 files)
10354 ____________________________________________________________________________
10355 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
10356         Log: README.aix updates from Jens-Uwe Mager.
10357      Branch: perl
10358            ! README.aix
10359 ____________________________________________________________________________
10360 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
10361         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
10362              From: Michael G Schwern <schwern@pobox.com>
10363              Date: Tue, 18 Dec 2001 00:58:18 -0500
10364              Message-ID: <20011218055818.GC4362@blackrider>
10365      Branch: perl
10366            ! lib/Benchmark.t
10367 ____________________________________________________________________________
10368 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
10369         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
10370              From: Michael G Schwern <schwern@pobox.com>
10371              Date: Tue, 18 Dec 2001 00:40:38 -0500
10372              Message-ID: <20011218054038.GB4362@blackrider>
10373      Branch: perl
10374            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
10375 ____________________________________________________________________________
10376 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
10377         Log: (reintroduced by #13766)
10378              (retracted by #13759)
10379              
10380              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
10381              From: Michael G Schwern <schwern@pobox.com>  
10382              Date: Tue, 18 Dec 2001 00:00:23 -0500
10383              Message-ID: <20011218050023.GA27893@blackrider>
10384      Branch: perl
10385            ! lib/ExtUtils/t/MM_Unix.t
10386 ____________________________________________________________________________
10387 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
10388         Log: Re-patch #13749.
10389      Branch: perl
10390            ! t/op/glob.t
10391 ____________________________________________________________________________
10392 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
10393         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
10394              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10395              Date: Tue, 18 Dec 2001 12:55:43 +0000
10396              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
10397      Branch: perl
10398            ! ext/Devel/Peek/Peek.pm
10399 ____________________________________________________________________________
10400 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
10401         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
10402              From: Robin Houston <robin@kitsite.com> 
10403              Date: Tue, 18 Dec 2001 14:54:33 +0000
10404              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
10405      Branch: perl
10406            ! t/op/glob.t
10407 ____________________________________________________________________________
10408 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
10409         Log: Subject: [PATCH] slightly more for Exporter.pm
10410              From: Nicholas Clark <nick@ccl4.org>
10411              Date: Tue, 18 Dec 2001 00:22:03 +0000
10412              Message-ID: <20011218002203.M21702@plum.flirble.org>
10413      Branch: perl
10414            ! lib/Exporter.pm
10415 ____________________________________________________________________________
10416 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
10417         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
10418              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10419              Date: Mon, 17 Dec 2001 16:37:18 +0100
10420              Message-ID: <20011217163718.A2292@rafael>
10421              
10422              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
10423              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10424              Date: Mon, 17 Dec 2001 23:17:06 +0100
10425              Message-ID: <20011217231706.A730@rafael>
10426      Branch: perl
10427            ! pod/perlsub.pod pp.c toke.c
10428 ____________________________________________________________________________
10429 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
10430         Log: Update Changes.
10431      Branch: perl
10432            ! Changes patchlevel.h
10433 ____________________________________________________________________________
10434 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
10435         Log: New test warrants a MANIFEST entry.
10436      Branch: perl
10437            ! MANIFEST
10438 ____________________________________________________________________________
10439 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
10440         Log: Subject: Re: [PATCH] ...while $var = glob(...)
10441              From: Robin Houston <robin@kitsite.com>
10442              Date: Mon, 17 Dec 2001 20:27:30 +0000
10443              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
10444              
10445              Can't portably unlink open files.
10446      Branch: perl
10447            ! t/op/glob.t
10448 ____________________________________________________________________________
10449 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
10450         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
10451      Branch: perl
10452            ! pod/perluniintro.pod
10453 ____________________________________________________________________________
10454 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
10455         Log: Move typeglob test from glob.t to gv.t.
10456      Branch: perl
10457            ! t/op/glob.t t/op/gv.t
10458 ____________________________________________________________________________
10459 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
10460         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
10461              From: Robin Houston <robin@kitsite.com> 
10462              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
10463              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
10464      Branch: perl
10465            ! t/op/glob.t
10466 ____________________________________________________________________________
10467 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
10468         Log: Demote the surrogate and non-character errors to warnings.
10469      Branch: perl
10470            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
10471 ____________________________________________________________________________
10472 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
10473         Log: Subject: [PATCH] more POSIX tests, and more autoloading
10474              From: Nicholas Clark <nick@ccl4.org>
10475              Date: Mon, 17 Dec 2001 18:27:47 +0000
10476              Message-ID: <20011217182747.D21702@plum.flirble.org>
10477      Branch: perl
10478            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
10479 ____________________________________________________________________________
10480 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
10481         Log: Subject: [PATCH] ...while $var = glob(...)
10482              From: Robin Houston <robin@kitsite.com> 
10483              Date: Mon, 17 Dec 2001 15:51:54 +0000
10484              Message-ID: <20011217155153.A311@robin.kitsite.com>
10485      Branch: perl
10486            ! op.c
10487 ____________________________________________________________________________
10488 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
10489         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
10490              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10491              Date: Mon, 17 Dec 2001 15:23:01 +0100
10492              Message-ID: <20011217152301.A704@rafael>
10493      Branch: perl
10494            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
10495 ____________________________________________________________________________
10496 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
10497         Log: The system() vs $SIG{ARLM} is no more a todo.
10498      Branch: perl
10499            ! t/op/alarm.t
10500 ____________________________________________________________________________
10501 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
10502         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
10503              From: Michael G Schwern <schwern@pobox.com>
10504              Date: Sun, 16 Dec 2001 23:59:01 -0500
10505              Message-ID: <20011217045901.GL17232@blackrider>
10506      Branch: perl
10507            + t/op/alarm.t
10508            ! MANIFEST
10509 ____________________________________________________________________________
10510 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
10511         Log: s/UNIX/Unix/
10512      Branch: perl
10513            ! MANIFEST
10514 ____________________________________________________________________________
10515 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
10516         Log: Move ExtUtils tests to lib/ExtUtils/t.
10517      Branch: perl
10518            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
10519            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
10520            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
10521            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
10522            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
10523            + lib/ExtUtils/t/testlib.t
10524            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
10525            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
10526            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
10527            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
10528            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
10529            ! MANIFEST
10530 ____________________________________________________________________________
10531 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
10532         Log: Subject: [PATCH] MM_Unix tests, and some questions
10533              From: Tels <perl_dummy@bloodgate.com>
10534              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
10535              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
10536              
10537              Subject: Re: [PATCH] MM_Unix tests, and some questions
10538              From: Tels <perl_dummy@bloodgate.com>
10539              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
10540              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
10541      Branch: perl
10542            + lib/ExtUtils/MM_Unix.t
10543            ! MANIFEST lib/ExtUtils/MM_Unix.pm
10544 ____________________________________________________________________________
10545 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
10546         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
10547              From: Michael G Schwern <schwern@pobox.com>
10548              Date: Sun, 16 Dec 2001 17:53:55 -0500
10549              Message-ID: <20011216225354.GE8900@blackrider>
10550      Branch: perl
10551            ! lib/ExtUtils/MM_Unix.pm
10552 ____________________________________________________________________________
10553 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
10554         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
10555              From: Michael G Schwern <schwern@pobox.com>                
10556              Date: Sun, 16 Dec 2001 16:12:55 -0500
10557              Message-ID: <20011216211255.GV8900@blackrider>
10558      Branch: perl
10559            ! ext/B/B/Deparse.pm
10560 ____________________________________________________________________________
10561 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
10562         Log: Subject: [PATCH] Exporter.pm
10563              From: Nicholas Clark <nick@ccl4.org>
10564              Date: Sun, 16 Dec 2001 19:24:25 +0000
10565              Message-ID: <20011216192425.R21702@plum.flirble.org>
10566      Branch: perl
10567            ! lib/Exporter.pm
10568 ____________________________________________________________________________
10569 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
10570         Log: Subject: [PATCH] Exporter.t (and question)
10571              From: Nicholas Clark <nick@ccl4.org>
10572              Date: Sun, 16 Dec 2001 17:24:55 +0000
10573              Message-ID: <20011216172455.P21702@plum.flirble.org>
10574      Branch: perl
10575            ! lib/Exporter.t
10576 ____________________________________________________________________________
10577 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
10578         Log: Subject: Re: perl@13661
10579              From: "John P. Linderman" <jpl@research.att.com>              
10580              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
10581              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
10582      Branch: perl
10583            ! pp_sort.c
10584 ____________________________________________________________________________
10585 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
10586         Log: Subject: Will the real Unicode encoding please stand up?
10587              From: Jeffrey Friedl <jfriedl@yahoo.com>
10588              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
10589              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
10590      Branch: perl
10591            ! pod/perluniintro.pod
10592 ____________________________________________________________________________
10593 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
10594         Log: Integrate perlio; interruptable system().
10595      Branch: perl
10596           !> util.c
10597 ____________________________________________________________________________
10598 [ 13724] By: nick                                  on 2001/12/17  09:16:50
10599         Log: Fix for alarm() breaking into wait*().
10600              Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
10601              signal handler before caller re-does the system call.
10602      Branch: perlio
10603            ! util.c
10604 ____________________________________________________________________________
10605 [ 13723] By: nick                                  on 2001/12/17  07:45:13
10606         Log: Integrate mainline
10607      Branch: perlio
10608           +> (branch 26 files)
10609           !> (integrate 47 files)
10610 ____________________________________________________________________________
10611 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
10612         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
10613              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
10614              and characters beyond 0x10FFF should be disallowed, too,
10615              but some tests would need changing, but more importantly some
10616              APIs would need remodeling since one can easily generate such
10617              characters either by bitwise complements, tr complements, or
10618              v-strings.
10619      Branch: perl
10620            ! pod/perldiag.pod utf8.c
10621 ____________________________________________________________________________
10622 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
10623         Log: Make surrogates illegal also on EBCDIC.
10624      Branch: perl
10625            ! utf8.c
10626 ____________________________________________________________________________
10627 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
10628         Log: Subject: [patch @13687] Unicode::Collate 0.10
10629              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
10630              Date: Sun, 16 Dec 2001 21:22:12 +0900
10631              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
10632      Branch: perl
10633            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
10634            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
10635 ____________________________________________________________________________
10636 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
10637         Log: More documentation for the encoding pragma.
10638      Branch: perl
10639            ! lib/encoding.pm
10640 ____________________________________________________________________________
10641 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
10642         Log: Subject: [PATCH] lib/open.pm 
10643              From: Jeffrey Friedl <jfriedl@yahoo.com>
10644              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
10645              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
10646      Branch: perl
10647            ! lib/open.pm
10648 ____________________________________________________________________________
10649 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
10650         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
10651              From: chromatic <chromatic@rmci.net>
10652              Date: Sat, 15 Dec 2001 23:24:40 -0700
10653              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
10654      Branch: perl
10655            + lib/ExtUtils/Installed.t
10656            ! MANIFEST
10657 ____________________________________________________________________________
10658 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
10659         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
10660              From: Michael G Schwern <schwern@pobox.com>
10661              Date: Sun, 16 Dec 2001 01:14:00 -0500
10662              Message-ID: <20011216061400.GC8900@blackrider>
10663      Branch: perl
10664            ! lib/diagnostics.pm
10665 ____________________________________________________________________________
10666 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
10667         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
10668              From: Michael G Schwern <schwern@pobox.com>
10669              Date: Sun, 16 Dec 2001 01:12:42 -0500
10670              Message-ID: <20011216061242.GB8900@blackrider>
10671      Branch: perl
10672            ! t/test.pl
10673 ____________________________________________________________________________
10674 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
10675         Log: I sometimes outsmart myself.
10676      Branch: perl
10677            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
10678 ____________________________________________________________________________
10679 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
10680         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
10681              From: Michael G Schwern <schwern@pobox.com>
10682              Date: Sat, 15 Dec 2001 15:08:29 -0500
10683              Message-ID: <20011215200829.GK1548@blackrider>
10684      Branch: perl
10685            ! lib/AutoSplit.pm
10686 ____________________________________________________________________________
10687 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
10688         Log: perlunicode enchancements suggested by Jeffrey Friedl.
10689      Branch: perl
10690            ! pod/perlunicode.pod
10691 ____________________________________________________________________________
10692 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
10693         Log: Subject: [PATCH] perlunicode.pod
10694              From: Jeffrey Friedl <jfriedl@yahoo.com>
10695              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
10696              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
10697      Branch: perl
10698            ! pod/perlunicode.pod
10699 ____________________________________________________________________________
10700 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
10701         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
10702              From: Jeffrey Friedl <jfriedl@yahoo.com>
10703              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
10704              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
10705      Branch: perl
10706            ! lib/utf8_heavy.pl
10707 ____________________________________________________________________________
10708 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
10709         Log: Can't create surrogates; so can't match them, either.
10710      Branch: perl
10711            ! pod/perlunicode.pod
10712 ____________________________________________________________________________
10713 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
10714         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
10715              From: Michael G Schwern <schwern@pobox.com>
10716              Date: Sat, 15 Dec 2001 21:20:35 -0500
10717              Message-ID: <20011216022035.GE5672@blackrider>
10718      Branch: perl
10719            ! t/test.pl
10720 ____________________________________________________________________________
10721 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
10722         Log: Make creating UTF-8 surrogates a punishable act.
10723      Branch: perl
10724            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
10725 ____________________________________________________________________________
10726 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
10727         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
10728      Branch: perl
10729            + lib/unicore/In/172.pl lib/unicore/In/173.pl
10730            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
10731            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
10732            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
10733            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
10734            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
10735 ____________________________________________________________________________
10736 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
10737         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
10738              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10739              Date: Sat, 15 Dec 2001 23:21:43 +0100
10740              Message-ID: <20011215232143.A11790@rafael>
10741      Branch: perl
10742            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
10743 ____________________________________________________________________________
10744 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
10745         Log: Make charnames more robust.
10746      Branch: perl
10747            ! lib/charnames.pm
10748 ____________________________________________________________________________
10749 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
10750         Log: The hoops one has to jump through.
10751      Branch: perl
10752            ! ext/I18N/Langinfo/Langinfo.pm
10753 ____________________________________________________________________________
10754 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
10755         Log: Subject: [PATCH] perlstyle.pod nit on warnings
10756              From: Autrijus Tang <autrijus@egb.elixus.org>
10757              Date: Sat, 15 Dec 2001 04:24:34 -0800
10758              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
10759      Branch: perl
10760            ! pod/perlstyle.pod
10761 ____________________________________________________________________________
10762 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
10763         Log: I don't think we are in FooOS, Toto.
10764      Branch: perl
10765            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
10766 ____________________________________________________________________________
10767 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
10768         Log: Subject: Re: Untested modules update:  There's more than we thought
10769              From: chromatic <chromatic@rmci.net>
10770              Date: Fri, 14 Dec 2001 17:20:24 -0700
10771              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
10772      Branch: perl
10773            + lib/ExtUtils/MM_Cygwin.t
10774            ! MANIFEST
10775 ____________________________________________________________________________
10776 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
10777         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
10778              From: Michael G Schwern <schwern@pobox.com> 
10779              Date: Fri, 14 Dec 2001 20:59:42 -0500
10780              Message-ID: <20011215015942.GF28596@blackrider>
10781      Branch: perl
10782            ! t/TEST
10783 ____________________________________________________________________________
10784 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
10785         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
10786              From: Michael G Schwern <schwern@pobox.com> 
10787              Date: Fri, 14 Dec 2001 20:03:46 -0500
10788              Message-ID: <20011215010346.GD28596@blackrider>
10789      Branch: perl
10790            + ext/B/t/bblock.t
10791            ! MANIFEST
10792 ____________________________________________________________________________
10793 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
10794         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
10795              From: Michael G Schwern <schwern@pobox.com> 
10796              Date: Fri, 14 Dec 2001 19:59:13 -0500
10797              Message-ID: <20011215005913.GC28596@blackrider>
10798      Branch: perl
10799            ! ext/B/B/Bblock.pm
10800 ____________________________________________________________________________
10801 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
10802         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
10803              From: Michael G Schwern <schwern@pobox.com> 
10804              Date: Fri, 14 Dec 2001 19:36:12 -0500
10805              Message-ID: <20011215003611.GA28596@blackrider>
10806      Branch: perl
10807            + ext/B/t/asmdata.t
10808            ! MANIFEST
10809 ____________________________________________________________________________
10810 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
10811         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
10812              From: Michael G Schwern <schwern@pobox.com> 
10813              Date: Fri, 14 Dec 2001 19:14:14 -0500
10814              Message-ID: <20011215001414.GA25077@blackrider>
10815      Branch: perl
10816            ! bytecode.pl ext/B/B/Asmdata.pm
10817 ____________________________________________________________________________
10818 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
10819         Log: Permissions.
10820      Branch: perl
10821            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
10822            ! ext/Devel/PPPort/module3.c
10823 ____________________________________________________________________________
10824 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
10825         Log: Benchmark test from Nicholas Clark.
10826      Branch: perl
10827            + lib/Benchmark.t
10828            ! MANIFEST lib/Benchmark.pm
10829 ____________________________________________________________________________
10830 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
10831         Log: Mithing.
10832      Branch: perl
10833            + lib/Attribute/Handlers/demo/demo2.pl
10834            + lib/Attribute/Handlers/demo/demo3.pl
10835            + lib/Attribute/Handlers/demo/demo4.pl
10836 ____________________________________________________________________________
10837 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
10838         Log: Silence compiler worries found by Schwern/Digital cc.
10839      Branch: perl
10840            ! perlio.c sv.c x2p/str.c
10841 ____________________________________________________________________________
10842 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
10843         Log: User may not have a valid home directory even if
10844              getpwuid() succedds.
10845      Branch: perl
10846            ! ext/File/Glob/t/basic.t
10847 ____________________________________________________________________________
10848 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
10849         Log: Integrate with perlio.  (No changes, but that's okay.)
10850      Branch: perl
10851           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
10852 ____________________________________________________________________________
10853 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
10854         Log: Add a Configure hints file for VOS: the POSIX support
10855              of VOS is getting close to the point where it can run
10856              Configure (some Configure tweaks will be required).
10857      Branch: perl
10858            + hints/vos.sh
10859            ! MANIFEST
10860 ____________________________________________________________________________
10861 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
10862         Log: Update Changes.
10863      Branch: perl
10864            ! Changes patchlevel.h
10865 ____________________________________________________________________________
10866 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
10867         Log: Reintroduce Attribute::Handlers with Spider's fixes.
10868      Branch: perl
10869            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
10870            + lib/Attribute/Handlers/README
10871            + lib/Attribute/Handlers/demo/Demo.pm
10872            + lib/Attribute/Handlers/demo/Descriptions.pm
10873            + lib/Attribute/Handlers/demo/MyClass.pm
10874            + lib/Attribute/Handlers/demo/demo.pl
10875            + lib/Attribute/Handlers/demo/demo_call.pl
10876            + lib/Attribute/Handlers/demo/demo_chain.pl
10877            + lib/Attribute/Handlers/demo/demo_cycle.pl
10878            + lib/Attribute/Handlers/demo/demo_hashdir.pl
10879            + lib/Attribute/Handlers/demo/demo_phases.pl
10880            + lib/Attribute/Handlers/demo/demo_range.pl
10881            + lib/Attribute/Handlers/demo/demo_rawdata.pl
10882            + lib/Attribute/Handlers/t/multi.t
10883            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
10884 ____________________________________________________________________________
10885 [ 13685] By: nick                                  on 2001/12/14  15:57:00
10886         Log: Integrate mainline
10887      Branch: perlio
10888           +> t/run/switcht.t
10889           !> MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
10890           !> perlapi.h pod/perlrun.pod t/TEST taint.c
10891 ____________________________________________________________________________
10892 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
10893         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
10894              From: Michael G Schwern <schwern@pobox.com> 
10895              Date: Thu, 13 Dec 2001 19:27:08 -0500
10896              Message-ID: <20011214002707.GA10532@blackrider>
10897              
10898              (reword the perlrun -t description a bit,
10899              and move the Itaint_warn to the bottom of
10900              the intrpvar.h for binary compatibility)
10901      Branch: perl
10902            + t/run/switcht.t
10903            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
10904            ! perlapi.h pod/perlrun.pod t/TEST taint.c
10905 ____________________________________________________________________________
10906 [ 13683] By: nick                                  on 2001/12/14  12:29:41
10907         Log: Integrate mainline
10908      Branch: perlio
10909           +> beos/beos.c beos/beosish.h ext/POSIX/t/waitpid.t
10910           +> lib/Term/ReadLine.t t/op/hashassign.t
10911            - lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
10912            - lib/Attribute/Handlers/README
10913            - lib/Attribute/Handlers/demo/Demo.pm
10914            - lib/Attribute/Handlers/demo/Descriptions.pm
10915            - lib/Attribute/Handlers/demo/MyClass.pm
10916            - lib/Attribute/Handlers/demo/demo.pl
10917            - lib/Attribute/Handlers/demo/demo2.pl
10918            - lib/Attribute/Handlers/demo/demo3.pl
10919            - lib/Attribute/Handlers/demo/demo4.pl
10920            - lib/Attribute/Handlers/demo/demo_call.pl
10921            - lib/Attribute/Handlers/demo/demo_chain.pl
10922            - lib/Attribute/Handlers/demo/demo_cycle.pl
10923            - lib/Attribute/Handlers/demo/demo_hashdir.pl
10924            - lib/Attribute/Handlers/demo/demo_phases.pl
10925            - lib/Attribute/Handlers/demo/demo_range.pl
10926            - lib/Attribute/Handlers/demo/demo_rawdata.pl
10927            - lib/Attribute/Handlers/t/multi.t lib/Memoize/Saves.pm
10928           !> (integrate 101 files)
10929 ____________________________________________________________________________
10930 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
10931         Log: Detypo.
10932      Branch: perl
10933            ! utf8.c
10934 ____________________________________________________________________________
10935 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
10936         Log: Buffer overflow checks.
10937      Branch: perl
10938            ! utf8.c
10939 ____________________________________________________________________________
10940 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
10941         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
10942              From: Spider Boardman <spider@leggy.zk3.dec.com>
10943              Date: Thu, 13 Dec 2001 15:32:51 -0500
10944              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
10945      Branch: perl
10946            ! lib/ExtUtils/Embed.t
10947 ____________________________________________________________________________
10948 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
10949         Log: More on the Unicode "line" definition.
10950      Branch: perl
10951            ! pod/perlunicode.pod
10952 ____________________________________________________________________________
10953 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
10954         Log: Open-ended VERSION?
10955      Branch: perl
10956            ! lib/ExtUtils/Install.pm
10957 ____________________________________________________________________________
10958 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
10959         Log: Subject: [PATCH] Better make distclean
10960              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10961              Date: Thu, 13 Dec 2001 21:10:18 +0100
10962              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
10963      Branch: perl
10964            ! Makefile.SH
10965 ____________________________________________________________________________
10966 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
10967         Log: Remove Memoize::Saves as requested by mjd.
10968      Branch: perl
10969            - lib/Memoize/Saves.pm
10970            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
10971 ____________________________________________________________________________
10972 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
10973         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
10974              From: Michael G Schwern <schwern@pobox.com>
10975              Date: Tue, 11 Dec 2001 23:17:32 -0500
10976              Message-ID: <20011212041732.GS17250@blackrider>
10977      Branch: perl
10978            ! lib/ExtUtils/Install.pm
10979 ____________________________________________________________________________
10980 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
10981         Log: Subject: [PATCH] Re: use utf8; with bad utf8
10982              From: Nicholas Clark <nick@ccl4.org>
10983              Date: Thu, 13 Dec 2001 17:09:39 +0000
10984              Message-ID: <20011213170939.L21702@plum.flirble.org>
10985      Branch: perl
10986            ! t/lib/1_compile.t
10987 ____________________________________________________________________________
10988 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
10989         Log: Subject: (LONG!) Sort benchmarks and patch
10990              From: "John P. Linderman" <jpl@research.att.com>
10991              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
10992              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
10993      Branch: perl
10994            ! pp_sort.c
10995 ____________________________________________________________________________
10996 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
10997         Log: Unadorned numbers evil.
10998      Branch: perl
10999            ! pp.c regcomp.c regexec.c utf8.c utf8.h
11000 ____________________________________________________________________________
11001 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
11002         Log: "preprocessing directive not recognized within macro arg"
11003      Branch: perl
11004            ! ext/Data/Dumper/Dumper.xs
11005 ____________________________________________________________________________
11006 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
11007         Log: Subject: Clarifying the documentation of goto            
11008              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
11009              Date: Thu, 13 Dec 2001 08:57:38 -0500
11010              Message-ID: <3C18BD8B@operamail.com>
11011      Branch: perl
11012            ! pod/perlfunc.pod
11013 ____________________________________________________________________________
11014 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
11015         Log: It could be possible for the case-insensitive
11016              Unicode-aware string comparison to wander off
11017              to the la-la land.
11018      Branch: perl
11019            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
11020            ! regexec.c utf8.c
11021 ____________________________________________________________________________
11022 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
11023         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
11024              From: Michael G Schwern <schwern@pobox.com> 
11025              Date: Wed, 12 Dec 2001 21:53:46 -0500
11026              Message-ID: <20011213025346.GH25129@blackrider>
11027      Branch: perl
11028            ! lib/Net/hostent.t t/op/stat.t t/test.pl
11029 ____________________________________________________________________________
11030 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
11031         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
11032              From: Michael G Schwern <schwern@pobox.com> 
11033              Date: Wed, 12 Dec 2001 20:33:42 -0500
11034              Message-ID: <20011213013342.GX25129@blackrider>
11035      Branch: perl
11036            ! t/io/fs.t
11037 ____________________________________________________________________________
11038 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
11039         Log: Subject: Re: [PATCH] use utf8; tests
11040              From: Nicholas Clark <nick@ccl4.org>
11041              Date: Thu, 13 Dec 2001 00:16:58 +0000
11042              Message-ID: <20011213001658.I21702@plum.flirble.org>
11043      Branch: perl
11044            ! lib/utf8.t
11045 ____________________________________________________________________________
11046 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
11047         Log: EPOC fixes from Olaf Flebbe.
11048      Branch: perl
11049            ! README.epoc epoc/config.sh epoc/createpkg.pl
11050            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
11051 ____________________________________________________________________________
11052 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
11053         Log: Subject: [PATCH perl@13661] VMS test fix-ups
11054              From: "Craig A. Berry" <craigberry@mac.com>
11055              Date: Wed, 12 Dec 2001 16:27:48 -0600
11056              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
11057      Branch: perl
11058            ! lib/Net/hostent.t t/io/fs.t
11059 ____________________________________________________________________________
11060 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
11061         Log: Subject: Re: Next cygwin round.
11062              From: "Gerrit P. Haase" <gp@familiehaase.de>
11063              Date: Wed, 12 Dec 2001 21:59:00 +0100
11064              Message-ID: <122343874595.20011212215900@familiehaase.de>
11065      Branch: perl
11066            ! t/io/fs.t
11067 ____________________________________________________________________________
11068 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
11069         Log: Subject: [PATCH] use utf8; tests
11070              From: Nicholas Clark <nick@ccl4.org>
11071              Date: Wed, 12 Dec 2001 20:07:04 +0000
11072              Message-ID: <20011212200704.E21702@plum.flirble.org>
11073      Branch: perl
11074            ! lib/utf8.t t/test.pl
11075 ____________________________________________________________________________
11076 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
11077         Log: Update Changes.
11078      Branch: perl
11079            ! Changes patchlevel.h
11080 ____________________________________________________________________________
11081 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
11082         Log: Subject: [PATCH] Passing in env to perl_parse did not work
11083              From: Gisle Aas <gisle@ActiveState.com>
11084              Date: 11 Dec 2001 20:52:57 -0800
11085              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
11086      Branch: perl
11087            ! perl.c perl.h
11088 ____________________________________________________________________________
11089 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
11090         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
11091              mostly gcc -Wall complaining about the argument of %p not
11092              being a void *.
11093      Branch: perl
11094            ! perlio.c regcomp.c taint.c toke.c
11095 ____________________________________________________________________________
11096 [ 13658] By: jhi                                   on 2001/12/12  14:09:09
11097         Log: metaconfig unit change for #13657.
11098      Branch: metaconfig
11099            ! U/modified/nis.U
11100 ____________________________________________________________________________
11101 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
11102         Log: Try YP/NIS also from /usr/lib/yp.
11103      Branch: perl
11104            ! Configure
11105 ____________________________________________________________________________
11106 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
11107         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
11108              From: Michael G Schwern <schwern@pobox.com>                
11109              Date: Wed, 12 Dec 2001 05:27:02 -0500      
11110              Message-ID: <20011212102702.GW17250@blackrider>
11111              
11112              (the op/grent part)
11113      Branch: perl
11114            ! t/op/grent.t
11115 ____________________________________________________________________________
11116 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
11117         Log: Weed out .files from ls and readdir() results.
11118      Branch: perl
11119            ! t/op/stat.t
11120 ____________________________________________________________________________
11121 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
11122         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
11123              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
11124              Date: Wed, 12 Dec 2001 10:52:21 +0100
11125              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
11126      Branch: perl
11127            ! lib/File/Find.pm
11128 ____________________________________________________________________________
11129 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
11130         Log: Subject: [PATCH] doio fatal on cygwin for 13651
11131              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
11132              Date: Wed, 12 Dec 2001 11:28:13 +0100      
11133              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
11134      Branch: perl
11135            ! doio.c
11136 ____________________________________________________________________________
11137 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
11138         Log: Get the whole line of ls, makes debugging easier
11139              (from Schwern)
11140      Branch: perl
11141            ! t/op/stat.t
11142 ____________________________________________________________________________
11143 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
11144         Log: rename() must be tested even without link()
11145              or the utime() and rename-directory tests fail.
11146              (Also got the BeOS utime atime/time the wrong way round.)
11147      Branch: perl
11148            ! t/io/fs.t
11149 ____________________________________________________________________________
11150 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
11151         Log: Now that the beos.c is compiled at the main level
11152              the header is in the beos/
11153      Branch: perl
11154            ! beos/beos.c
11155 ____________________________________________________________________________
11156 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
11157         Log: Must remember to require Socket.
11158      Branch: perl
11159            ! ext/Sys/Syslog/syslog.t
11160 ____________________________________________________________________________
11161 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
11162         Log: In BeOS Errno must resort to actual compilation
11163              and execution for some of the error constants.
11164      Branch: perl
11165            ! ext/Errno/Errno_pm.PL
11166 ____________________________________________________________________________
11167 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
11168         Log: BeOS still has no good sockets.
11169      Branch: perl
11170            ! ext/IO/lib/IO/t/io_sel.t
11171 ____________________________________________________________________________
11172 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
11173         Log: BeOS sockets are not true sockets.
11174      Branch: perl
11175            ! ext/IO/lib/IO/t/io_poll.t
11176 ____________________________________________________________________________
11177 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
11178         Log: No Socket, no Syslog.
11179      Branch: perl
11180            ! ext/Sys/Syslog/syslog.t
11181 ____________________________________________________________________________
11182 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
11183         Log: (On some platforms) missing truncate FH.
11184      Branch: perl
11185            ! pod/perltodo.pod
11186 ____________________________________________________________________________
11187 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
11188         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
11189              and vms would be muchly appreciated.
11190      Branch: perl
11191            ! t/io/fs.t
11192 ____________________________________________________________________________
11193 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
11194         Log: utime() updates only the mtime in BeOS. 
11195      Branch: perl
11196            ! pod/perlport.pod
11197 ____________________________________________________________________________
11198 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
11199         Log: No link(), no need to dSP.
11200      Branch: perl
11201            ! pp_sys.c
11202 ____________________________________________________________________________
11203 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
11204         Log: Missing argument.
11205      Branch: perl
11206            ! utf8.c
11207 ____________________________________________________________________________
11208 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
11209         Log: (1) To assume any setuid programs is silly.
11210              (2) Chaining tests with booleans means that some
11211              of them may not get run which means getting out
11212              of test count sync.
11213      Branch: perl
11214            ! t/op/stat.t
11215 ____________________________________________________________________________
11216 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
11217         Log: The beos.c needs to be in the main directory.
11218      Branch: perl
11219            ! hints/beos.sh
11220 ____________________________________________________________________________
11221 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
11222         Log: Detypo and rename.
11223      Branch: perl
11224            ! doio.c perl.h perlio.c perliol.h
11225 ____________________________________________________________________________
11226 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
11227         Log: This time I test compiled.  Honest.
11228      Branch: perl
11229            ! beos/beos.c
11230 ____________________________________________________________________________
11231 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
11232         Log: Subject: [PATCH] slightly more pack tests
11233              From: Nicholas Clark <nick@ccl4.org>
11234              Date: Tue, 11 Dec 2001 23:41:23 +0000
11235              Message-ID: <20011211234123.Y21702@plum.flirble.org>
11236      Branch: perl
11237            ! t/op/pack.t
11238 ____________________________________________________________________________
11239 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
11240         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
11241              From: "Craig A. Berry" <craigberry@mac.com>
11242              Date: Tue, 11 Dec 2001 16:39:13 -0600
11243              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
11244      Branch: perl
11245            ! configure.com
11246 ____________________________________________________________________________
11247 [ 13633] By: jhi                                   on 2001/12/11  21:48:57
11248         Log: metaconfig unit change for #13632.
11249      Branch: metaconfig/U/perl
11250            ! perlpath.U
11251 ____________________________________________________________________________
11252 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
11253         Log: Subject: $Config{perlpath} and -Dversiononly
11254              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11255              Date: Tue, 11 Dec 2001 23:32:33 +0100
11256              Message-ID: <20011211233233.A11587@rafael>
11257      Branch: perl
11258            ! Configure
11259 ____________________________________________________________________________
11260 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
11261         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
11262              From: Nicholas Clark <nick@ccl4.org>
11263              Date: Tue, 11 Dec 2001 21:59:36 +0000
11264              Message-ID: <20011211215935.W21702@plum.flirble.org>
11265      Branch: perl
11266            ! t/op/pack.t
11267 ____________________________________________________________________________
11268 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
11269         Log: More UTF-8 API docs.
11270      Branch: perl
11271            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
11272 ____________________________________________________________________________
11273 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
11274         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
11275              From: Nicholas Clark <nick@ccl4.org>
11276              Date: Tue, 11 Dec 2001 20:08:59 +0000
11277              Message-ID: <20011211200859.S21702@plum.flirble.org>
11278      Branch: perl
11279            ! t/op/pack.t
11280 ____________________________________________________________________________
11281 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
11282         Log: Subject: Re: use utf8; with bad utf8
11283              From: Nicholas Clark <nick@ccl4.org>
11284              Date: Tue, 11 Dec 2001 19:49:21 +0000
11285              Message-ID: <20011211194921.R21702@plum.flirble.org>
11286      Branch: perl
11287            ! lib/utf8.t
11288 ____________________________________________________________________________
11289 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
11290         Log: Can't spell worth a dam.  (Try Three Gorges.)
11291      Branch: perl
11292            ! beos/beos.c
11293 ____________________________________________________________________________
11294 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
11295         Log: We need DWIM cpps.
11296      Branch: perl
11297            ! perlio.c
11298 ____________________________________________________________________________
11299 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
11300         Log: The unixish.h needs to be found and the waitpid wrapper
11301              could use a proto.
11302      Branch: perl
11303            ! beos/beosish.h
11304 ____________________________________________________________________________
11305 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
11306         Log: The BeOS waitpid() seems to be broken,
11307              have a wrapper for it.
11308      Branch: perl
11309            + beos/beos.c beos/beosish.h
11310            ! MANIFEST hints/beos.sh perl.h
11311 ____________________________________________________________________________
11312 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
11313         Log: Unlean the leaning tower of Babel.
11314      Branch: perl
11315            ! perl.h
11316 ____________________________________________________________________________
11317 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
11318         Log: Retract #13607 until we figure out what to do with autouse.
11319      Branch: perl
11320            ! lib/Carp.pm
11321 ____________________________________________________________________________
11322 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
11323         Log: Try to handle platforms that have O_TEXT != O_BINARY but
11324              which are not DOSish, BeOS being one of such platforms.
11325              Ideally this should be a Configure test, not a hardwired
11326              cpp symbol test... 
11327      Branch: perl
11328            ! doio.c perl.h perlio.c perliol.h
11329 ____________________________________________________________________________
11330 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
11331         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
11332              From: Jonathan Stowe <gellyfish@gellyfish.com>
11333              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
11334              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
11335      Branch: perl
11336            ! lib/Term/Cap.pm lib/Term/Cap.t
11337 ____________________________________________________________________________
11338 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
11339         Log: Subject: [patch perlio.c] test for NULL before derefencing
11340              From: Stas Bekman <stas@stason.org>
11341              Date: Tue, 11 Dec 2001 16:17:55 +0800
11342              Message-ID: <3C15C133.8@stason.org>
11343      Branch: perl
11344            ! perlio.c
11345 ____________________________________________________________________________
11346 [ 13618] By: jhi                                   on 2001/12/11  05:22:39
11347         Log: metaconfig unit change for #13617.
11348      Branch: metaconfig/U/perl
11349            ! Extensions.U
11350 ____________________________________________________________________________
11351 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
11352         Log: BeOS has socket() but not enough to build a working Socket.
11353              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
11354              new networking implementation, which is rumored to fix the
11355              non-standardness of sockets, but it's apparently not publicly
11356              available, and anything to do with BeOS has become quite
11357              complicated with the sale of the Be assets to Palm.)
11358      Branch: perl
11359            ! Configure
11360 ____________________________________________________________________________
11361 [ 13616] By: pudge                                 on 2001/12/11  05:11:44
11362         Log: Update changes
11363      Branch: maint-5.6/macperl
11364            ! macos/Changes
11365 ____________________________________________________________________________
11366 [ 13615] By: pudge                                 on 2001/12/11  05:09:34
11367         Log: Add extra pod to help
11368      Branch: maint-5.6/macperl
11369            ! macos/macperl/MacPerl.podhelp
11370 ____________________________________________________________________________
11371 [ 13614] By: pudge                                 on 2001/12/11  05:08:51
11372         Log: Return DoAppleScript errors in $@
11373      Branch: maint-5.6/macperl
11374            ! macos/ext/MacPerl/OSA.xs
11375 ____________________________________________________________________________
11376 [ 13613] By: pudge                                 on 2001/12/11  05:08:19
11377         Log: Clear out $^E before each script run
11378      Branch: maint-5.6/macperl
11379            ! macos/macperl/MPScript.c
11380 ____________________________________________________________________________
11381 [ 13612] By: pudge                                 on 2001/12/11  04:58:52
11382         Log: Integrate various changes from maint-5.6/perl/.
11383      Branch: maint-5.6/macperl
11384           !> op.c pp.c pp_hot.c t/io/pipe.t t/op/cmp.t t/op/misc.t
11385           !> t/op/system_tests util.c win32/perlhost.h win32/win32.c
11386 ____________________________________________________________________________
11387 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
11388         Log: Subject: Exporter's documentation shouldn't lie               
11389              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
11390              Date: Mon, 10 Dec 2001 21:30:20 -0500
11391              Message-ID: <3C4AA201@operamail.com>
11392      Branch: perl
11393            ! lib/Exporter.pm
11394 ____________________________________________________________________________
11395 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
11396         Log: Make Errno better in BeOS (the second hunk is
11397              good on any platform).  Still not working in BeOS
11398              are the E constants that refer BeOS native error
11399              constants (B_...) which are enums (*groan*).
11400      Branch: perl
11401            ! ext/Errno/Errno_pm.PL
11402 ____________________________________________________________________________
11403 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
11404         Log: The BeOS linker seems to link the last seen symbol,
11405              not the first (so the symbols of op.o from libperl.so
11406              would get linked to miniperl instead of the symbols of
11407              opmini.o)-- use the same trick as for NeXT4 for linking
11408              miniperl.
11409      Branch: perl
11410            ! Makefile.SH
11411 ____________________________________________________________________________
11412 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
11413         Log: Subject: Re: [PATCH] tests for hash assignment
11414              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11415              Date: Tue, 11 Dec 2001 01:48:55 +0000
11416              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
11417      Branch: perl
11418            ! utf8.c
11419 ____________________________________________________________________________
11420 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
11421         Log: (retracted by #13622)
11422              
11423              Subject: RE: More verbose POD for Carp
11424              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
11425              Date: Mon, 10 Dec 2001 20:23:20 -0500
11426              Message-ID: <3C4A3566@operamail.com>
11427      Branch: perl
11428            ! lib/Carp.pm
11429 ____________________________________________________________________________
11430 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
11431         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
11432              From: "Craig A. Berry" <craigberry@mac.com>
11433              Date: Mon, 10 Dec 2001 18:25:37 -0600
11434              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
11435      Branch: perl
11436            ! t/op/write.t t/test.pl
11437 ____________________________________________________________________________
11438 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
11439         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
11440              From: Michael G Schwern <schwern@pobox.com>
11441              Date: Mon, 10 Dec 2001 08:00:01 -0500
11442              Message-ID: <20011210130000.GK1770@blackrider>
11443      Branch: perl
11444            ! t/comp/multiline.t
11445 ____________________________________________________________________________
11446 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
11447         Log: Subject: Re: [PATCH] tests for hash assignment
11448              From: Nicholas Clark <nick@ccl4.org>
11449              Date: Mon, 10 Dec 2001 23:22:28 +0000
11450              Message-ID: <20011210232228.M21702@plum.flirble.org>
11451      Branch: perl
11452            + t/op/hashassign.t
11453            ! MANIFEST t/op/each.t t/test.pl
11454 ____________________________________________________________________________
11455 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
11456         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
11457              From: "Craig A. Berry" <craigberry@mac.com>
11458              Date: Mon, 10 Dec 2001 16:38:14 -0600
11459              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
11460      Branch: perl
11461            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
11462 ____________________________________________________________________________
11463 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
11464         Log: Subject: [PATCH perl@13600] configure.com fixes
11465              From: "Craig A. Berry" <craigberry@mac.com>
11466              Date: Mon, 10 Dec 2001 14:40:20 -0600
11467              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
11468      Branch: perl
11469            ! configure.com
11470 ____________________________________________________________________________
11471 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
11472         Log: Silence BeOS compilation moaning.
11473      Branch: perl
11474            ! perl.h
11475 ____________________________________________________________________________
11476 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
11477         Log: Update Changes.
11478      Branch: perl
11479            ! Changes patchlevel.h
11480 ____________________________________________________________________________
11481 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
11482         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
11483              From: Michael G Schwern <schwern@pobox.com>
11484              Date: Mon, 10 Dec 2001 01:21:03 -0500
11485              Message-ID: <20011210062103.GC1770@blackrider>
11486      Branch: perl
11487            ! lib/ExtUtils/Command.t
11488 ____________________________________________________________________________
11489 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
11490         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
11491              From: Michael G Schwern <schwern@pobox.com>
11492              Date: Mon, 10 Dec 2001 01:10:57 -0500
11493              Message-ID: <20011210061057.GB1770@blackrider>
11494      Branch: perl
11495            ! t/op/groups.t
11496 ____________________________________________________________________________
11497 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
11498         Log: Retract #13596, #13593 should do the trick.
11499      Branch: perl
11500            ! t/op/stat.t
11501 ____________________________________________________________________________
11502 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
11503         Log: (retracted by #13597, #13593 does the job better)
11504              
11505              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
11506              From: Michael G Schwern <schwern@pobox.com>
11507              Date: Mon, 10 Dec 2001 00:53:16 -0500
11508              Message-ID: <20011210055316.GA1770@blackrider>
11509      Branch: perl
11510            ! t/op/stat.t
11511 ____________________________________________________________________________
11512 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
11513         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
11514              From: Michael G Schwern <schwern@pobox.com> 
11515              Date: Mon, 10 Dec 2001 02:19:14 -0500
11516              Message-ID: <20011210071914.GF1770@blackrider>
11517      Branch: perl
11518            ! lib/AutoSplit.t
11519 ____________________________________________________________________________
11520 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
11521         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
11522              From: Michael G Schwern <schwern@pobox.com>
11523              Date: Mon, 10 Dec 2001 02:47:40 -0500
11524              Message-ID: <20011210074739.GH1770@blackrider>
11525      Branch: perl
11526            ! t/op/pack.t
11527 ____________________________________________________________________________
11528 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
11529         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
11530              From: Michael G Schwern <schwern@pobox.com>
11531              Date: Mon, 10 Dec 2001 02:54:22 -0500
11532              Message-ID: <20011210075422.GI1770@blackrider>
11533      Branch: perl
11534            ! t/test.pl
11535 ____________________________________________________________________________
11536 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
11537         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
11538              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
11539              Date: Mon, 10 Dec 2001 08:45:20 +0100
11540              Message-ID: <3C146810.60B5B7C0@alcatel.at>
11541      Branch: perl
11542            ! pp_pack.c
11543 ____________________________________________________________________________
11544 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
11545         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
11546              From: Michael G Schwern <schwern@pobox.com>
11547              Date: Mon, 10 Dec 2001 03:27:02 -0500
11548              Message-ID: <20011210082702.GN1770@blackrider>
11549      Branch: perl
11550            ! t/io/openpid.t
11551 ____________________________________________________________________________
11552 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
11553         Log: More chmod +w.
11554      Branch: perl
11555            ! Porting/makerel
11556 ____________________________________________________________________________
11557 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
11558         Log: Just skip the readability test if running as root.
11559      Branch: perl
11560            ! lib/Net/t/netrc.t
11561 ____________________________________________________________________________
11562 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
11563         Log: Tell about the downside of safe signals.
11564      Branch: perl
11565            ! pod/perldelta.pod
11566 ____________________________________________________________________________
11567 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
11568         Log: Make the whole -lperl thing NetBSD only until we
11569              find some other platform that needs the same.
11570      Branch: perl
11571            ! lib/ExtUtils/MM_Unix.pm
11572 ____________________________________________________________________________
11573 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
11574         Log: Subject: [PATCH t/op/pack.t] Cleanup
11575              From: Michael G Schwern <schwern@pobox.com> 
11576              Date: Sun, 9 Dec 2001 23:08:26 -0500
11577              Message-ID: <20011210040826.GD660@blackrider>
11578      Branch: perl
11579            ! t/op/pack.t
11580 ____________________________________________________________________________
11581 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
11582         Log: Add threads support for NetBSD.
11583              
11584              This is also the first (I think) Perl threads build with
11585              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
11586              NetBSD does not as of yet have true kernel POSIX threads,
11587              but the user-level pth seems to be doing pretty well--
11588              the only failure is that threads/t/basic okays 6 and 7
11589              consistently seem be arriving in the reverse order.
11590              Well, gdbm.t is also failing: 'Undefined PLT symbol
11591              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
11592              guessing that GDBM would need a threaded rebuild.
11593      Branch: perl
11594            ! hints/netbsd.sh
11595 ____________________________________________________________________________
11596 [ 13584] By: gsar                                  on 2001/12/10  02:04:58
11597         Log: restrict change#13474 to eval"" CVs instead of any CV (avoids
11598              potential performance hit and change in semantics of closure
11599              lookups after C<undef &foo>)
11600      Branch: maint-5.6/perl
11601            ! op.c
11602 ____________________________________________________________________________
11603 [ 13583] By: jhi                                   on 2001/12/10  02:01:49
11604         Log: metaconfig unit change for #13582.
11605      Branch: metaconfig
11606            ! U/threads/usethreads.U
11607 ____________________________________________________________________________
11608 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
11609         Log: Update the ithreads selection info in Configure,
11610              as suggested by Michael Schwern.
11611      Branch: perl
11612            ! Configure
11613 ____________________________________________________________________________
11614 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
11615         Log: Clearing locale environment simply doesn't seem to
11616              guarantee that (nl_)langinfo(CODESET) would return nil.
11617              (I for example get "ISO8859-1", so <guess>maybe there can
11618              be per-system default settings at work</guess>.)
11619      Branch: perl
11620            ! lib/open.t
11621 ____________________________________________________________________________
11622 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
11623         Log: Subject: RE: Exporter fixes reversed in 13540?
11624              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
11625              Date: Sun, 9 Dec 2001 12:55:15 -0500
11626              Message-ID: <3C13F455@operamail.com>
11627      Branch: perl
11628            ! lib/open.pm
11629 ____________________________________________________________________________
11630 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
11631         Log: Root is the lizard king.
11632      Branch: perl
11633            ! lib/Net/t/netrc.t
11634 ____________________________________________________________________________
11635 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
11636         Log: Telling how many tests we are expecting helps.
11637      Branch: perl
11638            ! ext/POSIX/t/waitpid.t
11639 ____________________________________________________________________________
11640 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
11641         Log: Add a test case for waitpid(): from Rocco Caputo.
11642      Branch: perl
11643            + ext/POSIX/t/waitpid.t
11644            ! MANIFEST
11645 ____________________________________________________________________________
11646 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
11647         Log: Subject: [PATCH] Term::ReadLine tweaks and test
11648              From: Richard Clamp <richardc@unixbeard.net>
11649              Date: Mon, 10 Dec 2001 00:51:47 +0000
11650              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
11651      Branch: perl
11652            + lib/Term/ReadLine.t
11653            ! MANIFEST lib/Term/ReadLine.pm
11654 ____________________________________________________________________________
11655 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
11656         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
11657              From: Rocco Caputo <troc@netrus.net>
11658              Date: Sun, 9 Dec 2001 18:12:38 -0500
11659              Message-ID: <20011209181238.A803@eyrie.homenet>
11660      Branch: perl
11661            ! win32/win32.c
11662 ____________________________________________________________________________
11663 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
11664         Log: make sure that va_start() has matching va_end();
11665              from OpenBSD 3.0.
11666      Branch: perl
11667            ! x2p/util.c
11668 ____________________________________________________________________________
11669 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
11670         Log: h2ph updates from OpenBSD 3.0.
11671      Branch: perl
11672            ! utils/h2ph.PL
11673 ____________________________________________________________________________
11674 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
11675         Log: OpenBSD hints update from OpenBSD 3.0.
11676      Branch: perl
11677            ! hints/openbsd.sh
11678 ____________________________________________________________________________
11679 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
11680         Log: DJGPP tweaks from Laszlo Molnar.
11681      Branch: perl
11682            ! djgpp/config.over lib/File/Find/t/find.t
11683            ! lib/File/Find/t/taint.t t/pod/find.t
11684 ____________________________________________________________________________
11685 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
11686         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
11687              From: Michael G Schwern <schwern@pobox.com> 
11688              Date: Sun, 9 Dec 2001 19:28:12 -0500
11689              Message-ID: <20011210002812.GF13586@blackrider>
11690      Branch: perl
11691            ! README.cygwin
11692 ____________________________________________________________________________
11693 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
11694         Log: README.cygwin update from Gerrit P. Haase.
11695      Branch: perl
11696            ! README.cygwin
11697 ____________________________________________________________________________
11698 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
11699         Log: Apply NetBSD patch-ag: shared/static linking,
11700              but make the change less intrusive on non-NetBSD.
11701      Branch: perl
11702            ! lib/ExtUtils/MM_Unix.pm
11703 ____________________________________________________________________________
11704 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
11705         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
11706      Branch: perl
11707            ! lib/ExtUtils/Liblist.pm
11708 ____________________________________________________________________________
11709 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
11710         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
11711      Branch: perl
11712            ! regcomp.c
11713 ____________________________________________________________________________
11714 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
11715         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
11716      Branch: perl
11717            ! pp.c
11718 ____________________________________________________________________________
11719 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
11720         Log: Apply NetBSD patch-ac.
11721              (the fix has already been done: change #9706, fully qualified
11722              pathnames in packlists)
11723      Branch: perl
11724            ! lib/ExtUtils/Install.pm
11725 ____________________________________________________________________________
11726 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
11727         Log: Apply NetBSD patch-ab: NetBSD hints update.
11728      Branch: perl
11729            ! hints/netbsd.sh
11730 ____________________________________________________________________________
11731 [ 13562] By: jhi                                   on 2001/12/09  20:31:38
11732         Log: metaconfig unit changes for #13560.
11733      Branch: metaconfig/U/perl
11734            ! dlsrc.U i_ieeefp.U libperl.U
11735 ____________________________________________________________________________
11736 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
11737         Log: NetBSD has <ieeefp.h> but hidden.
11738      Branch: perl
11739            ! hints/netbsd.sh
11740 ____________________________________________________________________________
11741 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
11742         Log: Implement NetBSD patch-aa.
11743      Branch: perl
11744            ! Configure
11745 ____________________________________________________________________________
11746 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
11747         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
11748              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
11749              Date: Sun, 09 Dec 2001 13:40:58 +0100
11750              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
11751              
11752              (The lstat()s were there in 5.6.1: what happened to them?)
11753      Branch: perl
11754            ! lib/File/Find.pm
11755 ____________________________________________________________________________
11756 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
11757         Log: Quickie documentation of the C UTF-8 API.
11758      Branch: perl
11759            ! pod/perlunicode.pod
11760 ____________________________________________________________________________
11761 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
11762         Log: Subject: bleadperl on cygwin weirdness...
11763              From: "Gerrit P. Haase" <gp@familiehaase.de>
11764              Date: Sun, 9 Dec 2001 20:31:28 +0100
11765              Message-ID: <13779422183.20011209203128@familiehaase.de>          
11766              
11767              (plus libperl*.dll version portability tweaks)
11768      Branch: perl
11769            ! lib/ExtUtils/Embed.t
11770 ____________________________________________________________________________
11771 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
11772         Log: Instead of muting symbol export error if under eval,
11773              delay the errors until the croak().
11774              
11775              (replaces #13408)
11776      Branch: perl
11777            ! lib/Exporter/Heavy.pm
11778 ____________________________________________________________________________
11779 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
11780         Log: Basegroup 0 is a cygwin_nt thing.
11781      Branch: perl
11782            ! t/op/groups.t
11783 ____________________________________________________________________________
11784 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
11785         Log: Also WinME is LoseLink.
11786      Branch: perl
11787            ! t/op/stat.t
11788 ____________________________________________________________________________
11789 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
11790         Log: Forgotten checkin.
11791      Branch: perl
11792            ! lib/User/grent.t
11793 ____________________________________________________________________________
11794 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
11795         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
11796              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
11797              Date: Sun, 09 Dec 2001 13:45:06 +0100
11798              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
11799      Branch: perl
11800            ! lib/File/Find.pm
11801 ____________________________________________________________________________
11802 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
11803         Log: Tweakback.
11804      Branch: perl
11805            ! lib/Net/hostent.t
11806 ____________________________________________________________________________
11807 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
11808         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
11809              From: Michael G Schwern <schwern@pobox.com>
11810              Date: Sat, 8 Dec 2001 14:48:38 -0500
11811              Message-ID: <20011208194838.GA8650@blackrider>
11812      Branch: perl
11813            ! t/op/grent.t
11814 ____________________________________________________________________________
11815 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
11816         Log: Subject: [README.cygwin] Removing old expected test failures
11817              From: Michael G Schwern <schwern@pobox.com>
11818              Date: Sat, 8 Dec 2001 15:38:28 -0500
11819              Message-ID: <20011208203828.GB9017@blackrider>
11820      Branch: perl
11821            ! README.cygwin
11822 ____________________________________________________________________________
11823 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
11824         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
11825              From: Michael G Schwern <schwern@pobox.com>                
11826              Date: Sat, 8 Dec 2001 15:26:59 -0500
11827              Message-ID: <20011208202659.GA9017@blackrider> 
11828      Branch: perl
11829            ! lib/Net/hostent.t
11830 ____________________________________________________________________________
11831 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
11832         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
11833              From: Michael G Schwern <schwern@pobox.com> 
11834              Date: Sat, 8 Dec 2001 15:06:16 -0500
11835              Message-ID: <20011208200616.GA8915@blackrider>
11836      Branch: perl
11837            ! t/op/stat.t
11838 ____________________________________________________________________________
11839 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
11840         Log: Developer deprecations and an incompatibility.
11841      Branch: perl
11842            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
11843 ____________________________________________________________________________
11844 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
11845         Log: Shoo.
11846      Branch: perl
11847            - lib/Attribute/Handlers.pm
11848 ____________________________________________________________________________
11849 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
11850         Log: Remove Attribute::Handlers, as per Damian's request.
11851              (Because of fixing the my variables to be now handled
11852              in run-time, the whole internals of the A::H needs to
11853              be rewritten and Damian will not have time for that
11854              for months.)
11855      Branch: perl
11856            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
11857            - lib/Attribute/Handlers/demo/Demo.pm
11858            - lib/Attribute/Handlers/demo/Descriptions.pm
11859            - lib/Attribute/Handlers/demo/MyClass.pm
11860            - lib/Attribute/Handlers/demo/demo.pl
11861            - lib/Attribute/Handlers/demo/demo2.pl
11862            - lib/Attribute/Handlers/demo/demo3.pl
11863            - lib/Attribute/Handlers/demo/demo4.pl
11864            - lib/Attribute/Handlers/demo/demo_call.pl
11865            - lib/Attribute/Handlers/demo/demo_chain.pl
11866            - lib/Attribute/Handlers/demo/demo_cycle.pl
11867            - lib/Attribute/Handlers/demo/demo_hashdir.pl
11868            - lib/Attribute/Handlers/demo/demo_phases.pl
11869            - lib/Attribute/Handlers/demo/demo_range.pl
11870            - lib/Attribute/Handlers/demo/demo_rawdata.pl
11871            - lib/Attribute/Handlers/t/multi.t
11872            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
11873            ! pod/perlmodlib.pod pod/perltoc.pod
11874 ____________________________________________________________________________
11875 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
11876         Log: Subject: Re: attributes are broken
11877              From: Spider Boardman <spider@Orb.Nashua.NH.US>
11878              Date: Sun, 09 Dec 2001 00:09:23 -0500
11879              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
11880      Branch: perl
11881            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
11882            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
11883            ! xsutils.c
11884 ____________________________________________________________________________
11885 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
11886         Log: Forgotten checkin.
11887      Branch: perl
11888            ! lib/Pod/Text.pm
11889 ____________________________________________________________________________
11890 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
11891         Log: uconfig.h update.
11892      Branch: perl
11893            ! uconfig.h
11894 ____________________________________________________________________________
11895 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
11896         Log: Update Changes.
11897      Branch: perl
11898            ! Changes patchlevel.h
11899 ____________________________________________________________________________
11900 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
11901         Log: Note that some of the Unicode features are
11902              dependent on perlio.
11903      Branch: perl
11904            ! pod/perluniintro.pod
11905 ____________________________________________________________________________
11906 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
11907         Log: Regen perlapi, regen toc.
11908      Branch: perl
11909            ! pod/perlapi.pod pod/perltoc.pod
11910 ____________________________________________________________________________
11911 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
11912         Log: FAQ sync.
11913      Branch: perl
11914            ! pod/perlfaq4.pod pod/perlfaq6.pod
11915 ____________________________________________________________________________
11916 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
11917         Log: Subject: [PATCH] Fix odd language in an sv.c comment
11918              From: coral@eekeek.org
11919              Date: Sat, 8 Dec 2001 12:19:39 -0500
11920              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
11921      Branch: perl
11922            ! sv.c
11923 ____________________________________________________________________________
11924 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
11925         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
11926              From: Michael G Schwern <schwern@pobox.com>
11927              Date: Fri, 7 Dec 2001 20:03:45 -0500
11928              Message-ID: <20011208010345.GD642@blackrider>
11929              
11930              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
11931              From: Michael G Schwern <schwern@pobox.com>
11932              Date: Fri, 7 Dec 2001 20:13:54 -0500
11933              Message-ID: <20011208011354.GE642@blackrider>
11934              
11935              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
11936              From: Michael G Schwern <schwern@pobox.com>
11937              Date: Fri, 7 Dec 2001 21:47:36 -0500
11938              Message-ID: <20011208024736.GH642@blackrider>
11939              
11940              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
11941              From: Michael G Schwern <schwern@pobox.com>
11942              Date: Fri, 7 Dec 2001 23:09:43 -0500
11943              Message-ID: <20011208040943.GK642@blackrider>
11944              
11945              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
11946              Message-Id: <a05101004b83754903506@[172.16.52.1]>
11947              Date: Fri, 7 Dec 2001 23:28:15 -0600
11948              From: "Craig A. Berry" <craigberry@mac.com>
11949      Branch: perl
11950            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
11951 ____________________________________________________________________________
11952 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
11953         Log: Integrate perlio.
11954      Branch: perl
11955           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
11956           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
11957 ____________________________________________________________________________
11958 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
11959         Log: Retract #11156 since Sarathy has found that it breaks code:
11960              http://bugs.ActiveState.com/show_bug.cgi?id=18457
11961              http://bugs.ActiveState.com/show_bug.cgi?id=18858
11962      Branch: perl
11963            ! op.c sv.c t/op/pos.t
11964 ____________________________________________________________________________
11965 [ 13532] By: nick                                  on 2001/12/08  14:11:12
11966         Log: Integrate mainline
11967      Branch: perlio
11968           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
11969           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
11970 ____________________________________________________________________________
11971 [ 13531] By: nick                                  on 2001/12/08  13:48:21
11972         Log: Tweak multi-arg open error messages
11973      Branch: perlio
11974            ! perlio.c
11975 ____________________________________________________________________________
11976 [ 13530] By: nick                                  on 2001/12/08  10:20:06
11977         Log: Allow multi-arg open() if opening layer declares this legal.
11978      Branch: perlio
11979            ! doio.c perlio.c perliol.h
11980 ____________________________________________________________________________
11981 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
11982         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
11983              From: Michael G Schwern <schwern@pobox.com>       
11984              Date: Fri, 7 Dec 2001 19:41:31 -0500
11985              Message-ID: <20011208004131.GC642@blackrider>
11986      Branch: perl
11987            ! t/run/switches.t t/test.pl
11988 ____________________________________________________________________________
11989 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
11990         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
11991              From: Michael G Schwern <schwern@pobox.com>       
11992              Date: Fri, 7 Dec 2001 19:12:44 -0500
11993              Message-ID: <20011208001244.GB642@blackrider>
11994      Branch: perl
11995            ! t/op/stat.t
11996 ____________________________________________________________________________
11997 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
11998         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
11999              From: Michael G Schwern <schwern@pobox.com>
12000              Date: Fri, 7 Dec 2001 17:28:57 -0500
12001              Message-ID: <20011207222857.GI23210@blackrider>
12002      Branch: perl
12003            ! t/op/magic.t
12004 ____________________________________________________________________________
12005 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
12006         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
12007      Branch: perl
12008            ! t/test.pl
12009 ____________________________________________________________________________
12010 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
12011         Log: which_perl: delay as much a possible till runtime.
12012      Branch: perl
12013            ! t/test.pl
12014 ____________________________________________________________________________
12015 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
12016         Log: Further tweakage to which_perl().
12017      Branch: perl
12018            ! t/test.pl
12019 ____________________________________________________________________________
12020 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
12021         Log: perluniintro tweaks.
12022      Branch: perl
12023            ! pod/perluniintro.pod
12024 ____________________________________________________________________________
12025 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
12026         Log: Tweak the $Perl computation.
12027      Branch: perl
12028            ! t/test.pl
12029 ____________________________________________________________________________
12030 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
12031         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
12032              From: Nicholas Clark <nick@ccl4.org>
12033              Date: Fri, 7 Dec 2001 17:06:56 +0000
12034              Message-ID: <20011207170656.G21702@plum.flirble.org>
12035      Branch: perl
12036            ! doop.c t/op/chop.t
12037 ____________________________________________________________________________
12038 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
12039         Log: Update Changes.
12040      Branch: perl
12041            ! Changes patchlevel.h
12042 ____________________________________________________________________________
12043 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
12044         Log: Missing ).
12045      Branch: perl
12046            ! t/test.pl
12047 ____________________________________________________________________________
12048 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
12049         Log: Allow several arguments to display().
12050      Branch: perl
12051            ! t/test.pl
12052 ____________________________________________________________________________
12053 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
12054         Log: /dev/stdout could be either a character special file
12055              or a named pipe, so let's pretend it doesn't exist.
12056      Branch: perl
12057            ! t/op/stat.t
12058 ____________________________________________________________________________
12059 [ 13516] By: nick                                  on 2001/12/07  15:09:23
12060         Log: Integrate again - can I catch up ?
12061      Branch: perlio
12062           !> t/test.pl
12063 ____________________________________________________________________________
12064 [ 13515] By: nick                                  on 2001/12/07  15:08:17
12065         Log: Integrate mainline some more
12066      Branch: perlio
12067           !> README.hpux hints/linux.sh pod/perlfunc.pod
12068 ____________________________________________________________________________
12069 [ 13514] By: nick                                  on 2001/12/07  15:07:15
12070         Log: Integrate mainline
12071      Branch: perlio
12072           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
12073           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
12074           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
12075           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
12076           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
12077           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
12078           +> t/lib/Math/BigInt/BareCalc.pm
12079            - ext/Devel/PPPort/harness/Harness.pm
12080            - ext/Devel/PPPort/harness/Harness.xs
12081            - ext/Devel/PPPort/harness/Makefile.PL
12082            - ext/Devel/PPPort/harness/module2.c
12083            - ext/Devel/PPPort/harness/module3.c
12084            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
12085            - lib/File/Spec/Functions.t
12086           !> (integrate 103 files)
12087 ____________________________________________________________________________
12088 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
12089         Log: Add display() for displaying icky scalars.
12090      Branch: perl
12091            ! t/test.pl
12092 ____________________________________________________________________________
12093 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
12094         Log: Subject: [ID 20011207.001] documentation bug for waitpid
12095              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
12096              Date: Fri, 7 Dec 2001 12:44:56 +0100
12097              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
12098      Branch: perl
12099            ! pod/perlfunc.pod
12100 ____________________________________________________________________________
12101 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
12102         Log: gcc version matching didn't.
12103      Branch: perl
12104            ! hints/linux.sh
12105 ____________________________________________________________________________
12106 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
12107         Log: Subject: HP renamed their servers              
12108              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12109              Date: Fri, 07 Dec 2001 12:07:22 +0100
12110              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
12111      Branch: perl
12112            ! README.hpux
12113 ____________________________________________________________________________
12114 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
12115         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
12116              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
12117              Date: Fri, 7 Dec 2001 00:24:55 -0500
12118              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
12119      Branch: perl
12120            ! pod/perlport.pod
12121 ____________________________________________________________________________
12122 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
12123         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
12124              From: Michael G Schwern <schwern@pobox.com> 
12125              Date: Thu, 6 Dec 2001 22:56:34 -0500
12126              Message-ID: <20011207035634.GO22648@blackrider>
12127      Branch: perl
12128            ! t/base/lex.t t/op/exec.t
12129 ____________________________________________________________________________
12130 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
12131         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
12132              From: Michael G Schwern <schwern@pobox.com>
12133              Date: Thu, 6 Dec 2001 22:45:44 -0500
12134              Message-ID: <20011207034544.GN22648@blackrider>
12135              
12136              (plus op/ref tweak)
12137      Branch: perl
12138            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
12139            ! t/run/kill_perl.t t/test.pl
12140 ____________________________________________________________________________
12141 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
12142         Log: Upgrade to Math::BigInt 1.48.
12143      Branch: perl
12144            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
12145            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
12146            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
12147            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
12148            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
12149            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
12150            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
12151 ____________________________________________________________________________
12152 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
12153         Log: Mention also perl56delta in case someone is upgrading from
12154              Perl 5.005_03.
12155      Branch: perl
12156            ! pod/perldelta.pod
12157 ____________________________________________________________________________
12158 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
12159         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
12160              From: Michael G Schwern <schwern@pobox.com>
12161              Date: Thu, 6 Dec 2001 15:15:28 -0500
12162              Message-ID: <20011206201528.GF16414@blackrider>
12163              
12164              (just the term.t, not the lex.t)
12165              
12166              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
12167              From: Michael G Schwern <schwern@pobox.com>
12168              Date: Thu, 6 Dec 2001 15:22:22 -0500
12169              Message-ID: <20011206202222.GG16414@blackrider>
12170              
12171              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
12172              From: Michael G Schwern <schwern@pobox.com>
12173              Date: Thu, 6 Dec 2001 15:31:58 -0500
12174              Message-ID: <20011206203158.GI16414@blackrider>
12175              
12176              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
12177              From: Michael G Schwern <schwern@pobox.com>
12178              Date: Thu, 6 Dec 2001 17:38:55 -0500
12179              Message-ID: <20011206223855.GC22648@blackrider>
12180      Branch: perl
12181            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
12182            ! t/test.pl
12183 ____________________________________________________________________________
12184 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
12185         Log: Update the thr5005 situation.
12186      Branch: perl
12187            ! pod/perldelta.pod
12188 ____________________________________________________________________________
12189 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
12190         Log: perldelta borrowings from perl561delta.
12191      Branch: perl
12192            ! pod/perldelta.pod
12193 ____________________________________________________________________________
12194 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
12195         Log: Add the 5.6.1 perldelta as perl561delta.
12196              (Makes it easier to steal stuff for perldelta :-)
12197      Branch: perl
12198            + pod/perl561delta.pod
12199            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
12200 ____________________________________________________________________________
12201 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
12202         Log: Retract #13496 for now.
12203      Branch: perl
12204            ! t/base/lex.t t/base/term.t
12205 ____________________________________________________________________________
12206 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
12207         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
12208              From: "Craig A. Berry" <craigberry@mac.com>
12209              Date: Thu, 6 Dec 2001 14:54:36 -0600
12210              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
12211      Branch: perl
12212            ! vms/ext/filespec.t
12213 ____________________________________________________________________________
12214 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
12215         Log: (retracted by #13499)
12216              
12217              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
12218              From: Michael G Schwern <schwern@pobox.com>
12219              Date: Thu, 6 Dec 2001 15:15:28 -0500
12220              Message-ID: <20011206201528.GF16414@blackrider>
12221      Branch: perl
12222            ! t/base/lex.t t/base/term.t
12223 ____________________________________________________________________________
12224 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
12225         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
12226              From: Michael G Schwern <schwern@pobox.com>
12227              Date: Thu, 6 Dec 2001 13:54:48 -0500
12228              Message-ID: <20011206185448.GC16414@blackrider>
12229      Branch: perl
12230            ! t/op/stat.t
12231 ____________________________________________________________________________
12232 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
12233         Log: The #4 has nothing to do with Unicode.
12234      Branch: perl
12235            ! t/op/tr.t
12236 ____________________________________________________________________________
12237 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
12238         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
12239              From: Michael G Schwern <schwern@pobox.com>
12240              Date: Thu, 6 Dec 2001 13:45:48 -0500
12241              Message-ID: <20011206184548.GB16414@blackrider>
12242      Branch: perl
12243            ! t/op/tr.t
12244 ____________________________________________________________________________
12245 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
12246         Log: Update Changes.
12247      Branch: perl
12248            ! Changes patchlevel.h
12249 ____________________________________________________________________________
12250 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
12251         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
12252              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12253              Date: Thu, 6 Dec 2001 11:41:25 EST
12254              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
12255      Branch: perl
12256            ! vms/vms.c vms/vmsish.h
12257 ____________________________________________________________________________
12258 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
12259         Log: Subject: [PATCH] Re: weirdness in regexps
12260              From: Robin Houston <robin@kitsite.com> 
12261              Date: Thu, 6 Dec 2001 14:44:01 +0000
12262              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
12263      Branch: perl
12264            ! op.c t/lib/strict/subs
12265 ____________________________________________________________________________
12266 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
12267         Log: Make the -b -c -S tests count all of the /dev, not just
12268              check the first one, as suggested by Benjamin Goldberg.
12269      Branch: perl
12270            ! t/op/stat.t
12271 ____________________________________________________________________________
12272 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
12273         Log: Subject: Re: [PATCH: bleadperl] casefold backref
12274              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
12275              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
12276              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
12277      Branch: perl
12278            ! regexec.c
12279 ____________________________________________________________________________
12280 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
12281         Log: Nits noticed by Philip Newton, and de-tab DB.t.
12282      Branch: perl
12283            ! lib/DB.t
12284 ____________________________________________________________________________
12285 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
12286         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
12287              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
12288              Date: 6 Dec 2001 11:06:01 -0000
12289              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
12290      Branch: perl
12291            ! op.c t/op/tr.t
12292 ____________________________________________________________________________
12293 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
12294         Log: Subject: [PATCH: bleadperl] casefold backref
12295              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
12296              Date: Wed, 05 Dec 2001 17:27:05 +0000
12297              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
12298      Branch: perl
12299            ! regexec.c t/op/re_tests
12300 ____________________________________________________________________________
12301 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
12302         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
12303              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12304              Date: Wed, 5 Dec 2001 22:34:53 EST
12305              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
12306      Branch: perl
12307            ! mg.c vms/vms.c vms/vmsish.h
12308 ____________________________________________________________________________
12309 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
12310         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
12311              From: Michael G Schwern <schwern@pobox.com>
12312              Date: Wed, 5 Dec 2001 19:52:58 -0500
12313              Message-ID: <20011205195257.A903@blackrider>
12314      Branch: perl
12315            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
12316            + lib/File/Spec/t/rel2abs2rel.t
12317            - lib/File/Spec.t lib/File/Spec/Functions.t
12318            ! MANIFEST
12319 ____________________________________________________________________________
12320 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
12321         Log: Subject: Re: Silly stat() portability questions                
12322              From: Benjamin Goldberg <goldbb2@earthlink.net>
12323              Date: Wed, 05 Dec 2001 22:52:35 -0500
12324              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
12325      Branch: perl
12326            ! pod/perlport.pod
12327 ____________________________________________________________________________
12328 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
12329         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
12330              From: "Craig A. Berry" <craigberry@mac.com>
12331              Date: Wed, 05 Dec 2001 16:41:59 -0600
12332              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
12333      Branch: perl
12334            ! README.vms configure.com lib/File/Spec/VMS.pm
12335            ! vms/ext/filespec.t
12336 ____________________________________________________________________________
12337 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
12338         Log: $apply->('club', $glibc_maintainers);
12339              
12340              (Nick Clark just reported that <langinfo.h> YESSTR
12341              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
12342      Branch: perl
12343            ! ext/I18N/Langinfo/Langinfo.t
12344 ____________________________________________________________________________
12345 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
12346         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
12347      Branch: perl
12348            ! pod/perlport.pod
12349 ____________________________________________________________________________
12350 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
12351         Log: tweak change#13474 (pad entries can apparently be null in some
12352              situations)
12353      Branch: maint-5.6/perl
12354            ! op.c
12355 ____________________________________________________________________________
12356 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
12357         Log: Restore the /dev -b -c -S part of the test.
12358      Branch: perl
12359            ! t/op/stat.t
12360 ____________________________________________________________________________
12361 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
12362         Log: Retract #13475 until Arthur gets back to the mine.
12363      Branch: perl
12364            ! op.c t/run/kill_perl.t
12365 ____________________________________________________________________________
12366 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
12367         Log: (retracted by #13476)
12368              
12369              Manually apply #13474; fixes stale reference to dead
12370              CvOUTSIDE(); this can happen when anonymous subroutines
12371              that aren't closures are returned from an eval""
12372              
12373              (threads/shared/sv_refs.t is coredump-unhappy about this change)
12374      Branch: perl
12375            ! op.c t/run/kill_perl.t
12376 ____________________________________________________________________________
12377 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
12378         Log: replacement for change#10451
12379              
12380              fixes stale reference to dead CvOUTSIDE(); this can happen when
12381              anonymous subroutines that aren't closures are returned from an
12382              eval""
12383      Branch: maint-5.6/perl
12384            ! op.c t/op/misc.t
12385 ____________________________________________________________________________
12386 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
12387         Log: revert change#10451,10472; it was a naive fix that simply
12388              reintroduced the memory leak!
12389      Branch: maint-5.6/perl
12390            ! op.c t/op/misc.t
12391 ____________________________________________________________________________
12392 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
12393         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
12394              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
12395              Date: Wed, 05 Dec 2001 10:49:20 +0100
12396              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
12397      Branch: perl
12398            ! lib/File/Basename.pm lib/File/Basename.t
12399 ____________________________________________________________________________
12400 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
12401         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
12402              From: Michael G Schwern <schwern@pobox.com> 
12403              Date: Wed, 5 Dec 2001 02:47:59 -0500
12404              Message-ID: <20011205024759.H14333@blackrider>
12405      Branch: perl
12406            ! t/op/magic.t
12407 ____________________________________________________________________________
12408 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
12409         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
12410              From: Michael G Schwern <schwern@pobox.com>              
12411              Date: Wed, 5 Dec 2001 02:22:05 -0500
12412              Message-ID: <20011205022205.F14333@blackrider>
12413      Branch: perl
12414            ! t/op/stat.t vms/test.com
12415 ____________________________________________________________________________
12416 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
12417         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
12418              From: Michael G Schwern <schwern@pobox.com> 
12419              Date: Tue, 4 Dec 2001 23:40:10 -0500
12420              Message-ID: <20011204234010.B14333@blackrider>
12421      Branch: perl
12422            ! t/op/stat.t
12423 ____________________________________________________________________________
12424 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
12425         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
12426              From: Michael G Schwern <schwern@pobox.com> 
12427              Date: Tue, 4 Dec 2001 21:09:18 -0500           
12428              Message-ID: <20011204210918.D13279@blackrider>
12429              
12430              t/test.
12431      Branch: perl
12432            ! t/test.pl
12433 ____________________________________________________________________________
12434 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
12435         Log: (accidentally empty check-in)
12436      Branch: perl
12437            ! t/op/stat.t
12438 ____________________________________________________________________________
12439 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
12440         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
12441              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12442              Date: Tue, 04 Dec 2001 23:40:27 +0100
12443              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
12444      Branch: perl
12445            ! mg.c
12446 ____________________________________________________________________________
12447 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
12448         Log: Subject: [PATCH] minor pod fix in Safe.pm
12449              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12450              Date: Tue, 4 Dec 2001 22:02:34 +0100
12451              Message-ID: <20011204220234.A17293@rafael>
12452      Branch: perl
12453            ! ext/Opcode/Safe.pm
12454 ____________________________________________________________________________
12455 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
12456         Log: CRLF GRRR.
12457      Branch: perl
12458            ! djgpp/configure.bat
12459 ____________________________________________________________________________
12460 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
12461         Log: DJGPP fixes from Laszlo Molnar.
12462      Branch: perl
12463            ! djgpp/configure.bat djgpp/djgpp.h
12464 ____________________________________________________________________________
12465 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
12466         Log: Update Changes.
12467      Branch: perl
12468            ! Changes patchlevel.h
12469 ____________________________________________________________________________
12470 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
12471         Log: Must wipe out the memory of real Socket before starting
12472              to use the new fake one.
12473      Branch: perl
12474            ! lib/Net/t/config.t
12475 ____________________________________________________________________________
12476 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
12477         Log: LC_ALL might trump LANG.
12478      Branch: perl
12479            ! lib/open.t
12480 ____________________________________________________________________________
12481 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
12482         Log: Make the eval runtime.
12483      Branch: perl
12484            ! lib/open.pm
12485 ____________________________________________________________________________
12486 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
12487         Log: Make the Langinfo test both more lenient (allow
12488              for any symbol not to exists) and stricter (add
12489              more symbols).
12490      Branch: perl
12491            ! ext/I18N/Langinfo/Langinfo.t
12492 ____________________________________________________________________________
12493 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
12494         Log: integrate change#13453 from maint-5.6
12495              
12496              tweak change#11399 to use an explicit flag rather than
12497              ass_u_ming w32_pseudo_id will only be zero for the real
12498              toplevel interpreter; avoids multiple hosts from diddling
12499              the environment at the same time
12500      Branch: perl
12501           !> win32/perlhost.h
12502 ____________________________________________________________________________
12503 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
12504         Log: Subject: [PATCH] VMS update for perldelta.pod
12505              From: "Craig A. Berry" <craigberry@mac.com> 
12506              Date: Tue, 4 Dec 2001 00:23:12 -0600
12507              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
12508      Branch: perl
12509            ! pod/perldelta.pod
12510 ____________________________________________________________________________
12511 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
12512         Log: NetWare tweak from Ananth Kesari.
12513      Branch: perl
12514            ! NetWare/Makefile
12515 ____________________________________________________________________________
12516 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
12517         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
12518              Not adding the test suite because of its many assumptions.
12519      Branch: perl
12520            ! lib/Net/Ping.pm
12521 ____________________________________________________________________________
12522 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
12523         Log: tweak change#11399 to use an explicit flag rather than
12524              ass_u_ming w32_pseudo_id will only be zero for the real
12525              toplevel interpreter; avoids multiple hosts from diddling
12526              the environment at the same time
12527      Branch: maint-5.6/perl
12528            ! win32/perlhost.h
12529 ____________________________________________________________________________
12530 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
12531         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
12532              from Len Makin.
12533      Branch: perl
12534            + hints/super-ux.sh
12535            ! MANIFEST
12536 ____________________________________________________________________________
12537 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
12538         Log: Add Mac OS X known failures to perldelta.
12539      Branch: perl
12540            ! pod/perldelta.pod
12541 ____________________________________________________________________________
12542 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
12543         Log: I think it's time to call the utf8 code non-test.
12544      Branch: perl
12545            ! utf8.c
12546 ____________________________________________________________________________
12547 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
12548         Log: Retract #13303, need rethink.
12549      Branch: perl
12550            ! utf8.c
12551 ____________________________________________________________________________
12552 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
12553         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
12554              From: "Craig A. Berry" <craigberry@mac.com>
12555              Date: Mon, 03 Dec 2001 16:28:06 -0600
12556              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
12557      Branch: perl
12558            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
12559 ____________________________________________________________________________
12560 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
12561         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
12562              From: Andy Dougherty <doughera@lafayette.edu>
12563              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
12564              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
12565      Branch: perl
12566            ! hints/solaris_2.sh
12567 ____________________________________________________________________________
12568 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
12569         Log: This test is not very robust on 8.3-constrained systems:
12570              all the "with truncated name" lines between "Autosplitting ..."
12571              and "some names are not unique" lines are unexpected,
12572              and the truncation message becomes:
12573              testtest.al, testtest.al truncate to testtest 
12574      Branch: perl
12575            ! lib/AutoSplit.t
12576 ____________________________________________________________________________
12577 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
12578         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
12579      Branch: perl
12580            ! ext/I18N/Langinfo/Langinfo.t
12581 ____________________________________________________________________________
12582 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
12583         Log: Test::Morify UCD.t
12584      Branch: perl
12585            ! lib/Unicode/UCD.t
12586 ____________________________________________________________________________
12587 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
12588         Log: If Socket has not been built (e.g. DJGPP) the libnet
12589              tests fall over with (too) much noise.
12590      Branch: perl
12591            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
12592            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
12593            ! lib/Net/t/smtp.t lib/Net/t/time.t
12594 ____________________________________________________________________________
12595 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
12596         Log: Subject: [PATCH] shared hash keys and ++/--
12597              From: Nicholas Clark <nick@ccl4.org>
12598              Date: Mon, 3 Dec 2001 16:37:16 +0000
12599              Message-ID: <20011203163716.C21702@plum.flirble.org>
12600      Branch: perl
12601            ! pp.c pp_hot.c sv.c t/op/inc.t
12602 ____________________________________________________________________________
12603 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
12604         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
12605              From: Jonathan Stowe <jns@gellyfish.com>
12606              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
12607              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
12608      Branch: perl
12609            ! lib/Term/Cap.pm
12610 ____________________________________________________________________________
12611 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
12612         Log: Update Changes.
12613      Branch: perl
12614            ! Changes patchlevel.h
12615 ____________________________________________________________________________
12616 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
12617         Log: perldelta tweaks.
12618      Branch: perl
12619            ! pod/perldelta.pod
12620 ____________________________________________________________________________
12621 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
12622         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
12623              From: Sam Tregar <sam@tregar.com> 
12624              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
12625              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
12626      Branch: perl
12627            ! pod/perlnewmod.pod
12628 ____________________________________________________________________________
12629 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
12630         Log: microperl casting nit.
12631      Branch: perl
12632            ! utf8.c
12633 ____________________________________________________________________________
12634 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
12635         Log: Make sharepvn a macro since all it does is a deref.
12636      Branch: perl
12637            ! embed.h embed.pl global.sym hv.c hv.h proto.h
12638 ____________________________________________________________________________
12639 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
12640         Log: perldelta updates.
12641      Branch: perl
12642            ! pod/perldelta.pod
12643 ____________________________________________________________________________
12644 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
12645         Log: PPPort update from Paul Marquess.
12646      Branch: perl
12647            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
12648            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
12649            + ext/Devel/PPPort/t/test.t
12650            - ext/Devel/PPPort/harness/Harness.pm
12651            - ext/Devel/PPPort/harness/Harness.xs
12652            - ext/Devel/PPPort/harness/Makefile.PL
12653            - ext/Devel/PPPort/harness/module2.c
12654            - ext/Devel/PPPort/harness/module3.c
12655            - ext/Devel/PPPort/harness/t/test.t
12656            ! MANIFEST ext/Devel/PPPort/MANIFEST
12657            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
12658            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
12659            ! ext/Devel/PPPort/soak
12660 ____________________________________________________________________________
12661 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
12662         Log: No use talking about dynamic library search patch
12663              unless we are having a dynamic build.
12664      Branch: perl
12665            ! t/TEST
12666 ____________________________________________________________________________
12667 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
12668         Log: Be more explicit on the List::Util build trick,
12669              should also stop unneeded rebuilds on static builds.
12670      Branch: perl
12671            ! ext/List/Util/Makefile.PL
12672 ____________________________________________________________________________
12673 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
12674         Log: We need to replace the optimize (-O1) with
12675              the -h scalar0 -h vector0, not append them
12676              to the ccflags.
12677      Branch: perl
12678            ! hints/unicos.sh hints/unicosmk.sh
12679 ____________________________________________________________________________
12680 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
12681         Log: Subject: [PATCH] Shared hash keys 
12682              From: Nicholas Clark <nick@ccl4.org>
12683              Date: Sun, 2 Dec 2001 20:52:32 +0000
12684              Message-ID: <20011202205232.U21702@plum.flirble.org>
12685      Branch: perl
12686            ! doop.c t/op/tr.t
12687 ____________________________________________________________________________
12688 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
12689         Log: Better add new files to MANIFEST, too.
12690      Branch: perl
12691            ! MANIFEST
12692 ____________________________________________________________________________
12693 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
12694         Log: Subject: {PATCH] perlpacktut.pod
12695              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
12696              Date: Sun, 02 Dec 2001 19:55:06 +0100
12697              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
12698      Branch: perl
12699            ! pod/perlpacktut.pod
12700 ____________________________________________________________________________
12701 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
12702         Log: Various small nits found by DJGPP build.
12703      Branch: perl
12704            ! doio.c mg.c pp.c util.c
12705 ____________________________________________________________________________
12706 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
12707         Log: Subject: RE: More verbose POD for Carp
12708              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
12709              Date: Sun, 2 Dec 2001 11:32:51 -0500
12710              Message-ID: <3C0A9748@operamail.com>
12711      Branch: perl
12712            ! lib/Carp.pm
12713 ____________________________________________________________________________
12714 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
12715         Log: Add a header for DJGPP with the function prototypes.
12716      Branch: perl
12717            + djgpp/djgpp.h
12718            ! MANIFEST djgpp/djgpp.c
12719 ____________________________________________________________________________
12720 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
12721         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
12722              From: Abe Timmerman <abe@ztreet.demon.nl>
12723              Date: Sun, 02 Dec 2001 02:41:25 +0100
12724              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
12725      Branch: perl
12726            ! pp_sys.c
12727 ____________________________________________________________________________
12728 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
12729         Log: There isn't PTR2INT(), there's PTR2IV().
12730      Branch: perl
12731            ! ext/Time/HiRes/HiRes.xs
12732 ____________________________________________________________________________
12733 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
12734         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
12735              From: Marc Lehmann <root@schmorp.de>
12736              Date: Sun, 02 Dec 2001 02:44:53 +0100
12737              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
12738      Branch: perl
12739            ! ext/Time/HiRes/HiRes.xs
12740 ____________________________________________________________________________
12741 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
12742         Log: encode()/decode() examples.
12743      Branch: perl
12744            ! ext/Encode/Encode.pm
12745 ____________________________________________________________________________
12746 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
12747         Log: DJGPP tweaks from Laszlo Molnar.
12748      Branch: perl
12749            ! djgpp/config.over djgpp/djgppsed.sh
12750 ____________________________________________________________________________
12751 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
12752         Log: Update Changes.
12753      Branch: perl
12754            ! Changes patchlevel.h
12755 ____________________________________________________________________________
12756 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
12757         Log: Integrate perlio;
12758              
12759              Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
12760              which do not have file descriptors. Noticed a possibly
12761              worse problem in the process ...
12762      Branch: perl
12763           !> doio.c
12764 ____________________________________________________________________________
12765 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
12766         Log: Non-VMS-fixed and Win32-skipped version of
12767              
12768              Subject: [PATCH t/op/exec.t] Portabilty fix 
12769              From: Michael G Schwern <schwern@pobox.com> 
12770              Date: Fri, 30 Nov 2001 16:09:27 -0500
12771              Message-ID: <20011130160927.A10406@blackrider>
12772      Branch: perl
12773            ! t/op/exec.t
12774 ____________________________________________________________________________
12775 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
12776         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
12777              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
12778              Date: Sat, 1 Dec 2001 07:01:09 -0500
12779              Message-ID: <3C0D2E39@operamail.com>
12780              
12781              Subject: More verbose POD for Carp
12782              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
12783              Date: Sat, 1 Dec 2001 08:04:16 -0500
12784              Message-ID: <3C285C2B@operamail.com>
12785      Branch: perl
12786            ! lib/Carp.pm lib/Carp/Heavy.pm
12787 ____________________________________________________________________________
12788 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
12789         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
12790              From: chromatic <chromatic@rmci.net>
12791              Date: Sat, 01 Dec 2001 12:41:58 -0700
12792              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
12793      Branch: perl
12794            ! lib/DB.t
12795 ____________________________________________________________________________
12796 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
12797         Log: Try to make a missing RADIXCHAR a softer kinder error.
12798      Branch: perl
12799            ! ext/I18N/Langinfo/Langinfo.t
12800 ____________________________________________________________________________
12801 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
12802         Log: Have a little faith on nl_langinfo() itself.
12803      Branch: perl
12804            ! ext/I18N/Langinfo/Langinfo.xs
12805 ____________________________________________________________________________
12806 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
12807         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
12808              the max, not max plus one)
12809      Branch: perl
12810            ! ext/I18N/Langinfo/Langinfo.xs
12811 ____________________________________________________________________________
12812 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
12813         Log: Make reality agree with the comment.
12814      Branch: perl
12815            ! ext/I18N/Langinfo/Langinfo.xs
12816 ____________________________________________________________________________
12817 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
12818         Log: Try to protect against wild langinfo() arguments.
12819      Branch: perl
12820            ! ext/I18N/Langinfo/Langinfo.xs
12821 ____________________________________________________________________________
12822 [ 13409] By: nick                                  on 2001/12/01  18:19:59
12823         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
12824              have file descriptors. Noticed a possibly worse problem in the process ...
12825      Branch: perlio
12826            ! doio.c
12827 ____________________________________________________________________________
12828 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
12829         Log: (replaced by #13556)
12830              
12831              If we are inside an eval, let's be silent about
12832              separate symbols and just croak() in the end.
12833      Branch: perl
12834            ! lib/Exporter/Heavy.pm
12835 ____________________________________________________________________________
12836 [ 13407] By: nick                                  on 2001/12/01  17:14:05
12837         Log: Integrate mainline
12838      Branch: perlio
12839           !> (integrate 26 files)
12840 ____________________________________________________________________________
12841 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
12842         Log: Subject: Fix for Exporter error reporting behaviour
12843              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
12844              Date: Sat, 1 Dec 2001 06:34:48 -0500
12845              Message-ID: <3C0D1B9A@operamail.com>
12846      Branch: perl
12847            ! lib/Exporter.pm lib/Exporter/Heavy.pm
12848 ____________________________________________________________________________
12849 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
12850         Log: Need to hide behind an eval to avoid a warning
12851              about :utf8 on non-perlio configs.
12852      Branch: perl
12853            ! lib/open.t
12854 ____________________________________________________________________________
12855 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
12856         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
12857              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12858              Date: Fri, 30 Nov 2001 23:46:58 +0100
12859              Message-ID: <20011130234658.A717@rafael>
12860      Branch: perl
12861            ! op.c t/op/method.t
12862 ____________________________________________________________________________
12863 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
12864         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
12865              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12866              Date: Thu, 29 Nov 2001 22:46:12 +0100
12867              Message-ID: <20011129224612.A699@rafael>
12868      Branch: perl
12869            ! ext/B/B/Xref.pm
12870 ____________________________________________________________________________
12871 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
12872         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
12873              From: Tels <perl_dummy@bloodgate.com>
12874              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
12875              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
12876      Branch: perl
12877            ! pod/perlfunc.pod
12878 ____________________________________________________________________________
12879 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
12880         Log: Subject: [REPATCH] reference pointer comparison
12881              From: Nicholas Clark <nick@ccl4.org>
12882              Date: Sat, 1 Dec 2001 13:00:17 +0000
12883              Message-ID: <20011201130017.I21702@plum.flirble.org>
12884      Branch: perl
12885            ! pp.c
12886 ____________________________________________________________________________
12887 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
12888         Log: Upgrade to Storable 1.0.14.
12889      Branch: perl
12890            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
12891 ____________________________________________________________________________
12892 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
12893         Log: Add simple caches for ::viacode() and ::vianame().
12894      Branch: perl
12895            ! lib/charnames.pm lib/charnames.t
12896 ____________________________________________________________________________
12897 [ 13398] By: nick                                  on 2001/12/01  10:36:24
12898         Log: Integrate mainline.
12899      Branch: perlio
12900           +> (branch 44 files)
12901            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
12902            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
12903            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
12904           !> (integrate 250 files)
12905 ____________________________________________________________________________
12906 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
12907         Log: Regen toc and modlib.
12908      Branch: perl
12909            ! pod/perlmodlib.pod pod/perltoc.pod
12910 ____________________________________________________________________________
12911 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
12912         Log: Upgrade to podlators-1.18.
12913      Branch: perl
12914            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
12915 ____________________________________________________________________________
12916 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
12917         Log: -h scalar0 -h vector0 seems to help for both
12918              UNICOS and UNICOS/mk on the unpack %65c problems.
12919              
12920              (replaces #13393)
12921      Branch: perl
12922            ! hints/unicos.sh hints/unicosmk.sh
12923 ____________________________________________________________________________
12924 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
12925         Log: More Socket constants.
12926      Branch: perl
12927            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
12928 ____________________________________________________________________________
12929 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
12930         Log: (replaced by #13395)
12931      Branch: perl
12932            ! hints/unicosmk.sh
12933 ____________________________________________________________________________
12934 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
12935         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
12936              From: Andy Dougherty <doughera@lafayette.edu>
12937              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
12938              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
12939              
12940              Simplify the test skippage criterion now that we are
12941              no more dependent on sed.
12942      Branch: perl
12943            ! t/comp/cpp.t t/run/switchPx.t
12944 ____________________________________________________________________________
12945 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
12946         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
12947              From: Michael G Schwern <schwern@pobox.com>
12948              Date: Fri, 30 Nov 2001 11:48:44 -0500
12949              Message-ID: <20011130114844.C1303@blackrider>
12950              
12951              (replaces #13381)
12952      Branch: perl
12953            ! t/op/stat.t
12954 ____________________________________________________________________________
12955 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
12956         Log: Let's not assume how much memory has been allocated
12957              to PVs.
12958      Branch: perl
12959            ! ext/Devel/Peek/Peek.t
12960 ____________________________________________________________________________
12961 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
12962         Log: VOS needs to know the modules, including pp_sort.
12963      Branch: perl
12964            ! vos/perl.bind
12965 ____________________________________________________________________________
12966 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
12967         Log: Unused variables.
12968      Branch: perl
12969            ! ext/Unicode/Normalize/Normalize.xs
12970 ____________________________________________________________________________
12971 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
12972         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
12973              From: John Peacock <jpeacock@rowman.com>     
12974              Date: Fri, 30 Nov 2001 10:24:00 -0500        
12975              Message-ID: <3C07A490.A22A76B0@rowman.com>   
12976      Branch: perl
12977            ! lib/ExtUtils/Embed.t
12978 ____________________________________________________________________________
12979 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
12980         Log: Tweak for the VOS building script from Paul Green.
12981      Branch: perl
12982            ! vos/configure_perl.cm
12983 ____________________________________________________________________________
12984 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
12985         Log: Update Changes.
12986      Branch: perl
12987            ! Changes patchlevel.h
12988 ____________________________________________________________________________
12989 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
12990         Log: Cannot test if cppstdin has not yet been installed.
12991      Branch: perl
12992            ! t/run/switchPx.t
12993 ____________________________________________________________________________
12994 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
12995         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
12996              From: Michael G Schwern <schwern@pobox.com> 
12997              Date: Thu, 29 Nov 2001 22:05:11 -0500
12998              Message-ID: <20011129220510.A18869@blackrider>
12999              
13000              TODO 1: if cppstdin is used and not yet installed,
13001              the Px.t will fail (must do the same as in cpp.t)
13002              
13003              TODO 2: does this work if no Perl whatsoever has
13004              yet been installed?  That is, we should be using
13005              the Perl we are building to execute the one-liner.
13006      Branch: perl
13007            + t/run/switchPx.aux t/run/switchPx.t
13008            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
13009            ! vms/test.com
13010 ____________________________________________________________________________
13011 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
13012         Log: Upgrade to Unicode::Normalize 0.12.
13013      Branch: perl
13014            ! ext/Unicode/Normalize/Changes
13015            ! ext/Unicode/Normalize/Normalize.pm
13016            ! ext/Unicode/Normalize/Normalize.xs
13017            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
13018            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
13019            ! ext/Unicode/Normalize/t/test.t
13020 ____________________________________________________________________________
13021 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
13022         Log: (replaced by #13391)
13023              
13024              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
13025              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
13026              Date: 30 Nov 2001 11:41:53 -0000             
13027              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
13028              
13029              No need to die if we have high-paranoia (non-chdirable)
13030              system directories.
13031      Branch: perl
13032            ! t/op/stat.t
13033 ____________________________________________________________________________
13034 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
13035         Log: Paragraph rewrapping.
13036      Branch: perl
13037            ! pod/perliol.pod
13038 ____________________________________________________________________________
13039 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
13040         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
13041              From: Stas Bekman <stas@stason.org>
13042              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
13043              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
13044      Branch: perl
13045            ! pod/perliol.pod
13046 ____________________________________________________________________________
13047 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
13048         Log: Whether select() gets restarted on signals is
13049              implementation dependent.
13050      Branch: perl
13051            ! ext/Time/HiRes/HiRes.t
13052 ____________________________________________________________________________
13053 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
13054         Log: More forgotten checkins.
13055      Branch: perl
13056            ! embed.h embed.pl proto.h
13057 ____________________________________________________________________________
13058 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
13059         Log: Add a note about folding vs lowercase.
13060      Branch: perl
13061            ! regexec.c
13062 ____________________________________________________________________________
13063 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
13064         Log: Use to_uni_fold (and add changed global.sym)
13065      Branch: perl
13066            ! global.sym utf8.c
13067 ____________________________________________________________________________
13068 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
13069         Log: Make to Unicode character functions to use UVs
13070              instead of U32s and add to_uni_fold().
13071      Branch: perl
13072            ! embed.pl proto.h utf8.c
13073 ____________________________________________________________________________
13074 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
13075         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
13076              From: Nicholas Clark <nick@ccl4.org>
13077              Date: Thu, 29 Nov 2001 22:47:32 +0000
13078              Message-ID: <20011129224732.W37621@plum.flirble.org>
13079      Branch: perl
13080            ! pod/perlpacktut.pod
13081 ____________________________________________________________________________
13082 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
13083         Log: README.vos updates from Paul Green.
13084      Branch: perl
13085            ! README.vos
13086 ____________________________________________________________________________
13087 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
13088         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
13089              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13090              Date: Thu, 29 Nov 2001 14:18:51 EST
13091              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
13092      Branch: perl
13093            ! mg.c vms/vms.c vms/vmsish.h
13094 ____________________________________________________________________________
13095 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
13096         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
13097              From: Michael G Schwern <schwern@pobox.com>
13098              Date: Thu, 29 Nov 2001 13:12:31 -0500
13099              Message-ID: <20011129131231.E11300@blackrider>
13100      Branch: perl
13101            ! README.vms
13102 ____________________________________________________________________________
13103 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
13104         Log: BGET_IV was missing.
13105      Branch: perl
13106            ! ext/ByteLoader/bytecode.h
13107 ____________________________________________________________________________
13108 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
13109         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
13110              From: Jonathan Stowe <gellyfish@gellyfish.com>
13111              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
13112              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
13113      Branch: perl
13114            ! lib/Term/Cap.pm
13115 ____________________________________________________________________________
13116 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
13117         Log: Porting/checkURL.pl was missing.
13118      Branch: perl
13119            ! MANIFEST
13120 ____________________________________________________________________________
13121 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
13122         Log: Subject: INSTALL and READMEs should be reviewed
13123              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13124              Date: Thu, 29 Nov 2001 16:49:36 +0100
13125              Message-ID: <20011129164936.A17492@rafael>         
13126      Branch: perl
13127            ! README.cygwin
13128 ____________________________________________________________________________
13129 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
13130         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
13131              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
13132              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
13133              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
13134      Branch: perl
13135            ! README.os390
13136 ____________________________________________________________________________
13137 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
13138         Log: Update Changes.
13139      Branch: perl
13140            ! Changes patchlevel.h
13141 ____________________________________________________________________________
13142 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
13143         Log: The changes to the curliffed files didn't stick in #13348.
13144      Branch: perl
13145            ! README.dos README.win32
13146 ____________________________________________________________________________
13147 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
13148         Log: Subject: Re: Found the rev where File::Glob broke
13149              From: Andy Dougherty <doughera@lafayette.edu>
13150              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
13151              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
13152      Branch: perl
13153            ! lib/ExtUtils/MM_Unix.pm
13154 ____________________________________________________________________________
13155 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
13156         Log: Use __DATA__ instead of __END__.
13157      Branch: perl
13158            ! lib/Term/Cap.pm
13159 ____________________________________________________________________________
13160 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
13161         Log: Subject: [PATCH toke.c] autosplit into @F fix
13162              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13163              Date: Thu, 29 Nov 2001 14:52:23 +0100
13164              Message-ID: <20011129145223.A25817@rafael>         
13165      Branch: perl
13166            ! toke.c
13167 ____________________________________________________________________________
13168 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
13169         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
13170              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13171              Date: Thu, 29 Nov 2001 15:48:15 +0100
13172              Message-ID: <20011129154815.C25817@rafael>         
13173      Branch: perl
13174            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
13175 ____________________________________________________________________________
13176 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
13177         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
13178              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
13179              Date: Wed, 28 Nov 2001 20:35:29 +0100
13180              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
13181      Branch: perl
13182            ! pod/perlpacktut.pod
13183 ____________________________________________________________________________
13184 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
13185         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
13186              From: Stas Bekman <stas@stason.org>
13187              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
13188              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
13189              
13190              (with tweaks)
13191      Branch: perl
13192            ! pod/perlapio.pod
13193 ____________________________________________________________________________
13194 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
13195         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
13196              From: Tels <perl_dummy@bloodgate.com>
13197              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
13198              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
13199              
13200              (plus paragraph rewrapping)
13201      Branch: perl
13202            ! lib/Exporter.pm
13203 ____________________________________________________________________________
13204 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
13205         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
13206              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
13207              Date: Wed, 28 Nov 2001 21:47:59 +0000
13208              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
13209      Branch: perl
13210            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
13211 ____________________________________________________________________________
13212 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
13213         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
13214              From: Andy Dougherty <doughera@lafayette.edu>
13215              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
13216              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
13217      Branch: perl
13218            ! INSTALL ext/Time/HiRes/HiRes.t
13219 ____________________________________________________________________________
13220 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
13221         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
13222              From: Michael G Schwern <schwern@pobox.com> 
13223              Date: Wed, 28 Nov 2001 16:37:01 -0500
13224              Message-ID: <20011128163701.H676@blackrider>
13225      Branch: perl
13226            ! t/run/kill_perl.t
13227 ____________________________________________________________________________
13228 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
13229         Log: @INC tweak.
13230      Branch: perl
13231            ! t/op/ref.t
13232 ____________________________________________________________________________
13233 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
13234         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
13235              From: Nicholas Clark <nick@ccl4.org>
13236              Date: Wed, 28 Nov 2001 23:38:43 +0000
13237              Message-ID: <20011128233843.N37621@plum.flirble.org>  
13238      Branch: perl
13239            ! installman
13240 ____________________________________________________________________________
13241 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
13242         Log: Tweak the forking logic.
13243      Branch: perl
13244            ! Porting/checkURL.pl
13245 ____________________________________________________________________________
13246 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
13247         Log: Update perlmodlib.PL as per #13348.  The L<> got
13248              changed back because that is coming from ParseLink.pm.
13249      Branch: perl
13250            ! pod/perlmodlib.PL pod/perlmodlib.pod
13251 ____________________________________________________________________________
13252 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
13253         Log: URL fixups from Michael Schwern.
13254      Branch: perl
13255            ! README.cygwin README.dos README.hpux README.mint README.mpeix
13256            ! README.os390 README.qnx README.solaris README.vos README.win32
13257            ! pod/perlmodlib.pod
13258 ____________________________________________________________________________
13259 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
13260         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
13261              From: Barrie Slaymaker <barries@slaysys.com>
13262              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
13263              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
13264      Branch: perl
13265            ! lib/Exporter.pm
13266 ____________________________________________________________________________
13267 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
13268         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
13269      Branch: perl
13270            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
13271 ____________________________________________________________________________
13272 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
13273         Log: Subject: [PATCH] Re: $\ very broken
13274              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13275              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
13276              Message-ID: <20011128223308.E732@rafael>   
13277              
13278              Subject: Re: [PATCH] Re: $\ very broken     
13279              From: Nicholas Clark <nick@ccl4.org>
13280              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
13281              Message-ID: <20011128222859.K37621@plum.flirble.org>
13282      Branch: perl
13283            ! mg.c t/op/ref.t
13284 ____________________________________________________________________________
13285 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
13286         Log: Add Abigail's link checker with the following tweaks:
13287              - known dummy URLs (Peter Prymmer)
13288              - do also READMEs and INSTALL (Michael Schwern)
13289              - do also ftp URLs
13290              - add fork retry loop in case the allowed number
13291              of processes per user is low
13292      Branch: perl
13293            + Porting/checkURL.pl
13294            ! MANIFEST
13295 ____________________________________________________________________________
13296 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
13297         Log: Update Changes.
13298      Branch: perl
13299            ! Changes patchlevel.h
13300 ____________________________________________________________________________
13301 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
13302         Log: In Linux if we have modern enough gcc and supported
13303              enough CPU, crank up the optimization level to -O3.
13304      Branch: perl
13305            ! hints/linux.sh
13306 ____________________________________________________________________________
13307 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
13308         Log: Add perlpacktut from Wolfgang Laun; regen toc.
13309      Branch: perl
13310            + pod/perlpacktut.pod
13311            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
13312            ! pod/perltoc.pod
13313 ____________________________________________________________________________
13314 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
13315         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
13316              From: PPrymmer@factset.com
13317              Date: Wed, 28 Nov 2001 07:51:26 -0500
13318              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
13319      Branch: perl
13320            ! vms/test.com
13321 ____________________________________________________________________________
13322 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
13323         Log: Test cases for the first half of #13338.
13324      Branch: perl
13325            ! t/lib/h2ph.h t/lib/h2ph.pht
13326 ____________________________________________________________________________
13327 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
13328         Log: Subject: Re: h2ph confused by comments in an enum.
13329              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
13330              Date: Wed, 28 Nov 2001 04:19:21 +0000
13331              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
13332              
13333              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
13334              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
13335              Date: Wed, 28 Nov 2001 13:36:35 +0000
13336              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
13337      Branch: perl
13338            ! utils/h2ph.PL
13339 ____________________________________________________________________________
13340 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
13341         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
13342              From: Jonathan Stowe <gellyfish@gellyfish.com>
13343              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
13344              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
13345              
13346              (replace #13327)
13347      Branch: perl
13348            ! lib/Term/Cap.pm
13349 ____________________________________________________________________________
13350 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
13351         Log: Replace #13335 with
13352              
13353              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
13354              From: Russ Allbery <rra@stanford.edu>
13355              Date: 27 Nov 2001 20:42:49 -0800
13356              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
13357      Branch: perl
13358            ! lib/Pod/Text/Termcap.pm
13359 ____________________________________________________________________________
13360 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
13361         Log: (replaced by #13336)
13362              
13363              Subject: [PATCH perl@13323] Termcap.pm with no termios
13364              From: "Craig A. Berry" <craigberry@mac.com> 
13365              Date: Tue, 27 Nov 2001 22:28:50 -0600
13366              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
13367      Branch: perl
13368            ! lib/Pod/Text/Termcap.pm
13369 ____________________________________________________________________________
13370 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
13371         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
13372              From: "Craig A. Berry" <craigberry@mac.com> 
13373              Date: Tue, 27 Nov 2001 21:46:45 -0600
13374              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
13375      Branch: perl
13376            ! configure.com
13377 ____________________________________________________________________________
13378 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
13379         Log: Upgrade to podlators 1.17.
13380      Branch: perl
13381            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
13382            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
13383 ____________________________________________________________________________
13384 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
13385         Log: Fix for "a\x{100}" =~ /A/i.
13386      Branch: perl
13387            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
13388            ! utf8.c
13389 ____________________________________________________________________________
13390 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
13391         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
13392              From: "Craig A. Berry" <craigberry@mac.com>
13393              Date: Tue, 27 Nov 2001 17:11:49 -0600
13394              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
13395      Branch: perl
13396            ! lib/DB.t
13397 ____________________________________________________________________________
13398 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
13399         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
13400              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
13401              Date: Tue, 27 Nov 2001 14:55:23 -0500
13402              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
13403              
13404              Subject: [PATCH: perl@13324] updates to perldelta.pod 
13405              From: PPrymmer@factset.com
13406              Date: Tue, 27 Nov 2001 18:06:04 -0500
13407              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
13408              
13409              plus added some known problems.
13410      Branch: perl
13411            ! pod/perldelta.pod
13412 ____________________________________________________________________________
13413 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
13414         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
13415              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13416              Date: Tue, 27 Nov 2001 15:38:02 EST 
13417              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
13418      Branch: perl
13419            ! configure.com vms/vms.c vms/vmsish.h
13420 ____________________________________________________________________________
13421 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
13422         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
13423              From: Michael G Schwern <schwern@pobox.com> 
13424              Date: Tue, 27 Nov 2001 15:31:12 -0500
13425              Message-ID: <20011127153112.G20929@blackrider>
13426      Branch: perl
13427            ! t/run/kill_perl.t
13428 ____________________________________________________________________________
13429 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
13430         Log: (replaced by #13337)
13431              
13432              VMS can safely hardcode a termcap entry for VT100.
13433      Branch: perl
13434            ! lib/Term/Cap.pm
13435 ____________________________________________________________________________
13436 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
13437         Log: VMS piping fixes from Charles Lane (perl -P should
13438              be working now).
13439      Branch: perl
13440            ! vms/vms.c
13441 ____________________________________________________________________________
13442 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
13443         Log: Subject: [PATCH] perlvar.pod fix
13444              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
13445              Date: Tue, 27 Nov 2001 13:11:47 -0500
13446              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
13447      Branch: perl
13448            ! pod/perlvar.pod
13449 ____________________________________________________________________________
13450 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
13451         Log: Update Changes.
13452      Branch: perl
13453            ! Changes patchlevel.h
13454 ____________________________________________________________________________
13455 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
13456         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
13457              From: "Craig A. Berry" <craigberry@mac.com> 
13458              Date: Tue, 27 Nov 2001 10:21:18 -0600
13459              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
13460      Branch: perl
13461            ! lib/ExtUtils/MM_VMS.pm
13462 ____________________________________________________________________________
13463 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
13464         Log: Protect against accumulating -options -options -options.
13465      Branch: perl
13466            ! hints/hpux.sh
13467 ____________________________________________________________________________
13468 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
13469         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
13470              From: Barrie Slaymaker <barries@slaysys.com>
13471              Date: Tue, 27 Nov 2001 10:58:54 -0500
13472              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
13473      Branch: perl
13474            ! lib/Benchmark.pm
13475 ____________________________________________________________________________
13476 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
13477         Log: Tiny fix from John P. Linderman.
13478      Branch: perl
13479            ! lib/sort.pm
13480 ____________________________________________________________________________
13481 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
13482         Log: The Story of sort(), from John P. Linderman.
13483      Branch: perl
13484            ! pod/perldelta.pod
13485 ____________________________________________________________________________
13486 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
13487         Log: Add information what to do if you are reading
13488              perluniintro but using some older Perl.
13489      Branch: perl
13490            ! pod/perluniintro.pod
13491 ____________________________________________________________________________
13492 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
13493         Log: Update the 'wide characters' FAQ entry.
13494      Branch: perl
13495            ! pod/perlfaq6.pod
13496 ____________________________________________________________________________
13497 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
13498         Log: Fix for
13499              
13500              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
13501              From: Marc Lehmann <root@schmorp.de>
13502              Date: Tue, 27 Nov 2001 14:27:14 +0100
13503              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
13504      Branch: perl
13505            ! ext/Encode.t ext/Encode/Encode.xs
13506 ____________________________________________________________________________
13507 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
13508         Log: Subject: [PATCH] DB_File 1.801
13509              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
13510              Date: Tue, 27 Nov 2001 15:06:45 -0000
13511              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
13512      Branch: perl
13513            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
13514            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
13515 ____________________________________________________________________________
13516 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
13517         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
13518      Branch: perl
13519            ! pod/perlmodlib.pod
13520 ____________________________________________________________________________
13521 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
13522         Log: sort() doc tweaks from John P. Linderman.
13523      Branch: perl
13524            ! pod/perlfunc.pod
13525 ____________________________________________________________________________
13526 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
13527         Log: Subject: [PATCH] More perldelta.pod nits
13528              From: Simon Glover <scog@roe.ac.uk>
13529              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
13530              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
13531      Branch: perl
13532            ! pod/perldelta.pod
13533 ____________________________________________________________________________
13534 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
13535         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
13536              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
13537              Date: Tue, 27 Nov 2001 11:52:31 -0000
13538              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
13539      Branch: perl
13540            ! ext/Devel/PPPort/harness/Makefile.PL
13541 ____________________________________________________________________________
13542 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
13543         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
13544              From: Michael G Schwern <schwern@pobox.com>
13545              Date: Tue, 27 Nov 2001 03:38:24 -0500
13546              Message-ID: <20011127033824.A17775@blackrider>
13547      Branch: perl
13548            ! t/TEST
13549 ____________________________________________________________________________
13550 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
13551         Log: Subject: Re: perlcc very broken
13552              From: John Peacock <jpeacock@rowman.com>
13553              Date: Tue, 27 Nov 2001 06:48:01 -0500
13554              Message-ID: <3C037D71.4030508@rowman.com>
13555      Branch: perl
13556            ! utils/perlcc.PL
13557 ____________________________________________________________________________
13558 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
13559         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
13560              From: David Dyck <dcd@tc.fluke.com>
13561              Date: Mon, 26 Nov 2001 22:04:38 -0800
13562              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
13563      Branch: perl
13564            ! t/op/pack.t
13565 ____________________________________________________________________________
13566 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
13567         Log: Subject: [ID 20011126.149] t/op/split fails step 37
13568              From: David Dyck <dcd@tc.fluke.com>
13569              Date: Mon, 26 Nov 2001 21:52:35 -0800
13570              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
13571      Branch: perl
13572            ! t/op/split.t
13573 ____________________________________________________________________________
13574 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
13575         Log: incorporate last minute change from libnet 1.0901-tobe
13576      Branch: perl
13577            ! lib/Net/SMTP.pm
13578 ____________________________________________________________________________
13579 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
13580         Log: Pass 7 at perldelta - random edits.
13581      Branch: perl
13582            ! pod/perldelta.pod
13583 ____________________________________________________________________________
13584 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
13585         Log: Portability and skippage tweaks.
13586      Branch: perl
13587            ! t/op/split.t
13588 ____________________________________________________________________________
13589 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
13590         Log: (retracted by #13449)
13591              Try to make Unicode casemapping to work for EBCDIC, too.
13592      Branch: perl
13593            ! utf8.c
13594 ____________________________________________________________________________
13595 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
13596         Log: Just printing 1..0 is not quite enough...
13597      Branch: perl
13598            ! lib/Dumpvalue.t
13599 ____________________________________________________________________________
13600 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
13601         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
13602              Delay the match until runtime.
13603      Branch: perl
13604            ! t/op/append.t
13605 ____________________________________________________________________________
13606 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
13607         Log: UTF-EBCDIC.
13608      Branch: perl
13609            ! ext/Devel/Peek/Peek.t
13610 ____________________________________________________________________________
13611 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
13612         Log: Be UTF-EBCDIC aware.
13613      Branch: perl
13614            ! lib/bytes.t
13615 ____________________________________________________________________________
13616 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
13617         Log: Bad assumption which way digits and letters sort.
13618      Branch: perl
13619            ! lib/English.t
13620 ____________________________________________________________________________
13621 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
13622         Log: If in EBCDIC but no Convert::EBCDIC
13623              the libnet tests will all fail.
13624      Branch: perl
13625            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
13626            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
13627            ! lib/Net/t/smtp.t lib/Net/t/time.t
13628 ____________________________________________________________________________
13629 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
13630         Log: Just sorting to guarantee order is not enough.
13631              (Think EBCDIC.) 
13632      Branch: perl
13633            ! lib/ExtUtils/Manifest.t
13634 ____________________________________________________________________________
13635 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
13636         Log: OS/390 cleanable gunk.
13637      Branch: perl
13638            ! lib/ExtUtils/MM_Unix.pm
13639 ____________________________________________________________________________
13640 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
13641         Log: Update the EBCDIC MD5 checksums.
13642      Branch: perl
13643            ! ext/Digest/MD5/t/files.t
13644 ____________________________________________________________________________
13645 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
13646         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
13647              From: Nicholas Clark <nick@ccl4.org>
13648              Date: Mon, 26 Nov 2001 23:06:34 +0000
13649              Message-ID: <20011126230633.Q37621@plum.flirble.org>
13650      Branch: perl
13651            ! installman
13652 ____________________________________________________________________________
13653 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
13654         Log: sort tweaks from John P. Linderman.
13655      Branch: perl
13656            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
13657 ____________________________________________________________________________
13658 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
13659         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
13660              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
13661              Date: Mon, 26 Nov 2001 18:47:25 -0600
13662              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
13663              
13664              Craig Berry submitted half of this patch just yesterday.
13665              Spooky cosmic resonance.
13666      Branch: perl
13667            ! ext/Socket/Socket.xs
13668 ____________________________________________________________________________
13669 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
13670         Log: Subject: [PATCH] doio slightly smaller
13671              From: Nicholas Clark <nick@ccl4.org>
13672              Date: Tue, 27 Nov 2001 00:40:23 +0000      
13673              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
13674      Branch: perl
13675            ! doio.c
13676 ____________________________________________________________________________
13677 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
13678         Log: perldelta nits from Autrijus Tang and Ron Kimball.
13679      Branch: perl
13680            ! pod/perldelta.pod
13681 ____________________________________________________________________________
13682 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
13683         Log: Subject: [PATCH] unpack P* uses random length for item
13684              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
13685              Date: Mon, 26 Nov 2001 19:56:32 +0100
13686              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
13687      Branch: perl
13688            ! pod/perldiag.pod pp_pack.c t/op/pack.t
13689 ____________________________________________________________________________
13690 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
13691         Log: Subject: [PATCH current] system and taintedness
13692              From: Radu Greab <radu@netsoft.ro>
13693              Date: Mon, 26 Nov 2001 18:42:29 +0200
13694              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
13695      Branch: perl
13696            ! pp_sys.c t/op/taint.t
13697 ____________________________________________________________________________
13698 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
13699         Log: Subject: [PATCH @ 13283] Devel::PPPort
13700              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
13701              Date: Mon, 26 Nov 2001 14:37:17 -0000
13702              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
13703      Branch: perl
13704            + ext/Devel/PPPort/MANIFEST
13705            ! MANIFEST ext/Devel/PPPort/Makefile.PL
13706            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
13707            ! ext/Devel/PPPort/harness/Harness.xs
13708            ! ext/Devel/PPPort/harness/Makefile.PL
13709            ! ext/Devel/PPPort/harness/module2.c
13710            ! ext/Devel/PPPort/harness/module3.c
13711            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
13712 ____________________________________________________________________________
13713 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
13714         Log: Update the test list.
13715      Branch: perl
13716            ! t/lib/1_compile.t
13717 ____________________________________________________________________________
13718 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
13719         Log: Sync-up tests with libnet distribution
13720      Branch: perl
13721            + lib/Net/t/netrc.t
13722            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
13723 ____________________________________________________________________________
13724 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
13725         Log: Update Changes.
13726      Branch: perl
13727            ! Changes patchlevel.h
13728 ____________________________________________________________________________
13729 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
13730         Log: Upgrade to podlators 1.16.
13731      Branch: perl
13732            + lib/Pod/t/basic.cap
13733            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
13734            ! lib/Pod/t/basic.t pod/pod2man.PL
13735 ____________________________________________________________________________
13736 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
13737         Log: Pass 6 at perldelta - sort enhancements, generic and
13738              platform specific bug fixes.
13739      Branch: perl
13740            ! pod/perldelta.pod
13741 ____________________________________________________________________________
13742 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
13743         Log: PROPAGATE documentation from Tony Cook.
13744      Branch: perl
13745            ! pod/perlfunc.pod
13746 ____________________________________________________________________________
13747 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
13748         Log: DJGPP cannot do signals that well.
13749      Branch: perl
13750            ! ext/POSIX/t/sigaction.t
13751 ____________________________________________________________________________
13752 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
13753         Log: Can't do subsecond alarms without ualarm; and break out
13754              early if alarms do not seem to be coming in as expected.
13755      Branch: perl
13756            ! ext/Time/HiRes/HiRes.t
13757 ____________________________________________________________________________
13758 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
13759         Log: No Socket, little Net.
13760      Branch: perl
13761            ! t/lib/1_compile.t
13762 ____________________________________________________________________________
13763 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
13764         Log: Take the taint brush to the getcwds.
13765      Branch: perl
13766            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
13767 ____________________________________________________________________________
13768 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
13769         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
13770              From: "Craig A. Berry" <craigberry@mac.com>
13771              Date: Sun, 25 Nov 2001 16:20:45 -0600
13772              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
13773      Branch: perl
13774            ! ext/Socket/Socket.xs
13775 ____________________________________________________________________________
13776 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
13777         Log: Since in some DOS filesystems the timestamp granularity
13778              may be only two seconds, better sleep for three to play safe.
13779              (Helps CygWin, at least.)
13780      Branch: perl
13781            ! lib/Memoize/t/expire_file.t
13782 ____________________________________________________________________________
13783 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
13784         Log: For some reason CygWin wasn't collapsing multiple
13785              slashes into one, which made some Spec.t tests to fail.
13786              Either CygWin was being too prudish or the collapsing
13787              logic needs to be rethunk.
13788      Branch: perl
13789            ! lib/File/Spec/Unix.pm
13790 ____________________________________________________________________________
13791 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
13792         Log: Cygwin needs to have libperl.dll around if trying to link
13793              with -lperl.  Note: this change cures the test but whether
13794              it cures CygPerl installation, I don't know: hopefully the
13795              libperl5_7_2.dll, or the version equivalent, gets installed
13796              also as libperl.dll to the proper place(s).
13797      Branch: perl
13798            ! lib/ExtUtils/Embed.t
13799 ____________________________________________________________________________
13800 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
13801         Log: -I../lib/.. and -L../lib/..?  Strange.
13802      Branch: perl
13803            ! lib/ExtUtils/Embed.t
13804 ____________________________________________________________________________
13805 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
13806         Log: $MM?
13807      Branch: perl
13808            ! lib/ExtUtils/Embed.pm
13809 ____________________________________________________________________________
13810 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
13811         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
13812              From: Dave Rolsky <autarch@urth.org>
13813              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
13814              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
13815      Branch: perl
13816            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
13817            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
13818 ____________________________________________________________________________
13819 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
13820         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
13821              From: chromatic <chromatic@rmci.net>
13822              Date: Sat, 24 Nov 2001 14:56:57 -0700
13823              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
13824              
13825              plus a tweak for ithreads builds.
13826      Branch: perl
13827            + lib/DB.t
13828            ! MANIFEST lib/DB.pm
13829 ____________________________________________________________________________
13830 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
13831         Log: Win32 compilation tweaks for Blair Zajac.
13832      Branch: perl
13833            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
13834 ____________________________________________________________________________
13835 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
13836         Log: I don't think trying to bracket the hires time with lores
13837              times is going to be portable enough: Cygwin seems to be
13838              capable of getting hires ones rather consistently lower
13839              than the lores ones.  So let's try average difference instead.
13840      Branch: perl
13841            ! ext/Time/HiRes/HiRes.t
13842 ____________________________________________________________________________
13843 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
13844         Log: Subject: Re: benchmarks, sorts and reproducibility
13845              From: "John P. Linderman" <jpl@research.att.com>
13846              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
13847              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
13848              
13849              Randomize large partitions for quicksort to dodge the
13850              angry gods of quadratic.
13851      Branch: perl
13852            ! pp_sort.c
13853 ____________________________________________________________________________
13854 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
13855         Log: The joys of portable quoting.
13856      Branch: perl
13857            ! ext/Devel/PPPort/harness/Makefile.PL
13858 ____________________________________________________________________________
13859 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
13860         Log: sort pragma tweaks.
13861      Branch: perl
13862            ! lib/sort.pm
13863 ____________________________________________________________________________
13864 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
13865         Log: Skip the link= directives of utils.lst if no mandir
13866              (if no manpages).
13867      Branch: perl
13868            ! installman
13869 ____________________________________________________________________________
13870 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
13871         Log: integrate changes#8340,13260 from mainline
13872              
13873              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
13874              
13875              change#3373 introduced a handle leak in backticks and piped open()s
13876              that fail
13877      Branch: maint-5.6/perl
13878            ! t/io/pipe.t util.c
13879 ____________________________________________________________________________
13880 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
13881         Log: change#3373 introduced a handle leak in backticks and piped open()s
13882              that fail
13883      Branch: perl
13884            ! util.c
13885 ____________________________________________________________________________
13886 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
13887         Log: metaconfig unit change for #13258.
13888      Branch: metaconfig/U/perl
13889            ! d_procselfexe.U
13890 ____________________________________________________________________________
13891 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
13892         Log: Extraenous breaks noticed by David Dyck.
13893      Branch: perl
13894            ! Configure
13895 ____________________________________________________________________________
13896 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
13897         Log: Revert the /proc/self/auxv experiment for now.
13898      Branch: perl
13899            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
13900 ____________________________________________________________________________
13901 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
13902         Log: Also ExtUtils.t had $^X assumptions.
13903      Branch: perl
13904            ! lib/ExtUtils.t
13905 ____________________________________________________________________________
13906 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
13907         Log: Now is Solaris if you start the t/perl in the t/
13908              as "./perl", the $^X will be "../perl", not "./perl".
13909      Branch: perl
13910            ! t/lib/1_compile.t
13911 ____________________________________________________________________________
13912 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
13913         Log: The new way of finding out $^X in Solaris
13914              requires a little tweak if the executable
13915              pathname is *not* absolute: prepend "./"
13916              (otherwise `$^X ...` will start perl from PATH...)
13917      Branch: perl
13918            ! perl.c
13919 ____________________________________________________________________________
13920 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
13921         Log: Avoid "will not stay shared" warnings.
13922      Branch: perl
13923            ! lib/ExtUtils/MM_Unix.pm
13924 ____________________________________________________________________________
13925 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
13926         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
13927              From: Michael G Schwern <schwern@pobox.com>
13928              Date: Sat, 24 Nov 2001 19:56:18 -0500
13929              Message-ID: <20011124195618.A14614@blackrider>            
13930      Branch: perl
13931            ! perl.c pp_sys.c t/op/magic.t util.c
13932 ____________________________________________________________________________
13933 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
13934         Log: In the MakeMaker pm_to_blib target don't copy all
13935              the files in one fell swoop, deal with them hunkwise,
13936              helps for CLIs with limited line lengths.
13937              (This seems to help for DJGPP building Encode,
13938              where there are dozens of files to copy.)
13939      Branch: perl
13940            ! lib/ExtUtils/MM_Unix.pm
13941 ____________________________________________________________________________
13942 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
13943         Log: testsuite leaves stray files behind on windows
13944      Branch: perl
13945            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
13946 ____________________________________________________________________________
13947 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
13948         Log: xsubpp produces a spurious warning on directories called 'typemap'
13949      Branch: perl
13950            ! lib/ExtUtils/xsubpp
13951 ____________________________________________________________________________
13952 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
13953         Log: xsubpp treats invalid (indented) cpp directives as comments
13954      Branch: perl
13955            ! ext/IO/IO.xs
13956 ____________________________________________________________________________
13957 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
13958         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
13959      Branch: perl
13960            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
13961 ____________________________________________________________________________
13962 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
13963         Log: The debug_pag needs to be visible at all times
13964              because of the re extension.
13965      Branch: perl
13966            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
13967 ____________________________________________________________________________
13968 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
13969         Log: Subject: Re: [PATCH] Tests are good
13970              From: Philip Newton <Philip.Newton@gmx.net>
13971              Date: Sat, 24 Nov 2001 21:24:00 +0100
13972              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
13973      Branch: perl
13974            ! pod/perlhack.pod
13975 ____________________________________________________________________________
13976 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
13977         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
13978              From: "Craig A. Berry" <craigberry@mac.com> 
13979              Date: Sat, 24 Nov 2001 12:45:44 -0600
13980              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
13981              
13982              (with tweaks, and combined with Sarathy's #13242)
13983      Branch: perl
13984            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
13985 ____________________________________________________________________________
13986 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
13987         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
13988              From: John Peacock <jpeacock@rowman.com>
13989              Date: Sat, 24 Nov 2001 14:27:46 -0500
13990              Message-ID: <3BFFF4B2.40509@rowman.com> 
13991      Branch: perl
13992            ! lib/Exporter/Heavy.pm
13993 ____________________________________________________________________________
13994 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
13995         Log: use portable quotes
13996      Branch: perl
13997            ! ext/Devel/PPPort/harness/Makefile.PL
13998 ____________________________________________________________________________
13999 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
14000         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
14001              From: Nicholas Clark <nick@ccl4.org>
14002              Date: Sat, 24 Nov 2001 18:06:26 +0000
14003              Message-ID: <20011124180626.T37621@plum.flirble.org>
14004      Branch: perl
14005            ! installman
14006 ____________________________________________________________________________
14007 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
14008         Log: Subject: [PATCH] perl5005delta.pod L<>
14009              From: Nicholas Clark <nick@ccl4.org>
14010              Date: Sat, 24 Nov 2001 18:04:21 +0000
14011              Message-ID: <20011124180421.S37621@plum.flirble.org>
14012      Branch: perl
14013            ! pod/perl5005delta.pod
14014 ____________________________________________________________________________
14015 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
14016         Log: fix typo in config.vc; regenerate win32 config_H.* files
14017      Branch: perl
14018            ! win32/config.vc win32/config_H.bc win32/config_H.gc
14019            ! win32/config_H.vc
14020 ____________________________________________________________________________
14021 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
14022         Log: Mention the charnames::vianame().
14023      Branch: perl
14024            ! pod/perluniintro.pod
14025 ____________________________________________________________________________
14026 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
14027         Log: Add charnames::vianame() in case people want to access
14028              the codes in run-time (as opposed to the compile-timeness
14029              of \N{...}).
14030      Branch: perl
14031            ! lib/charnames.pm lib/charnames.t
14032 ____________________________________________________________________________
14033 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
14034         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
14035              From: Nicholas Clark <nick@ccl4.org>
14036              Date: Sat, 24 Nov 2001 16:30:42 +0000
14037              Message-ID: <20011124163042.R37621@plum.flirble.org>
14038      Branch: perl
14039            ! regcomp.c regcomp.h
14040 ____________________________________________________________________________
14041 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
14042         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
14043              From: Nicholas Clark <nick@ccl4.org>
14044              Date: Sat, 24 Nov 2001 16:24:33 +0000
14045              Message-ID: <20011124162433.Q37621@plum.flirble.org>
14046              
14047              cmp fixes.
14048      Branch: perl
14049            ! pp.c
14050 ____________________________________________________________________________
14051 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
14052         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
14053              (It seems that "./perl" gets resolved to "perl" now.)
14054      Branch: perl
14055            ! perl.c
14056 ____________________________________________________________________________
14057 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
14058         Log: Subject: [PATCH] DB_File 1.800        
14059              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
14060              Date: Sat, 24 Nov 2001 11:41:41 -0000
14061              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
14062      Branch: perl
14063            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
14064            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
14065            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
14066            ! ext/DB_File/t/db-recno.t
14067 ____________________________________________________________________________
14068 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
14069         Log: Tweak the PUSHED documentation.
14070      Branch: perl
14071            ! ext/PerlIO/Via/Via.pm
14072 ____________________________________________________________________________
14073 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
14074         Log: Update 1_compile for new known tests.
14075      Branch: perl
14076            ! t/lib/1_compile.t
14077 ____________________________________________________________________________
14078 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
14079         Log: Move the MBF/MBI test modules to t/lib.
14080      Branch: perl
14081            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
14082            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
14083            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
14084            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
14085            ! lib/Math/BigInt/t/sub_mbi.t
14086 ____________________________________________________________________________
14087 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
14088         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
14089              From: "Craig A. Berry" <craigberry@mac.com> 
14090              Date: Fri, 23 Nov 2001 18:05:35 -0600
14091              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
14092      Branch: perl
14093            ! configure.com
14094 ____________________________________________________________________________
14095 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
14096         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
14097              From: PPrymmer@factset.com 
14098              Date: Fri, 23 Nov 2001 17:03:07 -0500
14099              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
14100      Branch: perl
14101            ! ext/Unicode/Normalize/mkheader
14102 ____________________________________________________________________________
14103 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
14104         Log: Here are the right helper files.
14105      Branch: perl
14106            + t/lib/Filter/Simple/ExportTest.pm
14107            + t/lib/Filter/Simple/FilterOnlyTest.pm
14108            + t/lib/Filter/Simple/FilterTest.pm
14109            + t/lib/Filter/Simple/ImportTest.pm
14110            ! MANIFEST
14111 ____________________________________________________________________________
14112 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
14113         Log: Update Changes.
14114      Branch: perl
14115            ! Changes patchlevel.h
14116 ____________________________________________________________________________
14117 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
14118         Log: Never mind.
14119      Branch: perl
14120            - lib/Filter/Simple/lib/ExportTest.pm
14121            - lib/Filter/Simple/lib/ImportTest.pm
14122 ____________________________________________________________________________
14123 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
14124         Log: Mis-add.
14125      Branch: perl
14126            + lib/Filter/Simple/lib/ExportTest.pm
14127            + lib/Filter/Simple/lib/ImportTest.pm
14128 ____________________________________________________________________________
14129 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
14130         Log: Upgrade to Filter::Simple 0.77.
14131      Branch: perl
14132            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
14133            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
14134            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
14135            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
14136            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
14137 ____________________________________________________________________________
14138 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
14139         Log: Missing p4 add.
14140      Branch: perl
14141            + lib/ExtUtils/MM_VMS.t
14142 ____________________________________________________________________________
14143 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
14144         Log: Pass 5 at perldelta - module and utility updates cleanup.
14145      Branch: perl
14146            ! pod/perldelta.pod
14147 ____________________________________________________________________________
14148 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
14149         Log: metaconfig unit change for #13219.
14150      Branch: metaconfig/U/perl
14151            ! d_procselfexe.U
14152 ____________________________________________________________________________
14153 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
14154         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
14155      Branch: perl
14156            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14157            ! pod/buildtoc.PL pod/perltoc.pod
14158 ____________________________________________________________________________
14159 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
14160         Log: Add procselfexe and d_dirfd to strange lands.
14161      Branch: perl
14162            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
14163            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
14164            ! vos/config.ga.def vos/config.ga.h win32/config.bc
14165            ! win32/config.gc win32/config.vc win32/config.win64
14166            ! wince/config.ce
14167 ____________________________________________________________________________
14168 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
14169         Log: metaconfig unit change for #13216.
14170      Branch: metaconfig/U/perl
14171            ! d_procselfexe.U
14172 ____________________________________________________________________________
14173 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
14174         Log: Better to "quote" the pathname.
14175      Branch: perl
14176            ! Configure config_h.SH
14177 ____________________________________________________________________________
14178 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
14179         Log: Use PROCSELFEXE_PATH.
14180      Branch: perl
14181            ! perl.c
14182 ____________________________________________________________________________
14183 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
14184         Log: metaconfig unit change for #13213.
14185      Branch: metaconfig/U/perl
14186            ! d_procselfexe.U
14187 ____________________________________________________________________________
14188 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
14189         Log: Add probing for BSD-like /proc/curproc/file.
14190      Branch: perl
14191            ! Configure config_h.SH
14192 ____________________________________________________________________________
14193 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
14194         Log: metaconfig unit change for 13211.
14195      Branch: metaconfig/U/perl
14196            + d_dirfd.U
14197 ____________________________________________________________________________
14198 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
14199         Log: Add probing for dirfd() so that it can be added it IO::Dir.
14200      Branch: perl
14201            ! Configure config_h.SH perl.h
14202 ____________________________________________________________________________
14203 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
14204         Log: ...and update the test count.
14205      Branch: perl
14206            ! lib/Pod/t/basic.t
14207 ____________________________________________________________________________
14208 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
14209         Log: Must remove the cap test also from the test script.
14210      Branch: perl
14211            ! lib/Pod/t/basic.t
14212 ____________________________________________________________________________
14213 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
14214         Log: Subject: [PATCH] Tests are good
14215              From: Nicholas Clark <nick@ccl4.org>
14216              Date: Fri, 23 Nov 2001 18:12:21 +0000
14217              Message-ID: <20011123181220.F37621@plum.flirble.org>
14218      Branch: perl
14219            ! pod/perlhack.pod
14220 ____________________________________________________________________________
14221 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
14222         Log: The basic.cap from podlators 1.14 is not very portable.
14223      Branch: perl
14224            - lib/Pod/t/basic.cap
14225            ! MANIFEST
14226 ____________________________________________________________________________
14227 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
14228         Log: Subject: Re: [DOC PATCHES] pod cleanups
14229              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
14230              Date: 22 Nov 2001 12:54:16 -0000
14231              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
14232      Branch: perl
14233            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
14234            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
14235 ____________________________________________________________________________
14236 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
14237         Log: FAQ sync.
14238      Branch: perl
14239            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
14240 ____________________________________________________________________________
14241 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
14242         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
14243              From: PPrymmer@factset.com
14244              Date: Fri, 23 Nov 2001 11:43:45 -0500
14245              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
14246      Branch: perl
14247            ! MANIFEST lib/ExtUtils/MM_VMS.pm
14248 ____________________________________________________________________________
14249 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
14250         Log: Corify podlators 1.14 test.
14251      Branch: perl
14252            ! lib/Pod/t/basic.t
14253 ____________________________________________________________________________
14254 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
14255         Log: Output tweak needed because of podlators 1.14.
14256      Branch: perl
14257            ! t/pod/multiline_items.xr
14258 ____________________________________________________________________________
14259 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
14260         Log: Upgrade to podlators 1.14.
14261      Branch: perl
14262            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
14263            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
14264            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
14265            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
14266            ! lib/Pod/Text/Overstrike.pm
14267 ____________________________________________________________________________
14268 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
14269         Log: perlmodinstall tweaks from Philip Newton.
14270      Branch: perl
14271            ! pod/perlmodinstall.pod
14272 ____________________________________________________________________________
14273 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
14274         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
14275              From: Autrijus Tang <autrijus@autrijus.org>           
14276              Date: Fri, 23 Nov 2001 23:55:53 +0800
14277              Message-ID: <20011123235553.A2310@not.autrijus.org>
14278      Branch: perl
14279            ! Porting/genlog
14280 ____________________________________________________________________________
14281 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
14282         Log: Subject: Re: regex oddness with \Z and $&
14283              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
14284              Date: Fri, 23 Nov 2001 15:15:24 +0000
14285              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
14286      Branch: perl
14287            ! regcomp.c t/op/re_tests
14288 ____________________________________________________________________________
14289 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
14290         Log: regen_headers.
14291      Branch: perl
14292            ! embed.h global.sym pod/perlapi.pod proto.h
14293 ____________________________________________________________________________
14294 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
14295         Log: Forgotten check-in.
14296      Branch: perl
14297            ! pod/perlapi.pod
14298 ____________________________________________________________________________
14299 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
14300         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
14301      Branch: perl
14302            ! lib/Test/Simple.pm
14303 ____________________________________________________________________________
14304 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
14305         Log: Retract #13173 (effectively retract Net::Ping 2.06,
14306              go back to 2.04, the 2.06 hasn't seen the patches
14307              that have gone to the blead version.)
14308      Branch: perl
14309            - lib/Net/Ping/CHANGES lib/Net/Ping/README
14310            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
14311            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
14312            - lib/Net/Ping/t/200_ping_tcp.t
14313            ! MANIFEST lib/Net/Ping.pm
14314 ____________________________________________________________________________
14315 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
14316         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
14317              From: Robin Barker <rmb1@cise.npl.co.uk>
14318              Date: Thu, 22 Nov 2001 11:00:38 GMT
14319              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
14320      Branch: perl
14321            ! utils/perldoc.PL
14322 ____________________________________________________________________________
14323 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
14324         Log: metaconfig unit change for #13191.
14325      Branch: metaconfig/U/perl
14326            ! d_procselfexe.U
14327 ____________________________________________________________________________
14328 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
14329         Log: procselfexe tweak: for some reason I had a ls in
14330              /proc/self/exe, not the ls Configure thought it
14331              would found.
14332      Branch: perl
14333            ! Configure
14334 ____________________________________________________________________________
14335 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
14336         Log: Corify the Net::Ping tests; skip the tests
14337              unless $ENV{PERL_TEST_Net_Ping} is true.
14338      Branch: perl
14339            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
14340            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
14341            ! lib/Net/Ping/t/200_ping_tcp.t
14342 ____________________________________________________________________________
14343 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
14344         Log: metaconfig units changes for #13188.
14345      Branch: metaconfig
14346            ! U/modified/Head.U
14347      Branch: metaconfig/U/perl
14348            ! issymlink.U
14349 ____________________________________________________________________________
14350 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
14351         Log: The #13182 didn't really help.  The real problem
14352              seems to be that 'sh' can in AIX mean at least three
14353              different things, and we can't know which one it is
14354              unless we export $newsh from an earlier run (and it's
14355              the 'bsh' aka 'sh' that has the the broken test -h).
14356      Branch: perl
14357            ! Configure
14358 ____________________________________________________________________________
14359 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
14360         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
14361      Branch: perl
14362            ! op.c t/op/override.t
14363 ____________________________________________________________________________
14364 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
14365         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
14366              From: PPrymmer@factset.com 
14367              Date: Wed, 21 Nov 2001 20:17:25 -0500
14368              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
14369      Branch: perl
14370            ! lib/Shell.t
14371 ____________________________________________________________________________
14372 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
14373         Log: Reapply perlmodinstall parts of #12897.
14374      Branch: perl
14375            ! pod/perlmodinstall.pod
14376 ____________________________________________________________________________
14377 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
14378         Log: perlmodinstall 2.01 from Jon Orwant.
14379      Branch: perl
14380            ! pod/perlmodinstall.pod
14381 ____________________________________________________________________________
14382 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
14383         Log: Subject: [PATCH @10907] REXX on OS/2
14384              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14385              Date: Wed, 21 Nov 2001 15:26:11 -0500
14386              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
14387      Branch: perl
14388            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
14389            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
14390 ____________________________________________________________________________
14391 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
14392         Log: metaconfig unit change for #13181.
14393      Branch: metaconfig/U/perl
14394            ! issymlink.U
14395 ____________________________________________________________________________
14396 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
14397         Log: AIX has broken builtin 'test'.
14398      Branch: perl
14399            ! Configure
14400 ____________________________________________________________________________
14401 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
14402         Log: Subject: [PATCH 5.7.x] INSTALL size update
14403              From: Andy Dougherty <doughera@lafayette.edu>
14404              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
14405              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
14406      Branch: perl
14407            ! INSTALL
14408 ____________________________________________________________________________
14409 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
14410         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
14411              to pp_sort.c.  Includes the quicksort stabilizing layer
14412              from John P. Linderman.  -Msort=qsort or -Msort=fast is
14413              faster than without (or with -Msort=mergesort or -Msort=safe)
14414              for short random inputs, but for some reason not quite as fast
14415              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
14416              optimizing definitely needed.
14417      Branch: perl
14418            + lib/sort.pm lib/sort.t pp_sort.c
14419            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
14420            ! embed.pl global.sym perl.h pp_ctl.c proto.h
14421            ! vms/descrip_mms.template vos/build.cm win32/Makefile
14422            ! win32/makefile.mk wince/Makefile.ce
14423 ____________________________________________________________________________
14424 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
14425         Log: Sync file with libnet-1.0901-tobe
14426      Branch: perl
14427            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
14428            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
14429            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
14430            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
14431            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
14432 ____________________________________________________________________________
14433 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
14434         Log: Subject: [PATCH perldoc] problems with pod2man
14435              From: Robin Barker <rmb1@cise.npl.co.uk>
14436              Date: Wed, 21 Nov 2001 17:48:51 GMT
14437              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
14438      Branch: perl
14439            ! utils/perldoc.PL
14440 ____________________________________________________________________________
14441 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
14442         Log: debug_pad only visible when debugging.
14443      Branch: perl
14444            ! makedef.pl
14445 ____________________________________________________________________________
14446 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
14447         Log: metaconfig units changes for #13174.
14448      Branch: metaconfig/U/perl
14449            + d_procselfexe.U
14450            - procselfexe.U
14451 ____________________________________________________________________________
14452 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
14453         Log: procselfexe tweaks.
14454      Branch: perl
14455            ! Configure config_h.SH
14456 ____________________________________________________________________________
14457 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
14458         Log: Upgrade to Net::Ping 2.06.
14459      Branch: perl
14460            + lib/Net/Ping/CHANGES lib/Net/Ping/README
14461            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
14462            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
14463            + lib/Net/Ping/t/200_ping_tcp.t
14464            ! MANIFEST lib/Net/Ping.pm
14465 ____________________________________________________________________________
14466 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
14467         Log: Upgrade to Math::BigInt 1.47.
14468      Branch: perl
14469            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
14470            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
14471            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
14472            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
14473            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
14474            ! lib/Math/BigInt/t/sub_mbi.t
14475 ____________________________________________________________________________
14476 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
14477         Log: Dynaloading for POSIX-BC from Thomas Dorner.
14478      Branch: perl
14479            ! hints/posix-bc.sh
14480 ____________________________________________________________________________
14481 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
14482         Log: Strange: the same mysterious regex study bug
14483              seems to be present both in OS/390 and POSIX-BC.
14484              Deep EBCDIC magic that regex engine gets wrong,
14485              or a bug in some compiler/library shared by the
14486              two platforms?  From Thomas Dorner.
14487      Branch: perl
14488            ! t/op/study.t
14489 ____________________________________________________________________________
14490 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
14491         Log: More lost and found.
14492      Branch: perl
14493            + lib/Test/Simple/README
14494            ! MANIFEST
14495 ____________________________________________________________________________
14496 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
14497         Log: MANIFESTly missing.
14498      Branch: perl
14499            ! MANIFEST
14500 ____________________________________________________________________________
14501 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
14502         Log: Subject: Re: PERFORCE change 13162 for review               
14503              From: Philip Newton <Philip.Newton@gmx.net> 
14504              Date: Wed, 21 Nov 2001 16:44:30 +0100
14505              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
14506      Branch: perl
14507            ! ext/Devel/PPPort/PPPort.pm
14508 ____________________________________________________________________________
14509 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
14510         Log: Update Changes.
14511      Branch: perl
14512            ! Changes patchlevel.h
14513 ____________________________________________________________________________
14514 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
14515         Log: Small doc tweaks.
14516      Branch: perl
14517            ! ext/PerlIO/Via/Via.pm
14518 ____________________________________________________________________________
14519 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
14520         Log: Redundant return.
14521      Branch: perl
14522            ! ext/MIME/Base64/QuotedPrint.pm
14523 ____________________________________________________________________________
14524 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
14525         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
14526              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
14527              Date: Wed, 21 Nov 2001 10:23:16 +0100
14528              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
14529      Branch: perl
14530            ! pp_pack.c t/op/pack.t
14531 ____________________________________________________________________________
14532 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
14533         Log: Add Devel::PPPort originally from Kenneth Albanowski,
14534              revigorated by Paul Marquess: gives h2xs a Perl version
14535              portability boost.
14536      Branch: perl
14537            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
14538            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
14539            + ext/Devel/PPPort/harness/Harness.pm
14540            + ext/Devel/PPPort/harness/Harness.xs
14541            + ext/Devel/PPPort/harness/Makefile.PL
14542            + ext/Devel/PPPort/harness/module2.c
14543            + ext/Devel/PPPort/harness/module3.c
14544            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
14545            ! MANIFEST lib/h2xs.t utils/h2xs.PL
14546 ____________________________________________________________________________
14547 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
14548         Log: Oops.
14549      Branch: perl
14550            ! lib/Test/Simple/t/filehandles.t
14551 ____________________________________________________________________________
14552 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
14553         Log: Subject: Re: PERFORCE change 13152 for review               
14554              From: Philip Newton <Philip.Newton@gmx.net> 
14555              Date: Wed, 21 Nov 2001 09:04:05 +0100
14556              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
14557      Branch: perl
14558            ! lib/Test/Builder.pm
14559 ____________________________________________________________________________
14560 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
14561         Log: Subject: Re: PERFORCE change 13142 for review
14562              From: Philip Newton <Philip.Newton@gmx.net>
14563              Date: Wed, 21 Nov 2001 09:04:03 +0100
14564              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
14565              
14566              plus rewrap few paragraphs.
14567      Branch: perl
14568            ! lib/Pod/LaTeX.pm
14569 ____________________________________________________________________________
14570 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
14571         Log: Integrate #13154 from macperl; Remove comments.
14572      Branch: perl
14573           !> lib/File/Spec/Mac.pm
14574 ____________________________________________________________________________
14575 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
14576         Log: Update the list of modules having tests.
14577      Branch: perl
14578            ! t/lib/1_compile.t
14579 ____________________________________________________________________________
14580 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
14581         Log: Slight doc changes.
14582      Branch: maint-5.6/macperl
14583            ! macos/macperl/MacPerl.podhelp
14584 ____________________________________________________________________________
14585 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
14586         Log: Add UTF-16 coercion.
14587      Branch: maint-5.6/macperl
14588            ! macos/lib/Mac/AppleEvents/Simple.pm
14589 ____________________________________________________________________________
14590 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
14591         Log: Remove comments.
14592      Branch: maint-5.6/macperl
14593            ! lib/File/Spec/Mac.pm
14594 ____________________________________________________________________________
14595 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
14596         Log: Fix FSpGetCatInfo (and other functions) corrupting
14597              memory with bad filespecs (bug #471867)
14598      Branch: maint-5.6/macperl
14599            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
14600 ____________________________________________________________________________
14601 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
14602         Log: Upgrade to Test::Simple 0.33.
14603      Branch: perl
14604            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
14605            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
14606            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
14607 ____________________________________________________________________________
14608 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
14609         Log: Upgrade to Test::Harness 1.26.
14610      Branch: perl
14611            ! lib/Test/Harness.pm lib/Test/Harness/Changes
14612 ____________________________________________________________________________
14613 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
14614         Log: Integrate change #13145 from maintperl;
14615              another compatibility tweak to change#12559: avoid quoting
14616              arguments that already have quotes; add test case
14617      Branch: perl
14618           !> t/op/system_tests win32/win32.c
14619 ____________________________________________________________________________
14620 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
14621         Log: integrate change#13147 from mainline (fixes nit in change#10091)
14622              
14623              Subject: [PATCH] spaceship and refs
14624      Branch: maint-5.6/perl
14625            ! pp.c pp_hot.c t/op/cmp.t
14626 ____________________________________________________________________________
14627 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
14628         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
14629              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
14630              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
14631              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
14632      Branch: perl
14633            + lib/Pod/t/utils.t
14634            ! MANIFEST
14635 ____________________________________________________________________________
14636 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
14637         Log: Subject: [PATCH] spaceship and refs
14638              From: Nicholas Clark <nick@ccl4.org>
14639              Date: Tue, 20 Nov 2001 21:59:51 +0000
14640              Message-ID: <20011120215951.U62891@plum.flirble.org> 
14641      Branch: perl
14642            ! pp.c pp_hot.c t/op/cmp.t
14643 ____________________________________________________________________________
14644 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
14645         Log: Try to clarify which I/O call operates on bytes,
14646              which on characters, which on either.
14647      Branch: perl
14648            ! pod/perlfunc.pod
14649 ____________________________________________________________________________
14650 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
14651         Log: another compatibility tweak to change#12559: avoid quoting
14652              arguments that already have quotes; add test case
14653      Branch: maint-5.6/perl
14654            ! t/op/system_tests win32/win32.c
14655 ____________________________________________________________________________
14656 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
14657         Log: Give a simple example of writing PerlIO::Via handlers
14658              in Perl.
14659      Branch: perl
14660            ! ext/PerlIO/Via/Via.pm
14661 ____________________________________________________________________________
14662 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
14663         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
14664      Branch: perl
14665            + lib/Pod/t/latex.t
14666            ! MANIFEST
14667 ____________________________________________________________________________
14668 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
14669         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
14670              From: Tim Jenness <t.jenness@jach.hawaii.edu>
14671              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
14672              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
14673      Branch: perl
14674            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
14675 ____________________________________________________________________________
14676 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
14677         Log: Spread d_procselfexe to far-off lands (undefined).
14678      Branch: perl
14679            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
14680            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
14681            ! vos/config.ga.def vos/config.ga.h win32/config.bc
14682            ! win32/config.gc win32/config.vc win32/config.win64
14683            ! wince/config.ce
14684 ____________________________________________________________________________
14685 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
14686         Log: Integrate perlio; add detection and use of /proc/self/exe
14687              (Linuxism for finding the absolute path of the executable)
14688      Branch: perl
14689           !> Configure config_h.SH perl.c t/op/magic.t
14690 ____________________________________________________________________________
14691 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
14692         Log: Really define do_report_used() only if DEBUGGING.
14693      Branch: perl
14694            ! sv.c
14695 ____________________________________________________________________________
14696 [ 13138] By: nick                                  on 2001/11/20  20:01:05
14697         Log: perl.c change to use HAS_PROCSELFEXE, also
14698              tweak to $^X test to comprehend full path to real executable
14699              being returned (like Cygwin as it happens...)
14700      Branch: perlio
14701            ! perl.c t/op/magic.t
14702 ____________________________________________________________________________
14703 [ 13137] By: nick                                  on 2001/11/20  19:46:00
14704         Log: Integrate mainline
14705      Branch: perlio
14706           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
14707           +> lib/NEXT/t/unseen.t
14708            - lib/NEXT/test.pl
14709           !> (integrate 34 files)
14710 ____________________________________________________________________________
14711 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
14712         Log: Subject: [?PATCH] terser pp_eq
14713              From: Nicholas Clark <nick@ccl4.org>
14714              Date: Mon, 19 Nov 2001 23:09:02 +0000
14715              Message-ID: <20011119230901.O62891@plum.flirble.org>
14716      Branch: perl
14717            ! pp_hot.c
14718 ____________________________________________________________________________
14719 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
14720         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
14721      Branch: perl
14722            ! pod/perldelta.pod
14723 ____________________________________________________________________________
14724 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
14725         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
14726              From: Andy Dougherty <doughera@lafayette.edu>
14727              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
14728              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
14729      Branch: perl
14730            ! ext/re/Makefile.PL ext/re/re.xs
14731 ____________________________________________________________________________
14732 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
14733         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
14734              From: Andy Dougherty <doughera@lafayette.edu>
14735              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
14736              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
14737      Branch: perl
14738            ! ext/re/re.xs
14739 ____________________________________________________________________________
14740 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
14741         Log: Integrate change #13119 from macperl.
14742              (No changes since already applied the patch,
14743              just keep perforce happy and well-fed.)
14744      Branch: perl
14745           !> lib/Pod/Html.pm
14746 ____________________________________________________________________________
14747 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
14748         Log: Subject: [PATCH] filter-util.pl for Mac OS
14749              From: Chris Nandor <pudge@pobox.com>
14750              Date: Tue, 20 Nov 2001 00:16:11 -0500
14751              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
14752      Branch: perl
14753            ! t/lib/filter-util.pl
14754 ____________________________________________________________________________
14755 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
14756         Log: Subject: [PATCH] Portability fix for Pod::Html
14757              From: Chris Nandor <pudge@pobox.com>
14758              Date: Tue, 20 Nov 2001 00:01:05 -0500
14759              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
14760      Branch: perl
14761            ! lib/Pod/Html.pm
14762 ____________________________________________________________________________
14763 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
14764         Log: Need to skip more tests if not perlio.
14765      Branch: perl
14766            ! lib/open.t
14767 ____________________________________________________________________________
14768 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
14769         Log: Pass 3 at perldelta - sort the lists of new modules,
14770              module improvements, and new platforms.
14771      Branch: perl
14772            ! pod/perldelta.pod
14773 ____________________________________________________________________________
14774 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
14775         Log: Document ${^OPEN}.
14776      Branch: perl
14777            ! pod/perlvar.pod
14778 ____________________________________________________________________________
14779 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
14780         Log: Make configpm work with extra keys
14781      Branch: maint-5.6/macperl
14782            ! macos/configpm
14783 ____________________________________________________________________________
14784 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
14785         Log: Version and doc updates
14786      Branch: maint-5.6/macperl
14787            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
14788 ____________________________________________________________________________
14789 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
14790         Log: More fixes for error message parsing (bug #470316)
14791      Branch: maint-5.6/macperl
14792            ! macos/macish.c
14793 ____________________________________________________________________________
14794 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
14795         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
14796              remove obsolete function (bug #465225)
14797      Branch: maint-5.6/macperl
14798            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
14799            ! macos/macperl/MPScript.c
14800 ____________________________________________________________________________
14801 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
14802         Log: Add p2as droplet to distribution.
14803      Branch: maint-5.6/macperl
14804            + macos/macperl/Droplets/p2as.plx
14805 ____________________________________________________________________________
14806 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
14807         Log: Bundle File::Sort.
14808      Branch: maint-5.6/macperl
14809            + macos/bundled_lib/blib/lib/File/Sort.pm
14810 ____________________________________________________________________________
14811 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
14812         Log: Various bundled module fixes.
14813      Branch: maint-5.6/macperl
14814            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
14815            ! macos/bundled_ext/Digest/MD5/t/files.t
14816            ! macos/bundled_ext/Filter/t/filter-util.pl
14817            ! macos/bundled_lib/blib/lib/Net/Config.pm
14818            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
14819 ____________________________________________________________________________
14820 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
14821         Log: Portability fix for Pod::Html.
14822      Branch: maint-5.6/macperl
14823            ! lib/Pod/Html.pm
14824 ____________________________________________________________________________
14825 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
14826         Log: Upgrade to Text::Balanced 1.89.
14827      Branch: perl
14828            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
14829            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
14830            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
14831            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
14832            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
14833            ! lib/Text/Balanced/t/gentag.t
14834 ____________________________________________________________________________
14835 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
14836         Log: Upgrade to NEXT 0.50.
14837      Branch: perl
14838            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
14839            + lib/NEXT/t/unseen.t
14840            - lib/NEXT/test.pl
14841            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
14842 ____________________________________________________________________________
14843 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
14844         Log: Integrate with maint-5.6/perl.
14845      Branch: maint-5.6/macperl
14846           !> win32/win32.c
14847 ____________________________________________________________________________
14848 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
14849         Log: Update the README.threads scary header a bit.
14850      Branch: perl
14851            ! README.threads
14852 ____________________________________________________________________________
14853 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
14854         Log: Pass 2 at perldelta: add some changes since 5.7.2.
14855      Branch: perl
14856            ! pod/perldelta.pod
14857 ____________________________________________________________________________
14858 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
14859         Log: Subject: [DOC PATCH] perlfaq4.pod 
14860              From: Tim Jenness <t.jenness@jach.hawaii.edu>
14861              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
14862              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
14863      Branch: perl
14864            ! pod/perlfaq4.pod
14865 ____________________________________________________________________________
14866 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
14867         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
14868              From: Michael G Schwern <schwern@pobox.com> 
14869              Date: Mon, 19 Nov 2001 19:53:12 -0500
14870              Message-ID: <20011119195311.I11883@blackrider>
14871      Branch: perl
14872            ! perl.c
14873 ____________________________________________________________________________
14874 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
14875         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
14876              From: PPrymmer@factset.com
14877              Date: Mon, 19 Nov 2001 17:08:59 -0500
14878              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
14879      Branch: perl
14880            ! vms/descrip_mms.template
14881 ____________________________________________________________________________
14882 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
14883         Log: Create a per-interpeter debug scratchpad container
14884              and use that for the regexec debugging.
14885      Branch: perl
14886            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
14887 ____________________________________________________________________________
14888 [ 13109] By: nick                                  on 2001/11/19  22:01:45
14889         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
14890              Configure unit detects the feature).
14891      Branch: metaconfig/U/perl
14892            + procselfexe.U
14893      Branch: perlio
14894            ! Configure config_h.SH
14895 ____________________________________________________________________________
14896 [ 13108] By: nick                                  on 2001/11/19  20:39:17
14897         Log: Integrate mainline
14898      Branch: perlio
14899           +> t/op/or.t
14900           !> (integrate 44 files)
14901 ____________________________________________________________________________
14902 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
14903         Log: sysseek tweak.
14904      Branch: perl
14905            ! pod/perlfunc.pod
14906 ____________________________________________________________________________
14907 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
14908         Log: Move the sysio tests from io/utf8 to lib/open.
14909      Branch: perl
14910            ! lib/open.t t/io/utf8.t
14911 ____________________________________________________________________________
14912 [ 13105] By: nick                                  on 2001/11/19  20:15:39
14913         Log: Add a .package and a README to //depot/metaconfig
14914      Branch: metaconfig
14915            + .package README
14916 ____________________________________________________________________________
14917 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
14918         Log: Thou shalt not mix stdio and sysio.
14919      Branch: perl
14920            ! t/io/utf8.t
14921 ____________________________________________________________________________
14922 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
14923         Log: Update Changes.
14924      Branch: perl
14925            ! Changes patchlevel.h
14926 ____________________________________________________________________________
14927 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
14928         Log: The runops_debug needs to be present always, otherwise
14929              places like AIX which need an explicit symbol export list
14930              will croak when trying to build Devel::Peek (which uses
14931              the runops_debug).
14932      Branch: perl
14933            ! makedef.pl
14934 ____________________________________________________________________________
14935 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
14936         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
14937              From: PPrymmer@factset.com 
14938              Date: Mon, 19 Nov 2001 11:34:22 -0500
14939              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
14940      Branch: perl
14941            ! lib/Memoize/t/tie_sdbm.t
14942 ____________________________________________________________________________
14943 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
14944         Log: Retract #13088: it seems that unless dump.c is extensively
14945              reorganized as to what symbols it shows, when, and to whom,
14946              we are stuck with having the dump.o symbols in the libperl
14947              and thusly in the main Perl binary.
14948      Branch: perl
14949            ! embedvar.h perlapi.h perlvars.h
14950 ____________________________________________________________________________
14951 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
14952         Log: The _uni_display should not be in dump.c since they
14953              are used under normal operation (S_not_a_number()).
14954      Branch: perl
14955            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
14956 ____________________________________________________________________________
14957 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
14958         Log: Protect sv_dump() from being included unless DEBUGGING,
14959              as noticed by Ilya.
14960      Branch: perl
14961            ! sv.c
14962 ____________________________________________________________________________
14963 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
14964         Log: Pending further investigation skip the tell() tests.
14965              The tell() is okay on Solaris, HP-UX and Tru64, but fails
14966              (by returning too much) in Linux.
14967      Branch: perl
14968            ! t/io/utf8.t
14969 ____________________________________________________________________________
14970 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
14971         Log: Retract #13082 until a better solution is found:
14972              statics break ithreads.
14973      Branch: perl
14974            ! regexec.c
14975 ____________________________________________________________________________
14976 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
14977         Log: Figures 1 and 2 for UTF-8.
14978      Branch: perl
14979            ! pod/perlunicode.pod
14980 ____________________________________________________________________________
14981 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
14982         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
14983              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14984              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
14985              Message-ID: <20011119132645.A15034@rafael>
14986      Branch: perl
14987            ! op.c pod/perldiag.pod t/lib/warnings/op
14988 ____________________________________________________________________________
14989 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
14990         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
14991              From: Michael G Schwern <schwern@pobox.com> 
14992              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
14993              Message-ID: <20011119031112.E786@blackrider>
14994      Branch: perl
14995            ! t/op/closure.t
14996 ____________________________________________________________________________
14997 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
14998         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
14999              From: Michael G Schwern <schwern@pobox.com>
15000              Date: Mon, 19 Nov 2001 03:42:56 -0500
15001              Message-ID: <20011119034256.I786@blackrider>
15002      Branch: perl
15003            + t/op/or.t
15004            ! MANIFEST
15005 ____________________________________________________________________________
15006 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
15007         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
15008              From: "Craig A. Berry" <craigberry@mac.com>
15009              Date: Sun, 18 Nov 2001 14:33:48 -0600
15010              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
15011      Branch: perl
15012            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
15013 ____________________________________________________________________________
15014 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
15015         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
15016              From: Dave Rolsky <autarch@urth.org>
15017              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
15018              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
15019      Branch: perl
15020            ! lib/ExtUtils/Manifest.pm
15021 ____________________________________________________________________________
15022 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
15023         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
15024              From: Dave Rolsky <autarch@urth.org>
15025              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
15026              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
15027      Branch: perl
15028            ! lib/ExtUtils/Install.pm
15029 ____________________________________________________________________________
15030 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
15031         Log: The runops_dbg should not be needed.
15032      Branch: perl
15033            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
15034 ____________________________________________________________________________
15035 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
15036         Log: do_spawn() cleanup from Charles Lane.
15037      Branch: perl
15038            ! vms/vms.c
15039 ____________________________________________________________________________
15040 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
15041         Log: Update the list of tests.
15042      Branch: perl
15043            ! t/lib/1_compile.t
15044 ____________________________________________________________________________
15045 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
15046         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
15047              From: Michael G Schwern <schwern@pobox.com> 
15048              Date: Fri, 16 Nov 2001 17:37:04 -0500
15049              Message-ID: <20011116173703.L30160@blackrider>
15050      Branch: perl
15051            ! t/lib/warnings/sv
15052 ____________________________________________________________________________
15053 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
15054         Log: FAQ sync.
15055      Branch: perl
15056            ! pod/perlfaq4.pod
15057 ____________________________________________________________________________
15058 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
15059         Log: Integrate perlio; win32 sync.
15060      Branch: perl
15061           !> perlio.c win32/win32io.c
15062 ____________________________________________________________________________
15063 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
15064         Log: (retracted by #13096)
15065              Debugging would be badly skewed by a malloc per regex dump.
15066      Branch: perl
15067            ! regexec.c
15068 ____________________________________________________________________________
15069 [ 13081] By: nick                                  on 2001/11/18  19:08:40
15070         Log: Win32 layer has a dup which needs to match new prototype.
15071      Branch: perlio
15072            ! win32/win32io.c
15073 ____________________________________________________________________________
15074 [ 13080] By: nick                                  on 2001/11/18  19:05:02
15075         Log: Wrong way to get stdio mode used.
15076      Branch: perlio
15077            ! perlio.c
15078 ____________________________________________________________________________
15079 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
15080         Log: Retract #13048: that introduced a malloc() (through savepvn())
15081              to *every* m//, which killed the performance quite badly.
15082      Branch: perl
15083            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
15084 ____________________________________________________________________________
15085 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
15086         Log: Pass 1 at perldelta.pod: sort the section contents
15087              together, drop all but the 5.7.2 known problems,
15088              leave the 5.7.1 security note since that's the
15089              fullest explanation (update the date on that).
15090      Branch: perl
15091            ! pod/perldelta.pod
15092 ____________________________________________________________________________
15093 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
15094         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
15095              
15096              Tiny problem in the test for 20011113.110: I hope
15097              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
15098      Branch: perl
15099            ! pp.c t/op/repeat.t
15100 ____________________________________________________________________________
15101 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
15102         Log: All of syswrite/send/sendto need to return character counts,
15103              and character counts from the offset, not the beginning of
15104              the scalar.
15105      Branch: perl
15106            ! pp_sys.c
15107 ____________________________________________________________________________
15108 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
15109         Log: Integrate PerlIO: duping fixes.
15110      Branch: perl
15111           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
15112           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
15113           !> perliol.h sv.c
15114 ____________________________________________________________________________
15115 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
15116         Log: syswrite() was still returning byte counts, not character counts.
15117      Branch: perl
15118            ! pp_sys.c t/io/utf8.t
15119 ____________________________________________________________________________
15120 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
15121         Log: Add test for sysread().
15122      Branch: perl
15123            ! t/io/utf8.t
15124 ____________________________________________________________________________
15125 [ 13072] By: nick                                  on 2001/11/18  16:15:31
15126         Log: Allow dup'ing of PerlIO::Scalar etc.
15127      Branch: perlio
15128            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
15129            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
15130            ! perliol.h sv.c
15131 ____________________________________________________________________________
15132 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
15133         Log: Prepend a null byte to the test set.
15134      Branch: perl
15135            ! t/io/utf8.t
15136 ____________________________________________________________________________
15137 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
15138         Log: Document how "no utf8;" can become handy.
15139      Branch: perl
15140            ! lib/utf8.pm
15141 ____________________________________________________________________________
15142 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
15143         Log: Integrate perlio; force the inclusion of the PL_runops_*
15144      Branch: perl
15145           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
15146 ____________________________________________________________________________
15147 [ 13068] By: nick                                  on 2001/11/18  13:23:33
15148         Log: embed.pl generated changes I forgot to include
15149      Branch: perlio
15150            ! embedvar.h perlapi.h pod/perlapi.pod
15151 ____________________________________________________________________________
15152 [ 13067] By: nick                                  on 2001/11/18  12:50:19
15153         Log: Force inclusion of both Perl_runops_* in perl itself,
15154              so they are available for Peek.xs etc.
15155      Branch: perlio
15156            ! perlvars.h
15157 ____________________________________________________________________________
15158 [ 13066] By: nick                                  on 2001/11/18  11:00:34
15159         Log: Integrate mainline - a few Devel::Peak fails.
15160      Branch: perlio
15161           +> (branch 29 files)
15162            - ext/Thread/Thread.pm lib/Benchmark.t
15163            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
15164            - lib/Lingua/KO/Hangul/Util/README
15165            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
15166            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
15167            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
15168            - vms/ext/vmsish.pm vms/ext/vmsish.t
15169            ! hv.c
15170           !> (integrate 389 files)
15171 ____________________________________________________________________________
15172 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
15173         Log: Start working on perldelta.  This is not yet any sort of
15174              editing; just concatenating perl570delta, perl571delta,
15175              and perl572delta.  Any sorting not done, any duplicate
15176              removal not done, any removal or update of obsolete items
15177              not done, any changes since 5.7.2 not included.  So there.
15178      Branch: perl
15179            ! pod/perldelta.pod
15180 ____________________________________________________________________________
15181 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
15182         Log: Banish "use utf8".
15183      Branch: perl
15184            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
15185 ____________________________________________________________________________
15186 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
15187         Log: Tweak from Charles Lane.
15188      Branch: perl
15189            ! vms/vms.c
15190 ____________________________________________________________________________
15191 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
15192         Log: Integrate change #13058 from maintperl;
15193              change#12559 breaks things on Win9x because command.com doesn't
15194              grok dquotes at all; disable all the system() smarts for
15195              command.com
15196      Branch: perl
15197           !> win32/win32.c
15198 ____________________________________________________________________________
15199 [ 13061] By: ams                                   on 2001/11/17  13:46:11
15200         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
15201              From: Jonathan Stowe <gellyfish@gellyfish.com>
15202              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
15203              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
15204      Branch: perl
15205            ! lib/Term/Cap.pm
15206 ____________________________________________________________________________
15207 [ 13060] By: ams                                   on 2001/11/17  09:49:10
15208         Log: Subject: [PATCH9 File/Find.pm doc nits
15209              From: Tels <perl_dummy@bloodgate.com>
15210              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
15211      Branch: perl
15212            ! lib/File/Find.pm
15213 ____________________________________________________________________________
15214 [ 13059] By: ams                                   on 2001/11/17  09:38:38
15215         Log: Subject: [PATCH] Benchmark.pm nit
15216              From: Tels <perl_dummy@bloodgate.com>
15217              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
15218      Branch: perl
15219            ! lib/Benchmark.pm
15220 ____________________________________________________________________________
15221 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
15222         Log: change#12559 breaks things on Win9x because command.com doesn't
15223              grok dquotes at all; disable all the system() smarts for
15224              command.com
15225      Branch: maint-5.6/perl
15226            ! win32/win32.c
15227 ____________________________________________________________________________
15228 [ 13057] By: ams                                   on 2001/11/16  20:30:03
15229         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
15230              From: Andy Dougherty <doughera@lafayette.edu>
15231              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
15232              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
15233      Branch: perl
15234            ! lib/Unicode/UCD.t
15235 ____________________________________________________________________________
15236 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
15237         Log: Subject: [Patch Perl@13023] VMS system() warning
15238              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15239              Date: Fri, 16 Nov 2001 15:20:11 EST
15240              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
15241      Branch: perl
15242            ! vms/vms.c
15243 ____________________________________________________________________________
15244 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
15245         Log: It's neither-nor, and protect against the impossible.
15246      Branch: perl
15247            ! lib/Thread.pm
15248 ____________________________________________________________________________
15249 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
15250         Log: 5005threads didn't work because $Thread::VERSION wasn't
15251              visible.  Oops.
15252      Branch: perl
15253            ! ext/Thread/Makefile.PL lib/Thread.pm
15254 ____________________________________________________________________________
15255 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
15256         Log: Robustness against Linux using something else than gcc;
15257              based on
15258              
15259              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
15260              From: Charles Randall <cfriv@yahoo.com>
15261              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
15262              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
15263      Branch: perl
15264            ! ext/Errno/Errno_pm.PL
15265 ____________________________________________________________________________
15266 [ 13052] By: ams                                   on 2001/11/16  16:46:39
15267         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
15268              From: Russ Allbery <rra@stanford.edu>
15269              Date: 16 Nov 2001 09:44:21 -0800
15270              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
15271      Branch: perl
15272            ! lib/Pod/ParseLink.pm
15273 ____________________________________________________________________________
15274 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
15275         Log: Update perluniintro on the UTF-8 output matters
15276              (that -w will warn unless the stream is explicitly UTF-8-ified).
15277      Branch: perl
15278            ! pod/perluniintro.pod
15279 ____________________________________________________________________________
15280 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
15281         Log: Adding new files to MANIFEST is nice.
15282      Branch: perl
15283            ! MANIFEST
15284 ____________________________________________________________________________
15285 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
15286         Log: Update Changes.
15287      Branch: perl
15288            ! Changes patchlevel.h
15289 ____________________________________________________________________________
15290 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
15291         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
15292              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
15293              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
15294              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
15295      Branch: perl
15296            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
15297 ____________________________________________________________________________
15298 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
15299         Log: Rename perlunintro to perluniintro; regen toc.
15300      Branch: perl
15301            + pod/perluniintro.pod
15302            - pod/perlunintro.pod
15303            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
15304 ____________________________________________________________________________
15305 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
15306         Log: Document the negated lookahead trick to emulate
15307              character class subtraction.
15308      Branch: perl
15309            ! pod/perlunicode.pod
15310 ____________________________________________________________________________
15311 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
15312         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
15313              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
15314              Date: Fri, 16 Nov 2001 23:31:04 +0900
15315              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
15316              
15317              (with the tweak that Cntrl is not C, it's Cc)
15318      Branch: perl
15319            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
15320            ! lib/unicore/mktables
15321 ____________________________________________________________________________
15322 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
15323         Log: Subject: [PATCH current] runtime runops switch
15324              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15325              Date: Fri, 16 Nov 2001 00:48:09 -0500
15326              Message-ID: <20011116004809.A934@math.ohio-state.edu>
15327      Branch: perl
15328            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
15329            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
15330            ! pod/perlintern.pod proto.h run.c
15331 ____________________________________________________________________________
15332 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
15333         Log: Further discourage old Thread code; tell how to tell
15334              the difference.
15335      Branch: perl
15336            ! lib/Thread.pm
15337 ____________________________________________________________________________
15338 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
15339         Log: A missing return; from Charles Lane.
15340      Branch: perl
15341            ! vms/vms.c
15342 ____________________________________________________________________________
15343 [ 13041] By: ams                                   on 2001/11/16  12:11:14
15344         Log: Subject: [PATCH] Doc spellcheck + podcheck
15345              From: Autrijus Tang <autrijus@egb.elixus.org>
15346              Date: Thu, 15 Nov 2001 22:49:05 -0800
15347              Message-Id: <20011116064905.GA44092@egb.elixus.org>
15348              
15349              Subject: [PATCH] podcheck+spellcheck, the rest of the story
15350              From: Autrijus Tang <autrijus@egb.elixus.org>
15351              Date: Fri, 16 Nov 2001 00:42:20 -0800
15352              Message-Id: <20011116084220.GA44295@egb.elixus.org>
15353              
15354              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
15355              From: Nicholas Clark <nick@ccl4.org>
15356              Date: Fri, 16 Nov 2001 10:32:01 +0000
15357              Message-Id: <20011116103200.F62891@plum.flirble.org>
15358              (Applied after suitable de-mangling.)
15359      Branch: perl
15360            ! README.aix README.dgux README.dos README.epoc README.hpux
15361            ! README.mint README.mpeix README.netware README.os2
15362            ! README.os390 README.plan9 README.qnx README.solaris
15363            ! README.threads doio.c pod/perl571delta.pod
15364            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
15365            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
15366            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
15367            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
15368            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
15369            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
15370 ____________________________________________________________________________
15371 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
15372         Log: Avoid redefinedness warning for now.
15373      Branch: perl
15374            ! lib/Thread.pm
15375 ____________________________________________________________________________
15376 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
15377         Log: use strict.
15378      Branch: perl
15379            ! lib/Thread.pm
15380 ____________________________________________________________________________
15381 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
15382         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
15383              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
15384              Date: Thu, 15 Nov 2001 22:54:47 EST 
15385              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
15386      Branch: perl
15387            ! vms/vms.c vms/vmspipe.com
15388 ____________________________________________________________________________
15389 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
15390         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
15391              From: "chromatic" <chromatic@rmci.net>
15392              Date: Thu, 15 Nov 2001 19:54:23 -0700
15393              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
15394      Branch: perl
15395            ! lib/File/stat.t
15396 ____________________________________________________________________________
15397 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
15398         Log: Make Thread a wrapper for both ithreads and 5005threads.
15399              Needs a lot of work and Arthur's eyeballing (and finishing
15400              few missing odds and ends of threads.pm).  Now Thread
15401              is an extension without its own .pm.
15402              
15403              If there are people who have experience working with
15404              either the 5005threads or the ithreads: cleaning up
15405              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
15406              and porting the various Thread::* modules, like Thread::Queue,
15407              to work also with ithreads, is needed.
15408              
15409              Removed the 5005threads requirement from the 5005 tests
15410              for easier testing (not all of them work yet since
15411              they use the Thread::* modules that have not been made
15412              to work with ithreads).  Leave the 5005 tests named as
15413              *.tx so that they are not run by "make test".
15414      Branch: perl
15415            + lib/Thread.pm
15416            - ext/Thread/Thread.pm
15417            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
15418            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
15419            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
15420            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
15421            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
15422            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
15423            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
15424 ____________________________________________________________________________
15425 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
15426         Log: $VERSION "a5" doesn't quite work.
15427      Branch: perl
15428            ! ext/B/Makefile.PL
15429 ____________________________________________________________________________
15430 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
15431         Log: Add the fruits of Larry Shatzer's version verifying script.
15432              (There are some straddlers, but they will be fixed in the
15433              upcoming releases of the modules.)
15434      Branch: perl
15435            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
15436            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
15437            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
15438            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
15439            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
15440            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
15441            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
15442            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
15443            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
15444            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
15445            ! wince/FindExt.pm
15446 ____________________________________________________________________________
15447 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
15448         Log: Add Larry Shatzer's VERSION verifying script.
15449      Branch: perl
15450            + Porting/checkVERSION.pl
15451            ! MANIFEST Porting/pumpkin.pod
15452 ____________________________________________________________________________
15453 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
15454         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
15455              From: Michael G Schwern <schwern@pobox.com>
15456              Date: Thu, 15 Nov 2001 19:26:40 -0500
15457              Message-ID: <20011115192640.R31399@blackrider>
15458      Branch: perl
15459            ! t/test.pl
15460 ____________________________________________________________________________
15461 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
15462         Log: Document the MY_CXT business; from Paul Marquess.
15463      Branch: perl
15464            ! pod/perlxs.pod
15465 ____________________________________________________________________________
15466 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
15467         Log: VMSCMD synch attempt.
15468      Branch: perl
15469            ! vms/vms.c vms/vmsish.h
15470 ____________________________________________________________________________
15471 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
15472         Log: Advise against -P as instructed by Schwern.
15473      Branch: perl
15474            ! pod/perlrun.pod
15475 ____________________________________________________________________________
15476 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
15477         Log: Subject: [PATCH] v-strings as Objects Step 1
15478              From: John Peacock <jpeacock@rowman.com>
15479              Date: Thu, 15 Nov 2001 12:41:04 -0500
15480              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
15481      Branch: perl
15482            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
15483            ! util.c
15484 ____________________________________________________________________________
15485 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
15486         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
15487              From: Michael G Schwern <schwern@pobox.com>
15488              Date: Thu, 15 Nov 2001 12:47:59 -0500
15489              Message-ID: <20011115124759.E31399@blackrider>
15490      Branch: perl
15491            + t/run/switchx.aux t/run/switchx.t
15492            ! MANIFEST t/run/switches.t
15493 ____________________________________________________________________________
15494 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
15495         Log: Upgrade to Getopt::Long 2.26_03.
15496      Branch: perl
15497            ! lib/Getopt/Long.pm
15498 ____________________________________________________________________________
15499 [ 13025] By: ams                                   on 2001/11/15  20:46:22
15500         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
15501              From: Michael G Schwern <schwern@pobox.com>
15502              Date: Thu, 15 Nov 2001 16:24:11 -0500
15503              Message-Id: <20011115162411.M31399@blackrider>
15504      Branch: perl
15505            ! vms/vms.c
15506 ____________________________________________________________________________
15507 [ 13024] By: ams                                   on 2001/11/15  19:32:06
15508         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
15509              From: rspier@pobox.com (Robert Spier)
15510              Date: Thu, 15 Nov 2001 11:19:21 -0800
15511              Message-Id: <15348.5433.732364.963687@rls.cx>
15512      Branch: perl
15513            ! op.c
15514 ____________________________________________________________________________
15515 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
15516         Log: Update Changes.
15517      Branch: perl
15518            ! Changes patchlevel.h
15519 ____________________________________________________________________________
15520 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
15521         Log: Subject: [PATCH] new tests for command-line switches
15522              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15523              Date: Thu, 15 Nov 2001 17:00:30 +0100
15524              Message-ID: <20011115170030.A14193@rafael>
15525      Branch: perl
15526            + t/run/switches.t
15527            ! MANIFEST
15528 ____________________________________________________________________________
15529 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
15530         Log: Upgrade to podlators 1.13.
15531      Branch: perl
15532            + lib/Pod/ParseLink.pm
15533            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
15534            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
15535            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
15536            ! t/pod/pod2usage.xr t/pod/podselect.xr
15537 ____________________________________________________________________________
15538 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
15539         Log: skip "might be used uninitialized".
15540      Branch: perl
15541            ! pp_sys.c
15542 ____________________________________________________________________________
15543 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
15544         Log: Fix for "perlio bug in koi8-r encoding".  The problem
15545              seemed to be that binmode() always flushed the handle,
15546              which is not so good when switching encodings.  Fixed,
15547              added Matt Sergeant's testcase, documented in perlfunc/binmode,
15548              also added a pointer about disciplines to perlfunc/open,
15549              and in general cleaned up and reformatted the open entry.
15550      Branch: perl
15551            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
15552 ____________________________________________________________________________
15553 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
15554         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
15555              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
15556              Date: 15 Nov 2001 08:57:06 -0000
15557              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
15558              
15559              chop() and chomp() are not real list functions,
15560              so let's not have them overrideable.  (Casey will
15561              be confused since in #7071 he patched the other way.)
15562      Branch: perl
15563            ! pod/perlfunc.pod toke.c
15564 ____________________________________________________________________________
15565 [ 13017] By: ams                                   on 2001/11/15  12:56:49
15566         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
15567              From: Robin Barker <rmb1@cise.npl.co.uk>
15568              Date: Thu, 15 Nov 2001 13:48:34 GMT
15569              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
15570              (Applied with tweaks.)
15571      Branch: perl
15572            ! pod/perltrap.pod
15573 ____________________________________________________________________________
15574 [ 13016] By: ams                                   on 2001/11/15  09:12:48
15575         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
15576              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15577              Date: Thu, 15 Nov 2001 09:06:39 +0100
15578              Message-Id: <20011115090639.A13005@rafael>
15579      Branch: perl
15580            ! pod/perlrun.pod
15581 ____________________________________________________________________________
15582 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
15583         Log: "link =" from utils.lst was being processed oddly.
15584      Branch: perl
15585            ! installman
15586 ____________________________________________________________________________
15587 [ 13014] By: ams                                   on 2001/11/15  02:52:52
15588         Log: Subject: [PATCH current] CreateTTY in -d
15589              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15590              Date: Wed, 14 Nov 2001 21:26:31 -0500
15591              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
15592      Branch: perl
15593            ! lib/perl5db.pl
15594 ____________________________________________________________________________
15595 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
15596         Log: Corify the Filter::Simple tests. 
15597      Branch: perl
15598            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
15599            ! lib/Filter/Simple/t/filter_only.t
15600 ____________________________________________________________________________
15601 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
15602         Log: Upgrade to Filter::Simple 0.70.
15603      Branch: perl
15604            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
15605            + t/lib/FilterOnlyTest.pm
15606            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
15607            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
15608            ! t/lib/FilterTest.pm
15609 ____________________________________________________________________________
15610 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
15611         Log: Cleanliness inspired by Cygwin.
15612      Branch: perl
15613            ! Makefile.SH x2p/Makefile.SH
15614 ____________________________________________________________________________
15615 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
15616         Log: Add perlunintro (formerly known as perlunitut); regen toc.
15617      Branch: perl
15618            + pod/perlunintro.pod
15619            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
15620 ____________________________________________________________________________
15621 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
15622         Log: FAQ sync.
15623      Branch: perl
15624            ! pod/perlfaq6.pod
15625 ____________________________________________________________________________
15626 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
15627         Log: Quieten pgcc 2.91.66 worries.
15628      Branch: perl
15629            ! gv.c pp_ctl.c utf8.c
15630 ____________________________________________________________________________
15631 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
15632         Log: Upgrade to Switch 2.06.
15633      Branch: perl
15634            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
15635            ! lib/Switch/t/nested.t
15636 ____________________________________________________________________________
15637 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
15638         Log: Upgrade to Attribute::Handlers 0.76.
15639      Branch: perl
15640            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
15641            ! lib/Attribute/Handlers/README
15642            ! lib/Attribute/Handlers/demo/Demo.pm
15643            ! lib/Attribute/Handlers/demo/Descriptions.pm
15644            ! lib/Attribute/Handlers/demo/MyClass.pm
15645            ! lib/Attribute/Handlers/demo/demo_cycle.pl
15646            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
15647            ! lib/Attribute/Handlers/t/multi.t
15648 ____________________________________________________________________________
15649 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
15650         Log: Signedness nit.
15651      Branch: perl
15652            ! regexec.c
15653 ____________________________________________________________________________
15654 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
15655         Log: VERSIONize.
15656      Branch: perl
15657            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
15658            ! lib/integer.pm
15659 ____________________________________________________________________________
15660 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
15661         Log: No pod in internal Net::FTP classes.
15662      Branch: perl
15663            ! pod/buildtoc.PL
15664 ____________________________________________________________________________
15665 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
15666         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
15667              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
15668              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
15669              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
15670      Branch: perl
15671            ! regexec.c
15672 ____________________________________________________________________________
15673 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
15674         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
15675              Pudge correctly).
15676      Branch: perl
15677            ! t/test.pl
15678 ____________________________________________________________________________
15679 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
15680         Log: Add comments to mark where $^X is being handled.
15681      Branch: perl
15682            ! perl.c toke.c
15683 ____________________________________________________________________________
15684 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
15685         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
15686              From: Michael G Schwern <schwern@pobox.com>
15687              Date: Wed, 14 Nov 2001 16:38:25 -0500
15688              Message-ID: <20011114163825.D6519@blackrider>
15689      Branch: perl
15690            ! t/op/repeat.t
15691 ____________________________________________________________________________
15692 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
15693         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
15694              From: Michael G Schwern <schwern@pobox.com>
15695              Date: Wed, 14 Nov 2001 13:19:15 -0500
15696              Message-ID: <20011114131915.K5096@blackrider>
15697      Branch: perl
15698            ! t/op/die_exit.t
15699 ____________________________________________________________________________
15700 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
15701         Log: Subject: Re: [PATCH] new version of runperl()
15702              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15703              Date: Wed, 14 Nov 2001 15:39:12 EST
15704              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
15705              
15706              "VMS $^X pipes etc" patch.
15707      Branch: perl
15708            ! vms/vms.c
15709 ____________________________________________________________________________
15710 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
15711         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
15712              and add "verbose" option to show the final command.
15713      Branch: perl
15714            ! t/test.pl
15715 ____________________________________________________________________________
15716 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
15717         Log: Goof in some of the comment fields of #12994.
15718      Branch: perl
15719            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
15720            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
15721            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
15722            ! lib/unicore/In/9.pl
15723 ____________________________________________________________________________
15724 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
15725         Log: The First, Last ranges in the Unicode data weren't
15726              getting their general categories added properly;
15727              noticed by Jeffrey Friedl.
15728      Branch: perl
15729            ! lib/unicore/Category.pl lib/unicore/In/0.pl
15730            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
15731            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
15732            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
15733            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
15734            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
15735            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
15736            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
15737            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
15738            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
15739            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
15740            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
15741            ! lib/unicore/mktables
15742 ____________________________________________________________________________
15743 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
15744         Log: Subject: [PATCH] new version of runperl()
15745              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15746              Date: Wed, 14 Nov 2001 12:23:01 +0100
15747              Message-ID: <20011114122301.A29384@rafael>
15748      Branch: perl
15749            ! t/io/argv.t t/test.pl
15750 ____________________________________________________________________________
15751 [ 12992] By: ams                                   on 2001/11/14  13:40:39
15752         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
15753              From: Michael G Schwern <schwern@pobox.com>
15754              Date: Tue, 13 Nov 2001 23:17:54 -0500
15755              Message-Id: <20011113231754.S32567@blackrider>
15756      Branch: perl
15757            ! perl.c
15758 ____________________________________________________________________________
15759 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
15760         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
15761              From: Philip Newton <Philip.Newton@gmx.net>
15762              Date: Wed, 14 Nov 2001 10:59:53 +0100
15763              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
15764              
15765              plus a lot of paragraph reformatting because of long lines.
15766      Branch: perl
15767            ! pod/perlapio.pod
15768 ____________________________________________________________________________
15769 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
15770         Log: A bool is not a pointer.
15771      Branch: perl
15772            ! pp_sys.c
15773 ____________________________________________________________________________
15774 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
15775         Log: AUTHORS updates.
15776      Branch: perl
15777            ! AUTHORS
15778 ____________________________________________________________________________
15779 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
15780         Log: There are several MIME RFCs.
15781      Branch: perl
15782            ! ext/Encode/Encode.pm
15783 ____________________________________________________________________________
15784 [ 12987] By: ams                                   on 2001/11/14  01:09:28
15785         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
15786              From: Michael G Schwern <schwern@pobox.com>
15787              Date: Tue, 13 Nov 2001 20:59:13 -0500
15788              Message-Id: <20011113205913.H32567@blackrider>
15789      Branch: perl
15790            ! t/op/groups.t vms/test.com
15791 ____________________________________________________________________________
15792 [ 12986] By: ams                                   on 2001/11/14  01:07:06
15793         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
15794              From: Michael G Schwern <schwern@pobox.com>
15795              Date: Tue, 13 Nov 2001 20:51:34 -0500
15796              Message-Id: <20011113205134.F32567@blackrider>
15797      Branch: perl
15798            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
15799 ____________________________________________________________________________
15800 [ 12985] By: ams                                   on 2001/11/14  00:43:59
15801         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
15802              From: Michael G Schwern <schwern@pobox.com>
15803              Date: Tue, 13 Nov 2001 20:38:42 -0500
15804              Message-Id: <20011113203842.E32567@blackrider>
15805      Branch: perl
15806            ! pod/perlport.pod
15807 ____________________________________________________________________________
15808 [ 12984] By: ams                                   on 2001/11/14  00:32:15
15809         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
15810              From: Michael G Schwern <schwern@pobox.com>
15811              Date: Tue, 13 Nov 2001 20:27:02 -0500
15812              Message-Id: <20011113202702.D32567@blackrider>
15813      Branch: perl
15814            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
15815            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
15816            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
15817            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
15818 ____________________________________________________________________________
15819 [ 12983] By: ams                                   on 2001/11/14  00:00:27
15820         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
15821              From: Michael G Schwern <schwern@pobox.com>
15822              Date: Tue, 13 Nov 2001 19:51:59 -0500
15823              Message-Id: <20011113195159.B32567@blackrider>
15824      Branch: perl
15825            ! pod/perlport.pod
15826 ____________________________________________________________________________
15827 [ 12982] By: ams                                   on 2001/11/13  23:53:11
15828         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
15829              From: Larry Shatzer <fugazi@zippy.zyx.net>
15830              Date: Tue, 13 Nov 2001 17:27:59 -0700
15831              Message-Id: <20011113172759.E27768@zippy.zyx.net>
15832      Branch: perl
15833            ! pod/perlapio.pod
15834 ____________________________________________________________________________
15835 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
15836         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
15837              "large enough" Unicode characters returned more than one
15838              as their "Unicode size".
15839      Branch: perl
15840            ! pp_sys.c t/io/utf8.t
15841 ____________________________________________________________________________
15842 [ 12980] By: ams                                   on 2001/11/13  19:32:33
15843         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
15844              From: "Craig A. Berry" <craigberry@mac.com>
15845              Date: Tue, 13 Nov 2001 14:33:25 -0600
15846              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
15847      Branch: perl
15848            ! vms/gen_shrfls.pl
15849 ____________________________________________________________________________
15850 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
15851         Log: Subject: Minor patch to Encode.pm (detypo)
15852              From: "Philip Newton" <Philip.Newton@gmx.net>
15853              Date: Tue, 13 Nov 2001 20:11:01 +0100
15854              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
15855      Branch: perl
15856            ! ext/Encode/Encode.pm
15857 ____________________________________________________________________________
15858 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
15859         Log: Evil tabulators.
15860      Branch: perl
15861            ! ext/Encode/Encode.pm
15862 ____________________________________________________________________________
15863 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
15864         Log: Document the available encodings.
15865      Branch: perl
15866            ! ext/Encode/Encode.pm
15867 ____________________________________________________________________________
15868 [ 12976] By: ams                                   on 2001/11/13  17:14:07
15869         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
15870              From: Barrie Slaymaker <barries@slaysys.com>
15871              Date: Tue, 13 Nov 2001 12:41:36 -0500
15872              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
15873      Branch: perl
15874            ! t/op/universal.t
15875 ____________________________________________________________________________
15876 [ 12975] By: ams                                   on 2001/11/13  16:24:21
15877         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
15878              From: Barrie Slaymaker <barries@slaysys.com>
15879              Date: Tue, 13 Nov 2001 10:56:20 -0500
15880              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
15881              (Test applied with minor tweaks and ->isa("HASH") omission.)
15882      Branch: perl
15883            ! lib/UNIVERSAL.pm t/op/universal.t
15884 ____________________________________________________________________________
15885 [ 12974] By: ams                                   on 2001/11/13  15:46:07
15886         Log: Subject: [PATCH Benchmark.pm] docco tweaks
15887              From: Barrie Slaymaker <barries@slaysys.com>
15888              Date: Tue, 13 Nov 2001 11:34:45 -0500
15889              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
15890      Branch: perl
15891            ! lib/Benchmark.pm
15892 ____________________________________________________________________________
15893 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
15894         Log: Subject: [PATCH] Attack of the C loops, round 1
15895              From: Richard Soderberg <rs@oregonnet.com>
15896              Date: Mon, 12 Nov 2001 12:07:29 -0800
15897              Message-Id: <200111122007.MAA01994@oregonnet.com>
15898              
15899              Subject: [PATCH] bytecode.pl (tiny patch)
15900              From: Richard Soderberg <rs@oregonnet.com>
15901              Date: Mon, 12 Nov 2001 12:53:24 -0800
15902              Message-Id: <200111122053.MAA06272@oregonnet.com>
15903      Branch: perl
15904            ! bytecode.pl installhtml
15905 ____________________________________________________________________________
15906 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
15907         Log: Subject: [PATCH] Update to Filter::Util::Call
15908              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
15909              Date: Sun, 11 Nov 2001 22:33:33 -0000
15910              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
15911              
15912              Use the new CXT* macros.
15913      Branch: perl
15914            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
15915 ____________________________________________________________________________
15916 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
15917         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
15918              From: Michael G Schwern <schwern@pobox.com>
15919              Date: Mon, 12 Nov 2001 20:50:34 -0500
15920              Message-ID: <20011112205034.H2888@blackrider>
15921      Branch: perl
15922            + lib/vmsish.pm lib/vmsish.t
15923            - vms/ext/vmsish.pm vms/ext/vmsish.t
15924            ! MANIFEST vms/descrip_mms.template
15925 ____________________________________________________________________________
15926 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
15927         Log: :utf8 works only with perlio.
15928      Branch: perl
15929            ! lib/open.t
15930 ____________________________________________________________________________
15931 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
15932         Log: Subject: Re: @Config -"des" not quite working on VMS
15933              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15934              Date: Tue, 13 Nov 2001 08:35:13 EST 
15935              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
15936      Branch: perl
15937            ! configure.com
15938 ____________________________________________________________________________
15939 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
15940         Log: Subject: [PATCH] lib/charnames.pm 
15941              From: Jeffrey Friedl <jfriedl@yahoo.com>
15942              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
15943              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
15944      Branch: perl
15945            ! lib/charnames.pm
15946 ____________________________________________________________________________
15947 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
15948         Log: Docs for Mac::err.
15949      Branch: maint-5.6/macperl
15950            ! macos/ext/Mac/err/err.pm
15951 ____________________________________________________________________________
15952 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
15953         Log: Some cleanup; change some globals to references for
15954              possible persistence later.
15955      Branch: maint-5.6/macperl
15956            ! macos/lib/Mac/Glue.pm
15957 ____________________________________________________________________________
15958 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
15959         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
15960      Branch: maint-5.6/macperl
15961            ! macos/ext/Mac/Files/Files.pm
15962 ____________________________________________________________________________
15963 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
15964         Log: Get Mac::Navigation to compile (bug #464684).
15965      Branch: maint-5.6/macperl
15966            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
15967            ! macos/ext/Mac/Navigation/Makefile.PL
15968            ! macos/ext/Mac/Navigation/Navigation.xs
15969            ! macos/macperl/Makefile.mk
15970 ____________________________________________________________________________
15971 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
15972         Log: Add in modules and POD to help menu.
15973      Branch: maint-5.6/macperl
15974            ! macos/macperl/MacPerl.podhelp
15975 ____________________________________________________________________________
15976 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
15977         Log: Update bundled modules.
15978      Branch: maint-5.6/macperl
15979            + macos/bundled_ext/Filter/t/FilterTest.pm
15980            + macos/bundled_ext/List/Util/t/shuffle.t
15981            + macos/bundled_ext/Storable/t/compat06.t
15982            + macos/bundled_ext/Storable/t/st-dump.pl
15983            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
15984            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
15985            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
15986            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
15987            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
15988            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
15989            + macos/bundled_lib/blib/lib/lwpcook.pod
15990            + macos/bundled_lib/t/Filter/Simple/filter.t
15991            + macos/bundled_lib/t/Switch/t/given.t
15992            + macos/bundled_lib/t/Switch/t/nested.t
15993            + macos/bundled_lib/t/Switch/t/switch.t
15994            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
15995            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
15996            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
15997            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
15998            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
15999            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
16000            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
16001            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
16002            + macos/bundled_lib/t/URI/rfc2732.t
16003            + macos/bundled_lib/t/libnet/config.t
16004            + macos/bundled_lib/t/libnet/libnet_t.pl
16005            + macos/bundled_lib/t/libwww-perl/live/google.t
16006            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
16007            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
16008            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
16009            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
16010            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
16011            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
16012            + macos/bundled_lib/t/libwww-perl/live/validator.t
16013            - macos/bundled_ext/Filter/t/MyFilter.pm
16014            - macos/bundled_ext/Storable/t/compat-0.6.t
16015            - macos/bundled_ext/Storable/t/dump.pl
16016            - macos/bundled_ext/Time/Piece/Makefile.PL
16017            - macos/bundled_ext/Time/Piece/Piece.pm
16018            - macos/bundled_ext/Time/Piece/Piece.t
16019            - macos/bundled_ext/Time/Piece/Piece.xs
16020            - macos/bundled_ext/Time/Piece/README
16021            - macos/bundled_ext/Time/Piece/Seconds.pm
16022            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
16023            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
16024            - macos/bundled_lib/blib/lib/Net/PH.pm
16025            - macos/bundled_lib/blib/lib/Net/SNPP.pm
16026            - macos/bundled_lib/blib/lib/Text/Balanced.pod
16027            - macos/bundled_lib/t/Filter/Simple/test.pl
16028            - macos/bundled_lib/t/Switch/test.pl
16029            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
16030            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
16031            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
16032            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
16033            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
16034            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
16035            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
16036            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
16037            - macos/bundled_lib/t/libnet/ph.t
16038            ! (edit 125 files)
16039 ____________________________________________________________________________
16040 [ 12961] By: ams                                   on 2001/11/13  00:45:08
16041         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
16042              From: Michael G Schwern <schwern@pobox.com>
16043              Date: Mon, 12 Nov 2001 20:16:45 -0500
16044              Message-Id: <20011112201644.G2888@blackrider>
16045      Branch: perl
16046            ! pod/perlport.pod
16047 ____________________________________________________________________________
16048 [ 12960] By: ams                                   on 2001/11/12  23:54:00
16049         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
16050              Recoving dup tests for VMS
16051              From: Michael G Schwern <schwern@pobox.com>
16052              Date: Mon, 12 Nov 2001 19:35:33 -0500
16053              Message-Id: <20011112193533.D2888@blackrider>
16054      Branch: perl
16055            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
16056 ____________________________________________________________________________
16057 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
16058         Log: Update Changes.
16059      Branch: perl
16060            ! Changes patchlevel.h
16061 ____________________________________________________________________________
16062 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
16063         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
16064              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
16065              Date: Mon, 12 Nov 2001 12:35:18 EST 
16066              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
16067      Branch: perl
16068            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
16069            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
16070 ____________________________________________________________________________
16071 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
16072         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
16073              From: Barrie Slaymaker <barries@slaysys.com>
16074              Date: Mon, 12 Nov 2001 11:19:52 -0500
16075              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
16076      Branch: perl
16077            ! lib/File/Spec.t lib/File/Spec/Win32.pm
16078 ____________________________________________________________________________
16079 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
16080         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
16081              From: Barrie Slaymaker <barries@slaysys.com>
16082              Date: Mon, 12 Nov 2001 11:07:36 -0500
16083              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
16084      Branch: perl
16085            ! lib/Benchmark.pm
16086 ____________________________________________________________________________
16087 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
16088         Log: Misplaced test, noticed by Barrie Slaymaker.
16089              (We are missing Benchmark tests, then.)
16090      Branch: perl
16091            + ext/Devel/DProf/DProf.t
16092            - lib/Benchmark.t
16093            ! MANIFEST
16094 ____________________________________________________________________________
16095 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
16096         Log: Subject: [PATCH] a few typo fixes 
16097              From: Jeffrey Friedl <jfriedl@yahoo.com>
16098              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
16099              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
16100              
16101              Patching README.foo instead of pod/perlfoo.pod,
16102              not patching Math::BigInt (Tels will take care of that),
16103              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
16104              and perldoc.PL instead of libnetcfg and perldoc, patching
16105              ext/Digest/MD5/t/files.t since MD5.pm was changed.
16106      Branch: perl
16107            ! (edit 109 files)
16108 ____________________________________________________________________________
16109 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
16110         Log: Add a note about the dangers of bad UTF-8.
16111      Branch: perl
16112            ! pod/perlunicode.pod
16113 ____________________________________________________________________________
16114 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
16115         Log: NetWare Nit from Ananth Kesari.
16116      Branch: perl
16117            ! NetWare/config.wc
16118 ____________________________________________________________________________
16119 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
16120         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
16121      Branch: perl
16122            ! ext/Encode/Encode.pm
16123 ____________________________________________________________________________
16124 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
16125         Log: (retracted by #12951)
16126      Branch: perl
16127            ! ext/Encode/Encode.pm
16128 ____________________________________________________________________________
16129 [ 12949] By: ams                                   on 2001/11/12  06:40:18
16130         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
16131              From: Robert Spier <rspier@pobox.com>
16132              Date: Sun, 11 Nov 2001 18:50:18 -0800
16133              Message-Id: <15343.14570.121505.233336@rls.cx>
16134              
16135              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
16136              From: Rick Delaney <rick.delaney@home.com>
16137              Date: 12 Nov 2001 00:15:52 -0500
16138              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
16139      Branch: perl
16140            ! pp_hot.c t/op/taint.t
16141 ____________________________________________________________________________
16142 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
16143         Log: It seems that we actually have this detail implemented
16144              as for as Level 1 Support of Unicode regex support is
16145              concerned: at Level 1 only 1:1 support for loose
16146              (aka caseless, aka caseigoring ) matching is required.
16147      Branch: perl
16148            ! pod/perlunicode.pod
16149 ____________________________________________________________________________
16150 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
16151         Log: (retracted by #12951)
16152      Branch: perl
16153            ! ext/Encode/Encode.pm
16154 ____________________________________________________________________________
16155 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
16156         Log: BOM, bom, Bom.
16157      Branch: perl
16158            ! pod/perlunicode.pod
16159 ____________________________________________________________________________
16160 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
16161         Log: Upgrade to Math::BigInt 1.46.
16162      Branch: perl
16163            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
16164            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
16165            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
16166            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
16167            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
16168 ____________________________________________________________________________
16169 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
16170         Log: Subject: Re: PERFORCE change 12943 for review
16171              From: "Philip Newton" <Philip.Newton@gmx.net>
16172              Date: Sun, 11 Nov 2001 20:53:36 +0100
16173              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
16174      Branch: perl
16175            ! pod/perlunicode.pod
16176 ____________________________________________________________________________
16177 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
16178         Log: Doc updates; make the Unicode discussions a little
16179              bit less alarming, and add information about encodings,
16180              surrogates, and BOMs.
16181      Branch: perl
16182            ! pod/perlunicode.pod
16183 ____________________________________________________________________________
16184 [ 12942] By: ams                                   on 2001/11/11  16:45:00
16185         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
16186              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
16187              Date: Mon, 12 Nov 2001 00:22:57 +0900
16188              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
16189      Branch: perl
16190            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
16191            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
16192 ____________________________________________________________________________
16193 [ 12941] By: ams                                   on 2001/11/11  13:01:40
16194         Log: Subject: Re: PERFORCE change 12929 for review
16195              From: "Philip Newton" <Philip.Newton@gmx.net>
16196              Date: Sun, 11 Nov 2001 14:27:44 +0100
16197              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
16198      Branch: perl
16199            ! MANIFEST
16200 ____________________________________________________________________________
16201 [ 12940] By: ams                                   on 2001/11/11  05:06:43
16202         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
16203              From: Michael G Schwern <schwern@pobox.com>
16204              Date: Thu, 8 Nov 2001 22:56:45 -0500
16205              Message-Id: <20011108225645.H5587@blackrider>
16206      Branch: perl
16207            ! t/op/chdir.t
16208 ____________________________________________________________________________
16209 [ 12939] By: ams                                   on 2001/11/11  05:01:00
16210         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
16211              From: Michael G Schwern <schwern@pobox.com>
16212              Date: Sun, 11 Nov 2001 00:54:43 -0500
16213              Message-Id: <20011111005443.A24450@blackrider>
16214      Branch: perl
16215            ! ext/Cwd/t/cwd.t
16216 ____________________________________________________________________________
16217 [ 12938] By: ams                                   on 2001/11/11  03:25:13
16218         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
16219              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
16220              From: "chromatic" <chromatic@rmci.net>
16221              Date: Sat, 10 Nov 2001 21:03:20 -0700
16222              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
16223      Branch: perl
16224            ! lib/File/stat.pm lib/File/stat.t
16225 ____________________________________________________________________________
16226 [ 12937] By: ams                                   on 2001/11/11  02:05:23
16227         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
16228              From: "Craig A. Berry" <craigberry@mac.com>
16229              Date: Sat, 10 Nov 2001 17:23:52 -0600
16230              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
16231      Branch: perl
16232            ! t/op/magic.t
16233 ____________________________________________________________________________
16234 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
16235         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
16236      Branch: perl
16237            ! lib/open.pm lib/open.t
16238 ____________________________________________________________________________
16239 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
16240         Log: The Official name of ASCII.
16241      Branch: perl
16242            ! ext/Encode/Encode.pm
16243 ____________________________________________________________________________
16244 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
16245         Log: The KOI8-R example wasn't quite right.
16246      Branch: perl
16247            ! lib/open.pm lib/open.t
16248 ____________________________________________________________________________
16249 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
16250         Log: Enhance the open pragma to support :utf8, :locale,
16251              and :encoding directly as special cases, and rename
16252              the INOUT to IO.
16253      Branch: perl
16254            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
16255 ____________________________________________________________________________
16256 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
16257         Log: Document the UTF-16 surrogate encoding and decoding.
16258      Branch: perl
16259            ! ext/Encode/Encode.pm
16260 ____________________________________________________________________________
16261 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
16262         Log: A potential recursion breaker.
16263      Branch: perl
16264            ! sv.c
16265 ____________________________________________________________________________
16266 [ 12930] By: ams                                   on 2001/11/10  07:46:53
16267         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
16268              (was Re: perl@12892)
16269              From: "chromatic" <chromatic@rmci.net>
16270              Date: Sat, 10 Nov 2001 01:28:09 -0700
16271              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
16272      Branch: perl
16273            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
16274            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
16275            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
16276            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
16277 ____________________________________________________________________________
16278 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
16279         Log: Add a test for the bytes pragma.
16280      Branch: perl
16281            + lib/bytes.t
16282            ! MANIFEST
16283 ____________________________________________________________________________
16284 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
16285         Log: Doc update.
16286      Branch: perl
16287            ! lib/bytes.pm
16288 ____________________________________________________________________________
16289 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
16290         Log: Cease to exist.
16291      Branch: perl
16292            - lib/Unicode/Normalize.pm
16293 ____________________________________________________________________________
16294 [ 12926] By: ams                                   on 2001/11/10  03:23:16
16295         Log: Subject: [patch] my_setenv speedup + fixes
16296              From: Doug MacEachern <dougm@covalent.net>
16297              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
16298              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
16299      Branch: perl
16300            ! util.c
16301 ____________________________________________________________________________
16302 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
16303         Log: Newline trouble.
16304      Branch: perl
16305            ! lib/ExtUtils/Embed.t
16306 ____________________________________________________________________________
16307 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
16308         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
16309              From: "Craig A. Berry" <craigberry@mac.com>
16310              Date: Fri, 09 Nov 2001 18:13:16 -0600
16311              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
16312      Branch: perl
16313            ! vms/munchconfig.c
16314 ____________________________________________________________________________
16315 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
16316         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
16317              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16318              Date: Sat, 10 Nov 2001 00:10:45 +0100
16319              Message-ID: <20011110001045.A11945@rafael>
16320      Branch: perl
16321            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
16322            + t/run/switchn.t t/run/switchp.t
16323            ! MANIFEST
16324 ____________________________________________________________________________
16325 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
16326         Log: Subject: [PATCH] some tests not cleaning up properly               
16327              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
16328              Date: Fri, 9 Nov 2001 22:13:10 +0100
16329              Message-ID: <20011109221310.A11115@rafael>
16330      Branch: perl
16331            ! ext/Cwd/t/cwd.t t/io/argv.t
16332 ____________________________________________________________________________
16333 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
16334         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
16335              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16336              Date: Fri, 9 Nov 2001 15:07:19 EST
16337              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
16338      Branch: perl
16339            ! lib/ExtUtils/Embed.t
16340 ____________________________________________________________________________
16341 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
16342         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
16343              have been copied so it shouldn't be freed in perl_destruct()
16344      Branch: perl
16345            ! perl.c
16346 ____________________________________________________________________________
16347 [ 12919] By: ams                                   on 2001/11/09  15:36:22
16348         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
16349              From: Michael G Schwern <schwern@pobox.com>
16350              Date: Fri, 9 Nov 2001 00:38:59 -0500
16351              Message-Id: <20011109003859.K5587@blackrider>
16352              (Applied with directory name changes suggested by Craig Berry.)
16353      Branch: perl
16354            ! ext/Cwd/t/cwd.t
16355 ____________________________________________________________________________
16356 [ 12918] By: ams                                   on 2001/11/09  15:29:15
16357         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
16358              From: Michael G Schwern <schwern@pobox.com>
16359              Date: Fri, 9 Nov 2001 01:44:14 -0500
16360              Message-Id: <20011109014414.N5587@blackrider>
16361      Branch: perl
16362            ! vms/ext/filespec.t
16363 ____________________________________________________________________________
16364 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
16365         Log: Update Changes.
16366      Branch: perl
16367            ! Changes patchlevel.h
16368 ____________________________________________________________________________
16369 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
16370         Log: Regen toc.
16371      Branch: perl
16372            ! pod/perltoc.pod
16373 ____________________________________________________________________________
16374 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
16375         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
16376              see http://www.jepstone.net/bjepson//jpl/cvs.html
16377      Branch: perl
16378            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
16379 ____________________________________________________________________________
16380 [ 12914] By: ams                                   on 2001/11/09  14:05:12
16381         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
16382              From: Michael G Schwern <schwern@pobox.com>
16383              Date: Thu, 8 Nov 2001 22:05:49 -0500
16384              Message-Id: <20011108220549.F5587@blackrider>
16385      Branch: perl
16386            ! vms/test.com
16387 ____________________________________________________________________________
16388 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
16389         Log: NetWare update from Ananth Kesari.
16390      Branch: perl
16391            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
16392 ____________________________________________________________________________
16393 [ 12912] By: ams                                   on 2001/11/09  13:40:26
16394         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
16395              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16396              Date: Fri, 9 Nov 2001 14:32:28 +0100
16397              Message-Id: <20011109143228.A18996@rafael>
16398      Branch: perl
16399            ! perl.c
16400 ____________________________________________________________________________
16401 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
16402         Log: FAQ sync.
16403      Branch: perl
16404            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
16405            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
16406            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
16407 ____________________________________________________________________________
16408 [ 12910] By: ams                                   on 2001/11/09  07:33:49
16409         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
16410              From: Michael G Schwern <schwern@pobox.com>
16411              Date: Fri, 9 Nov 2001 00:41:56 -0500
16412              Message-Id: <20011109004156.L5587@blackrider>
16413      Branch: perl
16414            ! lib/File/Find/t/find.t
16415 ____________________________________________________________________________
16416 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
16417         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
16418              The CPAN distribution has both pm and XS implementations,
16419              and for performance reasons we choose the XS.
16420              Another reason to choose the XS is that it doesn't
16421              require Lingua::KO::Hangul::Util, which means that
16422              we can delete that-- which in turn means that Unicode::UCD
16423              cannot expect that: support it, but don't expect.
16424              Ditto Unicode::Collate.
16425              
16426              Note that Unicode::Normalize Makefile.PL and
16427              Normalize.xs have been modified from the CPAN 0.10
16428              versions: the first one to be simpler (no pm) and
16429              clean up the generated unf*.h files, the second one
16430              to quench compiler grumblings.  Must notify Sadahiro
16431              about these changes.
16432      Branch: perl
16433            + ext/Unicode/Normalize/Changes
16434            + ext/Unicode/Normalize/Makefile.PL
16435            + ext/Unicode/Normalize/Normalize.pm
16436            + ext/Unicode/Normalize/Normalize.pod
16437            + ext/Unicode/Normalize/Normalize.xs
16438            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
16439            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
16440            + ext/Unicode/Normalize/t/test.t
16441            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
16442            - lib/Lingua/KO/Hangul/Util/README
16443            - lib/Lingua/KO/Hangul/Util/t/test.t
16444            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
16445            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
16446            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
16447            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
16448            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
16449            ! win32/makefile.mk
16450 ____________________________________________________________________________
16451 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
16452         Log: Test miscounting.
16453      Branch: perl
16454            ! ext/POSIX/t/posix.t
16455 ____________________________________________________________________________
16456 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
16457         Log: Quote the variables in failures messages more nicely.
16458      Branch: perl
16459            ! t/test.pl
16460 ____________________________________________________________________________
16461 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
16462         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
16463              From: Michael G Schwern <schwern@pobox.com>
16464              Date: Thu, 8 Nov 2001 17:24:49 -0500
16465              Message-ID: <20011108172449.A5587@blackrider>
16466              
16467              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
16468              From: "Craig A. Berry" <craigberry@mac.com>
16469              Date: Thu, 8 Nov 2001 16:35:00 -0600
16470              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
16471      Branch: perl
16472            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
16473 ____________________________________________________________________________
16474 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
16475         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
16476              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
16477              Date: Thu, 8 Nov 2001 22:52:50 -0000
16478              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
16479      Branch: perl
16480            ! ext/DB_File/t/db-recno.t
16481 ____________________________________________________________________________
16482 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
16483         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
16484              (Probably not an EBCDIC issue the way one would think
16485              since no chr() et alia are used in UCD.pm.)
16486      Branch: perl
16487            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
16488 ____________________________________________________________________________
16489 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
16490         Log: Whether overwriting the $self->{...} values (see #12902)
16491              is a good policy or not is debatable, but let's at least
16492              be consistent.
16493      Branch: perl
16494            ! lib/ExtUtils/MM_Unix.pm
16495 ____________________________________________________________________________
16496 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
16497         Log: The MakeMaker argument () quoting patch that sneaked
16498              in at #12883 didn't handle make macros like this $(...).
16499              Leaning toothpicks, we've got them.
16500      Branch: perl
16501            ! lib/ExtUtils/MM_Unix.pm
16502 ____________________________________________________________________________
16503 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
16504         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
16505              From: Michael G Schwern <schwern@pobox.com>
16506              Date: Wed, 7 Nov 2001 02:02:29 -0500
16507              Message-ID: <20011107020229.K2858@blackrider>
16508      Branch: perl
16509            ! t/io/argv.t t/test.pl vms/test.com
16510 ____________________________________________________________________________
16511 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
16512         Log: Subject: [PATCH 20011106.084] -s on #! line 
16513              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16514              Date: Wed, 7 Nov 2001 22:23:39 +0100
16515              Message-ID: <20011107222339.E729@rafael>
16516      Branch: perl
16517            ! embed.h embed.pl perl.c proto.h toke.c
16518 ____________________________________________________________________________
16519 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
16520         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
16521              From: Michael G Schwern <schwern@pobox.com>
16522              Date: Wed, 7 Nov 2001 16:52:49 -0500
16523              Message-ID: <20011107165249.I7346@blackrider>
16524      Branch: perl
16525            ! pod/perlhack.pod
16526 ____________________________________________________________________________
16527 [ 12898] By: ams                                   on 2001/11/08  13:02:19
16528         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
16529              From: Mark-Jason Dominus <mjd@plover.com>
16530              Date: Thu, 08 Nov 2001 08:59:02 -0500
16531              Message-Id: <20011108135902.2275.qmail@plover.com>
16532      Branch: perl
16533            ! INSTALL README README.amiga README.os2 README.vms
16534            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
16535            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
16536 ____________________________________________________________________________
16537 [ 12897] By: ams                                   on 2001/11/08  12:49:28
16538         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
16539              From: mjd@plover.com
16540              Date: 8 Nov 2001 13:33:18 -0000
16541              Message-Id: <20011108133318.1786.qmail@plover.com>
16542      Branch: perl
16543            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
16544            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
16545            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
16546            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
16547            ! pod/perlport.pod pod/perlvar.pod
16548 ____________________________________________________________________________
16549 [ 12896] By: ams                                   on 2001/11/08  11:22:12
16550         Log: open(FH, $file) should strip leading and trailing whitespace.
16551      Branch: perl
16552            ! doio.c
16553 ____________________________________________________________________________
16554 [ 12895] By: ams                                   on 2001/11/08  10:17:14
16555         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
16556              From: "Craig A. Berry" <craigberry@mac.com>
16557              Date: Wed, 07 Nov 2001 13:41:50 -0600
16558              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
16559      Branch: perl
16560            ! t/op/glob.t
16561 ____________________________________________________________________________
16562 [ 12894] By: ams                                   on 2001/11/08  08:32:20
16563         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
16564              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
16565              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
16566              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
16567      Branch: perl
16568            ! makedepend.SH
16569 ____________________________________________________________________________
16570 [ 12893] By: ams                                   on 2001/11/08  08:26:31
16571         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
16572              From: mjd@plover.com
16573              Date: 8 Nov 2001 08:08:07 -0000
16574              Message-Id: <20011108080807.30147.qmail@plover.com>
16575              
16576              Subject: bleadperl perl.pod
16577              From: mjd@plover.com
16578              Date: 8 Nov 2001 08:10:47 -0000
16579              Message-Id: <20011108081047.30178.qmail@plover.com>
16580              
16581              Subject: more bleadperl perl.pod
16582              From: mjd@plover.com
16583              Date: 8 Nov 2001 08:16:28 -0000
16584              Message-Id: <20011108081628.30229.qmail@plover.com>
16585      Branch: perl
16586            ! pod/perl.pod pod/perldebug.pod
16587 ____________________________________________________________________________
16588 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
16589         Log: Tweak for Cray-friendliness from Nicholas Clark.
16590      Branch: perl
16591            ! sv.c
16592 ____________________________________________________________________________
16593 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
16594         Log: VMS patch redo from Charles Lane.
16595      Branch: perl
16596            ! vms/gen_shrfls.pl
16597 ____________________________________________________________________________
16598 [ 12890] By: ams                                   on 2001/11/07  15:16:10
16599         Log: Subject: [ID 20011107.088] two perl pod nits
16600              From: lvirden@cas.org
16601              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
16602              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
16603      Branch: perl
16604            ! pod/perl.pod pod/perlfaq3.pod
16605 ____________________________________________________________________________
16606 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
16607         Log: Update Changes.
16608      Branch: perl
16609            ! Changes patchlevel.h
16610 ____________________________________________________________________________
16611 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
16612         Log: The (emulated) "no utf8" must be in a BEGIN block
16613              to be effective.
16614      Branch: perl
16615            ! lib/CGI/t/html.t
16616 ____________________________________________________________________________
16617 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
16618         Log: "v-strings" is the right term.
16619      Branch: perl
16620            ! pod/perltodo.pod
16621 ____________________________________________________________________________
16622 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
16623         Log: Add vstrings-as-objects need to perltodo.
16624      Branch: perl
16625            ! pod/perltodo.pod
16626 ____________________________________________________________________________
16627 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
16628         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
16629              From: Nicholas Clark <nick@ccl4.org>
16630              Date: Wed, 7 Nov 2001 14:36:32 +0000
16631              Message-ID: <20011107143631.I24980@plum.flirble.org>
16632      Branch: perl
16633            ! t/op/pack.t
16634 ____________________________________________________________________________
16635 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
16636         Log: The Embed test requires a major rewrite for VMS
16637              (plus it reveals a couple of annoying glitches
16638              in buffering), so skip the test for now; from
16639              Charles Lane.
16640      Branch: perl
16641            ! lib/ExtUtils/Embed.t
16642 ____________________________________________________________________________
16643 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
16644         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
16645              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16646              Date: Wed, 7 Nov 2001 09:23:28 EST
16647              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
16648              
16649              (Also i seems that an unrelated experimental patch
16650              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
16651      Branch: perl
16652            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
16653 ____________________________________________________________________________
16654 [ 12882] By: ams                                   on 2001/11/07  05:14:04
16655         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
16656              From: Mark-Jason Dominus <mjd@plover.com>
16657              Date: Wed, 07 Nov 2001 00:43:46 -0500
16658              Message-Id: <20011107054346.14428.qmail@plover.com>
16659      Branch: perl
16660            ! gv.c op.c toke.c
16661 ____________________________________________________________________________
16662 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
16663         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
16664              From: Michael G Schwern <schwern@pobox.com>             
16665              Date: Tue, 6 Nov 2001 22:04:39 -0500
16666              Message-ID: <20011106220439.D2858@blackrider>              
16667      Branch: perl
16668            ! lib/perl5db.pl
16669 ____________________________________________________________________________
16670 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
16671         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
16672              stress))
16673              From: Jonathan Stowe <gellyfish@gellyfish.com>
16674              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
16675              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
16676              
16677              (except for one hunk where indentation differs)
16678      Branch: perl
16679            ! lib/Term/Cap.t
16680 ____________________________________________________________________________
16681 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
16682         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
16683              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16684              Date: Tue, 6 Nov 2001 21:45:01 +0100
16685              Message-ID: <20011106214501.A704@rafael>
16686      Branch: perl
16687            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
16688            ! lib/File/Spec/Win32.pm
16689 ____________________________________________________________________________
16690 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
16691         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
16692              From: Michael G Schwern <schwern@pobox.com>              
16693              Date: Tue, 6 Nov 2001 20:58:45 -0500
16694              Message-ID: <20011106205845.G29411@blackrider>
16695      Branch: perl
16696            ! t/test.pl
16697 ____________________________________________________________________________
16698 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
16699         Log: Subject: making do_sprintf public       
16700              From: Doug MacEachern <dougm@covalent.net>    
16701              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
16702              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
16703      Branch: perl
16704            ! embed.h embed.pl global.sym
16705 ____________________________________________________________________________
16706 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
16707         Log: Update to CGI.pm 2.78.
16708              
16709              TODO: the test suite needs to be merged so that
16710              when in core, the core version is tested, and when
16711              using the CPAN version, testing the CPAN version.
16712              (the changes need to be sent to Lincoln, too...)
16713      Branch: perl
16714            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
16715            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
16716            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
16717            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
16718            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
16719            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
16720 ____________________________________________________________________________
16721 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
16722         Log: Integrate with perlio; (strictly) readonly hashes via XS.
16723      Branch: perl
16724           +> t/lib/access.t
16725           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
16726 ____________________________________________________________________________
16727 [ 12874] By: nick                                  on 2001/11/06  21:05:16
16728         Log: Keep It Simple and Stupid version of readonly hash support.
16729              - Test for SvREAONLY(hv) at a few spots in hv.c
16730              - add the error message to perldiag.pod
16731              - (dubious) add access::readonly() to univeral.c
16732              - add test using above
16733              - fixup ext/B/t/stash.t to account for access:: existing
16734      Branch: perlio
16735            + t/lib/access.t
16736            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
16737 ____________________________________________________________________________
16738 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
16739         Log: Fix incorrect warnings about broken globbing;
16740              from Andy Dougherty.
16741      Branch: perl
16742            ! hints/linux.sh
16743 ____________________________________________________________________________
16744 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
16745         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
16746              toggle-on from the encoding pragma.
16747      Branch: perl
16748            ! regcomp.c regexec.c
16749 ____________________________________________________________________________
16750 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
16751         Log: Retract #12824, doesn't help and is ignored
16752              by Configure anyway.
16753      Branch: perl
16754            ! hints/beos.sh
16755 ____________________________________________________________________________
16756 [ 12870] By: ams                                   on 2001/11/06  10:40:37
16757         Log: Subject: Cosmetic change
16758              From: H.Merijn Brand <h.m.brand@hccnet.nl>
16759              Date: Tue, 06 Nov 2001 12:30:52 +0100
16760              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
16761      Branch: perl
16762            ! README.hpux
16763 ____________________________________________________________________________
16764 [ 12869] By: nick                                  on 2001/11/06  08:26:40
16765         Log: Integrate mainline
16766      Branch: perlio
16767           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
16768           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
16769 ____________________________________________________________________________
16770 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
16771         Log: The parentheses are protected enough.
16772      Branch: perl
16773            ! hints/os390.sh
16774 ____________________________________________________________________________
16775 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
16776         Log: ccflags, not ldflags.
16777      Branch: perl
16778            ! hints/os390.sh
16779 ____________________________________________________________________________
16780 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
16781         Log: ... and the proto to go with #12865.
16782      Branch: perl
16783            ! proto.h
16784 ____________________________________________________________________________
16785 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
16786         Log: Oops.  Luckily nothing was using this symbol yet.
16787      Branch: perl
16788            ! global.sym
16789 ____________________________________________________________________________
16790 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
16791         Log: Implement the encoding pragma for regex literals.
16792      Branch: perl
16793            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
16794 ____________________________________________________________________________
16795 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
16796         Log: More UTF8 EXACT fixing.
16797      Branch: perl
16798            ! regexec.c
16799 ____________________________________________________________________________
16800 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
16801         Log: More re debugging.
16802      Branch: perl
16803            ! regexec.c
16804 ____________________________________________________________________________
16805 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
16806         Log: EXACT correction attempt.  Continued in #12863.
16807      Branch: perl
16808            ! regexec.c
16809 ____________________________________________________________________________
16810 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
16811         Log: Unterminated L<.
16812      Branch: perl
16813            ! ext/DB_File/DB_File.pm
16814 ____________________________________________________________________________
16815 [ 12859] By: nick                                  on 2001/11/05  19:15:17
16816         Log: Integrate mainline
16817      Branch: perlio
16818           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
16819           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
16820           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
16821           +> lib/Math/BigInt/t/sub_mbi.t
16822            - lib/Math/BigInt/t/Math/Subclass.pm
16823            - lib/Math/BigInt/t/subclass.t
16824           !> (integrate 30 files)
16825 ____________________________________________________________________________
16826 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
16827         Log: Regex debugging fixes from Hugo.
16828      Branch: perl
16829            ! regcomp.c regexec.c
16830 ____________________________________________________________________________
16831 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
16832         Log: IRIX: at some point the cc -version has started
16833              to output to stderr, not stdout any more.
16834      Branch: perl
16835            ! hints/irix_6.sh
16836 ____________________________________________________________________________
16837 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
16838         Log: Update Changes.
16839      Branch: perl
16840            ! Changes patchlevel.h
16841 ____________________________________________________________________________
16842 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
16843         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
16844      Branch: perl
16845            ! lib/File/Spec/Unix.pm
16846 ____________________________________________________________________________
16847 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
16848         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
16849              From: rgarciasuarez@free.fr
16850              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
16851              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
16852      Branch: perl
16853            ! lib/File/Spec/Unix.pm
16854 ____________________________________________________________________________
16855 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
16856         Log: Use config.arch in OS/390 where the combination of
16857              IEEE floats and ldflags is tricky.
16858      Branch: perl
16859            ! hints/os390.sh
16860 ____________________________________________________________________________
16861 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
16862         Log: Metaconfig unit change for #12851.
16863      Branch: metaconfig
16864            ! U/modified/Config_sh.U
16865 ____________________________________________________________________________
16866 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
16867         Log: Support a config.arch file, similar to config.over,
16868              but loaded just before it.
16869      Branch: perl
16870            ! Configure INSTALL
16871 ____________________________________________________________________________
16872 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
16873         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
16874              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16875              Date: Mon, 5 Nov 2001 14:26:24 +0100
16876              Message-ID: <20011105142624.C31977@rafael>
16877      Branch: perl
16878            ! lib/Symbol.pm lib/Symbol.t
16879 ____________________________________________________________________________
16880 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
16881         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
16882              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16883              Date: Sun, 4 Nov 2001 22:28:57 +0100
16884              Message-ID: <20011104222857.C696@rafael>
16885      Branch: perl
16886            ! pod/perldebug.pod pod/perlpodspec.pod
16887 ____________________________________________________________________________
16888 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
16889         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
16890      Branch: perl
16891            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
16892 ____________________________________________________________________________
16893 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
16894         Log: Math::Big* test tweaks to work better with core:
16895              but the coast still not clear.
16896      Branch: perl
16897            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
16898            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
16899 ____________________________________________________________________________
16900 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
16901         Log: Protect against high load: measure how much wall
16902              clock time went by while sleeping.  Avoids some
16903              false negatives, while may introduce some false
16904              positives.  Life is hard.
16905      Branch: perl
16906            ! ext/Time/HiRes/HiRes.t
16907 ____________________________________________________________________________
16908 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
16909         Log: More forgotten from #12843.
16910      Branch: perl
16911            ! lib/Math/BigInt/t/bigfltpm.inc
16912 ____________________________________________________________________________
16913 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
16914         Log: Forgot from #12843.
16915      Branch: perl
16916            + lib/Math/BigInt/t/bigintpm.inc
16917            ! MANIFEST
16918 ____________________________________________________________________________
16919 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
16920         Log: Upgrade to Math::BigInt 1.45; from Tels.
16921              NOTE: some of the tests are failing but that's because
16922              the core integration is not yet done.
16923      Branch: perl
16924            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
16925            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
16926            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
16927            - lib/Math/BigInt/t/Math/Subclass.pm
16928            - lib/Math/BigInt/t/subclass.t
16929            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
16930            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
16931            ! lib/Math/BigInt/t/mbimbf.t
16932 ____________________________________________________________________________
16933 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
16934         Log: VMS: adds capability to control more configuration stuff with
16935              -D and -U switches; parsing config.sh to extract previous config
16936              info in VMS-form, and a rewrite of the "prompt/response" routine;
16937              from Charles Lane.
16938      Branch: perl
16939            ! configure.com
16940 ____________________________________________________________________________
16941 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
16942         Log: Subject: Typo correction in perldebguts.pod
16943              From: mjd@plover.com
16944              Date: 4 Nov 2001 16:20:05 -0000
16945              Message-ID: <20011104162005.16699.qmail@plover.com>
16946      Branch: perl
16947            ! pod/perldebguts.pod
16948 ____________________________________________________________________________
16949 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
16950         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
16951              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16952              Date: Sun, 4 Nov 2001 11:47:30 +0100
16953              Message-ID: <20011104114730.A715@rafael>
16954              
16955              Remove -T from the test, wrong place for that.
16956      Branch: perl
16957            ! lib/File/Temp/t/mktemp.t
16958 ____________________________________________________________________________
16959 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
16960         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
16961              From: Nicholas Clark <nick@ccl4.org>
16962              Date: Sun, 4 Nov 2001 10:41:24 +0000
16963              Message-ID: <20011104104123.U20123@plum.flirble.org>
16964      Branch: perl
16965            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
16966 ____________________________________________________________________________
16967 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
16968         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
16969              From: Michael G Schwern <schwern@pobox.com>
16970              Date: Sat, 3 Nov 2001 15:41:47 -0500
16971              Message-ID: <20011103154147.C600@blackrider>
16972      Branch: perl
16973            ! lib/Term/Cap.t
16974 ____________________________________________________________________________
16975 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
16976         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
16977              From: "Craig A. Berry" <craigberry@mac.com>     
16978              Date: Sat, 03 Nov 2001 16:02:28 -0600
16979              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
16980      Branch: perl
16981            ! ext/Time/HiRes/HiRes.t
16982 ____________________________________________________________________________
16983 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
16984         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
16985              From: "chromatic" <chromatic@rmci.net>
16986              Date: Sat, 03 Nov 2001 12:28:17 -0700
16987              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
16988      Branch: perl
16989            ! lib/Term/Cap.t
16990 ____________________________________________________________________________
16991 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
16992         Log: Don't bother doing POSIX charclass parsing if it
16993              possibly cannot be so.  Prepares way for charclass
16994              syntax like [[abc]||[def]] (or just [[abc][def]])
16995              for union, [[\w]&&[$a]] for intersection,
16996              and [[a-z]&&[^def]] for subtraction.
16997              
16998              Currently /[[a]/ (or /[a[]/) parses as a character
16999              class containing two characters, "[" and "a",
17000              this may have to be broken for the syntax described
17001              above, otherwise we would have to scan the whole pattern
17002              to find out whether the square brackets match pairwise.
17003              Luckily, the special case of "[" doesn't seem to be
17004              documented (as opposed to "]" and "-"), so we may have
17005              better story for breaking it...  One can always use \[
17006              if one wants a literal "[", so there.
17007      Branch: perl
17008            ! regcomp.c
17009 ____________________________________________________________________________
17010 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
17011         Log: Comment correction.
17012      Branch: perl
17013            ! regcomp.c
17014 ____________________________________________________________________________
17015 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
17016         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
17017              The latter is a RedHatism.
17018      Branch: perl
17019            ! lib/ExtUtils/MakeMaker.pm
17020 ____________________________________________________________________________
17021 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
17022         Log: Integrate perlio.
17023      Branch: perl
17024           !> perlio.c
17025 ____________________________________________________________________________
17026 [ 12831] By: nick                                  on 2001/11/03  11:42:15
17027         Log: Integrate mainline
17028      Branch: perlio
17029           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
17030           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
17031           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
17032           !> sv.c t/test.pl
17033 ____________________________________________________________________________
17034 [ 12830] By: nick                                  on 2001/11/03  10:27:34
17035         Log: Fix clone_leak problem.
17036              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
17037              as vestige of calling PerlLIO_dup().
17038      Branch: perlio
17039            ! perlio.c
17040 ____________________________________________________________________________
17041 [ 12829] By: nick                                  on 2001/11/03  09:40:46
17042         Log: Tweaks attempting to locate Doug's clone_leak leak.
17043              - add some PerlIO_debug()
17044              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
17045              - Even if it closing stdout etc. do a fflush()
17046      Branch: perlio
17047            ! perlio.c
17048 ____________________________________________________________________________
17049 [ 12828] By: nick                                  on 2001/11/03  08:34:31
17050         Log: Integrate mainline
17051      Branch: perlio
17052           !> (integrate 54 files)
17053 ____________________________________________________________________________
17054 [ 12827] By: ams                                   on 2001/11/03  03:45:19
17055         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
17056              remove this later). Based on a patch from Robert Spier in
17057              <15330.61459.14452.795263@rls.cx>.
17058      Branch: perl
17059            ! sv.c
17060 ____________________________________________________________________________
17061 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
17062         Log: microperl sync.
17063      Branch: perl
17064            ! doio.c perl.c perl.h perlio.c regexec.c
17065 ____________________________________________________________________________
17066 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
17067         Log: Definitions for the Unicode Newline Guidelines.
17068      Branch: perl
17069            ! perl.h
17070 ____________________________________________________________________________
17071 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
17072         Log: (retracted by #12871)
17073              
17074              There is no csh of any kind in default BeOS.
17075              For the purposes of miniperl globbing, bash
17076              will do.
17077      Branch: perl
17078            ! hints/beos.sh
17079 ____________________________________________________________________________
17080 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
17081         Log: Integrate change #12820 from macperl to maint and blead;
17082              
17083              Fix up (dynaloading) to work properly with multiplicity
17084      Branch: maint-5.6/perl
17085           !> ext/DynaLoader/dl_mac.xs
17086      Branch: perl
17087           !> ext/DynaLoader/dl_mac.xs
17088 ____________________________________________________________________________
17089 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
17090         Log: Several fixes for various exit problems and clearing out
17091              task queue, as well as another (incomplete) go at
17092              fixing error message handling
17093      Branch: maint-5.6/macperl
17094            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
17095 ____________________________________________________________________________
17096 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
17097         Log: Add source files for bleadperl builds
17098      Branch: maint-5.6/macperl
17099            ! macos/Makefile.mk
17100 ____________________________________________________________________________
17101 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
17102         Log: Fix up to work properly with multiplicity
17103      Branch: maint-5.6/macperl
17104            ! ext/DynaLoader/dl_mac.xs
17105 ____________________________________________________________________________
17106 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
17107         Log: Integrate with maintperl.
17108      Branch: maint-5.6/macperl
17109           +> t/op/system.t t/op/system_tests
17110           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
17111           !> pod/perltodo.pod util.c win32/win32.c
17112 ____________________________________________________________________________
17113 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
17114         Log: Locate _PATH_LOG if it's a socket even if not #defined
17115              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
17116              via Nick Clark.
17117      Branch: perl
17118            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
17119 ____________________________________________________________________________
17120 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
17121         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
17122              From: Michael G Schwern <schwern@pobox.com>
17123              Date: Fri, 2 Nov 2001 15:36:41 -0500
17124              Message-ID: <20011102153641.E23234@blackrider>
17125      Branch: perl
17126            ! t/test.pl
17127 ____________________________________________________________________________
17128 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
17129         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
17130              From: merlyn@stonehenge.com (Randal L. Schwartz)
17131              Date: 02 Nov 2001 09:33:34 -0800
17132              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
17133              
17134              (two of the changes)
17135              
17136              Better coexistence with extensions.
17137      Branch: perl
17138            ! ext/Errno/Errno_pm.PL hints/darwin.sh
17139 ____________________________________________________________________________
17140 [ 12815] By: ams                                   on 2001/11/02  16:47:43
17141         Log: Subject: Re: [PATCH] the the double double word word fix fix
17142              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
17143              Date: Fri, 02 Nov 2001 19:43:07 +0100
17144              Message-Id: <3BE2E93B.627C198E@alcatel.at>
17145      Branch: perl
17146            ! pod/perldebug.pod
17147 ____________________________________________________________________________
17148 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
17149         Log: Update Changes.
17150      Branch: perl
17151            ! Changes patchlevel.h
17152 ____________________________________________________________________________
17153 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
17154         Log: More encoding testing.
17155      Branch: perl
17156            ! lib/encoding.pm lib/encoding.t
17157 ____________________________________________________________________________
17158 [ 12812] By: ams                                   on 2001/11/02  15:07:11
17159         Log: Slight modification of #12811.
17160      Branch: perl
17161            ! op.c
17162 ____________________________________________________________________________
17163 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
17164         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
17165              From: Radu Greab <radu@netsoft.ro>
17166              Date: Fri, 2 Nov 2001 15:28:58 +0200
17167              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
17168      Branch: perl
17169            ! op.c t/op/stat.t
17170 ____________________________________________________________________________
17171 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
17172         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
17173              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17174              Date: Thu, 1 Nov 2001 22:35:50 +0100
17175              Message-ID: <20011101223550.A10849@rafael>
17176      Branch: perl
17177            ! lib/ExtUtils/Embed.t
17178 ____________________________________________________________________________
17179 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
17180         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
17181              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
17182              Date: 2 Nov 2001 14:48:51 -0000
17183              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
17184      Branch: perl
17185            ! lib/File/Find.pm
17186 ____________________________________________________________________________
17187 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
17188         Log: Add documentation.
17189      Branch: perl
17190            ! embed.pl pod/perlapi.pod utf8.c
17191 ____________________________________________________________________________
17192 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
17193         Log: Unicode: add ToFold mapping.  Not used yet; but basically
17194              a more useful mapping for caseless aka case-ignoring than
17195              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
17196              algorithm for creating the foldings uses equivalence classes,
17197              see http://www.unicode.org/unicode/reports/tr21/
17198              Hopefully this feature will be used in //i.
17199              (The folding tables were introduced by #12689.)
17200      Branch: perl
17201            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
17202            ! utf8.c
17203 ____________________________________________________________________________
17204 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
17205         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
17206              From: "Craig A. Berry" <craigberry@mac.com>
17207              Date: Fri, 02 Nov 2001 00:03:52 -0600
17208              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
17209      Branch: perl
17210            ! lib/AutoSplit.t
17211 ____________________________________________________________________________
17212 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
17213         Log: Subject: Trivial doc patch
17214              From: andreas.koenig@anima.de (Andreas J. Koenig)
17215              Date: 02 Nov 2001 06:11:35 +0100
17216              Message-ID: <m37kt94v08.fsf@anima.de>
17217      Branch: perl
17218            ! pod/perlport.pod
17219 ____________________________________________________________________________
17220 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
17221         Log: Make encoding and charnames pragmas coexist.
17222      Branch: perl
17223            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
17224 ____________________________________________________________________________
17225 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
17226         Log: The basic character classes seem to go untested with Unicode.
17227      Branch: perl
17228            ! t/op/pat.t
17229 ____________________________________________________________________________
17230 [ 12802] By: ams                                   on 2001/11/02  00:39:36
17231         Log: Subject: [PATCH] the the double double word word fix fix
17232              From: Richard Soderberg <rs@oregonnet.com>
17233              Date: Thu, 1 Nov 2001 13:12:03 -0800
17234              Message-Id: <200111012112.NAA23288@oregonnet.com>
17235              
17236              Subject: Re: [PATCH] the the double double word word fix fix
17237              From: Mark-Jason Dominus <mjd@plover.com>
17238              Date: Thu, 01 Nov 2001 16:43:40 -0500
17239              Message-Id: <20011101214340.2044.qmail@plover.com>
17240              
17241              Subject: Re: [PATCH] the the double double word word fix fix
17242              From: Mark-Jason Dominus <mjd@plover.com>
17243              Date: Thu, 01 Nov 2001 16:51:39 -0500
17244              Message-Id: <20011101215139.2196.qmail@plover.com>
17245      Branch: perl
17246            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
17247            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
17248            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
17249            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
17250            ! pod/perltodo.pod pod/perlxstut.pod
17251 ____________________________________________________________________________
17252 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
17253         Log: Comment tweaks.
17254      Branch: perl
17255            ! toke.c
17256 ____________________________________________________________________________
17257 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
17258         Log: FAQ sync.
17259      Branch: perl
17260            ! pod/perlfaq9.pod
17261 ____________________________________________________________________________
17262 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
17263         Log: If an encoding is set by -M/-m, it must be in
17264              effect only for the actual script, not any other
17265              required/-M/-m'ed module, otherwise we enter a nasty
17266              recursion in regexec.c while trying to init the simple
17267              UTF-8 charclasses like PL_utf8_alnum.
17268      Branch: perl
17269            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
17270 ____________________________________________________________________________
17271 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
17272         Log: A bit more descriptive name.
17273      Branch: perl
17274            ! mg.c
17275 ____________________________________________________________________________
17276 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
17277         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
17278              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17279              Date: Wed, 31 Oct 2001 13:47:04 EST
17280              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
17281      Branch: perl
17282            ! ext/Time/HiRes/HiRes.t
17283 ____________________________________________________________________________
17284 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
17285         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
17286              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17287              Date: Wed, 31 Oct 2001 13:43:29 EST
17288              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
17289      Branch: perl
17290            ! mg.c
17291 ____________________________________________________________________________
17292 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
17293         Log: Subject: [PATCH] Various test cleanups
17294              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17295              Date: Tue, 30 Oct 2001 21:56:26 +0100
17296              Message-ID: <20011030215626.A28503@rafael>
17297      Branch: perl
17298            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
17299            ! ext/DB_File/t/db-recno.t ext/Encode.t
17300 ____________________________________________________________________________
17301 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
17302         Log: Update Changes.
17303      Branch: perl
17304            ! Changes patchlevel.h
17305 ____________________________________________________________________________
17306 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
17307         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
17308              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
17309              Date: Wed, 31 Oct 2001 17:16:39 +0100
17310              Message-ID: <20011031171639.A32511@rafael>
17311      Branch: perl
17312            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
17313 ____________________________________________________________________________
17314 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
17315         Log: Skip message nit.
17316      Branch: perl
17317            ! t/io/fs.t
17318 ____________________________________________________________________________
17319 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
17320         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
17321              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
17322              Date: 31 Oct 2001 14:49:37 -0000
17323              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
17324      Branch: perl
17325            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
17326 ____________________________________________________________________________
17327 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
17328         Log: Extend the effect of the encoding pragma to chr() and ord().
17329              
17330              TODO: regex literals, reentrancy problems with the utf8
17331              and charnames pragmas.
17332      Branch: perl
17333            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
17334 ____________________________________________________________________________
17335 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
17336         Log: Doc tweaks.
17337      Branch: perl
17338            ! lib/encoding.pm
17339 ____________________________________________________________________________
17340 [ 12788] By: nick                                  on 2001/10/31  08:59:56
17341         Log: Integrate mainline
17342      Branch: perlio
17343           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
17344           !> (integrate 49 files)
17345 ____________________________________________________________________________
17346 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
17347         Log: Forgot new proto.
17348      Branch: perl
17349            ! proto.h
17350 ____________________________________________________________________________
17351 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
17352         Log: Clarification: use encoding cannot be used to
17353              change the default encoding of "your whole script";
17354              only the default encoding of the *data*.  Also, it
17355              seems that "use encoding" does not mix with "use utf8"
17356              (a coredumping recursion ensues).  Should not be a huge
17357              problem since "use utf8" is pretty marginal nowadays.
17358      Branch: perl
17359            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
17360 ____________________________________________________________________________
17361 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
17362         Log: More documentation for the encode pragma.
17363      Branch: perl
17364            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
17365            ! pod/perlapi.pod pod/perlunicode.pod sv.c
17366 ____________________________________________________________________________
17367 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
17368         Log: Thinko in #12783.
17369      Branch: perl
17370            ! sv.c
17371 ____________________________________________________________________________
17372 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
17373         Log: Make sv_recode_to_utf8() a real API: the encoding
17374              is a parameter, instead of a global.  Document the
17375              PERL_ENCODING.
17376      Branch: perl
17377            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
17378            ! toke.c
17379 ____________________________________________________________________________
17380 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
17381         Log: Enable -Mencoding=foobar also for string literals.
17382      Branch: perl
17383            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
17384            ! pod/perlapi.pod proto.h sv.c toke.c
17385 ____________________________________________________________________________
17386 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
17387         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
17388              From: Andy Dougherty <doughera@lafayette.edu>
17389              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
17390              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
17391      Branch: perl
17392            ! ext/POSIX/hints/svr4.pl
17393 ____________________________________________________________________________
17394 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
17395         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
17396              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
17397              Date: Mon, 29 Oct 2001 23:11:58 -0000
17398              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
17399              
17400              Add compat.h.
17401      Branch: perl
17402            ! lib/h2xs.t utils/h2xs.PL
17403 ____________________________________________________________________________
17404 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
17405         Log: Subject: PerlIOBuf_dup
17406              From: Nicholas Clark <nick@ccl4.org>              
17407              Date: Mon, 29 Oct 2001 21:52:35 +0000             
17408              Message-ID: <20011029215235.K41204@plum.flirble.org>
17409              
17410              Add prototype.
17411      Branch: perl
17412            ! perliol.h
17413 ____________________________________________________________________________
17414 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
17415         Log: Subject: [PATCH] Make malloc.c errors more useful
17416              From: Richard Soderberg <rs@oregonnet.com>
17417              Date: Mon, 29 Oct 2001 22:28:02 -0800
17418              Message-Id: <200110300628.WAA11025@oregonnet.com>
17419      Branch: perl
17420            ! malloc.c
17421 ____________________________________________________________________________
17422 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
17423         Log: Retract #12776 - the bug 19990906.001 is still valid.
17424      Branch: perl
17425            ! t/run/kill_perl.t
17426 ____________________________________________________________________________
17427 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
17428         Log: (Retracted by #12777)
17429              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
17430              From: Michael G Schwern <schwern@pobox.com> 
17431              Date: Mon, 29 Oct 2001 23:01:08 -0500
17432              Message-ID: <20011029230108.G18053@blackrider>
17433      Branch: perl
17434            ! t/run/kill_perl.t
17435 ____________________________________________________________________________
17436 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
17437         Log: Comment nits.
17438      Branch: perl
17439            ! lib/encoding.t
17440 ____________________________________________________________________________
17441 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
17442         Log: integrate change#12772 from mainline
17443              
17444              Subject: [PATCH] Mommy, what's a pointer cast?
17445      Branch: maint-5.6/perl
17446            ! perl.h
17447 ____________________________________________________________________________
17448 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
17449         Log: Subject: [PATCH] Mommy, what's a pointer cast?
17450              From: Richard Soderberg <rs@oregonnet.com>
17451              Date: Mon, 29 Oct 2001 17:01:10 -0800
17452              Message-Id: <200110300101.RAA31561@oregonnet.com>
17453              
17454              (threads* parts)
17455      Branch: perl
17456            ! ext/threads/shared/shared.xs ext/threads/threads.xs
17457 ____________________________________________________________________________
17458 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
17459         Log: Subject: [PATCH] Mommy, what's a pointer cast?
17460              From: Richard Soderberg <rs@oregonnet.com>
17461              Date: Mon, 29 Oct 2001 17:01:10 -0800
17462              Message-Id: <200110300101.RAA31561@oregonnet.com>
17463              
17464              (the perl.h part)
17465      Branch: perl
17466            ! perl.h
17467 ____________________________________________________________________________
17468 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
17469         Log: Subject: [PATCH] OpenBSD likes signal.h 
17470              From: Richard Soderberg <rs@oregonnet.com>
17471              Date: Mon, 29 Oct 2001 17:00:31 -0800
17472              Message-Id: <200110300100.RAA31533@oregonnet.com>
17473      Branch: perl
17474            ! unixish.h
17475 ____________________________________________________________________________
17476 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
17477         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
17478              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
17479              Date: Mon, 29 Oct 2001 23:04:23 -0000
17480              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
17481      Branch: perl
17482            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
17483            ! ext/DB_File/t/db-recno.t
17484 ____________________________________________________________________________
17485 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
17486         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
17487              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
17488              Date: Mon, 29 Oct 2001 12:34:07 -0600
17489              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
17490      Branch: perl
17491            ! ext/Time/HiRes/HiRes.t
17492 ____________________________________________________________________________
17493 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
17494         Log: Update Changes.
17495      Branch: perl
17496            ! Changes patchlevel.h
17497 ____________________________________________________________________________
17498 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
17499         Log: AIX needs an explicit symbol export list.
17500      Branch: perl
17501            ! lib/ExtUtils/Embed.t
17502 ____________________________________________________________________________
17503 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
17504         Log: The test (and the module) would require some
17505              quality hacking time to work on EBCDIC.  Based on
17506              the test results nothing seems to be majorly broken,
17507              the module just seems to have strange assumptions:
17508              got: ''\226\225\205'
17509              expected: ''one'
17510              The \226\225\205 being, of course, 'one', in EBCDIC.
17511      Branch: perl
17512            ! lib/Dumpvalue.t
17513 ____________________________________________________________________________
17514 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
17515         Log: Mark the test known to be failing in EBCDIC.
17516      Branch: perl
17517            ! t/op/tr.t
17518 ____________________________________________________________________________
17519 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
17520         Log: None of the libnet modules are going to work in
17521              EBCDIC without the Convert::EBCDIC.
17522      Branch: perl
17523            ! t/lib/1_compile.t
17524 ____________________________________________________________________________
17525 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
17526         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
17527      Branch: perl
17528            ! t/op/pack.t
17529 ____________________________________________________________________________
17530 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
17531         Log: UTF-EBCDIC ain't UTF-8.
17532      Branch: perl
17533            ! t/op/pack.t
17534 ____________________________________________________________________________
17535 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
17536         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
17537      Branch: perl
17538            ! t/lib/1_compile.t
17539 ____________________________________________________________________________
17540 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
17541         Log: Let's not assume ASCII.
17542      Branch: perl
17543            ! t/op/lc.t
17544 ____________________________________________________________________________
17545 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
17546         Log: Call the new perlio symbols differently.
17547      Branch: perl
17548            ! makedef.pl
17549 ____________________________________________________________________________
17550 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
17551         Log: Don't expect ASCII ordering.
17552      Branch: perl
17553            ! lib/ExtUtils/Manifest.t
17554 ____________________________________________________________________________
17555 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
17556         Log: Forgot from #12756.
17557      Branch: perl
17558            ! perlio.h
17559 ____________________________________________________________________________
17560 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
17561         Log: BeOS tweaks:
17562              - fseeko and ftello can be found by Configure but
17563              we do not seem to have prototypes for them so
17564              let's make up some
17565              - BeOS didn't use to have real sockets (sockets as
17566              filedescriptors) but the BONE package is supposed
17567              to fix this.  I do not know how to detect BONEness,
17568              see hints/beos.sh for a spot that needs to fixed.
17569              - BeOS has O_TEXT != O_BINARY but has no setmode()
17570      Branch: perl
17571            ! hints/beos.sh perlio.c
17572 ____________________________________________________________________________
17573 [ 12755] By: sky                                   on 2001/10/29  12:56:12
17574         Log: Ugly fix to not die when a thread creator is holding locks.
17575      Branch: perl
17576            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
17577            ! ext/threads/threads.xs
17578 ____________________________________________________________________________
17579 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
17580         Log: Integrate change #12752 from maintperl;
17581              
17582              croak(Nullch) wasn't printing the contents of ERRSV if there was
17583              no outer eval (bug in change#6125)
17584      Branch: perl
17585           !> util.c
17586 ____________________________________________________________________________
17587 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
17588         Log: Subject: [PATCH h2xs] Use of static data in XS modules
17589              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
17590              Date: Sun, 28 Oct 2001 21:19:07 -0000
17591              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
17592              
17593              with nits from Sarathy.
17594      Branch: perl
17595            ! utils/h2xs.PL
17596 ____________________________________________________________________________
17597 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
17598         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
17599              no outer eval (bug in change#6125)
17600      Branch: maint-5.6/perl
17601            ! util.c
17602 ____________________________________________________________________________
17603 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
17604         Log: More todo for the encoding pragma.
17605      Branch: perl
17606            ! lib/encoding.pm
17607 ____________________________________________________________________________
17608 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
17609         Log: Add the encoding pragma to control the "upgrade"
17610              from the native eight bit data to Unicode.
17611              
17612              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
17613      Branch: perl
17614            + lib/encoding.pm lib/encoding.t
17615            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
17616            ! pod/perlunicode.pod pod/perlvar.pod sv.c
17617 ____________________________________________________________________________
17618 [ 12749] By: sky                                   on 2001/10/28  21:02:33
17619         Log: Update documentation.
17620      Branch: perl
17621            ! ext/threads/shared/shared.pm
17622 ____________________________________________________________________________
17623 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
17624         Log: Integrate change #12747 from maintperl;
17625              
17626              finishing touches to system() fixes on windows:
17627              * detect cmd shell correctly even if it had full path in it
17628              * more quoting needed for single-arg system if the argument
17629              really had multiple quoted arguments within it
17630              * be smarter about not calling the shell when the executable
17631              has spaces, but otherwise does not need shell involvement
17632              * add a testsuite (windows-specific currently)
17633      Branch: perl
17634           +> t/op/system.t t/op/system_tests
17635            ! MANIFEST pod/perltodo.pod
17636           !> win32/win32.c
17637 ____________________________________________________________________________
17638 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
17639         Log: finishing touches to system() fixes on windows:
17640              * detect cmd shell correctly even if it had full path in it
17641              * more quoting needed for single-arg system if the argument
17642              really had multiple quoted arguments within it
17643              * be smarter about not calling the shell when the executable
17644              has spaces, but otherwise does not need shell involvement
17645              * add a testsuite (windows-specific currently)
17646      Branch: maint-5.6/perl
17647            + t/op/system.t t/op/system_tests
17648            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
17649 ____________________________________________________________________________
17650 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
17651         Log: Integrate perlio.
17652      Branch: perl
17653           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
17654 ____________________________________________________________________________
17655 [ 12745] By: nick                                  on 2001/10/28  16:08:14
17656         Log: Mingw32 fixup for Embed.t
17657      Branch: perlio
17658            ! lib/ExtUtils/Embed.t
17659 ____________________________________________________________________________
17660 [ 12744] By: nick                                  on 2001/10/28  15:54:14
17661         Log: GCC vs MS 64-bit constant syntax
17662      Branch: perlio
17663            ! ext/Time/HiRes/HiRes.xs
17664 ____________________________________________________________________________
17665 [ 12743] By: nick                                  on 2001/10/28  15:42:55
17666         Log: Integrate mainline
17667      Branch: perlio
17668           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
17669 ____________________________________________________________________________
17670 [ 12742] By: sky                                   on 2001/10/28  14:47:10
17671         Log: Manpage updates.
17672      Branch: perl
17673            ! ext/threads/threads.pm
17674 ____________________________________________________________________________
17675 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
17676         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
17677      Branch: perl
17678            ! lib/ExtUtils/Embed.t
17679 ____________________________________________________________________________
17680 [ 12740] By: nick                                  on 2001/10/28  14:14:24
17681         Log: Integrate mainline
17682      Branch: perlio
17683           !> lib/ExtUtils/Embed.t win32/win32.c
17684 ____________________________________________________________________________
17685 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
17686         Log: Need to be ./executed.
17687      Branch: perl
17688            ! lib/ExtUtils/Embed.t
17689 ____________________________________________________________________________
17690 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
17691         Log: Integrate perlio.
17692      Branch: perl
17693           !> perlio.c win32/win32.h
17694 ____________________________________________________________________________
17695 [ 12737] By: nick                                  on 2001/10/28  13:53:45
17696         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
17697              by gcc -xc++.
17698      Branch: perlio
17699            ! win32/win32.h
17700 ____________________________________________________________________________
17701 [ 12736] By: nick                                  on 2001/10/28  13:50:50
17702         Log: Have :stdio layer update an honour the fd refcnt table.
17703              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
17704      Branch: perlio
17705            ! perlio.c
17706 ____________________________________________________________________________
17707 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
17708         Log: Integrate changes #12724 and #12725 from maintperl;
17709              multiarg system now works.
17710      Branch: perl
17711           !> win32/win32.c
17712 ____________________________________________________________________________
17713 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
17714         Log: Integrate perlio.
17715      Branch: perl
17716           +> lib/ExtUtils/Embed.t
17717           !> MANIFEST perlio.c
17718 ____________________________________________________________________________
17719 [ 12733] By: nick                                  on 2001/10/28  13:07:16
17720         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
17721              least for PERLIO=perlio unthreaded case
17722      Branch: perlio
17723            ! perlio.c
17724 ____________________________________________________________________________
17725 [ 12732] By: nick                                  on 2001/10/28  11:10:24
17726         Log: Typo in exe name
17727      Branch: perlio
17728            ! lib/ExtUtils/Embed.t
17729 ____________________________________________________________________________
17730 [ 12731] By: nick                                  on 2001/10/28  11:09:59
17731         Log: Integrate Mainline
17732      Branch: perlio
17733           !> Changes configure.com ext/DB_File/DB_File.pm
17734           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
17735           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
17736           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
17737           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
17738           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
17739           !> t/TEST t/op/regexp.t win32/buildext.pl
17740 ____________________________________________________________________________
17741 [ 12730] By: nick                                  on 2001/10/28  11:05:35
17742         Log: Fixup Embed.t for Win32/VC++
17743      Branch: perlio
17744            ! lib/ExtUtils/Embed.t
17745 ____________________________________________________________________________
17746 [ 12729] By: nick                                  on 2001/10/28  09:36:20
17747         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
17748              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
17749              ExtUtils::Embed.
17750      Branch: perlio
17751            + lib/ExtUtils/Embed.t
17752            ! MANIFEST
17753 ____________________________________________________________________________
17754 [ 12728] By: sky                                   on 2001/10/28  08:12:53
17755         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
17756              line manually!
17757      Branch: perl
17758            ! lib/ExtUtils/xsubpp
17759 ____________________________________________________________________________
17760 [ 12727] By: sky                                   on 2001/10/28  08:02:09
17761         Log: And here we use the prototypes.
17762      Branch: perl
17763            ! ext/threads/shared/shared.xs
17764 ____________________________________________________________________________
17765 [ 12726] By: sky                                   on 2001/10/28  08:00:48
17766         Log: Support [] style prototypes.
17767      Branch: perl
17768            ! lib/ExtUtils/xsubpp
17769 ____________________________________________________________________________
17770 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
17771         Log: yet another multi-arg system() fix on windows: batch files as the
17772              first argument (i.e. directly executed by CreateProcess()) need
17773              extra quoting to escape shell-shock
17774      Branch: maint-5.6/perl
17775            ! win32/win32.c
17776 ____________________________________________________________________________
17777 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
17778         Log: another multi-arg system() fix on windows: passing empty arguments
17779              now works
17780      Branch: maint-5.6/perl
17781            ! win32/win32.c
17782 ____________________________________________________________________________
17783 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
17784         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
17785              No final #else #error because we do not seem to
17786              be using #error?
17787      Branch: perl
17788            ! op.h
17789 ____________________________________________________________________________
17790 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
17791         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
17792              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
17793              Date: Sat, 27 Oct 2001 23:28:44 EST 
17794              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
17795      Branch: perl
17796            ! ext/Time/HiRes/HiRes.xs
17797 ____________________________________________________________________________
17798 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
17799         Log: Regen perlapi, perltoc.
17800      Branch: perl
17801            ! pod/perlapi.pod pod/perltoc.pod
17802 ____________________________________________________________________________
17803 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
17804         Log: Subject: [PATCH] sv.h documentation
17805              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
17806              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
17807              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
17808      Branch: perl
17809            ! sv.h
17810 ____________________________________________________________________________
17811 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
17812         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
17813              system("nmake -nologo", "clean") and there is no executable
17814              called "nmake -nologo"; this used to "work" pre-change#12559 due
17815              to bugs in multiarg system() that have since been fixed
17816      Branch: perl
17817            ! win32/buildext.pl
17818 ____________________________________________________________________________
17819 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
17820         Log: Update Changes.
17821      Branch: perl
17822            ! Changes patchlevel.h
17823 ____________________________________________________________________________
17824 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
17825         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
17826              From: Richard.Foley@t-online.de (Richard Foley)            
17827              Date: Sun, 28 Oct 2001 00:48:32 +0200
17828              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
17829      Branch: perl
17830            ! pod/perlhack.pod
17831 ____________________________________________________________________________
17832 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
17833         Log: Must store pointers with the right width.
17834      Branch: perl
17835            ! op.h
17836 ____________________________________________________________________________
17837 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
17838         Log: Integrate change #12711 from perlio;
17839              
17840              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
17841              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
17842      Branch: perl
17843           !> perlio.c
17844 ____________________________________________________________________________
17845 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
17846         Log: Subject: [PATCH] make minitest
17847              From: Nicholas Clark <nick@ccl4.org>
17848              Date: Sat, 27 Oct 2001 22:56:16 +0100
17849              Message-ID: <20011027225616.L20275@plum.flirble.org>
17850      Branch: perl
17851            ! t/TEST
17852 ____________________________________________________________________________
17853 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
17854         Log: Patch #12661 missed this.
17855      Branch: perl
17856            ! ext/DB_File/DB_File.pm
17857 ____________________________________________________________________________
17858 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
17859         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
17860              From: "Craig A. Berry" <craigberry@mac.com>
17861              Date: Sat, 27 Oct 2001 16:07:47 -0500
17862              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
17863      Branch: perl
17864            ! configure.com perlio.c
17865 ____________________________________________________________________________
17866 [ 12711] By: nick                                  on 2001/10/27  19:49:25
17867         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
17868              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
17869      Branch: perlio
17870            ! perlio.c
17871 ____________________________________________________________________________
17872 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
17873         Log: Let's not replace reason if there's one already supplied.
17874      Branch: perl
17875            ! t/op/regexp.t
17876 ____________________________________________________________________________
17877 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
17878         Log: is not good.
17879      Branch: perl
17880            ! t/op/regexp.t
17881 ____________________________________________________________________________
17882 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
17883         Log: ldlibpth can exist but be unset.
17884      Branch: perl
17885            ! t/TEST
17886 ____________________________________________________________________________
17887 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
17888         Log: Unicode: property alias naming cleanup.
17889      Branch: perl
17890            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
17891 ____________________________________________________________________________
17892 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
17893         Log: FAQ sync.
17894      Branch: perl
17895            ! pod/perlfaq4.pod
17896 ____________________________________________________________________________
17897 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
17898         Log: Integrate change #12703 from maintperl;
17899              
17900              typemap stuff intervenes before declaration, move it to PREINIT
17901              section
17902              
17903              (an empty integrate, but now the files are in sync
17904              between the branches)
17905      Branch: perl
17906           !> ext/ODBM_File/ODBM_File.xs
17907 ____________________________________________________________________________
17908 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
17909         Log: More PerlIO symbols.
17910      Branch: perl
17911            ! makedef.pl
17912 ____________________________________________________________________________
17913 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
17914         Log: typemap stuff intervenes before declaration, move it to PREINIT
17915              section
17916      Branch: maint-5.6/perl
17917            ! ext/ODBM_File/ODBM_File.xs
17918 ____________________________________________________________________________
17919 [ 12702] By: nick                                  on 2001/10/27  14:09:35
17920         Log: Integrate mainline
17921      Branch: perlio
17922           +> ext/threads/shared/t/av_simple.t
17923           +> ext/threads/shared/t/hv_refs.t
17924           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
17925           !> (integrate 109 files)
17926 ____________________________________________________________________________
17927 [ 12700] By: ams                                   on 2001/10/26  21:22:23
17928         Log: Subject: [PATCH] tweak divide
17929              From: Nicholas Clark <nick@ccl4.org>
17930              Date: Fri, 26 Oct 2001 22:52:17 +0100
17931              Message-Id: <20011026225217.B20275@plum.flirble.org>
17932      Branch: perl
17933            ! pp.c
17934 ____________________________________________________________________________
17935 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
17936         Log: Integrate a buncha things from maintperl.
17937      Branch: maint-5.6/macperl
17938           !> (integrate 32 files)
17939 ____________________________________________________________________________
17940 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
17941         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
17942              From: Andy Dougherty <doughera@lafayette.edu>
17943              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
17944              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
17945      Branch: perl
17946            ! hints/svr4.sh
17947 ____________________________________________________________________________
17948 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
17949         Log: When you're root, many things become writable.
17950      Branch: perl
17951            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
17952 ____________________________________________________________________________
17953 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
17954         Log: Update Changes.
17955      Branch: perl
17956            ! Changes patchlevel.h
17957 ____________________________________________________________________________
17958 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
17959         Log: Term/Cap.t attempts to access the floppy drive for no good reason
17960              on dosish systems
17961      Branch: perl
17962            ! lib/Term/Cap.t
17963 ____________________________________________________________________________
17964 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
17965         Log: fix misleading comment on known inadequacy in B::Terse, and skip
17966              it correctly
17967      Branch: perl
17968            ! ext/B/t/terse.t
17969 ____________________________________________________________________________
17970 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
17971         Log: fix spurious AutoSplit.t failure under windows
17972      Branch: perl
17973            ! lib/AutoSplit.t
17974 ____________________________________________________________________________
17975 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
17976         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
17977      Branch: perl
17978            ! ext/Time/HiRes/HiRes.t
17979 ____________________________________________________________________________
17980 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
17981         Log: More logical to use %04"UVXf" than %"UVuf" since
17982              the Unicode standard prefers hex.
17983      Branch: perl
17984            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
17985            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
17986            ! lib/unicore/mktables utf8.c
17987 ____________________________________________________________________________
17988 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
17989         Log: change#12065 seems to have broken Encode build on windows; fix
17990      Branch: perl
17991            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
17992 ____________________________________________________________________________
17993 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
17994         Log: Unicode: add the case folding table.
17995      Branch: perl
17996            + lib/unicore/To/Fold.pl
17997            ! MANIFEST lib/unicore/mktables
17998 ____________________________________________________________________________
17999 [ 12688] By: sky                                   on 2001/10/26  13:51:29
18000         Log: Get the new functions right, do not export lock since we use builtin lock.
18001              TODO: fix xsubpp to support the new prototypes
18002      Branch: perl
18003            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
18004 ____________________________________________________________________________
18005 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
18006         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
18007              as suggested by Sarathy.
18008      Branch: perl
18009            ! mg.c
18010 ____________________________________________________________________________
18011 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
18012         Log: avoid compiler warning
18013      Branch: perl
18014            ! win32/win32.c
18015 ____________________________________________________________________________
18016 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
18017         Log: WinCE update from Rainer Keuchel.
18018      Branch: perl
18019            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
18020            ! wince/wince.c
18021 ____________________________________________________________________________
18022 [ 12684] By: sky                                   on 2001/10/26  13:34:33
18023         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
18024      Branch: perl
18025            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
18026 ____________________________________________________________________________
18027 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
18028         Log: More fixes that were made to the core and not in the libnet src
18029      Branch: perl
18030            ! lib/Net/Domain.pm
18031 ____________________________________________________________________________
18032 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
18033         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
18034              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
18035              Date: Fri, 26 Oct 2001 13:55:21 +0200
18036              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
18037              
18038              (plus make the db-recno.t#59 accept both \n and \r\n)
18039      Branch: perl
18040            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
18041            ! ext/DB_File/t/db-recno.t
18042 ____________________________________________________________________________
18043 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
18044         Log: Fix tests to be able to run in the core and the CPAN dist
18045      Branch: perl
18046            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
18047            ! lib/Net/t/require.t lib/Net/t/smtp.t
18048 ____________________________________________________________________________
18049 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
18050         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
18051              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18052              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
18053              Date: Fri, 26 Oct 2001 08:34:46 EDT
18054      Branch: perl
18055            ! ext/Time/HiRes/HiRes.t
18056 ____________________________________________________________________________
18057 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
18058         Log: Sync libnet modules with what will be libnet-1.08
18059      Branch: perl
18060            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
18061            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
18062            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
18063            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
18064 ____________________________________________________________________________
18065 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
18066         Log: Integrate maintperl changes #12268 and #12669;
18067              
18068              final touches to the audit for statics and thread-unsafe code
18069              * make DB_File, ODBM_File thread-safe 
18070              * remove unnecessary/dangerous statics and protect others
18071              from not getting accidentally enabled under threaded perls
18072              
18073              windows support functions get_childdir() et al aren't exported
18074              correctly under vanilla build
18075              
18076              Testing under win32 appreciated since changes there had
18077              to be manually merged and I cannot test how badly did I do.
18078      Branch: perl
18079           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
18080           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
18081           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
18082           !> win32/vmem.h win32/win32.c win32/win32iop.h
18083 ____________________________________________________________________________
18084 [ 12677] By: sky                                   on 2001/10/26  12:37:17
18085         Log: More Config::threads to threads::threads changes
18086      Branch: perl
18087            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
18088 ____________________________________________________________________________
18089 [ 12676] By: sky                                   on 2001/10/26  12:31:46
18090         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
18091      Branch: perl
18092            ! ext/threads/threads.pm ext/threads/threads.xs
18093 ____________________________________________________________________________
18094 [ 12675] By: sky                                   on 2001/10/26  12:06:30
18095         Log: Allocing a TLS in runtime is not too hot.
18096      Branch: perl
18097            ! ext/threads/threads.xs
18098 ____________________________________________________________________________
18099 [ 12674] By: sky                                   on 2001/10/26  11:59:09
18100         Log: Don't display debug data.
18101      Branch: perl
18102            ! ext/threads/threads.pm
18103 ____________________________________________________________________________
18104 [ 12673] By: sky                                   on 2001/10/26  11:35:47
18105         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
18106              complete bar support for blessed objects.
18107              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
18108      Branch: perl
18109            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
18110 ____________________________________________________________________________
18111 [ 12672] By: sky                                   on 2001/10/26  11:15:28
18112         Log: Fix case where shared reference does not exist in current thread.
18113      Branch: perl
18114            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
18115 ____________________________________________________________________________
18116 [ 12671] By: sky                                   on 2001/10/26  08:48:52
18117         Log: Support for references in shared arrays.
18118      Branch: perl
18119            ! ext/threads/shared/shared.xs
18120 ____________________________________________________________________________
18121 [ 12670] By: sky                                   on 2001/10/26  08:30:11
18122         Log: Add tests for references in hashes.
18123      Branch: perl
18124            + ext/threads/shared/t/hv_refs.t
18125            ! MANIFEST
18126 ____________________________________________________________________________
18127 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
18128         Log: windows support functions get_childdir() et al aren't exported
18129              correctly under vanilla build
18130      Branch: maint-5.6/perl
18131            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
18132 ____________________________________________________________________________
18133 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
18134         Log: final touches to the audit for statics and thread-unsafe code
18135              * make DB_File, ODBM_File thread-safe 
18136              * remove unnecessary/dangerous statics and protect others
18137              from not getting accidentally enabled under threaded perls
18138      Branch: maint-5.6/perl
18139            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
18140            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
18141            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
18142            ! win32/win32.c
18143 ____________________________________________________________________________
18144 [ 12667] By: ams                                   on 2001/10/26  03:48:36
18145         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
18146              From: "Richard Soderberg" <rs@crystalflame.net>
18147              Date: Thu, 25 Oct 2001 23:42:50 -0400
18148              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
18149      Branch: perl
18150            ! sharedsv.c
18151 ____________________________________________________________________________
18152 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
18153         Log: Integrate change #12664 from maintperl;
18154              
18155              the newest GCCs don't seem to like C<"string1"##STRING2>
18156              so keep it as C<"string1" STRING2> (latter appears to
18157              work everywhere)
18158      Branch: perl
18159           !> ext/DynaLoader/dlutils.c
18160 ____________________________________________________________________________
18161 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
18162         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
18163              From: Chris Nandor <pudge@pobox.com>
18164              Date: Thu, 25 Oct 2001 22:15:03 -0400
18165              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
18166      Branch: perl
18167            ! perl.h
18168 ____________________________________________________________________________
18169 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
18170         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
18171              C<"string1" STRING2> (latter appears to work everywhere)
18172      Branch: maint-5.6/perl
18173            ! ext/DynaLoader/dlutils.c
18174 ____________________________________________________________________________
18175 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
18176         Log: AUTHORS update.
18177      Branch: perl
18178            ! AUTHORS
18179 ____________________________________________________________________________
18180 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
18181         Log: Integrate change #12660 from maintperl;
18182              
18183              make the dMY_CXT stuff available under all of
18184              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
18185      Branch: perl
18186           !> perl.h
18187 ____________________________________________________________________________
18188 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
18189         Log: Subject: [PATCH] DB_File-1.79
18190              From: "Paul Marquess" <paul.marquess@openwave.com>
18191              Date: Fri, 26 Oct 2001 00:03:54 +0100
18192              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
18193      Branch: perl
18194            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
18195            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
18196 ____________________________________________________________________________
18197 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
18198         Log: make the dMY_CXT stuff available under all of
18199              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
18200      Branch: maint-5.6/perl
18201            ! perl.h
18202 ____________________________________________________________________________
18203 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
18204         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
18205              From: Michael G Schwern <schwern@pobox.com>
18206              Date: Thu, 25 Oct 2001 18:28:12 -0400
18207              Message-ID: <20011025182812.M4811@blackrider>
18208      Branch: perl
18209            ! t/run/kill_perl.t
18210 ____________________________________________________________________________
18211 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
18212         Log: STRLEN != int.
18213      Branch: perl
18214            ! regcomp.c regexec.c
18215 ____________________________________________________________________________
18216 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
18217         Log: Subject: [PATCH] remove small IVop redundancy
18218              From: Nicholas Clark <nick@ccl4.org>
18219              Date: Thu, 25 Oct 2001 22:48:28 +0100
18220              Message-ID: <20011025224827.M66471@plum.flirble.org>
18221      Branch: perl
18222            ! pp.c pp_hot.c
18223 ____________________________________________________________________________
18224 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
18225         Log: Metaconfig unit change for #12655.
18226      Branch: metaconfig/U/perl
18227            ! Extensions.U
18228 ____________________________________________________________________________
18229 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
18230         Log: Subject: Re: Not OK @12650
18231              From: Andy Dougherty <doughera@lafayette.edu>
18232              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
18233              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
18234      Branch: perl
18235            ! Configure
18236 ____________________________________________________________________________
18237 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
18238         Log: Integrate changes #12652 and #12653 from maintperl;
18239              
18240              more tweaks to change#12626
18241              * move the boilerplate code over to perl.h and make DynaLoader
18242              use it
18243              * make re, Opcode, File::Glob and B threadsafe
18244              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
18245              C<no re;> anywhere)
18246              
18247              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
18248              
18249              File::Glob required a bit more work in bleadperl
18250              because of ExtUtils::Constant (see the Makefile.PL change)
18251      Branch: perl
18252            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
18253           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
18254           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
18255 ____________________________________________________________________________
18256 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
18257         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
18258      Branch: maint-5.6/perl
18259            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
18260            ! ext/Opcode/Opcode.xs ext/re/re.xs
18261 ____________________________________________________________________________
18262 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
18263         Log: more tweaks to change#12626
18264              * move the boilerplate code over to perl.h and make DynaLoader
18265              use it
18266              * make re, Opcode, File::Glob and B threadsafe
18267              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
18268              C<no re;> anywhere)
18269      Branch: maint-5.6/perl
18270            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
18271            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
18272 ____________________________________________________________________________
18273 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
18274         Log: Metaconfig unit change for #12650.
18275      Branch: metaconfig/U/perl
18276            ! Extensions.U
18277 ____________________________________________________________________________
18278 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
18279         Log: Subject: Re: ithreads doesn't like usedl=n
18280              From: Andy Dougherty <doughera@lafayette.edu>
18281              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
18282              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
18283              
18284              Special-case threads::shared.
18285      Branch: perl
18286            ! Configure
18287 ____________________________________________________________________________
18288 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
18289         Log: Getting fancier...
18290      Branch: perl
18291            ! t/TEST
18292 ____________________________________________________________________________
18293 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
18294         Log: csh - what a pain.
18295      Branch: perl
18296            ! t/TEST
18297 ____________________________________________________________________________
18298 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
18299         Log: Update Changes.
18300      Branch: perl
18301            ! Changes patchlevel.h
18302 ____________________________________________________________________________
18303 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
18304         Log: Allow resetting the locale system for the duration
18305              of the build (Mac OS X default setting LANG=En_US
18306              ist kaputt)
18307      Branch: perl
18308            ! Makefile.SH
18309 ____________________________________________________________________________
18310 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
18311         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
18312      Branch: perl
18313            ! ext/Digest/MD5/t/files.t
18314 ____________________________________________________________________________
18315 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
18316         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
18317              From: Andy Dougherty <doughera@lafayette.edu>
18318              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
18319              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
18320      Branch: perl
18321            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
18322            ! ext/threads/shared/Makefile.PL
18323 ____________________________________________________________________________
18324 [ 12643] By: sky                                   on 2001/10/25  12:28:26
18325         Log: Add support for reference members of hashes.
18326      Branch: perl
18327            ! ext/threads/shared/shared.xs
18328 ____________________________________________________________________________
18329 [ 12642] By: ams                                   on 2001/10/25  12:21:13
18330         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
18331              From: "Norton Allen" <nort@qnx.com>
18332              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
18333              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
18334      Branch: perl
18335            ! ext/Digest/MD5/MD5.xs
18336 ____________________________________________________________________________
18337 [ 12641] By: sky                                   on 2001/10/25  10:27:39
18338         Log: Tests shared hashes.
18339      Branch: perl
18340            + ext/threads/shared/t/hv_simple.t
18341            ! MANIFEST
18342 ____________________________________________________________________________
18343 [ 12640] By: sky                                   on 2001/10/25  10:18:23
18344         Log: Fix threadcounts for arrays and hashes.
18345      Branch: perl
18346            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
18347 ____________________________________________________________________________
18348 [ 12639] By: sky                                   on 2001/10/25  10:17:26
18349         Log: Note to self, doing *src_ary++ in a macro that evaluates
18350              the value more than once is a good way to dump core.
18351      Branch: perl
18352            ! sharedsv.c
18353 ____________________________________________________________________________
18354 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
18355         Log: Integrate change #12636 from maintperl; more dl fixups.
18356      Branch: perl
18357           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
18358           !> ext/DynaLoader/dl_vms.xs
18359 ____________________________________________________________________________
18360 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
18361         Log: Like dl_hpux, like dl_dld.
18362      Branch: perl
18363            ! ext/DynaLoader/dl_dld.xs
18364 ____________________________________________________________________________
18365 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
18366         Log: followups to change#12635
18367      Branch: maint-5.6/perl
18368            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
18369            ! ext/DynaLoader/dl_vms.xs
18370 ____________________________________________________________________________
18371 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
18372         Log: add part of change#12634 to the two files that need it; dl_aix.xs
18373              in maint-5.6 doesn't have the branch that had the problem in
18374              mainline
18375      Branch: maint-5.6/perl
18376            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
18377 ____________________________________________________________________________
18378 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
18379         Log: Fixes for #12627.
18380      Branch: perl
18381            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
18382 ____________________________________________________________________________
18383 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
18384         Log: Since pv_uni_display and sv_uni_display are now used
18385              in the re extension, their symbols have to be exported.
18386      Branch: perl
18387            ! embed.pl global.sym
18388 ____________________________________________________________________________
18389 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
18390         Log: Subject:  Re: [PATCH Perl@12567] debug /list
18391              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18392              Date: Tue, 23 Oct 2001 21:40:33 EDT
18393              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
18394      Branch: perl
18395            ! configure.com
18396 ____________________________________________________________________________
18397 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
18398         Log: This takes care of some of the re 'debug' cases but
18399              not all cases since the information whether the pattern
18400              or the target are utf8 seems to be either lost or not
18401              spread widely enough, sigh.
18402      Branch: perl
18403            ! regcomp.c
18404 ____________________________________________________________________________
18405 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
18406         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
18407              From: John Peacock <jpeacock@rowman.com>
18408              Date: Wed, 24 Oct 2001 16:53:29 -0400
18409              Message-ID: <3BD72A49.1508D152@rowman.com>
18410      Branch: perl
18411            ! configure.com
18412 ____________________________________________________________________________
18413 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
18414         Log: Upgrade NetWare and WinCE as in #12626.
18415      Branch: perl
18416            ! NetWare/dl_netware.xs wince/dl_win32.xs
18417 ____________________________________________________________________________
18418 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
18419         Log: Tru64 compiler nit.
18420      Branch: perl
18421            ! ext/threads/shared/shared.xs
18422 ____________________________________________________________________________
18423 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
18424         Log: Integrate change #12626 from maintperl;
18425              make DynaLoader threadsafe by moving all statics into
18426              interpreter-local space
18427              
18428              TODO: Netware, OS/2, WinCE
18429      Branch: perl
18430           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
18431           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
18432           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
18433           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
18434           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
18435           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
18436           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
18437 ____________________________________________________________________________
18438 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
18439         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
18440              space
18441      Branch: maint-5.6/perl
18442            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
18443            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
18444            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
18445            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
18446            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
18447            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
18448            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
18449 ____________________________________________________________________________
18450 [ 12625] By: sky                                   on 2001/10/24  20:05:26
18451         Log: Change #12623 inflicted an infinite hang. Fixed.
18452      Branch: perl
18453            ! ext/threads/shared/shared.xs
18454 ____________________________________________________________________________
18455 [ 12624] By: sky                                   on 2001/10/24  19:06:55
18456         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
18457      Branch: perl
18458            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
18459 ____________________________________________________________________________
18460 [ 12623] By: sky                                   on 2001/10/24  18:06:34
18461         Log: We need to do sharedsv_find in the original perl context.
18462      Branch: perl
18463            ! ext/threads/shared/shared.xs
18464 ____________________________________________________________________________
18465 [ 12622] By: sky                                   on 2001/10/24  17:26:51
18466         Log: Add support for basic support for AVs, references not supported yet.
18467              Add test for AVs.
18468              Add more tests to sv_refs
18469              Fix documentation issues.  
18470      Branch: perl
18471            + ext/threads/shared/t/av_simple.t
18472            ! MANIFEST ext/threads/shared/shared.pm
18473            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
18474 ____________________________________________________________________________
18475 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
18476         Log: Dump Unicode better for re 'debug'.  The regprop()
18477              is unfinished since have to figure out how to detect
18478              Unicodeness in there.
18479      Branch: perl
18480            ! regcomp.c regexec.c
18481 ____________________________________________________________________________
18482 [ 12620] By: sky                                   on 2001/10/24  13:18:07
18483         Log: Add support for finding shared arrays and hashes.
18484      Branch: perl
18485            ! sharedsv.c
18486 ____________________________________________________________________________
18487 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
18488         Log: Rewrite sv_uni_display() as pv_uni_display() as
18489              reimplement sv_uni_display() using that.
18490      Branch: perl
18491            ! dump.c embed.h embed.pl proto.h
18492 ____________________________________________________________________________
18493 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
18494         Log: Integrate change #12615 from maintperl;
18495              on Windows, IO::File::new_tmpfile() fails after being called
18496              32767 times because MSVCRT thinks stdio's TMP_MAX is a
18497              process-wide limit
18498      Branch: perl
18499           !> win32/win32.c
18500 ____________________________________________________________________________
18501 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
18502         Log: Don't try to print ints as IVs.
18503      Branch: perl
18504            ! ext/Time/HiRes/HiRes.xs
18505 ____________________________________________________________________________
18506 [ 12616] By: sky                                   on 2001/10/24  11:06:35
18507         Log: We only need to fetch the SV from the backend if the index
18508              is not the same as mg_private.     In theory this could be
18509              a problem if there are an exact multiple of U16 changes
18510              of a shared variable between two access in a given thread,
18511              we choose to avoid theory for now.
18512      Branch: perl
18513            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
18514 ____________________________________________________________________________
18515 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
18516         Log: on Windows, IO::File::new_tmpfile() fails after being called
18517              32767 times because MSVCRT thinks stdio's TMP_MAX is a
18518              process-wide limit
18519      Branch: maint-5.6/perl
18520            ! win32/win32.c
18521 ____________________________________________________________________________
18522 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
18523         Log: Negation and Unicode: sort of solves 20010303.010,
18524              except not quite like reported in the Subject
18525              (Perl_warner is still utf8-ignorant).
18526      Branch: perl
18527            ! pp.c t/lib/warnings/sv
18528 ____________________________________________________________________________
18529 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
18530         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
18531      Branch: perl
18532            ! sv.c t/lib/warnings/sv
18533 ____________________________________________________________________________
18534 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
18535         Log: sv_uni_display(): do not add the "...", let the caller
18536              do it if wanted, and be prepared for more display options.
18537      Branch: perl
18538            ! dump.c embed.h embed.pl proto.h
18539 ____________________________________________________________________________
18540 [ 12611] By: nick                                  on 2001/10/23  20:28:07
18541         Log: Integrate mainline
18542      Branch: perlio
18543           !> Changes configure.com cygwin/cygwin.c
18544           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
18545           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
18546           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
18547           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
18548           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
18549           !> utils/h2xs.PL utils/perldoc.PL
18550 ____________________________________________________________________________
18551 [ 12610] By: sky                                   on 2001/10/23  19:39:24
18552         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
18553              don't call themselves READONLY but still die with modification
18554              attempt. We only call bless for ext and umagic.
18555      Branch: perl
18556            ! sv.c
18557 ____________________________________________________________________________
18558 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
18559         Log: Croak() on negative time; doc tweaks.
18560      Branch: perl
18561            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
18562            ! ext/Time/HiRes/HiRes.xs
18563 ____________________________________________________________________________
18564 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
18565         Log: FAQ sync.
18566      Branch: perl
18567            ! pod/perlfaq4.pod pod/perlfaq7.pod
18568 ____________________________________________________________________________
18569 [ 12607] By: sky                                   on 2001/10/23  18:27:27
18570         Log: Call setmagic on the referent we are blessing.
18571      Branch: perl
18572            ! sv.c
18573 ____________________________________________________________________________
18574 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
18575         Log: Small test nits.
18576      Branch: perl
18577            ! t/op/lc.t
18578 ____________________________________________________________________________
18579 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
18580         Log: Update Changes.
18581      Branch: perl
18582            ! Changes patchlevel.h
18583 ____________________________________________________________________________
18584 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
18585         Log: Make the PerlIO_init() prototypes consistent.
18586      Branch: perl
18587            ! perlio.c
18588 ____________________________________________________________________________
18589 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
18590         Log: Upping the test count is a good idea.
18591      Branch: perl
18592            ! t/op/lc.t
18593 ____________________________________________________________________________
18594 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
18595         Log: Document the final sigma spot.
18596      Branch: perl
18597            ! pp.c
18598 ____________________________________________________________________________
18599 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
18600         Log: Fix multicharacter titlecase (ucfirst).
18601      Branch: perl
18602            ! pod/perlunicode.pod pp.c t/op/lc.t
18603 ____________________________________________________________________________
18604 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
18605         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
18606              From: Mikhail Zabaluev <mhz@alt-linux.org>
18607              Date: Tue, 23 Oct 2001 10:40:37 +0400
18608              Message-ID: <20011023104037.A12761@localhost.localdomain>
18609              
18610              (#12406 replaced with this)
18611      Branch: perl
18612            ! utils/perldoc.PL
18613 ____________________________________________________________________________
18614 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
18615         Log: MacOS Classic updates from Pudge.
18616      Branch: perl
18617            ! lib/File/Spec.t lib/File/Spec/Mac.pm
18618 ____________________________________________________________________________
18619 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
18620         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
18621              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
18622              Date: Sun, 14 Oct 2001 23:14:46 +0200
18623              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
18624              
18625              except for the 2->4 changes.
18626      Branch: perl
18627            ! lib/AutoSplit.t
18628 ____________________________________________________________________________
18629 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
18630         Log: integrate macperl contents into maint-5.6
18631      Branch: maint-5.6/perl
18632            ! mg.c
18633           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
18634           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
18635           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
18636           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
18637           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
18638           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
18639           !> t/lib/filefind.t t/lib/filespec.t
18640 ____________________________________________________________________________
18641 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
18642         Log: At some point the #6234 has been lost from the mainline
18643              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
18644      Branch: perl
18645            ! lib/File/Spec/Win32.pm
18646 ____________________________________________________________________________
18647 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
18648         Log: Cygwin seems to round up (or closest, but not down)
18649              for time(), so half of the time (bad pun intended)
18650              Time::HiRes::time() is less than time(), half of
18651              the time it's more.  So let's try harder in the loop.
18652      Branch: perl
18653            ! ext/Time/HiRes/HiRes.t
18654 ____________________________________________________________________________
18655 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
18656         Log: MacOS Classic timeofday(), from Chris Nandor. 
18657      Branch: perl
18658            ! ext/Time/HiRes/HiRes.xs
18659 ____________________________________________________________________________
18660 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
18661         Log: Integrate changes #12580 and #12581 from macperl;
18662              
18663              Fix path construction.
18664              
18665              (Copyright) Nit.
18666      Branch: perl
18667           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
18668 ____________________________________________________________________________
18669 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
18670         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
18671              doesn't seem to help (the error being output to console, maybe?)
18672      Branch: perl
18673            ! lib/Net/Domain.pm
18674 ____________________________________________________________________________
18675 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
18676         Log: Taint the getcwd() result also in Cygwin.
18677              (TODO: which other platforms need the same thing?)
18678      Branch: perl
18679            ! cygwin/cygwin.c
18680 ____________________________________________________________________________
18681 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
18682         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
18683      Branch: perl
18684            ! t/op/taint.t
18685 ____________________________________________________________________________
18686 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
18687         Log: getpwuid() fragility continues.
18688      Branch: perl
18689            ! utils/h2xs.PL
18690 ____________________________________________________________________________
18691 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
18692         Log: getpwuid() might succeed but that's no guarantee
18693              that the $home will be defined.
18694      Branch: perl
18695            ! ext/File/Glob/t/basic.t
18696 ____________________________________________________________________________
18697 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
18698         Log: It's safer to to expand the variable, too... (see #12571)
18699      Branch: perl
18700            ! t/TEST
18701 ____________________________________________________________________________
18702 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
18703         Log: Integrate with maintperl.
18704      Branch: maint-5.6/macperl
18705           !> win32/bin/pl2bat.pl win32/win32.c
18706 ____________________________________________________________________________
18707 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
18708         Log: Oops, forgot to include Win32 ... just as well, since it
18709              seems in bleadperl, change #7764 was not included
18710              (adding C:\temp).  Re-added.  Rip it back out if it
18711              doesn't belong.  :-)
18712      Branch: maint-5.6/macperl
18713            ! lib/File/Spec/Win32.pm
18714 ____________________________________________________________________________
18715 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
18716         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
18717              From: "Craig A. Berry" <craigberry@mac.com>
18718              Date: Mon, 22 Oct 2001 15:25:19 -0500
18719              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
18720      Branch: perl
18721            ! configure.com
18722 ____________________________________________________________________________
18723 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
18724         Log: Add in lots of File::Spec changes, from Thomas Wegner,
18725              and sync with changes from bleadperl.
18726      Branch: maint-5.6/macperl
18727            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
18728            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
18729            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
18730            ! lib/File/Spec/Win32.pm t/lib/filespec.t
18731 ____________________________________________________________________________
18732 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
18733         Log: Sync with latest File::Find and tests from bleadperl.
18734      Branch: maint-5.6/macperl
18735            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
18736 ____________________________________________________________________________
18737 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
18738         Log: Nit.
18739      Branch: maint-5.6/macperl
18740            ! perl.c
18741 ____________________________________________________________________________
18742 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
18743         Log: Fix path construction.
18744      Branch: maint-5.6/macperl
18745            ! ext/DynaLoader/DynaLoader_pm.PL
18746 ____________________________________________________________________________
18747 [ 12579] By: nick                                  on 2001/10/22  19:08:35
18748         Log: Integrate mainline (for Arthurs thread.xs fix)
18749      Branch: perlio
18750           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
18751 ____________________________________________________________________________
18752 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
18753         Log: Fix up exported symbols, move relevant docs
18754              over from macperl.pod.
18755      Branch: maint-5.6/macperl
18756            ! macos/ext/MacPerl/MacPerl.pm
18757 ____________________________________________________________________________
18758 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
18759         Log: Make ADDRESS called optionally as a method.
18760      Branch: maint-5.6/macperl
18761            ! macos/lib/Mac/Glue.pm
18762 ____________________________________________________________________________
18763 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
18764         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
18765              Apple event.
18766      Branch: maint-5.6/macperl
18767            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
18768            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
18769            ! macos/macperl/MPTerminology.aete
18770 ____________________________________________________________________________
18771 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
18772         Log: Clean up some build utilities. Change Entab to Duplicate;
18773              fix docs and error reporting; improve macify() of paths;
18774              remove requirement for Exporter.pm presence.
18775      Branch: maint-5.6/macperl
18776            ! macos/InstallBLIB macos/MacPerlTests.cmd
18777            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
18778 ____________________________________________________________________________
18779 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
18780         Log: Sync Time::HiRes with bleadperl
18781      Branch: maint-5.6/macperl
18782            ! macos/bundled_ext/Time/HiRes/HiRes.pm
18783            ! macos/bundled_ext/Time/HiRes/HiRes.t
18784            ! macos/bundled_ext/Time/HiRes/HiRes.xs
18785 ____________________________________________________________________________
18786 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
18787         Log: Fix up Changes
18788      Branch: maint-5.6/macperl
18789            ! macos/Changes
18790 ____________________________________________________________________________
18791 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
18792         Log: A user might belong to only a single group
18793              (the group equal to the group id).
18794      Branch: perl
18795            ! t/op/groups.t
18796 ____________________________________________________________________________
18797 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
18798         Log: Prepending (instead of replacing with) the pwd is safer. 
18799      Branch: perl
18800            ! t/TEST
18801 ____________________________________________________________________________
18802 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
18803         Log: Be more robust if no hostname or domainname
18804              (especially the latter)
18805      Branch: perl
18806            ! lib/Net/Domain.pm
18807 ____________________________________________________________________________
18808 [ 12569] By: sky                                   on 2001/10/22  17:41:07
18809         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
18810      Branch: perl
18811            ! ext/threads/threads.xs
18812 ____________________________________________________________________________
18813 [ 12568] By: nick                                  on 2001/10/22  16:31:24
18814         Log: Integrate mainline
18815      Branch: perlio
18816           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
18817           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
18818           +> ext/threads/shared/t/sv_refs.t
18819           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
18820            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
18821            - lib/unicore/To/SpecUpper.pl
18822           !> (integrate 42 files)
18823 ____________________________________________________________________________
18824 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
18825         Log: Update Changes.
18826      Branch: perl
18827            ! Changes patchlevel.h
18828 ____________________________________________________________________________
18829 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
18830         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
18831              From: Michael G Schwern <schwern@pobox.com>
18832              Date: Mon, 22 Oct 2001 03:48:38 -0400
18833              Message-ID: <20011022034838.B1676@blackrider>
18834      Branch: perl
18835            ! pod/perlvar.pod
18836 ____________________________________________________________________________
18837 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
18838         Log: Pod nits, as suggested by Stas Bekman.
18839      Branch: perl
18840            ! ext/threads/shared/shared.pm ext/threads/threads.pm
18841 ____________________________________________________________________________
18842 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
18843         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
18844              From: "Paul Marquess" <paul.marquess@openwave.com> 
18845              Date: Sun, 21 Oct 2001 21:11:15 +0100
18846              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
18847      Branch: perl
18848            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
18849            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
18850            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
18851            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
18852            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
18853            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
18854            ! ext/SDBM_File/sdbm.t
18855 ____________________________________________________________________________
18856 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
18857         Log: Integrate change #12559 from maintperl;
18858              various fixes for system() and backticks under windows
18859      Branch: perl
18860           !> win32/win32.c
18861 ____________________________________________________________________________
18862 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
18863         Log: Integrate change #12560 from maintperl;
18864              make pl2bat use %0 rather than "%0" (the latter fails to work
18865              in a lot of common cases)
18866      Branch: perl
18867           !> win32/bin/pl2bat.pl
18868 ____________________________________________________________________________
18869 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
18870         Log: Integrate changes #12549 and #12550 from maintperl;
18871              
18872              readline() doesn't work with our variables; it confuses them with
18873              my variables (change#4227 was incomplete)
18874      Branch: perl
18875            ! t/lib/strict/vars
18876           !> t/base/rs.t toke.c
18877 ____________________________________________________________________________
18878 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
18879         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
18880              in a lot of common cases)
18881      Branch: maint-5.6/perl
18882            ! win32/bin/pl2bat.pl
18883 ____________________________________________________________________________
18884 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
18885         Log: various fixes for system() and backticks under windows:
18886              
18887              * avoid munging whitespace that is passed within quotes
18888              * work around a cmd.exe misfeature that made multi-arg
18889              system() unreliable when there is more than one quoted
18890              argument
18891              * make multi-arg system() autoquote arguments as needed
18892              before passing them to the shell (this avoids having to
18893              second guess the shell quoting)
18894              * perl's -Dp switch can be used to trace the innards
18895      Branch: maint-5.6/perl
18896            ! win32/win32.c
18897 ____________________________________________________________________________
18898 [ 12558] By: nick                                  on 2001/10/22  08:58:42
18899         Log: Integrate ithreads buffer flush fix from perlio
18900      Branch: perl
18901           !> ext/threads/t/basic.t perl.c
18902 ____________________________________________________________________________
18903 [ 12557] By: nick                                  on 2001/10/22  08:35:09
18904         Log: All tests pass (legitimately) on ithreads
18905      Branch: perlio
18906            ! ext/threads/t/basic.t perl.c
18907 ____________________________________________________________________________
18908 [ 12556] By: nick                                  on 2001/10/22  06:51:22
18909         Log: Integrate non-ithreads fix to mainline
18910      Branch: perl
18911           !> perlio.c
18912 ____________________________________________________________________________
18913 [ 12555] By: nick                                  on 2001/10/22  06:48:33
18914         Log: Restore non-ithreads build. Interestingly binmode test passes
18915              non-ithreads - so crlf layer is not damaged and ithreads fail
18916              is a symptom ...
18917      Branch: perlio
18918            ! perlio.c
18919 ____________________________________________________________________________
18920 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
18921         Log: Integrate from perlio; restructuring.
18922      Branch: perl
18923           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
18924           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
18925           !> win32/perlhost.h
18926 ____________________________________________________________________________
18927 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
18928         Log: Integrate from maintperl
18929              (Changes 12350, 12496, 12548, 12549, 12550)
18930      Branch: maint-5.6/macperl
18931           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
18932           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
18933 ____________________________________________________________________________
18934 [ 12552] By: nick                                  on 2001/10/21  19:18:12
18935         Log: Win32 PerlIO_cleanup special cases should no longer be required.
18936      Branch: perlio
18937            ! perl.c
18938 ____________________________________________________________________________
18939 [ 12551] By: nick                                  on 2001/10/21  19:16:56
18940         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
18941      Branch: perlio
18942            ! win32/makefile.mk
18943 ____________________________________________________________________________
18944 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
18945         Log: change#12549 wasn't aware of strictures
18946      Branch: maint-5.6/perl
18947            ! t/pragma/strict-vars toke.c
18948 ____________________________________________________________________________
18949 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
18950         Log: readline() doesn't work with our variables; it confuses them with
18951              my variables (change#4227 was incomplete)
18952      Branch: maint-5.6/perl
18953            ! t/base/rs.t toke.c
18954 ____________________________________________________________________________
18955 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
18956         Log: change#12220 appears to have pulled in a mainline change that
18957              isn't applicable to maint-5.6 (some platforms don't taint
18958              cwd)
18959      Branch: maint-5.6/perl
18960            ! t/lib/filefind-taint.t
18961 ____________________________________________________________________________
18962 [ 12547] By: nick                                  on 2001/10/21  17:15:54
18963         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
18964              for them. Call explicit cleanup during destruct process.
18965              - one binmode test is failing
18966              - also ext/threads/t/basic.t fails under make test, and is noisy under
18967              harness. (Threads results are intermingled and don't match order expected.)
18968      Branch: perlio
18969            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
18970            ! perlio.h perliol.h pod/perlapi.pod sv.c
18971 ____________________________________________________________________________
18972 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
18973         Log: Implement multicharacter case mappings where a single
18974              Unicode character can be mapped into several.
18975      Branch: perl
18976            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
18977            - lib/unicore/To/SpecUpper.pl
18978            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
18979            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
18980            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
18981            ! proto.h t/op/lc.t utf8.c
18982 ____________________________________________________________________________
18983 [ 12545] By: sky                                   on 2001/10/21  15:25:16
18984         Log: First support of threads::shared, support shared svs and references.
18985      Branch: perl
18986            + ext/threads/shared/Makefile.PL ext/threads/shared/README
18987            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
18988            + ext/threads/shared/t/sv_refs.t
18989            + ext/threads/shared/t/sv_simple.t
18990            ! MANIFEST sharedsv.c
18991 ____________________________________________________________________________
18992 [ 12544] By: nick                                  on 2001/10/21  14:52:35
18993         Log: PerlIO layer table as PL_perlio (per-interpreter)
18994      Branch: perlio
18995            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
18996            ! pod/perlapi.pod sv.c
18997 ____________________________________________________________________________
18998 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
18999         Log: Prettyprinting.
19000      Branch: perl
19001            ! pod/perlunicode.pod
19002 ____________________________________________________________________________
19003 [ 12542] By: ams                                   on 2001/10/21  03:50:25
19004         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
19005              From: "Sean M. Burke" <sburke@cpan.org>
19006              Date: Sat, 20 Oct 2001 17:51:09 -0600
19007              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
19008      Branch: perl
19009            + pod/perlpodspec.pod
19010            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
19011            ! pod/perltoc.pod
19012 ____________________________________________________________________________
19013 [ 12541] By: nick                                  on 2001/10/20  22:23:53
19014         Log: Fix typos in new locking on MemShared
19015              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
19016              - seems to make segfaults more deterministic - suspect they are 
19017              attempt to free() after Interp and Host have gone.
19018      Branch: perlio
19019            ! perlio.c win32/perlhost.h
19020 ____________________________________________________________________________
19021 [ 12540] By: nick                                  on 2001/10/20  21:50:46
19022         Log: Remove the MemShared re-#define (again)
19023      Branch: perlio
19024            ! perlio.c
19025 ____________________________________________________________________________
19026 [ 12539] By: nick                                  on 2001/10/20  21:49:06
19027         Log: Use locks on MemShared
19028      Branch: perlio
19029            ! win32/perlhost.h
19030 ____________________________________________________________________________
19031 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
19032         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
19033              From: "chromatic" <chromatic@rmci.net>
19034              Date: Sat, 20 Oct 2001 11:13:47 -0600
19035              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
19036      Branch: perl
19037            ! installhtml
19038 ____________________________________________________________________________
19039 [ 12537] By: nick                                  on 2001/10/20  16:44:03
19040         Log: Integrate mainline
19041      Branch: perlio
19042           !> (integrate 48 files)
19043 ____________________________________________________________________________
19044 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
19045         Log: Update Changes.
19046      Branch: perl
19047            ! Changes patchlevel.h
19048 ____________________________________________________________________________
19049 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
19050         Log: Upgrade to podlators 1.11, from Russ Allbery.
19051      Branch: perl
19052            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
19053            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
19054            ! pod/pod2man.PL pod/pod2text.PL
19055 ____________________________________________________________________________
19056 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
19057         Log: Integrate perlio change #12532:
19058              introduce and use PerlIO_intmod2str().
19059      Branch: perl
19060           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
19061 ____________________________________________________________________________
19062 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
19063         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
19064      Branch: perl
19065            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
19066 ____________________________________________________________________________
19067 [ 12532] By: nick                                  on 2001/10/20  14:25:37
19068         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
19069              Use for non-PERLIO fdupopen().
19070      Branch: perlio
19071            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
19072 ____________________________________________________________________________
19073 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
19074         Log: Integrate perlio: PerlIO win32 fixes.
19075      Branch: perl
19076           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
19077           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
19078           !> proto.h sv.h win32/win32io.c
19079 ____________________________________________________________________________
19080 [ 12530] By: nick                                  on 2001/10/20  12:53:30
19081         Log: Fixed in two places - p4 resolve
19082      Branch: perlio
19083            ! perlsdio.h
19084 ____________________________________________________________________________
19085 [ 12529] By: nick                                  on 2001/10/20  12:51:05
19086         Log: Fix for ithreads/stdio build
19087      Branch: perlio
19088            ! perlio.c perlsdio.h
19089 ____________________________________________________________________________
19090 [ 12528] By: ams                                   on 2001/10/20  12:13:25
19091         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
19092              From: Michael G Schwern <schwern@pobox.com>
19093              Date: Sat, 20 Oct 2001 01:41:21 -0400
19094              Message-Id: <20011020014121.I3681@blackrider>
19095      Branch: perl
19096            ! installman
19097 ____________________________________________________________________________
19098 [ 12527] By: ams                                   on 2001/10/20  12:09:41
19099         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
19100              From: Michael G Schwern <schwern@pobox.com>
19101              Date: Sat, 20 Oct 2001 02:04:21 -0400
19102              Message-Id: <20011020020421.A11732@blackrider>
19103      Branch: perl
19104            ! lib/Pod/Checker.pm
19105 ____________________________________________________________________________
19106 [ 12526] By: ams                                   on 2001/10/20  11:59:41
19107         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
19108              From: "chromatic" <chromatic@rmci.net>
19109              Date: Fri, 19 Oct 2001 22:46:39 -0600
19110              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
19111      Branch: perl
19112            ! lib/Net/Config.pm
19113 ____________________________________________________________________________
19114 [ 12525] By: nick                                  on 2001/10/20  11:16:18
19115         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
19116              Perl_sv_setsv_flags directly.
19117      Branch: perlio
19118            ! ext/threads/threads.xs
19119 ____________________________________________________________________________
19120 [ 12524] By: nick                                  on 2001/10/20  10:28:17
19121         Log: Add a new flag character 'm' to embed.pl set to represent
19122              "functions" which are really macros. Use it foe the troublesome
19123              sv_setsv() etc. macros in sv.h - changing latter to define
19124              sv_setsv rather than sv_setsv_macro etc.
19125      Branch: perlio
19126            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
19127            ! pod/perlapi.pod proto.h sv.h
19128 ____________________________________________________________________________
19129 [ 12523] By: nick                                  on 2001/10/20  09:17:17
19130         Log: Add comments explaining why win32.h/embed.h are included where they are
19131              in perl.h 
19132      Branch: perlio
19133            ! perl.h
19134 ____________________________________________________________________________
19135 [ 12522] By: nick                                  on 2001/10/20  08:27:44
19136         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
19137              being used yet.
19138      Branch: perlio
19139            ! win32/win32io.c
19140 ____________________________________________________________________________
19141 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
19142         Log: Wording tweaks.
19143      Branch: perl
19144            ! t/TEST
19145 ____________________________________________________________________________
19146 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
19147         Log: Subject: IO module with nonblocking socket connect patch 
19148              From: Raul Dias <raul@dias.com.br>
19149              Date: Fri, 19 Oct 2001 22:45:32 -0300
19150              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
19151      Branch: perl
19152            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
19153 ____________________________________________________________________________
19154 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
19155         Log: Test vertical whitespace combined with /x in \p{}.
19156      Branch: perl
19157            ! t/op/pat.t
19158 ____________________________________________________________________________
19159 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
19160         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
19161              From: Gisle Aas <gisle@ActiveState.com> 
19162              Date: 19 Oct 2001 16:46:02 -0700
19163              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
19164      Branch: perl
19165            ! lib/ExtUtils/MakeMaker.pm
19166 ____________________________________________________________________________
19167 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
19168         Log: No more this symbol.
19169      Branch: perl
19170            ! makedef.pl
19171 ____________________________________________________________________________
19172 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
19173         Log: Integrate change #12511; fix gross win32 build issues.
19174      Branch: perl
19175           !> makedef.pl sv.c
19176 ____________________________________________________________________________
19177 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
19178         Log: Unpack in scalar context should return the first value
19179              returned in list context, as pointed out by Ton Hospel
19180              in 2001-05-21 (this is how it works already in blead,
19181              just adding the test).
19182      Branch: perl
19183            ! t/op/pack.t
19184 ____________________________________________________________________________
19185 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
19186         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
19187              From: "Craig A. Berry" <craigberry@mac.com>
19188              Date: Fri, 19 Oct 2001 16:59:30 -0500
19189              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
19190      Branch: perl
19191            ! utils/perldoc.PL
19192 ____________________________________________________________________________
19193 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
19194         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
19195              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19196              Date: Fri, 19 Oct 2001 17:45:23 EDT
19197              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
19198      Branch: perl
19199            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
19200            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
19201            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
19202            ! vms/vmsish.h
19203 ____________________________________________________________________________
19204 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
19205         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
19206              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19207              Date: Fri, 19 Oct 2001 17:26:35 EDT
19208              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
19209      Branch: perl
19210            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
19211 ____________________________________________________________________________
19212 [ 12511] By: nick                                  on 2001/10/19  19:55:36
19213         Log: Fix gross win32 build issues
19214      Branch: perlio
19215            ! makedef.pl sv.c
19216 ____________________________________________________________________________
19217 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
19218         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
19219              From: David Dyck <dcd@tc.fluke.com>
19220              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
19221              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
19222      Branch: perl
19223            ! lib/File/Find.pm
19224 ____________________________________________________________________________
19225 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
19226         Log: Subject: Re: PerlIO and Encode
19227              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
19228              Date: Tue, 16 Oct 2001 01:50:16 +0900
19229              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
19230      Branch: perl
19231            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
19232            ! ext/Encode/Encode/Tcl.t
19233 ____________________________________________________________________________
19234 [ 12508] By: ams                                   on 2001/10/19  17:59:16
19235         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
19236              (See #12499)
19237      Branch: perl
19238            ! pod/perlintro.pod
19239 ____________________________________________________________________________
19240 [ 12507] By: nick                                  on 2001/10/19  16:30:43
19241         Log: Integrate mainline
19242      Branch: perlio
19243           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
19244           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
19245           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
19246           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
19247           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
19248           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
19249           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
19250           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
19251           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
19252           +> win32/config_H.win64
19253            - lib/Test/Utils.pm lib/unicore/mktables.PL
19254            - t/lib/Test/Simple/Catch/More.pm
19255           !> (integrate 84 files)
19256 ____________________________________________________________________________
19257 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
19258         Log: Retract the #10451 which seems to be the cause
19259              of the major leakage from while(){eval"sub{}"}
19260      Branch: perl
19261            ! op.c t/run/kill_perl.t
19262 ____________________________________________________________________________
19263 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
19264         Log: Regen toc.
19265      Branch: perl
19266            ! pod/perltoc.pod
19267 ____________________________________________________________________________
19268 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
19269         Log: Tiny tweaks.
19270      Branch: perl
19271            ! pod/perl.pod
19272 ____________________________________________________________________________
19273 [ 12503] By: ams                                   on 2001/10/19  13:34:24
19274         Log: Subject: Re: perlintro.pod
19275              From: Abe Timmerman <abe@ztreet.demon.nl>
19276              Date: Fri, 19 Oct 2001 14:12:40 +0200
19277              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
19278      Branch: perl
19279            ! pod/perlintro.pod
19280 ____________________________________________________________________________
19281 [ 12502] By: ams                                   on 2001/10/19  13:24:12
19282         Log: Slight reorganisation of references.
19283      Branch: perl
19284            ! pod/perl.pod
19285 ____________________________________________________________________________
19286 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
19287         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
19288              From: Kay Röpke <kroepke@dolphin-services.de>
19289              Date: Fri, 19 Oct 2001 14:04:01 +0200 
19290              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
19291      Branch: perl
19292            ! lib/ExtUtils/MakeMaker.pm
19293 ____________________________________________________________________________
19294 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
19295         Log: Unicode categories continue:
19296              implement Category=, Script=, Block=
19297              (these are based on an upcoming update of TR#18)
19298              Fix a bug where we got two In categories named "old italic",
19299              and another where shortcut for the Is categories wasn't taken.
19300      Branch: perl
19301            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
19302            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
19303            ! pod/perlunicode.pod t/op/pat.t
19304 ____________________________________________________________________________
19305 [ 12499] By: ams                                   on 2001/10/19  01:42:29
19306         Log: Subject: a small patch to perlintro.pod.
19307              From: Autrijus Tang <autrijus@autrijus.org>
19308              Date: Fri, 19 Oct 2001 01:45:51 +0800
19309              Message-Id: <20011019014551.A35625@not.autrijus.org>
19310              (Applied by hand with nits.)
19311      Branch: perl
19312            ! pod/perlintro.pod
19313 ____________________________________________________________________________
19314 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
19315         Log: Subject: [PATCH] OpenBSD hints for ithreads
19316              From: Andy Dougherty <doughera@lafayette.edu>
19317              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
19318              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
19319      Branch: perl
19320            ! hints/openbsd.sh
19321 ____________________________________________________________________________
19322 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
19323         Log: Retract #12446; the problem solved by #12474.
19324      Branch: perl
19325            ! hints/aix.sh
19326 ____________________________________________________________________________
19327 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
19328         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
19329              message and suppress line number info (from Steve Hay
19330              <Steve.Hay@uk.radan.com>)
19331      Branch: maint-5.6/perl
19332            ! lib/Carp/Heavy.pm
19333 ____________________________________________________________________________
19334 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
19335         Log: More documented In categories.
19336      Branch: perl
19337            ! pod/perlunicode.pod
19338 ____________________________________________________________________________
19339 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
19340         Log: Update Changes.
19341      Branch: perl
19342            ! Changes patchlevel.h
19343 ____________________________________________________________________________
19344 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
19345         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
19346      Branch: perl
19347            ! MANIFEST
19348 ____________________________________________________________________________
19349 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
19350         Log: Wrong skip() arguments.
19351      Branch: perl
19352            ! ext/B/t/terse.t
19353 ____________________________________________________________________________
19354 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
19355         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
19356              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19357              Date: Wed, 17 Oct 2001 09:10:53 EDT 
19358              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
19359      Branch: perl
19360            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
19361            ! pod/perlapi.pod vms/vms.c
19362 ____________________________________________________________________________
19363 [ 12490] By: ams                                   on 2001/10/18  09:31:00
19364         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
19365              From: Mark-Jason Dominus <mjd@plover.com>
19366              Date: Thu, 18 Oct 2001 06:25:35 -0400
19367              Message-Id: <20011018102535.19264.qmail@plover.com>
19368      Branch: perl
19369            ! pod/perl.pod
19370 ____________________________________________________________________________
19371 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
19372         Log: Prettyprinting.
19373      Branch: perl
19374            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
19375 ____________________________________________________________________________
19376 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
19377         Log: Regen toc.
19378      Branch: perl
19379            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
19380 ____________________________________________________________________________
19381 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
19382         Log: Add perlintro, from Skud.
19383      Branch: perl
19384            + pod/perlintro.pod
19385            ! MANIFEST
19386 ____________________________________________________________________________
19387 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
19388         Log: FAQ sync.
19389      Branch: perl
19390            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
19391            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
19392            ! pod/perlfaq8.pod pod/perlfaq9.pod
19393 ____________________________________________________________________________
19394 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
19395         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
19396              in speed (upto 20% speedup in certain operations) but meanwhile
19397              regexps and arithmetics got slower (5-10%) (according to
19398              perlbench average speedup is negligible, and within measuring
19399              flutter, 1%).  Therefore retracting all the changes
19400              aimed at getting -std1 to compile cleanly:  #12475, #12476,
19401              #12479, #12480, #12481, #12482, #12483, #12484.
19402      Branch: perl
19403            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
19404            ! pp_hot.c pp_sys.c toke.c
19405 ____________________________________________________________________________
19406 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
19407         Log: (retracted by #12485)
19408              Strict ANSI doesn't like the third argument of main()
19409              so enable ignoring it if using ultra picky compiler.
19410      Branch: perl
19411            ! miniperlmain.c
19412 ____________________________________________________________________________
19413 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
19414         Log: (retracted by #12485)
19415              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
19416      Branch: perl
19417            ! perl.h
19418 ____________________________________________________________________________
19419 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
19420         Log: (retracted by #12485)
19421              Add explanatory comment.
19422      Branch: perl
19423            ! mg.c
19424 ____________________________________________________________________________
19425 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
19426         Log: (retracted by #12485)
19427              More dollar$hiding.
19428      Branch: perl
19429            ! doio.c perl.h pp_sys.c
19430 ____________________________________________________________________________
19431 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
19432         Log: (retracted by #12485)
19433              KISS.
19434      Branch: perl
19435            ! mg.c
19436 ____________________________________________________________________________
19437 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
19438         Log: (retracted by #12485)
19439              Thou shalt not #ifdef inside macro invocations,
19440              noticed by Rafael Garcia-Suarez.
19441      Branch: perl
19442            ! mg.c
19443 ____________________________________________________________________________
19444 [ 12478] By: ams                                   on 2001/10/17  18:50:55
19445         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
19446              From: Anton Berezin <tobez@tobez.org>
19447              Date: Wed, 17 Oct 2001 18:25:48 +0200
19448              Message-Id: <20011017182548.A12082@heechee.tobez.org>
19449      Branch: perl
19450            ! pp_sys.c
19451 ____________________________________________________________________________
19452 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
19453         Log: (retracted by #12485)
19454              Unterminated #ifdef.
19455      Branch: perl
19456            ! mg.c
19457 ____________________________________________________________________________
19458 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
19459         Log: (retracted by #12485)
19460              Avoid dollar signs in identifiers (in non-VMS) to
19461              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
19462      Branch: perl
19463            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
19464            ! toke.c
19465 ____________________________________________________________________________
19466 [ 12474] By: ams                                   on 2001/10/17  15:14:50
19467         Log: Subject: Two AIX patches
19468              From: H.Merijn Brand <h.m.brand@hccnet.nl>
19469              Date: Wed, 17 Oct 2001 18:04:35 +0200
19470              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
19471      Branch: perl
19472            ! hints/aix.sh makedef.pl
19473 ____________________________________________________________________________
19474 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
19475         Log: Limiting the Time::HiRes::sleep and usleep to
19476              one second is not a good policy if drop-in
19477              replacement is still a goal.
19478      Branch: perl
19479            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
19480            ! ext/Time/HiRes/HiRes.xs
19481 ____________________________________________________________________________
19482 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
19483         Log: Subject: [PATCH] Test::Simple 0.32
19484              From: Michael G Schwern <schwern@pobox.com> 
19485              Date: Wed, 17 Oct 2001 03:42:41 -0400
19486              Message-ID: <20011017034241.A25038@blackrider>
19487      Branch: perl
19488            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
19489            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
19490            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
19491            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
19492            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
19493            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
19494            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
19495            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
19496            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
19497            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
19498            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
19499            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
19500            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
19501            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
19502            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
19503            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
19504            ! t/lib/Test/Simple/Catch.pm
19505            ! t/lib/Test/Simple/sample_tests/five_fail.plx
19506 ____________________________________________________________________________
19507 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
19508         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
19509              From: Michael G Schwern <schwern@pobox.com> 
19510              Date: Wed, 17 Oct 2001 04:04:13 -0400
19511              Message-ID: <20011017040413.C25550@blackrider>
19512      Branch: perl
19513            ! t/TEST t/harness vms/test.com
19514 ____________________________________________________________________________
19515 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
19516         Log: Regen doc with perlmodstyle added.
19517      Branch: perl
19518            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
19519 ____________________________________________________________________________
19520 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
19521         Log: Pod cleanup.
19522      Branch: perl
19523            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
19524 ____________________________________________________________________________
19525 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
19526         Log: Subject: perlmodstyle as a patch
19527              From: Kirrily Robert <skud@infotrope.net>
19528              Date: Tue, 16 Oct 2001 22:47:23 -0400
19529              Message-ID: <20011016224723.A20673@infotrope.net>
19530      Branch: perl
19531            + pod/perlmodstyle.pod
19532            ! MANIFEST
19533 ____________________________________________________________________________
19534 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
19535         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
19536              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
19537              Date: Thu, 6 Sep 2001 11:09:40 +0100
19538              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
19539              
19540              Mention also the develooper p5p archive.
19541      Branch: perl
19542            ! pod/perlhack.pod
19543 ____________________________________________________________________________
19544 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
19545         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
19546              From: Kay Röpke <kroepke@dolphin-services.de>
19547              Date: Tue, 16 Oct 2001 17:23:52 +0200
19548              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
19549      Branch: perl
19550            ! lib/ExtUtils/MakeMaker.pm
19551 ____________________________________________________________________________
19552 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
19553         Log: Add the special casing mappings (from SpecCase.txt)
19554              (except for the hyper special case mappings that have
19555              the condition list); the special casing mappings are
19556              unused for now.  Small tidying up on mktables.
19557      Branch: perl
19558            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
19559            + lib/unicore/To/SpecUpper.pl
19560            ! lib/unicore/mktables
19561 ____________________________________________________________________________
19562 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
19563         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
19564              From: "David H. Adler" <dha@panix.com>       
19565              Date: Tue, 16 Oct 2001 11:59:35 -0400
19566              Message-ID: <20011016115935.A13078@panix.com>
19567              
19568              Subject: [ PATCH ] perldata patch, revised
19569              From: "David H. Adler" <dha@panix.com>     
19570              Date: Tue, 16 Oct 2001 18:26:49 -0400
19571              Message-ID: <20011016182649.C23970@panix.com>
19572      Branch: perl
19573            ! pod/perldata.pod pod/perlop.pod
19574 ____________________________________________________________________________
19575 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
19576         Log: Integrate perlio: PerlIO_dup (for all but Win32).
19577      Branch: perl
19578           !> embed.h embed.pl ext/Encode/Encode.xs
19579           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
19580           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
19581           !> win32/win32io.c
19582 ____________________________________________________________________________
19583 [ 12462] By: nick                                  on 2001/10/16  19:11:30
19584         Log: PerlIOXxxx_dups for all but Win32
19585      Branch: perlio
19586            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
19587            ! ext/PerlIO/Via/Via.xs
19588 ____________________________________________________________________________
19589 [ 12461] By: nick                                  on 2001/10/16  18:28:48
19590         Log: Implement PerlIOStdio_dup (explains core dumps - dup
19591              was not setting up a FILE * to be fclosed()).
19592      Branch: perlio
19593            ! perlio.c
19594 ____________________________________________________________________________
19595 [ 12460] By: nick                                  on 2001/10/16  17:31:47
19596         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
19597              overflow.
19598      Branch: perlio
19599            ! perlio.c
19600 ____________________________________________________________________________
19601 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
19602         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
19603              From: "Craig A. Berry" <craigberry@mac.com>
19604              Date: Tue, 16 Oct 2001 13:08:38 -0500
19605              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
19606      Branch: perl
19607            ! configure.com
19608 ____________________________________________________________________________
19609 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
19610         Log: Can't expect too much accuracy from a sleep of one second.
19611              (I think this will also fail with high load.)
19612      Branch: perl
19613            ! ext/Time/HiRes/HiRes.t
19614 ____________________________________________________________________________
19615 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
19616         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
19617              From: "Werner, Randolf" <randolf.werner@sap.com>
19618              Date: Tue, 16 Oct 2001 18:33:02 +0200
19619              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
19620      Branch: perl
19621            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
19622            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
19623 ____________________________________________________________________________
19624 [ 12456] By: nick                                  on 2001/10/16  14:08:16
19625         Log: Builds under ithreads (but fails all threads tests)
19626      Branch: perlio
19627            ! hv.c perlio.c sv.c
19628 ____________________________________________________________________________
19629 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
19630         Log: I think the Perl_sortsv needs *not* be skipped?
19631      Branch: perl
19632            ! makedef.pl
19633 ____________________________________________________________________________
19634 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
19635         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
19636              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
19637              Date: Tue, 16 Oct 2001 15:32:44 +0200
19638              Message-ID: <3BCC531C.11494.3E433F@localhost>
19639      Branch: perl
19640            ! t/op/groups.t
19641 ____________________________________________________________________________
19642 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
19643         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
19644              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
19645              Date: Tue, 16 Oct 2001 15:01:04 +0200
19646              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
19647      Branch: perl
19648            ! t/io/fs.t
19649 ____________________________________________________________________________
19650 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
19651         Log: A forgotten deletion.
19652      Branch: perl
19653            - lib/unicore/mktables.PL
19654 ____________________________________________________________________________
19655 [ 12451] By: nick                                  on 2001/10/16  11:32:48
19656         Log: Skeleton of "PerlIO_dup" coded.
19657              Still-passes all tests non-threaded (well it would wouldn't it!)
19658      Branch: perlio
19659            ! embed.h embed.pl ext/Encode/Encode.xs
19660            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
19661            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
19662            ! win32/win32io.c
19663 ____________________________________________________________________________
19664 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
19665         Log: Document the problem with the swash_fetch() API that affects
19666              more complex case conversions.
19667      Branch: perl
19668            ! lib/utf8_heavy.pl utf8.c
19669 ____________________________________________________________________________
19670 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
19671         Log: Make Time::HiRes::sleep() and usleep() to return
19672              the number of seconds (a floating point value) and 
19673              microseconds (an integer) actually slept (well,
19674              modulo the time spent in measuring the time actually
19675              slept...), to be a better drop-in replacement for
19676              the builtin sleep().  Noticed by Chris Nandor.
19677              
19678              Also make usleep() to croak if fed illegal number
19679              of useconds (anything greater than 1_000_000).
19680      Branch: perl
19681            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
19682            ! ext/Time/HiRes/HiRes.xs
19683 ____________________________________________________________________________
19684 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
19685         Log: A missing SvREFCNT_dec.
19686      Branch: perl
19687            ! perl.c
19688 ____________________________________________________________________________
19689 [ 12447] By: nick                                  on 2001/10/15  20:27:53
19690         Log: Beginings of PerlIO_dup support (unstable)
19691      Branch: perlio
19692            ! perlio.c perliol.h
19693 ____________________________________________________________________________
19694 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
19695         Log: (retracted by #12497)
19696              In AIX vac 5 just can't seem to get regcomp right.
19697      Branch: perl
19698            ! hints/aix.sh
19699 ____________________________________________________________________________
19700 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
19701         Log: Bump the version number to agree with the maintperl one.
19702      Branch: perl
19703            ! lib/Tie/RefHash.pm
19704 ____________________________________________________________________________
19705 [ 12444] By: nick                                  on 2001/10/15  15:59:57
19706         Log: Integrate mainline
19707      Branch: perlio
19708           +> lib/Math/BigInt/t/Math/Subclass.pm
19709           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
19710           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
19711           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
19712           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
19713           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
19714           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
19715           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
19716           +> lib/unicore/mktables
19717            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
19718            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
19719            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
19720            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
19721            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
19722            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
19723            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
19724            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
19725            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
19726            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
19727            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
19728            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
19729            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
19730            - lib/unicore/syllables.txt
19731           !> (integrate 344 files)
19732 ____________________________________________________________________________
19733 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
19734         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
19735      Branch: perl
19736            ! ext/DB_File/DB_File.xs
19737 ____________________________________________________________________________
19738 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
19739         Log: Sync the skip() amounts with the number of tests.
19740      Branch: perl
19741            ! lib/Term/Complete.t
19742 ____________________________________________________________________________
19743 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
19744         Log: Update Changes.
19745      Branch: perl
19746            ! Changes patchlevel.h
19747 ____________________________________________________________________________
19748 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
19749         Log: MacOS Classic catdir() rewrite from Thomas Wegner
19750              (backward incompatibility, but a deliberate one,
19751              the old version simply is broken in its logic),
19752              also documentation updates, and as suggested replicated
19753              the File::Spec::Unix documentation updates also on the
19754              File::Spec documentation.
19755              
19756              TODO: there seems to be duplication of documentation
19757              between File::Spec and File::Spec::Unix.  I think
19758              the ::Unix should be left only with specific UNIXisms,
19759              and all the generic documentation should be in ::Spec.
19760      Branch: perl
19761            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
19762            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
19763            ! lib/File/Spec/Unix.pm
19764 ____________________________________________________________________________
19765 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
19766         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
19767              From: Blair Zajac <blair@orcaware.com>
19768              Date: Mon, 24 Sep 2001 11:48:58 -0700
19769              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
19770              
19771              (the skip() messages)
19772      Branch: perl
19773            ! t/op/magic.t
19774 ____________________________________________________________________________
19775 [ 12438] By: ams                                   on 2001/10/14  23:43:59
19776         Log: Subject: [PATCH] make PerlIO default on VMS
19777              From: "Craig A. Berry" <craigberry@mac.com>
19778              Date: Sun, 14 Oct 2001 15:27:18 -0500
19779              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
19780      Branch: perl
19781            ! configure.com
19782 ____________________________________________________________________________
19783 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
19784         Log: Retract #12436 (Abhijit already did this at #12426)
19785      Branch: perl
19786            ! lib/ExtUtils/MM_Unix.pm
19787 ____________________________________________________________________________
19788 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
19789         Log: (retracted by #12437)
19790              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
19791              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
19792              Date: Sat, 13 Oct 2001 20:33:55 +0200
19793              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
19794      Branch: perl
19795            ! lib/ExtUtils/MM_Unix.pm
19796 ____________________________________________________________________________
19797 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
19798         Log: Subject: h2xs grammar nit
19799              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
19800              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
19801              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
19802      Branch: perl
19803            ! utils/h2xs.PL
19804 ____________________________________________________________________________
19805 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
19806         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
19807              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
19808              Date: Sun, 14 Oct 2001 11:25:08 +0100
19809              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
19810      Branch: perl
19811            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
19812            ! warnings.pl
19813 ____________________________________________________________________________
19814 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
19815         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
19816              for File::Spec::Mac::catfile)
19817      Branch: perl
19818            ! lib/h2xs.t
19819 ____________________________________________________________________________
19820 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
19821         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
19822              From: Nicholas Clark <nick@ccl4.org>
19823              Date: Sat, 13 Oct 2001 00:07:31 +0100
19824              Message-ID: <20011013000731.D67535@plum.flirble.org>
19825      Branch: perl
19826            ! lib/h2xs.t utils/h2xs.PL
19827 ____________________________________________________________________________
19828 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
19829         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
19830              before DEFINE and INC), and repent by taking DEFINE and
19831              INC away from PASTHRU.
19832      Branch: perl
19833            ! lib/ExtUtils/MM_Unix.pm
19834 ____________________________________________________________________________
19835 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
19836         Log: More MANIFEST anomalies.
19837      Branch: perl
19838            ! MANIFEST
19839 ____________________________________________________________________________
19840 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
19841         Log: Not that many.
19842      Branch: perl
19843            ! MANIFEST
19844 ____________________________________________________________________________
19845 [ 12428] By: sky                                   on 2001/10/13  20:59:27
19846         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
19847              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19848              Date: Sat, 13 Oct 2001 23:15:55 +0200
19849              Message-ID: <20011013231555.A18071@rafael>
19850      Branch: perl
19851            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
19852            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
19853 ____________________________________________________________________________
19854 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
19855         Log: Rewrite mktables from scratch.
19856              - Cleaner.
19857              - Faster: 15-20 seconds as opposed to several minutes.
19858              - More dynamic: the names of the various categories
19859              such as the linebreak ones are dynamic, not static.
19860              - Is.pl: long names for the general category properties
19861              are now available.
19862              - Ranges (<... ,First>, <..., Last>) from the general
19863              categories work now.
19864              - No more mktables.PL because the mktables.PL is not
19865              and never has been run to create a mktables.
19866              - syllables.txt and Is/Syl*.pl removed: non-standard
19867              (not part of the Unicode), and the whole concept is
19868              being reworked (http://syllabary.sourceforge.net/),
19869              the old way wouldn't even work with the new Syllables.txt
19870              (it would result in 1000+ new categories)
19871      Branch: perl
19872            + lib/unicore/In/163.pl lib/unicore/In/164.pl
19873            + lib/unicore/In/165.pl lib/unicore/In/166.pl
19874            + lib/unicore/In/167.pl lib/unicore/In/168.pl
19875            + lib/unicore/In/169.pl lib/unicore/In/170.pl
19876            + lib/unicore/In/171.pl lib/unicore/Is.pl
19877            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
19878            + lib/unicore/mktables
19879            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
19880            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
19881            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
19882            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
19883            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
19884            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
19885            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
19886            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
19887            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
19888            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
19889            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
19890            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
19891            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
19892            - lib/unicore/syllables.txt
19893            ! (edit 304 files)
19894 ____________________________________________________________________________
19895 [ 12426] By: ams                                   on 2001/10/13  18:05:36
19896         Log: ExtUtils::MM_Unix should ignore comments when searching for
19897              $VERSION.
19898      Branch: perl
19899            ! lib/ExtUtils/MM_Unix.pm
19900 ____________________________________________________________________________
19901 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
19902         Log: Subject: Re: New module XML::Clean
19903              From: andreas.koenig@anima.de (Andreas J. Koenig)
19904              Date: 13 Oct 2001 10:17:09 +0200
19905              Message-ID: <m37ku0t0my.fsf@anima.de>
19906      Branch: perl
19907            ! pod/perlnewmod.pod
19908 ____________________________________________________________________________
19909 [ 12424] By: sky                                   on 2001/10/13  09:39:59
19910         Log: Set thread stack size if needed.
19911      Branch: perl
19912            ! ext/threads/threads.xs
19913 ____________________________________________________________________________
19914 [ 12423] By: sky                                   on 2001/10/13  09:36:49
19915         Log: We do want to set the attribute to joinable even on modern posix
19916              platforms.
19917      Branch: perl
19918            ! ext/threads/threads.xs
19919 ____________________________________________________________________________
19920 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
19921         Log: Subject: [PATCH ext/Data/Dumper.xs]
19922              From: Brian Ingerson <ingy@ttul.org>
19923              Date: Fri, 12 Oct 2001 19:32:35 -0700
19924              Message-ID: <20011012193235.B889@ttul.org>
19925      Branch: perl
19926            ! ext/Data/Dumper/Dumper.xs
19927 ____________________________________________________________________________
19928 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
19929         Log: Update Changes.
19930      Branch: perl
19931            ! Changes patchlevel.h
19932 ____________________________________________________________________________
19933 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
19934         Log: FAQ sync.
19935      Branch: perl
19936            ! pod/perlfaq3.pod pod/perlfaq4.pod
19937 ____________________________________________________________________________
19938 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
19939         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
19940              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
19941              Date: Fri, 12 Oct 2001 11:51:05 -0700
19942              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
19943      Branch: perl
19944            ! lib/File/Copy.pm
19945 ____________________________________________________________________________
19946 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
19947         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
19948              From: "chromatic" <chromatic@rmci.net>     
19949              Date: Thu, 11 Oct 2001 10:57:55 -0600
19950              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
19951              
19952              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
19953              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19954              Date: Thu, 11 Oct 2001 22:34:21 +0200
19955              Message-ID: <20011011223421.A693@rafael>     
19956              
19957              plus undef $Term::Complete::stty as suggested by Rafael.
19958      Branch: perl
19959            ! lib/Term/Complete.pm lib/Term/Complete.t
19960 ____________________________________________________________________________
19961 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
19962         Log: UUnndduupplleexx..
19963      Branch: perl
19964            ! perl.h
19965 ____________________________________________________________________________
19966 [ 12416] By: sky                                   on 2001/10/12  20:16:19
19967         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
19968              From: Andy Dougherty <doughera@lafayette.edu>
19969              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
19970              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
19971              (Potentially only band-aid)
19972      Branch: perl
19973            ! sv.c
19974 ____________________________________________________________________________
19975 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
19976         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
19977              mishandles kill(), and therefore the sigaction test
19978              should be skipped, from Charles Lane.
19979      Branch: perl
19980            ! ext/POSIX/t/sigaction.t
19981 ____________________________________________________________________________
19982 [ 12414] By: sky                                   on 2001/10/12  18:47:49
19983         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
19984      Branch: perl
19985            ! op.h
19986 ____________________________________________________________________________
19987 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
19988         Log: Upgrade to Math::BigInt 1.44 from Tels and
19989              further fixes from John Peacock.
19990      Branch: perl
19991            + lib/Math/BigInt/t/Math/Subclass.pm
19992            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
19993            + lib/Math/BigInt/t/subclass.t
19994            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
19995            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
19996            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
19997            ! lib/Math/BigInt/t/mbimbf.t
19998 ____________________________________________________________________________
19999 [ 12412] By: sky                                   on 2001/10/12  18:28:23
20000         Log: perhaps pthread_attr_t really needs to be set for the old api
20001      Branch: perl
20002            ! ext/threads/threads.xs
20003 ____________________________________________________________________________
20004 [ 12411] By: sky                                   on 2001/10/12  18:11:45
20005         Log: pthread_keycreate not pthread_key_create under the here be dragons API
20006      Branch: perl
20007            ! ext/threads/threads.h
20008 ____________________________________________________________________________
20009 [ 12410] By: sky                                   on 2001/10/12  18:07:37
20010         Log: Apperently OLD PTHREADS API is a bit retarded.
20011              This should fix another set of compile failures in HP-UX 10.20.
20012      Branch: perl
20013            ! ext/threads/threads.h ext/threads/threads.xs
20014 ____________________________________________________________________________
20015 [ 12409] By: nick                                  on 2001/10/12  15:30:01
20016         Log: Blind integrate of mainline
20017      Branch: perlio
20018           +> (branch 32 files)
20019            - lib/unicode/README
20020           !> (integrate 121 files)
20021 ____________________________________________________________________________
20022 [ 12408] By: sky                                   on 2001/10/12  14:55:08
20023         Log: Let us avoid being smart for now.
20024      Branch: perl
20025            ! ext/threads/threads.h
20026 ____________________________________________________________________________
20027 [ 12407] By: sky                                   on 2001/10/12  14:38:12
20028         Log: (void*) the argument to make sure we work with picky compilers
20029      Branch: perl
20030            ! ext/threads/threads.xs
20031 ____________________________________________________________________________
20032 [ 12406] By: ams                                   on 2001/10/12  13:26:04
20033         Log: (replaced with #12600)
20034              
20035              Subject: [PATCH 5.6.1 perldoc] use File::Temp
20036              From: Mikhail Zabaluev <mhz@alt-linux.org>
20037              Date: Fri, 12 Oct 2001 12:47:47 +0400
20038              Message-Id: <20011012124747.E13918@localhost.localdomain>
20039      Branch: perl
20040            ! utils/perldoc.PL
20041 ____________________________________________________________________________
20042 [ 12405] By: ams                                   on 2001/10/12  13:05:32
20043         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
20044              From: andreas.koenig@anima.de (Andreas J. Koenig)
20045              Date: 12 Oct 2001 11:12:07 +0200
20046              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
20047      Branch: perl
20048            ! lib/Memoize/t/speed.t
20049 ____________________________________________________________________________
20050 [ 12404] By: sky                                   on 2001/10/12  12:46:15
20051         Log: A) Support OLD_PTHREADS_API
20052              B) Change from using pthread_t to using a TLS to store the
20053              index of the thread in an hash, this is to avoid problems when
20054              in fact pthread_t was not a seralizable type.
20055              Both these changes are because of HP-UX 10.20
20056              This has not been tested on win32 but should work there.
20057              Need to add support for NetWare.
20058      Branch: perl
20059            ! ext/threads/threads.h ext/threads/threads.xs
20060 ____________________________________________________________________________
20061 [ 12403] By: ams                                   on 2001/10/12  07:34:19
20062         Log: Subject: Re: New module XML::Clean
20063              From: andreas.koenig@anima.de (Andreas J. Koenig)
20064              Date: 12 Oct 2001 10:20:35 +0200
20065              Message-Id: <m3elo9uv58.fsf@anima.de>
20066      Branch: perl
20067            ! pod/perlnewmod.pod
20068 ____________________________________________________________________________
20069 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
20070         Log: More HP model tweaks from Merijn.
20071      Branch: perl
20072            ! README.hpux
20073 ____________________________________________________________________________
20074 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
20075         Log: Update Changes.
20076      Branch: perl
20077            ! Changes patchlevel.h
20078 ____________________________________________________________________________
20079 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
20080         Log: HP-UX update from H.Merijn Brand.
20081      Branch: perl
20082            ! README.hpux
20083 ____________________________________________________________________________
20084 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
20085         Log: Subject: [PATCH] fix link rot in README.vms
20086              From: "Craig A. Berry" <craigberry@mac.com>
20087              Date: Wed, 10 Oct 2001 17:17:00 -0500
20088              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
20089      Branch: perl
20090            ! README.vms
20091 ____________________________________________________________________________
20092 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
20093         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
20094              From: "chromatic" <chromatic@rmci.net>
20095              Date: Wed, 10 Oct 2001 15:50:30 -0600
20096              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
20097      Branch: perl
20098            ! lib/Term/Complete.t
20099 ____________________________________________________________________________
20100 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
20101         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
20102              From: "chromatic" <chromatic@rmci.net>
20103              Date: Wed, 10 Oct 2001 15:45:42 -0600
20104              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
20105      Branch: perl
20106            + lib/ExtUtils/Packlist.t
20107            ! MANIFEST
20108 ____________________________________________________________________________
20109 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
20110         Log: VMS needs quotes around the -I option to keep it from
20111              being downcased, from Charles Lane.
20112      Branch: perl
20113            ! t/run/kill_perl.t
20114 ____________________________________________________________________________
20115 [ 12395] By: ams                                   on 2001/10/10  16:22:32
20116         Log: Subject: [PATCH lib/FindBin.pm]
20117              From: Stas Bekman <stas@stason.org>
20118              Date: Tue, 09 Oct 2001 23:57:10 +0800
20119              Message-Id: <3BC31E56.60805@stason.org>
20120      Branch: perl
20121            ! lib/FindBin.pm
20122 ____________________________________________________________________________
20123 [ 12394] By: ams                                   on 2001/10/10  16:09:53
20124         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
20125              From: Abhijit Menon-Sen <ams@wiw.org>
20126              Date: Wed, 10 Oct 2001 21:59:33 +0530
20127              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
20128      Branch: perl
20129            ! ext/Data/Dumper/Dumper.xs
20130 ____________________________________________________________________________
20131 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
20132         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
20133              from Charles Lane.
20134      Branch: perl
20135            ! lib/File/Spec/VMS.pm
20136 ____________________________________________________________________________
20137 [ 12392] By: ams                                   on 2001/10/10  14:49:43
20138         Log: Subject: [PATCH] two s/// bugfixes
20139              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20140              Date: Wed, 10 Oct 2001 17:23:44 +0200
20141              Message-Id: <20011010172344.C22440@rafael>
20142      Branch: perl
20143            ! pp_ctl.c regexec.c t/op/subst.t
20144 ____________________________________________________________________________
20145 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
20146         Log: Fix/improve handling of the [000000] special "root"
20147              directory, by putting cwd in canonical form when doing
20148              abs2rel, and prepending a 000000 to directory "chunks"
20149              if missing from base or path.  Also adjust test to
20150              reflect the (improved) output from abs2rel.
20151              From Charles Lane.
20152      Branch: perl
20153            ! lib/File/Spec.t lib/File/Spec/VMS.pm
20154 ____________________________________________________________________________
20155 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
20156         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
20157              all of the extra VMSish attributes (such as "treat this logical
20158              as a device name") that are necessary to make programs run.
20159              A tainted %ENV does not hinder VMS.  From Charles Lane.
20160      Branch: perl
20161            ! lib/File/Find/t/taint.t
20162 ____________________________________________________________________________
20163 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
20164         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
20165              
20166              o  VMS is case-insensitive, RTL downcases filenames read
20167              by perl... so need to re-upcase filenames like MANIFEST
20168              and MANIFEST.SKIP
20169              
20170              o  Need to convert VMS-style to Unix-style filenames when comparing
20171              names in MANIFEST to names in filesystem.
20172              
20173              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
20174              since VMS won't let you (easily) delete non-empty directories.
20175              
20176              From Charles Lane.
20177      Branch: perl
20178            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
20179 ____________________________________________________________________________
20180 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
20181         Log: Unix and VMS agree on "*" as a "match any number of any chars"
20182              wildcards, but differ ("?"  vs.  "%") for their "match any single
20183              char" wildcard.  This patch changes "?"  chars to "%" before doing a
20184              VMS glob...at no loss of functionality, since "?"  isn't a valid
20185              filename char on VMS.  From Charles Lane.
20186      Branch: perl
20187            ! doio.c
20188 ____________________________________________________________________________
20189 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
20190         Log: (accidentally empty submit; new life as #12390)
20191      Branch: perl
20192            ! lib/File/Find/t/taint.t
20193 ____________________________________________________________________________
20194 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
20195         Log: Even more VMS tweakage from Charles Lane:
20196              
20197              Tweak #1:  splitdir only works on directory part of filespec,
20198              split off volume first
20199              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
20200              (it's a horrible kludge in the run-time library,
20201              improved in later versions). Check the
20202              $Config{'d_setenv'} flag before attempting to set it.
20203      Branch: perl
20204            ! t/op/chdir.t
20205 ____________________________________________________________________________
20206 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
20207         Log: VMS tweakage from Charles Lane.
20208              
20209              . command.com doubles an output line when prompting for extensions
20210              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
20211              . perl5db doesn't clean up after itself
20212      Branch: perl
20213            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
20214 ____________________________________________________________________________
20215 [ 12384] By: sky                                   on 2001/10/09  19:16:11
20216         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
20217              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20218              Date: Tue, 9 Oct 2001 22:10:26 +0200
20219              Message-ID: <20011009221026.A8579@rafael>
20220      Branch: perl
20221            ! pod/perldata.pod
20222 ____________________________________________________________________________
20223 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
20224         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
20225              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
20226              Date: 9 Oct 2001 15:15:06 -0000
20227              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
20228      Branch: perl
20229            ! t/op/subst.t
20230 ____________________________________________________________________________
20231 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
20232         Log: Update Changes.
20233      Branch: perl
20234            ! Changes patchlevel.h
20235 ____________________________________________________________________________
20236 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
20237         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
20238              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
20239              when a NULL is passed for the filename string pointer.
20240              From Charles Lane.
20241      Branch: perl
20242            ! vms/vms.c
20243 ____________________________________________________________________________
20244 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
20245         Log: Subject: HP systems update
20246              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20247              Date: Tue, 09 Oct 2001 15:59:22 +0200
20248              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
20249      Branch: perl
20250            ! README.hpux
20251 ____________________________________________________________________________
20252 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
20253         Log: CPAN::Nox does now have a test.
20254      Branch: perl
20255            ! t/lib/1_compile.t
20256 ____________________________________________________________________________
20257 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
20258         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
20259              From: David Dyck <dcd@tc.fluke.com>
20260              Date: Mon, 1 Oct 2001 12:17:36 -0700
20261              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
20262      Branch: perl
20263            ! installperl
20264 ____________________________________________________________________________
20265 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
20266         Log: NetWare update from Ananth Kesari.
20267      Branch: perl
20268            ! NetWare/nwperlsys.h makedef.pl
20269 ____________________________________________________________________________
20270 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
20271         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
20272              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20273              Date: Tue, 9 Oct 2001 08:40:57 EDT
20274              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
20275      Branch: perl
20276            ! lib/File/Find/t/find.t
20277 ____________________________________________________________________________
20278 [ 12374] By: ams                                   on 2001/10/09  05:31:45
20279         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
20280              ExtUtils::Mkbootstrap
20281              From: "chromatic" <chromatic@rmci.net>
20282              Date: Tue, 09 Oct 2001 00:08:37 -0600
20283              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
20284      Branch: perl
20285            + lib/ExtUtils/Mkbootstrap.t
20286            ! MANIFEST
20287 ____________________________________________________________________________
20288 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
20289         Log: Enable more debugging.
20290      Branch: perl
20291            ! lib/utf8_heavy.pl
20292 ____________________________________________________________________________
20293 [ 12372] By: ams                                   on 2001/10/09  02:11:59
20294         Log: #12370 forgot to modify is_gv_magical().
20295      Branch: perl
20296            ! gv.c
20297 ____________________________________________________________________________
20298 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
20299         Log: Make the toupper/lower/title API for Unicode not right
20300              but at least less wrong: prepare for the mapping being
20301              more than just one-character-to-one-character.
20302      Branch: perl
20303            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
20304            ! regexec.c utf8.c
20305 ____________________________________________________________________________
20306 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
20307         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
20308              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
20309              Date: Mon, 8 Oct 2001 22:18:23 -0400
20310              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
20311      Branch: perl
20312            ! pod/perlvar.pod t/op/taint.t
20313 ____________________________________________________________________________
20314 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
20315         Log: FAQ sync.
20316      Branch: perl
20317            ! pod/perlfaq3.pod pod/perlfaq4.pod
20318 ____________________________________________________________________________
20319 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
20320         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
20321              From: "chromatic" <chromatic@rmci.net>
20322              Date: Mon, 08 Oct 2001 14:05:32 -0600
20323              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
20324      Branch: perl
20325            ! lib/Term/Cap.t
20326 ____________________________________________________________________________
20327 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
20328         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
20329              From: Michael G Schwern <schwern@pobox.com>
20330              Date: Mon, 8 Oct 2001 17:00:14 -0400
20331              Message-ID: <20011008170014.L17083@blackrider>
20332      Branch: perl
20333            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
20334 ____________________________________________________________________________
20335 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
20336         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
20337              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20338              Date: Mon, 8 Oct 2001 16:01:33 EDT
20339              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
20340      Branch: perl
20341            ! ext/Time/HiRes/HiRes.xs
20342 ____________________________________________________________________________
20343 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
20344         Log: Subject: [PATCH] Autosplit patch for VMS
20345              From: "Craig A. Berry" <craigberry@mac.com>
20346              Date: Mon, 08 Oct 2001 15:40:43 -0500
20347              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
20348      Branch: perl
20349            ! lib/AutoSplit.pm lib/AutoSplit.t
20350 ____________________________________________________________________________
20351 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
20352         Log: Don't assume that everybody is running OS X 10.1 yet;
20353              from Kay Röpke.
20354      Branch: perl
20355            ! hints/darwin.sh
20356 ____________________________________________________________________________
20357 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
20358         Log: Update Changes.
20359      Branch: perl
20360            ! Changes patchlevel.h
20361 ____________________________________________________________________________
20362 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
20363         Log: Retract #12358 for now.
20364      Branch: perl
20365            ! lib/Term/Cap.t
20366 ____________________________________________________________________________
20367 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
20368         Log: Can't figure out what this is testing.
20369              (If it is trying to catch SIGKILL, it should stop
20370              trying because that is by definition impossible.)
20371      Branch: perl
20372            ! lib/sigtrap.t
20373 ____________________________________________________________________________
20374 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
20375         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
20376              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
20377              Date: Sun, 30 Sep 2001 21:15:13 +0200
20378              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
20379      Branch: perl
20380            ! lib/ExtUtils/MM_Win32.pm
20381 ____________________________________________________________________________
20382 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
20383         Log: Clarify the ldlibpth part and condense the overall text.
20384      Branch: perl
20385            ! t/TEST
20386 ____________________________________________________________________________
20387 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
20388         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
20389              From: "chromatic" <chromatic@rmci.net>
20390              Date: Sun, 07 Oct 2001 16:59:26 -0600
20391              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
20392      Branch: perl
20393            ! lib/Term/Cap.t
20394 ____________________________________________________________________________
20395 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
20396         Log: Update the list because fo #12265.
20397      Branch: perl
20398            ! t/lib/1_compile.t
20399 ____________________________________________________________________________
20400 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
20401         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
20402              From: Nicholas Clark <nick@ccl4.org>
20403              Date: Sun, 7 Oct 2001 20:53:33 +0100
20404              Message-ID: <20011007205333.S38756@plum.flirble.org>   
20405      Branch: perl
20406            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
20407            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
20408            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
20409            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
20410            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
20411            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
20412            ! lib/Switch/t/switch.t lib/Term/Complete.t
20413            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
20414            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
20415            ! t/op/my_stash.t
20416 ____________________________________________________________________________
20417 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
20418         Log: Integrate patch #12350 from maintperl; typo in
20419              IO::Seekable doc.
20420      Branch: perl
20421           !> ext/IO/lib/IO/Seekable.pm
20422 ____________________________________________________________________________
20423 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
20424         Log: Detypo.
20425      Branch: perl
20426            ! hints/darwin.sh
20427 ____________________________________________________________________________
20428 [ 12353] By: sky                                   on 2001/10/07  17:16:14
20429         Log: Change 12349 didn't really get it right.
20430      Branch: perl
20431            ! lib/Unicode/README
20432 ____________________________________________________________________________
20433 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
20434         Log: If running the harness the dynamic library search path
20435              may need setting.
20436      Branch: perl
20437            ! t/TEST
20438 ____________________________________________________________________________
20439 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
20440         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
20441              in ldflags.
20442      Branch: perl
20443            ! hints/darwin.sh
20444 ____________________________________________________________________________
20445 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
20446         Log: typo in IO::Seekable doc
20447      Branch: maint-5.6/perl
20448            ! ext/IO/lib/IO/Seekable.pm
20449 ____________________________________________________________________________
20450 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
20451         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
20452              doesn't work on Mac OS X 10.1 (when unpacking the tar the
20453              latter gets renamed as lib/unicode:1, assumedly for security
20454              reasons not to overwrite stuff)
20455      Branch: perl
20456            + lib/Unicode/README
20457            - lib/unicode/README
20458            ! MANIFEST
20459 ____________________________________________________________________________
20460 [ 12348] By: ams                                   on 2001/10/07  05:33:40
20461         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
20462              From: "chromatic" <chromatic@rmci.net>
20463              Date: Sat, 06 Oct 2001 21:42:03 -0600
20464              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
20465      Branch: perl
20466            + lib/CPAN/t/Nox.t
20467            ! MANIFEST
20468 ____________________________________________________________________________
20469 [ 12347] By: ams                                   on 2001/10/07  00:48:10
20470         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
20471              From: "chromatic" <chromatic@rmci.net>
20472              Date: Sat, 06 Oct 2001 18:52:10 -0600
20473              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
20474      Branch: perl
20475            + lib/sigtrap.t
20476            ! MANIFEST
20477 ____________________________________________________________________________
20478 [ 12346] By: ams                                   on 2001/10/06  23:14:01
20479         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
20480              h2xs write?)
20481              From: Nicholas Clark <nick@ccl4.org>
20482              Date: Sat, 6 Oct 2001 21:46:43 +0100
20483              Message-Id: <20011006214643.L38756@plum.flirble.org>
20484      Branch: perl
20485            ! utils/h2xs.PL
20486 ____________________________________________________________________________
20487 [ 12345] By: ams                                   on 2001/10/06  17:39:53
20488         Log: Subject: [PATCH] Memoize tests
20489              From: Nicholas Clark <nick@ccl4.org>
20490              Date: Sat, 6 Oct 2001 18:04:21 +0100
20491              Message-Id: <20011006180421.J38756@plum.flirble.org>
20492      Branch: perl
20493            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
20494            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
20495            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
20496            ! lib/Memoize/t/expire_module_n.t
20497            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
20498            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
20499            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
20500            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
20501            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
20502            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
20503 ____________________________________________________________________________
20504 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
20505         Log: Retract the latter part of #12343.
20506      Branch: perl
20507            ! ext/IO/lib/IO/Socket/INET.pm
20508 ____________________________________________________________________________
20509 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
20510         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
20511              From: David Dyck <dcd@tc.fluke.com>
20512              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
20513              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
20514              
20515              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
20516              From: David Dyck <dcd@tc.fluke.com>
20517              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
20518              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
20519      Branch: perl
20520            ! ext/IO/lib/IO/Socket/INET.pm
20521 ____________________________________________________________________________
20522 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
20523         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
20524              From: Robin Barker <rmb1@cise.npl.co.uk>
20525              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
20526              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
20527      Branch: perl
20528            ! t/TEST
20529 ____________________________________________________________________________
20530 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
20531         Log: Don't assume that %x is good for displaying UVs.
20532      Branch: perl
20533            ! dump.c
20534 ____________________________________________________________________________
20535 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
20536         Log: Update Changes.
20537      Branch: perl
20538            ! Changes patchlevel.h
20539 ____________________________________________________________________________
20540 [ 12339] By: ams                                   on 2001/10/05  10:22:34
20541         Log: Subject: [PATCH] perlfunc/select
20542              From: Nicholas Clark <nick@ccl4.org>
20543              Date: Fri, 5 Oct 2001 11:33:58 +0100
20544              Message-Id: <20011005113358.Z38756@plum.flirble.org>
20545      Branch: perl
20546            ! pod/perlfunc.pod
20547 ____________________________________________________________________________
20548 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
20549         Log: Retract #12313 and #12249.
20550      Branch: perl
20551            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
20552            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
20553            ! pod/perlebcdic.pod
20554 ____________________________________________________________________________
20555 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
20556         Log: Subject: [PATCH] perlvms.pod update
20557              From: "Craig A. Berry" <craigberry@mac.com>
20558              Date: Thu, 04 Oct 2001 12:55:52 -0500
20559              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
20560      Branch: perl
20561            ! vms/perlvms.pod
20562 ____________________________________________________________________________
20563 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
20564         Log: Subject: PATCH: Tie::SubstrHash
20565              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20566              Date: Thu, 04 Oct 2001 12:12:41 +0100
20567              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
20568      Branch: perl
20569            ! lib/Tie/SubstrHash.pm
20570 ____________________________________________________________________________
20571 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
20572         Log: Unicode properties saga continues.
20573      Branch: perl
20574            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
20575            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
20576 ____________________________________________________________________________
20577 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
20578         Log: Yet more Unicode properties.
20579      Branch: perl
20580            + lib/unicore/In/137.pl lib/unicore/In/138.pl
20581            + lib/unicore/In/139.pl lib/unicore/In/140.pl
20582            + lib/unicore/In/141.pl lib/unicore/In/142.pl
20583            + lib/unicore/In/143.pl lib/unicore/In/144.pl
20584            + lib/unicore/In/145.pl lib/unicore/In/146.pl
20585            + lib/unicore/In/147.pl lib/unicore/In/148.pl
20586            + lib/unicore/In/149.pl lib/unicore/In/150.pl
20587            + lib/unicore/In/151.pl lib/unicore/In/152.pl
20588            + lib/unicore/In/153.pl lib/unicore/In/154.pl
20589            + lib/unicore/In/155.pl lib/unicore/In/156.pl
20590            + lib/unicore/In/157.pl lib/unicore/In/158.pl
20591            + lib/unicore/In/159.pl lib/unicore/In/160.pl
20592            + lib/unicore/In/161.pl lib/unicore/In/162.pl
20593            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
20594            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
20595            ! pod/perlunicode.pod
20596 ____________________________________________________________________________
20597 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
20598         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
20599              From: "Craig A. Berry" <craigberry@mac.com>
20600              Date: Wed, 03 Oct 2001 17:45:25 -0500
20601              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
20602              
20603              (the lib/Term/Complete.t patched differently by #12332)
20604      Branch: perl
20605            ! lib/ExtUtils/Command.t
20606 ____________________________________________________________________________
20607 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
20608         Log: Restore only if something to restore.
20609      Branch: perl
20610            ! lib/Term/Complete.t
20611 ____________________________________________________________________________
20612 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
20613         Log: Update various resources for credits,
20614              minor icons fixes, and versions.
20615      Branch: maint-5.6/macperl
20616            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
20617            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
20618            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
20619 ____________________________________________________________________________
20620 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
20621         Log: Quiet the warnings about using undef value
20622      Branch: maint-5.6/macperl
20623            ! lib/File/Temp.pm
20624 ____________________________________________________________________________
20625 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
20626         Log: Fix up Ballon Help and Help menu docs (first pass);
20627              remove balloon rez file, and autogenerate with
20628              Balloon2Rez instead.
20629      Branch: maint-5.6/macperl
20630            + macos/macperl/macscripts/Balloon2Rez
20631            - macos/macperl/MPBalloons.r
20632            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
20633 ____________________________________________________________________________
20634 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
20635         Log: Allow overriding of defaults, for change #12327.
20636      Branch: maint-5.6/macperl
20637            ! perl.h
20638 ____________________________________________________________________________
20639 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
20640         Log: Override PerlProc_exit.
20641      Branch: maint-5.6/macperl
20642            ! macos/macish.h
20643 ____________________________________________________________________________
20644 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
20645         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
20646      Branch: maint-5.6/macperl
20647            + macos/bundled_lib/blib/lib/MD5.pm
20648            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
20649            + macos/lib/Mac/AETE/Dialect.pm
20650            + macos/lib/Mac/AETE/Format/Converter.pm
20651            + macos/lib/Mac/AETE/Format/Dictionary.pm
20652            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
20653            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
20654            + macos/lib/Mac/Toolbox.pod
20655            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
20656 ____________________________________________________________________________
20657 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
20658         Log: Sync up silly CVS headers ... I should commit CVS
20659              first to avoid this ...
20660      Branch: maint-5.6/macperl
20661            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
20662            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
20663            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
20664            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
20665 ____________________________________________________________________________
20666 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
20667         Log: Fix Matthias' address, and attributions.
20668      Branch: maint-5.6/macperl
20669            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
20670            ! pod/perlport.pod
20671 ____________________________________________________________________________
20672 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
20673         Log: Fix Matthias' address, and attributions.
20674      Branch: maint-5.6/macperl
20675            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
20676            ! macos/ext/Mac/Components/Components.pm
20677            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
20678            ! macos/ext/Mac/Dialogs/Dialogs.pm
20679            ! macos/ext/Mac/Events/Events.pm
20680            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
20681            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
20682            ! macos/ext/Mac/Gestalt/Gestalt.pm
20683            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
20684            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
20685            ! macos/ext/Mac/Menus/Menus.pm
20686            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
20687            ! macos/ext/Mac/Movies/Movies.pm
20688            ! macos/ext/Mac/Navigation/Navigation.pm
20689            ! macos/ext/Mac/Notification/Notification.pm
20690            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
20691            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
20692            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
20693            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
20694            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
20695            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
20696            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
20697            ! macos/ext/Mac/StandardFile/StandardFile.pm
20698            ! macos/ext/Mac/TextEdit/TextEdit.pm
20699            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
20700            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
20701            ! macos/lib/Mac/LowMem.pm
20702 ____________________________________________________________________________
20703 [ 12322] By: sky                                   on 2001/10/03  18:41:07
20704         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
20705              From: "Craig A. Berry" <craigberry@mac.com>
20706              Date: Wed, 03 Oct 2001 14:30:55 -0500
20707              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
20708      Branch: perl
20709            ! vms/vms.c
20710 ____________________________________________________________________________
20711 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
20712         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
20713              From: "Craig A. Berry" <craigberry@mac.com>
20714              Date: Wed, 03 Oct 2001 14:30:55 -0500
20715              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
20716      Branch: perl
20717            ! vms/vms.c
20718 ____________________________________________________________________________
20719 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
20720         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
20721              only IsL&) and Inherited (negative lookahead good);
20722              add tests for Common, Inherited, and L&.
20723      Branch: perl
20724            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
20725 ____________________________________________________________________________
20726 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
20727         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
20728              (The Unicode standard uses L& quite often.)
20729      Branch: perl
20730            ! lib/utf8_heavy.pl
20731 ____________________________________________________________________________
20732 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
20733         Log: Add the 'Common' Unicode property (code points not
20734              explicitly assigned to any other script).
20735      Branch: perl
20736            + lib/unicore/In/136.pl
20737            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
20738 ____________________________________________________________________________
20739 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
20740         Log: Skip the RV printing test under threads until fixed.
20741      Branch: perl
20742            ! ext/B/t/terse.t
20743 ____________________________________________________________________________
20744 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
20745         Log: Subject: 12309 / cygwin / win2k
20746              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20747              Date: Wed, 03 Oct 2001 15:25:15 +0200
20748              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
20749      Branch: perl
20750            ! makedef.pl
20751 ____________________________________________________________________________
20752 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
20753         Log: Metaconfig unit change for #12314.
20754      Branch: metaconfig
20755            ! U/modified/Head.U
20756 ____________________________________________________________________________
20757 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
20758         Log: Subject: Both cygwin and djgpp on one machine
20759              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20760              Date: Wed, 03 Oct 2001 15:02:59 +0200
20761              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
20762      Branch: perl
20763            ! Configure
20764 ____________________________________________________________________________
20765 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
20766         Log: (retracted by #12338)
20767              
20768              Subject: [PATCH] Code clean up for perlboot.pod
20769              From: Casey West <casey@geeknest.com>
20770              Date: Tue, 2 Oct 2001 19:24:43 -0400
20771              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
20772              
20773              Subject: [PATCH] Code clean up for perlbot.diff
20774              From: Casey West <casey@geeknest.com>
20775              Date: Tue, 2 Oct 2001 19:25:22 -0400
20776              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
20777              
20778              Subject: [PATCH] Code clean up for perlcall.pod
20779              From: Casey West <casey@geeknest.com>
20780              Date: Tue, 2 Oct 2001 19:25:57 -0400
20781              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
20782              
20783              Subject: [PATCH] Code clean up for perldata.pod
20784              From: Casey West <casey@geeknest.com>
20785              Date: Tue, 2 Oct 2001 19:26:29 -0400
20786              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
20787              
20788              Subject: [PATCH] Code clean up for perldbmfilter.pod
20789              From: Casey West <casey@geeknest.com>
20790              Date: Tue, 2 Oct 2001 19:26:59 -0400
20791              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
20792              
20793              Subject: [PATCH] Code clean up for perlebcdic.pod
20794              From: Casey West <casey@geeknest.com>
20795              Date: Tue, 2 Oct 2001 19:27:37 -0400
20796              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
20797      Branch: perl
20798            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
20799            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
20800 ____________________________________________________________________________
20801 [ 12312] By: ams                                   on 2001/10/02  23:43:55
20802         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
20803              From: Michael G Schwern <schwern@pobox.com>
20804              Date: Tue, 2 Oct 2001 17:00:49 -0400
20805              Message-Id: <20011002170049.A9955@blackrider>
20806      Branch: perl
20807            ! lib/ExtUtils/MakeMaker.pm
20808 ____________________________________________________________________________
20809 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
20810         Log: FAQ sync.
20811      Branch: perl
20812            ! pod/perlfaq3.pod
20813 ____________________________________________________________________________
20814 [ 12310] By: nick                                  on 2001/10/02  16:09:49
20815         Log: Integrate mainline
20816      Branch: perlio
20817           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
20818           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
20819           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
20820           !> patchlevel.h t/op/pat.t
20821 ____________________________________________________________________________
20822 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
20823         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
20824              not just one single space.
20825      Branch: perl
20826            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
20827 ____________________________________________________________________________
20828 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
20829         Log: AUTHORS updates.
20830      Branch: perl
20831            ! AUTHORS
20832 ____________________________________________________________________________
20833 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
20834         Log: Update Changes.
20835      Branch: perl
20836            ! Changes patchlevel.h
20837 ____________________________________________________________________________
20838 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
20839         Log: Work around old buggy glibcs for langinfo constants,
20840              from Nicholas Clark and David Dyck.
20841      Branch: perl
20842            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
20843 ____________________________________________________________________________
20844 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
20845         Log: Eradicate Time::Piece; add an example.
20846      Branch: perl
20847            ! ext/I18N/Langinfo/Langinfo.pm
20848 ____________________________________________________________________________
20849 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
20850         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
20851              From: Robert Spier <rspier@pobox.com>
20852              Date: Mon, 1 Oct 2001 23:20:16 -0700
20853              Message-ID: <15289.23712.422087.878224@rls.cx>
20854      Branch: perl
20855            ! lib/Pod/Html.pm
20856 ____________________________________________________________________________
20857 [ 12303] By: sky                                   on 2001/10/02  10:40:57
20858         Log: Fixes obscure bug that manifests itself by.
20859              local $!=0;undef*STDOUT;#segfaults
20860              Has been around for a while. Possible other magic IO vars are
20861              possibly affected as well. Reported by Jos Boumans.
20862      Branch: perl
20863            ! mg.c
20864 ____________________________________________________________________________
20865 [ 12302] By: nick                                  on 2001/10/02  09:00:52
20866         Log: Integrate mainline
20867      Branch: perlio
20868           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
20869           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
20870           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
20871 ____________________________________________________________________________
20872 [ 12301] By: nick                                  on 2001/10/02  08:40:57
20873         Log: Integrate mainline + lib/open.t patch from Chromatic
20874      Branch: perlio
20875           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
20876            ! lib/open.t
20877           !> (integrate 29 files)
20878 ____________________________________________________________________________
20879 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
20880         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
20881              Until it has, better stop early if someone requests threads.
20882      Branch: perl
20883            ! hints/darwin.sh
20884 ____________________________________________________________________________
20885 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
20886         Log: Subject: [ID 20011001.011] redundant code in t/TEST
20887              From: David Dyck <dcd@tc.fluke.com>
20888              Date: Mon, 1 Oct 2001 12:56:24 -0700
20889              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
20890      Branch: perl
20891            ! t/TEST
20892 ____________________________________________________________________________
20893 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
20894         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
20895              From: "chromatic" <chromatic@rmci.net>
20896              Date: Mon, 01 Oct 2001 12:27:12 -0600
20897              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
20898      Branch: perl
20899            ! lib/Term/Cap.t
20900 ____________________________________________________________________________
20901 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
20902         Log: UNICOS testing patches from Nicholas Clark.
20903      Branch: perl
20904            ! t/op/arith.t t/op/pack.t
20905 ____________________________________________________________________________
20906 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
20907         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
20908              From: "chromatic" <chromatic@rmci.net>
20909              Date: Mon, 01 Oct 2001 10:21:51 -0600
20910              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
20911      Branch: perl
20912            ! lib/open.t
20913 ____________________________________________________________________________
20914 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
20915         Log: Make missing the RADIXCHAR a softer, gentler error.
20916      Branch: perl
20917            ! ext/I18N/Langinfo/Langinfo.t
20918 ____________________________________________________________________________
20919 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
20920         Log: Nuke also the LANG because of glibc.
20921      Branch: perl
20922            ! lib/open.t
20923 ____________________________________________________________________________
20924 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
20925         Log: Also the ^Is is optional.
20926      Branch: perl
20927            ! pod/perlunicode.pod t/op/pat.t
20928 ____________________________________________________________________________
20929 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
20930         Log: Be careful to pull chars from the varargs stack when
20931              formatting chars.
20932      Branch: perl
20933            ! regcomp.c
20934 ____________________________________________________________________________
20935 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
20936         Log: sortsv not in place anymore, noticed by John P. Linderman.
20937      Branch: perl
20938            ! pod/perlapi.pod pp_ctl.c
20939 ____________________________________________________________________________
20940 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
20941         Log: Make the diagnostic messages more neutral.
20942      Branch: perl
20943            ! ext/B/t/terse.t
20944 ____________________________________________________________________________
20945 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
20946         Log: Forgotten from #12288.
20947      Branch: perl
20948            ! ext/Data/Dumper/Dumper.pm
20949 ____________________________________________________________________________
20950 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
20951         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
20952              From: Brian Ingerson <ingy@ttul.org>
20953              Date: Sun, 30 Sep 2001 21:45:56 -0700
20954              Message-ID: <20010930214556.D26392@ttul.org>
20955              
20956              (remember also the #12289)
20957      Branch: perl
20958            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
20959 ____________________________________________________________________________
20960 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
20961         Log: More Unicode property tests for the abbreviated
20962              general properties.
20963      Branch: perl
20964            ! t/op/pat.t
20965 ____________________________________________________________________________
20966 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
20967         Log: Further tweaks to the Unicode properties.
20968      Branch: perl
20969            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
20970 ____________________________________________________________________________
20971 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
20972         Log: Retract #12284.
20973      Branch: perl
20974            ! lib/Term/Cap.t
20975 ____________________________________________________________________________
20976 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
20977         Log: (Retracted by #12285)
20978      Branch: perl
20979            ! lib/Term/Cap.t
20980 ____________________________________________________________________________
20981 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
20982         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
20983              From: "chromatic" <chromatic@rmci.net>  
20984              Date: Sun, 30 Sep 2001 16:10:02 -0600
20985              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
20986      Branch: perl
20987            + lib/Term/Cap.t
20988            ! MANIFEST
20989 ____________________________________________________________________________
20990 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
20991         Log: Use stty -g to restore the terminal state, do not even
20992              try to run the tests if stty -g is not available.
20993      Branch: perl
20994            ! lib/Term/Complete.t
20995 ____________________________________________________________________________
20996 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
20997         Log: Cleanup utf8_heavy; allow dropping the In prefix from
20998              Unicode script/block properties.
20999      Branch: perl
21000            ! lib/utf8_heavy.pl
21001 ____________________________________________________________________________
21002 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
21003         Log: Retract the #12259 for now.
21004      Branch: perl
21005            ! embed.h embed.pl sv.h
21006 ____________________________________________________________________________
21007 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
21008         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
21009      Branch: perl
21010            + lib/Text/TabsWrap/CHANGELOG
21011            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
21012 ____________________________________________________________________________
21013 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
21014         Log: #12272 wasn't right, it introduced an extra ().
21015      Branch: perl
21016            ! lib/utf8_heavy.pl
21017 ____________________________________________________________________________
21018 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
21019         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
21020              From: Jonathan Stowe <gellyfish@gellyfish.com>
21021              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
21022              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
21023      Branch: perl
21024            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
21025 ____________________________________________________________________________
21026 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
21027         Log: Subject: Patch to put qsortsv in the public API
21028              From: Brian Ingerson <ingy@ttul.org>
21029              Date: Sat, 29 Sep 2001 17:41:13 -0700
21030              Message-ID: <20010929174113.A30223@ttul.org>
21031      Branch: perl
21032            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
21033 ____________________________________________________________________________
21034 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
21035         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
21036              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21037              Date: Sat, 29 Sep 2001 23:54:48 +0200
21038              Message-ID: <20010929235448.A5017@rafael>
21039      Branch: perl
21040            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
21041 ____________________________________________________________________________
21042 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
21043         Log: FAQ sync.
21044      Branch: perl
21045            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
21046            ! pod/perlfaq9.pod
21047 ____________________________________________________________________________
21048 [ 12273] By: bailey                                on 2001/09/29  23:43:46
21049         Log: Resync with mainline
21050      Branch: vmsperl
21051           +> (branch 1207 files)
21052            - (delete 324 files)
21053           !> (integrate 866 files)
21054 ____________________________________________________________________________
21055 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
21056         Log: Nasty recursion trap if one would match Unicode.
21057      Branch: perl
21058            ! lib/utf8_heavy.pl
21059 ____________________________________________________________________________
21060 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
21061         Log: More Unicode todo.
21062      Branch: perl
21063            ! pod/perltodo.pod
21064 ____________________________________________________________________________
21065 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
21066         Log: Explain a bit the new more flexible \p\P syntax.
21067      Branch: perl
21068            ! pod/perlunicode.pod
21069 ____________________________________________________________________________
21070 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
21071         Log: More leniency to the \p and \P: now can have whitespace
21072              between the property definition and the curlies; now can
21073              invert the property by having a caret between the open
21074              curly and the property.
21075      Branch: perl
21076            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
21077 ____________________________________________________________________________
21078 [ 12268] By: nick                                  on 2001/09/29  17:39:26
21079         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
21080              one test (lib/open.t) fails
21081      Branch: perlio
21082           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
21083           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
21084           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
21085           +> lib/Tie/Scalar.t lib/open.t
21086            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
21087            - ext/B/Stash.t
21088           !> (integrate 62 files)
21089 ____________________________________________________________________________
21090 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
21091         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
21092      Branch: perl
21093            ! t/op/chdir.t
21094 ____________________________________________________________________________
21095 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
21096         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
21097              From: "Craig A. Berry" <craigberry@mac.com> 
21098              Date: Sat, 29 Sep 2001 09:35:33 -0500
21099              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
21100      Branch: perl
21101            ! t/op/chdir.t
21102 ____________________________________________________________________________
21103 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
21104         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
21105              From: "chromatic" <chromatic@rmci.net>
21106              Date: Fri, 28 Sep 2001 21:20:12 -0600
21107              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
21108      Branch: perl
21109            + lib/Tie/Scalar.t
21110            ! MANIFEST lib/Tie/Scalar.pm
21111 ____________________________________________________________________________
21112 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
21113         Log: Allow for more flexibility in the \p{In...} names, now
21114              case doesn't matter, and any space or dash can be
21115              matched by any space, dash, underbar, or empty.
21116              (may be going too far on leniency)
21117      Branch: perl
21118            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
21119            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
21120            ! t/op/pat.t
21121 ____________________________________________________________________________
21122 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
21123         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
21124              From: "chromatic" <chromatic@rmci.net>
21125              Date: Fri, 28 Sep 2001 17:39:50 -0600
21126              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
21127      Branch: perl
21128            + lib/open.t
21129            ! MANIFEST
21130 ____________________________________________________________________________
21131 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
21132         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
21133              From: "Craig A. Berry" <craigberry@mac.com>
21134              Date: Fri, 28 Sep 2001 16:24:51 -0500
21135              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
21136      Branch: perl
21137            ! ext/File/Glob/t/basic.t
21138 ____________________________________________________________________________
21139 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
21140         Log: Subject: [DOC PATCH] Carp.pm pod typo
21141              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21142              Date: Fri, 28 Sep 2001 23:14:51 +0200
21143              Message-ID: <20010928231451.E16889@rafael>
21144      Branch: perl
21145            ! lib/Carp.pm
21146 ____________________________________________________________________________
21147 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
21148         Log: Subject: [PATCH] Allow an @INC hook to set %INC
21149              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21150              Date: Fri, 28 Sep 2001 22:18:13 +0200
21151              Message-ID: <20010928221813.A16889@rafael>
21152      Branch: perl
21153            ! pp_ctl.c
21154 ____________________________________________________________________________
21155 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
21156         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
21157              From: Nicholas Clark <nick@ccl4.org>
21158              Date: Fri, 28 Sep 2001 23:39:33 +0100
21159              Message-ID: <20010928233933.C23673@plum.flirble.org>
21160      Branch: perl
21161            ! embed.h embed.pl sv.h
21162 ____________________________________________________________________________
21163 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
21164         Log: Update Changes.
21165      Branch: perl
21166            ! Changes patchlevel.h
21167 ____________________________________________________________________________
21168 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
21169         Log: Move the B tests to B/t.
21170      Branch: perl
21171            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
21172            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
21173            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
21174            - ext/B/Showlex.t ext/B/Stash.t
21175            ! MANIFEST
21176 ____________________________________________________________________________
21177 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
21178         Log: Forgot from #12254.
21179      Branch: perl
21180            + ext/B/B/Terse.t
21181 ____________________________________________________________________________
21182 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
21183         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
21184              From: "chromatic" <chromatic@rmci.net>
21185              Date: Thu, 27 Sep 2001 23:22:17 -0600
21186              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
21187      Branch: perl
21188            ! MANIFEST
21189 ____________________________________________________________________________
21190 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
21191         Log: Test numbering mismatch.
21192      Branch: perl
21193            ! t/op/chdir.t
21194 ____________________________________________________________________________
21195 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
21196         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
21197              From: "Craig A. Berry" <craigberry@mac.com>
21198              Date: Wed, 26 Sep 2001 17:43:14 -0500
21199              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
21200      Branch: perl
21201            ! iperlsys.h t/op/chdir.t
21202 ____________________________________________________________________________
21203 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
21204         Log: Subject: [PATCH gv.c] make __ANON__ global
21205              From: Robin Barker <rmb1@cise.npl.co.uk>
21206              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
21207              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
21208      Branch: perl
21209            ! gv.c t/op/anonsub.t t/op/runlevel.t
21210 ____________________________________________________________________________
21211 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
21212         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
21213              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21214              Date: Thu, 27 Sep 2001 22:34:32 +0200
21215              Message-ID: <20010927223432.A1485@rafael>
21216      Branch: perl
21217            ! ext/B/B/Terse.pm
21218 ____________________________________________________________________________
21219 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
21220         Log: (retracted by #12338)
21221              
21222              Subject: [PATCH] Cleanup of perldsc.pod      
21223              From: Casey West <casey@geeknest.com>
21224              Date: Thu, 27 Sep 2001 11:13:17 -0400
21225              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
21226      Branch: perl
21227            ! pod/perldsc.pod
21228 ____________________________________________________________________________
21229 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
21230         Log: Not everyone is using ithreads...
21231      Branch: perl
21232            ! ext/Devel/Peek/Peek.t
21233 ____________________________________________________________________________
21234 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
21235         Log: Document the nss_delete core dump workaround for HP-UX
21236              and Solaris, bug IDs 20010805.018 and 20010629.004.
21237      Branch: perl
21238            ! README.hpux README.solaris
21239 ____________________________________________________________________________
21240 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
21241         Log: Dump Unicode hash keys also as Unicode,
21242              not just as a byte string.
21243      Branch: perl
21244            ! dump.c ext/Devel/Peek/Peek.t
21245 ____________________________________________________________________________
21246 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
21247         Log: Integrate changes #12241 and #12242 from macperl:
21248              
21249              Remove unneeded disabling of umask() calls
21250              
21251              Note (get|set)sockopt are available.
21252      Branch: perl
21253           !> lib/File/Temp.pm pod/perlport.pod
21254 ____________________________________________________________________________
21255 [ 12244] By: sky                                   on 2001/09/27  08:53:00
21256         Log: Flush buffers on thread closedown.
21257      Branch: perl
21258            ! ext/threads/threads.xs
21259 ____________________________________________________________________________
21260 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
21261         Log: Dump SvUTF8(sv)s also as \x{...}.
21262              
21263              TODO: dump the SvUTF8() hash keys similarly. 
21264      Branch: perl
21265            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
21266 ____________________________________________________________________________
21267 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
21268         Log: Note (get|set)sockopt are available.
21269      Branch: maint-5.6/macperl
21270            ! pod/perlport.pod
21271 ____________________________________________________________________________
21272 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
21273         Log: Remove unneeded disabling of umask() calls
21274      Branch: maint-5.6/macperl
21275            ! lib/File/Temp.pm
21276 ____________________________________________________________________________
21277 [ 12240] By: sky                                   on 2001/09/26  18:44:56
21278         Log: Documention update
21279      Branch: perl
21280            ! ext/threads/threads.pm
21281 ____________________________________________________________________________
21282 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
21283         Log: Update Changes.
21284      Branch: perl
21285            ! Changes patchlevel.h
21286 ____________________________________________________________________________
21287 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
21288         Log: Check that all environment variables are tainted.
21289      Branch: perl
21290            ! t/op/taint.t
21291 ____________________________________________________________________________
21292 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
21293         Log: Manual integration error in #12235.
21294      Branch: perl
21295            ! lib/File/DosGlob.t
21296 ____________________________________________________________________________
21297 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
21298         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
21299              From: "chromatic" <chromatic@rmci.net>
21300              Date: Tue, 25 Sep 2001 23:57:07 -0600
21301              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
21302      Branch: perl
21303            ! perlio.c
21304 ____________________________________________________________________________
21305 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
21306         Log: Integrate macperl changes from Chris Nandor:
21307              12192 11817 11815 11813 11778 11775
21308              
21309              Update CPAN.pm to work with new Mac::BuildTools instead
21310              of ExtUtils::MM_MacOS "orphan" functions
21311              
21312              Fix test
21313              
21314              Make syntax check report in MPW style, fix tests
21315              to use Mac::err=unix to get normal-style error
21316              messages.
21317              
21318              More module and test ports from Thomas Wegner et al
21319              
21320              Fix open of /dev/null for Mac OS
21321              
21322              Allow for platforms to override formatting of errors
21323              on output from Matthias Neeracher (core files)
21324      Branch: perl
21325            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
21326            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
21327            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
21328           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
21329           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
21330           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
21331 ____________________________________________________________________________
21332 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
21333         Log: grrr.
21334      Branch: perl
21335            ! t/op/gv.t
21336 ____________________________________________________________________________
21337 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
21338         Log: Retract #12232.
21339      Branch: perl
21340            ! t/op/gv.t
21341 ____________________________________________________________________________
21342 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
21343         Log: (Retracted by #12233.)
21344      Branch: perl
21345            ! t/op/gv.t
21346 ____________________________________________________________________________
21347 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
21348         Log: Detypo.
21349      Branch: perl
21350            ! ext/Encode/Makefile.PL
21351 ____________________________________________________________________________
21352 [ 12230] By: sky                                   on 2001/09/26  11:36:23
21353         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
21354              We are using a "delay" here because we do not want to depend on thread synchronization issues.
21355      Branch: perl
21356            + ext/threads/t/stress_cv.t
21357            ! MANIFEST ext/threads/t/stress_string.t
21358 ____________________________________________________________________________
21359 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
21360         Log: NetWare tweak from Ananth Kesari.
21361      Branch: perl
21362            ! NetWare/t/Readme.txt
21363 ____________________________________________________________________________
21364 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
21365         Log: Trick to fool case-blind filesystems.
21366      Branch: perl
21367            ! ext/Encode/Makefile.PL
21368 ____________________________________________________________________________
21369 [ 12227] By: sky                                   on 2001/09/26  11:06:50
21370         Log: Threads can start executing in a different order than they were
21371              created.... so we cannot ok() inside the threadstarter.
21372      Branch: perl
21373            ! ext/threads/t/stress_string.t
21374 ____________________________________________________________________________
21375 [ 12226] By: sky                                   on 2001/09/26  07:41:45
21376         Log: Add in stress_string.t to stress test threads a bit more.
21377      Branch: perl
21378            + ext/threads/t/stress_string.t
21379            ! MANIFEST
21380 ____________________________________________________________________________
21381 [ 12225] By: sky                                   on 2001/09/26  07:04:21
21382         Log: Fix negative refcount introduced by #12223.
21383      Branch: perl
21384            ! ext/threads/threads.xs
21385 ____________________________________________________________________________
21386 [ 12224] By: sky                                   on 2001/09/26  06:57:58
21387         Log: Update documentation to match change #12223
21388      Branch: perl
21389            ! sharedsv.c
21390 ____________________________________________________________________________
21391 [ 12223] By: sky                                   on 2001/09/26  06:54:32
21392         Log: Use a separate interpreter for the sharedsv space. Another
21393              negative sv leak. Sigh.
21394      Branch: perl
21395            ! sharedsv.c
21396 ____________________________________________________________________________
21397 [ 12222] By: sky                                   on 2001/09/26  05:58:35
21398         Log: Do the environ assignment in perl_contruct to match perl_destruct.
21399              Now we don't need to perl_parse/perl_run. However environ is a
21400              global....
21401      Branch: perl
21402            ! perl.c
21403 ____________________________________________________________________________
21404 [ 12221] By: sky                                   on 2001/09/26  05:41:02
21405         Log: Move the creation of PL_strtab to perl_construct so we can work
21406              with HV and HEs without running perl_parse.
21407      Branch: perl
21408            ! perl.c
21409 ____________________________________________________________________________
21410 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
21411         Log: integrate macperl changes into maint-5.6
21412      Branch: maint-5.6/perl
21413           !> (integrate 26 files)
21414 ____________________________________________________________________________
21415 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
21416         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
21417              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
21418      Branch: maint-5.6/macperl
21419            ! macos/ext/Mac/Fonts/Fonts.xs
21420            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
21421 ____________________________________________________________________________
21422 [ 12218] By: ams                                   on 2001/09/25  23:31:33
21423         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
21424              From: Nicholas Clark <nick@ccl4.org>
21425              Date: Wed, 26 Sep 2001 01:20:20 +0100
21426              Message-Id: <20010926012020.B48092@plum.flirble.org>
21427      Branch: perl
21428            ! lib/AutoSplit.t
21429 ____________________________________________________________________________
21430 [ 12217] By: ams                                   on 2001/09/25  22:33:05
21431         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
21432              From: "Craig A. Berry" <craigberry@mac.com>
21433              Date: Tue, 25 Sep 2001 18:08:42 -0500
21434              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
21435      Branch: perl
21436            ! vms/vms.c
21437 ____________________________________________________________________________
21438 [ 12216] By: ams                                   on 2001/09/25  21:41:01
21439         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
21440              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
21441              From: Michael G Schwern <schwern@pobox.com>
21442              Date: Wed, 26 Sep 2001 00:38:21 -0400
21443              Message-Id: <20010926003821.A627@blackrider>
21444      Branch: perl
21445            ! lib/AutoSplit.t
21446 ____________________________________________________________________________
21447 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
21448         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
21449              From: Michael G Schwern <schwern@pobox.com>
21450              Date: Tue, 25 Sep 2001 17:43:49 -0400
21451              Message-ID: <20010925174349.B19534@blackrider>
21452      Branch: perl
21453            ! lib/Test/Simple.pm lib/Test/Utils.pm
21454 ____________________________________________________________________________
21455 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
21456         Log: Integrate changes from bleadperl.
21457      Branch: maint-5.6/macperl
21458           !> pod/perlport.pod
21459 ____________________________________________________________________________
21460 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
21461         Log: skip($mess) should result in one skip.
21462      Branch: perl
21463            ! t/test.pl
21464 ____________________________________________________________________________
21465 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
21466         Log: Integrate change #12200 from maintperl.
21467      Branch: maint-5.6/macperl
21468           !> win32/perlhost.h
21469 ____________________________________________________________________________
21470 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
21471         Log: Fix file types to "apple"
21472      Branch: maint-5.6/macperl
21473            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
21474            ! macos/ext/Mac/SAT/t/Collision.rsrc
21475 ____________________________________________________________________________
21476 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
21477         Log: Fix rsrc file as snd file; fix path in t file.
21478      Branch: maint-5.6/macperl
21479            ! macos/ext/Mac/Notification/t/Notification.rsrc
21480            ! macos/ext/Mac/Notification/t/Notification.t
21481 ____________________________________________________________________________
21482 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
21483         Log: Sync up with File::Find from bleadperl.
21484      Branch: maint-5.6/macperl
21485            ! lib/File/Find.pm t/lib/filefind-taint.t
21486 ____________________________________________________________________________
21487 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
21488         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
21489              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
21490              of hundreds)
21491      Branch: maint-5.6/macperl
21492            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
21493            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
21494            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
21495 ____________________________________________________________________________
21496 [ 12207] By: nick                                  on 2001/09/25  19:04:36
21497         Log: Integrate mainline (untested while modem is up)
21498      Branch: perlio
21499           +> lib/AutoSplit.t t/test.pl
21500            - lib/warnings/register.t
21501           !> (integrate 28 files)
21502 ____________________________________________________________________________
21503 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
21504         Log: perldiag entry for #12205.
21505      Branch: perl
21506            ! pod/perldiag.pod
21507 ____________________________________________________________________________
21508 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
21509         Log: Subject: [PATCH] warning on v-string in use/require
21510              From: John Peacock <jpeacock@rowman.com>
21511              Date: Mon, 24 Sep 2001 17:29:03 -0400
21512              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
21513      Branch: perl
21514            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
21515 ____________________________________________________________________________
21516 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
21517         Log: perltooc et al updates.
21518      Branch: perl
21519            ! plan9/mkfile pod/roffitall
21520 ____________________________________________________________________________
21521 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
21522         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
21523              From: Michael G Schwern <schwern@pobox.com>
21524              Date: Sun, 23 Sep 2001 00:07:12 -0400
21525              Message-ID: <20010923000712.A7005@blackrider>
21526      Branch: perl
21527            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
21528 ____________________________________________________________________________
21529 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
21530         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
21531              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
21532              Date: Wed, 26 Sep 2001 01:25:10 +0900
21533              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
21534      Branch: perl
21535            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
21536            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
21537            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
21538 ____________________________________________________________________________
21539 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
21540         Log: Integrate change #12200 from maintperl;
21541              on windows, virtualized environment could propagate deleted variables
21542              into children if they happen to be at the very end of the table
21543      Branch: perl
21544           !> win32/perlhost.h
21545 ____________________________________________________________________________
21546 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
21547         Log: on windows, virtualized environment could propagate deleted variables
21548              into children if they happen to be at the very end of the table
21549              (thanks for succinct test case from Johan Holmberg, and fix from
21550              Doug Lankshear)
21551      Branch: maint-5.6/perl
21552            ! win32/perlhost.h
21553 ____________________________________________________________________________
21554 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
21555         Log: avoid the use of ftime() (it does a useless, potentially
21556              expensive call to GetTimeZoneInformation()); this potentially
21557              also results in three more digits of precision from
21558              Time::HiRes::time()
21559      Branch: perl
21560            ! ext/Time/HiRes/HiRes.xs
21561 ____________________________________________________________________________
21562 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
21563         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
21564              
21565              Note: io/binmode is failing, have to figure out why.
21566      Branch: perl
21567            + t/test.pl
21568            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
21569            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
21570            ! t/run/exit.t
21571 ____________________________________________________________________________
21572 [ 12197] By: ams                                   on 2001/09/25  13:48:55
21573         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
21574              From: Nicholas Clark <nick@ccl4.org>
21575              Date: Tue, 25 Sep 2001 00:37:40 +0100
21576              Message-Id: <20010925003740.S4971@plum.flirble.org>
21577              (Further changes expected.)
21578      Branch: perl
21579            + lib/AutoSplit.t
21580            ! MANIFEST
21581 ____________________________________________________________________________
21582 [ 12196] By: sky                                   on 2001/09/25  13:37:12
21583         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
21584              _ftime to try and be more robust.
21585      Branch: perl
21586            ! ext/Time/HiRes/HiRes.xs
21587 ____________________________________________________________________________
21588 [ 12194] By: ams                                   on 2001/09/25  11:40:00
21589         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
21590              From: "Craig A. Berry" <craigberry@mac.com>
21591              Date: Mon, 24 Sep 2001 17:54:20 -0500
21592              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
21593      Branch: perl
21594            ! vms/descrip_mms.template
21595 ____________________________________________________________________________
21596 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
21597         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
21598              not working, cursor not spinning (Bug #422129); external
21599              editor problems (Bug #456329); escape/cmd-. not activating
21600              "Cancel" in Save dialog box (Bug #446960); Runtimes not
21601              executing on launch (Bug #464441).
21602      Branch: maint-5.6/macperl
21603            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
21604            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
21605            ! macos/macperl/MacPerl.r
21606 ____________________________________________________________________________
21607 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
21608         Log: Update CPAN.pm to work with new Mac::BuildTools instead
21609              of ExtUtils::MM_MacOS "orphan" functions
21610      Branch: maint-5.6/macperl
21611            ! lib/CPAN.pm
21612 ____________________________________________________________________________
21613 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
21614         Log: Fix up another xsubpp problem (Matthias Neeracher)
21615      Branch: maint-5.6/macperl
21616            ! macos/xsubpp
21617 ____________________________________________________________________________
21618 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
21619         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
21620      Branch: maint-5.6/macperl
21621            ! macos/lib/ExtUtils/MM_MacOS.pm
21622 ____________________________________________________________________________
21623 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
21624         Log: Fix up Makefiles for more Mac:: modules (and prepare for
21625              static build ...?)
21626      Branch: maint-5.6/macperl
21627            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
21628            ! macos/macperl/Makefile.mk
21629 ____________________________________________________________________________
21630 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
21631         Log: Fix up tests
21632      Branch: maint-5.6/macperl
21633            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
21634 ____________________________________________________________________________
21635 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
21636         Log: Make malloc smarter, fix bugs.  (Bug #404030)
21637      Branch: maint-5.6/macperl
21638            ! macos/icemalloc.c macos/icemalloc.h
21639 ____________________________________________________________________________
21640 [ 12186] By: nick                                  on 2001/09/24  19:18:17
21641         Log: Integrate mainline
21642      Branch: perlio
21643           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
21644           +> lib/filetest.t
21645           !> (integrate 30 files)
21646 ____________________________________________________________________________
21647 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
21648         Log: Retract #12136, the warnings::register is already
21649              tested by t/lib/warnings/9enabled, as pointed out
21650              by Paul Marquess.
21651      Branch: perl
21652            - lib/warnings/register.t
21653            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
21654 ____________________________________________________________________________
21655 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
21656         Log: fix Time::HiRes implementation of gettimeofday() on windows
21657              (HiRes.t#14 now passes)
21658      Branch: perl
21659            ! ext/Time/HiRes/HiRes.xs
21660 ____________________________________________________________________________
21661 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
21662         Log: File::Spec::catfile() canonifies everything to blackslashes on
21663              windows :-(
21664      Branch: perl
21665            ! lib/ExtUtils/Manifest.t
21666 ____________________________________________________________________________
21667 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
21668         Log: test number mismatch
21669      Branch: perl
21670            ! t/op/magic.t
21671 ____________________________________________________________________________
21672 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
21673         Log: ok().
21674      Branch: perl
21675            ! t/op/pack.t
21676 ____________________________________________________________________________
21677 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
21678         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
21679              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
21680      Branch: perl
21681            ! pp_pack.c t/op/pack.t
21682 ____________________________________________________________________________
21683 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
21684         Log: Update Changes.
21685      Branch: perl
21686            ! Changes patchlevel.h
21687 ____________________________________________________________________________
21688 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
21689         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
21690              From: Michael G Schwern <schwern@pobox.com>
21691              Date: Mon, 24 Sep 2001 11:12:13 -0400
21692              Message-ID: <20010924111213.G27885@blackrider>
21693      Branch: perl
21694            ! lib/ExtUtils/Manifest.pm
21695 ____________________________________________________________________________
21696 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
21697         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
21698              From: Michael G Schwern <schwern@pobox.com> 
21699              Date: Mon, 24 Sep 2001 11:02:07 -0400
21700              Message-ID: <20010924110207.E27885@blackrider>
21701      Branch: perl
21702            ! vms/test.com
21703 ____________________________________________________________________________
21704 [ 12176] By: ams                                   on 2001/09/24  14:01:59
21705         Log: Update Changes.
21706      Branch: perl
21707            ! Changes
21708 ____________________________________________________________________________
21709 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
21710         Log: Various cleanups.
21711      Branch: perl
21712            ! ext/threads/Makefile.PL ext/threads/threads.xs
21713 ____________________________________________________________________________
21714 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
21715         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
21716      Branch: maint-5.6/macperl
21717           !> (integrate 33 files)
21718 ____________________________________________________________________________
21719 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
21720         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
21721              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
21722              Date: Mon, 24 Sep 2001 20:04:58 +0900
21723              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
21724      Branch: perl
21725            ! ext/Encode/Encode/gb2312.enc
21726 ____________________________________________________________________________
21727 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
21728         Log: Clarifying comment to #12164.
21729      Branch: perl
21730            ! lib/Cwd.pm
21731 ____________________________________________________________________________
21732 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
21733         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
21734              From: Nicholas Clark <nick@ccl4.org>
21735              Date: Sun, 23 Sep 2001 23:00:56 +0100
21736              Message-ID: <20010923230055.Y4971@plum.flirble.org>
21737              
21738              (with "sample_constants" changed to "fallback")
21739      Branch: perl
21740            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
21741            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
21742            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
21743            ! lib/h2xs.t utils/h2xs.PL
21744 ____________________________________________________________________________
21745 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
21746         Log: Metaconfig unit change for #12167.
21747      Branch: metaconfig
21748            ! U/modified/Cppsym.U
21749 ____________________________________________________________________________
21750 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
21751         Log: Add a few glibc cpp symbols to probe for.
21752      Branch: perl
21753            ! Configure
21754 ____________________________________________________________________________
21755 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
21756         Log: DJGPP tweaks for Laszlo Molnar.
21757      Branch: perl
21758            ! djgpp/djgppsed.sh dosish.h
21759 ____________________________________________________________________________
21760 [ 12165] By: ams                                   on 2001/09/24  10:07:08
21761         Log: Subject: [PATCH t/op/inccode.t] More tests
21762              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
21763              Date: 24 Sep 2001 10:01:44 -0000
21764              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
21765      Branch: perl
21766            ! t/op/inccode.t
21767 ____________________________________________________________________________
21768 [ 12164] By: ams                                   on 2001/09/24  09:43:29
21769         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
21770              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
21771              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
21772              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
21773      Branch: perl
21774            ! lib/Cwd.pm
21775 ____________________________________________________________________________
21776 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
21777         Log: 1_compile updates.
21778      Branch: perl
21779            ! t/lib/1_compile.t
21780 ____________________________________________________________________________
21781 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
21782         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
21783              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21784              Date: Wed, 19 Sep 2001 22:47:14 +0200
21785              Message-ID: <20010919224714.A6382@rafael>
21786      Branch: perl
21787            ! pod/perlvar.pod pp_ctl.c
21788 ____________________________________________________________________________
21789 [ 12161] By: ams                                   on 2001/09/23  17:40:02
21790         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
21791              filetest Pragma
21792              From: "chromatic" <chromatic@rmci.net>
21793              Date: Sun, 23 Sep 2001 12:07:25 -0600
21794              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
21795      Branch: perl
21796            + lib/filetest.t
21797            ! MANIFEST t/lib/1_compile.t
21798 ____________________________________________________________________________
21799 [ 12160] By: ams                                   on 2001/09/23  16:32:11
21800         Log: Additional minor chdir() tweak.
21801      Branch: perl
21802            ! pod/perlfunc.pod
21803 ____________________________________________________________________________
21804 [ 12159] By: ams                                   on 2001/09/23  16:25:01
21805         Log: Subject: PATCH lib/ExtUtils/Command.t
21806              From: Abe Timmerman <abe@ztreet.demon.nl>
21807              Date: Sun, 23 Sep 2001 19:11:44 +0200
21808              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
21809      Branch: perl
21810            ! lib/ExtUtils/Command.t
21811 ____________________________________________________________________________
21812 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
21813         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
21814              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
21815              Date: Sun, 23 Sep 2001 02:02:26 +0200
21816              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
21817      Branch: perl
21818            ! makedef.pl
21819 ____________________________________________________________________________
21820 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
21821         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
21822              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
21823              Date: Sat, 22 Sep 2001 12:54:39 -0500
21824              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
21825      Branch: perl
21826            ! t/op/study.t
21827 ____________________________________________________________________________
21828 [ 12156] By: nick                                  on 2001/09/23  07:48:44
21829         Log: Integrate mainline
21830      Branch: perlio
21831            - check83.pl
21832           !> ext/Encode/Encode/2022-cn.enc
21833 ____________________________________________________________________________
21834 [ 12155] By: nick                                  on 2001/09/23  07:48:01
21835         Log: Integrate mainline
21836      Branch: perlio
21837           +> (branch 64 files)
21838            - ext/Encode/Encode/cns11643-1.enc
21839            - ext/Encode/Encode/cns11643-2.enc
21840            - ext/Encode/Encode/iso2022-cn.enc
21841            - ext/Encode/Encode/iso2022-jp.enc
21842            - ext/Encode/Encode/iso2022-jp1.enc
21843            - ext/Encode/Encode/iso2022-jp2.enc
21844            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
21845            - ext/Encode/Encode/iso8859-1.enc
21846            - ext/Encode/Encode/iso8859-1.ucm
21847            - ext/Encode/Encode/iso8859-10.enc
21848            - ext/Encode/Encode/iso8859-10.ucm
21849            - ext/Encode/Encode/iso8859-13.enc
21850            - ext/Encode/Encode/iso8859-13.ucm
21851            - ext/Encode/Encode/iso8859-14.enc
21852            - ext/Encode/Encode/iso8859-14.ucm
21853            - ext/Encode/Encode/iso8859-15.enc
21854            - ext/Encode/Encode/iso8859-15.ucm
21855            - ext/Encode/Encode/iso8859-16.enc
21856            - ext/Encode/Encode/iso8859-16.ucm
21857            - ext/Encode/Encode/iso8859-2.enc
21858            - ext/Encode/Encode/iso8859-2.ucm
21859            - ext/Encode/Encode/iso8859-3.enc
21860            - ext/Encode/Encode/iso8859-3.ucm
21861            - ext/Encode/Encode/iso8859-4.enc
21862            - ext/Encode/Encode/iso8859-4.ucm
21863            - ext/Encode/Encode/iso8859-5.enc
21864            - ext/Encode/Encode/iso8859-5.ucm
21865            - ext/Encode/Encode/iso8859-6.enc
21866            - ext/Encode/Encode/iso8859-6.ucm
21867            - ext/Encode/Encode/iso8859-7.enc
21868            - ext/Encode/Encode/iso8859-7.ucm
21869            - ext/Encode/Encode/iso8859-8.enc
21870            - ext/Encode/Encode/iso8859-8.ucm
21871            - ext/Encode/Encode/iso8859-9.enc
21872            - ext/Encode/Encode/iso8859-9.ucm
21873            - ext/Encode/Encode/isoir-197.enc
21874            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
21875            - t/lib/sample-tests/header_at_end
21876            - t/lib/sample-tests/header_at_end_fail
21877           !> (integrate 174 files)
21878 ____________________________________________________________________________
21879 [ 12154] By: ams                                   on 2001/09/23  07:11:46
21880         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
21881              by Blair Zajac.
21882      Branch: perl
21883            ! pod/perlfunc.pod
21884 ____________________________________________________________________________
21885 [ 12153] By: ams                                   on 2001/09/23  06:56:32
21886         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
21887              Forgotten deprecation of *glob{FILEHANDLE}?
21888              From: "chromatic" <chromatic@rmci.net>
21889              Date: Sat, 22 Sep 2001 21:27:56 -0600
21890              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
21891      Branch: perl
21892            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
21893 ____________________________________________________________________________
21894 [ 12152] By: ams                                   on 2001/09/23  06:42:58
21895         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
21896              From: Michael G Schwern <schwern@pobox.com>
21897              Date: Sun, 23 Sep 2001 03:34:39 -0400
21898              Message-Id: <20010923033439.E7005@blackrider>
21899      Branch: perl
21900            ! lib/File/Find.pm
21901 ____________________________________________________________________________
21902 [ 12151] By: ams                                   on 2001/09/23  06:37:57
21903         Log: Subject: Re: t/op/magic.t missing tests on Win32
21904              From: Michael G Schwern <schwern@pobox.com>
21905              Date: Sat, 22 Sep 2001 20:29:09 -0400
21906              Message-Id: <20010922202909.I18223@blackrider>
21907      Branch: perl
21908            ! t/op/magic.t
21909 ____________________________________________________________________________
21910 [ 12150] By: ams                                   on 2001/09/23  06:36:26
21911         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
21912              Dumpvalue.pm
21913              From: "chromatic" <chromatic@rmci.net>
21914              Date: Sat, 22 Sep 2001 19:41:31 -0600
21915              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
21916      Branch: perl
21917            + lib/Dumpvalue.t
21918            ! MANIFEST lib/Dumpvalue.pm
21919 ____________________________________________________________________________
21920 [ 12149] By: ams                                   on 2001/09/23  06:25:35
21921         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
21922              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
21923              Date: Sun, 23 Sep 2001 15:27:56 +0900
21924              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
21925      Branch: perl
21926            ! ext/Encode/Encode/2022-cn.enc
21927 ____________________________________________________________________________
21928 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
21929         Log: Manual eror in #12147.
21930      Branch: perl
21931            ! win32/win32.c
21932 ____________________________________________________________________________
21933 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
21934         Log: Integrate change #12146 from maintperl;
21935              win32_chdir() et al don't handle a NULL argument gracefully
21936      Branch: perl
21937           !> win32/perlhost.h win32/win32.c
21938 ____________________________________________________________________________
21939 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
21940         Log: win32_chdir() et al don't handle a NULL argument gracefully
21941      Branch: maint-5.6/perl
21942            ! win32/perlhost.h win32/win32.c
21943 ____________________________________________________________________________
21944 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
21945         Log: typo in change#12026
21946      Branch: maint-5.6/perl
21947            ! op.c
21948 ____________________________________________________________________________
21949 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
21950         Log: Subject: [PATCH] Re: scalar context unpack bugs
21951              From: Nicholas Clark <nick@ccl4.org>
21952              Date: Sat, 22 Sep 2001 23:07:56 +0100
21953              Message-ID: <20010922230755.O4971@plum.flirble.org>
21954      Branch: perl
21955            ! pp_pack.c t/op/pack.t
21956 ____________________________________________________________________________
21957 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
21958         Log: Try ExtUtils::Command.t everywhere, not just on Win32
21959              (as suggested by NI-S).  Also allow running it either
21960              in t/ or in the main directory.
21961      Branch: perl
21962            ! lib/ExtUtils/Command.t
21963 ____________________________________________________________________________
21964 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
21965         Log: Update the test on warnings/register.t.
21966      Branch: perl
21967            ! t/lib/1_compile.t
21968 ____________________________________________________________________________
21969 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
21970         Log: The code is now almost tidy enough to keep the IRIX cc happy.
21971      Branch: perl
21972            ! hints/irix_6.sh
21973 ____________________________________________________________________________
21974 [ 12140] By: ams                                   on 2001/09/22  17:26:32
21975         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
21976              use_ithreads
21977              From: "Craig A. Berry" <craigberry@mac.com>
21978              Date: Sat, 22 Sep 2001 13:15:32 -0500
21979              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
21980      Branch: perl
21981            ! configure.com
21982 ____________________________________________________________________________
21983 [ 12139] By: ams                                   on 2001/09/22  16:44:08
21984         Log: Do what perl_clone() does for sharedsv functions.
21985      Branch: perl
21986            ! embed.pl proto.h
21987 ____________________________________________________________________________
21988 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
21989         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
21990              (suggested by Sarathy, extensions shouldn't be dabbling with
21991              op structures, so binary backward compatibility should not be
21992              an issue.)
21993      Branch: perl
21994            ! hints/irix_6.sh op.h
21995 ____________________________________________________________________________
21996 [ 12137] By: ams                                   on 2001/09/22  16:21:05
21997         Log: More cleanups. (What's PERL_DECL_PROT?)
21998      Branch: perl
21999            ! embed.pl proto.h sharedsv.h
22000 ____________________________________________________________________________
22001 [ 12136] By: ams                                   on 2001/09/22  15:14:34
22002         Log: (Retracted by #12185)
22003              
22004              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
22005              Add Tests for warnings::register, Doc Update
22006              From: "chromatic" <chromatic@rmci.net>
22007              Date: Sat, 22 Sep 2001 09:43:20 -0600
22008              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
22009      Branch: perl
22010            + lib/warnings/register.t
22011            ! MANIFEST lib/warnings/register.pm
22012 ____________________________________________________________________________
22013 [ 12135] By: ams                                   on 2001/09/22  15:07:50
22014         Log: `@foo' should be @foo for consistency.
22015      Branch: perl
22016            ! pod/perldiag.pod
22017 ____________________________________________________________________________
22018 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
22019         Log: (Retracted by #12138)
22020              
22021              Add -woff (turn warning off) 3187:
22022              "A pointer is converted to a smaller integer."
22023              This happens when your pointers are 64-bit: then every case
22024              of converting pointers to PADOFFSETs (explicitly 32-bit)
22025              faces truncation (even explicit use of INT2PTR doesn't help).
22026              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
22027              Changing PADOFFSET from U32 to UV would help, but that
22028              would break binary backward compatibility of BASEOP and padop
22029              (assuming you have been using 64-bit pointers).
22030      Branch: perl
22031            ! hints/irix_6.sh
22032 ____________________________________________________________________________
22033 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
22034         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
22035              but the name comes from the inside the file, not from the file
22036              name, and Rumanian is the name of the language.
22037      Branch: perl
22038            + ext/Encode/Encode/macRumanian.enc
22039            - ext/Encode/Encode/macRomania.enc
22040            ! MANIFEST
22041 ____________________________________________________________________________
22042 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
22043         Log: Rename perltootc as perltooc for 8.3-friedliness.
22044      Branch: perl
22045            + pod/perltooc.pod
22046            - pod/perltootc.pod
22047            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
22048            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
22049            ! pod/perltoot.pod
22050 ____________________________________________________________________________
22051 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
22052         Log: Find more conflicts by lowercasing.
22053      Branch: perl
22054            + Porting/check83.pl
22055            - check83.pl
22056            ! MANIFEST
22057 ____________________________________________________________________________
22058 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
22059         Log: The AIX cc 5.0.0.0 is simply too buggy.
22060      Branch: perl
22061            ! hints/aix.sh
22062 ____________________________________________________________________________
22063 [ 12129] By: ams                                   on 2001/09/22  12:35:38
22064         Log: Uninteresting cleanup.
22065      Branch: perl
22066            ! form.h
22067 ____________________________________________________________________________
22068 [ 12128] By: ams                                   on 2001/09/22  12:28:48
22069         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
22070              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
22071              Date: Sat, 22 Sep 2001 14:29:13 +0100
22072              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
22073      Branch: perl
22074            ! cv.h
22075 ____________________________________________________________________________
22076 [ 12127] By: ams                                   on 2001/09/22  12:04:28
22077         Log: What's a backet?
22078      Branch: perl
22079            ! dump.c
22080 ____________________________________________________________________________
22081 [ 12126] By: ams                                   on 2001/09/22  10:02:34
22082         Log: Removed duplicated tests #19 and #20.
22083      Branch: perl
22084            ! t/op/do.t
22085 ____________________________________________________________________________
22086 [ 12125] By: ams                                   on 2001/09/22  03:58:41
22087         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
22088              From: Michael Carman <mjcarman@home.com>
22089              Date: Fri, 21 Sep 2001 17:54:05 -0500
22090              Message-Id: <3BABC50D.6040202@home.com>
22091              (Applied with some changes.)
22092      Branch: perl
22093            ! pod/perlmod.pod
22094 ____________________________________________________________________________
22095 [ 12124] By: ams                                   on 2001/09/22  03:44:19
22096         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
22097              From: Michael G Schwern <schwern@pobox.com>
22098              Date: Fri, 21 Sep 2001 19:20:40 -0400
22099              Message-Id: <20010921192040.E5494@blackrider>
22100      Branch: perl
22101            ! t/op/chdir.t
22102 ____________________________________________________________________________
22103 [ 12123] By: ams                                   on 2001/09/22  03:41:08
22104         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
22105              From: Blair Zajac <blair@orcaware.com>
22106              Date: Fri, 21 Sep 2001 15:13:04 -0700
22107              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
22108      Branch: perl
22109            ! t/op/chdir.t
22110 ____________________________________________________________________________
22111 [ 12122] By: ams                                   on 2001/09/22  03:37:07
22112         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
22113              20010920.007
22114              From: Michael G Schwern <schwern@pobox.com>
22115              Date: Fri, 21 Sep 2001 17:59:03 -0400
22116              Message-Id: <20010921175903.V5494@blackrider>
22117      Branch: perl
22118            ! t/op/do.t
22119 ____________________________________________________________________________
22120 [ 12121] By: ams                                   on 2001/09/22  03:30:38
22121         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
22122              suite on WinCE)
22123              From: Michael G Schwern <schwern@pobox.com>
22124              Date: Fri, 21 Sep 2001 19:41:03 -0400
22125              Message-Id: <20010921194103.G5494@blackrider>
22126      Branch: perl
22127            ! pod/perlport.pod
22128 ____________________________________________________________________________
22129 [ 12120] By: ams                                   on 2001/09/22  03:28:06
22130         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
22131              From: Michael G Schwern <schwern@pobox.com>
22132              Date: Fri, 21 Sep 2001 17:33:35 -0400
22133              Message-Id: <20010921173335.T5494@blackrider>
22134              ($ENV{FOO}=undef hunk not applied.)
22135      Branch: perl
22136            ! t/op/magic.t
22137 ____________________________________________________________________________
22138 [ 12119] By: ams                                   on 2001/09/22  03:02:26
22139         Log: Subject: [PATCH] perldiag.pod
22140              From: Peter Scott <Peter@PSDT.com>
22141              Date: Fri, 21 Sep 2001 18:54:50 -0700
22142              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
22143              (Moved to the right place.)
22144      Branch: perl
22145            ! pod/perldiag.pod
22146 ____________________________________________________________________________
22147 [ 12118] By: ams                                   on 2001/09/21  20:05:29
22148         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
22149              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22150              Date: Fri, 21 Sep 2001 22:36:54 +0200
22151              Message-Id: <20010921223654.A12742@rafael>
22152      Branch: perl
22153            ! t/op/do.t
22154 ____________________________________________________________________________
22155 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
22156         Log: Restore things as they were before
22157              the backward compatibility police notices.
22158      Branch: perl
22159            ! lib/Cwd.pm
22160 ____________________________________________________________________________
22161 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
22162         Log: More Cwd from Schwern: make also OS/2 and DOS
22163              Cwd agree with File::Spec (that is, native path
22164              syntax using \ instead of / -- backward compatibility
22165              polic warning) and stop Win32 from using bsd_realpath().
22166      Branch: perl
22167            ! lib/Cwd.pm
22168 ____________________________________________________________________________
22169 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
22170         Log: Subject: [PATCH @12110] RE: Untested libraries update
22171              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
22172              Date: Fri, 21 Sep 2001 18:21:07 +0100
22173              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
22174      Branch: perl
22175            ! lib/warnings/register.pm
22176 ____________________________________________________________________________
22177 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
22178         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
22179              From: Michael G Schwern <schwern@pobox.com>
22180              Date: Thu, 20 Sep 2001 22:54:02 -0400
22181              Message-ID: <20010920225402.A3611@blackrider>
22182      Branch: perl
22183            ! lib/Cwd.pm
22184 ____________________________________________________________________________
22185 [ 12113] By: ams                                   on 2001/09/21  17:08:24
22186         Log: Subject: [PATCH] avoid v-strings with require/use
22187              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
22188              Date: Fri, 21 Sep 2001 12:34:40 -0400
22189              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
22190      Branch: perl
22191            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
22192            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
22193            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
22194            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
22195            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
22196            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
22197            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
22198            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
22199            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
22200            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
22201            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
22202            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
22203            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
22204            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
22205            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
22206            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
22207            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
22208            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
22209            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
22210 ____________________________________________________________________________
22211 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
22212         Log: Update Changes.
22213      Branch: perl
22214            ! Changes patchlevel.h
22215 ____________________________________________________________________________
22216 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
22217         Log: Make AIX and Tru64 compilers happy.  
22218      Branch: perl
22219            ! ext/threads/threads.h ext/threads/threads.xs
22220 ____________________________________________________________________________
22221 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
22222         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
22223              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
22224              Date: 21 Sep 2001 09:16:37 -0000
22225              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
22226      Branch: perl
22227            ! toke.c
22228 ____________________________________________________________________________
22229 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
22230         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
22231              From: Michael G Schwern <schwern@pobox.com>
22232              Date: Thu, 20 Sep 2001 21:21:34 -0400
22233              Message-ID: <20010920212134.Y28291@blackrider>
22234      Branch: perl
22235            ! pp_sys.c
22236 ____________________________________________________________________________
22237 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
22238         Log: Subject: Re: GDB Debugging Macros from mod_perl
22239              From: rspier@pobox.com (Robert Spier)
22240              Date: Thu, 20 Sep 2001 22:45:03 -0700
22241              Message-ID: <15274.54239.413929.49430@rls.cx>
22242      Branch: perl
22243            ! pod/perltodo.pod
22244 ____________________________________________________________________________
22245 [ 12105] By: sky                                   on 2001/09/21  10:33:34
22246         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
22247              timezone! GetSystemTime should be available on all Win32 
22248              platforms we support. Perhaps Time::HiRes should be extended to
22249              support WinCE and Novell?
22250      Branch: perl
22251            ! ext/Time/HiRes/HiRes.xs
22252 ____________________________________________________________________________
22253 [ 12104] By: sky                                   on 2001/09/21  08:12:39
22254         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
22255      Branch: perl
22256            ! ext/threads/threads.h ext/threads/threads.xs
22257 ____________________________________________________________________________
22258 [ 12103] By: sky                                   on 2001/09/21  07:57:41
22259         Log: Rename the *thread* functions to Perl_* to avoid clashes.
22260              Notably on AIX but could become a problem on other platforms.
22261      Branch: perl
22262            ! ext/threads/threads.h ext/threads/threads.xs
22263 ____________________________________________________________________________
22264 [ 12102] By: sky                                   on 2001/09/21  07:35:30
22265         Log: Add the shared sv space to the global vars.
22266              Fix problems compiling on win32.
22267      Branch: perl
22268            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
22269            ! sharedsv.c sharedsv.h
22270 ____________________________________________________________________________
22271 [ 12101] By: ams                                   on 2001/09/21  00:19:55
22272         Log: Subject: [PATCH] win32/Makefile warning fix
22273              From: Blair Zajac <blair@orcaware.com>
22274              Date: Thu, 20 Sep 2001 18:15:43 -0700
22275              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
22276      Branch: perl
22277            ! win32/Makefile
22278 ____________________________________________________________________________
22279 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
22280         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
22281              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
22282              Date: Thu, 20 Sep 2001 18:36:22 +0200
22283              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
22284      Branch: perl
22285            ! lib/ExtUtils/Command.t
22286 ____________________________________________________________________________
22287 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
22288         Log: Cant spl wirth a dam.
22289      Branch: perl
22290            ! intrpvar.h
22291 ____________________________________________________________________________
22292 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
22293         Log: Don't use C++ comments.
22294      Branch: perl
22295            ! ext/threads/threads.xs
22296 ____________________________________________________________________________
22297 [ 12097] By: ams                                   on 2001/09/20  21:42:07
22298         Log: Change #12044 didn't.
22299      Branch: perl
22300            ! lib/constant.pm
22301 ____________________________________________________________________________
22302 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
22303         Log: Metaconfig unit changes for #12095.
22304      Branch: metaconfig
22305            ! U/modified/Myinit.U U/modified/libs.U
22306 ____________________________________________________________________________
22307 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
22308         Log: Remove iconv references since we are not using it
22309              and not going to; regen perltoc, perlmodlib.
22310              (Some references still linger in perltoc, have to figure
22311              out where they are coming from.)
22312      Branch: perl
22313            ! Configure NetWare/config.wc NetWare/config_H.wc
22314            ! Porting/Glossary Porting/config.sh Porting/config_H
22315            ! config_h.SH configure.com epoc/config.sh perl.h
22316            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
22317            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
22318            ! vos/config.ga.h win32/config.bc win32/config.gc
22319            ! win32/config.vc win32/config_H.bc win32/config_H.gc
22320            ! win32/config_H.vc wince/config.ce wince/config.h
22321            ! wince/config_H.ce
22322 ____________________________________________________________________________
22323 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
22324         Log: Subject: [PATCH docs] Re: ARGV and read
22325              From: Dave Mitchell <davem@fdgroup.co.uk>
22326              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
22327              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
22328      Branch: perl
22329            ! pod/perltodo.pod pod/perlvar.pod
22330 ____________________________________________________________________________
22331 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
22332         Log: Fresh copies from the cvs.perl.org perlfaq repository.
22333      Branch: perl
22334            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
22335            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
22336            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
22337            ! pod/perlfaq9.pod
22338 ____________________________________________________________________________
22339 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
22340         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
22341              From: Nicholas Clark <nick@ccl4.org>
22342              Date: Thu, 20 Sep 2001 14:27:08 +0100
22343              Message-ID: <20010920142708.X4971@plum.flirble.org>
22344      Branch: perl
22345            ! pp_pack.c t/op/pack.t
22346 ____________________________________________________________________________
22347 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
22348         Log: The sharedsv_space* are variables, not code.  Duh.
22349      Branch: perl
22350            ! intrpvar.h makedef.pl
22351 ____________________________________________________________________________
22352 [ 12090] By: ams                                   on 2001/09/20  11:26:06
22353         Log: Subject: [patch lib/lib_pm.PL]
22354              From: Stas Bekman <stas@stason.org>
22355              Date: Thu, 20 Sep 2001 18:48:53 +0800
22356              Message-Id: <3BA9C995.6010302@stason.org>
22357              (Applied by hand.)
22358      Branch: perl
22359            ! lib/lib_pm.PL
22360 ____________________________________________________________________________
22361 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
22362         Log: Only 21 tests, skipping or not.
22363      Branch: perl
22364            ! lib/ExtUtils/Command.t
22365 ____________________________________________________________________________
22366 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
22367         Log: New exported symbols.
22368      Branch: perl
22369            ! makedef.pl
22370 ____________________________________________________________________________
22371 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
22372         Log: Update Changes.
22373      Branch: perl
22374            ! Changes patchlevel.h
22375 ____________________________________________________________________________
22376 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
22377         Log: Correct numbering of the tests is useful.
22378      Branch: perl
22379            ! ext/threads/t/basic.t
22380 ____________________________________________________________________________
22381 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
22382         Log: More tests now too.
22383      Branch: perl
22384            ! lib/ExtUtils/Command.t
22385 ____________________________________________________________________________
22386 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
22387         Log: More tests now.
22388      Branch: perl
22389            ! ext/threads/t/basic.t
22390 ____________________________________________________________________________
22391 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
22392         Log: The test assumed 7-bit ASCII.  Now it "just"
22393              assumes 8-bit whatever.
22394      Branch: perl
22395            ! t/op/crypt.t
22396 ____________________________________________________________________________
22397 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
22398         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
22399              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22400              Date: Wed, 19 Sep 2001 11:45:28 +0200
22401              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
22402              
22403              Lvalue casts are not portable.
22404      Branch: perl
22405            ! ext/threads/threads.xs
22406 ____________________________________________________________________________
22407 [ 12081] By: sky                                   on 2001/09/19  10:17:52
22408         Log: Make the basic test contain only realy basic API tests
22409              Seems to be a problem with detach.
22410      Branch: perl
22411            ! ext/threads/t/basic.t
22412 ____________________________________________________________________________
22413 [ 12080] By: ams                                   on 2001/09/19  01:23:55
22414         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
22415              From: Michael G Schwern <schwern@pobox.com>
22416              Date: Tue, 18 Sep 2001 19:53:48 -0400
22417              Message-Id: <20010918195348.M585@blackrider>
22418              
22419              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
22420              From: Michael G Schwern <schwern@pobox.com>
22421              Date: Tue, 18 Sep 2001 22:07:13 -0400
22422              Message-Id: <20010918220713.B19616@blackrider>
22423      Branch: perl
22424            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
22425            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
22426            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
22427            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
22428            ! lib/Test/Tutorial.pod
22429 ____________________________________________________________________________
22430 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
22431         Log: Indent the test a bit.
22432      Branch: perl
22433            ! ext/threads/t/basic.t
22434 ____________________________________________________________________________
22435 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
22436         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
22437              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
22438              Date: Tue, 18 Sep 2001 18:06:44 +0200
22439              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
22440      Branch: perl
22441            ! win32/win32.c
22442 ____________________________________________________________________________
22443 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
22444         Log: Subject: stat access time is wrong on Win95
22445              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
22446              Date: Tue, 18 Sep 2001 21:59:24 +0200
22447              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
22448      Branch: perl
22449            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
22450 ____________________________________________________________________________
22451 [ 12076] By: ams                                   on 2001/09/18  22:11:25
22452         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
22453              From: Michael G Schwern <schwern@pobox.com>
22454              Date: Tue, 18 Sep 2001 18:47:14 -0400
22455              Message-Id: <20010918184714.I585@blackrider>
22456      Branch: perl
22457            ! t/op/crypt.t
22458 ____________________________________________________________________________
22459 [ 12075] By: sky                                   on 2001/09/18  19:29:37
22460         Log: two test failures
22461              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22462              Message-ID: <20010918221702.A17408@rafael>
22463              partly applied, #12074 already fixed half the patch
22464      Branch: perl
22465            ! ext/threads/t/basic.t
22466 ____________________________________________________________________________
22467 [ 12074] By: sky                                   on 2001/09/18  18:49:03
22468         Log: Fixes test case failure introduced by #12071, the warning is
22469              now correctly spelled :-)
22470      Branch: perl
22471            ! ext/IO/lib/IO/t/io_sel.t
22472 ____________________________________________________________________________
22473 [ 12073] By: sky                                   on 2001/09/18  18:46:22
22474         Log: Make the test behave properly!
22475      Branch: perl
22476            ! ext/threads/t/basic.t
22477 ____________________________________________________________________________
22478 [ 12072] By: ams                                   on 2001/09/18  18:44:59
22479         Log: OP_RCATLINE is an SVOP, not a BASEOP.
22480      Branch: perl
22481            ! opcode.h opcode.pl
22482 ____________________________________________________________________________
22483 [ 12071] By: ams                                   on 2001/09/18  18:06:27
22484         Log: Deprecate != Depreciate.
22485      Branch: perl
22486            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
22487            ! lib/Pod/ParseUtils.pm
22488 ____________________________________________________________________________
22489 [ 12070] By: ams                                   on 2001/09/18  15:14:58
22490         Log: Subject: [PATCH] Getopt::Std cleanup
22491              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22492              Date: Tue, 18 Sep 2001 17:32:13 +0200
22493              Message-Id: <20010918173213.C777@rafael>
22494      Branch: perl
22495            ! lib/Getopt/Std.pm lib/Getopt/Std.t
22496 ____________________________________________________________________________
22497 [ 12069] By: sky                                   on 2001/09/18  14:56:33
22498         Log: Forgot the makefile
22499      Branch: perl
22500            + ext/threads/Makefile.PL
22501 ____________________________________________________________________________
22502 [ 12068] By: sky                                   on 2001/09/18  14:13:26
22503         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
22504              The test will fail because of Test.pm not knowing about threads. 
22505              basic needs to be manually tested
22506              compile time warnings on IV2PTR conversions need to be fixed
22507      Branch: perl
22508            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
22509            + ext/threads/threads.h ext/threads/threads.pm
22510            + ext/threads/threads.xs
22511            ! MANIFEST
22512 ____________________________________________________________________________
22513 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
22514         Log: DJGPP tweak from Laszlo Molnar.
22515      Branch: perl
22516            ! djgpp/config.over
22517 ____________________________________________________________________________
22518 [ 12066] By: sky                                   on 2001/09/18  10:24:31
22519         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
22520      Branch: perl
22521            ! sharedsv.c sharedsv.h
22522 ____________________________________________________________________________
22523 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
22524         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
22525              ditto ^cns.
22526      Branch: perl
22527            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
22528            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
22529            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
22530            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
22531            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
22532            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
22533            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
22534            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
22535            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
22536            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
22537            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
22538            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
22539            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
22540            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
22541            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
22542            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
22543            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
22544            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
22545            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
22546            + ext/Encode/Encode/ir-197.enc
22547            - ext/Encode/Encode/cns11643-1.enc
22548            - ext/Encode/Encode/cns11643-2.enc
22549            - ext/Encode/Encode/iso2022-cn.enc
22550            - ext/Encode/Encode/iso2022-jp.enc
22551            - ext/Encode/Encode/iso2022-jp1.enc
22552            - ext/Encode/Encode/iso2022-jp2.enc
22553            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
22554            - ext/Encode/Encode/iso8859-1.enc
22555            - ext/Encode/Encode/iso8859-1.ucm
22556            - ext/Encode/Encode/iso8859-10.enc
22557            - ext/Encode/Encode/iso8859-10.ucm
22558            - ext/Encode/Encode/iso8859-11.enc
22559            - ext/Encode/Encode/iso8859-11.ucm
22560            - ext/Encode/Encode/iso8859-13.enc
22561            - ext/Encode/Encode/iso8859-13.ucm
22562            - ext/Encode/Encode/iso8859-14.enc
22563            - ext/Encode/Encode/iso8859-14.ucm
22564            - ext/Encode/Encode/iso8859-15.enc
22565            - ext/Encode/Encode/iso8859-15.ucm
22566            - ext/Encode/Encode/iso8859-16.enc
22567            - ext/Encode/Encode/iso8859-16.ucm
22568            - ext/Encode/Encode/iso8859-2.enc
22569            - ext/Encode/Encode/iso8859-2.ucm
22570            - ext/Encode/Encode/iso8859-3.enc
22571            - ext/Encode/Encode/iso8859-3.ucm
22572            - ext/Encode/Encode/iso8859-4.enc
22573            - ext/Encode/Encode/iso8859-4.ucm
22574            - ext/Encode/Encode/iso8859-5.enc
22575            - ext/Encode/Encode/iso8859-5.ucm
22576            - ext/Encode/Encode/iso8859-6.enc
22577            - ext/Encode/Encode/iso8859-6.ucm
22578            - ext/Encode/Encode/iso8859-7.enc
22579            - ext/Encode/Encode/iso8859-7.ucm
22580            - ext/Encode/Encode/iso8859-8.enc
22581            - ext/Encode/Encode/iso8859-8.ucm
22582            - ext/Encode/Encode/iso8859-9.enc
22583            - ext/Encode/Encode/iso8859-9.ucm
22584            - ext/Encode/Encode/isoir-197.enc
22585            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
22586 ____________________________________________________________________________
22587 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
22588         Log: Must Uppercase.
22589      Branch: perl
22590            ! ext/Encode/Encode.pm
22591 ____________________________________________________________________________
22592 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
22593         Log: Add various encodings.
22594      Branch: perl
22595            + ext/Encode/Encode/iso8859-11.enc
22596            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
22597            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
22598            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
22599            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
22600            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
22601            + ext/Encode/Encode/viscii.ucm
22602            ! MANIFEST ext/Encode/Encode.pm
22603 ____________________________________________________________________________
22604 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
22605         Log: lib/unicode relic.
22606      Branch: perl
22607            ! ext/Encode/compile
22608 ____________________________________________________________________________
22609 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
22610         Log: Subject: [PATCH] Re: filename problems
22611              From: Michael G Schwern <schwern@pobox.com>
22612              Date: Mon, 17 Sep 2001 17:26:26 -0400
22613              Message-ID: <20010917172626.Q585@blackrider>
22614      Branch: perl
22615            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
22616            - t/lib/sample-tests/header_at_end
22617            - t/lib/sample-tests/header_at_end_fail
22618            ! MANIFEST lib/Test/Harness/t/test-harness.t
22619 ____________________________________________________________________________
22620 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
22621         Log: Explicitly explain the 1e9 seconds, not everybody
22622              is a C geek.
22623      Branch: perl
22624            ! ext/Time/HiRes/HiRes.pm
22625 ____________________________________________________________________________
22626 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
22627         Log: Explain an apparent bug reported by
22628              Richard J. Barbalace <rjbarbal@MIT.EDU>,
22629              with additional explanation from Gisle Aas.
22630      Branch: perl
22631            ! ext/Time/HiRes/HiRes.pm
22632 ____________________________________________________________________________
22633 [ 12058] By: ams                                   on 2001/09/17  19:52:01
22634         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
22635              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22636              Date: Mon, 17 Sep 2001 22:48:05 +0200
22637              Message-Id: <20010917224805.C11744@rafael>
22638      Branch: perl
22639            ! t/lib/warnings/op t/lib/warnings/pp
22640 ____________________________________________________________________________
22641 [ 12057] By: ams                                   on 2001/09/17  16:51:18
22642         Log: Its a nit!
22643      Branch: perl
22644            ! sv.h
22645 ____________________________________________________________________________
22646 [ 12056] By: ams                                   on 2001/09/17  16:47:55
22647         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
22648              From: "Craig A. Berry" <craigberry@mac.com>
22649              Date: Mon, 17 Sep 2001 12:34:20 -0500
22650              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
22651      Branch: perl
22652            ! vms/vms.c
22653 ____________________________________________________________________________
22654 [ 12055] By: ams                                   on 2001/09/17  16:05:15
22655         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
22656              From: Gisle Aas <gisle@ActiveState.com>
22657              Date: 16 Apr 2001 16:20:34 -0700
22658              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
22659              (Applied by hand.)
22660      Branch: perl
22661            ! lib/CPAN.pm lib/CPAN/Nox.pm
22662 ____________________________________________________________________________
22663 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
22664         Log: Update Changes.
22665      Branch: perl
22666            ! Changes patchlevel.h
22667 ____________________________________________________________________________
22668 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
22669         Log: Adding new files to the MANIFEST is always nice.
22670      Branch: perl
22671            ! MANIFEST
22672 ____________________________________________________________________________
22673 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
22674         Log: Reindent the PerlIO files (suggested by NI-S), used
22675              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
22676              (GNU indent).  Note that wholesale re-indenting might
22677              be nice, but that would break nice formatting/alignment
22678              of assignments, equality testing, and complex boolean
22679              expressions with lots of &s and |s.
22680      Branch: perl
22681            ! perlio.c perlio.h perliol.h
22682 ____________________________________________________________________________
22683 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
22684         Log: Add a script for being 8.3-polite.
22685              The found conflicts are being worked on.
22686      Branch: perl
22687            + check83.pl
22688            ! MANIFEST Porting/pumpkin.pod
22689 ____________________________________________________________________________
22690 [ 12050] By: sky                                   on 2001/09/17  12:44:36
22691         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
22692              finding it.
22693      Branch: perl
22694            ! sv.c
22695 ____________________________________________________________________________
22696 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
22697         Log: Bump up versions because of #12041.
22698      Branch: perl
22699            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
22700            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
22701            ! lib/Time/localtime.pm
22702 ____________________________________________________________________________
22703 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
22704         Log: Bump the version number because of #12042.
22705      Branch: perl
22706            ! lib/CPAN/FirstTime.pm
22707 ____________________________________________________________________________
22708 [ 12047] By: ams                                   on 2001/09/17  11:21:40
22709         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
22710              From: Abhijit Menon-Sen <ams@wiw.org>
22711              Date: Mon, 17 Sep 2001 17:44:12 +0530
22712              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
22713      Branch: perl
22714            ! op.c
22715 ____________________________________________________________________________
22716 [ 12046] By: sky                                   on 2001/09/17  07:14:17
22717         Log: Subject: Re: t/op/ver.t using skip() improperly
22718              From: "chromatic" <chromatic@rmci.net>
22719              Date: Mon, 17 Sep 2001 00:22:29 -0600
22720              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
22721      Branch: perl
22722            ! t/op/ver.t
22723 ____________________________________________________________________________
22724 [ 12045] By: nick                                  on 2001/09/17  07:12:14
22725         Log: Integrate mainline
22726      Branch: perlio
22727           +> t/op/chdir.t
22728           !> (integrate 117 files)
22729 ____________________________________________________________________________
22730 [ 12044] By: ams                                   on 2001/09/17  05:49:53
22731         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
22732              From: Ilmari Karonen <iltzu@sci.fi>
22733              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
22734              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
22735              (And $VERSION = '1.05'.)
22736      Branch: perl
22737            ! lib/constant.pm
22738 ____________________________________________________________________________
22739 [ 12043] By: ams                                   on 2001/09/17  05:44:50
22740         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
22741              From: Michael G Schwern <schwern@pobox.com>
22742              Date: Mon, 17 Sep 2001 07:49:04 +0200
22743              Message-Id: <20010917074904.V1588@blackrider>
22744              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
22745      Branch: perl
22746            + t/op/chdir.t
22747            ! MANIFEST pp_sys.c
22748 ____________________________________________________________________________
22749 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
22750         Log: Subject: Re: CPAN.pm needs some hacking 
22751              From: "chromatic" <chromatic@rmci.net>
22752              Date: Sun, 16 Sep 2001 16:46:29 -0600
22753              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
22754      Branch: perl
22755            ! lib/CPAN/FirstTime.pm
22756 ____________________________________________________________________________
22757 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
22758         Log: Change use|require 5.005_64 to use|require 5.6.1.
22759      Branch: perl
22760            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
22761            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
22762            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
22763            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
22764            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
22765            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
22766            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
22767            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
22768            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
22769            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
22770            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
22771            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
22772            ! lib/base.pm lib/fields.pm
22773 ____________________________________________________________________________
22774 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
22775         Log: Bump up version numbers.
22776              
22777              TODO 1: double check that pre-5.6.1 CPAN.pm:s
22778              don't try to download 5.8.0 because of the
22779              version numbers.  Mainly this means using _00
22780              in the core version numbers.
22781              
22782              TODO 2: the "use 5.005_64" in many modules
22783              needs to be changed to, say, "use 5.6.1".
22784      Branch: perl
22785            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
22786            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
22787            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
22788            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
22789            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
22790            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
22791            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
22792            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
22793            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
22794            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
22795            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
22796 ____________________________________________________________________________
22797 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
22798         Log: Use UCHARAT() as suggested by Inaba Hiroto.
22799      Branch: perl
22800            ! regexec.c
22801 ____________________________________________________________________________
22802 [ 12038] By: ams                                   on 2001/09/16  15:16:24
22803         Log: Subject: [PATCH] Re: Core module version numbers review
22804              From: Peter Scott <Peter@PSDT.com>
22805              Date: Sun, 16 Sep 2001 09:09:58 -0700
22806              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
22807      Branch: perl
22808            ! lib/perl5db.pl
22809 ____________________________________________________________________________
22810 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
22811         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
22812              not yet fully implemented.
22813      Branch: perl
22814            ! pod/perlfunc.pod pod/perlunicode.pod
22815 ____________________________________________________________________________
22816 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
22817         Log: Subject: [patch] plug PL_beginav_save leak
22818              From: Doug MacEachern <dougm@covalent.net>
22819              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
22820              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
22821      Branch: perl
22822            ! perl.c
22823 ____________________________________________________________________________
22824 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
22825         Log: (accidentally empty checkin)
22826      Branch: perl
22827            ! sv.c
22828 ____________________________________________________________________________
22829 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
22830         Log: Subject: [patch] ithreads+PL_beginav_save
22831              From: Doug MacEachern <dougm@covalent.net>
22832              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
22833              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
22834      Branch: perl
22835            ! sv.c
22836 ____________________________________________________________________________
22837 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
22838         Log: Subject: [PATCH] h2xs.PL with C::Scan
22839              From: Tim Jenness <t.jenness@jach.hawaii.edu>
22840              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
22841              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
22842      Branch: perl
22843            ! utils/h2xs.PL
22844 ____________________________________________________________________________
22845 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
22846         Log: Elaborate (well, make more vague, really) #12030.
22847      Branch: perl
22848            ! pod/perltodo.pod pod/perlunicode.pod
22849 ____________________________________________________________________________
22850 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
22851         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
22852              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
22853              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
22854              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
22855      Branch: perl
22856            ! regexec.c
22857 ____________________________________________________________________________
22858 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
22859         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
22860              are not yet complete.
22861      Branch: perl
22862            ! pod/perltodo.pod pod/perlunicode.pod
22863 ____________________________________________________________________________
22864 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
22865         Log: Document what's still to be done on the regular expression
22866              Unicode support, based on the UTR#18.
22867      Branch: perl
22868            ! pod/perltodo.pod pod/perlunicode.pod
22869 ____________________________________________________________________________
22870 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
22871         Log: Regen headers.
22872      Branch: perl
22873            ! embedvar.h perlapi.h
22874 ____________________________________________________________________________
22875 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
22876         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
22877              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
22878              Date: Sun, 09 Sep 2001 18:41:54 +0100
22879              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
22880      Branch: perl
22881            ! Porting/findvars ext/ByteLoader/bytecode.h
22882            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
22883            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
22884 ____________________________________________________________________________
22885 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
22886         Log: enable most warnings for windows build; fix the various typecasting
22887              nits that showed up (no bugfixes here)
22888      Branch: maint-5.6/perl
22889            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
22890            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
22891            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
22892            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
22893            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
22894            ! x2p/walk.c
22895 ____________________________________________________________________________
22896 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
22897         Log: Integrate change #12024 from maintperl
22898              (a local() precedence bug)
22899      Branch: perl
22900           !> lib/ExtUtils/Install.pm
22901 ____________________________________________________________________________
22902 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
22903         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
22904              change#8642
22905      Branch: maint-5.6/perl
22906            ! lib/ExtUtils/Install.pm
22907 ____________________________________________________________________________
22908 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
22909         Log: Update Changes.
22910      Branch: perl
22911            ! Changes patchlevel.h
22912 ____________________________________________________________________________
22913 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
22914         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
22915              From: "chromatic" <chromatic@rmci.net>
22916              Date: Fri, 14 Sep 2001 09:44:57 -0600 
22917              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
22918      Branch: perl
22919            ! lib/ExtUtils/Manifest.t
22920 ____________________________________________________________________________
22921 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
22922         Log: Hopefully better skipping of the Complete.t tests
22923              in case of not a tty. 
22924      Branch: perl
22925            ! lib/Term/Complete.t t/op/stat.t
22926 ____________________________________________________________________________
22927 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
22928         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
22929              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
22930              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
22931              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
22932      Branch: perl
22933            ! regexec.c t/op/pat.t
22934 ____________________________________________________________________________
22935 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
22936         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
22937              From: Robin Barker <rmb1@cise.npl.co.uk>
22938              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
22939              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
22940      Branch: perl
22941            ! pod/perlport.pod
22942 ____________________________________________________________________________
22943 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
22944         Log: NetWare tweaks from Ananth Kesari.
22945      Branch: perl
22946            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
22947            ! NetWare/nwutil.h
22948 ____________________________________________________________________________
22949 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
22950         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
22951              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22952              Date: Fri, 14 Sep 2001 10:51:13 +0200
22953              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
22954      Branch: perl
22955            ! pod/perlport.pod
22956 ____________________________________________________________________________
22957 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
22958         Log: Subject: Re: [PATCH 2 pl2pm.PL]
22959              From: Joe Smith <Joe.Smith@inwap.com>
22960              Date: Fri, 14 Sep 2001 00:13:32 -0700
22961              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
22962              
22963              Eradicate qu.
22964      Branch: perl
22965            ! keywords.h keywords.pl utils/pl2pm.PL
22966 ____________________________________________________________________________
22967 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
22968         Log: Retract #12013, didn't go over too well in Tru64.
22969      Branch: perl
22970            ! embed.h embed.pl sv.h
22971 ____________________________________________________________________________
22972 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
22973         Log: Subject: [PATCH] Execute files of debugger commands
22974              From: Peter Scott <Peter@PSDT.com>
22975              Date: Thu, 13 Sep 2001 15:26:31 -0700
22976              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
22977      Branch: perl
22978            ! lib/perl5db.pl pod/perldebug.pod
22979 ____________________________________________________________________________
22980 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
22981         Log: (Retracted by #12015)
22982              Subject: [proposed PATCH] Re: perl@11920
22983              From: Nicholas Clark <nick@ccl4.org>
22984              Date: Wed, 12 Sep 2001 23:46:09 +0100
22985              Message-ID: <20010912234609.H4971@plum.flirble.org>     
22986      Branch: perl
22987            ! embed.h embed.pl sv.h
22988 ____________________________________________________________________________
22989 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
22990         Log: ucblib shouldn't be linked against in nonstop-ux,
22991              from Tom Bates.
22992      Branch: perl
22993            ! hints/nonstopux.sh
22994 ____________________________________________________________________________
22995 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
22996         Log: Do stty only if we have stty.
22997              
22998              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
22999      Branch: perl
23000            ! lib/Term/Complete.pm
23001 ____________________________________________________________________________
23002 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
23003         Log: Skip the test if not running on a tty.
23004      Branch: perl
23005            ! lib/Term/Complete.t
23006 ____________________________________________________________________________
23007 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
23008         Log: Regen headers.
23009      Branch: perl
23010            ! embed.h opcode.h pod/perlapi.pod proto.h
23011 ____________________________________________________________________________
23012 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
23013         Log: Subject: [PATCH op.c] Re: perl@12003
23014              From: Robin Barker <rmb1@cise.npl.co.uk>
23015              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
23016              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
23017      Branch: perl
23018            ! op.c
23019 ____________________________________________________________________________
23020 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
23021         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
23022              From: Robin Barker <rmb1@cise.npl.co.uk>
23023              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
23024              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
23025      Branch: perl
23026            ! sv.c
23027 ____________________________________________________________________________
23028 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
23029         Log: Upgrade to Memoize 0.66.
23030      Branch: perl
23031            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
23032            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
23033            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
23034 ____________________________________________________________________________
23035 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
23036         Log: Subject: [ID 20010912.007] substr reference core dump
23037              From: me-01@ton.iguana.be
23038              Date: 12 Sep 2001 14:11:16 -0000
23039              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
23040      Branch: perl
23041            ! mg.c
23042 ____________________________________________________________________________
23043 [ 12004] By: ams                                   on 2001/09/12  01:13:49
23044         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
23045              From: Ilmari Karonen <iltzu@sci.fi>
23046              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
23047              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
23048      Branch: perl
23049            ! pod/perlfaq4.pod
23050 ____________________________________________________________________________
23051 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
23052         Log: Update Changes.
23053      Branch: perl
23054            ! Changes patchlevel.h
23055 ____________________________________________________________________________
23056 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
23057         Log: NetWare update from Ananth Kesari.
23058      Branch: perl
23059            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
23060            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
23061 ____________________________________________________________________________
23062 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
23063         Log: Retract #11984: div() being redefined, and 1397
23064              failing on 64-bit platforms.
23065      Branch: perl
23066            ! lib/Math/BigInt/Calc.pm
23067 ____________________________________________________________________________
23068 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
23069         Log: Metaconfig unit change for #11999.
23070      Branch: metaconfig
23071            ! U/protos/d_lseekproto.U
23072 ____________________________________________________________________________
23073 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
23074         Log: The lseek fix (#11991) was no fix.
23075      Branch: perl
23076            ! Configure
23077 ____________________________________________________________________________
23078 [ 11998] By: sky                                   on 2001/09/11  07:52:06
23079         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
23080              From: Matt Sergeant <MSergeant@star.net.uk>
23081              Date: Tue, 11 Sep 2001 09:22:32 +0100
23082              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
23083      Branch: perl
23084            ! ext/Encode/Encode.pm
23085 ____________________________________________________________________________
23086 [ 11997] By: sky                                   on 2001/09/11  06:35:29
23087         Log: Sometimes dTHX is added because it is needed on non 
23088              gnuc platforms, but not needed there. This uses GCC
23089              to silence GCC specific warnings by marking pTHX as 
23090              unused.
23091      Branch: perl
23092            ! perl.h
23093 ____________________________________________________________________________
23094 [ 11996] By: nick                                  on 2001/09/11  06:25:27
23095         Log: Integrate mainline
23096      Branch: perlio
23097            - ext/POSIX/sigaction.t lib/File/Find/taint.t
23098           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
23099 ____________________________________________________________________________
23100 [ 11995] By: nick                                  on 2001/09/11  06:23:39
23101         Log: Part Integrate mainline
23102      Branch: perlio
23103           +> (branch 69 files)
23104            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
23105            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
23106            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
23107            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
23108            - lib/Switch/t/switch_case.t lib/Test/Harness.t
23109            - lib/Test/More/Changes lib/Test/More/t/More.t
23110            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
23111            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
23112            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
23113            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
23114            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
23115            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
23116            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
23117            - t/lib/Test/More/Catch.pm wince/perl.ico
23118           !> (integrate 197 files)
23119 ____________________________________________________________________________
23120 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
23121         Log: Subject: Re: [PATCH] Encode.pm docs fix
23122              From: Gisle Aas <gisle@ActiveState.com>
23123              Date: 10 Sep 2001 11:27:02 -0700
23124              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
23125      Branch: perl
23126            ! ext/Encode/Encode.pm
23127 ____________________________________________________________________________
23128 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
23129         Log: Fix unpack U to be the reverse of pack U
23130              (but implement unpack U0U as a backdoor to get
23131              the UTF-8 malformed warnings from un-UTF-8 data)
23132      Branch: perl
23133            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
23134 ____________________________________________________________________________
23135 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
23136         Log: Metaconfig unit change for #11991;
23137              delete an unused unit (d_strtoull.U is the one used)
23138      Branch: metaconfig
23139            ! U/protos/d_lseekproto.U
23140      Branch: metaconfig/U/perl
23141            - strtoull.U
23142 ____________________________________________________________________________
23143 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
23144         Log: Subject: [PATCH] Configure not recording lseek proto
23145              From: Blair Zajac <blair@orcaware.com>
23146              Date: Mon, 10 Sep 2001 17:52:37 -0700
23147              Message-ID: <3B9D6055.BA334A31@orcaware.com>
23148              
23149              plus regen Configure.
23150      Branch: perl
23151            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23152            ! config_h.SH uconfig.h
23153 ____________________________________________________________________________
23154 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
23155         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?)))                  
23156              From: Nicholas Clark <nick@ccl4.org>
23157              Date: Tue, 11 Sep 2001 00:00:31 +0100
23158              Message-ID: <20010911000031.G1512@plum.flirble.org>
23159      Branch: perl
23160            + t/op/qq.t
23161            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
23162 ____________________________________________________________________________
23163 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
23164         Log: Subject: [PATCH] Building on win32 w/o perlio
23165              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
23166              Date: Mon, 10 Sep 2001 23:38:46 +0200
23167              Message-ID: <3B9D4F06.14433.2C37644@localhost>
23168      Branch: perl
23169            ! perl.c win32/Makefile win32/makefile.mk
23170 ____________________________________________________________________________
23171 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
23172         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
23173              From: "chromatic" <chromatic@rmci.net>
23174              Date: Mon, 10 Sep 2001 15:14:01 -0600
23175              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
23176      Branch: perl
23177            + lib/CGI/t/push.t
23178            ! MANIFEST
23179 ____________________________________________________________________________
23180 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
23181         Log: Subject: avoiding hoardes of zombies
23182              From: Nicholas Clark <nick@ccl4.org>
23183              Date: Mon, 10 Sep 2001 22:00:40 +0100
23184              Message-ID: <20010910220040.C1512@plum.flirble.org>
23185      Branch: perl
23186            ! pod/perlipc.pod
23187 ____________________________________________________________________________
23188 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
23189         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
23190              From: John Peacock <jpeacock@rowman.com>
23191              Date: Mon, 10 Sep 2001 16:34:30 -0400
23192              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
23193      Branch: perl
23194            ! sv.c t/op/ver.t utf8.h
23195 ____________________________________________________________________________
23196 [ 11985] By: ams                                   on 2001/09/10  23:20:13
23197         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
23198      Branch: perl
23199            ! MANIFEST
23200 ____________________________________________________________________________
23201 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
23202         Log: (Retracted by #12001)
23203              Subject: Calc with USE_MUL/USE_DIV
23204              From: Tels <perl_dummy@bloodgate.com>
23205              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
23206              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
23207      Branch: perl
23208            ! lib/Math/BigInt/Calc.pm
23209 ____________________________________________________________________________
23210 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
23211         Log: Subject: [PATCH op.c] Re: perl@11978
23212              From: Robin Barker <rmb1@cise.npl.co.uk>
23213              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
23214              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
23215              
23216              Format errors.
23217      Branch: perl
23218            ! op.c
23219 ____________________________________________________________________________
23220 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
23221         Log: Switch PADOFFSET back to U32 both because of binary backward
23222              compatibility and because Arthur seems to have been fixing the
23223              problems with naughty integer-pointer casting.
23224      Branch: perl
23225            ! op.h
23226 ____________________________________________________________________________
23227 [ 11981] By: ams                                   on 2001/09/10  16:31:43
23228         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
23229              Fix Pod Typo, Add Test for ExtUtils::Command
23230              From: "chromatic" <chromatic@rmci.net>
23231              Date: Mon, 10 Sep 2001 11:20:56 -0600
23232              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
23233      Branch: perl
23234            + lib/ExtUtils/Command.t
23235            ! MANIFEST lib/ExtUtils/Command.pm
23236 ____________________________________________________________________________
23237 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
23238         Log: Subject: [PATCH] Encode.pm docs fix
23239              From: Matt Sergeant <MSergeant@star.net.uk>
23240              Date: Mon, 10 Sep 2001 15:24:01 +0100
23241              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
23242      Branch: perl
23243            ! ext/Encode/Encode.pm
23244 ____________________________________________________________________________
23245 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
23246         Log: Update Changes.
23247      Branch: perl
23248            ! Changes patchlevel.h
23249 ____________________________________________________________________________
23250 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
23251         Log: Revert #11973, the dTHX seems to be needed in there
23252              for threaded builds.
23253      Branch: perl
23254            ! perlio.c
23255 ____________________________________________________________________________
23256 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
23257         Log: Detypo.
23258      Branch: perl
23259            ! pod/perlguts.pod
23260 ____________________________________________________________________________
23261 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
23262         Log: Further Class::Struct patching from Damian.
23263              
23264              The new new semantics are:
23265              
23266              * If you pass an initializer for a nested object, it has to be:
23267              a) a reference to an object of that class, or      
23268              b) a reference to an object of a subclass of that class, or
23269              c) a reference to a hash of arguments to be passed to the
23270              class's constructor
23271              * If you pass no initializer for a nested object, the attribute
23272              is initialized to C<undef>
23273      Branch: perl
23274            ! lib/Class/Struct.pm
23275 ____________________________________________________________________________
23276 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
23277         Log: Skip the crypt test if no crypt.
23278      Branch: perl
23279            ! t/op/crypt.t
23280 ____________________________________________________________________________
23281 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
23282         Log: Warn against using bare v-strings as IP addresses
23283              (okay if using the wrappers from Socket)
23284      Branch: perl
23285            ! pod/perldata.pod pod/perlport.pod
23286 ____________________________________________________________________________
23287 [ 11973] By: sky                                   on 2001/09/10  11:57:58
23288         Log: Remove unused dTHX. Silenced another warning.
23289      Branch: perl
23290            ! perlio.c
23291 ____________________________________________________________________________
23292 [ 11972] By: sky                                   on 2001/09/10  11:54:25
23293         Log: Silence some more warnings INT2PTR.
23294      Branch: perl
23295            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
23296 ____________________________________________________________________________
23297 [ 11971] By: sky                                   on 2001/09/10  11:21:50
23298         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
23299      Branch: perl
23300            ! cop.h
23301 ____________________________________________________________________________
23302 [ 11970] By: sky                                   on 2001/09/10  11:17:25
23303         Log: Apply INT2PTR with force to silence warnings from
23304              PM_GETRE and friends. No more warnings with 64bit 
23305              IVs and 32bit pointers.    
23306      Branch: perl
23307            ! op.c op.h perl.c
23308 ____________________________________________________________________________
23309 [ 11969] By: sky                                   on 2001/09/10  10:13:02
23310         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
23311      Branch: perl
23312            ! pod/perlguts.pod
23313 ____________________________________________________________________________
23314 [ 11968] By: sky                                   on 2001/09/10  10:02:51
23315         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
23316              Rename to custop_op_name to Perl_custom_op_name to match perlapi
23317              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
23318              perl_clone.
23319      Branch: perl
23320            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
23321 ____________________________________________________________________________
23322 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
23323         Log: Using strlen() not good on embedded nul bytes.
23324      Branch: perl
23325            ! regcomp.c
23326 ____________________________________________________________________________
23327 [ 11966] By: ams                                   on 2001/09/09  21:06:13
23328         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
23329              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23330              Date: Mon, 13 Aug 2001 22:51:59 +0200
23331              Message-ID: <20010813225159.C6681@rafael>
23332              (Applied with several tweaks.)
23333      Branch: perl
23334            ! embed.h embed.pl proto.h toke.c
23335 ____________________________________________________________________________
23336 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
23337         Log: The exact error message is system-dependent.
23338      Branch: perl
23339            ! lib/ExtUtils/Manifest.t
23340 ____________________________________________________________________________
23341 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
23342         Log: Add Windows and Mac Sami support to Encode
23343              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
23344      Branch: perl
23345            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
23346            ! MANIFEST
23347 ____________________________________________________________________________
23348 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
23349         Log: Use the tried method.
23350      Branch: perl
23351            ! pod/perlport.pod
23352 ____________________________________________________________________________
23353 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
23354         Log: Can't count parentheses.
23355      Branch: perl
23356            ! ext/IO/lib/IO/Socket/INET.pm
23357 ____________________________________________________________________________
23358 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
23359         Log: perlport additions: 1 while unlink, add/delete directory
23360              entries and permissions, cygwin stat funkiness (from Michael
23361              Schwern and Nicholas Clark)
23362      Branch: perl
23363            ! pod/perlport.pod
23364 ____________________________________________________________________________
23365 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
23366         Log: blib does have a detectable test.
23367      Branch: perl
23368            ! t/lib/1_compile.t
23369 ____________________________________________________________________________
23370 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
23371         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
23372              From: "chromatic" <chromatic@rmci.net>
23373              Date: Sat, 08 Sep 2001 19:33:42 -0600
23374              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
23375      Branch: perl
23376            + lib/Term/Complete.t
23377            ! MANIFEST
23378 ____________________________________________________________________________
23379 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
23380         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
23381              From: Michael G Schwern <schwern@pobox.com> 
23382              Date: Sat, 8 Sep 2001 02:40:26 -0400
23383              Message-ID: <20010908024026.A26283@blackrider>
23384      Branch: perl
23385            + lib/Test/Tutorial.pod
23386            ! MANIFEST
23387 ____________________________________________________________________________
23388 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
23389         Log: Try to look up protocol (by name) only iff it has non-numbers:
23390              nice if the server is in a chrooted environment (no /etc/protocols,
23391              server code using hardcorded protocol numbers like 6 for tcp),
23392              suggested by John Holdsworth <coldwave@bigfoot.com>.
23393              In other words, if we are given a number, why look it up again
23394              (by number)?
23395      Branch: perl
23396            ! ext/IO/lib/IO/Socket/INET.pm
23397 ____________________________________________________________________________
23398 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
23399         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
23400              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
23401              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
23402              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
23403              
23404              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
23405              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
23406              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
23407              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
23408              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
23409              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
23410              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
23411              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
23412      Branch: perl
23413            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
23414 ____________________________________________________________________________
23415 [ 11955] By: ams                                   on 2001/09/09  02:54:21
23416         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
23417              From: "Craig A. Berry" <craigberry@mac.com>
23418              Date: Sat, 08 Sep 2001 19:02:16 -0500
23419              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
23420      Branch: perl
23421            ! lib/CGI/t/carp.t
23422 ____________________________________________________________________________
23423 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
23424         Log: Documentation tweaks; think the IP address as an opaque string.
23425      Branch: perl
23426            ! ext/Socket/Socket.pm
23427 ____________________________________________________________________________
23428 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
23429         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
23430              From: Michael G Schwern <schwern@pobox.com>
23431              Date: Sat, 8 Sep 2001 19:45:46 -0400
23432              Message-ID: <20010908194546.C9193@blackrider>
23433      Branch: perl
23434            + lib/blib.t
23435            ! MANIFEST lib/blib.pm t/lib/1_compile.t
23436 ____________________________________________________________________________
23437 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
23438         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
23439              From: "chromatic" <chromatic@rmci.net>
23440              Date: Sat, 08 Sep 2001 12:31:44 -0600
23441              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
23442      Branch: perl
23443            + lib/CGI/t/fast.t
23444            ! MANIFEST
23445 ____________________________________________________________________________
23446 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
23447         Log: The Socket tests were wrong: they were assuming too much.
23448      Branch: perl
23449            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
23450 ____________________________________________________________________________
23451 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
23452         Log: Retract the portability changes since they
23453              seem to have opened a can of worms... will
23454              go back to UNICOS/mk and do the bare minimum
23455              required to get the tests working.
23456      Branch: perl
23457            ! ext/Socket/Socket.xs
23458 ____________________________________________________________________________
23459 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
23460         Log: PADOFFSET is used to cast pointers into integers,
23461              if pointers are 64 bits and U32 32 bits,
23462              bad things may happen, or at least warnings issued.
23463      Branch: perl
23464            ! op.h
23465 ____________________________________________________________________________
23466 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
23467         Log: Still more Socket portability tweaking.
23468              Now Socket.t seems to be happy in all of
23469              Linux/x86, Tru64/alpha, Solaris/sparc,
23470              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
23471              
23472              Addendum: it seems that io_multihomed, io_sock, and hostent
23473              were broken in little-endians (linux/x86 and tru64/alpha)
23474              because of this change.  Argh.
23475      Branch: perl
23476            ! ext/Socket/Socket.xs
23477 ____________________________________________________________________________
23478 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
23479         Log: More portability kicking on inet_ntoa().
23480      Branch: perl
23481            ! ext/Socket/Socket.xs
23482 ____________________________________________________________________________
23483 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
23484         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
23485              From: Michael G Schwern <schwern@pobox.com> 
23486              Date: Fri, 7 Sep 2001 23:06:51 -0400
23487              Message-ID: <20010907230651.R606@blackrider>
23488      Branch: perl
23489            + lib/ExtUtils/Manifest.t
23490            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
23491 ____________________________________________________________________________
23492 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
23493         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
23494              From: "chromatic" <chromatic@rmci.net>
23495              Date: Fri, 07 Sep 2001 17:53:15 -0600      
23496              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
23497      Branch: perl
23498            + lib/ExtUtils/testlib.t
23499            ! MANIFEST
23500 ____________________________________________________________________________
23501 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
23502         Log: Thinko.
23503      Branch: perl
23504            ! lib/integer.t
23505 ____________________________________________________________________________
23506 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
23507         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
23508              From: "Craig A. Berry" <craigberry@mac.com>
23509              Date: Fri, 07 Sep 2001 15:30:03 -0500
23510              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
23511      Branch: perl
23512            ! lib/CGI/Carp.pm
23513 ____________________________________________________________________________
23514 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
23515         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
23516              From: Michael G Schwern <schwern@pobox.com>
23517              Date: Fri, 7 Sep 2001 15:38:13 -0400
23518              Message-ID: <20010907153813.K606@blackrider>
23519      Branch: perl
23520            ! lib/ExtUtils/MM_Unix.pm
23521 ____________________________________________________________________________
23522 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
23523         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
23524              From: Robin Barker <rmb1@cise.npl.co.uk>
23525              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
23526              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
23527      Branch: perl
23528            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
23529 ____________________________________________________________________________
23530 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
23531         Log: Clean up 1_compile.t; move tests to more consistent
23532              places (t/ subdirectories); add integer.t (much of
23533              the pragma is tested elsewhere but there is no one
23534              centralized place)
23535      Branch: perl
23536            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
23537            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
23538            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
23539            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
23540            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
23541            - lib/File/Find/find.t lib/File/Find/taint.t
23542            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
23543 ____________________________________________________________________________
23544 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
23545         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
23546              From: "chromatic" <chromatic@rmci.net>
23547              Date: Fri, 07 Sep 2001 10:17:40 -0600
23548              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
23549      Branch: perl
23550            ! lib/File/Find/taint.t
23551 ____________________________________________________________________________
23552 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
23553         Log: Update Changes.
23554      Branch: perl
23555            ! Changes patchlevel.h
23556 ____________________________________________________________________________
23557 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
23558         Log: Rename the old threading tutorial, start a new one,
23559              regen toc.
23560      Branch: perl
23561            + pod/perlothrtut.pod
23562            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
23563            ! pod/perltoc.pod
23564 ____________________________________________________________________________
23565 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
23566         Log: vars very much has a test.
23567      Branch: perl
23568            ! t/lib/1_compile.t
23569 ____________________________________________________________________________
23570 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
23571         Log: Subject: Re: wince/perl.ico marked as binary
23572              From: Nicholas Clark <nick@ccl4.org>
23573              Date: Fri, 7 Sep 2001 13:54:40 +0100
23574              Message-ID: <20010907135439.D39150@plum.flirble.org>
23575              
23576              and wince/Makefile.ce change from Rainer Keuchel.
23577      Branch: perl
23578            + wince/makeico.pl
23579            ! MANIFEST wince/Makefile.ce
23580 ____________________________________________________________________________
23581 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
23582         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
23583              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
23584              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
23585              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
23586      Branch: perl
23587            ! regexec.c
23588 ____________________________________________________________________________
23589 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
23590         Log: (Replaced by #11934)
23591              Subject: Re: [PATCH regexec.c] more general .* and .*?
23592              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
23593              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
23594              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
23595      Branch: perl
23596            ! regexec.c
23597 ____________________________________________________________________________
23598 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
23599         Log: The #11931 patching misbehaved.
23600      Branch: perl
23601            ! lib/Test/Harness/t/test-harness.t
23602 ____________________________________________________________________________
23603 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
23604         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
23605              From: Michael G Schwern <schwern@pobox.com>
23606              Date: Fri, 7 Sep 2001 03:30:41 -0400
23607              Message-ID: <20010907033041.A2796@blackrider>
23608      Branch: perl
23609            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
23610            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
23611            + t/lib/sample-tests/header_at_end_fail
23612            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
23613            - lib/Test/Harness.t
23614            ! MANIFEST lib/Test/Harness.pm t/TEST
23615 ____________________________________________________________________________
23616 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
23617         Log: Subject: [PATCH] Digest::MD5 update
23618              From: Gisle Aas <gisle@ActiveState.com>
23619              Date: 06 Sep 2001 23:32:56 -0700
23620              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
23621      Branch: perl
23622            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
23623            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
23624 ____________________________________________________________________________
23625 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
23626         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
23627              From: "chromatic" <chromatic@rmci.net>
23628              Date: Thu, 06 Sep 2001 23:11:44 -0600
23629              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
23630      Branch: perl
23631            + lib/less.t
23632            ! MANIFEST t/lib/1_compile.t
23633 ____________________________________________________________________________
23634 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
23635         Log: The binary file must somehow differently stored.
23636      Branch: perl
23637            - wince/perl.ico
23638            ! MANIFEST
23639 ____________________________________________________________________________
23640 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
23641         Log: Add more modules to the list of modules that have tests,
23642              Schwern's wallet is getting more nervous.
23643              (Run t/lib/1_compile.t manually to see which modules
23644              are lacking tests, or the tests can't be run for some
23645              reason or another, such as the Net:: modules)
23646      Branch: perl
23647            ! t/lib/1_compile.t
23648 ____________________________________________________________________________
23649 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
23650         Log: Try to make Socket::inet_ntoa() more robust.
23651      Branch: perl
23652            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
23653 ____________________________________________________________________________
23654 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
23655         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
23656              From: chromatic <chromatic@rmci.net>       
23657              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
23658              Message-Id: <01090522580506.19590@firewheel>           
23659      Branch: perl
23660            ! lib/English.t
23661 ____________________________________________________________________________
23662 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
23663         Log: Subject: Re: perlvar manpage and localizing special vars
23664              From: Stas Bekman <stas@stason.org>
23665              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
23666              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
23667      Branch: perl
23668            ! pod/perlvar.pod
23669 ____________________________________________________________________________
23670 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
23671         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
23672              From: Robin Barker <rmb1@cise.npl.co.uk>
23673              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
23674              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
23675      Branch: perl
23676            ! lib/ExtUtils/MakeMaker.pm
23677 ____________________________________________________________________________
23678 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
23679         Log: Symbol missing; AIX unhappy.
23680      Branch: perl
23681            ! makedef.pl
23682 ____________________________________________________________________________
23683 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
23684         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
23685              Reported in 5.61, seems to work okay in blead.
23686      Branch: perl
23687            ! t/run/kill_perl.t
23688 ____________________________________________________________________________
23689 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
23690         Log: Update Changes.
23691      Branch: perl
23692            ! Changes patchlevel.h
23693 ____________________________________________________________________________
23694 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
23695         Log: Document the bad assumptions currently breaking
23696              the Socket.t tests 10, 11, and 13 in UNICOS.
23697      Branch: perl
23698            ! ext/Socket/Socket.xs
23699 ____________________________________________________________________________
23700 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
23701         Log: Subject: [PATCH x2p] make OPTIMIZE=...
23702              From: Robin Barker <rmb1@cise.npl.co.uk>
23703              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
23704              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
23705      Branch: perl
23706            ! x2p/Makefile.SH x2p/cflags.SH
23707 ____________________________________________________________________________
23708 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
23709         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
23710              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
23711              Date: Thu, 6 Sep 2001 11:09:40 +0100
23712              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
23713              
23714              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
23715              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
23716              Date: 6 Sep 2001 10:14:38 -0000
23717              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
23718      Branch: perl
23719            ! pod/perlfaq1.pod pod/perlhack.pod
23720 ____________________________________________________________________________
23721 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
23722         Log: Subject: Extra NUL is Data::Dumper output - patch
23723              From: Tony Cook <tony@develop-help.com>
23724              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
23725              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
23726      Branch: perl
23727            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
23728 ____________________________________________________________________________
23729 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
23730         Log: Avoid redefinition warning
23731              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
23732              from
23733              perl -w -Ilib -MCwd -e ''
23734      Branch: perl
23735            ! lib/Cwd.pm
23736 ____________________________________________________________________________
23737 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
23738         Log: Update the is_tainted() example implementation.
23739      Branch: perl
23740            ! pod/perlsec.pod
23741 ____________________________________________________________________________
23742 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
23743         Log: Missing) in #11912.
23744      Branch: perl
23745            ! lib/Test/Simple/t/fail.t
23746 ____________________________________________________________________________
23747 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
23748         Log: Rewhack Test-Simple into core harness.
23749      Branch: perl
23750            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
23751            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
23752            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
23753            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
23754            ! lib/Test/Simple/t/skipall.t
23755 ____________________________________________________________________________
23756 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
23757         Log: Workaround for the new Exporter 'feature'.
23758      Branch: perl
23759            ! lib/Test/More.pm
23760 ____________________________________________________________________________
23761 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
23762         Log: Re-introduce pure-Perl fall-back for abs_path,
23763              re-introduce #11898.
23764      Branch: perl
23765            ! lib/Cwd.pm lib/File/Find.pm
23766 ____________________________________________________________________________
23767 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
23768         Log: More tests.
23769      Branch: perl
23770            ! lib/Exporter.t
23771 ____________________________________________________________________________
23772 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
23773         Log: Retract #11898 for now because it introduces
23774              a rather nasty depencency: when B is being built,
23775              MakeMaker is used.  MakeMaker uses File::Find.
23776              File::Find uses Cwd::getcwd()...which doesn't
23777              exist yet.
23778      Branch: perl
23779            ! lib/File/Find.pm
23780 ____________________________________________________________________________
23781 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
23782         Log: New test welcome.
23783      Branch: perl
23784            + lib/Test/Simple/t/simple.t
23785 ____________________________________________________________________________
23786 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
23787         Log: Old test begone.
23788      Branch: perl
23789            - lib/Attribute/Handlers/test.pl
23790 ____________________________________________________________________________
23791 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
23792         Log: Test-Simple syncup from Schwern.
23793      Branch: perl
23794            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
23795            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
23796            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
23797            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
23798            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
23799            - lib/Test/More/Changes lib/Test/More/t/More.t
23800            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
23801            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
23802            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
23803            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
23804            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
23805            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
23806            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
23807            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
23808            ! t/lib/Test/Simple/sample_tests/death.plx
23809            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
23810            ! t/lib/Test/Simple/sample_tests/extras.plx
23811            ! t/lib/Test/Simple/sample_tests/five_fail.plx
23812            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
23813            ! t/lib/Test/Simple/sample_tests/one_fail.plx
23814            ! t/lib/Test/Simple/sample_tests/require.plx
23815            ! t/lib/Test/Simple/sample_tests/success.plx
23816            ! t/lib/Test/Simple/sample_tests/too_few.plx
23817            ! t/lib/Test/Simple/sample_tests/two_fail.plx
23818 ____________________________________________________________________________
23819 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
23820         Log: Integrate File::Find changes from bleadperl
23821      Branch: maint-5.6/macperl
23822            ! lib/File/Find.pm t/lib/filefind-taint.t
23823 ____________________________________________________________________________
23824 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
23825         Log: Integrate 11847 from maint-5.6/perl
23826      Branch: maint-5.6/macperl
23827           !> sv.c
23828 ____________________________________________________________________________
23829 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
23830         Log: In UNICOS division yada yada.
23831      Branch: perl
23832            ! t/op/override.t
23833 ____________________________________________________________________________
23834 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
23835         Log: In UNICOS division is really lossy, better use
23836              a tolerance test.
23837      Branch: perl
23838            ! ext/Time/HiRes/HiRes.t
23839 ____________________________________________________________________________
23840 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
23841         Log: In UNICOS sigaction() sets an extra flag
23842              ("the signal has been registered for all the processes in
23843              a multitasking group.")
23844      Branch: perl
23845            ! ext/POSIX/sigaction.t
23846 ____________________________________________________________________________
23847 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
23848         Log: Documentation micropatch from Damian.
23849      Branch: perl
23850            ! lib/Attribute/Handlers.pm
23851 ____________________________________________________________________________
23852 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
23853         Log: (Retracted by #11908)
23854              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
23855              From: Michael G Schwern <schwern@pobox.com>
23856              Date: Wed, 5 Sep 2001 15:58:21 -0400
23857              Message-ID: <20010905155821.I632@blackrider>
23858      Branch: perl
23859            ! lib/File/Find.pm lib/File/Find/taint.t
23860 ____________________________________________________________________________
23861 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
23862         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
23863              From: Michael G Schwern <schwern@pobox.com>
23864              Date: Wed, 5 Sep 2001 19:16:31 -0400
23865              Message-ID: <20010905191631.E11386@blackrider>
23866      Branch: perl
23867            + lib/CGI/t/carp.t
23868            ! MANIFEST
23869 ____________________________________________________________________________
23870 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
23871         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
23872              From: chromatic <chromatic@rmci.net>
23873              Date: Wed, 5 Sep 2001 18:08:07 -0600
23874              Message-Id: <01090518080700.19590@firewheel>
23875      Branch: perl
23876            ! lib/English.pm
23877 ____________________________________________________________________________
23878 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
23879         Log: Fix a typo #11889 and add a test for the same.
23880      Branch: perl
23881            ! ext/Socket/Socket.t ext/Socket/Socket.xs
23882 ____________________________________________________________________________
23883 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
23884         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
23885              From: "Craig A. Berry" <craigberry@mac.com>
23886              Date: Wed, 05 Sep 2001 17:48:54 -0500
23887              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
23888      Branch: perl
23889            ! lib/warnings.t t/run/kill_perl.t
23890 ____________________________________________________________________________
23891 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
23892         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
23893              From: Michael G Schwern <schwern@pobox.com>
23894              Date: Wed, 5 Sep 2001 17:22:25 -0400
23895              Message-ID: <20010905172225.C11386@blackrider>
23896      Branch: perl
23897            ! t/run/kill_perl.t
23898 ____________________________________________________________________________
23899 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
23900         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
23901              From: Nicholas Clark <nick@ccl4.org>
23902              Date: Wed, 5 Sep 2001 20:54:24 +0100
23903              Message-ID: <20010905205424.C25120@plum.flirble.org>
23904      Branch: perl
23905            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
23906 ____________________________________________________________________________
23907 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
23908         Log: Forgotten thing.
23909      Branch: perl
23910            ! uconfig.h
23911 ____________________________________________________________________________
23912 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
23913         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
23914              From: chromatic <chromatic@rmci.net>               
23915              Date: Wed, 5 Sep 2001 13:22:08 -0600
23916              Message-Id: <01090513220807.10587@firewheel> 
23917      Branch: perl
23918            ! lib/English.pm
23919 ____________________________________________________________________________
23920 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
23921         Log: inet_ntoa() tweaks:
23922              - don't allow addresses with > 255 characters
23923              - indent the HP-UX workaround
23924              - don't leak memory
23925      Branch: perl
23926            ! ext/Socket/Socket.xs
23927 ____________________________________________________________________________
23928 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
23929         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
23930              <xwu@theeducationcenter.com>
23931      Branch: perl
23932            ! lib/File/Find.pm
23933 ____________________________________________________________________________
23934 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
23935         Log: Typo nits.
23936      Branch: perl
23937            ! lib/File/Find.pm
23938 ____________________________________________________________________________
23939 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
23940         Log: -Wall nit.
23941      Branch: perl
23942            ! op.c
23943 ____________________________________________________________________________
23944 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
23945         Log: Update to Scalar-List-Utils 1.05
23946      Branch: perl
23947            ! ext/List/Util/ChangeLog ext/List/Util/README
23948            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
23949 ____________________________________________________________________________
23950 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
23951         Log: Update Changes.
23952      Branch: perl
23953            ! Changes patchlevel.h
23954 ____________________________________________________________________________
23955 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
23956         Log: Update to Scalar-List-Utils 1.04
23957      Branch: perl
23958            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
23959            ! ext/List/Util/lib/List/Util.pm
23960            ! ext/List/Util/lib/Scalar/Util.pm
23961 ____________________________________________________________________________
23962 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
23963         Log: Metaconfigify #11724.
23964      Branch: metaconfig
23965            ! U/threads/archname.U
23966 ____________________________________________________________________________
23967 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
23968         Log: The MacOS reference is okay, no reason to hide it.
23969      Branch: perl
23970            ! lib/Cwd.pm
23971 ____________________________________________________________________________
23972 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
23973         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
23974              From: Michael G Schwern <schwern@pobox.com>
23975              Date: Tue, 4 Sep 2001 15:30:10 -0400
23976              Message-ID: <20010904153010.H26466@blackrider> 
23977              
23978              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
23979      Branch: perl
23980            ! ext/Cwd/Makefile.PL lib/Cwd.pm
23981 ____________________________________________________________________________
23982 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
23983         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.))
23984              From: Michael G Schwern <schwern@pobox.com>
23985              Date: Tue, 4 Sep 2001 17:39:13 -0400
23986              Message-ID: <20010904173913.C626@blackrider>
23987      Branch: perl
23988            ! lib/Cwd.pm
23989 ____________________________________________________________________________
23990 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
23991         Log: Subject: Re: Perl_pp_* in public API?
23992              From: "Craig A. Berry" <craigberry@mac.com>
23993              Date: Tue, 4 Sep 2001 21:51:29 -0500
23994              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
23995      Branch: perl
23996            ! ext/List/Util/Util.xs
23997 ____________________________________________________________________________
23998 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
23999         Log: From Damian: Class::Struct was unable to define
24000              recursive classes.  After the patch an object reference
24001              (rather than a hash) is required to initialize
24002              an object attribute.  If no such initializer is given to
24003              the constructor, object attributes are now default
24004              initialized to C<undef>.
24005      Branch: perl
24006            ! lib/Class/Struct.pm lib/Class/Struct.t
24007 ____________________________________________________________________________
24008 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
24009         Log: Subject: Re: sv_catpvfn and sv_setpvfn
24010              From: Richard Soderberg <rs@oregonnet.com>
24011              Date: Tue, 4 Sep 2001 15:16:47 -0700
24012              Message-Id: <200109042216.PAA17858@oregonnet.com>
24013      Branch: perl
24014            ! pod/perlclib.pod pod/perlguts.pod
24015 ____________________________________________________________________________
24016 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
24017         Log: NetWare updates from Ananth Kesari.
24018      Branch: perl
24019            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
24020            ! NetWare/nw5thread.h
24021 ____________________________________________________________________________
24022 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
24023         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?))
24024              From: Nicholas Clark <nick@ccl4.org>
24025              Date: Tue, 4 Sep 2001 22:42:50 +0100
24026              Message-ID: <20010904224250.P25120@plum.flirble.org>
24027      Branch: perl
24028            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
24029            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
24030            ! t/op/oct.t toke.c
24031 ____________________________________________________________________________
24032 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
24033         Log: Fix Cwd::getcwd() not being tainted, as noticed
24034              by Schwern.
24035      Branch: perl
24036            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
24037            - ext/Cwd/Cwd.t
24038            ! MANIFEST ext/Cwd/Cwd.xs util.c
24039 ____________________________________________________________________________
24040 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
24041         Log: Retract #11870 and volatilize the right destruct_level.
24042              Silly thinko pointed out by Sarathy.
24043      Branch: perl
24044            ! intrpvar.h perl.c
24045 ____________________________________________________________________________
24046 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
24047         Log: At least a temporary fix for the mysterious scope core dumps
24048              in Tru64 from Graham.
24049      Branch: perl
24050            ! ext/List/Util/Util.xs
24051 ____________________________________________________________________________
24052 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
24053         Log: (Retracted by #11872)
24054      Branch: perl
24055            ! intrpvar.h
24056 ____________________________________________________________________________
24057 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
24058         Log: Quench a -Wall gripe noticed by Robin Barker.
24059      Branch: perl
24060            ! op.c
24061 ____________________________________________________________________________
24062 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
24063         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
24064              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
24065              Date: Wed, 05 Sep 2001 02:01:32 +0900
24066              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
24067      Branch: perl
24068            ! lib/Unicode/UCD.pm
24069 ____________________________________________________________________________
24070 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
24071         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
24072              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
24073              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
24074              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
24075      Branch: perl
24076            ! gv.c
24077 ____________________________________________________________________________
24078 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
24079         Log: Update Changes.
24080      Branch: perl
24081            ! Changes patchlevel.h
24082 ____________________________________________________________________________
24083 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
24084         Log: Add the \[$@%&*] prototype support.
24085      Branch: perl
24086            ! op.c pod/perlsub.pod t/comp/proto.t
24087 ____________________________________________________________________________
24088 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
24089         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
24090              From: Michael G Schwern <schwern@pobox.com>
24091              Date: Mon, 3 Sep 2001 18:59:01 -0400
24092              Message-ID: <20010903185901.Z9233@blackrider>
24093      Branch: perl
24094            ! lib/CGI/t/form.t
24095 ____________________________________________________________________________
24096 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
24097         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
24098              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
24099              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
24100              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
24101      Branch: perl
24102            ! gv.c
24103 ____________________________________________________________________________
24104 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
24105         Log: More srand entry tweakage based on Randal's suggestion.
24106      Branch: perl
24107            ! pod/perlfunc.pod
24108 ____________________________________________________________________________
24109 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
24110         Log: Subject: [PATCH] 'main' *is* a reserved word
24111              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24112              Date: Mon, 3 Sep 2001 22:55:41 +0200
24113              Message-ID: <20010903225541.A24097@rafael>
24114      Branch: perl
24115            ! toke.c
24116 ____________________________________________________________________________
24117 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
24118         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
24119              From: Peter Prymmer <pvhp@best.com>
24120              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
24121              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
24122      Branch: perl
24123            ! README.vms configure.com
24124 ____________________________________________________________________________
24125 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
24126         Log: Subject: Re: A slightly better default seed?   
24127              From: Michael G Schwern <schwern@pobox.com>
24128              Date: Mon, 3 Sep 2001 18:08:15 -0400 
24129              Message-ID: <20010903180815.W9233@blackrider>
24130      Branch: perl
24131            ! t/op/srand.t
24132 ____________________________________________________________________________
24133 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
24134         Log: Add sharedsv.o to microperl object files.
24135      Branch: perl
24136            ! Makefile.micro
24137 ____________________________________________________________________________
24138 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
24139         Log: AUTHORS updates and
24140              
24141              Subject: [PATCH] Just some preening :-)        
24142              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
24143              Date: Tue, 4 Sep 2001 14:16:59 +0100
24144              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
24145      Branch: perl
24146            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
24147 ____________________________________________________________________________
24148 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
24149         Log: Typo fix and slight rewording.
24150      Branch: perl
24151            ! pod/perlfunc.pod
24152 ____________________________________________________________________________
24153 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
24154         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
24155      Branch: perl
24156            ! pod/perlfaq4.pod
24157 ____________________________________________________________________________
24158 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
24159         Log: The helper file changed name.
24160      Branch: perl
24161            ! MANIFEST
24162 ____________________________________________________________________________
24163 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
24164         Log: Update to Scalar-List-Utils 1.03
24165      Branch: perl
24166            + ext/List/Util/t/shuffle.t
24167            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
24168            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
24169            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
24170            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
24171            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
24172            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
24173            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
24174            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
24175 ____________________________________________________________________________
24176 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
24177         Log: Make crypt() do something more sane for Unicode
24178              (take crypt() of the low eight bits of the characters,
24179              instead of taking crypt() of the UTF-8 of the scalar);
24180              add a test for crypt().
24181      Branch: perl
24182            + t/op/crypt.t
24183            ! MANIFEST pod/perlfunc.pod pp.c
24184 ____________________________________________________________________________
24185 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
24186         Log: Reorganize the srand entry.
24187      Branch: perl
24188            ! pod/perlfunc.pod
24189 ____________________________________________________________________________
24190 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
24191         Log: Remove the tests that assume something about
24192              calling srand() without arguments multiple times.
24193      Branch: perl
24194            ! t/op/srand.t
24195 ____________________________________________________________________________
24196 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
24197         Log: Upgrade to Math::BigInt 1.42.
24198      Branch: perl
24199            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
24200            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
24201            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
24202            ! lib/Math/BigInt/t/mbimbf.t
24203 ____________________________________________________________________________
24204 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
24205         Log: integrate change#11847 from maint-5.6
24206              
24207              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
24208      Branch: perl
24209            ! sv.c
24210 ____________________________________________________________________________
24211 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
24212         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
24213      Branch: maint-5.6/perl
24214            ! sv.c
24215 ____________________________________________________________________________
24216 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
24217         Log: As far as I can tell these functions have been Unicodified.
24218      Branch: perl
24219            ! doop.c
24220 ____________________________________________________________________________
24221 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
24222         Log: Update to Storable 1.0.13.
24223      Branch: perl
24224            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
24225            ! ext/Storable/Storable.xs
24226 ____________________________________________________________________________
24227 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
24228         Log: Patch the Filter::Simple test to work with
24229              the core test suite (since the FilterTest.pm
24230              is in t/lib, not in lib).
24231      Branch: perl
24232            ! lib/Filter/Simple/t/filter.t
24233 ____________________________________________________________________________
24234 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
24235         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
24236      Branch: perl
24237            + t/lib/FilterTest.pm
24238            - t/lib/MyFilter.pm
24239 ____________________________________________________________________________
24240 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
24241         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
24242              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
24243              Text::Balanced 1.86.
24244      Branch: perl
24245            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
24246            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
24247            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
24248            + lib/Switch/t/nested.t lib/Switch/t/switch.t
24249            + lib/Text/Balanced/Changes lib/Text/Balanced/README
24250            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
24251            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
24252            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
24253            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
24254            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
24255            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
24256            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
24257            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
24258            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
24259            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
24260            ! MANIFEST lib/Attribute/Handlers.pm
24261            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
24262            ! lib/Attribute/Handlers/demo/Demo.pm
24263            ! lib/Attribute/Handlers/demo/Descriptions.pm
24264            ! lib/Attribute/Handlers/demo/MyClass.pm
24265            ! lib/Attribute/Handlers/demo/demo.pl
24266            ! lib/Attribute/Handlers/demo/demo2.pl
24267            ! lib/Attribute/Handlers/demo/demo3.pl
24268            ! lib/Attribute/Handlers/demo/demo4.pl
24269            ! lib/Attribute/Handlers/demo/demo_call.pl
24270            ! lib/Attribute/Handlers/demo/demo_chain.pl
24271            ! lib/Attribute/Handlers/demo/demo_cycle.pl
24272            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
24273            ! lib/Attribute/Handlers/demo/demo_phases.pl
24274            ! lib/Attribute/Handlers/demo/demo_range.pl
24275            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
24276            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
24277            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
24278            ! lib/Text/Balanced.pm
24279 ____________________________________________________________________________
24280 [ 11841] By: sky                                   on 2001/09/03  11:04:15
24281         Log: Forgot to add a file with Change #11840
24282      Branch: perl
24283            + t/op/srand.t
24284 ____________________________________________________________________________
24285 [ 11840] By: sky                                   on 2001/09/03  11:02:04
24286         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
24287              From: Michael G Schwern <schwern@pobox.com>
24288              Date: Mon, 3 Sep 2001 07:43:00 -0400
24289              Message-ID: <20010903074300.E9233@blackrider>
24290      Branch: perl
24291            ! MANIFEST pod/perlfunc.pod t/op/rand.t
24292 ____________________________________________________________________________
24293 [ 11839] By: sky                                   on 2001/09/03  10:47:11
24294         Log: Document the changes with regards to running of END blocks.
24295              And DESTROY on global objects are called in perl_destruct()!
24296      Branch: perl
24297            ! pod/perl572delta.pod pod/perlembed.pod
24298 ____________________________________________________________________________
24299 [ 11838] By: sky                                   on 2001/09/03  09:34:44
24300         Log: Subject: [PATCH t/op/time.t] Partial cleanup
24301              From: Michael G Schwern <schwern@pobox.com>
24302              Date: Mon, 3 Sep 2001 06:29:42 -0400
24303              Message-ID: <20010903062942.C9233@blackrider>
24304      Branch: perl
24305            ! t/op/time.t
24306 ____________________________________________________________________________
24307 [ 11837] By: sky                                   on 2001/09/03  09:30:02
24308         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
24309              From: Michael G Schwern <schwern@pobox.com>
24310              Date: Mon, 3 Sep 2001 06:24:13 -0400
24311              Message-ID: <20010903062413.B9233@blackrider>
24312      Branch: perl
24313            ! t/op/rand.t
24314 ____________________________________________________________________________
24315 [ 11836] By: sky                                   on 2001/09/03  07:56:47
24316         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
24317              From: Michael G Schwern <schwern@pobox.com>
24318              Date: Sun, 2 Sep 2001 21:38:43 -0400
24319              Message-ID: <20010902213843.L2711@blackrider>
24320      Branch: perl
24321            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
24322            ! MANIFEST
24323 ____________________________________________________________________________
24324 [ 11835] By: nick                                  on 2001/09/03  06:20:06
24325         Log: Integrate mainline
24326      Branch: perlio
24327           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
24328            - t/op/misc.t
24329           !> (integrate 187 files)
24330 ____________________________________________________________________________
24331 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
24332         Log: Update Changes.
24333      Branch: perl
24334            ! Changes patchlevel.h
24335 ____________________________________________________________________________
24336 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
24337         Log: Slight tweaks.
24338      Branch: perl
24339            ! t/run/kill_perl.t
24340 ____________________________________________________________________________
24341 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
24342         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
24343      Branch: perl
24344            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
24345 ____________________________________________________________________________
24346 [ 11831] By: sky                                   on 2001/09/02  12:10:42
24347         Log: Change #11828 wasn't complete, this updates to intest path
24348      Branch: perl
24349            ! t/run/kill_perl.t
24350 ____________________________________________________________________________
24351 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
24352         Log: 's's's.
24353      Branch: perl
24354            ! Changes
24355 ____________________________________________________________________________
24356 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
24357         Log: Update Changes.
24358      Branch: perl
24359            ! Changes patchlevel.h
24360 ____________________________________________________________________________
24361 [ 11828] By: sky                                   on 2001/09/02  11:53:56
24362         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
24363              From: Michael G Schwern <schwern@pobox.com>
24364              Date: Sat, 1 Sep 2001 20:18:58 -0400
24365              Message-ID: <20010901201858.X606@blackrider>
24366              +MANIFEST Fix
24367      Branch: perl
24368            + t/run/kill_perl.t
24369            - t/op/misc.t t/run/segfault.t
24370            ! MANIFEST
24371 ____________________________________________________________________________
24372 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
24373         Log: Subject: [PATCH] lib/Time/Local.pm
24374              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
24375              Date: Sun, 2 Sep 2001 06:50:01 -0500
24376              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
24377      Branch: perl
24378            ! lib/Time/Local.pm
24379 ____________________________________________________________________________
24380 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
24381         Log: Tick off Unicode collation and the normalization from
24382              the todo list.
24383      Branch: perl
24384            ! pod/perltodo.pod
24385 ____________________________________________________________________________
24386 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
24387         Log: Update to Unicode 3.1.1.
24388      Branch: perl
24389            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
24390            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
24391            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
24392            ! lib/unicore/PropList.txt lib/unicore/README.perl
24393            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
24394            ! lib/unicore/rename lib/unicore/version
24395 ____________________________________________________________________________
24396 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
24397         Log: Slight doc tweaks for the module.
24398      Branch: perl
24399            ! lib/Unicode/UCD.pm
24400 ____________________________________________________________________________
24401 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
24402         Log: Rename the variable: it *used* to be (wrongly) that the
24403              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
24404              but that is no more the case: PL_reg_match_utf8 is better.
24405      Branch: perl
24406            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
24407            ! regexec.c sv.c thrdvar.h
24408 ____________________________________________________________________________
24409 [ 11822] By: ams                                   on 2001/09/02  02:54:50
24410         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
24411              From: Ilmari Karonen <iltzu@sci.fi>
24412              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
24413              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
24414              (op/sub_lval.t updated to take new error message into account.)
24415      Branch: perl
24416            ! op.c t/op/sub_lval.t
24417 ____________________________________________________________________________
24418 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
24419         Log: remove stray CRs in files; keep all files with UNIX line-ends
24420              (Porting/makerel adds CRs to the files that need it in the
24421              distribution)
24422      Branch: perl
24423            ! NetWare/t/NWScripts.pl README.dos
24424            ! ext/Encode/Encode/cns11643-1.enc
24425            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
24426            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
24427 ____________________________________________________________________________
24428 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
24429         Log: some remnants of change#11803
24430      Branch: perl
24431            ! ext/ByteLoader/byterun.h perl.h
24432 ____________________________________________________________________________
24433 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
24434         Log: Update to Unicode::Collate 0.08.
24435      Branch: perl
24436            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
24437            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
24438 ____________________________________________________________________________
24439 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
24440         Log: Test tweaks.
24441      Branch: perl
24442            ! t/op/pat.t
24443 ____________________________________________________________________________
24444 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
24445         Log: Fix test
24446      Branch: maint-5.6/macperl
24447            ! t/lib/b.t
24448 ____________________________________________________________________________
24449 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
24450         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
24451              warnings in Config.pm with -W; increase default and
24452              minimum RAM; bump version number.
24453      Branch: maint-5.6/macperl
24454            + macos/lib/Mac/LowMem.pm
24455            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
24456            ! macos/configpm macos/macperl/MacPerl.r
24457 ____________________________________________________________________________
24458 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
24459         Log: Make syntax check report in MPW style, fix tests
24460              to use Mac::err=unix to get normal-style error
24461              messages.
24462      Branch: maint-5.6/macperl
24463            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
24464            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
24465 ____________________________________________________________________________
24466 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
24467         Log: Make MPW-style errors optional (but the default); add
24468              MacPerl::ErrorFormat() function and Mac::err pragma
24469      Branch: maint-5.6/macperl
24470            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
24471            + macos/ext/Mac/err/err.xs
24472            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
24473            ! macos/macish.c macos/macish.h macos/macperl.sym
24474 ____________________________________________________________________________
24475 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
24476         Log: More module and test ports from Thomas Wegner et al
24477      Branch: maint-5.6/macperl
24478            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
24479            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
24480            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
24481            ! t/op/magic.t
24482 ____________________________________________________________________________
24483 [ 11812] By: sky                                   on 2001/09/01  17:19:30
24484         Log: Subject: [PATCH t/op/concat.t] cleanup
24485              From: Michael G Schwern <schwern@pobox.com>
24486              Date: Sat, 1 Sep 2001 14:06:28 -0400
24487              Message-ID: <20010901140628.C606@blackrider>
24488      Branch: perl
24489            ! t/op/concat.t
24490 ____________________________________________________________________________
24491 [ 11811] By: sky                                   on 2001/09/01  12:25:29
24492         Log: Change #11805 didn't update the MANIFEST
24493      Branch: perl
24494            ! MANIFEST
24495 ____________________________________________________________________________
24496 [ 11810] By: sky                                   on 2001/09/01  11:52:44
24497         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
24498              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24499              Date: Sat, 1 Sep 2001 14:50:14 +0200
24500              Message-ID: <20010901145014.A691@rafael>
24501      Branch: perl
24502            ! t/op/inccode.t
24503 ____________________________________________________________________________
24504 [ 11809] By: sky                                   on 2001/09/01  11:49:22
24505         Log: Subject: PATCH: ExtUtils::MakeMaker
24506              From: Tony Bowden <tony@kasei.com>
24507              Date: Sat, 1 Sep 2001 10:33:53 +0100
24508              Message-ID: <20010901103353.A13863@soto.kasei.com>
24509              Manually applied
24510      Branch: perl
24511            ! lib/ExtUtils/MakeMaker.pm
24512 ____________________________________________________________________________
24513 [ 11808] By: sky                                   on 2001/09/01  11:39:13
24514         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
24515              From: mike808@users.sourceforge.net
24516              Date: Sat, 1 Sep 101 11:27:50 GMT
24517              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
24518              With little tweak
24519      Branch: perl
24520            ! lib/Term/Cap.pm
24521 ____________________________________________________________________________
24522 [ 11807] By: ams                                   on 2001/09/01  11:31:16
24523         Log: Subject: oct() and hex()
24524              From: Nicholas Clark <nick@ccl4.org>
24525              Date: Fri, 31 Aug 2001 23:14:13 +0100
24526              Message-Id: <20010831231413.J4950@plum.flirble.org>
24527      Branch: perl
24528            ! pod/perlclib.pod
24529 ____________________________________________________________________________
24530 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
24531         Log: Integrate change 11801 from maintperl
24532      Branch: maint-5.6/macperl
24533            ! perl.c
24534 ____________________________________________________________________________
24535 [ 11805] By: sky                                   on 2001/08/31  21:35:10
24536         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
24537              From: Michael G Schwern <schwern@pobox.com>
24538              Date: Fri, 31 Aug 2001 15:36:28 -0400
24539              Message-ID: <20010831153628.B598@blackrider>
24540              Check for things which used to segfault
24541      Branch: perl
24542            + t/run/segfault.t
24543 ____________________________________________________________________________
24544 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
24545         Log: integrate change#11801 from maint-5.6
24546              
24547              remove age-old UNICOS "workaround" that introduces a static, and
24548              hence an egregious race condition for threaded builds (*sigh*
24549              beats me why this kludge wasn't guarded by a UNICOS-specific
24550              #define *sigh*)
24551      Branch: perl
24552            ! perl.c
24553 ____________________________________________________________________________
24554 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
24555         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
24556              working in 5.7.x
24557      Branch: perl
24558            - objXSUB.h
24559            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
24560            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
24561            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
24562            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
24563            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
24564            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
24565            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
24566            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
24567            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
24568            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
24569            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
24570            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
24571            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
24572            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
24573            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
24574            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
24575            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
24576            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
24577            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
24578            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
24579            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
24580            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
24581 ____________________________________________________________________________
24582 [ 11802] By: ams                                   on 2001/08/31  18:11:32
24583         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
24584              From: "Philip Newton" <Philip.Newton@gmx.net>
24585              Date: Fri, 31 Aug 2001 21:12:56 +0200
24586              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
24587      Branch: perl
24588            ! pod/perldiag.pod
24589 ____________________________________________________________________________
24590 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
24591         Log: remove age-old UNICOS "workaround" that introduces a static, and
24592              hence an egregious race condition for threaded builds (*sigh*
24593              beats me why this kludge wasn't guarded by a UNICOS-specific
24594              #define *sigh*)
24595      Branch: maint-5.6/perl
24596            ! perl.c
24597 ____________________________________________________________________________
24598 [ 11800] By: sky                                   on 2001/08/31  17:30:26
24599         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
24600              Might break on platforms where bool is larger than 8 bites ???
24601      Branch: perl
24602            ! regcomp.c
24603 ____________________________________________________________________________
24604 [ 11799] By: ams                                   on 2001/08/31  12:15:44
24605         Log: Integrate 11778 into mainline.
24606      Branch: perl
24607            ! t/base/term.t
24608 ____________________________________________________________________________
24609 [ 11798] By: sky                                   on 2001/08/31  11:31:44
24610         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
24611              supposed to happen.
24612      Branch: perl
24613            ! regcomp.c
24614 ____________________________________________________________________________
24615 [ 11797] By: sky                                   on 2001/08/31  11:28:17
24616         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
24617              From: "John P. Linderman" <jpl@research.att.com>
24618              Date: Fri, 31 Aug 2001 08:20:35 -0400
24619              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
24620              Fixes test 14 which could fail randomly in rare cases.
24621      Branch: perl
24622            ! ext/Time/HiRes/HiRes.t regcomp.c
24623 ____________________________________________________________________________
24624 [ 11796] By: ams                                   on 2001/08/31  01:13:07
24625         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
24626              From: Nicholas Clark <nick@ccl4.org>
24627              Date: Thu, 30 Aug 2001 23:21:50 +0100
24628              Message-Id: <20010830232150.D4950@plum.flirble.org>
24629      Branch: perl
24630            ! ext/Sys/Syslog/Makefile.PL
24631 ____________________________________________________________________________
24632 [ 11795] By: ams                                   on 2001/08/30  23:53:23
24633         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
24634              patching example
24635              From: Michael G Schwern <schwern@pobox.com>
24636              Date: Thu, 30 Aug 2001 17:02:08 -0400
24637              Message-Id: <20010830170208.M2318@blackrider>
24638      Branch: perl
24639            ! pod/perlhack.pod
24640 ____________________________________________________________________________
24641 [ 11794] By: ams                                   on 2001/08/30  19:35:36
24642         Log: Subject: [PATCH] pp_modulo
24643              From: Nicholas Clark <nick@ccl4.org>
24644              Date: Thu, 30 Aug 2001 18:20:54 +0100
24645              Message-Id: <20010830182053.A4950@plum.flirble.org>
24646      Branch: perl
24647            ! pp.c t/op/64bitint.t
24648 ____________________________________________________________________________
24649 [ 11793] By: sky                                   on 2001/08/30  13:02:48
24650         Log: 11792 wasn't complete
24651      Branch: perl
24652            ! makedef.pl regcomp.c
24653 ____________________________________________________________________________
24654 [ 11792] By: sky                                   on 2001/08/30  12:21:11
24655         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
24656      Branch: perl
24657            ! makedef.pl
24658 ____________________________________________________________________________
24659 [ 11791] By: sky                                   on 2001/08/30  10:08:02
24660         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
24661      Branch: perl
24662            ! config_h.SH
24663 ____________________________________________________________________________
24664 [ 11790] By: sky                                   on 2001/08/30  08:22:31
24665         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
24666              on the pad. Fixes coredumps in cleanups introduced by
24667              Change 11755  
24668      Branch: perl
24669            ! op.c perl.c sv.h
24670 ____________________________________________________________________________
24671 [ 11789] By: sky                                   on 2001/08/29  19:01:47
24672         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
24673              This is a replacement implmentation that works on HPUX.
24674              This bug should probably be fixed in GCC.
24675      Branch: perl
24676            ! ext/Socket/Socket.xs
24677 ____________________________________________________________________________
24678 [ 11788] By: ams                                   on 2001/08/29  17:35:33
24679         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
24680              From: Nicholas Clark <nick@ccl4.org>
24681              Date: Wed, 29 Aug 2001 18:21:56 +0100
24682              Message-Id: <20010829182156.O4950@plum.flirble.org>
24683      Branch: perl
24684            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
24685 ____________________________________________________________________________
24686 [ 11787] By: sky                                   on 2001/08/29  10:42:54
24687         Log: Added test for pack_addr_in and unpack_addr_in
24688              Nitpik in test 10
24689      Branch: perl
24690            ! ext/Socket/Socket.t
24691 ____________________________________________________________________________
24692 [ 11786] By: sky                                   on 2001/08/29  10:28:14
24693         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
24694              Trying to catch errors on HP-UX
24695      Branch: perl
24696            ! ext/Socket/Socket.t
24697 ____________________________________________________________________________
24698 [ 11785] By: sky                                   on 2001/08/29  09:07:03
24699         Log: make sure USE_THREADS is defined so external apps work
24700      Branch: perl
24701            ! config_h.SH
24702 ____________________________________________________________________________
24703 [ 11784] By: sky                                   on 2001/08/29  08:06:12
24704         Log: Subject: Re: The hitlist of untested modules.
24705              From: Jonathan Stowe <gellyfish@gellyfish.com>
24706              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
24707              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
24708              Start of tests for Shell.pm (make Schwern poorer!)
24709      Branch: perl
24710            + lib/Shell.t
24711            ! MANIFEST
24712 ____________________________________________________________________________
24713 [ 11783] By: sky                                   on 2001/08/29  07:37:50
24714         Log: END{} can change the return value even if we die from BEGIN{}
24715      Branch: perl
24716            ! miniperlmain.c
24717 ____________________________________________________________________________
24718 [ 11782] By: ams                                   on 2001/08/29  06:32:17
24719         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
24720              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24721              Date: Wed, 29 Aug 2001 09:18:17 +0200
24722              Message-Id: <20010829091817.A4453@rafael>
24723      Branch: perl
24724            ! t/op/inccode.t
24725 ____________________________________________________________________________
24726 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
24727         Log: Delete xsubpp.patch, as full copy exists now
24728      Branch: maint-5.6/macperl
24729            - macos/xsubpp.patch
24730 ____________________________________________________________________________
24731 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
24732         Log: Add Changes file
24733      Branch: maint-5.6/macperl
24734            + macos/Changes
24735 ____________________________________________________________________________
24736 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
24737         Log: Add Mac version of xsubpp as separate file
24738      Branch: maint-5.6/macperl
24739            + macos/xsubpp
24740            ! macos/Makefile.mk
24741 ____________________________________________________________________________
24742 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
24743         Log: Fix open of /dev/null for Mac OS
24744      Branch: maint-5.6/macperl
24745            ! t/base/term.t
24746 ____________________________________________________________________________
24747 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
24748         Log: Various patches: enable more tests; skip CVS in PerlInstall;
24749              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
24750      Branch: maint-5.6/macperl
24751            ! macos/MacPerlTests.cmd macos/PerlInstall
24752            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
24753 ____________________________________________________________________________
24754 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
24755         Log: Allow for platforms to override formatting of errors
24756              on output from Matthias Neeracher (Mac files)
24757      Branch: maint-5.6/macperl
24758            ! macos/macish.c macos/macish.h
24759 ____________________________________________________________________________
24760 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
24761         Log: Allow for platforms to override formatting of errors
24762              on output from Matthias Neeracher (core files)
24763      Branch: maint-5.6/macperl
24764            ! perl.h pp_ctl.c util.c
24765 ____________________________________________________________________________
24766 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
24767         Log: Add some param checking, from reports by Kevin Reid.
24768      Branch: maint-5.6/macperl
24769            ! macos/ext/Mac/Controls/Controls.pm
24770            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
24771 ____________________________________________________________________________
24772 [ 11773] By: ams                                   on 2001/08/28  23:54:57
24773         Log: Subject: [PATCH] make coretest
24774              From: Paul Johnson <paul@pjcj.net>
24775              Date: Wed, 29 Aug 2001 00:11:38 +0200
24776              Message-Id: <20010829001138.B12169@pjcj.net>
24777              (Applied without the change to perlhack.pod. This should
24778              probably stay undocumented.)
24779      Branch: perl
24780            ! Makefile.SH t/TEST
24781 ____________________________________________________________________________
24782 [ 11772] By: sky                                   on 2001/08/28  13:01:20
24783         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
24784              From: Michael G Schwern <schwern@pobox.com>
24785              Date: Tue, 28 Aug 2001 09:57:39 -0400
24786              Message-ID: <20010828095738.E17775@blackrider>
24787      Branch: perl
24788            ! pod/perlhack.pod t/op/pack.t
24789 ____________________________________________________________________________
24790 [ 11771] By: sky                                   on 2001/08/28  11:20:13
24791         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
24792              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24793              Date: Tue, 28 Aug 2001 14:23:43 +0200
24794              Message-ID: <20010828142343.A19299@rafael>
24795      Branch: perl
24796            ! pod/perlvar.pod pp_ctl.c
24797 ____________________________________________________________________________
24798 [ 11770] By: ams                                   on 2001/08/28  10:13:21
24799         Log: Subject: [PATCH] odd typo in op.h
24800              From: Nicholas Clark <nick@ccl4.org>
24801              Date: Tue, 28 Aug 2001 12:10:26 +0100
24802              Message-Id: <20010828121026.V4950@plum.flirble.org>
24803      Branch: perl
24804            ! op.h
24805 ____________________________________________________________________________
24806 [ 11769] By: sky                                   on 2001/08/28  08:09:16
24807         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
24808              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
24809              Date: Tue, 28 Aug 2001 02:22:20 +0300
24810              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
24811      Branch: perl
24812            ! ext/B/B/Lint.pm
24813 ____________________________________________________________________________
24814 [ 11768] By: ams                                   on 2001/08/28  00:47:35
24815         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
24816              From: Michael G Schwern <schwern@pobox.com>
24817              Date: Mon, 27 Aug 2001 21:24:44 -0400
24818              Message-Id: <20010827212444.F12582@blackrider>
24819      Branch: perl
24820            ! pod/perlhack.pod t/op/pack.t
24821 ____________________________________________________________________________
24822 [ 11767] By: ams                                   on 2001/08/27  23:59:48
24823         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
24824              From: Michael G Schwern <schwern@pobox.com>
24825              Date: Mon, 27 Aug 2001 20:12:29 -0400
24826              Message-Id: <20010827201229.D12582@blackrider>
24827      Branch: perl
24828            ! pod/perlhack.pod t/op/pack.t
24829 ____________________________________________________________________________
24830 [ 11766] By: ams                                   on 2001/08/27  23:39:40
24831         Log: Update Changes.
24832      Branch: perl
24833            ! Changes
24834 ____________________________________________________________________________
24835 [ 11765] By: ams                                   on 2001/08/27  22:53:10
24836         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
24837              From: Michael G Schwern <schwern@pobox.com>
24838              Date: Mon, 27 Aug 2001 19:47:30 -0400
24839              Message-Id: <20010827194730.C12582@blackrider>
24840      Branch: perl
24841            ! t/op/inccode.t
24842 ____________________________________________________________________________
24843 [ 11764] By: ams                                   on 2001/08/27  22:46:21
24844         Log: Subject: [PATCH] new tests for the coderef-in-@INC
24845              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24846              Date: Mon, 27 Aug 2001 22:36:27 +0200
24847              Message-Id: <20010827223627.C690@rafael>
24848              
24849              Subject: Re: [PATCH] new tests for the coderef-in-@INC
24850              From: Nicholas Clark <nick@ccl4.org>
24851              Date: Tue, 28 Aug 2001 00:02:46 +0100
24852              Message-Id: <20010828000245.R4950@plum.flirble.org>
24853      Branch: perl
24854            + t/op/inccode.t
24855            ! MANIFEST
24856 ____________________________________________________________________________
24857 [ 11763] By: ams                                   on 2001/08/27  22:41:09
24858         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
24859              bleadperl on fire, Win95+4NT)
24860              From: Michael G Schwern <schwern@pobox.com>
24861              Date: Mon, 27 Aug 2001 16:54:42 -0400
24862              Message-Id: <20010827165442.F9436@blackrider>
24863      Branch: perl
24864            ! lib/warnings.t
24865 ____________________________________________________________________________
24866 [ 11762] By: sky                                   on 2001/08/27  19:19:17
24867         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
24868              avaible at compile time. This broke the compilation of 
24869              Net/Ping.pm
24870      Branch: perl
24871            ! lib/Net/Ping.pm
24872 ____________________________________________________________________________
24873 [ 11761] By: sky                                   on 2001/08/27  18:34:48
24874         Log: Removed tripple definitions of CUSTOM_OP functions.
24875      Branch: perl
24876            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
24877 ____________________________________________________________________________
24878 [ 11760] By: sky                                   on 2001/08/27  18:21:27
24879         Log: Regen headers
24880      Branch: perl
24881            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
24882            ! perlapi.h proto.h
24883 ____________________________________________________________________________
24884 [ 11759] By: ams                                   on 2001/08/27  16:31:53
24885         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
24886              From: "chromatic" <chromatic@rmci.net>
24887              Date: Mon, 27 Aug 2001 11:17:09 -0600
24888              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
24889      Branch: perl
24890            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
24891 ____________________________________________________________________________
24892 [ 11758] By: sky                                   on 2001/08/27  15:16:42
24893         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
24894              Thanks to H. Merijn Brand for the patch.
24895              Some of the comments and or guards might be removable in perl.h now.
24896      Branch: perl
24897            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
24898            ! Porting/Glossary Porting/config_H README.threads config_h.SH
24899            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
24900            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
24901            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
24902            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
24903            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
24904            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
24905            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
24906            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
24907            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
24908            ! win32/config_H.vc win32/perllib.c win32/win32.h
24909            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
24910            ! wince/config.h wince/config_H.ce wince/win32.h
24911            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
24912 ____________________________________________________________________________
24913 [ 11757] By: sky                                   on 2001/08/27  13:39:16
24914         Log: Subject: GNU ld parses arguments different
24915              From: H.Merijn Brand <h.m.brand@hccnet.nl>
24916              Date: Mon, 27 Aug 2001 16:25:51 +0200
24917              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
24918      Branch: perl
24919            ! hints/hpux.sh
24920 ____________________________________________________________________________
24921 [ 11756] By: sky                                   on 2001/08/27  13:18:45
24922         Log: Subject: Custom Ops
24923              From: Simon Cozens <simon@netthink.co.uk>
24924              Date: Sat, 25 Aug 2001 17:45:09 +0100
24925              Message-ID: <20010825174509.A5752@netthink.co.uk>
24926              I also added a fix to Opcode.pm to quite test cases.
24927      Branch: perl
24928            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
24929            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
24930 ____________________________________________________________________________
24931 [ 11755] By: sky                                   on 2001/08/27  05:37:17
24932         Log: Plugs a memory leak on destruction of regular expressions
24933              introcued by #11274.
24934              PL_regex_padav now has an AV as it's first entry with a list
24935              of freed regex_padav slots that it will reuse on creating
24936              new PMOPs.
24937      Branch: perl
24938            ! op.c perl.c
24939 ____________________________________________________________________________
24940 [ 11754] By: ams                                   on 2001/08/26  14:38:52
24941         Log: Subject: [PATCH] t/io/binmode.t
24942              From: Nicholas Clark <nick@ccl4.org>
24943              Date: Sun, 26 Aug 2001 12:03:05 +0100
24944              Message-Id: <20010826120305.C4950@plum.flirble.org>
24945              
24946              (Also a nitpick in #11752 to t/op/universal.t)
24947      Branch: perl
24948            ! t/io/binmode.t t/op/universal.t
24949 ____________________________________________________________________________
24950 [ 11753] By: ams                                   on 2001/08/26  08:19:34
24951         Log: Subject: [PATCH] op/universal.t failing
24952              From: Nicholas Clark <nick@ccl4.org>
24953              Date: Sun, 26 Aug 2001 09:48:22 +0100
24954              Message-Id: <20010826094822.B4950@plum.flirble.org>
24955      Branch: perl
24956            ! t/op/universal.t
24957 ____________________________________________________________________________
24958 [ 11752] By: ams                                   on 2001/08/25  22:46:13
24959         Log: Subject: Re: 'can' with undefined subs
24960              From: Tony Bowden <tony@kasei.com>
24961              Date: Sat, 25 Aug 2001 14:58:17 +0100
24962              Message-Id: <20010825145817.A11788@soto.kasei.com>
24963              (Applied with minor modifications.)
24964      Branch: perl
24965            ! t/op/universal.t
24966 ____________________________________________________________________________
24967 [ 11751] By: ams                                   on 2001/08/25  18:28:43
24968         Log: Subject: Re: 'can' with undefined subs
24969              From: Tony Bowden <tony@kasei.com>
24970              Date: Sat, 25 Aug 2001 15:13:14 +0100
24971              Message-Id: <20010825151314.B11788@soto.kasei.com>
24972      Branch: perl
24973            ! lib/UNIVERSAL.pm
24974 ____________________________________________________________________________
24975 [ 11750] By: nick                                  on 2001/08/25  15:24:15
24976         Log: Integrate mainline
24977      Branch: perlio
24978           +> t/io/binmode.t
24979           !> (integrate 26 files)
24980 ____________________________________________________________________________
24981 [ 11749] By: nick                                  on 2001/08/25  14:55:41
24982         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
24983              From:  John Peacock <jpeacock@rowman.com>
24984              Date:  Wed, 22 Aug 2001 12:05:28 -0400
24985              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
24986      Branch: perl
24987            ! pod/perlhack.pod
24988 ____________________________________________________________________________
24989 [ 11748] By: nick                                  on 2001/08/25  14:53:04
24990         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
24991              From:  Michael G Schwern <schwern@pobox.com>
24992              Date:  Wed, 22 Aug 2001 19:22:45 -0400
24993              Message-Id:  <20010822192245.U619@blackrider>
24994      Branch: perl
24995            ! MANIFEST
24996 ____________________________________________________________________________
24997 [ 11747] By: nick                                  on 2001/08/25  14:52:33
24998         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
24999              From:  Nicholas Clark <nick@ccl4.org>
25000              Date:  Wed, 22 Aug 2001 23:29:06 +0100
25001              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
25002      Branch: perl
25003            + t/io/binmode.t
25004            ! perlio.c pod/perlfunc.pod
25005 ____________________________________________________________________________
25006 [ 11744] By: nick                                  on 2001/08/25  14:37:33
25007         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
25008              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
25009              Date:  Fri, 24 Aug 2001 22:10:42 +0200
25010              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
25011      Branch: perl
25012            ! x2p/a2py.c x2p/walk.c
25013 ____________________________________________________________________________
25014 [ 11743] By: nick                                  on 2001/08/25  14:32:47
25015         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
25016              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25017              Date:  Fri, 24 Aug 2001 23:34:13 +0200
25018              Message-Id:  <20010824233413.A1285@rafael>
25019      Branch: perl
25020            ! pod/perlfunc.pod pod/perlvar.pod
25021 ____________________________________________________________________________
25022 [ 11742] By: ams                                   on 2001/08/25  13:16:02
25023         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
25024              From: Nicholas Clark <nick@ccl4.org>
25025              Date: Sat, 25 Aug 2001 14:50:07 +0100
25026              Message-Id: <20010825145007.L41464@plum.flirble.org>
25027      Branch: perl
25028            ! pp_ctl.c
25029 ____________________________________________________________________________
25030 [ 11741] By: nick                                  on 2001/08/24  07:08:45
25031         Log: When applying patch via Porting/apply fails, do p4 refresh
25032              to get old files back.
25033      Branch: perl
25034            ! Porting/apply
25035 ____________________________________________________________________________
25036 [ 11740] By: ams                                   on 2001/08/24  04:47:24
25037         Log: #11739 was incomplete.
25038      Branch: perl
25039            ! pod/perldiag.pod
25040 ____________________________________________________________________________
25041 [ 11739] By: ams                                   on 2001/08/24  04:09:40
25042         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
25043              From: "Philip Newton" <Philip.Newton@gmx.net>
25044              Date: Fri, 24 Aug 2001 07:08:34 +0200
25045      Branch: perl
25046            ! pod/perldiag.pod
25047 ____________________________________________________________________________
25048 [ 11738] By: ams                                   on 2001/08/24  02:19:42
25049         Log: Fixed Doug Wilson's email address.
25050      Branch: perl
25051            ! AUTHORS
25052 ____________________________________________________________________________
25053 [ 11737] By: ams                                   on 2001/08/24  00:10:13
25054         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
25055              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25056              Date: Thu, 23 Aug 2001 22:22:58 +0200
25057              Message-Id: <20010823222258.A901@rafael>
25058      Branch: perl
25059            ! pod/perldiag.pod
25060 ____________________________________________________________________________
25061 [ 11736] By: ams                                   on 2001/08/24  00:05:02
25062         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
25063              From: "Craig A. Berry" <craigberry@mac.com>
25064              Date: Thu, 23 Aug 2001 19:07:45 -0500
25065              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
25066      Branch: perl
25067            ! configure.com
25068 ____________________________________________________________________________
25069 [ 11735] By: sky                                   on 2001/08/23  13:42:07
25070         Log: Backed out 11732, it breaks lib/strict.t 
25071      Branch: perl
25072            ! op.c
25073 ____________________________________________________________________________
25074 [ 11734] By: sky                                   on 2001/08/23  11:45:59
25075         Log: Removed toy from 17133 after Matt Sargeants request.
25076      Branch: perl
25077            ! pod/perlfaq4.pod
25078 ____________________________________________________________________________
25079 [ 11733] By: sky                                   on 2001/08/23  11:36:29
25080         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
25081              From: Robin Houston <robin@kitsite.com>
25082              Date: Wed, 22 Aug 2001 23:06:16 +0100
25083              Message-ID: <20010822230616.A254@robin.kitsite.com>
25084      Branch: perl
25085            ! pod/perlfaq4.pod
25086 ____________________________________________________________________________
25087 [ 11732] By: sky                                   on 2001/08/23  10:36:02
25088         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
25089              From: Simon Cozens <simon@netthink.co.uk>
25090              Date: Thu, 23 Aug 2001 12:06:36 +0100
25091              Message-ID: <20010823120636.A9961@netthink.co.uk>
25092      Branch: perl
25093            ! op.c
25094 ____________________________________________________________________________
25095 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
25096         Log: fix broken windows build
25097      Branch: perl
25098            ! perl.h
25099 ____________________________________________________________________________
25100 [ 11730] By: ams                                   on 2001/08/22  21:35:30
25101         Log: Subject: [PATCH] io/tell.t doesn't chdir t
25102              From: Nicholas Clark <nick@ccl4.org>
25103              Date: Wed, 22 Aug 2001 23:25:58 +0100
25104              Message-Id: <20010822232557.Y82818@plum.flirble.org>
25105      Branch: perl
25106            ! t/io/tell.t
25107 ____________________________________________________________________________
25108 [ 11729] By: ams                                   on 2001/08/22  20:32:21
25109         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
25110              questions)
25111              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
25112              Date: Wed, 22 Aug 2001 17:09:04 -0400
25113              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
25114              (Oops, forgot File::Spec::Unix in the previous patch.)
25115      Branch: perl
25116            ! lib/File/Spec/Unix.pm
25117 ____________________________________________________________________________
25118 [ 11728] By: ams                                   on 2001/08/22  20:25:41
25119         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
25120              questions)
25121              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
25122              Date: Wed, 22 Aug 2001 17:09:04 -0400
25123              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
25124      Branch: perl
25125            ! lib/File/Spec.pm
25126 ____________________________________________________________________________
25127 [ 11727] By: ams                                   on 2001/08/22  19:43:30
25128         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
25129              From: John Peacock <jpeacock@rowman.com>
25130              Date: Wed, 22 Aug 2001 12:35:52 -0400
25131              Message-Id: <3B83DF68.5D89DC81@rowman.com>
25132              (Adds proper tests for $], notwithstanding Subject. +nitpick)
25133      Branch: perl
25134            ! t/op/ver.t
25135 ____________________________________________________________________________
25136 [ 11726] By: ams                                   on 2001/08/22  19:36:39
25137         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
25138              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
25139              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
25140              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
25141      Branch: perl
25142            ! lib/diagnostics.pm lib/diagnostics.t
25143 ____________________________________________________________________________
25144 [ 11725] By: ams                                   on 2001/08/22  19:25:01
25145         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
25146              From: Nicholas Clark <nick@ccl4.org>
25147              Date: Wed, 22 Aug 2001 20:59:05 +0100
25148              Message-Id: <20010822205905.U82818@plum.flirble.org>
25149      Branch: perl
25150            ! pp.c t/op/64bitint.t t/op/arith.t
25151 ____________________________________________________________________________
25152 [ 11724] By: ams                                   on 2001/08/22  10:02:33
25153         Log: Subject: Configure blooper
25154              From: H.Merijn Brand <h.m.brand@hccnet.nl>
25155              Date: Wed, 22 Aug 2001 12:38:35 +0200
25156              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
25157      Branch: perl
25158            ! Configure
25159 ____________________________________________________________________________
25160 [ 11723] By: ams                                   on 2001/08/21  16:17:53
25161         Log: Subject: [PATCH] installperl -help
25162              From: Nicholas Clark <nick@ccl4.org>
25163              Date: Tue, 21 Aug 2001 17:34:23 +0100
25164              Message-Id: <20010821173423.F82818@plum.flirble.org>
25165      Branch: perl
25166            ! installperl
25167 ____________________________________________________________________________
25168 [ 11722] By: ams                                   on 2001/08/20  07:46:31
25169         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
25170              From: Ilmari Karonen <iltzu@sci.fi>
25171              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
25172              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
25173      Branch: perl
25174            ! pod/perlvar.pod
25175 ____________________________________________________________________________
25176 [ 11721] By: nick                                  on 2001/08/20  06:24:31
25177         Log: Integrate mainline
25178      Branch: perlio
25179           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
25180           +> lib/Lingua/KO/Hangul/Util/Changes
25181           +> lib/Lingua/KO/Hangul/Util/README
25182           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
25183           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
25184           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
25185           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
25186           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
25187           +> lib/Unicode/Normalize/t/test.t
25188            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
25189           !> (integrate 55 files)
25190 ____________________________________________________________________________
25191 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
25192         Log: Integrate Change #11599 from maint-5.6/perl
25193      Branch: maint-5.6/macperl
25194           !> README.win32
25195 ____________________________________________________________________________
25196 [ 11719] By: ams                                   on 2001/08/18  21:21:42
25197         Log: Add Porting/apply to MANIFEST.
25198      Branch: perl
25199            ! MANIFEST
25200 ____________________________________________________________________________
25201 [ 11718] By: sky                                   on 2001/08/18  14:38:01
25202         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
25203              Better solution would be to make 5005threaded perl use
25204              the same system as ithreads do
25205      Branch: perl
25206            ! perl.h
25207 ____________________________________________________________________________
25208 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
25209         Log: New try for ID 20010407.006: detach the semantics
25210              "was the last match target UTF8" into its own variable.
25211      Branch: perl
25212            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
25213            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
25214 ____________________________________________________________________________
25215 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
25216         Log: UTF8 flag should be meaningful only when POK.
25217      Branch: perl
25218            ! dump.c
25219 ____________________________________________________________________________
25220 [ 11715] By: sky                                   on 2001/08/18  11:45:16
25221         Log: USE_THREADS and USE_ITHREADS are never true at the same time
25222      Branch: perl
25223            ! perl.h
25224 ____________________________________________________________________________
25225 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
25226         Log: Retract #11712 for now.  The real fix would probably
25227              be something like making PL_reg_sv a copy (PV + UTF8)
25228              of the matched/substituted string (note: not just a SvPOK
25229              string, for example the stringified form of a ROK would
25230              be applicable)  Beware of leaks.
25231      Branch: perl
25232            ! pp_hot.c t/op/pat.t
25233 ____________________________________________________________________________
25234 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
25235         Log: UTF8 wasn't printing for PVMGs.
25236      Branch: perl
25237            ! dump.c
25238 ____________________________________________________________________________
25239 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
25240         Log: (Retracted by #11714)
25241              
25242              Okay analysis, debatable fix.  (The fix will inc
25243              the refcount of all temporary match objects,
25244              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
25245              which will then cause griping at untie() time
25246              ("inner references remain").
25247              
25248              Fix for ID 20010407.006: PL_reg_sv got wiped out
25249              by freetemps if the match target was a temporary
25250              (like function_call() =~ /.../), which in turn meant
25251              that the $1 et al stopped working if they had UTF-8
25252              in them.  Therefore bump up the refcount of PL_reg_sv.
25253      Branch: perl
25254            ! pp_hot.c t/op/pat.t
25255 ____________________________________________________________________________
25256 [ 11711] By: ams                                   on 2001/08/17  20:32:08
25257         Log: Subject: [PATCH] doesn't compile, was perl@11710
25258              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25259              Date: Fri, 17 Aug 2001 23:21:10 +0200
25260              Message-Id: <20010817232110.C7041@rafael> 
25261      Branch: perl
25262            ! sharedsv.c
25263 ____________________________________________________________________________
25264 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
25265         Log: Update Changes.
25266      Branch: perl
25267            ! Changes patchlevel.h
25268 ____________________________________________________________________________
25269 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
25270         Log: Upgrade to libnet 1.0704.
25271      Branch: perl
25272            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
25273            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
25274            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
25275            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
25276            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
25277            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
25278            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
25279 ____________________________________________________________________________
25280 [ 11708] By: sky                                   on 2001/08/17  13:34:04
25281         Log: Let perl_clone copy PL_exit_flags
25282      Branch: perl
25283            ! sv.c
25284 ____________________________________________________________________________
25285 [ 11707] By: sky                                   on 2001/08/17  12:28:41
25286         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
25287      Branch: perl
25288            ! sharedsv.c sharedsv.h
25289 ____________________________________________________________________________
25290 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
25291         Log: The metaconfig unit change for #11705.
25292      Branch: metaconfig/U/perl
25293            ! Extensions.U
25294 ____________________________________________________________________________
25295 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
25296         Log: Allow the threads extension to be found if present.
25297      Branch: perl
25298            ! Configure
25299 ____________________________________________________________________________
25300 [ 11704] By: nick                                  on 2001/08/17  11:47:54
25301         Log: Mail -> change script (pre-alpha)
25302      Branch: perl
25303            + Porting/apply
25304 ____________________________________________________________________________
25305 [ 11703] By: sky                                   on 2001/08/17  07:11:24
25306         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
25307              Thanks to Tom Hospel for pointing out my error.
25308      Branch: perl
25309            ! op.h
25310 ____________________________________________________________________________
25311 [ 11702] By: sky                                   on 2001/08/17  04:18:11
25312         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.
25313      Branch: perl
25314            ! embed.pl miniperlmain.c perl.c perl.h proto.h
25315 ____________________________________________________________________________
25316 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
25317         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
25318              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
25319      Branch: perl
25320            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
25321            + lib/Lingua/KO/Hangul/Util/README
25322            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
25323            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
25324            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
25325            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
25326            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
25327            + lib/Unicode/Normalize/t/test.t
25328            ! MANIFEST
25329 ____________________________________________________________________________
25330 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
25331         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
25332              Date: Thu, 16 Aug 2001 22:46:15 -0500
25333              From: "Craig A. Berry" <craigberry@mac.com>
25334              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
25335      Branch: perl
25336            ! configure.com numeric.c
25337 ____________________________________________________________________________
25338 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
25339         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
25340              of the usual suspects (like getpwent) but not for others
25341              (like localtime and rand).  The _r versions are available
25342              for all of them, so let's use them.
25343      Branch: perl
25344            ! perl.h
25345 ____________________________________________________________________________
25346 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
25347         Log: (Accidental apply; thankfully empty.)
25348      Branch: perl
25349            ! hints/os390.sh
25350 ____________________________________________________________________________
25351 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
25352         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
25353              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
25354              Date: Thu, 16 Aug 2001 16:27:49 +0100
25355              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
25356      Branch: perl
25357            ! regexec.c t/op/re_tests
25358 ____________________________________________________________________________
25359 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
25360         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
25361              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
25362              Date: Thu, 16 Aug 2001 18:50:01 +0100
25363              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
25364      Branch: perl
25365            ! pp_hot.c t/op/pat.t
25366 ____________________________________________________________________________
25367 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
25368         Log: Subject: [PATCH] *time_r again
25369              From: "Arthur Bergman" <arthur@contiller.se>
25370              Date: Thu, 16 Aug 2001 16:01:54 +0200
25371              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
25372      Branch: perl
25373            ! op.h
25374 ____________________________________________________________________________
25375 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
25376         Log: system() and backtick error handling cleanup from Craig A. Berry.
25377      Branch: perl
25378            ! vms/vms.c
25379 ____________________________________________________________________________
25380 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
25381         Log: change#10334 leaks memory, copies string when it doesn't
25382              need to
25383      Branch: perl
25384            ! perl.c
25385 ____________________________________________________________________________
25386 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
25387         Log: One more twist to the sprintf + utf8 testing.
25388      Branch: perl
25389            ! t/op/misc.t
25390 ____________________________________________________________________________
25391 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
25392         Log: Fix for 20010407.008 sprintf removes utf8-ness.
25393      Branch: perl
25394            ! pp.c t/op/misc.t
25395 ____________________________________________________________________________
25396 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
25397         Log: Subject: [PATCH] *time_r fixes
25398              From: "Arthur Bergman" <arthur@contiller.se>
25399              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
25400              Date: Thu, 16 Aug 2001 14:22:27 +0200
25401      Branch: perl
25402            ! op.h
25403 ____________________________________________________________________________
25404 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
25405         Log: Upgrade to CGI.pm 2.77.
25406      Branch: perl
25407            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
25408            ! lib/CGI/t/function.t
25409 ____________________________________________________________________________
25410 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
25411         Log: Document the bytes-to-Unicode upgrading.
25412      Branch: perl
25413            ! pod/perlunicode.pod
25414 ____________________________________________________________________________
25415 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
25416         Log: Add a test for Unicode sprintf.
25417      Branch: perl
25418            ! t/op/misc.t
25419 ____________________________________________________________________________
25420 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
25421         Log: Add Unicode tests for index/rindex.
25422      Branch: perl
25423            ! t/op/index.t
25424 ____________________________________________________________________________
25425 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
25426         Log: Document a bit the art of minimizing the installation,
25427              based on the p5p discussion.
25428      Branch: perl
25429            ! INSTALL
25430 ____________________________________________________________________________
25431 [ 11684] By: nick                                  on 2001/08/15  15:03:31
25432         Log: Integrate mainline
25433      Branch: perlio
25434           +> sharedsv.c sharedsv.h
25435           !> (integrate 53 files)
25436 ____________________________________________________________________________
25437 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
25438         Log: Update Changes.
25439      Branch: perl
25440            ! Changes patchlevel.h
25441 ____________________________________________________________________________
25442 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
25443         Log: The #11673 necessitated a test tweak.
25444      Branch: perl
25445            ! t/io/utf8.t
25446 ____________________________________________________________________________
25447 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
25448         Log: Also UNICOS is in the general case unable to silently
25449              handle fp overflows.
25450      Branch: perl
25451            ! numeric.c
25452 ____________________________________________________________________________
25453 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
25454         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
25455              NV_EPSILON #defined.
25456      Branch: perl
25457            ! perl.h
25458 ____________________________________________________________________________
25459 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
25460         Log: Re-establish the fp overflow detection for VAX VMS; there
25461              is no easy way to have the IEEE fp silent overflow semantics.
25462              (in Alpha VMS we still will use IEEE fp by default-- but it
25463              is still possible to configure Perl to use G_FLOAT)
25464      Branch: perl
25465            ! numeric.c
25466 ____________________________________________________________________________
25467 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
25468         Log: Subject: [PATCH] pp_lock 
25469              From: "Arthur Bergman" <arthur@contiller.se>
25470              Date: Wed, 15 Aug 2001 11:52:16 +0200
25471              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
25472      Branch: perl
25473            ! pp.c
25474 ____________________________________________________________________________
25475 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
25476         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
25477              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
25478              Date: Wed, 15 Aug 2001 11:32:11 +0100
25479              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
25480      Branch: perl
25481            ! regcomp.c t/op/re_tests
25482 ____________________________________________________________________________
25483 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
25484         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
25485              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
25486              Date: Wed, 15 Aug 2001 10:33:49 +0100
25487              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
25488      Branch: perl
25489            ! regexec.c t/op/re_tests
25490 ____________________________________________________________________________
25491 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
25492         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
25493              From: Barrie Slaymaker <barries@slaysys.com>
25494              Date: Tue, 14 Aug 2001 14:32:25 -0400
25495              Message-ID: <20010814143225.A19822@jester.slaysys.com>
25496      Branch: perl
25497            ! lib/File/Spec.t lib/File/Spec/Unix.pm
25498 ____________________________________________________________________________
25499 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
25500         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
25501              From: Peter Prymmer <pvhp@forte.com>
25502              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
25503              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
25504      Branch: perl
25505            ! README.vms configure.com
25506 ____________________________________________________________________________
25507 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
25508         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
25509              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25510              Date: Tue, 14 Aug 2001 21:23:27 +0200
25511              Message-ID: <20010814212327.A1919@rafael>
25512      Branch: perl
25513            ! doio.c
25514 ____________________________________________________________________________
25515 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
25516         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
25517              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
25518              Date: Tue, 14 Aug 2001 22:30:11 +0200
25519              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
25520              
25521              Combination of nmake, quoting, and Perl expanded $( in here-doc.
25522      Branch: perl
25523            ! ext/SDBM_File/Makefile.PL
25524 ____________________________________________________________________________
25525 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
25526         Log: Todo updates.
25527      Branch: perl
25528            ! pod/perltodo.pod
25529 ____________________________________________________________________________
25530 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
25531         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
25532              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
25533              Date: Mon, 13 Aug 2001 23:15:01 +0200
25534              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
25535      Branch: perl
25536            ! sv.c
25537 ____________________________________________________________________________
25538 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
25539         Log: Subject: [PATCH] [b-]showlex.t
25540              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
25541              Date: Sun, 12 Aug 2001 22:24:51 +0200
25542              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
25543              
25544              The 4nt command shell will expand the % in command line
25545              no matter what quoting is attempted, changed the % to @.
25546      Branch: perl
25547            ! ext/B/Showlex.t
25548 ____________________________________________________________________________
25549 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
25550         Log: Subject: [PATCH] magic.t
25551              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
25552              Date: Sun, 12 Aug 2001 20:49:27 +0200
25553              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
25554      Branch: perl
25555            ! t/op/magic.t
25556 ____________________________________________________________________________
25557 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
25558         Log: Add sharedsv* to the DOSish platforms; plus add
25559              some WinCE files to the list of DOSish files.
25560      Branch: perl
25561            ! NetWare/Makefile Porting/makerel win32/Makefile
25562            ! win32/makefile.mk wince/Makefile.ce
25563 ____________________________________________________________________________
25564 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
25565         Log: More DOSish files.
25566      Branch: perl
25567            ! Porting/makerel
25568 ____________________________________________________________________________
25569 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
25570         Log: Strip CRs from the WinCE files.  Now we need to
25571              figure out in which CRs are really needed: probably
25572              Makefile.ce and the README files, at least, probably
25573              also the registry.bat.
25574      Branch: perl
25575            ! wince/Makefile.ce wince/README.compile wince/README.perlce
25576            ! wince/config.h wince/include/cectype.h wince/include/errno.h
25577            ! wince/include/sys/stat.h wince/include/sys/types.h
25578            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
25579            ! wince/perldll.def wince/registry.bat wince/wince.h
25580            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
25581 ____________________________________________________________________________
25582 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
25583         Log: Add some files to DOSish and writables.
25584      Branch: perl
25585            ! Porting/makerel
25586 ____________________________________________________________________________
25587 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
25588         Log: Compile failure message tidying.
25589      Branch: perl
25590            ! t/lib/1_compile.t
25591 ____________________________________________________________________________
25592 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
25593         Log: The new sharedsv* should be exported only if usethreads.
25594      Branch: perl
25595            ! makedef.pl
25596 ____________________________________________________________________________
25597 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
25598         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
25599              From: Peter Prymmer <pvhp@forte.com>
25600              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
25601              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
25602      Branch: perl
25603            ! README.os390
25604 ____________________________________________________________________________
25605 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
25606         Log: Update Changes.
25607      Branch: perl
25608            ! Changes patchlevel.h
25609 ____________________________________________________________________________
25610 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
25611         Log: Subject: [PATHC] sharedsv.[c|h]
25612              From: "Artur Bergman" <artur@contiller.se>
25613              Date: Mon, 13 Aug 2001 14:38:41 +0200
25614              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
25615              
25616              Subject: [PATCH] embed.pl
25617              From: Arthur Bergman <arthur@contiller.se>
25618              Date: Mon, 13 Aug 2001 14:38:14 +0200
25619              Message-ID: <B79D96D6.3088%arthur@contiller.se>
25620              
25621              Subject: [PATCH] sharedsv cleanups
25622              From: "Arthur Bergman" <arthur@contiller.se>
25623              Date: Mon, 13 Aug 2001 15:14:25 +0200
25624              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
25625              
25626              Plus few tweaks: _init needs to be Adp, the prototypes
25627              should not be revealed unless using ithreads, #endif FOO
25628              must be #endif /* FOO */, adding (parentheses) around
25629              do { } while doesn't work too well.
25630      Branch: perl
25631            + sharedsv.c sharedsv.h
25632            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
25633            ! perl.h perlapi.c pod/perlapi.pod proto.h
25634 ____________________________________________________________________________
25635 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
25636         Log: Subject: Re: END {} blocks run in perl_run
25637              From: Arthur Bergman <arthur@contiller.se>
25638              Date: Mon, 13 Aug 2001 11:11:30 +0200
25639              Message-ID: <B79D6661.3068%arthur@contiller.se>
25640      Branch: perl
25641            ! perl.c
25642 ____________________________________________________________________________
25643 [ 11657] By: nick                                  on 2001/08/13  09:03:02
25644         Log: Integrate mainline
25645      Branch: perlio
25646           +> (branch 326 files)
25647            - (delete 330 files)
25648           !> (integrate 85 files)
25649 ____________________________________________________________________________
25650 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
25651         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
25652              and the Perl will be built to do that by default (adding that
25653              will break scripts having non-UTF-8 binary data, such as Latin-1.)
25654      Branch: perl
25655            ! op.c toke.c utf8.h
25656 ____________________________________________________________________________
25657 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
25658         Log: Unnecessary downgrades.
25659      Branch: perl
25660            ! doop.c
25661 ____________________________________________________________________________
25662 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
25663         Log: Failure not true anymore (probably caused by my broken setup).
25664      Branch: perl
25665            ! t/op/pat.t
25666 ____________________________________________________________________________
25667 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
25668         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
25669              stopped working).
25670      Branch: perl
25671            ! op.h pp_ctl.c regcomp.c
25672 ____________________________________________________________________________
25673 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
25674         Log: There is no IN_UTF8.
25675      Branch: perl
25676            ! utf8.h
25677 ____________________________________________________________________________
25678 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
25679         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
25680      Branch: perl
25681            ! op.c op.h pp_ctl.c regcomp.c
25682 ____________________________________________________________________________
25683 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
25684         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
25685              and a test tweak.
25686      Branch: perl
25687            ! op.c t/pod/find.t
25688 ____________________________________________________________________________
25689 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
25690         Log: Todo updates and fixes.
25691      Branch: perl
25692            ! pod/perltodo.pod
25693 ____________________________________________________________________________
25694 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
25695         Log: Mark tests (and one module) having explicit Latin-1
25696              (and one file having explicit UTF-8) with an explicit
25697              'no utf8' (and one explicit 'use utf8').
25698              
25699              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
25700      Branch: perl
25701            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
25702            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
25703            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
25704 ____________________________________________________________________________
25705 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
25706         Log: Subject: SV: END {} blocks run in perl_run
25707              From: "Arthur Bergman" <arthur@contiller.se>
25708              Date: Sun, 12 Aug 2001 00:34:28 +0200 
25709              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
25710      Branch: perl
25711            ! miniperlmain.c perl.c
25712 ____________________________________________________________________________
25713 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
25714         Log: Typos in #11645.
25715      Branch: perl
25716            ! perl.h
25717 ____________________________________________________________________________
25718 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
25719         Log: On ithreads default to use_reentrant except on naturally
25720              threadsafe platforms.
25721      Branch: perl
25722            ! perl.h
25723 ____________________________________________________________________________
25724 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
25725         Log: (Hopefully) a fix for 20010723.004: make install needs
25726              write permission in build directory.  The problem was
25727              probably caused by overeager sprinkling of the lib/re.pm
25728              dependencies (which was done to guarantee lib/re.pm being
25729              uptodate for parallel makes: now solved by funneling that
25730              through an explicit recursive make in the preplibrary target).
25731      Branch: perl
25732            ! Makefile.SH
25733 ____________________________________________________________________________
25734 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
25735         Log: Dispell the "use utf8" superstition.
25736      Branch: perl
25737            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
25738            ! pod/perlunicode.pod
25739 ____________________________________________________________________________
25740 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
25741         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
25742              From: "Abigail" <abigail@foad.org> 
25743              Date: Sat, 11 Aug 2001 23:49:49 +0200
25744              Message-ID: <20010811214950.23255.qmail@foad.org>
25745      Branch: perl
25746            ! t/op/taint.t
25747 ____________________________________________________________________________
25748 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
25749         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
25750              From: Abhijit Menon-Sen <ams@wiw.org>
25751              Date: Sat, 11 Aug 2001 06:18:19 +0530
25752              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
25753      Branch: perl
25754            ! mg.c
25755 ____________________________________________________________________________
25756 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
25757         Log: Test for change #11639.
25758      Branch: perl
25759            ! t/op/tiehandle.t
25760 ____________________________________________________________________________
25761 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
25762         Log: Subject: Re: Can't localize *FH, then tie it
25763              From: Abhijit Menon-Sen <ams@wiw.org>
25764              Date: Sun, 12 Aug 2001 16:08:06 +0530
25765              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
25766      Branch: perl
25767            ! pp_hot.c pp_sys.c
25768 ____________________________________________________________________________
25769 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
25770         Log: Drop all the unnecessary "use utf8" clauses and some of
25771              the unnecessary "use bytes" ones.
25772              
25773              TODO: scour the documentation for unnecessary "use utf8"
25774              and prominently display it in perldelta when the time comes.
25775              ("use utf8" should be necessary ONLY if one wants the script
25776              to be in UTF-8.)  Also should be checked in some non-ASCII
25777              non-Latin-1 platform, like EBCDIC.
25778      Branch: perl
25779            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
25780            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
25781 ____________________________________________________________________________
25782 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
25783         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
25784              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
25785              in Unicode handling.
25786      Branch: perl
25787            + t/op/lc.t
25788            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
25789 ____________________________________________________________________________
25790 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
25791         Log: Thinko: we want the flags for native cc, not gcc.
25792      Branch: perl
25793            ! hints/dec_osf.sh
25794 ____________________________________________________________________________
25795 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
25796         Log: (retracted by 13077)
25797              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
25798              From: Robin Houston <robin@kitsite.com>
25799              Date: Fri, 10 Aug 2001 14:42:02 +0100
25800              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
25801      Branch: perl
25802            ! pp.c
25803 ____________________________________________________________________________
25804 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
25805         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
25806              From: Abhijit Menon-Sen <ams@wiw.org>
25807              Date: Sat, 11 Aug 2001 16:31:04 +0530
25808              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
25809      Branch: perl
25810            ! op.c
25811 ____________________________________________________________________________
25812 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
25813         Log: Get rid of indread, from Abhijit Menon-Sen.
25814      Branch: perl
25815            ! pp_sys.c
25816 ____________________________________________________________________________
25817 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
25818         Log: CRLFgngngn.
25819      Branch: perl
25820            ! win32/Makefile win32/makefile.mk
25821 ____________________________________________________________________________
25822 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
25823         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
25824      Branch: perl
25825            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
25826            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
25827            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
25828            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
25829            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
25830            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
25831            ! win32/Makefile win32/makefile.mk
25832 ____________________________________________________________________________
25833 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
25834         Log: Avoid #elif (less portable than #else #if).
25835      Branch: perl
25836            ! handy.h
25837 ____________________________________________________________________________
25838 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
25839         Log: Subject: patch for perlvar.pod
25840              From: mah@everybody.org (Mark A. Hershberger)
25841              Date: 08 Aug 2001 17:03:16 -0500
25842              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
25843      Branch: perl
25844            ! pod/perlvar.pod
25845 ____________________________________________________________________________
25846 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
25847         Log: cpp commands must start (the # must be) at the column #0.
25848      Branch: perl
25849            ! op.c
25850 ____________________________________________________________________________
25851 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
25852         Log: If using gcc -B/foo/bar makedepend would give
25853              unnecessary warnings about unused -B/foo/bar.
25854      Branch: perl
25855            ! makedepend.SH
25856 ____________________________________________________________________________
25857 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
25858         Log: Update Changes.
25859      Branch: perl
25860            ! Changes patchlevel.h
25861 ____________________________________________________________________________
25862 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
25863         Log: s/z/tz/
25864      Branch: perl
25865            ! pod/perlfaq2.pod
25866 ____________________________________________________________________________
25867 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
25868         Log: Article nit.
25869      Branch: perl
25870            ! pod/perlfaq2.pod
25871 ____________________________________________________________________________
25872 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
25873         Log: Rename lib/unicode files to lib/unicore to avoid
25874              conflicts between core lib/unicode and Unicode::
25875              files in case-ignoring filesystems.
25876      Branch: perl
25877            + (add 325 files)
25878            - (delete 324 files)
25879            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
25880 ____________________________________________________________________________
25881 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
25882         Log: Upgrade to Math::BigInt 1.41.
25883      Branch: perl
25884            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
25885 ____________________________________________________________________________
25886 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
25887         Log: Subject: [PATCH] remove PL_na from typemap
25888              From: James <james@rf.net>
25889              Date: Mon, 06 Aug 2001 20:23:15 -0700
25890              Message-ID: <3B6F5F23.A31A81B1@rf.net>
25891              
25892              (had to be manually applied)
25893      Branch: perl
25894            ! lib/ExtUtils/typemap
25895 ____________________________________________________________________________
25896 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
25897         Log: The metaconfig unit changes for #11618.
25898      Branch: metaconfig/U/perl
25899            + d_fpclassl.U i_fp.U
25900 ____________________________________________________________________________
25901 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
25902         Log: Forgot this from #11618.
25903              
25904              NOTE: wince/config_H.ce needs updating.
25905      Branch: perl
25906            ! wince/config.ce
25907 ____________________________________________________________________________
25908 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
25909         Log: Introduce more floating point classifying APIs;
25910              try to define (most importantly) Perl_is{inf,nan}(x).
25911              
25912              For this first cut, assume none such APIs exist in non-UNIXoid
25913              platforms-- this is of course too unkind: Win32 rumoredly has
25914              _fpclass() and _isnan(), and VMS/VOS very probably have some
25915              of the APIs available.     The only thing Perl uses at the moment
25916              is Perl_isnan() (has been in use for a while now).
25917              
25918              NOTE: the Win32 and NetWare config_h.?c need regenerating.
25919      Branch: perl
25920            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
25921            ! Porting/config_H config_h.SH configure.com epoc/config.sh
25922            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
25923            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
25924            ! vos/config.ga.h win32/config.bc win32/config.gc
25925            ! win32/config.vc win32/config_H.bc win32/config_H.gc
25926            ! win32/config_H.vc wince/config.ce wince/config.h
25927 ____________________________________________________________________________
25928 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
25929         Log: Integrate change #11519 from perlio:
25930              
25931              Avoid testing for (non-)existance of "encoding(xxxx)"
25932              layer is called "encoding" the (xxxx) is an argument.
25933      Branch: perl
25934           !> lib/open.pm
25935 ____________________________________________________________________________
25936 [ 11616] By: nick                                  on 2001/08/09  07:50:24
25937         Log: Integrate mainline
25938      Branch: perlio
25939           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
25940           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
25941           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
25942           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
25943            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
25944            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
25945           !> (integrate 79 files)
25946 ____________________________________________________________________________
25947 [ 11615] By: nick                                  on 2001/08/09  06:23:44
25948         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
25949              layer is called "encoding" the (xxxx) is an argument.
25950      Branch: perlio
25951            ! lib/open.pm
25952 ____________________________________________________________________________
25953 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
25954         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
25955              From: Paul Johnson <paul@pjcj.net>
25956              Date: Wed, 8 Aug 2001 23:54:17 +0200
25957              Message-ID: <20010808235417.O1006@pjcj.net>
25958      Branch: perl
25959            ! ext/B/B/Concise.pm
25960 ____________________________________________________________________________
25961 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
25962         Log: Make VMS use IEEE math by default; reorder Tru64 hints
25963              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
25964              exception semantics) is always set if using (the new) cc.
25965      Branch: perl
25966            ! configure.com hints/dec_osf.sh
25967 ____________________________________________________________________________
25968 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
25969         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
25970              From: Abhijit Menon-Sen <ams@wiw.org>
25971              Date: Tue, 7 Aug 2001 17:16:05 +0530
25972              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
25973      Branch: perl
25974            ! pp_sys.c
25975 ____________________________________________________________________________
25976 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
25977         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
25978              From: "Craig A. Berry" <craigberry@mac.com>
25979              Date: Tue, 07 Aug 2001 22:27:47 -0500
25980              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
25981      Branch: perl
25982            ! t/run/exit.t
25983 ____________________________________________________________________________
25984 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
25985         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
25986              From: "Craig A. Berry" <craigberry@mac.com>
25987              Date: Tue, 07 Aug 2001 20:01:53 -0500
25988              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
25989      Branch: perl
25990            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
25991 ____________________________________________________________________________
25992 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
25993         Log: Update the magazine information.
25994      Branch: perl
25995            ! pod/perlfaq2.pod
25996 ____________________________________________________________________________
25997 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
25998         Log: Ignore SIGFPE everywhere.
25999      Branch: perl
26000            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
26001 ____________________________________________________________________________
26002 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
26003         Log: With permission, change the licensing of the docs by
26004              TomC (and Gnat) to comply with the rest of Perl.
26005      Branch: perl
26006            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
26007            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
26008            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
26009            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
26010            ! pod/perltootc.pod
26011 ____________________________________________________________________________
26012 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
26013         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
26014              From: Andy Dougherty <doughera@lafayette.edu>
26015              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
26016              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
26017      Branch: perl
26018            ! hints/openbsd.sh
26019 ____________________________________________________________________________
26020 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
26021         Log: Subject: [PATCH] Makefile.SH test_prep dependency
26022              From: Andy Dougherty <doughera@lafayette.edu>
26023              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
26024              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
26025      Branch: perl
26026            ! Makefile.SH
26027 ____________________________________________________________________________
26028 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
26029         Log: Don't autogenerate the headers et alia,
26030              make regen_headers explicitly.
26031      Branch: perl
26032            ! Makefile.SH
26033 ____________________________________________________________________________
26034 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
26035         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
26036              From: Gurusamy Sarathy <gsar@ActiveState.com> 
26037              Date: Tue, 07 Aug 2001 08:33:26 -0700
26038              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
26039              
26040              Unnecessary dependency.
26041      Branch: perl
26042            ! embed.pl
26043 ____________________________________________________________________________
26044 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
26045         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
26046              From: Abhijit Menon-Sen <ams@wiw.org>
26047              Date: Tue, 7 Aug 2001 09:10:54 +0530
26048              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
26049      Branch: perl
26050            ! pp_hot.c
26051 ____________________________________________________________________________
26052 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
26053         Log: Subject: [PATCH perl@11597] B && BEGIN handling
26054              From: "James A. Duncan" <jduncan@fotango.com>
26055              Date: Mon, 6 Aug 2001 17:29:11 +0100
26056              Message-ID: <20010806172911.A2071@fotango.com>
26057              
26058              (the intrpvar.h addition moved to the end for bincompat)
26059      Branch: perl
26060            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
26061 ____________________________________________________________________________
26062 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
26063         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
26064      Branch: perl
26065           !> README.win32
26066 ____________________________________________________________________________
26067 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
26068         Log: fix URLs for fcrypt.c
26069      Branch: maint-5.6/perl
26070            ! README.win32
26071 ____________________________________________________________________________
26072 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
26073         Log: Yet another way to say Infinity: HP-UX calls its "++".
26074      Branch: perl
26075            ! lib/Math/BigInt/t/bigintpm.t
26076 ____________________________________________________________________________
26077 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
26078         Log: Update Changes.
26079      Branch: perl
26080            ! Changes patchlevel.h
26081 ____________________________________________________________________________
26082 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
26083         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
26084      Branch: perl
26085            ! pod/perlfaq5.pod
26086 ____________________________________________________________________________
26087 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
26088         Log: The #11593 wasn't right.
26089      Branch: perl
26090            ! lib/Math/BigInt/t/bigintpm.t
26091 ____________________________________________________________________________
26092 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
26093         Log: Subject: [PATCH: perl@11564] introducing perlivp
26094              From: Prymmer/Kahn <pvhp@best.com>
26095              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
26096              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
26097              
26098              Subject: Re: [PATCH: perl@11564] introducing perlivp
26099              From: Prymmer/Kahn <pvhp@best.com>
26100              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
26101              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
26102      Branch: perl
26103            + utils/perlivp.PL
26104            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
26105            ! win32/Makefile win32/makefile.mk
26106 ____________________________________________________________________________
26107 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
26108         Log: libcs are confused what to call Infinity.
26109      Branch: perl
26110            ! lib/Math/BigInt/t/bigintpm.t
26111 ____________________________________________________________________________
26112 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
26113         Log: Avoid SIGFPE in Tru64.
26114      Branch: perl
26115            ! numeric.c
26116 ____________________________________________________________________________
26117 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
26118         Log: Upgrade to Math::BigInt 1.40.
26119              
26120              NOTE: this patch necessitates doing something about
26121              infinity handling since the new bigintpm.t tests use
26122              infinity, which causes SIGFPEs at least in Tru64.
26123      Branch: perl
26124            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
26125            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
26126            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
26127            ! lib/Math/BigInt/t/mbimbf.t
26128 ____________________________________________________________________________
26129 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
26130         Log: remove hardcoded cmd shell in testsuite
26131      Branch: perl
26132            ! t/op/glob.t t/op/magic.t t/op/stat.t
26133 ____________________________________________________________________________
26134 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
26135         Log: 4-arg select() was busted on windows because change#8178 didn't
26136              make it into mainline
26137      Branch: perl
26138            ! perl.h win32/include/sys/socket.h
26139 ____________________________________________________________________________
26140 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
26141         Log: Rename the Getopt::Long tests to be as they are
26142              in the Getopt::Long official distribution.
26143      Branch: perl
26144            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
26145            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
26146            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
26147            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
26148            ! MANIFEST
26149 ____________________________________________________________________________
26150 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
26151         Log: Upgrade to Getopt::Long 2.26.
26152      Branch: perl
26153            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
26154            ! MANIFEST lib/Getopt/Long.pm
26155 ____________________________________________________________________________
26156 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
26157         Log: Retract #10874 (the hack should be unnecessary by now)
26158      Branch: perl
26159            ! lib/Test/Harness.pm
26160 ____________________________________________________________________________
26161 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
26162         Log: avoid temp file littering in tests
26163      Branch: perl
26164            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
26165 ____________________________________________________________________________
26166 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
26167         Log: Subject: warning in sv.c: double format, NV arg
26168              From: "Philip Newton" <Philip.Newton@gmx.net>
26169              Date: Sun, 5 Aug 2001 19:41:07 +0200
26170              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
26171      Branch: perl
26172            ! sv.c
26173 ____________________________________________________________________________
26174 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
26175         Log: fix POSIX.t#13 for windos
26176      Branch: perl
26177            ! ext/POSIX/POSIX.t
26178 ____________________________________________________________________________
26179 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
26180         Log: Add a test for PerlIO::Via.
26181      Branch: perl
26182            + ext/PerlIO/t/via.t
26183            ! MANIFEST ext/PerlIO/Via/Via.pm
26184 ____________________________________________________________________________
26185 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
26186         Log: flock() and link() are not available on Windows 9x
26187      Branch: perl
26188            ! win32/config_sh.PL
26189 ____________________________________________________________________________
26190 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
26191         Log: Some Tru64 C compilers have C++ components that confuse
26192              the ccversion parsing.
26193      Branch: perl
26194            ! hints/dec_osf.sh
26195 ____________________________________________________________________________
26196 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
26197         Log: (Reintroduce #11125)
26198              
26199              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
26200              From: Alan Burlison <Alan.Burlison@sun.com> 
26201              Date: Tue, 03 Jul 2001 15:20:13 +0100   
26202              Message-ID: <3B41D49D.A923D4F9@sun.com> 
26203      Branch: perl
26204            ! lib/ExtUtils/MM_Unix.pm
26205 ____________________________________________________________________________
26206 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
26207         Log: Little pointer juggling for HP-UX cc to avoid
26208              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
26209              followed by
26210              "error 1549: Modifiable lvalue required for assignment operator."
26211      Branch: perl
26212            ! hv.c
26213 ____________________________________________________________________________
26214 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
26215         Log: Continuation of #11575: SANY_SEEN completely deprecated,
26216              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
26217              plus a fix for the bug.
26218      Branch: perl
26219            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
26220 ____________________________________________________________________________
26221 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
26222         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
26223              From: Doug MacEachern <dougm@covalent.net>
26224              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
26225              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
26226      Branch: perl
26227            ! sv.c
26228 ____________________________________________________________________________
26229 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
26230         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
26231              the new CANY is the \C.  The problem reported and the
26232              test case supplied in
26233              
26234              Subject: UTF-8 bugs in string length & single line regex matches
26235              From: "Daniel P. Berrange" <dan@berrange.com>
26236              Date: Fri, 3 Aug 2001 11:39:33 +0100
26237              Message-ID: <20010803113932.A19318@berrange.com>
26238      Branch: perl
26239            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
26240            ! t/op/pat.t
26241 ____________________________________________________________________________
26242 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
26243         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
26244              From: Doug MacEachern <dougm@covalent.net>
26245              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
26246              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
26247      Branch: perl
26248            ! perl.c regexec.c
26249 ____________________________________________________________________________
26250 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
26251         Log: The #11572 didn't up the test count.
26252      Branch: perl
26253            ! t/op/length.t
26254 ____________________________________________________________________________
26255 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
26256         Log: Subject: UTF-8 bugs in string length & single line regex matches
26257              From: "Daniel P. Berrange" <dan@berrange.com>
26258              Date: Fri, 3 Aug 2001 11:39:33 +0100         
26259              Message-ID: <20010803113932.A19318@berrange.com>
26260              
26261              (the mg_length() fix)
26262      Branch: perl
26263            ! mg.c t/op/length.t
26264 ____________________________________________________________________________
26265 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
26266         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
26267              From: Abhijit Menon-Sen <ams@wiw.org>
26268              Date: Sat, 4 Aug 2001 16:56:35 +0530
26269              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
26270      Branch: perl
26271            ! hv.c
26272 ____________________________________________________________________________
26273 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
26274         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
26275              From: Abhijit Menon-Sen <ams@wiw.org>
26276              Date: Sat, 4 Aug 2001 16:16:03 +0530
26277              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
26278      Branch: perl
26279            ! hv.c
26280 ____________________________________________________________________________
26281 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
26282         Log: Subject: Re: [patch] refcount re ops
26283              From: Abhijit Menon-Sen <ams@wiw.org>
26284              Date: Sat, 4 Aug 2001 08:54:55 +0530
26285              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
26286      Branch: perl
26287            ! sv.c
26288 ____________________________________________________________________________
26289 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
26290         Log: Subject: [patch] refcount re ops
26291              From: Doug MacEachern <dougm@covalent.net>
26292              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
26293              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
26294      Branch: perl
26295            ! regcomp.c sv.c
26296 ____________________________________________________________________________
26297 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
26298         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
26299              From: Doug MacEachern <dougm@covalent.net>
26300              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
26301              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
26302      Branch: perl
26303            ! perl.c regexec.c
26304 ____________________________________________________________________________
26305 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
26306         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
26307              From: "Craig A. Berry" <craigberry@mac.com> 
26308              Date: Fri, 03 Aug 2001 16:16:16 -0500
26309              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
26310      Branch: perl
26311            ! t/op/misc.t
26312 ____________________________________________________________________________
26313 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
26314         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
26315              From: John Kristian <jmk2001@engineer.com>
26316              Date: Fri, 03 Aug 2001 00:59:08 -0700
26317              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
26318      Branch: perl
26319            ! win32/win32.c
26320 ____________________________________________________________________________
26321 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
26322         Log: Update Changes.
26323      Branch: perl
26324            ! Changes patchlevel.h
26325 ____________________________________________________________________________
26326 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
26327         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
26328              From: "Craig A. Berry" <craigberry@mac.com>
26329              Date: Thu, 02 Aug 2001 23:15:24 -0500
26330              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
26331      Branch: perl
26332            ! ext/B/Stash.t
26333 ____________________________________________________________________________
26334 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
26335         Log: Subject: [patch] plug PL_cshname leak
26336              From: Doug MacEachern <dougm@covalent.net>
26337              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
26338              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
26339      Branch: perl
26340            ! sv.c
26341 ____________________________________________________________________________
26342 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
26343         Log: Subject: [patch] plug PL_sh_path leak
26344              From: Doug MacEachern <dougm@covalent.net>
26345              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
26346              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
26347      Branch: perl
26348            ! sv.c
26349 ____________________________________________________________________________
26350 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
26351         Log: Subject: [patch] plug PL_regex_padav leaks
26352              From: Doug MacEachern <dougm@covalent.net>
26353              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
26354              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
26355      Branch: perl
26356            ! op.c op.h perl.c
26357 ____________________________________________________________________________
26358 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
26359         Log: Subject: [patch] plug PL_origargv leak
26360              From: Doug MacEachern <dougm@covalent.net>
26361              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
26362              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
26363      Branch: perl
26364            ! perl.c
26365 ____________________________________________________________________________
26366 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
26367         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
26368              From: Abhijit Menon-Sen <ams@wiw.org>
26369              Date: Fri, 3 Aug 2001 06:38:11 +0530
26370              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
26371      Branch: perl
26372            ! hv.c
26373 ____________________________________________________________________________
26374 [ 11557] By: nick                                  on 2001/08/03  08:17:38
26375         Log: Integrate mainline
26376      Branch: perlio
26377           +> (branch 47 files)
26378            - lib/Switch/test.pl
26379           !> (integrate 49 files)
26380 ____________________________________________________________________________
26381 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
26382         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
26383              From: "Craig A. Berry" <craigberry@mac.com>
26384              Date: Thu, 02 Aug 2001 12:56:19 -0500
26385              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
26386      Branch: perl
26387            ! ext/B/Showlex.t
26388 ____________________________________________________________________________
26389 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
26390         Log: Be more careful about non-existent files.
26391      Branch: perl
26392            ! lib/File/Copy.pm
26393 ____________________________________________________________________________
26394 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
26395         Log: Subject: [PATCH resend] deparse empty formats
26396              From: Robin Houston <robin@kitsite.com> 
26397              Date: Thu, 2 Aug 2001 14:32:36 +0100
26398              Message-ID: <20010802143236.A894@robin.kitsite.com>
26399      Branch: perl
26400            ! ext/B/B/Deparse.pm
26401 ____________________________________________________________________________
26402 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
26403         Log: Subject: [patch] ithreads + refto fix improvement
26404              From: Doug MacEachern <dougm@covalent.net>
26405              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
26406              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
26407      Branch: perl
26408            ! pp.c
26409 ____________________________________________________________________________
26410 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
26411         Log: Readability nit from Abhijit.
26412      Branch: perl
26413            ! op.c
26414 ____________________________________________________________________________
26415 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
26416         Log: setproctitle() API version nit from Anton Berezin.
26417      Branch: perl
26418            ! mg.c
26419 ____________________________________________________________________________
26420 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
26421         Log: Add PerlCE to the docs.
26422      Branch: perl
26423            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
26424            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
26425 ____________________________________________________________________________
26426 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
26427         Log: Integrate the PerlCE (WinCE Perl) port;
26428              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
26429      Branch: perl
26430            + README.ce wince/FindExt.pm wince/Makefile.ce
26431            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
26432            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
26433            + wince/bin/search.pl wince/config.ce wince/config.h
26434            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
26435            + wince/dl_win32.xs wince/include/arpa/inet.h
26436            + wince/include/cectype.h wince/include/errno.h
26437            + wince/include/netdb.h wince/include/sys/socket.h
26438            + wince/include/sys/stat.h wince/include/sys/types.h
26439            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
26440            + wince/perl.rc wince/perldll.def wince/perllib.c
26441            + wince/perlmain.c wince/registry.bat wince/runperl.c
26442            + wince/splittree.pl wince/win32.h wince/win32iop.h
26443            + wince/win32thread.c wince/win32thread.h wince/wince.c
26444            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
26445            + wince/xdistclean.ksh wince/xmakediffs.ksh
26446            ! MANIFEST perl.c perl.h perlio.c
26447 ____________________________________________________________________________
26448 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
26449         Log: setproctitle() made simpler.  (This assumes the string is
26450              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
26451              should be used.  Note len, not len + 1.)  BSD-fu from Anton
26452              Berezin.
26453      Branch: perl
26454            ! mg.c
26455 ____________________________________________________________________________
26456 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
26457         Log: Subject: [PATCH] -Wall cleanup: op.c
26458              From: Richard Soderberg <rs@oregonnet.com>
26459              Date: Thu, 2 Aug 2001 00:17:09 -0700
26460              Message-Id: <200108020717.AAA26895@oregonnet.com>
26461              
26462              Subject: [PATCH] -Wall cleanup: sv.c
26463              From: Richard Soderberg <rs@oregonnet.com>
26464              Date: Thu, 2 Aug 2001 00:49:21 -0700
26465              Message-Id: <200108020749.AAA27492@oregonnet.com>
26466      Branch: perl
26467            ! op.c sv.c
26468 ____________________________________________________________________________
26469 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
26470         Log: Update Changes.
26471      Branch: perl
26472            ! Changes patchlevel.h
26473 ____________________________________________________________________________
26474 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
26475         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
26476              From: Doug MacEachern <dougm@covalent.net>
26477              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
26478              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
26479      Branch: perl
26480            ! op.c
26481 ____________________________________________________________________________
26482 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
26483         Log: The #11541 didn't work under threads.
26484      Branch: perl
26485            ! op.c
26486 ____________________________________________________________________________
26487 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
26488         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
26489              From: Hugo <hv@crypt.compulink.co.uk>
26490              Date: Fri, 22 Jun 2001 01:19:08 +0100 
26491              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
26492              
26493              (Skip tests if accept() failed)
26494      Branch: perl
26495            ! ext/IO/lib/IO/t/io_unix.t
26496 ____________________________________________________________________________
26497 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
26498         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
26499              From: "Stian Seeberg" <sseeberg@nimsoft.no>
26500              Date: Mon, 30 Jul 2001 12:28:07 +0200
26501              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
26502      Branch: perl
26503            ! perl.h
26504 ____________________________________________________________________________
26505 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
26506         Log: Subject: Pluggable optimizer
26507              From: Simon Cozens <simon@netthink.co.uk>
26508              Date: Wed, 1 Aug 2001 13:57:02 -0700
26509              Message-ID: <20010801135702.I10442@netthink.co.uk>
26510      Branch: perl
26511            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
26512 ____________________________________________________________________________
26513 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
26514         Log: Subject: [ID 20010801.039] perlre.pod message typo
26515              From: Autrijus Tang <autrijus@geb.elixus.org>
26516              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
26517              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
26518      Branch: perl
26519            ! pod/perlre.pod
26520 ____________________________________________________________________________
26521 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
26522         Log: Test for change #11536.
26523      Branch: perl
26524            ! t/op/tiehandle.t
26525 ____________________________________________________________________________
26526 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
26527         Log: More test fixups for #11537.
26528      Branch: perl
26529            ! t/lib/warnings/4lint t/lib/warnings/9enabled
26530 ____________________________________________________________________________
26531 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
26532         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
26533              From: Doug MacEachern <dougm@covalent.net>
26534              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
26535              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
26536      Branch: perl
26537            ! op.c t/TestInit.pm
26538 ____________________________________________________________________________
26539 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
26540         Log: Subject: [patch] ithreads + refto bug
26541              From: Doug MacEachern <dougm@covalent.net>
26542              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
26543              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
26544              
26545              (Test in change #11539)
26546      Branch: perl
26547            ! pp.c
26548 ____________________________________________________________________________
26549 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
26550         Log: Subject: [PATCH: perl@11523] fixups for t/harness
26551              From: Prymmer/Kahn <pvhp@best.com>
26552              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
26553              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
26554      Branch: perl
26555            ! t/harness
26556 ____________________________________________________________________________
26557 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
26558         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
26559              From: Prymmer/Kahn <pvhp@best.com>
26560              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
26561              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
26562      Branch: perl
26563            ! win32/Makefile win32/makefile.mk
26564 ____________________________________________________________________________
26565 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
26566         Log: Need to know the number of tests.
26567      Branch: perl
26568            ! t/run/exit.t
26569 ____________________________________________________________________________
26570 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
26571         Log: Subject: Re: new exit tests on VMS
26572              From: "Craig A. Berry" <craigberry@mac.com>
26573              Date: Tue, 31 Jul 2001 12:19:29 -0500
26574              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
26575      Branch: perl
26576            ! t/run/exit.t
26577 ____________________________________________________________________________
26578 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
26579         Log: Retract #11530 (the dTHX is needed under threads)
26580      Branch: perl
26581            ! perlio.c
26582 ____________________________________________________________________________
26583 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
26584         Log: (Retracted by #11531)
26585      Branch: perl
26586            ! perlio.c
26587 ____________________________________________________________________________
26588 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
26589         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
26590              From: Richard Soderberg <rs@crystalflame.net>
26591              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
26592              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
26593      Branch: perl
26594            ! unixish.h
26595 ____________________________________________________________________________
26596 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
26597         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
26598              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26599              Date: Tue, 31 Jul 2001 05:39:09 -0400
26600              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
26601              
26602              (with a note about the case of UV being equal to long long)
26603      Branch: perl
26604            ! utils/h2xs.PL
26605 ____________________________________________________________________________
26606 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
26607         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
26608              From: "Craig A. Berry" <craigberry@mac.com>
26609              Date: Tue, 31 Jul 2001 14:57:43 -0500
26610              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
26611      Branch: perl
26612            ! t/io/fs.t
26613 ____________________________________________________________________________
26614 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
26615         Log: Fix for
26616              
26617              Subject: [ID 20010116.001] File::Copy truncates orig file 
26618              From: arbor@al37al08.telecel.pt
26619              Date: Tue, 16 Jan 2001 11:43:02 GMT
26620              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
26621              
26622              (copy($foo, $foo) would truncate $foo)
26623      Branch: perl
26624            ! lib/File/Copy.pm lib/File/Copy.t
26625 ____________________________________________________________________________
26626 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
26627         Log: Metaconfig unit change for #11524.
26628      Branch: metaconfig/U/perl
26629            ! Extras.U
26630 ____________________________________________________________________________
26631 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
26632         Log: Multiple modules didn't work; plus typo fixes.
26633      Branch: perl
26634            ! Configure
26635 ____________________________________________________________________________
26636 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
26637         Log: Update Changes.
26638      Branch: perl
26639            ! Changes patchlevel.h
26640 ____________________________________________________________________________
26641 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
26642         Log: Regen perlapi.
26643      Branch: perl
26644            ! pod/perlapi.pod
26645 ____________________________________________________________________________
26646 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
26647         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
26648              From: Dave Mitchell <davem@fdgroup.co.uk>
26649              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
26650              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
26651      Branch: perl
26652            ! sv.c
26653 ____________________________________________________________________________
26654 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
26655         Log: Regen toc.
26656      Branch: perl
26657            ! pod/perltoc.pod
26658 ____________________________________________________________________________
26659 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
26660         Log: Regen Porting stuff.
26661      Branch: perl
26662            ! Porting/Glossary Porting/config.sh Porting/config_H
26663 ____________________________________________________________________________
26664 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
26665         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
26666              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26667              Date: Tue, 31 Jul 2001 05:34:38 -0400
26668              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
26669      Branch: perl
26670            ! utils/h2xs.PL
26671 ____________________________________________________________________________
26672 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
26673         Log: Metaconfig unit change for #11516. 
26674      Branch: metaconfig/U/perl
26675            ! gccvers.U
26676 ____________________________________________________________________________
26677 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
26678         Log: Add -Wall in cflags, not in Configure.
26679              (This way -Wall affects only the core and the core XS,
26680              not user modules' XS.  Concern from Paul Marquess,
26681              implementation idea from Andy Dougherty.)
26682      Branch: perl
26683            ! Configure cflags.SH
26684 ____________________________________________________________________________
26685 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
26686         Log: Metaconfig unit changes for #11514.
26687      Branch: metaconfig
26688            + U/modified/sysman.U
26689            ! U/installdirs/man1dir.U
26690 ____________________________________________________________________________
26691 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
26692         Log: Subject: Configure's detection of system manual
26693              From: Sean Dague <sean@dague.net> 
26694              Date: Sun, 13 May 2001 15:53:15 -0400
26695              Message-ID: <20010513155315.A15833@underhill.dague.net>
26696      Branch: perl
26697            ! Configure
26698 ____________________________________________________________________________
26699 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
26700         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
26701              From: Autrijus Tang <autrijus@autrijus.org> 
26702              Date: Thu, 21 Jun 2001 23:56:48 +0800
26703              Message-Id: <20010621235648.A57340@not.autrijus.org>
26704      Branch: perl
26705            ! pod/perlobj.pod
26706 ____________________________________________________________________________
26707 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
26708         Log: Subject: Typo in DB_File.pm
26709              From: "Philip Newton" <Philip.Newton@gmx.net>
26710              Date: Tue, 31 Jul 2001 06:19:35 +0200
26711              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
26712      Branch: perl
26713            ! ext/DB_File/DB_File.pm
26714 ____________________________________________________________________________
26715 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
26716         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
26717              From: "Stephen P. Potter" <spp@spotter.yi.org>
26718              Date: Wed, 30 May 2001 13:59:34 -0400
26719              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
26720      Branch: perl
26721            ! pod/perlre.pod
26722 ____________________________________________________________________________
26723 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
26724         Log: eval "format foo=" would loop indefinitely; reported in
26725              
26726              Subject: A load of old rubbish
26727              From: Mike Guy <mjtg@cam.ac.uk>
26728              Date: Mon, 14 May 2001 16:12:22 +0100
26729              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
26730              
26731              (The core dumps reported in there already fixed.)
26732      Branch: perl
26733            ! toke.c
26734 ____________________________________________________________________________
26735 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
26736         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
26737      Branch: perl
26738            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
26739            + lib/Switch/t/switch_case.t
26740            - lib/Switch/test.pl
26741            ! MANIFEST lib/Switch.pm
26742 ____________________________________________________________________________
26743 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
26744         Log: Subject: [PATCH @11505] DB_File-1.78
26745              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
26746              Date: Mon, 30 Jul 2001 22:54:37 +0100
26747              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
26748      Branch: perl
26749            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
26750            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
26751 ____________________________________________________________________________
26752 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
26753         Log: Explain in more detail why -pipe and -fno-common are good.
26754      Branch: perl
26755            ! hints/darwin.sh
26756 ____________________________________________________________________________
26757 [ 11506] By: nick                                  on 2001/07/30  14:32:23
26758         Log: Integrate mainline
26759      Branch: perlio
26760           !> INSTALL Makefile.SH doio.c hints/darwin.sh
26761 ____________________________________________________________________________
26762 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
26763         Log: Perl hasn't been putting man pages into $prefix/lib for
26764              a long time now; pointed out by Andy Dougherty. 
26765      Branch: perl
26766            ! hints/darwin.sh
26767 ____________________________________________________________________________
26768 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
26769         Log: Document the extras Configure option.
26770      Branch: perl
26771            ! INSTALL
26772 ____________________________________________________________________________
26773 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
26774         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
26775              everywhere.
26776      Branch: perl
26777           !> doio.c
26778 ____________________________________________________________________________
26779 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
26780         Log: Doubly guard against invoking CPAN if no extras defined,
26781              pointed out by H. Merijn Brand.
26782      Branch: perl
26783            ! Makefile.SH
26784 ____________________________________________________________________________
26785 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
26786         Log: Fix O_RDONLY check to check for O_RDONLY.
26787      Branch: maint-5.6/macperl
26788            ! doio.c
26789 ____________________________________________________________________________
26790 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
26791         Log: Integrate miscellaneous changes from maint-5.6/perl.
26792      Branch: maint-5.6/macperl
26793           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
26794 ____________________________________________________________________________
26795 [ 11499] By: nick                                  on 2001/07/30  06:52:42
26796         Log: Integrate mainline
26797      Branch: perlio
26798           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
26799           +> win32/sync_ext.pl
26800            - win32/sncfnmcs.pl
26801           !> (integrate 71 files)
26802 ____________________________________________________________________________
26803 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
26804         Log: Update Changes.
26805      Branch: perl
26806            ! Changes patchlevel.h
26807 ____________________________________________________________________________
26808 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
26809         Log: Now Configure -Dextras=Foo::Bar and "make install" will
26810              fetch and install Foo::Bar.
26811      Branch: perl
26812            ! Makefile.SH
26813 ____________________________________________________________________________
26814 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
26815         Log: Metaconfig unit change for #11495.
26816      Branch: metaconfig/U/perl
26817            ! Extras.U
26818 ____________________________________________________________________________
26819 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
26820         Log: extras.make, extras.test, and extras.install make targets.
26821      Branch: perl
26822            ! Configure Makefile.SH
26823 ____________________________________________________________________________
26824 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
26825         Log: Metaconfig unit change for #11493.
26826      Branch: metaconfig/U/perl
26827            ! Extras.U
26828 ____________________________________________________________________________
26829 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
26830         Log: Better to have the list of extras in $extras than 'define'.
26831      Branch: perl
26832            ! Configure
26833 ____________________________________________________________________________
26834 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
26835         Log: The metaconfig unit change for #11490.
26836      Branch: metaconfig/U/perl
26837            + Extras.U
26838 ____________________________________________________________________________
26839 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
26840         Log: Missed from #11490 (the required dependency).
26841      Branch: perl
26842            ! Makefile.SH
26843 ____________________________________________________________________________
26844 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
26845         Log: Add the support of asking for extra modules or bundles of modules
26846              to be fetched from the CPAN and installed as a part of the Perl
26847              build process.  None of this installation is yet really done;
26848              only the list is asked, and saved away in extras.lst for
26849              the build and installation process to worry about later.
26850      Branch: perl
26851            ! Configure
26852 ____________________________________________________________________________
26853 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
26854         Log: Beginnings of better Inf and NaN support.
26855              At least toke.c and sv.c still need quite a bit of work.
26856      Branch: perl
26857            ! numeric.c perl.h
26858 ____________________________________________________________________________
26859 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
26860         Log: Top-level Makefile didn't honour OPTIMIZE.
26861      Branch: perl
26862            ! Makefile.SH
26863 ____________________________________________________________________________
26864 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
26865         Log: Update Changes.
26866      Branch: perl
26867            ! Changes patchlevel.h
26868 ____________________________________________________________________________
26869 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
26870         Log: Use Search::Dict 1.02 interface for charinfo().
26871      Branch: perl
26872            ! lib/UnicodeCD.pm
26873 ____________________________________________________________________________
26874 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
26875         Log: Now also allow transforming the read lines before comparing them.
26876              (This will help UnicodeCD.) 
26877      Branch: perl
26878            ! lib/Search/Dict.pm
26879 ____________________________________________________________________________
26880 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
26881         Log: Remove tiehandle code.
26882      Branch: perl
26883            ! lib/UnicodeCD.pm
26884 ____________________________________________________________________________
26885 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
26886         Log: Allow specifying a comparison function for Search::Dict::look().
26887      Branch: perl
26888            ! lib/Search/Dict.pm
26889 ____________________________________________________________________________
26890 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
26891         Log: Small UnicodeCD tweaks.
26892      Branch: perl
26893            ! lib/UnicodeCD.pm lib/UnicodeCD.t
26894 ____________________________________________________________________________
26895 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
26896         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
26897              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
26898              Date: Tue, 24 Jul 2001 01:51:32 +0900
26899              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
26900      Branch: perl
26901            ! lib/UnicodeCD.pm lib/UnicodeCD.t
26902 ____________________________________________________________________________
26903 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
26904         Log: Subject: [PATCH] installperl
26905              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
26906              Date: Fri, 27 Jul 2001 19:05:04 -0700
26907              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
26908      Branch: perl
26909            ! installperl
26910 ____________________________________________________________________________
26911 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
26912         Log: Subject: [PATCH] Set proper compatibility versions in core
26913              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
26914              Date: Fri, 27 Jul 2001 20:01:49 -0700
26915              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
26916      Branch: perl
26917            ! Makefile.SH
26918 ____________________________________________________________________________
26919 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
26920         Log: Metaconfig unit change for #11477.
26921      Branch: metaconfig/U/perl
26922            ! dlsrc.U
26923 ____________________________________________________________________________
26924 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
26925         Log: Subject: [PATCH] Darwin: -fpic not so good
26926              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
26927              Date: Fri, 27 Jul 2001 18:57:38 -0700
26928              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
26929      Branch: perl
26930            ! Configure
26931 ____________________________________________________________________________
26932 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
26933         Log: Subject: [PATCH] Clean up Darwin hints
26934              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
26935              Date: Fri, 27 Jul 2001 19:13:15 -0700
26936              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
26937      Branch: perl
26938            ! hints/darwin.sh
26939 ____________________________________________________________________________
26940 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
26941         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
26942              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
26943              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
26944              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
26945      Branch: perl
26946            ! pod/perlfunc.pod pp.c t/op/split.t
26947 ____________________________________________________________________________
26948 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
26949         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
26950              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
26951              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
26952              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
26953      Branch: perl
26954            ! pod/perlvar.pod
26955 ____________________________________________________________________________
26956 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
26957         Log: Subject: [PATCH] fixes to constant.pm documentation
26958              From: Ilmari Karonen <iltzu@sci.fi>
26959              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
26960              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
26961      Branch: perl
26962            ! lib/constant.pm
26963 ____________________________________________________________________________
26964 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
26965         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
26966              From: "Philip Newton" <Philip.Newton@gmx.net>
26967              Date: Fri, 27 Jul 2001 07:51:10 +0200
26968              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
26969      Branch: perl
26970            ! pod/perlport.pod
26971 ____________________________________________________________________________
26972 [ 11471] By: nick                                  on 2001/07/26  06:23:32
26973         Log: Subject:  [PATCH] Doc fix for perlguts / threading
26974              From:  Arthur Bergman <arthur@contiller.se>
26975              Date:  Wed, 25 Jul 2001 11:28:23 +0200
26976              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
26977      Branch: perl
26978            ! pod/perlguts.pod
26979 ____________________________________________________________________________
26980 [ 11470] By: nick                                  on 2001/07/26  06:21:06
26981         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
26982              From:  Philip Newton <Philip.Newton@gmx.net>
26983              Date:  Wed, 25 Jul 2001 08:19:47 +0200
26984              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
26985      Branch: perl
26986            ! INSTALL
26987 ____________________________________________________________________________
26988 [ 11469] By: nick                                  on 2001/07/26  06:20:25
26989         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
26990              From:  Philip Newton <Philip.Newton@gmx.net>
26991              Date:  Wed, 25 Jul 2001 08:12:48 +0200
26992              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
26993      Branch: perl
26994            ! INSTALL
26995 ____________________________________________________________________________
26996 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
26997         Log: More +x.
26998      Branch: perl
26999            ! Porting/makerel
27000 ____________________________________________________________________________
27001 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
27002         Log: Update Changes.
27003      Branch: perl
27004            ! Changes patchlevel.h
27005 ____________________________________________________________________________
27006 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
27007         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
27008              From: "Philip Newton" <Philip.Newton@gmx.net>
27009              Date: Tue, 24 Jul 2001 06:45:55 +0200
27010              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
27011      Branch: perl
27012            ! os2/perlrexx.c
27013 ____________________________________________________________________________
27014 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
27015         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
27016              From: Peter Prymmer <pvhp@forte.com>
27017              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
27018              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
27019      Branch: perl
27020            ! pod/perlport.pod t/io/fs.t vms/test.com
27021 ____________________________________________________________________________
27022 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
27023         Log: Workaround on Cwd bootstrap problem.
27024      Branch: perl
27025            ! lib/ExtUtils/MakeMaker.pm
27026 ____________________________________________________________________________
27027 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
27028         Log: When in Rome, quote like the Romans do.
27029      Branch: perl
27030            ! cflags.SH
27031 ____________________________________________________________________________
27032 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
27033         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
27034              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27035              Date: Mon, 23 Jul 2001 19:29:49 -0400
27036              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
27037      Branch: perl
27038            + os2/perlrexx.c
27039            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
27040            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
27041            ! t/op/write.t
27042 ____________________________________________________________________________
27043 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
27044         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
27045              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27046              Date: Mon, 23 Jul 2001 18:43:42 -0400
27047              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
27048      Branch: perl
27049            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
27050 ____________________________________________________________________________
27051 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
27052         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
27053              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27054              Date: Mon, 23 Jul 2001 18:33:16 -0400
27055              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
27056      Branch: perl
27057            ! lib/ExtUtils/MakeMaker.pm
27058 ____________________________________________________________________________
27059 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
27060         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
27061              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27062              Date: Mon, 23 Jul 2001 18:20:35 -0400
27063              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
27064      Branch: perl
27065            ! Makefile.SH cflags.SH
27066 ____________________________________________________________________________
27067 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
27068         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
27069              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
27070              Date: Mon, 23 Jul 2001 11:32:17 -0500
27071              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
27072      Branch: perl
27073            ! lib/ExtUtils/MakeMaker.pm
27074 ____________________________________________________________________________
27075 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
27076         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
27077              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27078              Date: Mon, 23 Jul 2001 18:13:20 -0400
27079              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
27080      Branch: perl
27081            ! lib/perl5db.pl
27082 ____________________________________________________________________________
27083 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
27084         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
27085              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27086              Date: Mon, 23 Jul 2001 18:07:40 -0400
27087              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
27088      Branch: perl
27089            ! op.c
27090 ____________________________________________________________________________
27091 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
27092         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
27093              From: "Craig A. Berry" <craigberry@mac.com>
27094              Date: Mon, 23 Jul 2001 15:35:06 -0500
27095              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
27096      Branch: perl
27097            ! util.c
27098 ____________________________________________________________________________
27099 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
27100         Log: Subject: [PATCH perlfaq9.pod typo]
27101              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
27102              Date: Mon, 23 Jul 2001 07:49:05 -0700
27103              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
27104      Branch: perl
27105            ! pod/perlfaq9.pod
27106 ____________________________________________________________________________
27107 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
27108         Log: Subject: win32\sncfnmcs.pl corrections
27109              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
27110              Date: Mon, 23 Jul 2001 12:56:54 +0200
27111              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
27112              
27113              Rename the script a little bit more sensibly.
27114      Branch: perl
27115            + win32/sync_ext.pl
27116            - win32/sncfnmcs.pl
27117            ! MANIFEST README.win32
27118 ____________________________________________________________________________
27119 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
27120         Log: Test tweak.
27121      Branch: perl
27122            ! ext/B/Deparse.t
27123 ____________________________________________________________________________
27124 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
27125         Log: Metaconfig unit tweak for #11450.
27126      Branch: metaconfig/U/perl
27127            ! Mksymlinks.U
27128 ____________________________________________________________________________
27129 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
27130         Log: Too volatile failsafe check.
27131      Branch: perl
27132            ! Configure
27133 ____________________________________________________________________________
27134 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
27135         Log: Further doc tweaks.
27136      Branch: perl
27137            ! lib/UnicodeCD.pm
27138 ____________________________________________________________________________
27139 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
27140         Log: Doc tweaks.
27141      Branch: perl
27142            ! lib/UnicodeCD.pm
27143 ____________________________________________________________________________
27144 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
27145         Log: Doc tweakery from Abhijit.
27146      Branch: perl
27147            ! Porting/repository.pod
27148 ____________________________________________________________________________
27149 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
27150         Log: An accidental empty line.
27151      Branch: perl
27152            ! MANIFEST
27153 ____________________________________________________________________________
27154 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
27155         Log: Missing MANIFESTations.
27156      Branch: perl
27157            ! MANIFEST
27158 ____________________________________________________________________________
27159 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
27160         Log: Update Changes.
27161      Branch: perl
27162            ! Changes patchlevel.h
27163 ____________________________________________________________________________
27164 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
27165         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
27166              From: Mike Guy <mjtg@cam.ac.uk>
27167              Date: Fri, 20 Jul 2001 16:12:49 +0100
27168              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
27169      Branch: perl
27170            ! Porting/pumpkin.pod
27171 ____________________________________________________________________________
27172 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
27173         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
27174              From: Peter Prymmer <pvhp@forte.com>
27175              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
27176              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
27177      Branch: perl
27178            ! pod/perlhack.pod
27179 ____________________________________________________________________________
27180 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
27181         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
27182              From: Michael G Schwern <schwern@pobox.com>
27183              Date: Fri, 20 Jul 2001 20:22:35 -0400
27184              Message-ID: <20010720202235.O4498@blackrider>
27185      Branch: perl
27186            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
27187            ! lib/Test/t/todo.t
27188 ____________________________________________________________________________
27189 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
27190         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
27191              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
27192              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
27193              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
27194      Branch: perl
27195            ! ext/POSIX/POSIX.pod
27196 ____________________________________________________________________________
27197 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
27198         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
27199              From: Mark-Jason Dominus <mjd@plover.com>
27200              Date: Fri, 20 Jul 2001 23:16:54 -0400
27201              Message-ID: <20010721031654.21877.qmail@plover.com>
27202      Branch: perl
27203            ! ext/POSIX/POSIX.pod
27204 ____________________________________________________________________________
27205 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
27206         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
27207              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27208              Date: Sun, 22 Jul 2001 14:56:09 +0200
27209              Message-ID: <20010722145609.A766@rafael>
27210      Branch: perl
27211            ! ext/B/O.pm
27212 ____________________________________________________________________________
27213 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
27214         Log: Subject: regexec.c #define cleanup
27215              From: Mark-Jason Dominus <mjd@plover.com>
27216              Date: Sat, 21 Jul 2001 18:33:25 -0400
27217              Message-ID: <20010721223325.3069.qmail@plover.com>
27218      Branch: perl
27219            ! regexec.c
27220 ____________________________________________________________________________
27221 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
27222         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
27223              From: Prymmer/Kahn <pvhp@best.com>
27224              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
27225              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
27226      Branch: perl
27227            ! t/io/fs.t
27228 ____________________________________________________________________________
27229 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
27230         Log: Typo in #11432.
27231      Branch: perl
27232            ! ext/POSIX/POSIX.t
27233 ____________________________________________________________________________
27234 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
27235         Log: Integrate (manually) change #11424 from macperl.
27236      Branch: perl
27237            ! ext/Filter/t/call.t
27238 ____________________________________________________________________________
27239 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
27240         Log: Integrate change #11408 from macperl.
27241      Branch: perl
27242           !> README.macos pod/perlport.pod
27243 ____________________________________________________________________________
27244 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
27245         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
27246      Branch: perl
27247           +> macos/MacPerlTests.cmd macos/xsubpp.patch
27248            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
27249            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
27250            ! ext/POSIX/POSIX.t
27251 ____________________________________________________________________________
27252 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
27253         Log: pod/*.t tests not picked up by t/TEST either
27254      Branch: maint-5.6/perl
27255            ! t/TEST
27256 ____________________________________________________________________________
27257 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
27258         Log: better tweak for change#11429 (windows has both / and \ separated
27259              paths in @INC at that point)
27260      Branch: maint-5.6/perl
27261            ! t/pod/testp2pt.pl
27262 ____________________________________________________________________________
27263 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
27264         Log: MacOS pod test tweak needs \Escape
27265      Branch: maint-5.6/perl
27266            ! t/pod/testp2pt.pl
27267 ____________________________________________________________________________
27268 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
27269         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
27270              resulting duplicate output, but t/harness isn't)
27271      Branch: maint-5.6/perl
27272            ! t/run/runenv.t
27273 ____________________________________________________________________________
27274 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
27275         Log: t/harness wasn't picking up all the tests
27276      Branch: maint-5.6/perl
27277            ! t/harness
27278 ____________________________________________________________________________
27279 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
27280         Log: update MANIFEST for new file
27281      Branch: maint-5.6/perl
27282            ! MANIFEST
27283 ____________________________________________________________________________
27284 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
27285         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
27286              the exception of the macperl/macos/... tree
27287      Branch: maint-5.6/perl
27288           +> t/lib/filefind-taint.t
27289           !> (integrate 72 files)
27290 ____________________________________________________________________________
27291 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
27292         Log: Fix test.
27293      Branch: maint-5.6/macperl
27294            ! macos/bundled_ext/Filter/t/call.t
27295 ____________________________________________________________________________
27296 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
27297         Log: Make perl fork()-safe (in a slightly limited way) even on
27298              platforms that don't have pthread_atfork() (extension of
27299              the fix in change#11151).
27300              
27301              Note that this will not help extensions that call fork()
27302              directly in C, or that link to libraries that call fork()
27303              directly.  Such cases must be fixed to either call
27304              PerlProc_fork(), or call atfork_lock() in parent before the
27305              calling the function that forks and call atfork_unlock()
27306              in both parent and child immediately after the fork().
27307              (There are no worries if C code calls exec() in the child
27308              immediately after a fork().  Only cases where the child
27309              calls perl's API functions (including New()) after the
27310              fork() are problematic.)
27311              
27312              This change also eliminates the use of vfork() from perl,
27313              since all such uses were violating the severe restrictions
27314              on modifying the state of the process between the vfork()
27315              and the exec().
27316              
27317              This is a modified version of patches suggested by Abhijit
27318              Menon-Sen and Richard Soderberg.
27319      Branch: perl
27320            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
27321            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
27322 ____________________________________________________________________________
27323 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
27324         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
27325              Switch, and Text::Balanced.
27326      Branch: maint-5.6/macperl
27327            + macos/bundled_ext/Filter/Util/Call/Call.pm
27328            + macos/bundled_ext/Filter/Util/Call/Call.xs
27329            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
27330            + macos/bundled_ext/Filter/t/MyFilter.pm
27331            + macos/bundled_ext/Filter/t/call.t
27332            + macos/bundled_ext/Filter/t/filter-util.pl
27333            + macos/bundled_lib/blib/lib/Class/ISA.pm
27334            + macos/bundled_lib/blib/lib/Digest.pm
27335            + macos/bundled_lib/blib/lib/Filter/Simple.pm
27336            + macos/bundled_lib/blib/lib/Switch.pm
27337            + macos/bundled_lib/blib/lib/Text/Balanced.pm
27338            + macos/bundled_lib/blib/lib/Text/Balanced.pod
27339            + macos/bundled_lib/t/Class/ISA/test.pl
27340            + macos/bundled_lib/t/Digest/Digest.t
27341            + macos/bundled_lib/t/Filter/Simple/test.pl
27342            + macos/bundled_lib/t/Switch/test.pl
27343            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
27344            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
27345            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
27346            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
27347            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
27348            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
27349            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
27350            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
27351 ____________________________________________________________________________
27352 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
27353         Log: Add Filter::Util::Call to config/make files; edit utils
27354              to recognize the module (it was descended too far down).
27355              Bump version to 5.6.1a4.
27356      Branch: maint-5.6/macperl
27357            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
27358            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
27359            ! macos/macperl/Makefile.mk macos/xsubpp.patch
27360 ____________________________________________________________________________
27361 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
27362         Log: Make DB_File the default for MLDBM on MacOS.
27363      Branch: maint-5.6/macperl
27364            ! macos/bundled_lib/blib/lib/MLDBM.pm
27365 ____________________________________________________________________________
27366 [ 11419] By: nick                                  on 2001/07/20  14:51:03
27367         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
27368              From:  Simon Cozens <simon@netthink.co.uk>
27369              Date:  Fri, 20 Jul 2001 11:42:35 -0400
27370              Message-Id:  <20010720114235.A5235@netthink.co.uk>
27371      Branch: perl
27372            ! lib/UnicodeCD.pm
27373 ____________________________________________________________________________
27374 [ 11418] By: nick                                  on 2001/07/20  14:48:12
27375         Log: Subject:  [PATCH regcomp.h] adds a comment
27376              From:  Abhijit Menon-Sen <ams@wiw.org>
27377              Date:  Fri, 20 Jul 2001 21:05:37 +0530
27378              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
27379      Branch: perl
27380            ! regcomp.h
27381 ____________________________________________________________________________
27382 [ 11417] By: nick                                  on 2001/07/20  14:16:38
27383         Log: Subject:  [PATCH 5.7.2] INSTALL updates
27384              From:  Andy Dougherty <doughera@lafayette.edu>
27385              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
27386              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
27387      Branch: perl
27388            ! INSTALL
27389 ____________________________________________________________________________
27390 [ 11416] By: nick                                  on 2001/07/20  06:44:44
27391         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
27392              From:  Russ Allbery <rra@stanford.edu>
27393              Date:  19 Jul 2001 15:52:37 -0700
27394              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
27395      Branch: perl
27396            ! lib/Pod/Man.pm
27397 ____________________________________________________________________________
27398 [ 11415] By: nick                                  on 2001/07/20  06:35:11
27399         Log: Subject:  [PATCH] defer op_seq allocation
27400              From:  Abhijit Menon-Sen <ams@wiw.org>
27401              Date:  Thu, 19 Jul 2001 22:12:24 +0530
27402              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
27403      Branch: perl
27404            ! op.c
27405 ____________________________________________________________________________
27406 [ 11414] By: nick                                  on 2001/07/20  06:23:36
27407         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
27408              From:  Abhijit Menon-Sen <ams@wiw.org>
27409              Date:  Fri, 20 Jul 2001 01:18:50 +0530
27410              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
27411              (Private e-mail)
27412      Branch: perl
27413            ! ext/Time/HiRes/HiRes.xs
27414 ____________________________________________________________________________
27415 [ 11413] By: nick                                  on 2001/07/20  06:18:53
27416         Log: Integrate mainline
27417      Branch: perlio
27418           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
27419            - t/base/commonsense.t
27420           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
27421           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
27422           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
27423           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
27424           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
27425           !> win32/win32.c
27426 ____________________________________________________________________________
27427 [ 11412] By: nick                                  on 2001/07/19  06:44:27
27428         Log: Integrate win32/perlhost.h from maintenance branch.
27429              (Rest of $ENV{PATH} / system() fix.)
27430      Branch: perl
27431           !> win32/perlhost.h
27432 ____________________________________________________________________________
27433 [ 11411] By: nick                                  on 2001/07/19  06:41:34
27434         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
27435              From:  Philip Newton <Philip.Newton@gmx.net>
27436              Date:  Wed, 18 Jul 2001 21:43:57 +0200
27437              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
27438      Branch: perl
27439            ! pod/perlhack.pod
27440 ____________________________________________________________________________
27441 [ 11410] By: nick                                  on 2001/07/19  06:39:35
27442         Log: Subject:  Security hole in taint checking in open()
27443              From:  deekoo@tentacle.net
27444              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
27445              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
27446      Branch: perl
27447            ! doio.c
27448 ____________________________________________________________________________
27449 [ 11409] By: nick                                  on 2001/07/19  06:28:08
27450         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
27451              From:  Abhijit Menon-Sen <ams@wiw.org>
27452              Date:  Thu, 19 Jul 2001 04:30:43 +0530
27453              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
27454      Branch: perl
27455            ! ext/Time/HiRes/HiRes.xs
27456 ____________________________________________________________________________
27457 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
27458         Log: Update docs with latest implementation information and new URLs.
27459      Branch: maint-5.6/macperl
27460            ! README.macos pod/perlport.pod
27461 ____________________________________________________________________________
27462 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
27463         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
27464              Fix BuildRules to accept optimization variables.
27465      Branch: maint-5.6/macperl
27466            + macos/bundled_ext/Digest/MD5/Makefile.mk
27467            ! macos/BuildRules.mk macos/Makefile.mk
27468            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
27469            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
27470 ____________________________________________________________________________
27471 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
27472         Log: Integrate changes 11399,11401
27473      Branch: maint-5.6/macperl
27474           !> win32/perlhost.h win32/win32.c
27475 ____________________________________________________________________________
27476 [ 11405] By: nick                                  on 2001/07/18  06:50:33
27477         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
27478              from perl5.6*
27479      Branch: perl
27480           !> win32/perlhost.h win32/win32.c
27481 ____________________________________________________________________________
27482 [ 11404] By: nick                                  on 2001/07/18  06:43:59
27483         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
27484              From:  hv@crypt0.demon.co.uk
27485              Date:  Wed, 18 Jul 2001 05:58:46 +0100
27486              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
27487      Branch: perl
27488            ! ext/POSIX/POSIX.t
27489 ____________________________________________________________________________
27490 [ 11403] By: nick                                  on 2001/07/18  06:38:57
27491         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
27492              From:  hv@crypt0.demon.co.uk
27493              Date:  Wed, 18 Jul 2001 05:21:54 +0100
27494              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
27495      Branch: perl
27496            ! numeric.c t/op/arith.t
27497 ____________________________________________________________________________
27498 [ 11402] By: nick                                  on 2001/07/18  06:19:17
27499         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
27500              From:  mjd@plover.com
27501              Date:  17 Jul 2001 17:59:20 -0000
27502              Message-Id:  <20010717175920.8177.qmail@plover.com>
27503      Branch: perl
27504            ! pod/perlre.pod
27505 ____________________________________________________________________________
27506 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
27507         Log: thinko in change#11400 (duh)
27508      Branch: maint-5.6/perl
27509            ! win32/perlhost.h
27510 ____________________________________________________________________________
27511 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
27512         Log: change#11399 revealed another unrelated bug; this is just a temporary
27513              bandaid
27514      Branch: maint-5.6/perl
27515            ! win32/perlhost.h
27516 ____________________________________________________________________________
27517 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
27518         Log: fix bugs in handling of the virtualized environment under windows;
27519              there were bugs in propagating any changes to %ENV down to the real
27520              environment when such changes happened in the toplevel process
27521              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
27522              problem identification, and for a part of the fix)
27523      Branch: maint-5.6/perl
27524            ! win32/perlhost.h win32/win32.c
27525 ____________________________________________________________________________
27526 [ 11398] By: nick                                  on 2001/07/17  08:26:35
27527         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
27528              From: Peter Prymmer <pvhp@forte.com>
27529              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
27530              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
27531              
27532              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
27533              should not depend on existance of Config.pm
27534      Branch: perl
27535           +> t/lib/commonsense.t
27536            - t/base/commonsense.t
27537            ! MANIFEST t/README
27538 ____________________________________________________________________________
27539 [ 11397] By: nick                                  on 2001/07/17  08:09:58
27540         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
27541              From:  Michael G Schwern <schwern@pobox.com>
27542              Date:  Mon, 16 Jul 2001 18:20:31 -0400
27543              Message-Id:  <20010716182031.A1128@blackrider>
27544      Branch: perl
27545            ! pod/perlhack.pod
27546 ____________________________________________________________________________
27547 [ 11396] By: nick                                  on 2001/07/17  08:04:11
27548         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
27549              From:  Gwyn Judd <b.judd@xtra.co.nz>
27550              Date:  Tue, 17 Jul 2001 20:55:58 +1200
27551              Message-Id:  <20010717205558.A3107@thislove>
27552      Branch: perl
27553            ! pod/perlfunc.pod
27554 ____________________________________________________________________________
27555 [ 11395] By: nick                                  on 2001/07/17  08:02:22
27556         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
27557              From:  Peter Prymmer <pvhp@forte.com>
27558              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
27559              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
27560      Branch: perl
27561            ! t/op/sprintf.t
27562 ____________________________________________________________________________
27563 [ 11394] By: nick                                  on 2001/07/17  07:57:06
27564         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
27565              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
27566              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
27567              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
27568      Branch: perl
27569            ! gv.c
27570 ____________________________________________________________________________
27571 [ 11392] By: nick                                  on 2001/07/17  07:50:12
27572         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
27573              From:  Coral <coral@moonlight.crystalflame.net>
27574              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
27575              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
27576      Branch: perl
27577            ! pp_sys.c thread.h
27578 ____________________________________________________________________________
27579 [ 11391] By: nick                                  on 2001/07/17  07:34:28
27580         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
27581              From:  Jonathan Stowe <gellyfish@gellyfish.com>
27582              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
27583              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
27584      Branch: perl
27585            ! utils/h2xs.PL
27586 ____________________________________________________________________________
27587 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
27588         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
27589              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
27590              and Mac::Apps::Launch, which don't work, and Time::HiRes and
27591              Time::Piece, which don't yet work.
27592      Branch: maint-5.6/macperl
27593            + (add 154 files)
27594 ____________________________________________________________________________
27595 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
27596         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
27597              Also add hack to get around missing setenv for PERL5DB.
27598      Branch: maint-5.6/macperl
27599            ! macos/macish.c macos/macish.h
27600 ____________________________________________________________________________
27601 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
27602         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
27603      Branch: maint-5.6/macperl
27604            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
27605            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
27606 ____________________________________________________________________________
27607 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
27608         Log: Fix up some configuration and make options, add extra
27609              extensions.
27610      Branch: maint-5.6/macperl
27611            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
27612            ! macos/macperl/Makefile.mk
27613 ____________________________________________________________________________
27614 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
27615         Log: From Change 11374 in maintperl.
27616      Branch: maint-5.6/macperl
27617           !> utils/h2ph.PL
27618 ____________________________________________________________________________
27619 [ 11385] By: nick                                  on 2001/07/16  14:12:58
27620         Log: Back out change to h2xs till it passes its test.
27621      Branch: perl
27622            ! utils/h2xs.PL
27623 ____________________________________________________________________________
27624 [ 11384] By: nick                                  on 2001/07/16  14:00:10
27625         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
27626              From:  Jonathan Stowe <gellyfish@gellyfish.com>
27627              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
27628              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
27629      Branch: perl
27630            ! utils/h2xs.PL
27631 ____________________________________________________________________________
27632 [ 11383] By: nick                                  on 2001/07/16  13:53:12
27633         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
27634              From:  Robin Houston <robin@kitsite.com>
27635              Date:  Sun, 15 Jul 2001 18:22:31 +0100
27636              Message-Id:  <20010715182230.A11174@robin>
27637      Branch: perl
27638            ! hints/darwin.sh
27639 ____________________________________________________________________________
27640 [ 11382] By: nick                                  on 2001/07/16  13:52:49
27641         Log: Subject:  [PATCH perl@11372] re_dup
27642              From:  Radu Greab <radu@netsoft.ro>
27643              Date:  Sun, 15 Jul 2001 04:50:06 +0300
27644              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
27645      Branch: perl
27646            ! sv.c
27647 ____________________________________________________________________________
27648 [ 11379] By: nick                                  on 2001/07/16  13:35:39
27649         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
27650              From:  Robin Houston <robin@kitsite.com>
27651              Date:  Sat, 14 Jul 2001 14:28:50 +0100
27652              Message-Id:  <20010714142850.A10205@robin>
27653      Branch: perl
27654            ! ext/B/B/Deparse.pm
27655 ____________________________________________________________________________
27656 [ 11378] By: nick                                  on 2001/07/16  13:30:36
27657         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
27658              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
27659              Date:  Sat, 14 Jul 2001 22:17:42 +0900
27660              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
27661      Branch: perl
27662            + ext/Encode/Encode/euc-jp-0212.enc
27663            ! ext/Encode/Encode/Tcl.pm
27664 ____________________________________________________________________________
27665 [ 11377] By: nick                                  on 2001/07/16  13:17:28
27666         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
27667              From:  Andy Dougherty <doughera@lafayette.edu>
27668              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
27669              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
27670      Branch: perl
27671            ! hints/darwin.sh hints/rhapsody.sh
27672 ____________________________________________________________________________
27673 [ 11376] By: nick                                  on 2001/07/16  09:05:00
27674         Log: Integrate mainline
27675      Branch: perlio
27676           +> ext/Encode/Encode/7bit-greek.enc
27677           +> ext/Encode/Encode/7bit-latin1.enc
27678           +> ext/Encode/Encode/cns11643-1.enc
27679           +> ext/Encode/Encode/cns11643-2.enc
27680           +> ext/Encode/Encode/iso2022-cn.enc
27681           +> ext/Encode/Encode/iso2022-jp1.enc
27682           +> ext/Encode/Encode/iso2022-jp2.enc
27683           !> Changes Configure MANIFEST Makefile.SH
27684           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
27685           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
27686           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
27687           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
27688           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
27689 ____________________________________________________________________________
27690 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
27691         Log: integrate change#11374 from maint-5.6
27692              
27693              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
27694      Branch: perl
27695           !> utils/h2ph.PL
27696 ____________________________________________________________________________
27697 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
27698         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
27699      Branch: maint-5.6/perl
27700            ! utils/h2ph.PL
27701 ____________________________________________________________________________
27702 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
27703         Log: Update Changes.
27704      Branch: perl
27705            ! Changes patchlevel.h
27706 ____________________________________________________________________________
27707 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
27708         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
27709              From: Jonathan Stowe <gellyfish@gellyfish.com>
27710              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
27711              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
27712      Branch: perl
27713            ! utils/h2xs.PL
27714 ____________________________________________________________________________
27715 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
27716         Log: Subject: patch to add DEL to [:cntrl:]
27717              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
27718              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
27719              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
27720      Branch: perl
27721            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
27722 ____________________________________________________________________________
27723 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
27724         Log: Metaconfig unit change for #11369; plus a dependency nit.
27725      Branch: metaconfig
27726            ! U/compline/nblock_io.U
27727      Branch: metaconfig/U/perl
27728            ! Extensions.U
27729 ____________________________________________________________________________
27730 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
27731         Log: #include <stdlib.h> so that exit() is prototyped,
27732              noticed by Hugo.
27733      Branch: perl
27734            ! Configure
27735 ____________________________________________________________________________
27736 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
27737         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
27738              From: Peter Prymmer <pvhp@forte.com>
27739              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
27740              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
27741      Branch: perl
27742            ! t/op/sprintf.t
27743 ____________________________________________________________________________
27744 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
27745         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
27746              From: Peter Prymmer <pvhp@forte.com>
27747              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
27748              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
27749      Branch: perl
27750            ! ext/Encode/Encode/Tcl.t
27751 ____________________________________________________________________________
27752 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
27753         Log: Add information about gcc 3.0 basic block profiling.
27754      Branch: perl
27755            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
27756 ____________________________________________________________________________
27757 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
27758         Log: Subject: Error in lib/PerlIO/Via.pm ?
27759              From: Mark-Jason Dominus <mjd@plover.com>
27760              Date: Fri, 13 Jul 2001 15:55:41 -0400
27761              Message-ID: <20010713195541.26751.qmail@plover.com>
27762      Branch: perl
27763            ! ext/PerlIO/Via/Via.pm
27764 ____________________________________________________________________________
27765 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
27766         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
27767              section from the Compiler section.
27768      Branch: perl
27769            ! myconfig.SH
27770 ____________________________________________________________________________
27771 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
27772         Log: Handle glibc style of constant definitions using enum
27773              with intervening #defines; from Brendan O'Dea.
27774      Branch: perl
27775            ! utils/h2ph.PL
27776 ____________________________________________________________________________
27777 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
27778         Log: Add LC_MESSAGES to the locale_h export tag (it already is
27779              in the Makefile.PL and thusly eligible for an XS constant)
27780              (see also maintperl #10543)
27781      Branch: perl
27782            ! ext/POSIX/POSIX.pm
27783 ____________________________________________________________________________
27784 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
27785         Log: Subject: Re: [patch] re_dup
27786              From: Abhijit Menon-Sen <ams@wiw.org>
27787              Date: Fri, 13 Jul 2001 21:41:09 +0530
27788              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
27789      Branch: perl
27790            ! sv.c
27791 ____________________________________________________________________________
27792 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
27793         Log: Subject: [patch] re_dup
27794              From: Doug MacEachern <dougm@covalent.net>
27795              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
27796              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
27797      Branch: perl
27798            ! sv.c
27799 ____________________________________________________________________________
27800 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
27801         Log: Update Changes.
27802      Branch: perl
27803            ! Changes patchlevel.h
27804 ____________________________________________________________________________
27805 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
27806         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
27807              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
27808              Date: Sat, 14 Jul 2001 00:06:30 +0900
27809              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
27810      Branch: perl
27811            + ext/Encode/Encode/7bit-greek.enc
27812            + ext/Encode/Encode/7bit-latin1.enc
27813            + ext/Encode/Encode/cns11643-1.enc
27814            + ext/Encode/Encode/cns11643-2.enc
27815            + ext/Encode/Encode/iso2022-cn.enc
27816            + ext/Encode/Encode/iso2022-jp1.enc
27817            + ext/Encode/Encode/iso2022-jp2.enc
27818            ! MANIFEST ext/Encode/Encode/Tcl.pm
27819            ! ext/Encode/Encode/iso2022-kr.enc
27820 ____________________________________________________________________________
27821 [ 11357] By: nick                                  on 2001/07/13  14:24:06
27822         Log: Blind integrate mainline (as of 5.7.2?)
27823      Branch: perlio
27824           !> AUTHORS Changes Porting/config.sh Porting/config_H
27825           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
27826           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
27827           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
27828           !> win32/makefile.mk
27829 ____________________________________________________________________________
27830 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
27831         Log: Snip away the devel patchlevel.
27832      Branch: perl
27833            ! patchlevel.h
27834 ____________________________________________________________________________
27835 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
27836         Log: Bump the version to 5.7.2.
27837      Branch: perl
27838            ! Porting/config.sh Porting/config_H patchlevel.h
27839            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
27840            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27841            ! win32/makefile.mk
27842 ____________________________________________________________________________
27843 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
27844         Log: Update Changes.
27845      Branch: perl
27846            ! Changes
27847 ____________________________________________________________________________
27848 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
27849         Log: Reword.
27850      Branch: perl
27851            ! AUTHORS
27852 ____________________________________________________________________________
27853 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
27854         Log: AUTHORS update.
27855      Branch: perl
27856            ! AUTHORS
27857 ____________________________________________________________________________
27858 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
27859         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
27860              unless ithreads.
27861      Branch: perl
27862            ! makedef.pl
27863 ____________________________________________________________________________
27864 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
27865         Log: Integrate perlio.
27866      Branch: perl
27867           !> win32/distclean.bat
27868 ____________________________________________________________________________
27869 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
27870         Log: Test the encoding transform only iff we have PerlIO,
27871              noticed by H. Merijn Brand.
27872      Branch: perl
27873            ! ext/PerlIO/t/encoding.t
27874 ____________________________________________________________________________
27875 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
27876         Log: README.netware tweaks from Ananth Kesari.
27877      Branch: perl
27878            ! README.netware
27879 ____________________________________________________________________________
27880 [ 11346] By: nick                                  on 2001/07/13  09:18:51
27881         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
27882              to avoid /unicode vs /Unicode issues.
27883      Branch: perlio
27884            ! win32/distclean.bat
27885 ____________________________________________________________________________
27886 [ 11345] By: nick                                  on 2001/07/13  06:24:18
27887         Log: Integrate mainline
27888      Branch: perlio
27889           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
27890            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
27891           !> (integrate 63 files)
27892 ____________________________________________________________________________
27893 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
27894         Log: Add d_bincompat5005 information to perl -V.
27895      Branch: perl
27896            ! myconfig.SH
27897 ____________________________________________________________________________
27898 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
27899         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
27900              From: Abhijit Menon-Sen <ams@wiw.org>
27901              Date: Fri, 13 Jul 2001 07:12:36 +0530
27902              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
27903      Branch: perl
27904            ! sv.c
27905 ____________________________________________________________________________
27906 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
27907         Log: Remove unicode::distinct, as per Inaba Hiroto.
27908      Branch: perl
27909            - lib/unicode/distinct.pm
27910            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
27911            ! t/lib/1_compile.t
27912 ____________________________________________________________________________
27913 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
27914         Log: Paging for Dr Octothorpe.
27915      Branch: perl
27916            ! pod/perlfaq4.pod
27917 ____________________________________________________________________________
27918 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
27919         Log: cut-n-paste error noticed by mjd.
27920      Branch: perl
27921            ! pod/perlfaq4.pod
27922 ____________________________________________________________________________
27923 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
27924         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
27925              From: Peter Prymmer <pvhp@forte.com>
27926              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
27927              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
27928      Branch: perl
27929            ! pod/perlfaq4.pod
27930 ____________________________________________________________________________
27931 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
27932         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
27933              From: Randall Gellens <randy@qualcomm.com>
27934              Date: Thu, 12 Jul 2001 16:56:23 -0700
27935              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
27936      Branch: perl
27937            ! Porting/repository.pod
27938 ____________________________________________________________________________
27939 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
27940         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
27941      Branch: perl
27942            ! thread.h
27943 ____________________________________________________________________________
27944 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
27945         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
27946              From: coral <coral@moonlight.crystalflame.net>
27947              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
27948              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
27949      Branch: perl
27950            ! thread.h
27951 ____________________________________________________________________________
27952 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
27953         Log: Metaconfig unit change for #11134.
27954      Branch: metaconfig
27955            + U/threads/d_pthread_atfork.U
27956 ____________________________________________________________________________
27957 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
27958         Log: Add HAS_PTHREAD_ATFORK.
27959      Branch: perl
27960            ! Configure NetWare/config.wc NetWare/config_H.wc
27961            ! Porting/Glossary Porting/config.sh Porting/config_H
27962            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
27963            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
27964            ! vos/config.ga.def vos/config.ga.h win32/config.bc
27965            ! win32/config.gc win32/config.vc win32/config_H.bc
27966            ! win32/config_H.gc win32/config_H.vc
27967 ____________________________________________________________________________
27968 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
27969         Log: Subject: [PATCH] File::Copy fails on tied handles
27970              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
27971              Date: Thu, 12 Jul 2001 15:18:51 -0700
27972              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
27973      Branch: perl
27974            ! lib/File/Copy.pm
27975 ____________________________________________________________________________
27976 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
27977         Log: Subject: [PATCH] Langinfo.t
27978              From: Nicholas Clark <nick@ccl4.org>
27979              Date: Thu, 12 Jul 2001 23:55:38 +0100
27980              Message-ID: <20010712235538.M5827@plum.flirble.org>
27981      Branch: perl
27982            ! ext/I18N/Langinfo/Langinfo.t
27983 ____________________________________________________________________________
27984 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
27985         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
27986              From: Peter Prymmer <pvhp@forte.com>
27987              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
27988              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
27989      Branch: perl
27990            ! pod/perl572delta.pod
27991 ____________________________________________________________________________
27992 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
27993         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
27994              From: Abhijit Menon-Sen <ams@wiw.org>
27995              Date: Fri, 13 Jul 2001 05:21:16 +0530
27996              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
27997      Branch: perl
27998            ! sv.c
27999 ____________________________________________________________________________
28000 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
28001         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
28002              From: Abhijit Menon-Sen <ams@wiw.org>
28003              Date: Fri, 13 Jul 2001 03:04:25 +0530
28004              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
28005      Branch: perl
28006            ! av.c
28007 ____________________________________________________________________________
28008 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
28009         Log: s/^M$//g
28010      Branch: perl
28011            ! win32/Makefile win32/makefile.mk
28012 ____________________________________________________________________________
28013 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
28014         Log: Update Changes.
28015      Branch: perl
28016            ! Changes patchlevel.h
28017 ____________________________________________________________________________
28018 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
28019         Log: Typo spotted by Philip Newton.
28020      Branch: perl
28021            ! pod/perl572delta.pod
28022 ____________________________________________________________________________
28023 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
28024         Log: Subject: [PATCH] fixes perl_clone of perl_clone
28025              From: Artur Bergman <artur@contiller.se>
28026              Date: Thu, 12 Jul 2001 20:57:09 +0200
28027              Message-ID: <B773BFA4.236B%artur@contiller.se>
28028      Branch: perl
28029            ! sv.c
28030 ____________________________________________________________________________
28031 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
28032         Log: Add README.uts from Hal Morris.
28033      Branch: perl
28034            + README.uts
28035            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
28036            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
28037 ____________________________________________________________________________
28038 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
28039         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
28040              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28041              Date: Thu, 12 Jul 2001 20:32:37 +0200
28042              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
28043      Branch: perl
28044            ! hints/aix.sh
28045 ____________________________________________________________________________
28046 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
28047         Log: Subject: Patch: document reg_data.what member
28048              From: Mark-Jason Dominus <mjd@plover.com>
28049              Message-ID: <20010712182532.14821.qmail@plover.com>
28050              Date: Thu, 12 Jul 2001 14:25:32 -0400
28051      Branch: perl
28052            ! regcomp.c regcomp.h
28053 ____________________________________________________________________________
28054 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
28055         Log: Subject: [PATCH] Perl_re_dup()
28056              From: Abhijit Menon-Sen <ams@wiw.org>
28057              Date: Thu, 12 Jul 2001 23:54:32 +0530
28058              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
28059      Branch: perl
28060            ! embed.h embed.pl perlapi.c proto.h sv.c
28061 ____________________________________________________________________________
28062 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
28063         Log: Regen Configure, modlib, toc.
28064      Branch: perl
28065            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28066            ! pod/perlmodlib.pod pod/perltoc.pod
28067 ____________________________________________________________________________
28068 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
28069         Log: The problem seems to be in PerlIO::Layer::->find() not
28070              accepting the ":encoding(blurflur)" arguments.
28071      Branch: perl
28072            ! lib/PerlIO.pm lib/open.pm
28073 ____________________________________________________________________________
28074 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
28075         Log: AIX doc update.
28076      Branch: perl
28077            ! README.aix pod/perl572delta.pod
28078 ____________________________________________________________________________
28079 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
28080         Log: Subject: AIX README update
28081              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28082              Date: Thu, 12 Jul 2001 19:28:30 +0200
28083              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
28084      Branch: perl
28085            ! README.aix
28086 ____________________________________________________________________________
28087 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
28088         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
28089              From: Norton Allen <allen@huarp.harvard.edu>
28090              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
28091              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
28092      Branch: perl
28093            ! ext/IO/lib/IO/t/io_unix.t
28094 ____________________________________________________________________________
28095 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
28096         Log: Subject: [PATCH README.qnx hints/qnx.sh]
28097              From: Norton Allen <allen@huarp.harvard.edu>
28098              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
28099              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
28100      Branch: perl
28101            ! README.qnx hints/qnx.sh
28102 ____________________________________________________________________________
28103 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
28104         Log: Subject: [patch] faster PM_GETRE
28105              From: Doug MacEachern <dougm@covalent.net>
28106              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
28107              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
28108      Branch: perl
28109            ! op.h
28110 ____________________________________________________________________________
28111 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
28112         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
28113              From: Doug MacEachern <dougm@covalent.net>
28114              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
28115              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
28116      Branch: perl
28117            ! op.c
28118 ____________________________________________________________________________
28119 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
28120         Log: Tell where the nice Estonian database is.
28121      Branch: perl
28122            ! lib/open.pm
28123 ____________________________________________________________________________
28124 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
28125         Log: Retract #11309 since #11310 is a better fix.
28126      Branch: perl
28127            ! t/lib/1_compile.t
28128 ____________________________________________________________________________
28129 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
28130         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
28131              change#11300 needs to return the status of failed win32_spawnvp())
28132              
28133              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
28134              splitting correctly; remove unused variables; 'require' at run time
28135              rather than 'use' at compile time for I18N::Langinfo, since it
28136              isn't everyware
28137      Branch: perl
28138            ! lib/open.pm win32/win32.c
28139 ____________________________________________________________________________
28140 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
28141         Log: Temporary workaround.
28142      Branch: perl
28143            ! t/lib/1_compile.t
28144 ____________________________________________________________________________
28145 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
28146         Log: UCD typo in #11306 and add also more known-to-be-tested
28147              modules to the skip list.
28148      Branch: perl
28149            ! t/lib/1_compile.t
28150 ____________________________________________________________________________
28151 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
28152         Log: Rename Unicode::UCD to UnicodeCD to avoid
28153              messups with case-insensitive filesystems.
28154      Branch: perl
28155            + lib/UnicodeCD.pm lib/UnicodeCD.t
28156            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
28157            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
28158 ____________________________________________________________________________
28159 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
28160         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
28161              From: daniel@biz.bitpusher.com
28162              Date: Wed, 11 Jul 2001 23:25:47 -0700
28163              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
28164      Branch: perl
28165            ! lib/Tie/Array.pm t/op/splice.t
28166 ____________________________________________________________________________
28167 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
28168         Log: Subject: [PATCH] More accurate line numbers in messages
28169              From: Paul Johnson <paul@pjcj.net>
28170              Date: Thu, 12 Jul 2001 04:14:11 +0200
28171              Message-ID: <20010712041411.A3467@pjcj.net>
28172              
28173              (With prototyping and multiplicity tweaks.)
28174      Branch: perl
28175            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
28176 ____________________________________________________________________________
28177 [ 11304] By: nick                                  on 2001/07/12  12:53:40
28178         Log: Integrate mainline
28179      Branch: perlio
28180           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
28181           !> regexec.c thread.h
28182 ____________________________________________________________________________
28183 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
28184         Log: Cut-and-pasto in #11298.
28185      Branch: perl
28186            ! ext/ByteLoader/bytecode.h
28187 ____________________________________________________________________________
28188 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
28189         Log: Update the AIX known problems section.
28190      Branch: perl
28191            ! pod/perl572delta.pod
28192 ____________________________________________________________________________
28193 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
28194         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
28195              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28196              Date: Thu, 12 Jul 2001 12:16:16 +0200
28197              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
28198      Branch: perl
28199            ! hints/aix.sh
28200 ____________________________________________________________________________
28201 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
28202         Log: Integrate perlio.
28203      Branch: perl
28204           !> makedef.pl win32/win32.c
28205 ____________________________________________________________________________
28206 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
28207         Log: Subject: [PATCH] fix for PMOP threadness failures
28208              From: Artur Bergman <artur@contiller.se>
28209              Date: Thu, 12 Jul 2001 09:48:06 +0200
28210              Message-ID: <B77322D6.22DD%artur@contiller.se>
28211      Branch: perl
28212            ! regexec.c
28213 ____________________________________________________________________________
28214 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
28215         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
28216              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
28217              Date: Thu, 12 Jul 2001 09:09:48 +0200
28218              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
28219              
28220              More parentheses to keep bcc happy.
28221      Branch: perl
28222            ! ext/ByteLoader/bytecode.h
28223 ____________________________________________________________________________
28224 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
28225         Log: Subject: Re: [patch] pthread_atfork bandaid
28226              From: Doug MacEachern <dougm@covalent.net>
28227              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
28228              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
28229      Branch: perl
28230            ! thread.h
28231 ____________________________________________________________________________
28232 [ 11296] By: nick                                  on 2001/07/12  11:55:48
28233         Log: Exclude reentrant_buffer from .def file
28234      Branch: perlio
28235            ! makedef.pl
28236 ____________________________________________________________________________
28237 [ 11295] By: nick                                  on 2001/07/12  11:11:44
28238         Log: Honour void-ness of my_exit()
28239      Branch: perlio
28240            ! win32/win32.c
28241 ____________________________________________________________________________
28242 [ 11294] By: nick                                  on 2001/07/12  07:51:04
28243         Log: Integrate mainline
28244      Branch: perlio
28245           +> uts/sprintf_wrap.c
28246           !> (integrate 35 files)
28247 ____________________________________________________________________________
28248 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
28249         Log: Retract #11289.
28250      Branch: perl
28251            ! embed.h embed.pl perl.c proto.h thread.h
28252 ____________________________________________________________________________
28253 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
28254         Log: Now the :locale pseudolayer *almost* works...
28255      Branch: perl
28256            ! lib/open.pm
28257 ____________________________________________________________________________
28258 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
28259         Log: Locale encoding tweaks.
28260      Branch: perl
28261            ! lib/open.pm
28262 ____________________________________________________________________________
28263 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
28264         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
28265              From: Mark-Jason Dominus <mjd@plover.com>
28266              Date: Thu, 12 Jul 2001 00:59:31 -0400
28267              Message-ID: <20010712045931.8543.qmail@plover.com>
28268              
28269              Remove the chmod/umask leading zero warning.
28270      Branch: perl
28271            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
28272            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
28273 ____________________________________________________________________________
28274 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
28275         Log: (Retracted by #11289.)
28276      Branch: perl
28277            ! embed.h embed.pl perl.c proto.h thread.h
28278 ____________________________________________________________________________
28279 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
28280         Log: Needed by #11283.
28281      Branch: perl
28282            ! intrpvar.h
28283 ____________________________________________________________________________
28284 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
28285         Log: Metaconfig unit change for #11286.
28286      Branch: metaconfig/U/perl
28287            ! patchlevel.U
28288 ____________________________________________________________________________
28289 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
28290         Log: Subject: Re: [PATCH Configure] perl -V broken
28291              From: Andy Dougherty <doughera@lafayette.edu>
28292              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
28293              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
28294      Branch: perl
28295            ! Configure myconfig.SH
28296 ____________________________________________________________________________
28297 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
28298         Log: Retract #11166 (and #11237).
28299      Branch: perl
28300            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
28301            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
28302            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
28303 ____________________________________________________________________________
28304 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
28305         Log: UTS tweaks for Hal Morris.
28306      Branch: perl
28307            + uts/sprintf_wrap.c
28308            ! MANIFEST hints/uts.sh perl.h
28309 ____________________________________________________________________________
28310 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
28311         Log: Subject: [PATCH] Use reentrant API glibc
28312              From: Artur Bergman <artur@contiller.se>
28313              Date: Thu, 12 Jul 2001 00:58:21 +0200
28314              Message-ID: <B772A6AD.2288%artur@contiller.se>
28315      Branch: perl
28316            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
28317            ! sv.c
28318 ____________________________________________________________________________
28319 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
28320         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
28321              From: barries <barries@slaysys.com>
28322              Date: Wed, 11 Jul 2001 15:11:46 -0400
28323              Message-ID: <20010711151146.G24560@jester.slaysys.com>
28324      Branch: perl
28325            ! pp_sys.c t/lib/warnings/doio win32/win32.c
28326 ____________________________________________________________________________
28327 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
28328         Log: Subject: [patch] pthread_atfork bandaid
28329              From: Doug MacEachern <dougm@covalent.net>
28330              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
28331              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
28332      Branch: perl
28333            ! miniperlmain.c perl.c
28334 ____________________________________________________________________________
28335 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
28336         Log: Subject: [patch] perl_clone leaks
28337              From: Doug MacEachern <dougm@covalent.net>
28338              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
28339              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
28340      Branch: perl
28341            ! sv.c
28342 ____________________________________________________________________________
28343 [ 11279] By: nick                                  on 2001/07/11  15:49:38
28344         Log: Integrate mainline
28345      Branch: perlio
28346           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
28347           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
28348           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
28349           +> lib/Term/ANSIColor/README
28350           !> (integrate 54 files)
28351 ____________________________________________________________________________
28352 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
28353         Log: Update Changes.
28354      Branch: perl
28355            ! Changes patchlevel.h
28356 ____________________________________________________________________________
28357 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
28358         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
28359              From: Peter Prymmer <pvhp@forte.com>
28360              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
28361              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
28362              
28363              Backport of embed.pl to 5.003.
28364      Branch: perl
28365            ! embed.pl
28366 ____________________________________________________________________________
28367 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
28368         Log: Subject: Re: POSIX test #14 on UTS 
28369              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
28370              Date: Wed, 11 Jul 2001 03:02:14 +0100
28371              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
28372      Branch: perl
28373            ! ext/POSIX/POSIX.t
28374 ____________________________________________________________________________
28375 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
28376         Log: Make the I32 an IV to preserve structure alignment and size.
28377      Branch: perl
28378            ! op.h
28379 ____________________________________________________________________________
28380 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
28381         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
28382              From: "Artur Bergman" <artur@contiller.se>
28383              Date: Wed, 11 Jul 2001 14:23:37 +0200
28384              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
28385              
28386              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
28387      Branch: perl
28388            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
28389            ! pod/perlapi.pod sv.c
28390 ____________________________________________________________________________
28391 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
28392         Log: Tweak until Pod::Parser gets updated.
28393      Branch: perl
28394            ! t/pod/special_seqs.xr
28395 ____________________________________________________________________________
28396 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
28397         Log: File::Spec usage tweak.
28398      Branch: perl
28399            ! lib/ExtUtils.t
28400 ____________________________________________________________________________
28401 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
28402         Log: Integrate #11263 from macperl; macos and macosx updates.
28403      Branch: perl
28404           !> pod/perlport.pod
28405 ____________________________________________________________________________
28406 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
28407         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
28408              From: Peter Prymmer <pvhp@forte.com>
28409              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
28410              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
28411      Branch: perl
28412            + ext/Time/HiRes/hints/dynixptx.pl
28413            ! MANIFEST hints/dynixptx.sh
28414 ____________________________________________________________________________
28415 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
28416         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
28417              From: Nicholas Clark <nick@ccl4.org>
28418              Date: Tue, 10 Jul 2001 23:17:43 +0100
28419              Message-ID: <20010710231742.B59620@plum.flirble.org>
28420      Branch: perl
28421            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
28422 ____________________________________________________________________________
28423 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
28424         Log: Subject: [DOC PATCH] Pluggable runops
28425              From: Paul Johnson <paul@pjcj.net>
28426              Date: Tue, 10 Jul 2001 21:53:28 +0200
28427              Message-ID: <20010710215328.B26577@pjcj.net>
28428      Branch: perl
28429            ! pod/perlguts.pod
28430 ____________________________________________________________________________
28431 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
28432         Log: Subject: [PATCH] Authors
28433              From: Artur Bergman <artur@contiller.se>
28434              Date: Tue, 10 Jul 2001 20:39:12 +0200
28435              Message-ID: <B771186F.21CD%artur@contiller.se>
28436      Branch: perl
28437            ! AUTHORS
28438 ____________________________________________________________________________
28439 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
28440         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
28441              From: Doug MacEachern <dougm@covalent.net>
28442              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
28443              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
28444      Branch: perl
28445            ! pp_ctl.c
28446 ____________________________________________________________________________
28447 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
28448         Log: Subject: doc patch; times() in scalar context
28449              From: mjd@plover.com
28450              Date: 10 Jul 2001 18:01:17 -0000
28451              Message-ID: <20010710180117.12477.qmail@plover.com>
28452      Branch: perl
28453            ! pod/perlfunc.pod
28454 ____________________________________________________________________________
28455 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
28456         Log: Subject: [PATCH] Small fix to pp_gmtime
28457              From: Artur Bergman <artur@contiller.se>
28458              Date: Tue, 10 Jul 2001 19:54:52 +0200
28459              Message-ID: <B7710E0B.21C5%artur@contiller.se>
28460      Branch: perl
28461            ! pp_sys.c
28462 ____________________________________________________________________________
28463 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
28464         Log: Integrate changes from mainline perl, add notes about
28465              Mac OS X and Mac OS.
28466      Branch: maint-5.6/macperl
28467            ! pod/perlport.pod
28468 ____________________________________________________________________________
28469 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
28470         Log: A proof of the dangers of package; ?
28471      Branch: perl
28472            ! t/lib/warnings/op
28473 ____________________________________________________________________________
28474 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
28475         Log: Regen toc and modlib.
28476      Branch: perl
28477            ! pod/perlmodlib.pod pod/perltoc.pod
28478 ____________________________________________________________________________
28479 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
28480         Log: Add compexcl(), casefold(), and casespec() interfaces;
28481              and make all interfaces to return hash references instead
28482              of hashes. 
28483      Branch: perl
28484            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
28485 ____________________________________________________________________________
28486 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
28487         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
28488              From: "Philip Newton" <Philip.Newton@gmx.net>
28489              Date: Tue, 10 Jul 2001 09:55:59 +0200
28490              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
28491              
28492              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
28493              From: "Philip Newton" <Philip.Newton@gmx.net>
28494              Date: Tue, 10 Jul 2001 09:56:37 +0200
28495              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
28496      Branch: perl
28497            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
28498            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
28499 ____________________________________________________________________________
28500 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
28501         Log: Subject: [patch] undef &xsub for 1,2
28502              From: Doug MacEachern <dougm@covalent.net>
28503              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
28504              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
28505              
28506              (This version of the patch with a comment from Gisle.)
28507      Branch: perl
28508            ! op.c
28509 ____________________________________________________________________________
28510 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
28511         Log: Mention package; deprecation and the Win32 problems.
28512      Branch: perl
28513            ! pod/perl572delta.pod
28514 ____________________________________________________________________________
28515 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
28516         Log: Subject: [PATCH] deprecate package with no arguments
28517              From: Robin Houston <robin@kitsite.com>
28518              Date: Tue, 10 Jul 2001 13:33:40 +0100
28519              Message-ID: <20010710133340.A13452@robin.kitsite.com>
28520      Branch: perl
28521            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
28522 ____________________________________________________________________________
28523 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
28524         Log: Upgrade to podlators 1.10.
28525      Branch: perl
28526            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
28527            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
28528            ! pod/pod2man.PL pod/pod2text.PL
28529 ____________________________________________________________________________
28530 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
28531         Log: Upgrade to Term::ANSIColor 1.04.
28532      Branch: perl
28533            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
28534            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
28535 ____________________________________________________________________________
28536 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
28537         Log: Integrate perlio (the right fix for the ":layer(args)")
28538      Branch: perl
28539           !> perlio.c
28540 ____________________________________________________________________________
28541 [ 11252] By: nick                                  on 2001/07/10  06:58:14
28542         Log: Fix open(...,"...:layer(xxx)",...)
28543              - use memEQ not strEQ as there is '(' not '\0'
28544      Branch: perlio
28545            ! perlio.c
28546 ____________________________________________________________________________
28547 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
28548         Log: Telling the number of tests helps.
28549      Branch: perl
28550            ! ext/PerlIO/t/encoding.t
28551 ____________________________________________________________________________
28552 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
28553         Log: Require I18N::Langinfo, not use.
28554      Branch: perl
28555            ! lib/open.pm
28556 ____________________________________________________________________________
28557 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
28558         Log: Add a test for for PerlIO ":encoding(...)" layer.
28559      Branch: perl
28560            + ext/PerlIO/t/encoding.t
28561            ! MANIFEST ext/Encode/Encode.pm
28562 ____________________________________________________________________________
28563 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
28564         Log: PerlIO ":encoding(foobar)" temporary fix.
28565              Not really correct, I think, since the change means
28566              that prefixes match.
28567      Branch: perl
28568            ! perlio.c
28569 ____________________________________________________________________________
28570 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
28571         Log: Update to Math::BigInt 1.36.  The biggest news is
28572              the separation of the backend; now the pure Perl
28573              implementation is in Math::BigInt::Calc, but one
28574              can plugin, say, Math::BigInt::BitVect, and get
28575              considerable speedup.
28576      Branch: perl
28577            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
28578            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
28579            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
28580            ! lib/Math/BigInt/t/mbimbf.t
28581 ____________________________________________________________________________
28582 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
28583         Log: Subject: Re: compatibility question
28584              From: Peter Prymmer <pvhp@forte.com>
28585              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
28586              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
28587      Branch: perl
28588            ! lib/ExtUtils/MM_VMS.pm
28589 ____________________________________________________________________________
28590 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
28591         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
28592              From: Norton Allen <allen@huarp.harvard.edu>
28593              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
28594              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
28595      Branch: perl
28596            ! ext/File/Glob/t/basic.t
28597 ____________________________________________________________________________
28598 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
28599         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
28600              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
28601              Date: Tue, 10 Jul 2001 00:29:55 +0900
28602              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
28603      Branch: perl
28604            + ext/Encode/Encode/HZ.enc
28605            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
28606            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
28607            ! ext/Encode/Encode/iso2022-jp.enc
28608            ! ext/Encode/Encode/iso2022-kr.enc
28609 ____________________________________________________________________________
28610 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
28611         Log: Add in all them there macos/ files.
28612      Branch: maint-5.6/macperl
28613            + (add 577 files)
28614 ____________________________________________________________________________
28615 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
28616         Log: Add the new modules to the list of having those own tests.
28617      Branch: perl
28618            ! t/lib/1_compile.t
28619 ____________________________________________________________________________
28620 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
28621         Log: Add INOUT to control both ways at the same time.
28622      Branch: perl
28623            ! lib/open.pm
28624 ____________________________________________________________________________
28625 [ 11240] By: nick                                  on 2001/07/09  16:33:50
28626         Log: Integrate mainline
28627      Branch: perlio
28628           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
28629           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
28630           !> (integrate 41 files)
28631 ____________________________________________________________________________
28632 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
28633         Log: More encoding mapping magic.
28634      Branch: perl
28635            ! lib/open.pm
28636 ____________________________________________________________________________
28637 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
28638         Log: Update Changes.
28639      Branch: perl
28640            ! Changes patchlevel.h
28641 ____________________________________________________________________________
28642 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
28643         Log: (Retracted by #11285).
28644              
28645              Subject: [PATCH] OPpCONST_OCTAL fixes
28646              From: Abhijit Menon-Sen <ams@wiw.org>
28647              Date: Mon, 9 Jul 2001 07:38:45 +0530
28648              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
28649      Branch: perl
28650            ! op.c
28651 ____________________________________________________________________________
28652 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
28653         Log: Add a pseudolayer ":locale" to the open pragma which
28654              will get the encoding from the locale.  Yet undocumented
28655              because I can't get the PerlIO :encoding(foobar) to work.
28656      Branch: perl
28657            ! ext/Encode/Encode.pm lib/open.pm
28658 ____________________________________________________________________________
28659 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
28660         Log: Add more encoding mappings.
28661      Branch: perl
28662            ! ext/Encode/Encode.pm
28663 ____________________________________________________________________________
28664 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
28665         Log: Document that using :encoding layer requires using Encode.
28666      Branch: perl
28667            ! ext/Encode/Encode.pm lib/PerlIO.pm
28668 ____________________________________________________________________________
28669 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
28670         Log: Netware tweak from Ananth Kesari.
28671      Branch: perl
28672            ! NetWare/netware.h
28673 ____________________________________________________________________________
28674 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
28675         Log: t/harness doesn't know about run/*.t
28676      Branch: perl
28677            ! t/harness
28678 ____________________________________________________________________________
28679 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
28680         Log: run/exit.t busted on windows
28681      Branch: perl
28682            ! t/run/exit.t
28683 ____________________________________________________________________________
28684 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
28685         Log: fix a couple of UCD.t tests that fail due to bad case
28686      Branch: perl
28687            ! lib/Unicode/UCD.t
28688 ____________________________________________________________________________
28689 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
28690         Log: test skip logic was broken
28691      Branch: perl
28692            ! ext/I18N/Langinfo/Langinfo.t
28693 ____________________________________________________________________________
28694 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
28695         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
28696              failure of ExtUtils.t#27 when built in debug mode)
28697      Branch: perl
28698            ! lib/ExtUtils/MM_Win32.pm
28699 ____________________________________________________________________________
28700 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
28701         Log: I18N::Langinfo is not available on windows
28702      Branch: perl
28703            ! win32/FindExt.pm
28704 ____________________________________________________________________________
28705 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
28706         Log: save a dTHX
28707      Branch: perl
28708            ! ext/POSIX/POSIX.xs
28709 ____________________________________________________________________________
28710 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
28711         Log: Update Changes.
28712      Branch: perl
28713            ! Changes patchlevel.h
28714 ____________________________________________________________________________
28715 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
28716         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
28717              as pointed out by Sarathy.
28718      Branch: perl
28719            ! ext/I18N/Langinfo/Langinfo.xs
28720 ____________________________________________________________________________
28721 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
28722         Log: Retract #11212.
28723      Branch: perl
28724            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
28725 ____________________________________________________________________________
28726 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
28727         Log: Bump up the VERSION of Cwd.xs.
28728      Branch: perl
28729            ! ext/Cwd/Makefile.PL
28730 ____________________________________________________________________________
28731 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
28732         Log: Retract #11220, the problem wasn't the missing leading zero.
28733              Here's the problem:
28734              $ ./perl -we 'chmod(oct("755"), ".")'
28735              Non-octal literal mode (493) specified at -e line 1.
28736              (Did you mean 0493 instead?)
28737      Branch: perl
28738            ! lib/ExtUtils/MM_Unix.pm
28739 ____________________________________________________________________________
28740 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
28741         Log: (Retracted by #11221)
28742              Change the PERM_RW and PERM_RWX to 0644 and 0755
28743              (add the leading zero).
28744      Branch: perl
28745            ! lib/ExtUtils/MM_Unix.pm
28746 ____________________________________________________________________________
28747 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
28748         Log: Integrate changes #11193, 11205, 11209 from macperl.
28749              
28750              Fix up AutoLoader to fudge for Mac paths in import().
28751              
28752              Allow symbols in try_symbol() to begin with "_".
28753              
28754              Small portability fix for Mac OS.
28755      Branch: perl
28756           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
28757 ____________________________________________________________________________
28758 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
28759         Log: Metaconfig unit change for #11217.
28760      Branch: metaconfig/U/perl
28761            ! Extensions.U
28762 ____________________________________________________________________________
28763 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
28764         Log: Detypo, problem noticed by Gerrit P. Haase.
28765      Branch: perl
28766            ! Configure config_h.SH
28767 ____________________________________________________________________________
28768 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
28769         Log: Cwd cleanups.
28770      Branch: perl
28771            ! ext/Cwd/Cwd.xs
28772 ____________________________________________________________________________
28773 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
28774         Log: Slight tweaks on #11213.
28775      Branch: perl
28776            ! toke.c
28777 ____________________________________________________________________________
28778 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
28779         Log: A missing dTHX noticed by Gerrit P. Haase.
28780      Branch: perl
28781            ! ext/POSIX/POSIX.xs
28782 ____________________________________________________________________________
28783 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
28784         Log: Subject: [PATCH toke.c] Simplify yytoke()
28785              From: Simon Cozens <simon@netthink.co.uk>
28786              Date: Sun, 8 Jul 2001 13:24:34 +0100
28787              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
28788              
28789              Split out pending_ident().
28790      Branch: perl
28791            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
28792 ____________________________________________________________________________
28793 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
28794         Log: (Retracted by #11223.)
28795              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
28796              Date: Wed, 05 Nov 1997 17:22:34 -0600
28797              From: Graham Barr <gbarr@ti.com>
28798              Message-Id: <3460FFBA.6DA51F46@ti.com>
28799      Branch: perl
28800            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
28801 ____________________________________________________________________________
28802 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
28803         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
28804      Branch: perl
28805            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
28806            ! pod/perllocale.pod
28807 ____________________________________________________________________________
28808 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
28809         Log: Really do the test under the C locale.
28810      Branch: perl
28811            ! ext/I18N/Langinfo/Langinfo.t
28812 ____________________________________________________________________________
28813 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
28814         Log: Small portability fix for Mac OS.
28815      Branch: maint-5.6/macperl
28816            ! lib/Cwd.pm
28817 ____________________________________________________________________________
28818 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
28819         Log: Metaconfig unit change for #11207.
28820      Branch: metaconfig/U/perl
28821            ! Extensions.U
28822 ____________________________________________________________________________
28823 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
28824         Log: Add I18N::Langinfo, which is basically a wrapper around
28825              nl_langinfo(), which is an additional way to query locale
28826              specific information.
28827      Branch: perl
28828            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
28829            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
28830            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
28831 ____________________________________________________________________________
28832 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
28833         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
28834              used in File::Find tests; replace with if.t.
28835      Branch: maint-5.6/macperl
28836            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
28837            ! t/pragma/warn/op
28838 ____________________________________________________________________________
28839 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
28840         Log: Allow symbols in try_symbol() to begin with "_".
28841      Branch: maint-5.6/macperl
28842            ! makedef.pl
28843 ____________________________________________________________________________
28844 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
28845         Log: Sync up the File::Find changes from the rewrite by
28846              Thomas Wegner, et al.
28847      Branch: maint-5.6/macperl
28848            + t/lib/filefind-taint.t
28849            ! lib/File/Find.pm t/lib/filefind.t
28850 ____________________________________________________________________________
28851 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
28852         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
28853              From: Thomas Wegner <wegner_thomas@yahoo.com>
28854              Date: Thu, 5 Jul 2001 20:31:25 +0200
28855              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
28856      Branch: maint-5.6/macperl
28857            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
28858 ____________________________________________________________________________
28859 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
28860         Log: Some more test portability fixes.
28861      Branch: maint-5.6/macperl
28862            ! t/lib/filecopy.t t/pragma/warn/pp_sys
28863 ____________________________________________________________________________
28864 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
28865         Log: The #11200 removed wrong (non-existent) target.  Duh.
28866      Branch: perl
28867            ! Makefile.SH
28868 ____________________________________________________________________________
28869 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
28870         Log: Zap the lib/re.pm before creating it.
28871      Branch: perl
28872            ! Makefile.SH
28873 ____________________________________________________________________________
28874 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
28875         Log: Another test.  Please ignore.
28876      Branch: maint-5.6/macperl
28877            ! README.macos
28878 ____________________________________________________________________________
28879 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
28880         Log: Portability fixes for a lot of tests, especially IO-related
28881              tests, and warnings, and the harness script.
28882      Branch: maint-5.6/macperl
28883            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
28884            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
28885            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
28886            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
28887            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
28888            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
28889            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
28890            ! t/pragma/warnings.t
28891 ____________________________________________________________________________
28892 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
28893         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
28894              From: Nicholas Clark <nick@ccl4.org>
28895              Date: Sat, 7 Jul 2001 21:00:17 +0100
28896              Message-ID: <20010707210017.H59620@plum.flirble.org>
28897      Branch: perl
28898            ! lib/h2xs.t
28899 ____________________________________________________________________________
28900 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
28901         Log: The UNICOS/mk SysV IPC problem has been fixed.
28902      Branch: perl
28903            ! pod/perl572delta.pod
28904 ____________________________________________________________________________
28905 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
28906         Log: Slight update tweaks on perlunicode.pod.
28907      Branch: perl
28908            ! pod/perlunicode.pod
28909 ____________________________________________________________________________
28910 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
28911         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
28912              From: Mark-Jason Dominus <mjd@plover.com>
28913              Date: Sat, 07 Jul 2001 13:04:04 -0400
28914              Message-ID: <20010707170404.32694.qmail@plover.com>
28915      Branch: perl
28916            ! ext/DB_File/DB_File.pm
28917 ____________________________________________________________________________
28918 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
28919         Log: Fix up AutoLoader to fudge for Mac paths in import().
28920      Branch: maint-5.6/macperl
28921            ! lib/AutoLoader.pm
28922 ____________________________________________________________________________
28923 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
28924         Log: Try to force the lib/re.pm to be there before entering
28925              the extensions builds, should help for parallel makes.
28926      Branch: perl
28927            ! Makefile.SH
28928 ____________________________________________________________________________
28929 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
28930         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
28931              From: Norton Allen <allen@huarp.harvard.edu>
28932              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
28933              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
28934      Branch: perl
28935            ! ext/POSIX/POSIX.xs
28936 ____________________________________________________________________________
28937 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
28938         Log: Subject: [PATCH] Re: op/arith.t
28939              From: Nicholas Clark <nick@ccl4.org>
28940              Date: Sat, 7 Jul 2001 13:04:54 +0100
28941              Message-ID: <20010707130454.D59620@plum.flirble.org>
28942      Branch: perl
28943            ! numeric.c toke.c
28944 ____________________________________________________________________________
28945 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
28946         Log: Subject: [PATCH] h2xs
28947              From: Nicholas Clark <nick@ccl4.org>
28948              Date: Fri, 6 Jul 2001 23:25:14 +0100
28949              Message-ID: <20010706232514.X59620@plum.flirble.org>
28950      Branch: perl
28951            ! utils/h2xs.PL
28952 ____________________________________________________________________________
28953 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
28954         Log: Subject: Re: bleedperl perl_alloc..free leakage
28955              From: Radu Greab <radu@netsoft.ro>
28956              Date: Fri, 6 Jul 2001 19:48:54 +0300
28957              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
28958              
28959              Leak-be-gone.
28960      Branch: perl
28961            ! op.c
28962 ____________________________________________________________________________
28963 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
28964         Log: Test again.  Please ignore.
28965      Branch: maint-5.6/macperl
28966            ! README.macos
28967 ____________________________________________________________________________
28968 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
28969         Log: Test.  Please ignore.
28970      Branch: maint-5.6/macperl
28971            ! README.macos
28972 ____________________________________________________________________________
28973 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
28974         Log: Include changes already sent in separately as patches,
28975              before branch was created.
28976      Branch: maint-5.6/macperl
28977            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
28978            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
28979            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
28980            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
28981            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
28982            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
28983            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
28984            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
28985            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
28986            ! t/pragma/strict.t
28987 ____________________________________________________________________________
28988 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
28989         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
28990              From: Norton Allen <allen@huarp.harvard.edu>
28991              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
28992              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
28993      Branch: perl
28994            ! utf8.h
28995 ____________________________________________________________________________
28996 [ 11183] By: nick                                  on 2001/07/06  16:27:40
28997         Log: Integrate mainline
28998      Branch: perlio
28999           +> (branch 42 files)
29000            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
29001            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
29002            - win32/bin/mdelete.bat
29003           !> (integrate 215 files)
29004 ____________________________________________________________________________
29005 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
29006         Log: The #11166 needed also these updated.
29007      Branch: perl
29008            ! lib/warnings.pm warnings.h
29009 ____________________________________________________________________________
29010 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
29011         Log: Update Changes.
29012      Branch: perl
29013            ! Changes patchlevel.h
29014 ____________________________________________________________________________
29015 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
29016         Log: Regen toc.
29017      Branch: perl
29018            ! pod/perltoc.pod
29019 ____________________________________________________________________________
29020 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
29021         Log: Nit from Abhijit.
29022      Branch: perl
29023            ! lib/CPAN.pm
29024 ____________________________________________________________________________
29025 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
29026         Log: Retract #11172.
29027      Branch: perl
29028            ! t/op/method.t
29029 ____________________________________________________________________________
29030 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
29031         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
29032              From: Norton Allen <allen@huarp.harvard.edu>
29033              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
29034              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
29035      Branch: perl
29036            ! lib/Cwd.pm
29037 ____________________________________________________________________________
29038 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
29039         Log: (Accidentally empty check-in.)
29040      Branch: perl
29041            ! utf8.h
29042 ____________________________________________________________________________
29043 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
29044         Log: Retract #11165 since Sarathy pointed out it'll not
29045              work properly under threads, the problem should be
29046              solved using "the savestack, either via SSNEW() or
29047              using a newSVpv()+SAVEFREESV() combo."
29048      Branch: perl
29049            ! ext/POSIX/POSIX.xs
29050 ____________________________________________________________________________
29051 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
29052         Log: Retract #11125 since NI-S pointed out it'll not work in
29053              cases where the extension has their own handcrafted INC
29054              et alia.
29055      Branch: perl
29056            ! lib/ExtUtils/MM_Unix.pm
29057 ____________________________________________________________________________
29058 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
29059         Log: Subject: RE: [PATCH] -I and MakeMaker again
29060              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
29061              Date: Fri, 6 Jul 2001 09:18:29 +0200
29062              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
29063      Branch: perl
29064            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
29065            ! lib/ExtUtils/MM_Win32.pm
29066 ____________________________________________________________________________
29067 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
29068         Log: (Retracted by #11178)
29069              Subject: [PATCH t/op/method.t] SUPER:: strangeness
29070              From: Piers Cawley <pdcawley@iterative-software.com>
29071              Date: 06 Jul 2001 10:49:01 +0100
29072              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
29073      Branch: perl
29074            ! t/op/method.t
29075 ____________________________________________________________________________
29076 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
29077         Log: VOS README update from Paul Green.
29078      Branch: perl
29079            ! README.vos
29080 ____________________________________________________________________________
29081 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
29082         Log: Subject: [PATCH README.qnx hints/qnx.sh]
29083              From: Norton Allen <allen@huarp.harvard.edu>
29084              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
29085              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
29086      Branch: perl
29087            ! README.qnx hints/qnx.sh
29088 ____________________________________________________________________________
29089 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
29090         Log: Subject: [PATCH] Doc patch for Tie::Hash
29091              From: Artur Bergman <artur@contiller.se>
29092              Date: Thu, 05 Jul 2001 22:51:18 +0200
29093              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
29094      Branch: perl
29095            ! lib/Tie/Hash.pm
29096 ____________________________________________________________________________
29097 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
29098         Log: Subject: [PATCH] perlfaq4.pod
29099              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
29100              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
29101              Date: Thu, 5 Jul 2001 18:44:10 +0100 
29102      Branch: perl
29103            ! pod/perlfaq4.pod
29104 ____________________________________________________________________________
29105 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
29106         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
29107              From: Robin Houston <robin@kitsite.com>
29108              Date: Thu, 5 Jul 2001 18:33:21 +0100
29109              Message-ID: <20010705183321.A27345@robin.kitsite.com>
29110      Branch: perl
29111            ! ext/B/B/Deparse.pm
29112 ____________________________________________________________________________
29113 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
29114         Log: (Retracted by #11285.)
29115              
29116              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
29117              From: Abhijit Menon-Sen <ams@wiw.org>
29118              Date: Fri, 6 Jul 2001 01:26:32 +0530
29119              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
29120      Branch: perl
29121            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
29122            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
29123            ! warnings.pl
29124 ____________________________________________________________________________
29125 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
29126         Log: (Retracted by #11175)
29127              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
29128              From: Norton Allen <allen@huarp.harvard.edu>
29129              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
29130              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
29131      Branch: perl
29132            ! ext/POSIX/POSIX.xs
29133 ____________________________________________________________________________
29134 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
29135         Log: Unterminated C< (noticed by Richard Hatch), and few other
29136              small Unicode doc tweaks.
29137      Branch: perl
29138            ! pod/perlretut.pod
29139 ____________________________________________________________________________
29140 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
29141         Log: More flexible argument understanding; add charblocks() and
29142              charscripts(); make charblock() and charscript() two-way;
29143              add charinrange(); separate the $Unicode::UCD::VERSION and
29144              the version of the Unicode by adding UnicodeVersion().
29145      Branch: perl
29146            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
29147 ____________________________________________________________________________
29148 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
29149         Log: Update Unicode::UCD on \p{In...}.
29150      Branch: perl
29151            ! lib/Unicode/UCD.pm
29152 ____________________________________________________________________________
29153 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
29154         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
29155              From: Norton Allen <allen@huarp.harvard.edu>
29156              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
29157              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
29158      Branch: perl
29159            ! lib/ExtUtils/MM_Unix.pm
29160 ____________________________________________________________________________
29161 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
29162         Log: POSIX-BC tweaks from Thomas Dorner.
29163      Branch: perl
29164            ! hints/posix-bc.sh perlio.h
29165 ____________________________________________________________________________
29166 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
29167         Log: Module updates for the delta.
29168      Branch: perl
29169            ! pod/perl572delta.pod
29170 ____________________________________________________________________________
29171 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
29172         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
29173              From: Norton Allen <allen@huarp.harvard.edu>
29174              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
29175              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
29176      Branch: perl
29177            ! ext/IO/lib/IO/t/io_sock.t
29178 ____________________________________________________________________________
29179 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
29180         Log: Subject: [PATCH perldiag.pod] Quick fixes
29181              From: Simon Cozens <simon@netthink.co.uk>
29182              Date: Wed, 4 Jul 2001 20:22:12 +0100
29183              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
29184      Branch: perl
29185            ! pod/perldiag.pod
29186 ____________________________________________________________________________
29187 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
29188         Log: (retracted by #13533)
29189              
29190              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
29191              From: Radu Greab <radu@netsoft.ro>
29192              Date: Wed, 4 Jul 2001 22:13:31 +0300
29193              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
29194      Branch: perl
29195            ! op.c sv.c t/op/pos.t
29196 ____________________________________________________________________________
29197 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
29198         Log: Subject: [PATCH] -I and MakeMaker again
29199              From: Michael G Schwern <schwern@pobox.com>
29200              Date: Wed, 4 Jul 2001 15:03:07 -0400
29201              Message-ID: <20010704150307.I20340@blackrider>
29202              
29203              (and retract #11145)
29204      Branch: perl
29205            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
29206            ! lib/ExtUtils/MakeMaker.pm
29207 ____________________________________________________________________________
29208 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
29209         Log: Subject: Re: PERFORCE change 11142 for review
29210              From: "Philip Newton" <Philip.Newton@gmx.net>
29211              Date: Wed, 4 Jul 2001 20:46:26 +0200
29212              Message-Id: <200107041841.VAA25380@taas.iki.fi>
29213      Branch: perl
29214            ! lib/ExtUtils/MakeMaker.pm
29215 ____________________________________________________________________________
29216 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
29217         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
29218              From: Jonathan Stowe <gellyfish@gellyfish.com>
29219              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
29220              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
29221      Branch: perl
29222            ! utils/pl2pm.PL
29223 ____________________________________________________________________________
29224 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
29225         Log: fix the binary compatibility issue when building with/without
29226              usemymalloc by exporting Perl_malloc() et al as simple wrappers
29227              around the system functions (this allows most extensions built
29228              using one mode to coexist with perls built in the other mode)
29229              
29230              XXX the Perl_mfree() wrapper might need to do return(free()) on
29231              platforms where Free_t isn't "void"
29232      Branch: perl
29233            ! embed.h embed.pl makedef.pl proto.h util.c
29234 ____________________________________________________________________________
29235 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
29236         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
29237              since it doesn't ensure threads other than the one calling fork()
29238              aren't holding any locks; the fix is to use pthread_atfork() to
29239              hold global locks
29240              
29241              building perl with -Dusemymalloc exacerbates the problem since
29242              Perl_malloc() holds a mutex, and perl's exec() calls New()
29243              
29244              XXX the code in win32thread.h may be needed on platforms that have
29245              no pthread_atfork()
29246      Branch: perl
29247            ! perl.c thread.h win32/win32thread.h
29248 ____________________________________________________________________________
29249 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
29250         Log: Integrate #11009 from maintperl.
29251      Branch: maint-5.6/macperl
29252           !> lib/ExtUtils/Manifest.pm
29253 ____________________________________________________________________________
29254 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
29255         Log: Flexing my Perforce muscles.
29256      Branch: maint-5.6/macperl
29257            ! README.macos
29258 ____________________________________________________________________________
29259 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
29260         Log: Update Changes.
29261      Branch: perl
29262            ! Changes patchlevel.h
29263 ____________________________________________________________________________
29264 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
29265         Log: Metaconfig unit change for #11146.
29266      Branch: metaconfig/U/perl
29267            ! d_fcntl_can_lock.U
29268 ____________________________________________________________________________
29269 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
29270         Log: Somehow the #ifdefs of the added code (in #11093) made
29271              HP-UX to fail the fcntl locking test, without the ifdefs
29272              the test seems to be working again.  Reason unknown:
29273              HP-UX cc doesn't complain either way.
29274      Branch: perl
29275            ! Configure
29276 ____________________________________________________________________________
29277 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
29278         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
29279      Branch: perl
29280            ! lib/ExtUtils/MM_Unix.pm
29281 ____________________________________________________________________________
29282 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
29283         Log: gcc -Wall nit.
29284      Branch: perl
29285            ! pp_hot.c
29286 ____________________________________________________________________________
29287 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
29288         Log: When removing tests updating the test count is a good idea, too.
29289      Branch: perl
29290            ! lib/Net/t/require.t
29291 ____________________________________________________________________________
29292 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
29293         Log: Document #11134 and add the new symbols to the list of
29294              of MakeMaker known ones.
29295      Branch: perl
29296            ! lib/ExtUtils/MakeMaker.pm
29297 ____________________________________________________________________________
29298 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
29299         Log: Microperl update.
29300      Branch: perl
29301            ! uconfig.h
29302 ____________________________________________________________________________
29303 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
29304         Log: Update the libnet tests as per #11138.
29305      Branch: perl
29306            - lib/Net/t/ph.t
29307            ! MANIFEST lib/Net/t/require.t
29308 ____________________________________________________________________________
29309 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
29310         Log: Regen toc and modlib.
29311      Branch: perl
29312            ! pod/perlmodlib.pod pod/perltoc.pod
29313 ____________________________________________________________________________
29314 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
29315         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
29316              Graham's request.
29317      Branch: perl
29318            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
29319            ! MANIFEST
29320 ____________________________________________________________________________
29321 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
29322         Log: Add the OS/390 harness results to the delta.
29323      Branch: perl
29324            ! pod/perl572delta.pod
29325 ____________________________________________________________________________
29326 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
29327         Log: Avoid the two study tests in OS/390 until the bug has been solved.
29328      Branch: perl
29329            ! t/op/study.t
29330 ____________________________________________________________________________
29331 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
29332         Log: DOS/DJGPP tweaks from Laszlo Molnar.
29333      Branch: perl
29334            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
29335 ____________________________________________________________________________
29336 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
29337         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
29338              From: Michael G Schwern <schwern@pobox.com>
29339              Date: Wed, 4 Jul 2001 00:01:16 -0400
29340              Message-ID: <20010704000116.C591@blackrider>
29341      Branch: perl
29342            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
29343 ____________________________________________________________________________
29344 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
29345         Log: The #11132 missed singleton characters (not part
29346              of a unilo..unihi range) in Unicode scripts.
29347      Branch: perl
29348            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
29349            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
29350            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
29351            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
29352            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
29353            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
29354            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
29355            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
29356            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
29357            ! lib/unicode/mktables.PL t/op/pat.t
29358 ____________________________________________________________________________
29359 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
29360         Log: Support preferentially the Unicode 'scripts' definition
29361              in the \p{In...} notation since according to Unicode the
29362              scripts concept is more natural for matching than using
29363              the somewhat artificial block names.  The block names are
29364              still available, though, and if there's a name conflict,
29365              the scripts one wins and the blocks one has to do with
29366              'Block' appended to its name.  For more information see
29367              
29368              http://www.unicode.org/unicode/reports/tr24/
29369      Branch: perl
29370            + lib/unicode/In/100.pl lib/unicode/In/101.pl
29371            + lib/unicode/In/102.pl lib/unicode/In/103.pl
29372            + lib/unicode/In/104.pl lib/unicode/In/105.pl
29373            + lib/unicode/In/106.pl lib/unicode/In/107.pl
29374            + lib/unicode/In/108.pl lib/unicode/In/109.pl
29375            + lib/unicode/In/110.pl lib/unicode/In/111.pl
29376            + lib/unicode/In/112.pl lib/unicode/In/113.pl
29377            + lib/unicode/In/114.pl lib/unicode/In/115.pl
29378            + lib/unicode/In/116.pl lib/unicode/In/117.pl
29379            + lib/unicode/In/118.pl lib/unicode/In/119.pl
29380            + lib/unicode/In/120.pl lib/unicode/In/121.pl
29381            + lib/unicode/In/122.pl lib/unicode/In/123.pl
29382            + lib/unicode/In/124.pl lib/unicode/In/125.pl
29383            + lib/unicode/In/126.pl lib/unicode/In/127.pl
29384            + lib/unicode/In/128.pl lib/unicode/In/129.pl
29385            + lib/unicode/In/130.pl lib/unicode/In/131.pl
29386            + lib/unicode/In/132.pl lib/unicode/In/133.pl
29387            + lib/unicode/In/134.pl lib/unicode/In/135.pl
29388            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
29389            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
29390            ! (edit 106 files)
29391 ____________________________________________________________________________
29392 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
29393         Log: Better document the difference between a block and a script.
29394      Branch: perl
29395            ! lib/Unicode/UCD.pm
29396 ____________________________________________________________________________
29397 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
29398         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
29399              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
29400              Date: Tue, 3 Jul 2001 15:04:23 -0500
29401              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
29402      Branch: perl
29403            ! lib/CPAN.pm
29404 ____________________________________________________________________________
29405 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
29406         Log: Add tests for charscript().
29407      Branch: perl
29408            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
29409 ____________________________________________________________________________
29410 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
29411         Log: Add charscript() to get the UTR#24 script names of characters.
29412      Branch: perl
29413            ! lib/Unicode/UCD.pm
29414 ____________________________________________________________________________
29415 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
29416         Log: Todo updates.
29417      Branch: perl
29418            ! pod/perltodo.pod
29419 ____________________________________________________________________________
29420 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
29421         Log: Unicode::UCD updates.
29422      Branch: perl
29423            ! lib/Unicode/UCD.pm
29424 ____________________________________________________________________________
29425 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
29426         Log: (Retracted by #11174)
29427              Subject: MakeMaker should pass through DEFINE and INC to subdirs
29428              From: Alan Burlison <Alan.Burlison@sun.com>
29429              Date: Tue, 03 Jul 2001 15:20:13 +0100
29430              Message-ID: <3B41D49D.A923D4F9@sun.com>
29431      Branch: perl
29432            ! lib/ExtUtils/MM_Unix.pm
29433 ____________________________________________________________________________
29434 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
29435         Log: Subject: Patch needed for UTS
29436              From: hom00@utsglobal.com (Hal Morris)
29437              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
29438              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
29439              
29440              Replace #11113 with a better version.
29441      Branch: perl
29442            ! perl.h
29443 ____________________________________________________________________________
29444 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
29445         Log: Subject: Re: POINTERRIGOR
29446              From: Andy Dougherty <doughera@lafayette.edu>
29447              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
29448              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
29449      Branch: perl
29450            ! util.c
29451 ____________________________________________________________________________
29452 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
29453         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
29454              From: "Philip Newton" <pnewton@gmx.de>
29455              Date: Tue, 3 Jul 2001 17:03:34 +0200
29456              Message-ID: <3B41FAE6.29564.660E117@localhost>
29457      Branch: perl
29458            ! pp_hot.c
29459 ____________________________________________________________________________
29460 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
29461         Log: Typos.
29462      Branch: perl
29463            ! INSTALL
29464 ____________________________________________________________________________
29465 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
29466         Log: Subject: [PATCH 5.6.1] debugger fixes
29467              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29468              Date: Tue, 3 Jul 2001 03:38:18 -0400
29469              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
29470              
29471              The $^S is working again.
29472      Branch: perl
29473            ! lib/perl5db.pl
29474 ____________________________________________________________________________
29475 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
29476         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
29477              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29478              Date: Tue, 3 Jul 2001 03:34:06 -0400
29479              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
29480      Branch: perl
29481            ! os2/OS2/Process/Process.pm
29482 ____________________________________________________________________________
29483 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
29484         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
29485              From: "Philip Newton" <Philip.Newton@gmx.net>
29486              Date: Tue, 3 Jul 2001 09:11:27 +0200
29487              Message-Id: <200107030706.KAA04596@taas.iki.fi>
29488      Branch: perl
29489            ! lib/FindBin.pm
29490 ____________________________________________________________________________
29491 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
29492         Log: Delta delta.
29493      Branch: perl
29494            ! pod/perl572delta.pod
29495 ____________________________________________________________________________
29496 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
29497         Log: Metaconfig unit change for 11115.
29498      Branch: metaconfig
29499            ! U/modified/libc.U
29500 ____________________________________________________________________________
29501 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
29502         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
29503              (from Richard Hatch) (this was the cause of pipes() and
29504              times() mysteriously not being found)
29505      Branch: perl
29506            ! Configure
29507 ____________________________________________________________________________
29508 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
29509         Log: Retract #10142, the real culprit found by Richard Hatch,
29510              coming soon to Configure near you.
29511      Branch: perl
29512            ! hints/aix.sh
29513 ____________________________________________________________________________
29514 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
29515         Log: (Replaced by #11124) UTS workaround from Hal Morris.
29516      Branch: perl
29517            ! perl.h
29518 ____________________________________________________________________________
29519 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
29520         Log: Subject: [PATCH] grok not grocking correctly
29521              From: Nicholas Clark <nick@ccl4.org>
29522              Date: Tue, 3 Jul 2001 00:19:08 +0100
29523              Message-ID: <20010703001908.H59620@plum.flirble.org>
29524      Branch: perl
29525            ! numeric.c
29526 ____________________________________________________________________________
29527 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
29528         Log: Subject: [PATCH Deparse.t] test just-posted patches
29529              From: Robin Houston <robin@kitsite.com>
29530              Date: Mon, 2 Jul 2001 23:46:15 +0100
29531              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
29532      Branch: perl
29533            ! ext/B/Deparse.t
29534 ____________________________________________________________________________
29535 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
29536         Log: Subject: [PATCH toke.c] autosplit into @F
29537              From: Robin Houston <robin@kitsite.com>
29538              Date: Mon, 2 Jul 2001 23:18:20 +0100
29539              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
29540      Branch: perl
29541            ! perl.c toke.c
29542 ____________________________________________________________________________
29543 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
29544         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
29545              From: Robin Houston <robin@kitsite.com>
29546              Date: Mon, 2 Jul 2001 23:00:48 +0100
29547              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
29548      Branch: perl
29549            ! ext/B/B/Deparse.pm
29550 ____________________________________________________________________________
29551 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
29552         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
29553              From: "Philip Newton" <Philip.Newton@gmx.net>
29554              Date: Mon, 2 Jul 2001 22:06:22 +0200
29555              (no Message-Id)
29556      Branch: perl
29557            ! ext/NDBM_File/hints/linux.pl
29558 ____________________________________________________________________________
29559 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
29560         Log: Subject: Re: Fixed pack problem - sort of
29561              From: Nicholas Clark <nick@ccl4.org>
29562              Date: Mon, 2 Jul 2001 20:59:20 +0100
29563              Message-ID: <20010702205919.F59620@plum.flirble.org>
29564      Branch: perl
29565            ! pp_pack.c t/op/pack.t
29566 ____________________________________________________________________________
29567 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
29568         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
29569              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29570              Date: Mon, 2 Jul 2001 15:45:41 -0400
29571              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
29572      Branch: perl
29573            ! os2/os2.c
29574 ____________________________________________________________________________
29575 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
29576         Log: (Mistaken retraction)
29577      Branch: perl
29578            ! utils/pl2pm.PL
29579 ____________________________________________________________________________
29580 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
29581         Log: Detypo in #11103.
29582      Branch: perl
29583            ! utils/pl2pm.PL
29584 ____________________________________________________________________________
29585 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
29586         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
29587              From: Jonathan Stowe <gellyfish@gellyfish.com>
29588              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
29589              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
29590      Branch: perl
29591            ! utils/pl2pm.PL
29592 ____________________________________________________________________________
29593 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
29594         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
29595              From: "Craig A. Berry" <craigberry@mac.com>
29596              Date: Mon, 02 Jul 2001 14:11:23 -0500
29597              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
29598      Branch: perl
29599            ! lib/Unicode/UCD.pm
29600 ____________________________________________________________________________
29601 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
29602         Log: Subject: [PATCH] Re: op/numconvert.t failures
29603              From: Nicholas Clark <nick@ccl4.org>
29604              Date: Mon, 2 Jul 2001 20:10:48 +0100
29605              Message-ID: <20010702201048.E59620@plum.flirble.org>
29606      Branch: perl
29607            ! t/op/numconvert.t
29608 ____________________________________________________________________________
29609 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
29610         Log: Update Changes.
29611      Branch: perl
29612            ! Changes patchlevel.h
29613 ____________________________________________________________________________
29614 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
29615         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
29616              The real fix must be more involved.  The line of code all the leaky
29617              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
29618              line of Perl_newPMOP().
29619      Branch: perl
29620            ! op.h
29621 ____________________________________________________________________________
29622 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
29623         Log: Based on
29624              
29625              Subject: Re: sizeof(struct sembuf)
29626              From: Nicholas Clark <nick@ccl4.org>
29627              Date: Sun, 1 Jul 2001 22:26:48 +0100
29628              Message-ID: <20010701222648.W59620@plum.flirble.org>
29629              
29630              but do semop() always the slow way.
29631      Branch: perl
29632            ! doio.c
29633 ____________________________________________________________________________
29634 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
29635         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
29636              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
29637              Date: Tue, 03 Jul 2001 00:56:30 +0900
29638              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
29639      Branch: perl
29640            ! ext/Encode/Encode/Tcl.t
29641 ____________________________________________________________________________
29642 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
29643         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
29644              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
29645              Date: Tue, 03 Jul 2001 00:55:46 +0900
29646              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
29647      Branch: perl
29648            ! ext/Encode/Encode/Tcl.pm
29649 ____________________________________________________________________________
29650 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
29651         Log: Regen api and toc.
29652      Branch: perl
29653            ! pod/perlapi.pod pod/perltoc.pod
29654 ____________________________________________________________________________
29655 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
29656         Log: Metaconfig unit change for #11093.
29657      Branch: metaconfig/U/perl
29658            ! d_fcntl_can_lock.U
29659 ____________________________________________________________________________
29660 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
29661         Log: The fcntl locking test may hang if NFS locking messed up;
29662              break out with alarm(10).
29663      Branch: perl
29664            ! Configure
29665 ____________________________________________________________________________
29666 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
29667         Log: Move the mdelete.bat from win32/bin to win32.
29668      Branch: perl
29669            ! MANIFEST
29670 ____________________________________________________________________________
29671 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
29672         Log: Typo in #11083.
29673      Branch: perl
29674            ! ext/Time/Piece/Piece.t
29675 ____________________________________________________________________________
29676 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
29677         Log: Netware tweaks from Guruprasad.
29678      Branch: perl
29679            - NetWare/perlsdio.h
29680            ! MANIFEST NetWare/Makefile NetWare/interface.c
29681            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
29682            ! perlsdio.h
29683 ____________________________________________________________________________
29684 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
29685         Log: Subject: Re: [PATH] shared -> unique;
29686              From: Abhijit Menon-Sen <ams@wiw.org>
29687              Date: Wed, 27 Jun 2001 03:51:27 +0530
29688              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
29689      Branch: perl
29690            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
29691 ____________________________________________________________________________
29692 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
29693         Log: Subject: Re: AIX / gcc-3.0
29694              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29695              Date: Mon, 02 Jul 2001 15:20:21 +0200
29696              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
29697      Branch: perl
29698            ! hints/aix.sh
29699 ____________________________________________________________________________
29700 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
29701         Log: Subject: Re: Bug report: split splits on wrong pattern
29702              From: Abhijit Menon-Sen <ams@wiw.org>
29703              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
29704              Date: Mon, 2 Jul 2001 16:31:33 +0530
29705      Branch: perl
29706            ! pp_ctl.c
29707 ____________________________________________________________________________
29708 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
29709         Log: Subject: [PATCH 5.6.1] test harness
29710              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29711              Date: Mon, 2 Jul 2001 06:29:21 -0400
29712              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
29713      Branch: perl
29714            ! lib/Test/Harness.pm
29715 ____________________________________________________________________________
29716 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
29717         Log: Subject: [PATCH 5.6.1] debugger goof
29718              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29719              Date: Mon, 2 Jul 2001 06:27:22 -0400
29720              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
29721      Branch: perl
29722            ! lib/perl5db.pl
29723 ____________________________________________________________________________
29724 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
29725         Log: Subject: [PATCH 5.6.1] OS/2 cwd
29726              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29727              Date: Mon, 2 Jul 2001 06:21:17 -0400
29728              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
29729      Branch: perl
29730            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
29731 ____________________________________________________________________________
29732 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
29733         Log: Make #11082 more OS/2-specific.
29734      Branch: perl
29735            ! ext/Time/Piece/Piece.t
29736 ____________________________________________________________________________
29737 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
29738         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
29739              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29740              Date: Mon, 2 Jul 2001 06:06:34 -0400
29741              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
29742      Branch: perl
29743            ! ext/Time/Piece/Piece.t
29744 ____________________________________________________________________________
29745 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
29746         Log: Subject: [PATCH B::Deparse] version number & changes
29747              From: Robin Houston <robin@kitsite.com>  
29748              Date: Sun, 1 Jul 2001 17:17:29 +0100
29749              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
29750      Branch: perl
29751            ! ext/B/B/Deparse.pm
29752 ____________________________________________________________________________
29753 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
29754         Log: Subject: a small fix.
29755              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
29756              Date: Mon, 2 Jul 2001 12:17:53 +0200
29757              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
29758      Branch: perl
29759            ! ext/Thread/Thread.xs
29760 ____________________________________________________________________________
29761 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
29762         Log: Subject: RE: perl@10907
29763              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
29764              Date: Mon, 2 Jul 2001 12:06:16 +0200
29765              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
29766              
29767              Borland C vs PerlIO.
29768      Branch: perl
29769            ! win32/config.bc win32/config_H.bc
29770 ____________________________________________________________________________
29771 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
29772         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
29773              From: "H.M. Brand" <merijn@l1.procura.nl>
29774              Date: Mon, 02 Jul 2001 11:18:57 +0200
29775              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
29776      Branch: perl
29777            ! t/op/write.t
29778 ____________________________________________________________________________
29779 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
29780         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
29781              From: Michael G Schwern <schwern@pobox.com>
29782              Date: Mon, 2 Jul 2001 00:26:24 -0400
29783              Message-ID: <20010702002624.A18302@blackrider>
29784      Branch: perl
29785            - ext/util/mkbootstrap
29786 ____________________________________________________________________________
29787 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
29788         Log: Subject: [PATCH op.h] v minor comment tweak
29789              From: Robin Houston <robin@puffinry.freeserve.co.uk>
29790              Date: Mon, 2 Jul 2001 00:42:01 +0100
29791              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
29792      Branch: perl
29793            ! op.h
29794 ____________________________________________________________________________
29795 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
29796         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
29797      Branch: perl
29798            ! pod/perlfunc.pod
29799 ____________________________________________________________________________
29800 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
29801         Log: Subject: Re: sizeof(struct sembuf)
29802              From: Nicholas Clark <nick@ccl4.org>
29803              Date: Sun, 1 Jul 2001 19:23:16 +0100
29804              Message-ID: <20010701192316.V59620@plum.flirble.org>
29805              
29806              s/signaling/signalling/
29807      Branch: perl
29808            ! pod/perlfunc.pod
29809 ____________________________________________________________________________
29810 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
29811         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
29812              From: "Philip Newton" <Philip.Newton@gmx.net>
29813              Date: Sun, 1 Jul 2001 09:37:56 +0200
29814              Message-Id: <200107010733.KAA03920@taas.iki.fi>
29815      Branch: perl
29816            ! pod/perlvar.pod
29817 ____________________________________________________________________________
29818 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
29819         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
29820              From: "Philip Newton" <Philip.Newton@gmx.net>
29821              Date: Sun, 1 Jul 2001 09:37:56 +0200
29822              Message-Id: <200107010733.KAA03925@taas.iki.fi>
29823      Branch: perl
29824            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
29825 ____________________________________________________________________________
29826 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
29827         Log: Metaconfig unit change for #11070.
29828      Branch: metaconfig
29829            ! U/compline/randfunc.U
29830 ____________________________________________________________________________
29831 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
29832         Log: Subject: [PATCH perlsnap] its --> it's --> its
29833              From: "Philip Newton" <Philip.Newton@gmx.net>
29834              Date: Sun, 1 Jul 2001 09:37:56 +0200
29835              Message-Id: <200107010733.KAA03914@taas.iki.fi>
29836      Branch: perl
29837            ! Porting/config_H
29838 ____________________________________________________________________________
29839 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
29840         Log: Sync with Sarathy; integrate with perlio.
29841      Branch: perl
29842           !> gv.c
29843 ____________________________________________________________________________
29844 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
29845         Log: regenerate win32/config_H.?c files
29846      Branch: perl
29847            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
29848 ____________________________________________________________________________
29849 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
29850         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
29851              naming discipline
29852              
29853              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
29854              because of this)
29855              
29856              fix a warning about "fd" being used without being set in Cwd.xs
29857      Branch: perl
29858            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
29859            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
29860            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
29861            ! win32/config.vc
29862 ____________________________________________________________________________
29863 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
29864         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
29865              within macro arguments") and warnings ("unary minus applied to
29866              unsigned type", among others)
29867      Branch: perl
29868            ! gv.c hv.c op.c pp.c sv.c toke.c
29869 ____________________________________________________________________________
29870 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
29871         Log: win32 fixes: more spurious CRs
29872      Branch: perl
29873            ! win32/mdelete.bat
29874 ____________________________________________________________________________
29875 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
29876         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
29877              from win32/bin (or it gets deleted by distclean); don't delete
29878              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
29879              NT (should be made Win9x specific, and added to makefile.mk)
29880      Branch: perl
29881           +> win32/mdelete.bat
29882            - win32/bin/mdelete.bat
29883            ! win32/Makefile win32/makefile.mk
29884 ____________________________________________________________________________
29885 [ 11063] By: nick                                  on 2001/07/01  18:54:09
29886         Log: Quick for for #ifdef mess
29887      Branch: perlio
29888            ! gv.c
29889 ____________________________________________________________________________
29890 [ 11062] By: nick                                  on 2001/07/01  18:47:42
29891         Log: Raw integrate - does not build #if mess in gv.c
29892      Branch: perlio
29893           !> (integrate 29 files)
29894 ____________________________________________________________________________
29895 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
29896         Log: Make 'compile' target a little less broken.
29897              Still very broken, though: -Wall warnings from
29898              the generated code, boot_Foo prototypes missing,
29899              can't autoload Fcntl::SEEK_CUR et alia, ...
29900      Branch: perl
29901            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
29902            ! utils/perlcc.PL x2p/Makefile.SH
29903 ____________________________________________________________________________
29904 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
29905         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
29906      Branch: perl
29907            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
29908            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
29909 ____________________________________________________________________________
29910 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
29911         Log: Update Changes.
29912      Branch: perl
29913            ! Changes patchlevel.h
29914 ____________________________________________________________________________
29915 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
29916         Log: Still one typo, regen toc.
29917      Branch: perl
29918            ! lib/Unicode/UCD.pm pod/perltoc.pod
29919 ____________________________________________________________________________
29920 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
29921         Log: Detypos and regen toc.
29922      Branch: perl
29923            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
29924 ____________________________________________________________________________
29925 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
29926         Log: VERSION tweak.
29927      Branch: perl
29928            ! ext/List/Util/lib/List/Util.pm
29929 ____________________________________________________________________________
29930 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
29931         Log: Attempt at plugging the leak under ithreads detected by Doug.
29932      Branch: perl
29933            ! op.h
29934 ____________________________________________________________________________
29935 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
29936         Log: gcc -Wall lint after #11051.
29937      Branch: perl
29938            ! pp_sys.c
29939 ____________________________________________________________________________
29940 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
29941         Log: Integrate perlio.
29942      Branch: perl
29943           !> lib/File/Find/taint.t
29944 ____________________________________________________________________________
29945 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
29946         Log: Don't use the v-strings for module VERSIONs.
29947      Branch: perl
29948            ! lib/Unicode/UCD.pm
29949 ____________________________________________________________________________
29950 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
29951         Log: Code cleanup based on turning off the -woffs in IRIX.
29952              Not all of the gripes cleaned up (hairy code in hv.c and
29953              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
29954              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
29955              to the IRIX hints)
29956      Branch: perl
29957            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
29958            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
29959            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
29960            ! regcomp.c sv.c
29961 ____________________________________________________________________________
29962 [ 11050] By: nick                                  on 2001/06/30  20:46:46
29963         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
29964      Branch: perlio
29965            ! lib/File/Find/taint.t
29966 ____________________________________________________________________________
29967 [ 11049] By: nick                                  on 2001/06/30  18:13:33
29968         Log: Integrate mainline
29969      Branch: perlio
29970           +> NetWare/nwstdio.h NetWare/perlsdio.h
29971           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
29972           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
29973           +> lib/Unicode/UCD.t t/run/exit.t
29974           !> (integrate 60 files)
29975 ____________________________________________________________________________
29976 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
29977         Log: Delta delta.
29978      Branch: perl
29979            ! pod/perl572delta.pod
29980 ____________________________________________________________________________
29981 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
29982         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
29983              by CPAN.pm, use rather _00.
29984      Branch: perl
29985            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
29986            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
29987            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
29988            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
29989            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
29990            ! lib/ExtUtils/Embed.pm lib/Test.pm
29991 ____________________________________________________________________________
29992 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
29993         Log: Add a simple Unicode character database interface, Unicode::UCD.
29994      Branch: perl
29995            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
29996            ! MANIFEST
29997 ____________________________________________________________________________
29998 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
29999         Log: Subject: [PATCH] op/numconver.t
30000              From: Nicholas Clark <nick@ccl4.org>
30001              Date: Sat, 30 Jun 2001 15:40:10 +0100
30002              Message-ID: <20010630154010.I59620@plum.flirble.org>
30003      Branch: perl
30004            ! t/op/numconvert.t
30005 ____________________________________________________________________________
30006 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
30007         Log: The $^N is now taken (by #11038).
30008      Branch: perl
30009            ! t/base/lex.t
30010 ____________________________________________________________________________
30011 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
30012         Log: The #11040 had slipped to a wrong function...
30013      Branch: perl
30014            ! sv.c
30015 ____________________________________________________________________________
30016 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
30017         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
30018              the Configure library symbol probe mysteriously finds all
30019              symbols but those of pipe() and times().
30020      Branch: perl
30021            ! hints/aix.sh
30022 ____________________________________________________________________________
30023 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
30024         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
30025              From: Nicholas Clark <nick@ccl4.org>
30026              Date: Fri, 29 Jun 2001 23:49:07 +0100
30027              Message-ID: <20010629234907.D59620@plum.flirble.org>
30028      Branch: perl
30029            ! lib/ExtUtils.t
30030 ____________________________________________________________________________
30031 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
30032         Log: Subject: [PATCH] weakref fix 2, not yet there
30033              From: Artur Bergman <artur@contiller.se>
30034              Date: Sat, 30 Jun 2001 01:18:16 +0200
30035              Message-ID: <B762D957.1CC9%artur@contiller.se>
30036      Branch: perl
30037            ! sv.c
30038 ____________________________________________________________________________
30039 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
30040         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
30041              From: Michael G Schwern <schwern@pobox.com>
30042              Date: Fri, 29 Jun 2001 19:39:11 -0400
30043              Message-ID: <20010629193910.D25304@blackrider>
30044      Branch: perl
30045            + t/run/exit.t
30046            ! MANIFEST
30047 ____________________________________________________________________________
30048 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
30049         Log: Add support for $^N, the most-recently closed group.
30050      Branch: perl
30051            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
30052            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
30053            ! thrdvar.h
30054 ____________________________________________________________________________
30055 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
30056         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
30057              From: lvirden@cas.org
30058              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
30059              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
30060              
30061              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
30062              From: lvirden@cas.org
30063              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
30064              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
30065      Branch: perl
30066            ! README.solaris
30067 ____________________________________________________________________________
30068 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
30069         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
30070              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
30071              Date: Sat, 30 Jun 2001 07:33:37 +0900
30072              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
30073              
30074              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
30075              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
30076              Date: Sat, 30 Jun 2001 21:38:14 +0900
30077              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
30078      Branch: perl
30079            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
30080            + ext/Encode/Encode/7bit-kr.enc
30081            ! MANIFEST ext/Encode/Encode/Tcl.pm
30082 ____________________________________________________________________________
30083 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
30084         Log: NetWare tweaks from Guruprasad.
30085      Branch: perl
30086            + NetWare/nwstdio.h NetWare/perlsdio.h
30087            ! MANIFEST NetWare/Makefile NetWare/config.wc
30088            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
30089            ! NetWare/t/Readme.txt
30090 ____________________________________________________________________________
30091 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
30092         Log: More module $VERSION bump-ups.
30093      Branch: perl
30094            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
30095            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
30096            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
30097 ____________________________________________________________________________
30098 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
30099         Log: Doc update due to #11032.
30100      Branch: perl
30101            ! pod/perl572delta.pod
30102 ____________________________________________________________________________
30103 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
30104         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
30105              From: Peter Prymmer <pvhp@forte.com>
30106              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
30107              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
30108      Branch: perl
30109            ! ext/Time/HiRes/HiRes.xs
30110 ____________________________________________________________________________
30111 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
30112         Log: -lpthreads missing in AIX.
30113      Branch: perl
30114            ! hints/aix.sh
30115 ____________________________________________________________________________
30116 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
30117         Log: Subject: [PATCH] CLONE && weakrefs
30118              From: Artur Bergman <artur@contiller.se>
30119              Date: Fri, 29 Jun 2001 17:02:00 +0200
30120              Message-ID: <B7626508.1CA0%artur@contiller.se>
30121      Branch: perl
30122            ! sv.c
30123 ____________________________________________________________________________
30124 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
30125         Log: Subject: Re: Bug report: split splits on wrong pattern
30126              From: Radu Greab <radu@netsoft.ro>
30127              Date: Wed, 27 Jun 2001 21:50:52 +0300
30128              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
30129      Branch: perl
30130            ! pp_ctl.c t/op/split.t
30131 ____________________________________________________________________________
30132 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
30133         Log: Metaconfig unit change for #11027.
30134      Branch: metaconfig/U/perl
30135            ! d_modfl.U
30136 ____________________________________________________________________________
30137 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
30138         Log: I thought this Configure glitch for AIX was just recently fixed?
30139      Branch: perl
30140            ! Configure
30141 ____________________________________________________________________________
30142 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
30143         Log: Update Changes.
30144      Branch: perl
30145            ! Changes patchlevel.h
30146 ____________________________________________________________________________
30147 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
30148         Log: Subject: Re: perl@10967, File::Find, and Cwd
30149              From: Mike Guy <mjtg@cam.ac.uk>
30150              Date: Fri, 29 Jun 2001 14:56:49 +0100
30151              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
30152      Branch: perl
30153            ! lib/File/Find/taint.t
30154 ____________________________________________________________________________
30155 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
30156         Log: Update the sv_pvprintify() spec.
30157      Branch: perl
30158            ! pod/perltodo.pod
30159 ____________________________________________________________________________
30160 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
30161         Log: Known test failures update.
30162      Branch: perl
30163            ! pod/perl572delta.pod
30164 ____________________________________________________________________________
30165 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
30166         Log: Based on
30167              
30168              Subject: [PATCH @11016] More );) fixes
30169              From: Richard Soderberg <rs@crystalflame.net>
30170              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
30171              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
30172      Branch: perl
30173            ! ext/Thread/Thread.xs ext/Thread/typemap
30174 ____________________________________________________________________________
30175 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
30176         Log: Subject: [PATCH @11016] Fixes compile errors in four files
30177              From: Richard Soderberg <rs@crystalflame.net>
30178              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
30179              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
30180      Branch: perl
30181            ! mg.c pp.c pp_hot.c util.c
30182 ____________________________________________________________________________
30183 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
30184         Log: AIX hints tweaking continues, from Merijn Brand.
30185      Branch: perl
30186            ! hints/aix.sh
30187 ____________________________________________________________________________
30188 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
30189         Log: HP-UX needs gccversion sooner, from Merijn Brand.
30190      Branch: perl
30191            ! hints/hpux.sh
30192 ____________________________________________________________________________
30193 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
30194         Log: Subject: [PATCH 5.6.1] OS/2 docs
30195              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30196              Date: Fri, 29 Jun 2001 02:34:12 -0400
30197              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
30198      Branch: perl
30199            ! README.os2 os2/Changes
30200 ____________________________________________________________________________
30201 [ 11017] By: nick                                  on 2001/06/29  10:20:30
30202         Log: Integrate mainline
30203      Branch: perlio
30204           +> (branch 37 files)
30205            - ext/ODBM_File/sdbm.t
30206           !> (integrate 211 files)
30207 ____________________________________________________________________________
30208 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
30209         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
30210              the modules found using a script written by Larry Schatzer Jr.
30211      Branch: perl
30212            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
30213            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
30214            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
30215            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
30216            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
30217            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
30218            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
30219            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
30220            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
30221            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
30222            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
30223            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
30224            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
30225            ! lib/constant.pm lib/fields.pm lib/strict.pm
30226 ____________________________________________________________________________
30227 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
30228         Log: The latest JPL from the anoncvs.
30229      Branch: perl
30230            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
30231 ____________________________________________________________________________
30232 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
30233         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
30234      Branch: perl
30235            ! t/op/pat.t
30236 ____________________________________________________________________________
30237 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
30238         Log: Worrying about insecure directories now is a bit too late.
30239      Branch: perl
30240            ! lib/File/Find/taint.t
30241 ____________________________________________________________________________
30242 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
30243         Log: Cannot DIE() in a void function,
30244              from Richard Hatch <rhatch@austin.ibm.com>.
30245      Branch: perl
30246            ! ext/IPC/SysV/SysV.xs
30247 ____________________________________________________________________________
30248 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
30249         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
30250              From: Peter Prymmer <pvhp@forte.com>
30251              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
30252              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
30253              
30254              (unfinished: time/hires tests 3, 5, 14 failing, but better
30255              than wholesale failure)
30256      Branch: perl
30257            ! ext/Time/HiRes/HiRes.xs
30258 ____________________________________________________________________________
30259 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
30260         Log: Subject: [PATCH 5.6.1] OS/2 improvements
30261              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30262              Date: Thu, 28 Jun 2001 16:03:14 -0400
30263              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
30264      Branch: perl
30265            + os2/os2_base.t
30266            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
30267            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
30268            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
30269            ! os2/os2ish.h
30270 ____________________________________________________________________________
30271 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
30272         Log: Subject: Incrementing Extutils::Manifest's $VERSION
30273              From: Michael G Schwern <schwern@pobox.com>
30274              Date: Thu, 28 Jun 2001 13:13:49 -0400
30275              Message-ID: <20010628131349.A14738@blackrider>
30276      Branch: maint-5.6/perl
30277            ! lib/ExtUtils/Manifest.pm
30278 ____________________________________________________________________________
30279 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
30280         Log: AIX tweak from Merijn Brand.
30281      Branch: perl
30282            ! hints/aix.sh
30283 ____________________________________________________________________________
30284 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
30285         Log: Create the macperl branch.
30286      Branch: maint-5.6/macperl
30287           +> (branch 1728 files)
30288 ____________________________________________________________________________
30289 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
30290         Log: Update Changes.
30291      Branch: perl
30292            ! Changes patchlevel.h
30293 ____________________________________________________________________________
30294 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
30295         Log: More Perforce lore.
30296      Branch: perl
30297            ! Porting/repository.pod
30298 ____________________________________________________________________________
30299 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
30300         Log: Metaconfig unit changes for #11003.
30301      Branch: metaconfig/U/perl
30302            + d_nl_langinfo.U i_langinfo.U
30303 ____________________________________________________________________________
30304 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
30305         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
30306              Expected not to exist in non-UNIX excepting in VMS, where
30307              according to a quick web survey they just might.
30308      Branch: perl
30309            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
30310            ! Porting/config_H config_h.SH configure.com epoc/config.sh
30311            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
30312            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
30313            ! win32/config.bc win32/config.gc win32/config.vc
30314 ____________________________________________________________________________
30315 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
30316         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
30317              in AIX is one is doing a 64-bit build.
30318      Branch: perl
30319            ! hints/aix.sh
30320 ____________________________________________________________________________
30321 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
30322         Log: Metaconfig unit changes for #11000.
30323      Branch: metaconfig/U/perl
30324            ! use64bits.U uselfs.U
30325 ____________________________________________________________________________
30326 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
30327         Log: Move use64bitint and use64bitall before uselargefiles.
30328      Branch: perl
30329            ! Configure
30330 ____________________________________________________________________________
30331 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
30332         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
30333              From: Robert Spier <rspier@pobox.com>
30334              Message-ID: <15162.41164.618712.841415@rls.cx>
30335              Date: Wed, 27 Jun 2001 23:13:16 -0400
30336      Branch: perl
30337            ! doio.c
30338 ____________________________________________________________________________
30339 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
30340         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
30341              From: Peter Prymmer <pvhp@forte.com>
30342              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
30343              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
30344      Branch: perl
30345            ! numeric.c
30346 ____________________________________________________________________________
30347 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
30348         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
30349              From: Peter Prymmer <pvhp@forte.com>
30350              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
30351              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
30352      Branch: perl
30353            ! configure.com ext/Digest/MD5/Makefile.PL
30354 ____________________________________________________________________________
30355 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
30356         Log: Update Changes.
30357      Branch: perl
30358            ! Changes patchlevel.h
30359 ____________________________________________________________________________
30360 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
30361         Log: Tiny EPOC updates.
30362      Branch: perl
30363            ! epoc/config.sh
30364 ____________________________________________________________________________
30365 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
30366         Log: The Test::More and Test::Simple tests required help
30367              thanks to our schizophrenic test scheme.
30368      Branch: perl
30369            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
30370            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
30371            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
30372            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
30373            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
30374 ____________________________________________________________________________
30375 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
30376         Log: Upgrade to Test::Simple 0.09.
30377      Branch: perl
30378            + lib/Test/Simple/Changes
30379            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
30380            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
30381            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
30382            ! lib/Test/Simple/t/plan_is_noplan.t
30383 ____________________________________________________________________________
30384 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
30385         Log: Upgrade to Test::More 0.07.
30386      Branch: perl
30387            + lib/Test/More/Changes
30388            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
30389            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
30390            ! lib/Test/More/t/skipall.t
30391 ____________________________________________________________________________
30392 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
30393         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
30394              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30395              Date: Wed, 27 Jun 2001 18:40:04 +0200
30396              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
30397      Branch: perl
30398            ! hints/hpux.sh
30399 ____________________________________________________________________________
30400 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
30401         Log: Subject: [PATCH README.qnx hints/qnx.sh]
30402              From: Norton Allen <allen@huarp.harvard.edu>
30403              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
30404              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
30405      Branch: perl
30406            ! README.qnx hints/qnx.sh
30407 ____________________________________________________________________________
30408 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
30409         Log: Subject: [PATCH] two little documentation nits
30410              From: Abhijit Menon-Sen <ams@wiw.org>
30411              Date: Wed, 27 Jun 2001 20:07:50 +0530
30412              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
30413      Branch: perl
30414            ! sv.c sv.h
30415 ____________________________________________________________________________
30416 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
30417         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
30418              From: Norton Allen <allen@huarp.harvard.edu>
30419              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
30420              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
30421      Branch: perl
30422            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
30423 ____________________________________________________________________________
30424 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
30425         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
30426              From: Michael G Schwern <schwern@pobox.com>
30427              Date: Wed, 27 Jun 2001 02:34:58 -0400
30428              Message-ID: <20010627023458.K23874@blackrider>
30429      Branch: perl
30430            ! vms/test.com
30431 ____________________________________________________________________________
30432 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
30433         Log: Add perl_clone_host() for Netware.
30434      Branch: perl
30435            ! NetWare/nw5.c
30436 ____________________________________________________________________________
30437 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
30438         Log: GCC 3.0 hints for HP-UX.
30439      Branch: perl
30440            ! hints/hpux.sh
30441 ____________________________________________________________________________
30442 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
30443         Log: In some Linux distributions the libndbm is broken
30444              (no null key support), therefore link with libgdbm
30445              (if available), since it has a working ndbm emulation,
30446              from Jonathan Stowe.
30447      Branch: perl
30448            + ext/NDBM_File/hints/linux.pl
30449            ! MANIFEST
30450 ____________________________________________________________________________
30451 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
30452         Log: Subject: [PATCH perl@10930] find.t hack for VMS
30453              From: "Craig A. Berry" <craigberry@mac.com>
30454              Date: Tue, 26 Jun 2001 23:40:25 -0500
30455              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
30456      Branch: perl
30457            ! lib/File/Find/find.t
30458 ____________________________________________________________________________
30459 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
30460         Log: AUTHORS updates.
30461      Branch: perl
30462            ! AUTHORS
30463 ____________________________________________________________________________
30464 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
30465         Log: Metaconfig unit change like #10980.
30466      Branch: metaconfig
30467            ! U/compline/d_stdstdio.U
30468 ____________________________________________________________________________
30469 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
30470         Log: "lose the it's", from Abhijit Menon-Sen.
30471              ("It's" not searched, pods not searched.)
30472      Branch: perl
30473            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
30474            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
30475            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
30476            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
30477            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
30478            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
30479 ____________________________________________________________________________
30480 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
30481         Log: "lose the looses", from Abhijit Menon-Sen.
30482      Branch: perl
30483            ! ext/B/B/Assembler.pm gv.c
30484 ____________________________________________________________________________
30485 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
30486         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
30487      Branch: perl
30488            ! hints/os390.sh
30489 ____________________________________________________________________________
30490 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
30491         Log: DEC C 5.3 on the VAX simply doesn't seem to like
30492              compiling the MD5 extension, disable it there for now,
30493              from Peter Prymmer.
30494      Branch: perl
30495            ! configure.com
30496 ____________________________________________________________________________
30497 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
30498         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
30499              From: Jonathan Stowe <gellyfish@gellyfish.com>
30500              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
30501              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
30502      Branch: perl
30503            ! pod/perlfaq3.pod
30504 ____________________________________________________________________________
30505 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
30506         Log: Subject: [PATCH 5.6.1] perlxs misprints
30507              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30508              Date: Tue, 26 Jun 2001 17:20:00 -0400
30509              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
30510      Branch: perl
30511            ! pod/perlxs.pod
30512 ____________________________________________________________________________
30513 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
30514         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
30515              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30516              Date: Tue, 26 Jun 2001 17:27:07 -0400
30517              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
30518      Branch: perl
30519            ! lib/ExtUtils/MM_Unix.pm
30520 ____________________________________________________________________________
30521 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
30522         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
30523              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30524              Date: Tue, 26 Jun 2001 17:23:24 -0400
30525              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
30526      Branch: perl
30527            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
30528 ____________________________________________________________________________
30529 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
30530         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
30531              by Olaf Flebbe.
30532      Branch: perl
30533            ! perl.h
30534 ____________________________________________________________________________
30535 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
30536         Log: Detypo.
30537      Branch: perl
30538            ! lib/Memoize/t/tie_sdbm.t
30539 ____________________________________________________________________________
30540 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
30541         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
30542      Branch: perl
30543            ! win32/perllib.c
30544 ____________________________________________________________________________
30545 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
30546         Log: Subject: [patch] perl_clone+CvFILE
30547              From: Doug MacEachern <dougm@covalent.net>
30548              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
30549              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
30550      Branch: perl
30551            ! sv.c
30552 ____________________________________________________________________________
30553 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
30554         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
30555              From: Mark-Jason Dominus <mjd@plover.com>
30556              Date: Tue, 26 Jun 2001 12:33:01 -0400
30557              Message-ID: <20010626163301.31298.qmail@plover.com>
30558      Branch: perl
30559            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
30560 ____________________________________________________________________________
30561 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
30562         Log: Update Changes.
30563      Branch: perl
30564            ! Changes patchlevel.h
30565 ____________________________________________________________________________
30566 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
30567         Log: Also catfile() needs now to explicitly exported.
30568      Branch: perl
30569            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
30570 ____________________________________________________________________________
30571 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
30572         Log: Regen toc.
30573      Branch: perl
30574            ! pod/perltoc.pod
30575 ____________________________________________________________________________
30576 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
30577         Log: Nonexistent pod command.
30578      Branch: perl
30579            ! pod/perl572delta.pod
30580 ____________________________________________________________________________
30581 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
30582         Log: Be more portable in the quest for tmpdir.
30583      Branch: perl
30584            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
30585 ____________________________________________________________________________
30586 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
30587         Log: Be more portable in finding out the home directory,
30588              and use File::Spec to do the concat.
30589              (Come to think of it, couldn't File::Spec provide
30590              for a ->homedir method?)
30591      Branch: perl
30592            ! lib/Net/Config.pm
30593 ____________________________________________________________________________
30594 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
30595         Log: Doc patch for #10959.
30596      Branch: perl
30597            ! pod/perlfunc.pod
30598 ____________________________________________________________________________
30599 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
30600         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
30601              From: "Philip Newton" <pnewton@gmx.de>
30602              Date: Tue, 26 Jun 2001 16:26:47 +0200
30603              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
30604      Branch: perl
30605            ! pod/perldata.pod
30606 ____________________________________________________________________________
30607 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
30608         Log: Subject: [PATH] shared -> unique;
30609              From: "Artur Bergman" <artur@contiller.se>
30610              Date: Tue, 26 Jun 2001 16:18:40 +0200
30611              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
30612              
30613              Because "shared" isn't: it's read-only.
30614      Branch: perl
30615            ! toke.c xsutils.c
30616 ____________________________________________________________________________
30617 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
30618         Log: Escape multiline croak messages.
30619      Branch: perl
30620            ! t/op/ver.t
30621 ____________________________________________________________________________
30622 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
30623         Log: No more pragma/*.t for minitest.
30624      Branch: perl
30625            ! Makefile.SH
30626 ____________________________________________________________________________
30627 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
30628         Log: AUTHORS updates.
30629      Branch: perl
30630            ! AUTHORS
30631 ____________________________________________________________________________
30632 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
30633         Log: delta updates.
30634      Branch: perl
30635            ! pod/perl572delta.pod
30636 ____________________________________________________________________________
30637 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
30638         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
30639              From: Artur Bergman <artur@contiller.se> 
30640              Date: Tue, 26 Jun 2001 15:32:53 +0200
30641              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
30642      Branch: perl
30643            ! makedef.pl sv.c sv.h win32/perllib.c
30644 ____________________________________________________________________________
30645 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
30646         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
30647              From: Jonathan Stowe <gellyfish@gellyfish.com>
30648              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
30649              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
30650              
30651              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
30652      Branch: perl
30653            + ext/Time/HiRes/hints/sco.pl
30654            ! MANIFEST
30655 ____________________________________________________________________________
30656 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
30657         Log: Subject: [PATCH 5.6.1] static build
30658              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30659              Date: Tue, 26 Jun 2001 04:22:25 -0400
30660              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
30661      Branch: perl
30662            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
30663            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
30664 ____________________________________________________________________________
30665 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
30666         Log: DJGPP patches from Laszlo Molnar.
30667      Branch: perl
30668            ! djgpp/djgpp.c perl.c util.c
30669 ____________________________________________________________________________
30670 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
30671         Log: Netware patches from Ananth Kesari.
30672      Branch: perl
30673            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
30674            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
30675            ! NetWare/nwtinfo.h
30676 ____________________________________________________________________________
30677 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
30678         Log: Detypo.
30679      Branch: perl
30680            ! ext/Errno/Errno_pm.PL
30681 ____________________________________________________________________________
30682 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
30683         Log: There seems to be two ways of spelling the $^O in *STEP.
30684      Branch: perl
30685            ! ext/Errno/Errno_pm.PL
30686 ____________________________________________________________________________
30687 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
30688         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
30689              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
30690      Branch: perl
30691            ! ext/Errno/Errno_pm.PL
30692 ____________________________________________________________________________
30693 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
30694         Log: Known bugs update.
30695      Branch: perl
30696            ! pod/perl572delta.pod
30697 ____________________________________________________________________________
30698 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
30699         Log: The default installation of Cygwin has 500 as root's uid.
30700      Branch: perl
30701            ! lib/User/pwent.t
30702 ____________________________________________________________________________
30703 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
30704         Log: Be even more relaxed (re-allow having only one entry).
30705      Branch: perl
30706            ! t/op/grent.t t/op/pwent.t
30707 ____________________________________________________________________________
30708 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
30709         Log: Test failure updates.
30710      Branch: perl
30711            ! pod/perl572delta.pod
30712 ____________________________________________________________________________
30713 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
30714         Log: MPE/iX test tweaks from Mark Bixby.
30715      Branch: perl
30716            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
30717            ! t/io/fs.t t/op/stat.t
30718 ____________________________________________________________________________
30719 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
30720         Log: Microperl findings.
30721      Branch: perl
30722            ! perl.h pp_sys.c
30723 ____________________________________________________________________________
30724 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
30725         Log: Touch uconfig.h.
30726      Branch: perl
30727            ! uconfig.h
30728 ____________________________________________________________________________
30729 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
30730         Log: Subject: [PATCH] Proposed fix for Pod::Man
30731              From: Rob Napier <rnapier@employees.org>
30732              Date: Mon, 25 Jun 2001 15:49:24 -0400
30733              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
30734              
30735              Cater for Solaris nroff brokenness (shortchanges daisywheel
30736              printers, but hey, we also no more support PDPs.)
30737      Branch: perl
30738            ! lib/Pod/Man.pm
30739 ____________________________________________________________________________
30740 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
30741         Log: Typo in #10937.
30742      Branch: perl
30743            ! ext/POSIX/sigaction.t
30744 ____________________________________________________________________________
30745 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
30746         Log: SIGCONT not trappable in VMS.
30747      Branch: perl
30748            ! ext/POSIX/sigaction.t
30749 ____________________________________________________________________________
30750 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
30751         Log: Subject: [DRAFT] Encode-Tcl.t
30752              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
30753              Date: Tue, 26 Jun 2001 03:38:08 +0900
30754              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
30755      Branch: perl
30756            + ext/Encode/Encode/Tcl.t
30757            ! MANIFEST ext/Encode/Encode/Tcl.pm
30758 ____________________________________________________________________________
30759 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
30760         Log: Because of #10932 retract also the perlfunc hunk of #10910.
30761      Branch: perl
30762            ! pod/perlfunc.pod
30763 ____________________________________________________________________________
30764 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
30765         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
30766              by Ilya Zakharevich in
30767              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
30768      Branch: perl
30769            ! XSUB.h
30770 ____________________________________________________________________________
30771 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
30772         Log: Typo in #10889.
30773      Branch: perl
30774            ! hints/uts.sh
30775 ____________________________________________________________________________
30776 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
30777         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
30778              From: Abhijit Menon-Sen <ams@wiw.org>
30779              Date: Mon, 25 Jun 2001 23:45:45 +0530
30780              Message-ID: <20010625234545.A5022@lustre.linux.in>
30781      Branch: perl
30782            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
30783 ____________________________________________________________________________
30784 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
30785         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
30786              From: Michael G Schwern <schwern@pobox.com>
30787              Date: Mon, 25 Jun 2001 14:35:51 -0400
30788              Message-ID: <20010625143551.H13819@blackrider>
30789      Branch: perl
30790            ! lib/Test.pm
30791 ____________________________________________________________________________
30792 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
30793         Log: Update Changes.
30794      Branch: perl
30795            ! Changes patchlevel.h
30796 ____________________________________________________________________________
30797 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
30798         Log: Regen toc and modlib.
30799      Branch: perl
30800            ! pod/perlmodlib.pod pod/perltoc.pod
30801 ____________________________________________________________________________
30802 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
30803         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
30804              for the benefit of C++ compilers, as suggested by Guruprasad.
30805      Branch: perl
30806            ! embed.pl proto.h
30807 ____________________________________________________________________________
30808 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
30809         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
30810              From: Jonathan Stowe <gellyfish@gellyfish.com>
30811              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
30812              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
30813      Branch: perl
30814            ! pod/perlfaq5.pod
30815 ____________________________________________________________________________
30816 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
30817         Log: Missed from #10925.
30818      Branch: perl
30819            ! gv.c
30820 ____________________________________________________________________________
30821 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
30822         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
30823              From: Robin Houston <robin@kitsite.com>
30824              Date: Sat, 19 May 2001 16:19:34 +0100
30825              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
30826      Branch: perl
30827            ! cv.h gv.h op.c
30828 ____________________________________________________________________________
30829 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
30830         Log: Netware README tweak.
30831      Branch: perl
30832            ! README.netware
30833 ____________________________________________________________________________
30834 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
30835         Log: Subject: [PATCH] Re: overload.t fails
30836              From: Abhijit Menon-Sen <ams@wiw.org>
30837              Date: Mon, 25 Jun 2001 14:52:20 +0530
30838              Message-ID: <20010625145220.A24114@lustre.linux.in>
30839      Branch: perl
30840            ! lib/overload.t
30841 ____________________________________________________________________________
30842 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
30843         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
30844              From: Mike Guy <mjtg@cam.ac.uk>
30845              Date: Mon, 25 Jun 2001 11:43:23 +0100
30846              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
30847      Branch: perl
30848            ! lib/Carp.pm
30849 ____________________________________________________________________________
30850 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
30851         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
30852              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30853              Date: Sun, 24 Jun 2001 05:17:05 -0400
30854              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
30855      Branch: perl
30856            ! os2/os2ish.h
30857 ____________________________________________________________________________
30858 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
30859         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
30860              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30861              Date: Mon, 25 Jun 2001 05:52:27 -0400
30862              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
30863      Branch: perl
30864            ! hints/os2.sh
30865 ____________________________________________________________________________
30866 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
30867         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
30868              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30869              Date: Mon, 25 Jun 2001 05:23:35 -0400
30870              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
30871      Branch: perl
30872            ! os2/os2.c
30873 ____________________________________________________________________________
30874 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
30875         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
30876              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30877              Date: Mon, 25 Jun 2001 05:04:32 -0400
30878              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
30879      Branch: perl
30880            ! os2/OS2/REXX/DLL/DLL.pm
30881 ____________________________________________________________________________
30882 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
30883         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
30884              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30885              Date: Mon, 25 Jun 2001 05:02:36 -0400
30886              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
30887      Branch: perl
30888            ! mg.c os2/dl_os2.c os2/os2.c
30889 ____________________________________________________________________________
30890 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
30891         Log: Subject: Re: [PATCH 5.6.1] misprints
30892              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30893              Date: Mon, 25 Jun 2001 04:50:50 -0400
30894              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
30895      Branch: perl
30896            ! os2/os2.c pp_sys.c
30897 ____________________________________________________________________________
30898 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
30899         Log: Add Test::More and Test::Simple to the delta.
30900      Branch: perl
30901            ! pod/perl572delta.pod
30902 ____________________________________________________________________________
30903 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
30904         Log: Add Test::More, from Michael G Schwern.
30905      Branch: perl
30906            + lib/Test/More.pm lib/Test/More/t/More.t
30907            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
30908            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
30909            + t/lib/Test/More/Catch.pm
30910            ! MANIFEST
30911 ____________________________________________________________________________
30912 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
30913         Log: Add Test::Simple from Michael G Schwern.
30914      Branch: perl
30915            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
30916            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
30917            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
30918            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
30919            + t/lib/Test/Simple/Catch.pm
30920            + t/lib/Test/Simple/sample_tests/death.plx
30921            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
30922            + t/lib/Test/Simple/sample_tests/extras.plx
30923            + t/lib/Test/Simple/sample_tests/five_fail.plx
30924            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
30925            + t/lib/Test/Simple/sample_tests/one_fail.plx
30926            + t/lib/Test/Simple/sample_tests/require.plx
30927            + t/lib/Test/Simple/sample_tests/success.plx
30928            + t/lib/Test/Simple/sample_tests/too_few.plx
30929            + t/lib/Test/Simple/sample_tests/two_fail.plx
30930            ! MANIFEST
30931 ____________________________________________________________________________
30932 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
30933         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
30934              From: "Craig A. Berry" <craigberry@mac.com>
30935              Date: Sun, 24 Jun 2001 23:41:36 -0500
30936              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
30937      Branch: perl
30938            ! pp_sys.c
30939 ____________________________________________________________________________
30940 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
30941         Log: Upgrade to Attribute::Handlers 0.70.
30942      Branch: perl
30943            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
30944            ! MANIFEST lib/Attribute/Handlers.pm
30945 ____________________________________________________________________________
30946 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
30947         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
30948              From: Abhijit Menon-Sen <ams@wiw.org>
30949              Date: Sat, 23 Jun 2001 05:17:44 +0530
30950              Message-ID: <20010623051744.A18583@lustre.linux.in>
30951              
30952              (Can't think of a good place to put tests.)
30953      Branch: perl
30954            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
30955 ____________________________________________________________________________
30956 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
30957         Log: Subject: [PATCH] t/op/pat.t typo fix
30958              From: Richard Soderberg <rs@crystalflame.net>
30959              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
30960              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
30961      Branch: perl
30962            ! t/op/pat.t
30963 ____________________________________________________________________________
30964 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
30965         Log: Move the pack warnings to their own file, as pointed
30966              out by Spider.
30967      Branch: perl
30968            + t/lib/warnings/pp_pack
30969            ! MANIFEST t/lib/warnings/pp
30970 ____________________________________________________________________________
30971 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
30972         Log: Update Changes.
30973      Branch: perl
30974            ! Changes patchlevel.h
30975 ____________________________________________________________________________
30976 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
30977         Log: Partially fix a problem noticed by IRIX compiler:
30978              the initialization of parse_start was bypassed by
30979              several gotos.  Now initialized to zero, which may
30980              not be the best choice.
30981      Branch: perl
30982            ! regcomp.c
30983 ____________________________________________________________________________
30984 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
30985         Log: Relax the group and password tests back to moaning only
30986              if no matches at all are found.  (Even with a small sample
30987              I could find many sites where there are, umm, anomalies in
30988              the said databases.)       
30989      Branch: perl
30990            ! t/op/grent.t t/op/pwent.t
30991 ____________________________________________________________________________
30992 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
30993         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
30994      Branch: perl
30995            ! pp_ctl.c
30996 ____________________________________________________________________________
30997 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
30998         Log: De-cut-and-pasto in #10902.
30999      Branch: perl
31000            ! pp_ctl.c
31001 ____________________________________________________________________________
31002 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
31003         Log: The #10771 didn't take?
31004      Branch: perl
31005            ! pp_ctl.c
31006 ____________________________________________________________________________
31007 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
31008         Log: Undo the filetests part of #10900, under multiplicity
31009              weird errors take place.
31010      Branch: perl
31011            ! pp_sys.c
31012 ____________________________________________________________________________
31013 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
31014         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
31015      Branch: perl
31016            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
31017 ____________________________________________________________________________
31018 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
31019         Log: (Replaced by #10922)
31020              
31021              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
31022              From: Tony Bowden <tony@kasei.com>
31023              Date: Sun, 24 Jun 2001 17:32:40 +0100
31024              Message-ID: <20010624173240.A16293@blackstar.co.uk>
31025              
31026              Document (well, mention) shortmess() and longmess()
31027              to rob people of their fun of reinventing the wheel.
31028      Branch: perl
31029            ! lib/Carp.pm
31030 ____________________________________________________________________________
31031 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
31032         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
31033              From: Brian Jepson <bjepson@oreilly.com>
31034              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
31035              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
31036      Branch: perl
31037            ! pp_sys.c
31038 ____________________________________________________________________________
31039 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
31040         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
31041              From: Robin Barker <rmb1@cise.npl.co.uk> 
31042              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
31043              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
31044      Branch: perl
31045            ! lib/CPAN.pm
31046 ____________________________________________________________________________
31047 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
31048         Log: Memoize patch from mjd.
31049      Branch: perl
31050            ! lib/Memoize/t/tie_storable.t
31051 ____________________________________________________________________________
31052 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
31053         Log: Spec the sv_pvprintify() a bit more.
31054      Branch: perl
31055            ! pod/perltodo.pod
31056 ____________________________________________________________________________
31057 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
31058         Log: Upgrade to Memoize 0.65.
31059      Branch: perl
31060            + lib/Memoize/t/array_confusion.t
31061            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
31062            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
31063            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
31064            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
31065            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
31066            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
31067            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
31068            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
31069            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
31070            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
31071            ! lib/Memoize/t/tie_storable.t
31072 ____________________________________________________________________________
31073 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
31074         Log: Metaconfig unit change for #10892.
31075      Branch: metaconfig
31076            ! U/modified/Options.U
31077 ____________________________________________________________________________
31078 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
31079         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
31080              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31081              Date: Sun, 24 Jun 2001 05:24:40 -0400
31082              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
31083      Branch: perl
31084            ! Configure hints/os2.sh
31085 ____________________________________________________________________________
31086 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
31087         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
31088              From: Mike Guy <mjtg@cam.ac.uk>
31089              Date: Sun, 24 Jun 2001 15:28:39 +0100
31090              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
31091              
31092              Fix an ancient (5.002) bug.
31093      Branch: perl
31094            ! lib/Carp/Heavy.pm
31095 ____________________________________________________________________________
31096 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
31097         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
31098              variables.
31099      Branch: perl
31100            ! pp_sys.c
31101 ____________________________________________________________________________
31102 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
31103         Log: Make UTS as per #10888.
31104      Branch: perl
31105            ! hints/uts.sh
31106 ____________________________________________________________________________
31107 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
31108         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
31109      Branch: perl
31110            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
31111            ! mpeix/mpeixish.h perl.h unixish.h
31112 ____________________________________________________________________________
31113 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
31114         Log: AUTHORS update.
31115      Branch: perl
31116            ! AUTHORS
31117 ____________________________________________________________________________
31118 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
31119         Log: Subject: Encode::Tcl for multibyte doesnot work
31120              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
31121              Date: Sun, 24 Jun 2001 22:48:21 +0900
31122              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
31123      Branch: perl
31124            ! ext/Encode/Encode/Tcl.pm
31125 ____________________________________________________________________________
31126 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
31127         Log: Subject: [PATCH] Remove tautology in error messages
31128              From: Mike Guy <mjtg@cam.ac.uk>
31129              Date: Sun, 24 Jun 2001 13:31:00 +0100
31130              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
31131      Branch: perl
31132            ! pp_sys.c
31133 ____________________________________________________________________________
31134 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
31135         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
31136      Branch: perl
31137            ! hints/darwin.sh
31138 ____________________________________________________________________________
31139 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
31140         Log: Subject: Re: [PATCH 5.6.1] test suite
31141              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31142              Date: Sun, 24 Jun 2001 05:47:05 -0400
31143              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
31144              
31145              Test suite fixes.
31146      Branch: perl
31147            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
31148 ____________________________________________________________________________
31149 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
31150         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
31151              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31152              Date: Sun, 24 Jun 2001 05:37:19 -0400
31153              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
31154      Branch: perl
31155            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
31156 ____________________________________________________________________________
31157 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
31158         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
31159              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31160              Date: Sun, 24 Jun 2001 05:34:50 -0400
31161              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
31162              
31163              Pacify compiler warnings.
31164      Branch: perl
31165            ! pp_sys.c
31166 ____________________________________________________________________________
31167 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
31168         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
31169              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31170              Date: Sun, 24 Jun 2001 05:21:18 -0400
31171              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
31172              
31173              Enable compression of executables during link time.
31174      Branch: perl
31175            ! hints/os2.sh
31176 ____________________________________________________________________________
31177 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
31178         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
31179              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31180              Date: Sun, 24 Jun 2001 05:15:11 -0400
31181              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
31182              
31183              Add ordinals to the export list for Perl DLL.
31184              (Breaks intra-version DLL compatibility.)
31185      Branch: perl
31186            ! makedef.pl
31187 ____________________________________________________________________________
31188 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
31189         Log: Allow (displaying and) re-editing the Subject in perlbug.
31190              Also abstract the Subject quality control into a function.
31191      Branch: perl
31192            ! utils/perlbug.PL
31193 ____________________________________________________________________________
31194 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
31195         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
31196      Branch: perl
31197            ! utils/perlbug.PL
31198 ____________________________________________________________________________
31199 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
31200         Log: Regen toc and modlib.
31201      Branch: perl
31202            ! pod/perlmodlib.pod pod/perltoc.pod
31203 ____________________________________________________________________________
31204 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
31205         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
31206              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
31207              attribute semantics as much as possible, or 'ntsec' which uses
31208              native NTFS semantics.)  (See also #10877.)
31209      Branch: perl
31210            ! perl.c
31211 ____________________________________________________________________________
31212 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
31213         Log: (Retracted by #11586)
31214              
31215              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
31216      Branch: perl
31217            ! lib/Test/Harness.pm
31218 ____________________________________________________________________________
31219 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
31220         Log: Just zap the -uPerlio.
31221      Branch: perl
31222            ! ext/B/Stash.t
31223 ____________________________________________________________________________
31224 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
31225         Log: Do not test PerlIO if PerlIO not used.
31226      Branch: perl
31227            ! ext/PerlIO/PerlIO.t
31228 ____________________________________________________________________________
31229 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
31230         Log: Regen perlapi.
31231      Branch: perl
31232            ! pod/perlapi.pod
31233 ____________________________________________________________________________
31234 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
31235         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
31236              From: Nicholas Clark <nick@ccl4.org>
31237              Date: Sat, 23 Jun 2001 22:55:47 +0100
31238              Message-ID: <20010623225547.Z98663@plum.flirble.org>
31239      Branch: perl
31240            ! numeric.c
31241 ____________________________________________________________________________
31242 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
31243         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
31244              From: Prymmer/Kahn <pvhp@best.com>
31245              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
31246              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
31247      Branch: perl
31248            ! lib/h2xs.t
31249 ____________________________________________________________________________
31250 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
31251         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
31252              cygwin does not taint cwd, just like win32.
31253      Branch: perl
31254            ! lib/File/Find/taint.t t/op/taint.t
31255 ____________________________________________________________________________
31256 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
31257         Log: Retract #10865, the patch should be unnecessary.
31258              (But seemingly helpful in Cygwin?  Strange.)
31259      Branch: perl
31260            ! lib/Memoize/t/tie_ndbm.t
31261 ____________________________________________________________________________
31262 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
31263         Log: Misplaced test file; plus Cygwin filesystem semantics.
31264      Branch: perl
31265            + ext/SDBM_File/sdbm.t
31266            - ext/ODBM_File/sdbm.t
31267            ! MANIFEST
31268 ____________________________________________________________________________
31269 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
31270         Log: (Retracted by #10867.)
31271      Branch: perl
31272            ! lib/Memoize/t/tie_ndbm.t
31273 ____________________________________________________________________________
31274 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
31275         Log: Metaconfig unit change for #10863.
31276      Branch: metaconfig/U/perl
31277            ! Extensions.U
31278 ____________________________________________________________________________
31279 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
31280         Log: In Cygwin do not build NDBM_File and ODBM_File unless
31281              -lndbm and -ldbm are available.
31282      Branch: perl
31283            ! Configure config_h.SH
31284 ____________________________________________________________________________
31285 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
31286         Log: More Cygwin filesystem semantics.
31287      Branch: perl
31288            ! t/io/fs.t t/op/stat.t
31289 ____________________________________________________________________________
31290 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
31291         Log: More DOSish permission semantics for Cygwin.
31292      Branch: perl
31293            ! lib/AnyDBM_File.t
31294 ____________________________________________________________________________
31295 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
31296         Log: Cygwin too has different permission semantics.
31297      Branch: perl
31298            ! ext/GDBM_File/gdbm.t
31299 ____________________________________________________________________________
31300 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
31301         Log: The group (and assumedly passwd) databases can have
31302              only one entry (this is the case in cygwin).
31303      Branch: perl
31304            ! t/op/grent.t t/op/pwent.t
31305 ____________________________________________________________________________
31306 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
31307         Log: Also in Cygwin use Socket to figure out domainname
31308              (if any) (avoids trying to call external 'domainname',
31309              which doesn't at the moment exist in Cygwin)
31310      Branch: perl
31311            ! lib/Net/Domain.pm
31312 ____________________________________________________________________________
31313 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
31314         Log: Remove also the lib$Foo.def, not just $Foo.def.
31315      Branch: perl
31316            ! lib/ExtUtils/MM_Unix.pm
31317 ____________________________________________________________________________
31318 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
31319         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
31320      Branch: perl
31321            ! unixish.h
31322 ____________________________________________________________________________
31323 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
31324         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
31325              to match the whole isprint(), only the space character.
31326      Branch: perl
31327            ! handy.h pod/perlre.pod t/op/pat.t
31328 ____________________________________________________________________________
31329 [ 10854] By: nick                                  on 2001/06/23  08:09:33
31330         Log: Integrate mainline
31331      Branch: perlio
31332           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
31333           !> lib/ExtUtils.t lib/File/Find/taint.t
31334           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
31335           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
31336           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
31337 ____________________________________________________________________________
31338 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
31339         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
31340              with its floats    in os390 and s390 (UTS).
31341      Branch: perl
31342            ! lib/Math/BigInt/t/bigintpm.t
31343 ____________________________________________________________________________
31344 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
31345         Log: Add also UTS (s390) to the non-IEEE float platforms.
31346      Branch: perl
31347            ! t/op/sprintf.t
31348 ____________________________________________________________________________
31349 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
31350         Log: Subject: RFC: what are applicable standards for exponent sizes?
31351              From: Peter Prymmer <pvhp@forte.com>
31352              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
31353              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
31354      Branch: perl
31355            ! t/op/sprintf.t
31356 ____________________________________________________________________________
31357 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
31358         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
31359              From: Peter Prymmer <pvhp@forte.com>
31360              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
31361              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
31362      Branch: perl
31363            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
31364 ____________________________________________________________________________
31365 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
31366         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
31367              From: Peter Prymmer <pvhp@forte.com>
31368              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
31369              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
31370      Branch: perl
31371            ! lib/ExtUtils.t
31372 ____________________________________________________________________________
31373 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
31374         Log: Retract #10845.
31375      Branch: perl
31376            ! lib/File/Find/taint.t
31377 ____________________________________________________________________________
31378 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
31379         Log: Yet another error message.
31380      Branch: perl
31381            ! t/op/mkdir.t
31382 ____________________________________________________________________________
31383 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
31384         Log: The croak message for nonexistent socket functions may vary.
31385      Branch: perl
31386            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
31387 ____________________________________________________________________________
31388 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
31389         Log: (Retracted by #10848.)
31390      Branch: perl
31391            ! lib/File/Find/taint.t
31392 ____________________________________________________________________________
31393 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
31394         Log: Integrate perlio.
31395      Branch: perl
31396           !> lib/File/Find/taint.t t/op/write.t
31397 ____________________________________________________________________________
31398 [ 10843] By: nick                                  on 2001/06/22  21:24:51
31399         Log: Back out debug in taint.t
31400      Branch: perlio
31401            ! lib/File/Find/taint.t
31402 ____________________________________________________________________________
31403 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
31404         Log: setitimer() does not exist in Unicos, despite of what
31405              Configure thinks, from Mark P. Lutz.
31406      Branch: perl
31407            ! hints/unicos.sh
31408 ____________________________________________________________________________
31409 [ 10841] By: nick                                  on 2001/06/22  21:19:36
31410         Log: Skip cwd test on Win32 ???
31411      Branch: perlio
31412            ! lib/File/Find/taint.t
31413 ____________________________________________________________________________
31414 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
31415         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
31416              and Tru64 gcc -Wall happy.
31417      Branch: perl
31418            ! mg.c
31419 ____________________________________________________________________________
31420 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
31421         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
31422      Branch: perl
31423            ! ext/IPC/SysV/Semaphore.pm
31424 ____________________________________________________________________________
31425 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
31426         Log: Metaconfig unit change for #10837.
31427      Branch: metaconfig/U/perl
31428            ! Cross.U
31429 ____________________________________________________________________________
31430 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
31431         Log: Cleanup of the cross-compilation unit.
31432      Branch: perl
31433            ! Configure
31434 ____________________________________________________________________________
31435 [ 10836] By: nick                                  on 2001/06/22  20:45:12
31436         Log: Skip |- based op/write.t on Win32 as well as VMS
31437      Branch: perlio
31438            ! t/op/write.t
31439 ____________________________________________________________________________
31440 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
31441         Log: Integrate perlio.
31442      Branch: perl
31443           !> util.c
31444 ____________________________________________________________________________
31445 [ 10834] By: nick                                  on 2001/06/22  20:41:54
31446         Log: Integrate mainline
31447      Branch: perlio
31448           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
31449           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
31450           !> vos/config.ga.h
31451 ____________________________________________________________________________
31452 [ 10833] By: nick                                  on 2001/06/22  20:22:58
31453         Log: Patcho fix.
31454      Branch: perlio
31455            ! util.c
31456 ____________________________________________________________________________
31457 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
31458         Log: Metaconfig unit changes for #10831.
31459      Branch: metaconfig
31460            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
31461 ____________________________________________________________________________
31462 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
31463         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
31464              From: Andy Dougherty <doughera@lafayette.edu>
31465              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
31466              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
31467      Branch: perl
31468            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31469            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
31470 ____________________________________________________________________________
31471 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
31472         Log: MPE/iX prototype nits from Mark Bixby.
31473      Branch: perl
31474            ! pp_sys.c
31475 ____________________________________________________________________________
31476 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
31477         Log: Detypo.
31478      Branch: perl
31479            ! util.c
31480 ____________________________________________________________________________
31481 [ 10828] By: nick                                  on 2001/06/22  15:33:37
31482         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
31483      Branch: perlio
31484           +> lib/h2xs.t
31485           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
31486           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
31487           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
31488           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
31489           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
31490           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
31491           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
31492           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
31493           !> vms/vmsish.h
31494 ____________________________________________________________________________
31495 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
31496         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
31497              Date: Fri, 22 Jun 2001 10:08:35 -0500
31498              From: "Craig A. Berry" <craigberry@mac.com>
31499              Message-Id: <a05101001b75908704194@[192.168.56.145]>
31500      Branch: perl
31501            ! vms/vms.c vms/vmsish.h
31502 ____________________________________________________________________________
31503 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
31504         Log: NetWare scripts tweak from Ananth Kesari.
31505      Branch: perl
31506            ! NetWare/t/NWScripts.pl
31507 ____________________________________________________________________________
31508 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
31509         Log: Update Changes.
31510      Branch: perl
31511            ! Changes patchlevel.h
31512 ____________________________________________________________________________
31513 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
31514         Log: Add .i and .s targets.
31515      Branch: perl
31516            ! Makefile.SH
31517 ____________________________________________________________________________
31518 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
31519         Log: Upgrade to Locale::Maketext 1.03.
31520      Branch: perl
31521            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
31522            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
31523 ____________________________________________________________________________
31524 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
31525         Log: Upgrade to I18N::LangTags 0.26.
31526      Branch: perl
31527            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
31528            ! lib/I18N/LangTags/test.pl
31529 ____________________________________________________________________________
31530 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
31531         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
31532              Philip Newton.
31533      Branch: perl
31534            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
31535            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
31536 ____________________________________________________________________________
31537 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
31538         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
31539              From: Prymmer/Kahn <pvhp@best.com>
31540              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
31541              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
31542      Branch: perl
31543            + lib/h2xs.t
31544            ! MANIFEST utils/h2xs.PL
31545 ____________________________________________________________________________
31546 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
31547         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
31548              From: Prymmer/Kahn <pvhp@best.com>
31549              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
31550              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
31551      Branch: perl
31552            ! lib/ExtUtils.t
31553 ____________________________________________________________________________
31554 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
31555         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
31556              From: Prymmer/Kahn <pvhp@best.com>
31557              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
31558              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
31559      Branch: perl
31560            ! t/pod/plainer.t
31561 ____________________________________________________________________________
31562 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
31563         Log: AUTHORS update.
31564      Branch: perl
31565            ! AUTHORS
31566 ____________________________________________________________________________
31567 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
31568         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
31569              From: "Craig A. Berry" <craigberry@mac.com>
31570              Date: Thu, 21 Jun 2001 18:20:38 -0500
31571              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
31572      Branch: perl
31573            ! ext/POSIX/POSIX.xs
31574 ____________________________________________________________________________
31575 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
31576         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
31577              From: "Craig A. Berry" <craigberry@mac.com>
31578              Date: Thu, 21 Jun 2001 09:58:52 -0500
31579              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
31580      Branch: perl
31581            ! ext/B/Deparse.t t/op/write.t
31582 ____________________________________________________________________________
31583 [ 10814] By: nick                                  on 2001/06/22  08:13:09
31584         Log: Integrate mainline.
31585      Branch: perlio
31586           !> (integrate 46 files)
31587 ____________________________________________________________________________
31588 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
31589         Log: Change the prefixes only if $prefix is unset,
31590              as originally patched by Marcel Grunauer.
31591      Branch: perl
31592            ! hints/darwin.sh hints/rhapsody.sh
31593 ____________________________________________________________________________
31594 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
31595         Log: Subject: Re: Patch for hints/darwin.sh
31596              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
31597              Date: Thu, 21 Jun 2001 11:23:46 -0700
31598              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
31599      Branch: perl
31600            ! hints/darwin.sh hints/rhapsody.sh
31601 ____________________________________________________________________________
31602 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
31603         Log: Add .PHONY targets for non-file targets,
31604              from Wilfredo Sánchez.  Should help saying
31605              "make install" on case-insensitive filesystems.
31606      Branch: perl
31607            ! Makefile.SH
31608 ____________________________________________________________________________
31609 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
31610         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
31611              From: Doug MacEachern <dougm@covalent.net>
31612              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
31613              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
31614              
31615              plus reword the getcwd() comment, plus use getcwd() buffer
31616              size minus one.
31617      Branch: perl
31618            ! util.c
31619 ____________________________________________________________________________
31620 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
31621         Log: More gprofing from Doug MacEachern.
31622      Branch: perl
31623            ! Makefile.SH
31624 ____________________________________________________________________________
31625 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
31626         Log: Metaconfig unit change for #10807.
31627      Branch: metaconfig/U/perl
31628            ! d_sfio.U
31629 ____________________________________________________________________________
31630 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
31631         Log: Tell that you are removing the unneeded -lsfio.
31632      Branch: perl
31633            ! Configure
31634 ____________________________________________________________________________
31635 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
31636         Log: More MPE/iX tweaks from Mark Bixby.
31637      Branch: perl
31638            ! perl.c t/op/magic.t
31639 ____________________________________________________________________________
31640 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
31641         Log: The fchdir() proto is supposed to live in <unistd.h>.
31642      Branch: perl
31643            ! ext/Cwd/Cwd.xs
31644 ____________________________________________________________________________
31645 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
31646         Log: This town is too small for the Cwd extension and me,
31647              it would seem...
31648      Branch: perl
31649            ! ext/Cwd/Cwd.xs
31650 ____________________________________________________________________________
31651 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
31652         Log: Metaconfig unit change for #10802.
31653      Branch: metaconfig/U/perl
31654            ! d_modfl.U
31655 ____________________________________________________________________________
31656 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
31657         Log: More d'ohs.
31658      Branch: perl
31659            ! Configure
31660 ____________________________________________________________________________
31661 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
31662         Log: Off-by-one.  I'm so classic.
31663      Branch: perl
31664            ! util.c
31665 ____________________________________________________________________________
31666 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
31667         Log: Update Changes.
31668      Branch: perl
31669            ! Changes patchlevel.h
31670 ____________________________________________________________________________
31671 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
31672         Log: Subject: Documentation patch for Net::FTP
31673              From: Marcel Grunauer <marcel@codewerk.com>
31674              Date: Wed, 20 Jun 2001 23:03:26 +0200
31675              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
31676      Branch: perl
31677            ! lib/Net/FTP.pm
31678 ____________________________________________________________________________
31679 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
31680         Log: Retract the #10417 mg.c and embed.pl parts because of
31681              strange SEGVs in 64bit x86 FreeBSD observed by
31682              Nicholas Clark.
31683      Branch: perl
31684            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
31685 ____________________________________________________________________________
31686 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
31687         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
31688      Branch: perl
31689            ! Configure NetWare/config.wc NetWare/config_H.wc
31690            ! Porting/Glossary Porting/config.sh Porting/config_H
31691            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
31692            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
31693            ! vos/config.ga.h win32/config.bc win32/config.gc
31694            ! win32/config.vc win32/config_H.bc win32/config_H.gc
31695            ! win32/config_H.vc
31696 ____________________________________________________________________________
31697 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
31698         Log: Cwd tweak from Doug MacEachern.
31699      Branch: perl
31700            ! ext/Cwd/Cwd.xs
31701 ____________________________________________________________________________
31702 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
31703         Log: Protect the fchdir() and lstat() with ifdefs.
31704              fchdir() needs a Configure probe.
31705      Branch: perl
31706            ! ext/Cwd/Cwd.xs
31707 ____________________________________________________________________________
31708 [ 10794] By: nick                                  on 2001/06/21  17:11:35
31709         Log: Integrate mainline
31710      Branch: perlio
31711           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
31712           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
31713           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
31714           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
31715           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
31716           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
31717           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
31718           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
31719            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
31720            - lib/File/Glob/case.t lib/File/Glob/global.t
31721            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
31722            - lib/File/Temp/posix.t lib/File/Temp/security.t
31723            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
31724            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
31725            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
31726            - lib/Text/Wrap/wrap.t
31727           !> (integrate 41 files)
31728 ____________________________________________________________________________
31729 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
31730         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
31731              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
31732              Date: Thu, 21 Jun 2001 13:04:54 -0500
31733              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
31734      Branch: perl
31735            ! ext/Cwd/Cwd.xs
31736 ____________________________________________________________________________
31737 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
31738         Log: Subject: [PATCH pod] overlong =item
31739              From: Robin Barker <rmb1@cise.npl.co.uk>
31740              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
31741              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
31742      Branch: perl
31743            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
31744            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
31745 ____________________________________________________________________________
31746 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
31747         Log: Subject: [PATCH perlio.c] format 
31748              From: Robin Barker <rmb1@cise.npl.co.uk>
31749              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
31750              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
31751      Branch: perl
31752            ! perlio.c
31753 ____________________________________________________________________________
31754 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
31755         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
31756              From: Radu Greab <radu@netsoft.ro>
31757              Date: Thu, 21 Jun 2001 19:06:02 +0300
31758              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
31759      Branch: perl
31760            ! pod/perlapi.pod sv.c
31761 ____________________________________________________________________________
31762 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
31763         Log: The metaconfig unit changes for #10788.
31764      Branch: metaconfig/U/perl
31765            ! Cross.U fflushall.U
31766 ____________________________________________________________________________
31767 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
31768         Log: Cross-configuration changes: make $from to rm the files
31769              before copying them over (this means that he rm can be
31770              removed from the fflushall test), create $targetmkdir      
31771              (not documented in install since it is supposed to internal
31772              use only), make $run to copy over the executable only if
31773              a stamp file .xok doesn't already exist (to avoid unnecessary
31774              copying of the executable)
31775      Branch: perl
31776            ! Configure Makefile.SH
31777 ____________________________________________________________________________
31778 [ 10787] By: nick                                  on 2001/06/21  14:16:18
31779         Log: Integrate mainline
31780      Branch: perlio
31781           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
31782           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
31783           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
31784            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
31785           !> (integrate 34 files)
31786 ____________________________________________________________________________
31787 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
31788         Log: Re-add the files as text.
31789      Branch: perl
31790            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
31791 ____________________________________________________________________________
31792 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
31793         Log: Delete the binary files.
31794      Branch: perl
31795            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
31796 ____________________________________________________________________________
31797 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
31798         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
31799              From: Andy Dougherty <doughera@lafayette.edu>
31800              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
31801              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
31802      Branch: perl
31803            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
31804            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
31805            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
31806            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
31807 ____________________________________________________________________________
31808 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
31809         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
31810              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
31811              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
31812              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
31813              
31814              Setting umask to something friendlier.
31815      Branch: perl
31816            ! installman installperl
31817 ____________________________________________________________________________
31818 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
31819         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
31820              Resort MANIFEST with sort -f, looks much better.
31821      Branch: perl
31822            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
31823            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
31824            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
31825            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
31826            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
31827            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
31828            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
31829            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
31830            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
31831            - lib/File/Glob/case.t lib/File/Glob/global.t
31832            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
31833            - lib/File/Temp/posix.t lib/File/Temp/security.t
31834            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
31835            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
31836            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
31837            - lib/Text/Wrap/wrap.t
31838            ! MANIFEST
31839 ____________________________________________________________________________
31840 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
31841         Log: Upgrade to I18N::LangTags 0.25.
31842      Branch: perl
31843            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
31844            ! lib/I18N/LangTags/List.pm
31845 ____________________________________________________________________________
31846 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
31847         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
31848              From: Richard Soderberg <rs@crystalflame.net>
31849              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
31850              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
31851      Branch: perl
31852            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
31853            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
31854 ____________________________________________________________________________
31855 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
31856         Log: Test obsoleted by change #10777.
31857      Branch: perl
31858            ! t/op/sub_lval.t
31859 ____________________________________________________________________________
31860 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
31861         Log: Case of confused test numbering.
31862      Branch: perl
31863            ! t/op/pat.t
31864 ____________________________________________________________________________
31865 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
31866         Log: Subject: Re: Opinion on undef lvalue
31867              From: Abhijit Menon-Sen <ams@wiw.org>
31868              Date: Sun, 17 Jun 2001 13:04:46 +0530
31869              Message-ID: <20010617130446.B27925@lustre.linux.in>
31870              
31871              Allow lvalue subs to return undef in array context.
31872      Branch: perl
31873            ! pp_hot.c
31874 ____________________________________________________________________________
31875 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
31876         Log: Just a guess that using the same hack for cygwin as
31877              for win32 might help.
31878      Branch: perl
31879            ! lib/File/Find/find.t
31880 ____________________________________________________________________________
31881 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
31882         Log: NetWare tweaks from Guruprasad.
31883      Branch: perl
31884            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
31885            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
31886            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
31887            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
31888 ____________________________________________________________________________
31889 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
31890         Log: Subject: Re: perl@10722: Bogus warnings on REs 
31891              From: Hugo <hv@crypt.compulink.co.uk>
31892              Date: Thu, 21 Jun 2001 09:51:17 +0100
31893              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
31894              
31895              Unroll to avoid a UTS compiler bug.
31896      Branch: perl
31897            ! regcomp.c
31898 ____________________________________________________________________________
31899 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
31900         Log: Subject: Re: [PATCH] Make /o work under i?threads
31901              From: Artur Bergman <artur@contiller.se>
31902              Date: Thu, 21 Jun 2001 14:38:03 +0200
31903              Message-ID: <B757B74A.184D%artur@contiller.se>
31904      Branch: perl
31905            ! t/op/pat.t
31906 ____________________________________________________________________________
31907 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
31908         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
31909              From: Artur Bergman <artur@contiller.se> 
31910              Date: Thu, 21 Jun 2001 14:27:33 +0200
31911              Message-ID: <B757B4D4.1849%artur@contiller.se>
31912              
31913              Plus extra parentheses.
31914      Branch: perl
31915            ! op.h
31916 ____________________________________________________________________________
31917 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
31918         Log: Subject: [PATCH] Make /o work under i?threads
31919              From: Richard Soderberg <rs@crystalflame.net>
31920              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
31921              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
31922      Branch: perl
31923            ! pp_ctl.c
31924 ____________________________________________________________________________
31925 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
31926         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
31927              From: Artur Bergman <artur@contiller.se>
31928              Date: Thu, 21 Jun 2001 14:04:54 +0200
31929              Message-ID: <B757AF86.1842%artur@contiller.se>
31930      Branch: perl
31931            ! op.h
31932 ____________________________________________________________________________
31933 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
31934         Log: Subject: Re: perl@10765: sv.c not OK on win32
31935              From: Artur Bergman <artur@contiller.se>
31936              Date: Thu, 21 Jun 2001 10:31:06 +0200
31937              Message-ID: <B7577D69.182C%artur@contiller.se>
31938      Branch: perl
31939            ! sv.c
31940 ____________________________________________________________________________
31941 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
31942         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
31943              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31944              Date: Thu, 21 Jun 2001 06:23:56 -0400
31945              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
31946              
31947              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
31948              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31949              Date: Thu, 21 Jun 2001 06:32:21 -0400
31950              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
31951      Branch: perl
31952            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
31953 ____________________________________________________________________________
31954 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
31955         Log: Subject: [PATCH] make syslog test more verbose
31956              From: Robert Spier <rspier@pobox.com>
31957              Date: Thu, 21 Jun 2001 00:54:32 -0400
31958              Message-ID: <15153.32264.295807.333073@rls.cx>
31959      Branch: perl
31960            ! ext/Sys/Syslog/syslog.t
31961 ____________________________________________________________________________
31962 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
31963         Log: Subject: op/study.t refinements
31964              From: Hugo <hv@crypt.compulink.co.uk>
31965              Date: Thu, 21 Jun 2001 00:29:07 +0100
31966              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
31967      Branch: perl
31968            ! t/op/study.t
31969 ____________________________________________________________________________
31970 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
31971         Log: Update Changes.
31972      Branch: perl
31973            ! Changes patchlevel.h
31974 ____________________________________________________________________________
31975 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
31976         Log: Subject: Re: [PATCH] djgpp updates
31977              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
31978              Date: Wed, 20 Jun 2001 10:05:15 +0200
31979              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
31980      Branch: perl
31981            ! djgpp/config.over
31982 ____________________________________________________________________________
31983 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
31984         Log: Fix for ID 20010619.002 "When building hash, hash keys that
31985              are function calls are not being called", from Abhijit.
31986      Branch: perl
31987            ! t/base/lex.t toke.c
31988 ____________________________________________________________________________
31989 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
31990         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
31991      Branch: perl
31992            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
31993            + lib/Locale/Maketext/test.pl
31994            - lib/Locale/Maketext.t
31995            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
31996            ! lib/Locale/Maketext/TPJ13.pod
31997 ____________________________________________________________________________
31998 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
31999         Log: Metaconfig unit change for #10760.
32000      Branch: metaconfig
32001            ! U/modified/Cppsym.U
32002 ____________________________________________________________________________
32003 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
32004         Log: Do not remove the ccsym* Cppsym* files since
32005              they are useful for metaconfig units coming after us.
32006              (This is the Configure nit mentioned in #10752.)
32007      Branch: perl
32008            ! Configure
32009 ____________________________________________________________________________
32010 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
32011         Log: Update to I18N::LangTags 0.24, from Sean Burke.
32012      Branch: perl
32013            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
32014            + lib/I18N/LangTags/README
32015            - lib/I18N/LangTags/List.pod
32016            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
32017 ____________________________________________________________________________
32018 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
32019         Log: Regen headers.
32020      Branch: perl
32021            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
32022            ! pod/perlapi.pod proto.h
32023 ____________________________________________________________________________
32024 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
32025         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
32026              From: Artur Bergman <artur@contiller.se>
32027              Date: Wed, 20 Jun 2001 11:31:32 +0200
32028              Message-ID: <B7563A14.17D8%artur@contiller.se>
32029      Branch: perl
32030            ! embed.pl hv.c intrpvar.h sv.c sv.h
32031 ____________________________________________________________________________
32032 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
32033         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
32034              From: Tim Sweetman <tim@aldigital.co.uk> 
32035              Date: Wed, 13 Jun 2001 14:25:17 +0100 
32036              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
32037      Branch: perl
32038            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
32039 ____________________________________________________________________________
32040 [ 10755] By: nick                                  on 2001/06/20  16:12:37
32041         Log: Integrate mainline
32042      Branch: perlio
32043           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
32044           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
32045           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
32046           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
32047           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
32048           !> t/op/study.t util.c
32049 ____________________________________________________________________________
32050 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
32051         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
32052              but not Makefile)
32053      Branch: maint-5.6/perl
32054            ! win32/Makefile
32055 ____________________________________________________________________________
32056 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
32057         Log: Security tweak on readlink().
32058      Branch: perl
32059            ! pp_sys.c
32060 ____________________________________________________________________________
32061 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
32062         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
32063      Branch: perl
32064            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
32065            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
32066            ! mpeix/relink t/op/pwent.t
32067 ____________________________________________________________________________
32068 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
32069         Log: Reinstate #10725 (with probe for alarm()).
32070      Branch: perl
32071            ! t/op/study.t
32072 ____________________________________________________________________________
32073 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
32074         Log: Replace our implementation of realpath() with OpenBSD's
32075              (src/lib/libc/stdlib/realpath.c 1.4).
32076      Branch: perl
32077            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
32078            ! pod/perldiag.pod proto.h util.c
32079 ____________________________________________________________________________
32080 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
32081         Log: Integrate perlio.
32082      Branch: perl
32083           !> perlio.c
32084 ____________________________________________________________________________
32085 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
32086         Log: No point in going into memory-saving contortions
32087              with getcwd() since there's a danger of buffer overflow.
32088              Also make the POSIX extension to use sv_getcwd().
32089              Finally, a missed proto.h fragment.
32090      Branch: perl
32091            ! ext/POSIX/POSIX.xs proto.h util.c
32092 ____________________________________________________________________________
32093 [ 10747] By: nick                                  on 2001/06/20  12:38:26
32094         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
32095      Branch: perlio
32096            ! perlio.c
32097 ____________________________________________________________________________
32098 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
32099         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
32100              From: Graham Barr <gbarr@pobox.com>
32101              Date: Wed, 20 Jun 2001 11:05:49 +0100
32102              Message-ID: <20010620110549.I19188@pobox.com>
32103              
32104              reported in        
32105              
32106              Subject: Bug in IO::Socket::INET module (repeat)
32107              From: "Harmon S. Nine" <hnine@netarx.com>
32108              Date: Tue, 19 Jun 2001 09:41:35 -0400
32109              Message-ID: <3B2F568F.8080605@netarx.com>
32110              
32111              The bug was that the IO::Socket::INET constructor
32112              did not allow a 'LocalPort' of 0.
32113      Branch: perl
32114            ! ext/IO/lib/IO/Socket/INET.pm
32115 ____________________________________________________________________________
32116 [ 10745] By: nick                                  on 2001/06/20  08:56:39
32117         Log: Integrate mainline.
32118      Branch: perlio
32119           !> (integrate 37 files)
32120 ____________________________________________________________________________
32121 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
32122         Log: After some reading I don't think we can blindly
32123              use systems' realpath().  Too many security problems,
32124              too many buggy implementations.
32125              
32126              TODO: the realpath() emulation code in util.c doesn't
32127              seem fully operational?  (readlink(), for example?)
32128      Branch: perl
32129            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
32130            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
32131            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
32132            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
32133            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
32134            ! win32/config_H.gc win32/config_H.vc
32135 ____________________________________________________________________________
32136 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
32137         Log: Metaconfig unit change for #10738.
32138      Branch: metaconfig
32139            ! U/compline/d_gconvert.U
32140 ____________________________________________________________________________
32141 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
32142         Log: Integrate change #10739 from maintperl:
32143              
32144              C<eval "/x$\r\n/x"> fails to compile correctly 
32145      Branch: perl
32146           !> t/op/pat.t toke.c
32147 ____________________________________________________________________________
32148 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
32149         Log: Retract #10725 (Hugo asked NOT to apply the patch)
32150      Branch: perl
32151            ! t/op/study.t
32152 ____________________________________________________________________________
32153 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
32154         Log: The test.third results were funnily named because of the
32155              new test scheme.
32156      Branch: perl
32157            ! t/TEST
32158 ____________________________________________________________________________
32159 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
32160         Log: C<eval "/x$\r\n/x"> fails to compile correctly
32161      Branch: maint-5.6/perl
32162            ! t/op/pat.t toke.c
32163 ____________________________________________________________________________
32164 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
32165         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
32166              From: Spider Boardman <spider@Orb.Nashua.NH.US>
32167              Date: Tue, 19 Jun 2001 19:15:40 -0400
32168              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
32169              
32170              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
32171              because "1e+129" being expected but "1.e+129" being returned.
32172              The culprit (at least in Tru64) is the use of gcvt().
32173      Branch: perl
32174            ! Configure
32175 ____________________________________________________________________________
32176 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
32177         Log: Subject: [PATCH perl@10722] test hunting on VMS
32178              From: "Craig A. Berry" <craigberry@mac.com>
32179              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
32180              Date: Tue, 19 Jun 2001 18:59:01 -0500
32181      Branch: perl
32182            ! vms/test.com
32183 ____________________________________________________________________________
32184 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
32185         Log: Subject: [PATCH] s/typos//
32186              From: Abhijit Menon-Sen <ams@wiw.org>
32187              Date: Wed, 20 Jun 2001 02:15:02 +0530
32188              Message-ID: <20010620021502.A14541@lustre.linux.in>
32189              
32190              Without the op.h s/bearword/bareword/ hunk, see
32191              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
32192      Branch: perl
32193            ! util.c
32194 ____________________________________________________________________________
32195 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
32196         Log: Metaconfig unit change for #10732 and #10733.
32197      Branch: metaconfig/U/perl
32198            ! fflushall.U
32199 ____________________________________________________________________________
32200 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
32201         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
32202              From: "Craig A. Berry" <craigberry@mac.com>
32203              Date: Tue, 19 Jun 2001 17:19:48 -0500
32204              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
32205      Branch: perl
32206            ! configure.com vms/descrip_mms.template
32207 ____________________________________________________________________________
32208 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
32209         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
32210              From: Spider Boardman <spider@Orb.Nashua.NH.US>
32211              Date: Tue, 19 Jun 2001 16:48:07 -0400
32212              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
32213              
32214              Further fixes to fflush(NULL) detection.
32215      Branch: perl
32216            ! Configure
32217 ____________________________________________________________________________
32218 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
32219         Log: AIX test -s hangs with non-existent files?
32220              (A genuine logic bug in Configure, but AIX also broken?)
32221      Branch: perl
32222            ! Configure
32223 ____________________________________________________________________________
32224 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
32225         Log: AUTHORS updates.
32226      Branch: perl
32227            ! AUTHORS
32228 ____________________________________________________________________________
32229 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
32230         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
32231              From: Spider Boardman <spider@Orb.Nashua.NH.US>
32232              Date: Tue, 19 Jun 2001 15:33:25 -0400
32233              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
32234      Branch: perl
32235            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
32236            ! t/lib/warnings/pp
32237 ____________________________________________________________________________
32238 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
32239         Log: Integrate perlio.
32240      Branch: perl
32241           !> lib/File/Find/find.t win32/distclean.bat
32242 ____________________________________________________________________________
32243 [ 10728] By: nick                                  on 2001/06/19  18:24:53
32244         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
32245      Branch: perlio
32246            ! lib/File/Find/find.t win32/distclean.bat
32247 ____________________________________________________________________________
32248 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
32249         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
32250              also add information how to find out whether one has PerlIO.
32251      Branch: perl
32252            ! pod/perlfunc.pod
32253 ____________________________________________________________________________
32254 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
32255         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
32256              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
32257              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
32258              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
32259      Branch: perl
32260            ! pod/perlfunc.pod
32261 ____________________________________________________________________________
32262 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
32263         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
32264              From: Hugo <hv@crypt.compulink.co.uk>
32265              Date: Tue, 19 Jun 2001 12:37:30 +0100
32266              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
32267      Branch: perl
32268            ! t/op/study.t
32269 ____________________________________________________________________________
32270 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
32271         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
32272              From: Hugo <hv@crypt.compulink.co.uk>
32273              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
32274              Date: Tue, 19 Jun 2001 13:15:17 +0100
32275      Branch: perl
32276            ! util.c
32277 ____________________________________________________________________________
32278 [ 10723] By: nick                                  on 2001/06/19  14:46:15
32279         Log: Integrate mainline
32280      Branch: perlio
32281           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
32282           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
32283           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
32284           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
32285           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
32286           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
32287            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
32288            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
32289            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
32290            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
32291            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
32292            - ext/Thread/unsync4.t
32293           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
32294           !> djgpp/config.over djgpp/fixpmain
32295           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
32296           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
32297           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
32298 ____________________________________________________________________________
32299 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
32300         Log: Update Changes.
32301      Branch: perl
32302            ! Changes patchlevel.h
32303 ____________________________________________________________________________
32304 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
32305         Log: The existence shall be MANIFESted.
32306      Branch: perl
32307            ! MANIFEST
32308 ____________________________________________________________________________
32309 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
32310         Log: The old libnet.cfg is first searched from the current directory,
32311              only then from the module path.
32312      Branch: perl
32313            ! utils/libnetcfg.PL
32314 ____________________________________________________________________________
32315 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
32316         Log: NetWare tweaks from Guruprasad.
32317      Branch: perl
32318            ! NetWare/Makefile NetWare/config.wc
32319 ____________________________________________________________________________
32320 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
32321         Log: Subject: [PATCH] djgpp updates
32322              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
32323              Date: Tue, 19 Jun 2001 10:59:06 +0200
32324              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
32325      Branch: perl
32326            ! djgpp/config.over djgpp/fixpmain
32327 ____________________________________________________________________________
32328 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
32329         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
32330              From: Prymmer/Kahn <pvhp@best.com>
32331              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
32332              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
32333      Branch: perl
32334            ! win32/Makefile
32335 ____________________________________________________________________________
32336 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
32337         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
32338              to happen right after the inclusion of <inttypes.h>,
32339              from Edward Moy.
32340      Branch: perl
32341            ! handy.h perl.h
32342 ____________________________________________________________________________
32343 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
32344         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
32345              From: Doug MacEachern <dougm@covalent.net>
32346              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
32347              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
32348      Branch: perl
32349            ! ext/DynaLoader/DynaLoader_pm.PL
32350 ____________________________________________________________________________
32351 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
32352         Log: Revert #10656 for performance reasons but leave in the
32353              use of Hv*() macros -- in comments, so that grepping the
32354              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
32355              suggested by Sarathy, also by Abhijit.)
32356      Branch: perl
32357            ! hv.c
32358 ____________________________________________________________________________
32359 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
32360         Log: Subject: [patch] .s MakeMaker suffix
32361              From: Doug MacEachern <dougm@covalent.net>
32362              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
32363              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
32364      Branch: perl
32365            ! lib/ExtUtils/MM_Unix.pm
32366 ____________________________________________________________________________
32367 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
32368         Log: One test lost in the big shuffle restored.
32369      Branch: perl
32370            + ext/IPC/SysV/ipcsysv.t
32371            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
32372 ____________________________________________________________________________
32373 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
32374         Log: Rename the old non-standard threads tests so that
32375              they won't be invoked.
32376      Branch: perl
32377            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
32378            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
32379            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
32380            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
32381            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
32382            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
32383            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
32384            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
32385            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
32386            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
32387            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
32388            - ext/Thread/unsync4.t
32389            ! MANIFEST
32390 ____________________________________________________________________________
32391 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
32392         Log: Integrate perlio.
32393      Branch: perl
32394           !> win32/config_sh.PL
32395 ____________________________________________________________________________
32396 [ 10709] By: nick                                  on 2001/06/19  08:18:18
32397         Log: Integrate mainline
32398      Branch: perlio
32399           +> (branch 40 files)
32400            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
32401            - lib/strict/subs lib/strict/vars lib/warnings/1global
32402            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
32403            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
32404            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
32405            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
32406            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
32407            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
32408            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
32409            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
32410            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
32411            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
32412            - lib/warnings/utf8 lib/warnings/util
32413           !> (integrate 57 files)
32414 ____________________________________________________________________________
32415 [ 10708] By: nick                                  on 2001/06/19  07:57:10
32416         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
32417      Branch: perlio
32418            ! win32/config_sh.PL
32419 ____________________________________________________________________________
32420 [ 10707] By: nick                                  on 2001/06/19  07:05:07
32421         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
32422      Branch: perl
32423            ! perly.c perly.y perly_c.diff vms/perly_c.vms
32424 ____________________________________________________________________________
32425 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
32426         Log: More perl572delta tweaks.
32427      Branch: perl
32428            ! pod/perl572delta.pod
32429 ____________________________________________________________________________
32430 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
32431         Log: Update perl572delta.
32432      Branch: perl
32433            ! pod/perl572delta.pod
32434 ____________________________________________________________________________
32435 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
32436         Log: VOS updates from Paul Green.
32437      Branch: perl
32438            ! vos/Changes vos/build.cm vos/perl.bind
32439 ____________________________________________________________________________
32440 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
32441         Log: Update the vos/config.*.* files.
32442      Branch: perl
32443            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
32444            ! vos/config.ga.h
32445 ____________________________________________________________________________
32446 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
32447         Log: Add a makefile for more painless adding of symbols to the
32448              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
32449              takes care of the adding)
32450      Branch: perl
32451            + vos/Makefile
32452 ____________________________________________________________________________
32453 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
32454         Log: Make libnetcfg by default display the libnet configuration,
32455              -c to change, add -i for old config, document all options,
32456              regen toc.
32457      Branch: perl
32458            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
32459 ____________________________________________________________________________
32460 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
32461         Log: gcc -Wall sweep.
32462      Branch: perl
32463            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
32464 ____________________________________________________________________________
32465 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
32466         Log: So there.
32467      Branch: perl
32468            ! universal.c
32469 ____________________________________________________________________________
32470 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
32471         Log: Document the need for sv_printify().
32472              
32473              Document that 'use utf8' has been considered.
32474              
32475              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
32476      Branch: perl
32477            ! pod/perltodo.pod universal.c
32478 ____________________________________________________________________________
32479 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
32480         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
32481              From: Nicholas Clark <nick@ccl4.org>
32482              Date: Mon, 18 Jun 2001 23:29:23 +0100
32483              Message-ID: <20010618232923.I98663@plum.flirble.org>
32484      Branch: perl
32485            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
32486            ! ext/Sys/Syslog/Makefile.PL
32487 ____________________________________________________________________________
32488 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
32489         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
32490              From: Scott.L.Miller@Compaq.com
32491              Date: Mon, 18 Jun 2001 10:12:27 -0500
32492              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
32493      Branch: perl
32494            ! lib/perl5db.pl pod/perldebug.pod
32495 ____________________________________________________________________________
32496 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
32497         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
32498              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
32499              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
32500              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
32501      Branch: perl
32502            ! lib/Carp/Heavy.pm
32503 ____________________________________________________________________________
32504 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
32505         Log: Subject: [PATCH] Documentation changes for CLONE
32506              From: Artur Bergman <artur@contiller.se>
32507              Date: Mon, 18 Jun 2001 22:06:37 +0200
32508              Message-ID: <B7542BEC.1719%artur@contiller.se>
32509      Branch: perl
32510            ! pod/perlmod.pod pod/perlsub.pod
32511 ____________________________________________________________________________
32512 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
32513         Log: Subject: Re: configure.com
32514              From: "Craig A. Berry" <craigberry@mac.com>
32515              Date: Mon, 18 Jun 2001 16:04:38 -0500
32516              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
32517      Branch: perl
32518            ! configure.com
32519 ____________________________________________________________________________
32520 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
32521         Log: Subject: PL_nullstash + perl_clone()
32522              From: Doug MacEachern <dougm@covalent.net>
32523              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
32524              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
32525      Branch: perl
32526            ! sv.c
32527 ____________________________________________________________________________
32528 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
32529         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
32530              From: davem@fdgroup.co.uk
32531              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
32532              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
32533      Branch: perl
32534            ! embed.pl pod/perlapi.pod
32535 ____________________________________________________________________________
32536 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
32537         Log: More cross-compilation defaults gleaned from -Dcc
32538              if it is CPU-OS-gcc.
32539      Branch: metaconfig
32540            ! U/modified/libc.U
32541      Branch: metaconfig/U/perl
32542            ! Cross.U
32543      Branch: perl
32544            ! Configure INSTALL
32545 ____________________________________________________________________________
32546 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
32547         Log: Update Changes.
32548      Branch: perl
32549            ! Changes patchlevel.h
32550 ____________________________________________________________________________
32551 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
32552         Log: Subject: [PATCH 5.7.1] sv.c documentation
32553              From: davem@fdgroup.co.uk
32554              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
32555              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
32556      Branch: perl
32557            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
32558            ! sv.c sv.h
32559 ____________________________________________________________________________
32560 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
32561         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
32562              From: "Jon Gunnip" <jongunnip@hotmail.com>
32563              Date: Sun, 17 Jun 2001 18:24:29 -0400
32564              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
32565      Branch: perl
32566            ! pod/perlvar.pod
32567 ____________________________________________________________________________
32568 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
32569         Log: Move the locale/strict/warnings helper files back
32570              under the t/lib; this way the amount of non-installabled
32571              stuff under lib/ stays smaller.
32572      Branch: perl
32573            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
32574            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
32575            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
32576            + t/lib/warnings/5nolint t/lib/warnings/6default
32577            + t/lib/warnings/7fatal t/lib/warnings/8signal
32578            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
32579            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
32580            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
32581            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
32582            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
32583            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
32584            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
32585            + t/lib/warnings/taint t/lib/warnings/toke
32586            + t/lib/warnings/universal t/lib/warnings/utf8
32587            + t/lib/warnings/util
32588            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
32589            - lib/strict/subs lib/strict/vars lib/warnings/1global
32590            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
32591            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
32592            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
32593            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
32594            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
32595            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
32596            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
32597            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
32598            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
32599            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
32600            - lib/warnings/utf8 lib/warnings/util
32601            ! MANIFEST installperl lib/locale.t lib/strict.t
32602 ____________________________________________________________________________
32603 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
32604         Log: Split off the pack/unpack code, from Nicholas Clark.
32605      Branch: perl
32606            + pp_pack.c
32607            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
32608            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
32609            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
32610 ____________________________________________________________________________
32611 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
32612         Log: Guard the SysV IPC tests against being invoked in
32613              SysV-IPC-less places.
32614      Branch: perl
32615            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
32616 ____________________________________________________________________________
32617 [ 10683] By: nick                                  on 2001/06/18  12:24:42
32618         Log: Integrate mainline (new test scheme now ok on Linux).
32619      Branch: perlio
32620           +> lib/warnings.t
32621           !> dump.c sv.c
32622 ____________________________________________________________________________
32623 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
32624         Log: Add the locale.c and numeric.c to the microperl sources.
32625      Branch: perl
32626            ! Makefile.micro win32/Makefile
32627 ____________________________________________________________________________
32628 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
32629         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
32630              From: Abhijit Menon-Sen <ams@wiw.org>
32631              Date: Mon, 18 Jun 2001 14:23:44 +0530
32632              Message-ID: <20010618142344.A13136@lustre.linux.in>
32633      Branch: perl
32634            ! dump.c
32635 ____________________________________________________________________________
32636 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
32637         Log: Subject: Re: [PATCH] more anonymous stash cleanups
32638              From: Abhijit Menon-Sen <ams@wiw.org>
32639              Date: Mon, 18 Jun 2001 15:50:32 +0530
32640              Message-ID: <20010618155032.A13223@lustre.linux.in>
32641              
32642              Plus the comment left in as suggested by NI-S.
32643      Branch: perl
32644            ! sv.c
32645 ____________________________________________________________________________
32646 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
32647         Log: One missed file.
32648      Branch: perl
32649            + lib/warnings.t
32650 ____________________________________________________________________________
32651 [ 10678] By: nick                                  on 2001/06/18  08:05:29
32652         Log: Integrate mainline (part2 - the deletes)
32653      Branch: perlio
32654            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
32655            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
32656            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
32657            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
32658            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
32659            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
32660            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
32661            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
32662            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
32663            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
32664            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
32665 ____________________________________________________________________________
32666 [ 10677] By: nick                                  on 2001/06/18  08:04:44
32667         Log: Integrate mainline (part1)
32668      Branch: perlio
32669           +> (branch 376 files)
32670            - (delete 219 files)
32671           !> (integrate 151 files)
32672 ____________________________________________________________________________
32673 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
32674         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
32675              No doubt I made some mistakes like missed some files or
32676              misnamed some files.  The naming rules were more or less:
32677              (1) if the module is from CPAN, follows its ways, be it
32678              t/*.t or test.pl.
32679              (2) otherwise if there are multiple tests for a module
32680              put them in a t/
32681              (3) otherwise if there's only one test put it in Module.t
32682              (4) helper files go to module/ (locale, strict, warnings)
32683              (5) use longer filenames now that we can (but e.g. the
32684              compat-0.6.t and the Text::Balanced test files still
32685              were renamed to be more civil against the 8.3 people)
32686              installperl was updated appropriately not to install the
32687              *.t files or the help files from under lib.
32688              
32689              TODO: some helper files still remain under t/ that could
32690              follow their 'masters'.  UPDATE: On second thoughts, why
32691              should they.  They can continue to live under t/lib, and
32692              in fact the locale/strict/warnings helpers that were moved
32693              could be moved back.  This way the amount of non-installable
32694              stuff under lib/ stays smaller.
32695      Branch: perl
32696            + (add 253 files)
32697            - (delete 254 files)
32698            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
32699 ____________________________________________________________________________
32700 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
32701         Log: The warning no more comes from util.c, it comes from numeric.c.
32702      Branch: perl
32703            ! README.tru64
32704 ____________________________________________________________________________
32705 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
32706         Log: Subject: Re: anyone good at casting spells?
32707              From: Spider Boardman <spider@Orb.Nashua.NH.US>
32708              Date: Sun, 17 Jun 2001 21:21:04 -0400
32709              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
32710      Branch: perl
32711            ! ext/POSIX/POSIX.xs hv.h
32712 ____________________________________________________________________________
32713 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
32714         Log: Protect the (original) thread tests against testing if no 5.005
32715              threads have been configured.
32716      Branch: perl
32717            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
32718            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
32719            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
32720            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
32721            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
32722            ! ext/Thread/unsync4.t
32723 ____________________________________________________________________________
32724 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
32725         Log: Try the new test scanning scheme on Text::Abbrev.
32726      Branch: perl
32727            + lib/Text/Abbrev.t
32728            - lib/Text/Abbrev/t/abbrev.t
32729            ! MANIFEST
32730 ____________________________________________________________________________
32731 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
32732         Log: Change the scan policy of the *.t and test.pl files,
32733              now the *.t do not need to live in a t/ directory.
32734      Branch: perl
32735            ! t/TEST t/harness
32736 ____________________________________________________________________________
32737 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
32738         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
32739              From: Ilmari Karonen <iltzu@sci.fi>
32740              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
32741              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
32742      Branch: perl
32743            ! pod/perlfaq7.pod
32744 ____________________________________________________________________________
32745 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
32746         Log: Quench the warnings from Tru64; the HP-UX is still
32747              broken because it really, REALLY, doesn't like the
32748              HvARRAY() being lvalue:
32749              
32750              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
32751              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
32752      Branch: perl
32753            ! hv.c
32754 ____________________________________________________________________________
32755 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
32756         Log: Integrate change #10667 from maintperl:
32757              
32758              change#10449 broke the special-case that makes lexicals inside the
32759              eval"" within DB::DB() visible
32760      Branch: perl
32761           !> op.c
32762 ____________________________________________________________________________
32763 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
32764         Log: change#10449 broke the special-case that makes lexicals inside the
32765              eval"" within DB::DB() visible
32766      Branch: maint-5.6/perl
32767            ! op.c
32768 ____________________________________________________________________________
32769 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
32770         Log: Still spurious output; indent the code a bit.
32771              
32772              TODO1: separate the utility functions like MkDir
32773              into a helper script?
32774              
32775              TODO2: I see a lot of repetition in the filepath()
32776              and dirpath() calls.
32777      Branch: perl
32778            ! t/lib/filefind.t t/lib/findtaint.t
32779 ____________________________________________________________________________
32780 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
32781         Log: Regen modlib, toc.
32782      Branch: perl
32783            ! pod/perlmodlib.pod pod/perltoc.pod
32784 ____________________________________________________________________________
32785 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
32786         Log: Add libnetcfg to perlutil.
32787      Branch: perl
32788            ! pod/perlutil.pod
32789 ____________________________________________________________________________
32790 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
32791         Log: Initial integration of libnet-1.0703.
32792              The Configure script renamed as libnetcfg, will be
32793              installed along other utilities.
32794      Branch: perl
32795            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
32796            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
32797            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
32798            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
32799            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
32800            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
32801            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
32802            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
32803            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
32804            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
32805            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
32806            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
32807            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
32808            + utils/libnetcfg.PL
32809            ! MANIFEST utils.lst utils/Makefile
32810 ____________________________________________________________________________
32811 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
32812         Log: Less potentially test-harness-confusing output.
32813      Branch: perl
32814            ! lib/Memoize/t/expire_module_t.t
32815 ____________________________________________________________________________
32816 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
32817         Log: The final print annoys make test.
32818      Branch: perl
32819            ! t/lib/filefind.t t/lib/findtaint.t
32820 ____________________________________________________________________________
32821 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
32822         Log: Add an option for handling dangling symbolic links.
32823      Branch: perl
32824            ! lib/File/Find.pm t/lib/filefind.t
32825 ____________________________________________________________________________
32826 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
32827         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
32828              From: Thomas Wegner <wegner_thomas@yahoo.com>
32829              Date: Sun, 17 Jun 2001 14:43:11 +0200
32830              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
32831      Branch: perl
32832            + t/lib/findtaint.t
32833            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
32834 ____________________________________________________________________________
32835 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
32836         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
32837              From: Jonathan Stowe <gellyfish@gellyfish.com>
32838              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
32839              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
32840      Branch: perl
32841            ! lib/ExtUtils/MM_Unix.pm
32842 ____________________________________________________________________________
32843 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
32844         Log: Subject: [PATCH] more anonymous stash cleanups
32845              From: Abhijit Menon-Sen <ams@wiw.org>
32846              Date: Sun, 17 Jun 2001 11:44:06 +0530
32847              Message-ID: <20010617114406.A25203@lustre.linux.in>
32848      Branch: perl
32849            ! op.c
32850 ____________________________________________________________________________
32851 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
32852         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
32853              From: Abhijit Menon-Sen <ams@wiw.org>
32854              Date: Sun, 17 Jun 2001 08:02:59 +0530
32855              Message-ID: <20010617080259.A28776@lustre.linux.in>
32856              
32857              Subject: [PATCH #2/7] xhv_eiter
32858              From: Abhijit Menon-Sen <ams@wiw.org>
32859              Date: Sun, 17 Jun 2001 08:13:18 +0530
32860              Message-ID: <20010617081318.B28776@lustre.linux.in>
32861              
32862              Subject: [PATCH #3/7] xhv_fill
32863              From: Abhijit Menon-Sen <ams@wiw.org>
32864              Date: Sun, 17 Jun 2001 08:25:16 +0530
32865              Message-ID: <20010617082516.C28776@lustre.linux.in>
32866              
32867              Subject: [PATCH #4/7] xhv_keys
32868              From: Abhijit Menon-Sen <ams@wiw.org>
32869              Date: Sun, 17 Jun 2001 08:36:17 +0530
32870              Message-ID: <20010617083617.D28776@lustre.linux.in>
32871              
32872              Subject: [PATCH #5/7] xhv_max
32873              From: Abhijit Menon-Sen <ams@wiw.org>
32874              Date: Sun, 17 Jun 2001 08:39:48 +0530
32875              Message-ID: <20010617083948.E28776@lustre.linux.in>
32876              
32877              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
32878              From: Abhijit Menon-Sen <ams@wiw.org>
32879              Date: Sun, 17 Jun 2001 08:51:11 +0530
32880              Message-ID: <20010617085111.F28776@lustre.linux.in>
32881      Branch: perl
32882            ! hv.c
32883 ____________________________________________________________________________
32884 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
32885         Log: Update Changes.
32886      Branch: perl
32887            ! Changes patchlevel.h
32888 ____________________________________________________________________________
32889 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
32890         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
32891              From: Abhijit Menon-Sen <ams@wiw.org>
32892              Date: Sat, 16 Jun 2001 07:41:19 +0530
32893              Message-ID: <20010616074119.A24720@lustre.linux.in>
32894      Branch: perl
32895            ! hv.c perl.c vms/vmsish.h win32/win32.h
32896 ____________________________________________________________________________
32897 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
32898         Log: Document tests failing when threaded, since we now have more.
32899      Branch: perl
32900            ! pod/perl572delta.pod
32901 ____________________________________________________________________________
32902 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
32903         Log: -Wall cleanup.
32904      Branch: perl
32905            ! ext/Thread/Thread.xs
32906 ____________________________________________________________________________
32907 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
32908         Log: pthread_attr_setstacksize() isn't absolutely necessary
32909              to call, only iff THREAD_CREATE_NEEDS_STACK.
32910      Branch: perl
32911            ! ext/Thread/Thread.xs
32912 ____________________________________________________________________________
32913 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
32914         Log: -Wall strays.
32915      Branch: perl
32916            ! perl.c util.c
32917 ____________________________________________________________________________
32918 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
32919         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
32920              (and INT64_MIN) brokenness.
32921      Branch: perl
32922            ! hints/darwin.sh perl.h
32923 ____________________________________________________________________________
32924 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
32925         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
32926              From: Nicholas Clark <nick@ccl4.org>
32927              Date: Sun, 17 Jun 2001 00:16:05 +0100
32928              Message-ID: <20010617001605.V98663@plum.flirble.org>
32929      Branch: perl
32930            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
32931            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
32932            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
32933 ____________________________________________________________________________
32934 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
32935         Log: Add perlnetware to docs; regen toc; supply skeleton
32936              docs for some Memoize submodules.
32937      Branch: perl
32938            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
32939            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
32940            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
32941            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
32942            ! win32/Makefile win32/makefile.mk
32943 ____________________________________________________________________________
32944 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
32945         Log: pod cleanup.
32946      Branch: perl
32947            ! README.netware
32948 ____________________________________________________________________________
32949 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
32950         Log: Integrate Memoize 0.64.  Few tweaks were required in
32951              the test scripts.  Note that the speed and expire*
32952              tests take several dozen seconds to run.
32953      Branch: perl
32954            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
32955            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
32956            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
32957            + lib/Memoize/README lib/Memoize/SDBM_File.pm
32958            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
32959            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
32960            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
32961            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
32962            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
32963            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
32964            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
32965            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
32966            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
32967            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
32968            ! MANIFEST t/lib/1_compile.t
32969 ____________________________________________________________________________
32970 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
32971         Log: Document the cross-compilation options.
32972      Branch: perl
32973            ! Cross/README INSTALL
32974 ____________________________________________________________________________
32975 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
32976         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
32977      Branch: perl
32978            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
32979            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
32980            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
32981            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
32982            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
32983            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
32984            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
32985            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
32986            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
32987            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
32988            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
32989            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
32990            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
32991            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
32992            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
32993            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
32994            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
32995            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
32996            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
32997            + lib/ExtUtils/MM_NW5.pm
32998            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
32999            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
33000            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
33001            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
33002            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
33003            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
33004            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
33005            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
33006            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
33007            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
33008            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
33009            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
33010            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
33011            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
33012            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
33013            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
33014            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
33015            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
33016            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
33017            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
33018            ! util.h x2p/a2py.c
33019 ____________________________________________________________________________
33020 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
33021         Log: Resort MANIFEST.
33022      Branch: perl
33023            ! MANIFEST
33024 ____________________________________________________________________________
33025 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
33026         Log: Integrate perlio.
33027      Branch: perl
33028           +> win32/win32io.c
33029           !> MANIFEST perlio.c perliol.h win32/makefile.mk
33030 ____________________________________________________________________________
33031 [ 10640] By: nick                                  on 2001/06/16  18:38:31
33032         Log: Disable :win32 layer as default till I get it working
33033      Branch: perlio
33034            ! MANIFEST perlio.c
33035 ____________________________________________________________________________
33036 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
33037         Log: Try the new scheme by moving the Text::Abbrev test
33038              to a new place under lib.
33039      Branch: perl
33040            + lib/Text/Abbrev/t/abbrev.t
33041            - t/lib/abbrev.t
33042            ! MANIFEST
33043 ____________________________________________________________________________
33044 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
33045         Log: Make the code even more dynamical so that testname
33046              suffix length can change.
33047      Branch: perl
33048            ! lib/Test/Harness.pm t/TEST
33049 ____________________________________________________________________________
33050 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
33051         Log: Allow for deeper t/ and also a single test.pl.
33052      Branch: perl
33053            ! t/TEST t/harness
33054 ____________________________________________________________________________
33055 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
33056         Log: #define fix from Nicholas Clark.
33057      Branch: perl
33058            ! ext/POSIX/POSIX.xs
33059 ____________________________________________________________________________
33060 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
33061         Log: Initialization is nice.
33062      Branch: perl
33063            ! lib/Test/Harness.pm
33064 ____________________________________________________________________________
33065 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
33066         Log: Make t/TEST and t/harness to test also the t/ tests
33067              under the main lib/ and ext/ directories.  Fix Test::Harness
33068              to dynamically change the width of its "foo/bar....ok" output.
33069      Branch: perl
33070            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
33071 ____________________________________________________________________________
33072 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
33073         Log: Subject: [PATCH] Re: perl@10611 
33074              From: Nicholas Clark <nick@ccl4.org>
33075              Date: Sat, 16 Jun 2001 16:52:47 +0100
33076              Message-ID: <20010616165247.O98663@plum.flirble.org>
33077              
33078              The .xs parts, too.
33079      Branch: perl
33080            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
33081            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
33082 ____________________________________________________________________________
33083 [ 10632] By: nick                                  on 2001/06/16  16:44:35
33084         Log: Work-in-progress win32 layer semi-functional, checking 
33085              for UNIX breakage.
33086      Branch: perlio
33087            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
33088 ____________________________________________________________________________
33089 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
33090         Log: Subject: [PATCH] Re: perl@10611 
33091              From: Nicholas Clark <nick@ccl4.org>
33092              Date: Sat, 16 Jun 2001 16:52:47 +0100
33093              Message-ID: <20010616165247.O98663@plum.flirble.org>
33094      Branch: perl
33095            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
33096            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
33097            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
33098            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
33099            ! lib/ExtUtils/Constant.pm
33100 ____________________________________________________________________________
33101 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
33102         Log: Metaconfig unit change for #10629.
33103      Branch: metaconfig
33104            ! U/modified/Finish.U
33105 ____________________________________________________________________________
33106 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
33107         Log: The extraction changed directories.
33108      Branch: perl
33109            ! Configure
33110 ____________________________________________________________________________
33111 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
33112         Log: Math::BigInt 1.35 from Tels.
33113      Branch: perl
33114            + t/lib/mbimbf.t
33115            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
33116            ! t/lib/bigfltpm.t t/lib/bigintpm.t
33117 ____________________________________________________________________________
33118 [ 10627] By: nick                                  on 2001/06/16  14:54:52
33119         Log: Work in progress UNIX-side edit of win32 PerLIO layer
33120      Branch: perlio
33121            + win32/win32io.c
33122            ! perlio.c win32/makefile.mk
33123 ____________________________________________________________________________
33124 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
33125         Log: Subject: [PATCH 5.6.1] os2/diff-configure
33126              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33127              Date: Fri, 15 Jun 2001 01:19:36 -0400
33128              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
33129              
33130              Empty all of it because I think #10624 made even the
33131              last patch hunk unnecessary.
33132      Branch: perl
33133            ! os2/diff.configure
33134 ____________________________________________________________________________
33135 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
33136         Log: Metaconfig unit change for 10624.
33137      Branch: metaconfig
33138            ! U/modified/libc.U
33139      Branch: perl
33140            ! config_h.SH
33141 ____________________________________________________________________________
33142 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
33143         Log: Move the initialization of libnames to the beginning so
33144              that can one 'seed' it (as OS/2 does.)
33145      Branch: perl
33146            ! Configure
33147 ____________________________________________________________________________
33148 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
33149         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
33150              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33151              Date: Fri, 15 Jun 2001 19:10:57 -0400
33152              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
33153      Branch: perl
33154            ! os2/OS2/REXX/DLL/DLL.pm
33155 ____________________________________________________________________________
33156 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
33157         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
33158              From: "Craig A. Berry" <craigberry@mac.com>
33159              Date: Fri, 15 Jun 2001 17:00:03 -0500
33160              Message-Id: <a05101007b750342599be@[172.16.52.1]>
33161      Branch: perl
33162            ! vms/descrip_mms.template
33163 ____________________________________________________________________________
33164 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
33165         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
33166              From: "Craig A. Berry" <craigberry@mac.com>
33167              Date: Fri, 15 Jun 2001 18:39:42 -0500
33168              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
33169      Branch: perl
33170            ! lib/File/Spec/VMS.pm t/lib/extutils.t
33171 ____________________________________________________________________________
33172 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
33173         Log: Integrate perlio.
33174      Branch: perl
33175           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
33176           !> t/io/utf8.t t/lib/io_scalar.t
33177 ____________________________________________________________________________
33178 [ 10619] By: nick                                  on 2001/06/15  21:05:19
33179         Log: Generated files
33180      Branch: perlio
33181            ! embed.h proto.h
33182 ____________________________________________________________________________
33183 [ 10618] By: nick                                  on 2001/06/15  20:27:42
33184         Log: Fix open.pm to work via XS-implemented method calls rather
33185              than *open::layers variables which caused all the HV/AV hassle.
33186      Branch: perlio
33187            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
33188            ! t/lib/io_scalar.t
33189 ____________________________________________________________________________
33190 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
33191         Log: Integrate perlio.
33192      Branch: perl
33193           !> lib/ExtUtils/Constant.pm
33194 ____________________________________________________________________________
33195 [ 10616] By: nick                                  on 2001/06/15  18:46:47
33196         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
33197      Branch: perlio
33198            ! lib/ExtUtils/Constant.pm
33199 ____________________________________________________________________________
33200 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
33201         Log: Integrate perlio.
33202      Branch: perl
33203           !> ext/Socket/Socket.xs
33204 ____________________________________________________________________________
33205 [ 10614] By: nick                                  on 2001/06/15  18:33:37
33206         Log: MULTIPLICITY fix for Socket.xs
33207      Branch: perlio
33208            ! ext/Socket/Socket.xs
33209 ____________________________________________________________________________
33210 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
33211         Log: Subject: Re: perl@10611
33212              From: Doug MacEachern <dougm@covalent.net>
33213              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
33214              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
33215      Branch: perl
33216            ! ext/Socket/Socket.xs
33217 ____________________________________________________________________________
33218 [ 10612] By: nick                                  on 2001/06/15  16:14:38
33219         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
33220      Branch: perlio
33221           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
33222           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
33223           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
33224           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
33225           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
33226           !> utils/h2ph.PL
33227 ____________________________________________________________________________
33228 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
33229         Log: Update Changes.
33230      Branch: perl
33231            ! Changes patchlevel.h
33232 ____________________________________________________________________________
33233 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
33234         Log: Upping the test count.
33235      Branch: perl
33236            ! t/lib/filefind.t
33237 ____________________________________________________________________________
33238 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
33239         Log: Integrate perlio.
33240      Branch: perl
33241           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
33242 ____________________________________________________________________________
33243 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
33244         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
33245              From: andreas.koenig@anima.de (Andreas J. Koenig)
33246              Date: 15 Jun 2001 13:30:39 +0200
33247              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
33248              
33249              Record the grim history.
33250      Branch: perl
33251            ! lib/File/Find.pm
33252 ____________________________________________________________________________
33253 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
33254         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
33255              From: Brian McCauley <nobull@mail.com>
33256              Date: 15 Jun 2001 07:51:26 +0100
33257              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
33258      Branch: perl
33259            ! lib/File/Find.pm t/lib/filefind.t
33260 ____________________________________________________________________________
33261 [ 10606] By: nick                                  on 2001/06/15  14:00:08
33262         Log: regen_config_h for Win32.
33263      Branch: perlio
33264            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
33265 ____________________________________________________________________________
33266 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
33267         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
33268              From: Peter Prymmer <pvhp@forte.com>
33269              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
33270              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
33271      Branch: perl
33272            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
33273 ____________________________________________________________________________
33274 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
33275         Log: Some filesystems require writability for rename/unlink.
33276      Branch: perl
33277            ! opcode.pl
33278 ____________________________________________________________________________
33279 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
33280         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
33281              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
33282              Date: Fri, 15 Jun 2001 12:08:53 +0200
33283              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
33284      Branch: perl
33285            ! perlio.c
33286 ____________________________________________________________________________
33287 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
33288         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
33289              From: Mike Guy <mjtg@cam.ac.uk>
33290              Date: Fri, 15 Jun 2001 14:11:49 +0100
33291              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
33292      Branch: perl
33293            ! opcode.pl
33294 ____________________________________________________________________________
33295 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
33296         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
33297              From: Nicholas Clark <nick@ccl4.org>
33298              Date: Thu, 14 Jun 2001 23:52:56 +0100
33299              Message-ID: <20010614235256.G98663@plum.flirble.org>
33300      Branch: perl
33301            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
33302            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
33303 ____________________________________________________________________________
33304 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
33305         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
33306              From: Russ Allbery <rra@stanford.edu>
33307              Date: 14 Jun 2001 13:24:43 -0700
33308              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
33309      Branch: perl
33310            ! ext/GDBM_File/GDBM_File.pm
33311 ____________________________________________________________________________
33312 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
33313         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
33314              From: Nicholas Clark <nick@ccl4.org>
33315              Date: Thu, 14 Jun 2001 20:37:47 +0100
33316              Message-ID: <20010614203747.F98663@plum.flirble.org>
33317      Branch: perl
33318            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
33319            ! t/lib/gdbm.t
33320 ____________________________________________________________________________
33321 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
33322         Log: Integrate perlio.
33323      Branch: perl
33324           !> makedef.pl sv.c
33325 ____________________________________________________________________________
33326 [ 10597] By: nick                                  on 2001/06/15  11:08:13
33327         Log: Check that HVs with HvNAME() != NULL are really stashes before
33328              treating them as such. Also be more defensive on the GvCV.
33329              Win32 fork and dprof now working again. 
33330      Branch: perlio
33331            ! sv.c
33332 ____________________________________________________________________________
33333 [ 10596] By: nick                                  on 2001/06/15  10:11:20
33334         Log: Integrate mainline.
33335      Branch: perlio
33336           +> Cross/README
33337           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
33338           !> Porting/config_H config_h.SH configure.com epoc/config.sh
33339           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
33340           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
33341           !> vos/config.ga.h win32/config.bc win32/config.gc
33342           !> win32/config.vc win32/config_H.bc win32/config_H.gc
33343           !> win32/config_H.vc
33344 ____________________________________________________________________________
33345 [ 10595] By: nick                                  on 2001/06/15  09:37:17
33346         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
33347              - Win32 (VC++) now builds but fails:
33348              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
33349              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
33350              write.t    - open(...,"|-") not implemented on Win32 
33351      Branch: perlio
33352            ! makedef.pl
33353 ____________________________________________________________________________
33354 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
33355         Log: Integrate perlio.
33356      Branch: perl
33357           !> perlio.c win32/makefile.mk
33358 ____________________________________________________________________________
33359 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
33360         Log: Metaconfig unit changes for #10592.
33361      Branch: metaconfig
33362            + U/modified/i_varhdr.U U/modified/startsh.U
33363            - U/a_dvisory/crosscompile.U U/target/Target.U
33364            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
33365            ! U/compline/bitpbyte.U U/compline/byteorder.U
33366            ! U/compline/ccflags.U U/compline/charsize.U
33367            ! U/compline/d_casti32.U U/compline/d_castneg.U
33368            ! U/compline/d_closedir.U U/compline/d_fd_set.U
33369            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
33370            ! U/compline/d_keepsig.U U/compline/d_open3.U
33371            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
33372            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
33373            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
33374            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
33375            ! U/compline/doublesize.U U/compline/floatsize.U
33376            ! U/compline/nblock_io.U U/compline/orderlib.U
33377            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
33378            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
33379            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
33380            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
33381            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
33382            ! U/modified/spitshell.U U/threads/archname.U
33383            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
33384            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
33385            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
33386            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
33387            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
33388      Branch: metaconfig/U/perl
33389            + Cross.U
33390            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
33391            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
33392            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
33393            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
33394            ! stdio_streams.U uselfs.U
33395 ____________________________________________________________________________
33396 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
33397         Log: The first steps towards cross-compilation.
33398              
33399              Abstract execution of compiled test executables with $run,
33400              and abstract transfer of files with $to and $from.
33401              
33402              Under cross-compilation the $run, $to, and $from will point
33403              to appropriate wrapper scripts, by default ssh and scp,
33404              but also rsh, rcp, and cp are supported.  If not
33405              cross-compiling, they will be set to '', ':', and ':',
33406              respectively.
33407              
33408              With these patches I was able to get Configure for
33409              iPAQ ARM Linux on an Intel Linux about 95% right
33410              (only a few tests failed to execute or they produced
33411              incorrect results), and I was able to compile
33412              a functional miniperl.
33413              
33414              The symbol crosscompile renamed to be usecrosscompile,
33415              the corresponding C symbol from CROSSCOMPILE to
33416              USE_CROSS_COMPILE.
33417      Branch: perl
33418            ! Configure Cross/README Makefile.SH Porting/Glossary
33419            ! Porting/config.sh Porting/config_H config_h.SH configure.com
33420            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
33421            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
33422            ! vos/config.ga.def vos/config.ga.h win32/config.bc
33423            ! win32/config.gc win32/config.vc win32/config_H.bc
33424            ! win32/config_H.gc win32/config_H.vc
33425 ____________________________________________________________________________
33426 [ 10591] By: nick                                  on 2001/06/14  20:00:12
33427         Log: Steps along the road toward Win32 building again.
33428      Branch: perlio
33429            ! perlio.c win32/makefile.mk
33430 ____________________________________________________________________________
33431 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
33432         Log: Integrate perlio.
33433      Branch: perl
33434           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
33435 ____________________________________________________________________________
33436 [ 10589] By: nick                                  on 2001/06/14  13:54:07
33437         Log: Routine regen_config_h for Win32
33438      Branch: perlio
33439            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
33440 ____________________________________________________________________________
33441 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
33442         Log: Integrate perlio.
33443      Branch: perl
33444           +> perlyline.pl
33445           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
33446 ____________________________________________________________________________
33447 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
33448         Log: A placeholder.
33449      Branch: perl
33450            + Cross/README
33451 ____________________________________________________________________________
33452 [ 10586] By: nick                                  on 2001/06/14  08:25:07
33453         Log: Add new step to run_byacc which:
33454              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
33455              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
33456      Branch: perlio
33457            + perlyline.pl
33458            ! MANIFEST Makefile.SH perly.c
33459 ____________________________________________________________________________
33460 [ 10585] By: nick                                  on 2001/06/14  08:22:29
33461         Log: Integrate mainline
33462      Branch: perlio
33463           +> locale.c numeric.c
33464           !> Changes cygwin/Makefile.SHs embed.h embed.pl
33465           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
33466           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
33467           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
33468           !> x2p/Makefile.SH
33469 ____________________________________________________________________________
33470 [ 10584] By: nick                                  on 2001/06/14  08:05:53
33471         Log: Hack to remove insecure directories from PATH so test will run.
33472      Branch: perlio
33473            ! t/lib/filefind.t
33474 ____________________________________________________________________________
33475 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
33476         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
33477      Branch: perl
33478            - t/lib/mbimbf.t
33479            ! MANIFEST
33480 ____________________________________________________________________________
33481 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
33482         Log: Detypo.
33483      Branch: perl
33484            ! x2p/Makefile.SH
33485 ____________________________________________________________________________
33486 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
33487         Log: de-$CONFIG continues.
33488      Branch: perl
33489            ! cygwin/Makefile.SHs x2p/Makefile.SH
33490 ____________________________________________________________________________
33491 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
33492         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
33493              From: Nicholas Clark <nick@ccl4.org>
33494              Date: Wed, 13 Jun 2001 21:20:13 +0100
33495              Message-ID: <20010613212013.D98663@plum.flirble.org>
33496      Branch: perl
33497            ! opcode.pl
33498 ____________________________________________________________________________
33499 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
33500         Log: Subject: splitting util.c
33501              From: Hugo <hv@crypt.compulink.co.uk>
33502              Date: Thu, 14 Jun 2001 00:41:08 +0100
33503              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
33504      Branch: perl
33505            + locale.c numeric.c
33506            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
33507            ! pod/perlapi.pod proto.h util.c
33508 ____________________________________________________________________________
33509 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
33510         Log: Upgrade to Math::BigInt 1.34 from Tels.
33511      Branch: perl
33512            + t/lib/mbimbf.t
33513            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
33514            ! t/lib/bigfltpm.t t/lib/bigintpm.t
33515 ____________________________________________________________________________
33516 [ 10577] By: nick                                  on 2001/06/13  19:02:48
33517         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
33518      Branch: perlio
33519           !> (integrate 125 files)
33520 ____________________________________________________________________________
33521 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
33522         Log: Update Changes.
33523      Branch: perl
33524            ! Changes patchlevel.h
33525 ____________________________________________________________________________
33526 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
33527         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
33528              From: "Craig A. Berry" <craigberry@mac.com>
33529              Date: Wed, 13 Jun 2001 13:24:28 -0500
33530              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
33531      Branch: perl
33532            ! ext/re/Makefile.PL
33533 ____________________________________________________________________________
33534 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
33535         Log: Mc.u.c. for #10573.
33536      Branch: metaconfig
33537            ! U/threads/usethreads.U
33538 ____________________________________________________________________________
33539 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
33540         Log: It would be also be good if I could type.
33541      Branch: perl
33542            ! Configure
33543 ____________________________________________________________________________
33544 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
33545         Log: Metaconfig unit change for #10571.
33546      Branch: metaconfig
33547            ! U/threads/usethreads.U
33548 ____________________________________________________________________________
33549 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
33550         Log: A non-empty default is a good thing.
33551      Branch: perl
33552            ! Configure
33553 ____________________________________________________________________________
33554 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
33555         Log: Metaconfig unit change for #10569.
33556      Branch: metaconfig
33557            ! U/threads/usethreads.U
33558 ____________________________________________________________________________
33559 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
33560         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
33561              extremely experimental, not even prompted for.
33562      Branch: perl
33563            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33564            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
33565            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
33566            ! win32/config.bc win32/config.gc win32/config.vc
33567 ____________________________________________________________________________
33568 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
33569         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
33570      Branch: perl
33571            ! pod/perlfaq6.pod
33572 ____________________________________________________________________________
33573 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
33574         Log: Integrate perlio; conflicts, accept Nick's versions.
33575      Branch: perl
33576           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
33577           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
33578 ____________________________________________________________________________
33579 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
33580         Log: Subject: Re: ext/ + -Wall
33581              From: Doug MacEachern <dougm@covalent.net>
33582              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
33583              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
33584      Branch: perl
33585            ! XSUB.h lib/ExtUtils/xsubpp perl.h
33586 ____________________________________________________________________________
33587 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
33588         Log: Similar logic as DB_File.xs, using the modern macros and
33589              defines them to older ones for older Perls where PERL_VERSION
33590              is not defined, from Doug MacEachern.
33591      Branch: perl
33592            ! ext/Storable/Storable.xs
33593 ____________________________________________________________________________
33594 [ 10564] By: nick                                  on 2001/06/13  15:22:01
33595         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
33596              and using that instead (name lookups are sequential search for now).
33597      Branch: perlio
33598            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
33599            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
33600 ____________________________________________________________________________
33601 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
33602         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
33603              From: "Richard Soderberg" <rs@crystalflame.net>
33604              Date: Sat, 26 May 2001 06:44:20 -0700
33605              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
33606      Branch: perl
33607            ! sv.c t/op/glob.t
33608 ____________________________________________________________________________
33609 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
33610         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
33611              From: "Craig A. Berry" <craigberry@mac.com>
33612              Date: Tue, 12 Jun 2001 23:55:26 -0500
33613              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
33614      Branch: perl
33615            ! ext/re/Makefile.PL ext/re/re.xs
33616 ____________________________________________________________________________
33617 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
33618         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
33619              suggested by NI-S.
33620      Branch: perl
33621            ! XSUB.h malloc.c perl.h
33622 ____________________________________________________________________________
33623 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
33624         Log: Regen toc.
33625      Branch: perl
33626            ! pod/perltoc.pod
33627 ____________________________________________________________________________
33628 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
33629         Log: Subject: [patch] perl.gprof control
33630              From: Doug MacEachern <dougm@covalent.net>
33631              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
33632              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
33633      Branch: perl
33634            ! miniperlmain.c perl.h
33635 ____________________________________________________________________________
33636 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
33637         Log: Subject: Re: ext/ + -Wall
33638              From: Doug MacEachern <dougm@covalent.net>
33639              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
33640              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
33641              
33642              Document ax and break up dXSARGS.
33643      Branch: perl
33644            ! XSUB.h pod/perlapi.pod
33645 ____________________________________________________________________________
33646 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
33647         Log: More AIX tweakage from Merijn.
33648      Branch: perl
33649            ! hints/aix.sh
33650 ____________________________________________________________________________
33651 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
33652         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
33653              From: "Craig A. Berry" <craigberry@mac.com>
33654              Date: Tue, 12 Jun 2001 22:57:45 -0500
33655              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
33656      Branch: perl
33657            ! vms/descrip_mms.template
33658 ____________________________________________________________________________
33659 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
33660         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
33661              From: "Craig A. Berry" <craigberry@mac.com>
33662              Date: Tue, 12 Jun 2001 22:21:39 -0500
33663              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
33664      Branch: perl
33665            ! configure.com util.c
33666 ____________________________________________________________________________
33667 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
33668         Log: New AIX dynaloading code from Jens-Uwe Mager.
33669              Does break binary compatibility.
33670      Branch: perl
33671            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
33672 ____________________________________________________________________________
33673 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
33674         Log: VMS DEC C compiler found nits by Peter Prymmer.
33675      Branch: perl
33676            ! util.c
33677 ____________________________________________________________________________
33678 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
33679         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
33680              From: Peter Prymmer <pvhp@forte.com>
33681              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
33682              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
33683      Branch: perl
33684            ! t/lib/filecomp.t
33685 ____________________________________________________________________________
33686 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
33687         Log: I wonder how many $CONFIGs still lurk in the shadows.
33688      Branch: perl
33689            ! pod/Makefile.SH x2p/cflags.SH
33690 ____________________________________________________________________________
33691 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
33692         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
33693      Branch: perl
33694            ! pod/checkpods.PL
33695 ____________________________________________________________________________
33696 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
33697         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
33698      Branch: perl
33699            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
33700 ____________________________________________________________________________
33701 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
33702         Log: Subject: [patch] rid local_patches warnings
33703              From: Doug MacEachern <dougm@covalent.net>
33704              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
33705              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
33706      Branch: perl
33707            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
33708 ____________________________________________________________________________
33709 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
33710         Log: Subject: Re: ext/ + -Wall
33711              From: Doug MacEachern <dougm@covalent.net>
33712              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
33713              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
33714      Branch: perl
33715            ! ext/attrs/attrs.xs
33716 ____________________________________________________________________________
33717 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
33718         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
33719              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
33720              Date: Tue, 12 Jun 2001 14:36:20 -0400
33721              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
33722      Branch: perl
33723            ! pod/perlretut.pod
33724 ____________________________________________________________________________
33725 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
33726         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
33727              From: Mike Guy <mjtg@cam.ac.uk>
33728              Date: Tue, 12 Jun 2001 19:10:31 +0100
33729              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
33730              
33731              Subject: Re: [ID 20010612.001] out of memory during regex compilation
33732              From: Mike Guy <mjtg@cam.ac.uk>
33733              Date: Tue, 12 Jun 2001 19:21:01 +0100
33734              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
33735      Branch: perl
33736            ! pod/perlop.pod
33737 ____________________________________________________________________________
33738 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
33739         Log: AIX tweaks from Merijn H. Brand.
33740      Branch: perl
33741            ! hints/aix.sh
33742 ____________________________________________________________________________
33743 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
33744         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
33745              From: "Brendan O'Dea" <bod@compusol.com.au>
33746              Date: Wed, 13 Jun 2001 05:16:47 +1000
33747              Message-ID: <20010613051647.A8945@compusol.com.au>
33748      Branch: maint-5.6/perl
33749            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
33750 ____________________________________________________________________________
33751 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
33752         Log: Subject: Small bcopy cleanup
33753              From: Andy Dougherty <doughera@lafayette.edu>
33754              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
33755              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
33756      Branch: perl
33757            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
33758 ____________________________________________________________________________
33759 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
33760         Log: Subject: [PATCH] Re: ext/ + -Wall
33761              From: Nicholas Clark <nick@ccl4.org>
33762              Date: Wed, 13 Jun 2001 00:04:30 +0100
33763              Message-ID: <20010613000430.M5901@plum.flirble.org>
33764      Branch: perl
33765            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
33766 ____________________________________________________________________________
33767 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
33768         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
33769              From: Nicholas Clark <nick@ccl4.org>
33770              Date: Tue, 12 Jun 2001 23:53:07 +0100
33771              Message-ID: <20010612235307.L5901@plum.flirble.org>
33772      Branch: perl
33773            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
33774 ____________________________________________________________________________
33775 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
33776         Log: MPE/iX tweaks from Mark Bixby.
33777      Branch: perl
33778            ! hints/mpeix.sh mpeix/mpeixish.h util.c
33779 ____________________________________________________________________________
33780 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
33781         Log: Update Changes.
33782      Branch: perl
33783            ! Changes patchlevel.h
33784 ____________________________________________________________________________
33785 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
33786         Log: One less -Wall whine (found under DEBUGGING).
33787      Branch: perl
33788            ! x2p/Makefile.SH x2p/a2p.c
33789 ____________________________________________________________________________
33790 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
33791         Log: s/case-independent/case-insensitive/g
33792      Branch: perl
33793            ! pod/perldebug.pod
33794 ____________________________________________________________________________
33795 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
33796         Log: As suggested in    
33797              
33798              Subject: Re: ext/ + -Wall
33799              From: Gurusamy Sarathy <gsar@ActiveState.com>
33800              Date: Mon, 11 Jun 2001 23:34:31 -0700
33801              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
33802      Branch: perl
33803            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
33804            ! perl.h
33805 ____________________________________________________________________________
33806 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
33807         Log: Subject: ext/ + -Wall
33808              From: Doug MacEachern <dougm@covalent.net>
33809              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
33810              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
33811      Branch: perl
33812            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
33813            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
33814            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
33815            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
33816            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
33817            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
33818            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
33819            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
33820            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
33821            ! lib/ExtUtils/xsubpp
33822 ____________________________________________________________________________
33823 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
33824         Log: Subject: [PATCH] anonymous stashes
33825              From: Abhijit Menon-Sen <ams@wiw.org>
33826              Date: Tue, 12 Jun 2001 12:47:04 +0530
33827              Message-ID: <20010612124704.A29029@lustre.linux.in>
33828      Branch: perl
33829            ! dump.c gv.c sv.c xsutils.c
33830 ____________________________________________________________________________
33831 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
33832         Log: One more test for $^S.
33833      Branch: perl
33834            ! t/op/magic.t
33835 ____________________________________________________________________________
33836 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
33837         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
33838              From: Abhijit Menon-Sen <ams@wiw.org>
33839              Date: Tue, 12 Jun 2001 17:35:55 +0530
33840              Message-ID: <20010612173555.A32426@lustre.linux.in>
33841      Branch: perl
33842            ! mg.c t/op/magic.t
33843 ____________________________________________________________________________
33844 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
33845         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
33846              From: Mike Guy <mjtg@cam.ac.uk>
33847              Date: Tue, 12 Jun 2001 13:14:15 +0100
33848              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
33849      Branch: perl
33850            ! pod/perlop.pod
33851 ____________________________________________________________________________
33852 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
33853         Log: AUTHORS updates.
33854      Branch: perl
33855            ! AUTHORS
33856 ____________________________________________________________________________
33857 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
33858         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
33859              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
33860              Content-Transfer-Encoding: 7bit
33861              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
33862      Branch: perl
33863            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
33864 ____________________________________________________________________________
33865 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
33866         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
33867              From: "Philip Newton" <Philip.Newton@gmx.net>
33868              Date: Mon, 11 Jun 2001 07:08:03 +0200
33869              Message-Id: <200106120802.LAA08992@taas.iki.fi>
33870      Branch: perl
33871            ! t/base/term.t
33872 ____________________________________________________________________________
33873 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
33874         Log: Cleanup the a2p.c for -Wall.
33875      Branch: perl
33876            ! x2p/Makefile.SH x2p/a2p.c
33877 ____________________________________________________________________________
33878 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
33879         Log: File::Find update for MacOS from Chris Nandor.
33880      Branch: perl
33881            ! lib/File/Find.pm t/lib/filefind.t
33882 ____________________________________________________________________________
33883 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
33884         Log: gcc -Wall nits picked out by a non-UNIX system
33885              (courtesy of Mark Bixby)
33886      Branch: perl
33887            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
33888            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
33889            ! pp_sys.c util.c
33890 ____________________________________________________________________________
33891 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
33892         Log: Metaconfig unit change for #10522.  (The d_modfl changes
33893              placate metalint.)
33894      Branch: metaconfig/U/perl
33895            ! d_modfl.U d_u32align.U
33896 ____________________________________________________________________________
33897 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
33898         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
33899              be "./try 2>&1 >/dev/null".
33900      Branch: perl
33901            ! Configure
33902 ____________________________________________________________________________
33903 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
33904         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
33905              From: "Craig A. Berry" <craigberry@mac.com>
33906              Date: Mon, 11 Jun 2001 14:00:32 -0500
33907              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
33908      Branch: perl
33909            ! configure.com
33910 ____________________________________________________________________________
33911 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
33912         Log: Move the full \p\P lists to perlunicode.
33913      Branch: perl
33914            ! pod/perlretut.pod pod/perlunicode.pod
33915 ____________________________________________________________________________
33916 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
33917         Log: VOS build tweak for 5.6.1 from Paul Green.
33918      Branch: maint-5.6/perl
33919            ! vos/build.cm
33920 ____________________________________________________________________________
33921 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
33922         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
33923              From: "Craig A. Berry" <craigberry@mac.com>
33924              Date: Fri, 8 Jun 2001 18:08:18 -0500
33925              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
33926      Branch: perl
33927            ! vms/vms.c
33928 ____________________________________________________________________________
33929 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
33930         Log: Update Changes.
33931      Branch: perl
33932            ! Changes patchlevel.h
33933 ____________________________________________________________________________
33934 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
33935         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
33936      Branch: perl
33937            ! vos/config.alpha.h vos/config.ga.h
33938 ____________________________________________________________________________
33939 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
33940         Log: VOS updates from Paul Green for @10476.
33941      Branch: perl
33942            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
33943            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
33944            ! vos/config.ga.h vos/configure_perl.cm
33945 ____________________________________________________________________________
33946 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
33947         Log: Subject: [PATCH] Not many people know this ...
33948              From: Mike Guy <mjtg@cam.ac.uk>
33949              Date: Mon, 11 Jun 2001 14:55:15 +0100
33950              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
33951      Branch: perl
33952            ! pod/perldebug.pod
33953 ____________________________________________________________________________
33954 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
33955         Log: Add final commas to lists as suggested by Philip Newton.
33956      Branch: perl
33957            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
33958 ____________________________________________________________________________
33959 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
33960         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
33961              Date: Sun, 10 Jun 2001 23:35:38 -0400
33962              From: Chris Nandor <pudge@pobox.com>
33963              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
33964      Branch: perl
33965            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
33966            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
33967            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
33968            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
33969            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
33970            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
33971            ! t/op/write.t t/pragma/strict.t
33972 ____________________________________________________________________________
33973 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
33974         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
33975              From: Chris Nandor <pudge@pobox.com>
33976              Date: Mon, 11 Jun 2001 08:24:28 -0400
33977              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
33978      Branch: perl
33979            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
33980            ! t/lib/io_dir.t
33981 ____________________________________________________________________________
33982 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
33983         Log: One more run_byacc (a hand-tweaked version had slipped in).
33984      Branch: perl
33985            ! perly.c vms/perly_c.vms
33986 ____________________________________________________________________________
33987 [ 10509] By: nick                                  on 2001/06/11  07:49:15
33988         Log: Integrate mainline
33989      Branch: perlio
33990           !> Makefile.SH embed.h embed.pl global.sym
33991           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
33992           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
33993           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
33994           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
33995 ____________________________________________________________________________
33996 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
33997         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
33998              From: Mike Guy <mjtg@cam.ac.uk>
33999              Reply-To: mjtg@cam.ac.uk
34000              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
34001      Branch: perl
34002            ! lib/ExtUtils/Manifest.pm
34003 ____________________________________________________________________________
34004 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
34005         Log: Subject: [PATCH] ExtUtils::Constant
34006              From: Nicholas Clark <nick@ccl4.org>
34007              Date: Sun, 10 Jun 2001 23:25:41 +0100
34008              Message-ID: <20010610232540.C76396@plum.flirble.org>
34009      Branch: perl
34010            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
34011 ____________________________________________________________________________
34012 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
34013         Log: Integrate perlio.
34014      Branch: perl
34015           !> iperlsys.h
34016 ____________________________________________________________________________
34017 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
34018         Log: Move the grok_number and its lieutenant grok_numeric_radix
34019              from sv.c statics to util.c and public.
34020      Branch: perl
34021            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
34022            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
34023 ____________________________________________________________________________
34024 [ 10504] By: nick                                  on 2001/06/10  17:47:06
34025         Log: Fix (valid) -Wall warnings in perlio.c
34026      Branch: perlio
34027            ! iperlsys.h
34028 ____________________________________________________________________________
34029 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
34030         Log: Update perly_c.diff, update perly.fixer to edit away
34031              some of the -Wall noise.
34032      Branch: perl
34033            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
34034 ____________________________________________________________________________
34035 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
34036         Log: Check the version of byacc.
34037      Branch: perl
34038            ! Makefile.SH
34039 ____________________________________________________________________________
34040 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
34041         Log: Subject: [PATCH] perly.y overhaul
34042              From: Simon Cozens <simon@netthink.co.uk>
34043              Date: Sun, 10 Jun 2001 16:56:54 +0100
34044              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
34045              
34046              Plus make run_byacc.
34047      Branch: perl
34048            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
34049 ____________________________________________________________________________
34050 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
34051         Log: Integrate perlio.
34052      Branch: perl
34053           !> perlio.c perlsfio.h
34054 ____________________________________________________________________________
34055 [ 10499] By: nick                                  on 2001/06/10  15:01:08
34056         Log: Integrate mainline
34057      Branch: perlio
34058           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
34059           !> t/pragma/locale.t util.c
34060 ____________________________________________________________________________
34061 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
34062         Log: Put some meat on the perl572delta bones.  The list of
34063              selected bug fixes needs more work, as does still the
34064              whole document.
34065      Branch: perl
34066            ! pod/perl572delta.pod
34067 ____________________________________________________________________________
34068 [ 10497] By: nick                                  on 2001/06/10  12:27:51
34069         Log: Paper over a crack or two with USE_SFIO
34070      Branch: perlio
34071            ! perlio.c perlsfio.h
34072 ____________________________________________________________________________
34073 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
34074         Log: Update Changes.
34075      Branch: perl
34076            ! Changes patchlevel.h
34077 ____________________________________________________________________________
34078 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
34079         Log: Subject: Re: pragma/locale.t #107
34080              From: Hugo <hv@crypt.compulink.co.uk>
34081              Date: Sun, 10 Jun 2001 11:23:30 +0100
34082              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
34083              
34084              Encapsulate the scan of the decimal radix separator.
34085      Branch: perl
34086            ! embed.h embed.pl proto.h sv.c
34087 ____________________________________________________________________________
34088 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
34089         Log: Try to grok numbers both with the locale specific separator
34090              and with the usual "." (if different from the lss); add a test
34091              to locale.t to do also a little bit of math in addition to just
34092              equalness testing; remove extraneous logic as suggested in
34093              
34094              Subject: Re: pragma/locale.t #107
34095              From: Nicholas Clark <nick@ccl4.org>
34096              Date: Sat, 9 Jun 2001 22:37:36 +0100
34097              Message-ID: <20010609223735.Y76396@plum.flirble.org>
34098      Branch: perl
34099            ! sv.c t/pragma/locale.t
34100 ____________________________________________________________________________
34101 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
34102         Log: Metaconfig unit change for #10492.
34103      Branch: metaconfig/U/perl
34104            ! Extensions.U
34105 ____________________________________________________________________________
34106 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
34107         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
34108              From: Artur Bergman <artur@contiller.se> 
34109              Date: Sat, 09 Jun 2001 21:03:51 +0200
34110              Message-ID: <B7483FB6.1398%artur@contiller.se>
34111      Branch: perl
34112            ! Configure
34113 ____________________________________________________________________________
34114 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
34115         Log: Integrate perlio.
34116      Branch: perl
34117           !> perlsfio.h
34118 ____________________________________________________________________________
34119 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
34120         Log: Do locale specific separator if only in locale.
34121      Branch: perl
34122            ! util.c
34123 ____________________________________________________________________________
34124 [ 10489] By: nick                                  on 2001/06/09  19:13:25
34125         Log: Make XS/Typemap compile (but fail) with sfio
34126      Branch: perlio
34127            ! perlsfio.h
34128 ____________________________________________________________________________
34129 [ 10488] By: nick                                  on 2001/06/09  19:12:51
34130         Log: Re-integrate mainline
34131      Branch: perlio
34132           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
34133           !> proto.h sv.c util.c
34134 ____________________________________________________________________________
34135 [ 10487] By: nick                                  on 2001/06/09  16:26:29
34136         Log: Integrate mainline
34137      Branch: perlio
34138           !> (integrate 31 files)
34139 ____________________________________________________________________________
34140 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
34141         Log: Subject: [PATCH] New attempt to clone callack
34142              From: Artur Bergman <artur@contiller.se> 
34143              Date: Thu, 07 Jun 2001 11:52:16 +0200
34144              Message-ID: <B7451B6F.12B7%artur@contiller.se>
34145      Branch: perl
34146            ! embedvar.h intrpvar.h perlapi.h sv.c
34147 ____________________________________________________________________________
34148 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
34149         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
34150      Branch: perl
34151            ! embed.h embed.pl perl.h proto.h sv.c util.c
34152 ____________________________________________________________________________
34153 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
34154         Log: Subject: Re: pragma/locale.t #107
34155              From: Nicholas Clark <nick@ccl4.org>
34156              Date: Sat, 9 Jun 2001 16:26:10 +0100
34157              Message-ID: <20010609162609.V76396@plum.flirble.org>
34158              
34159              A missing NVification.
34160      Branch: perl
34161            ! sv.c
34162 ____________________________________________________________________________
34163 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
34164         Log: Redo the #10482, there already was a test script for formats.
34165      Branch: perl
34166            - t/io/format.t
34167            ! MANIFEST t/op/write.t
34168 ____________________________________________________________________________
34169 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
34170         Log: Twisted format testing, from Merijn.
34171      Branch: perl
34172            + t/io/format.t
34173            ! MANIFEST
34174 ____________________________________________________________________________
34175 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
34176         Log: More \p{In...} testing, combined with \N{...}.
34177      Branch: perl
34178            ! lib/utf8_heavy.pl t/op/pat.t
34179 ____________________________________________________________________________
34180 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
34181         Log: Metaconfig changes for #10479.
34182      Branch: metaconfig
34183            ! U/Glossary.patch
34184      Branch: metaconfig/U/perl
34185            ! d_modfl.U
34186 ____________________________________________________________________________
34187 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
34188         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
34189      Branch: perl
34190            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34191            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
34192            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
34193            ! win32/config.bc win32/config.gc win32/config.vc
34194 ____________________________________________________________________________
34195 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
34196         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
34197              From: "Craig A. Berry" <craigberry@mac.com>
34198              Date: Thu, 7 Jun 2001 14:27:20 -0500
34199              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
34200      Branch: perl
34201            ! vms/perlvms.pod
34202 ____________________________________________________________________________
34203 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
34204         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
34205              From: Gisle Aas <gisle@ActiveState.com>
34206              Date: 07 Jun 2001 17:04:29 -0700
34207              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
34208      Branch: perl
34209            ! ext/re/re.xs
34210 ____________________________________________________________________________
34211 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
34212         Log: Update Changes.
34213      Branch: perl
34214            ! Changes patchlevel.h
34215 ____________________________________________________________________________
34216 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
34217         Log: Regen Glossary et alia.
34218      Branch: perl
34219            ! Porting/Glossary Porting/config.sh Porting/config_H
34220 ____________________________________________________________________________
34221 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
34222         Log: Metaconfig unit changes for #10473.
34223      Branch: metaconfig/U/perl
34224            ! d_modfl.U
34225 ____________________________________________________________________________
34226 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
34227         Log: Harumph, also AIX will spill its guts (i.e. dump core)
34228              if an executable contains modfl() but it hasn't been
34229              compiled right (in the case of AIX, with cc -qlongdouble).
34230      Branch: perl
34231            ! Configure
34232 ____________________________________________________________________________
34233 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
34234         Log: integrate change#10471 from mainline
34235              
34236              in change#10451, check that CvOUTSIDE is a CV before looking in
34237              (it can apparently be SVt_NULL during global destruction)
34238      Branch: maint-5.6/perl
34239           !> op.c
34240 ____________________________________________________________________________
34241 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
34242         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
34243              (it can apparently be SVt_NULL during global destruction)
34244      Branch: perl
34245            ! op.c
34246 ____________________________________________________________________________
34247 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
34248         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
34249              From: Robin Barker <rmb1@cise.npl.co.uk>
34250              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
34251              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
34252      Branch: perl
34253            ! lib/diagnostics.pm pod/perldiag.pod
34254 ____________________________________________________________________________
34255 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
34256         Log: Subject: [PATCH perl@10439] long =item
34257              From: Robin Barker <rmb1@cise.npl.co.uk>
34258              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
34259              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
34260      Branch: perl
34261            ! README.amiga lib/Attribute/Handlers.pm
34262            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
34263 ____________________________________________________________________________
34264 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
34265         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
34266              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
34267              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
34268              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
34269      Branch: perl
34270            ! pod/perlguts.pod
34271 ____________________________________________________________________________
34272 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
34273         Log: Integrate perlio.
34274      Branch: perl
34275           !> sv.c
34276 ____________________________________________________________________________
34277 [ 10466] By: nick                                  on 2001/06/07  10:25:40
34278         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
34279              whitespace tweaks.
34280              Still coredumps in pragma/overload.t - what a nice hard fail that is...
34281      Branch: perlio
34282            ! sv.c
34283 ____________________________________________________________________________
34284 [ 10465] By: nick                                  on 2001/06/07  08:41:58
34285         Log: Raw integrate of mainline for S_grok_number debug
34286              (sv.c has MULTIPLICITY issues as well as whatever else ...)
34287      Branch: perlio
34288            - plan9/perlplan9.doc plan9/perlplan9.pod
34289           !> (integrate 46 files)
34290 ____________________________________________________________________________
34291 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
34292         Log: The proper prototyping for #10463.
34293      Branch: perl
34294            ! embed.h embed.pl proto.h sv.c
34295 ____________________________________________________________________________
34296 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
34297         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
34298              From: Nicholas Clark <nick@ccl4.org>
34299              Date: Thu, 7 Jun 2001 00:29:59 +0100
34300              Message-ID: <20010607002959.Z76396@plum.flirble.org>
34301      Branch: perl
34302            ! sv.c
34303 ____________________________________________________________________________
34304 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
34305         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
34306              From: "Craig A. Berry" <craigberry@mac.com>
34307              Date: Wed, 06 Jun 2001 17:54:30 -0500
34308              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
34309      Branch: perl
34310            ! vms/perlvms.pod
34311 ____________________________________________________________________________
34312 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
34313         Log: Podify the remaining README.platform files;
34314              merge README.plan9 and plan9/perlplan9.pod;
34315              delete plan9/perlplan9.* (the perlplan.doc needs to
34316              be regenerated in Plan 9); make the =head1 and =head2
34317              in the README.platform to be a little more verbose
34318              (skipped README.os2 not to anger Ilya) so that they
34319              look better in the toc; regen toc.
34320      Branch: perl
34321            - plan9/perlplan9.doc plan9/perlplan9.pod
34322            ! MANIFEST README.aix README.amiga README.apollo README.beos
34323            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
34324            ! README.hpux README.hurd README.machten README.macos
34325            ! README.micro README.mint README.mpeix README.os390
34326            ! README.plan9 README.qnx README.solaris README.threads
34327            ! README.tru64 README.vmesa README.vms README.vos README.win32
34328            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
34329            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
34330 ____________________________________________________________________________
34331 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
34332         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
34333              From: Mike Guy <mjtg@cam.ac.uk>
34334              Reply-To: mjtg@cam.ac.uk
34335              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
34336      Branch: perl
34337            ! pod/perlguts.pod
34338 ____________________________________________________________________________
34339 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
34340         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
34341              From: Mike Guy <mjtg@cam.ac.uk>
34342              Reply-To: mjtg@cam.ac.uk
34343              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
34344      Branch: perl
34345            ! pod/perlsec.pod
34346 ____________________________________________________________________________
34347 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
34348         Log: Disable long doubles from pre-5.0 Tru64s.
34349      Branch: perl
34350            ! README.tru64 hints/dec_osf.sh
34351 ____________________________________________________________________________
34352 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
34353         Log: The #10455 exposed that modfl() is fundamentally busted
34354              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
34355              testing it.
34356      Branch: perl
34357            ! hints/dec_osf.sh
34358 ____________________________________________________________________________
34359 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
34360         Log: Metaconfig unit change for #10455.
34361      Branch: metaconfig/U/perl
34362            ! d_modfl.U
34363 ____________________________________________________________________________
34364 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
34365         Log: Configure check for geborken modfl(), inspired by
34366              
34367              Subject: Re: [20010118.017] op/int.t failure 
34368              From: Hugo <hv@crypt.compulink.co.uk>
34369              Date: Tue, 05 Jun 2001 13:43:27 +0100
34370              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
34371      Branch: perl
34372            ! Configure
34373 ____________________________________________________________________________
34374 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
34375         Log: Integrate changes #10450 and #10451 from maintperl:
34376              
34377              optimize change#10448 slightly (don't repeat search in eval""s lexical
34378              scope, since that has already been searched)
34379              
34380              change#9108 needs subtler treatment for case of closures created
34381              within eval""
34382      Branch: perl
34383           !> op.c t/op/misc.t
34384 ____________________________________________________________________________
34385 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
34386         Log: MakeMaker magic to compile (when no dynamic loading)
34387              List/Util.xsc as (ListUtil.c and) ListUtil.o since
34388              POSIX-BC (BS2000) linker has an evil limitation of
34389              being unable to include in the same executable several
34390              object files with the same name - case-insensitively -
34391              because otherwise we conflict with util.c.
34392              Strictly speaking currently required only in POSIX-BC
34393              but probably will do no harm elsewhere where static
34394              linking is required.
34395      Branch: perl
34396            ! ext/List/Util/Makefile.PL
34397 ____________________________________________________________________________
34398 [ 10452] By: nick                                  on 2001/06/06  08:59:51
34399         Log: Integrate mainline.
34400      Branch: perlio
34401           +> lib/Attribute/Handlers/demo/Demo.pm
34402           +> lib/Attribute/Handlers/demo/Descriptions.pm
34403           +> lib/Attribute/Handlers/demo/MyClass.pm
34404           +> lib/Attribute/Handlers/demo/demo.pl
34405           +> lib/Attribute/Handlers/demo/demo2.pl
34406           +> lib/Attribute/Handlers/demo/demo3.pl
34407           +> lib/Attribute/Handlers/demo/demo4.pl
34408           +> lib/Attribute/Handlers/demo/demo_call.pl
34409           +> lib/Attribute/Handlers/demo/demo_chain.pl
34410           +> lib/Attribute/Handlers/demo/demo_cycle.pl
34411           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
34412           +> lib/Attribute/Handlers/demo/demo_phases.pl
34413           +> lib/Attribute/Handlers/demo/demo_range.pl
34414           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
34415           +> uts/strtol_wrap.c
34416           !> (integrate 91 files)
34417 ____________________________________________________________________________
34418 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
34419         Log: change#9108 needs subtler treatment for case of closures created
34420              within eval""
34421      Branch: maint-5.6/perl
34422            ! op.c t/op/misc.t
34423 ____________________________________________________________________________
34424 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
34425         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
34426              scope, since that has already been searched)
34427      Branch: maint-5.6/perl
34428            ! op.c
34429 ____________________________________________________________________________
34430 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
34431         Log: Integrate change #10448 from maintperl; lexicals
34432              outside an eval"" weren't resolved correctly inside a subroutine
34433              definition inside the eval"" if they were not already referenced
34434              in the toplevel of the eval""-ed code
34435      Branch: perl
34436           !> cop.h op.c pp_ctl.c t/op/misc.t
34437 ____________________________________________________________________________
34438 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
34439         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
34440              outside an eval"" weren't resolved correctly inside a subroutine
34441              definition inside the eval"" if they were not already referenced
34442              in the toplevel of the eval""-ed code
34443      Branch: maint-5.6/perl
34444            ! cop.h op.c pp_ctl.c t/op/misc.t
34445 ____________________________________________________________________________
34446 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
34447         Log: Subject: [PATCH] perl570delta.pod
34448              From: Peter Scott <Peter@PSDT.com> 
34449              Date: Tue, 05 Jun 2001 18:51:02 -0700
34450              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
34451      Branch: perl
34452            ! pod/perl570delta.pod
34453 ____________________________________________________________________________
34454 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
34455         Log: The fudge factor is no more needed.  I hope.
34456      Branch: perl
34457            ! t/lib/posix.t
34458 ____________________________________________________________________________
34459 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
34460         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
34461              From: Hugo <hv@crypt.compulink.co.uk>
34462              Date: Tue, 05 Jun 2001 12:58:19 +0100
34463              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
34464      Branch: perl
34465            ! util.c
34466 ____________________________________________________________________________
34467 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
34468         Log: Make up prototypes only for those who have the functions
34469              but not the prototypes.
34470      Branch: perl
34471            ! perl.h
34472 ____________________________________________________________________________
34473 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
34474         Log: Subject: Re: Not OK: perl@10439 on win32 
34475              From: Prymmer/Kahn <pvhp@best.com> 
34476              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
34477              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
34478      Branch: perl
34479            ! perl.h util.c
34480 ____________________________________________________________________________
34481 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
34482         Log: The metaconfig units changes for #10441.
34483      Branch: metaconfig
34484            ! U/modified/Extract.U U/modified/Extractall.U
34485            ! U/modified/Finish.U
34486 ____________________________________________________________________________
34487 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
34488         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
34489      Branch: perl
34490            ! Configure
34491 ____________________________________________________________________________
34492 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
34493         Log: Unnecessary fuzziness undone, noted by Mike Guy.
34494      Branch: perl
34495            ! t/op/tr.t
34496 ____________________________________________________________________________
34497 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
34498         Log: Update Changes.
34499      Branch: perl
34500            ! Changes patchlevel.h
34501 ____________________________________________________________________________
34502 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
34503         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
34504              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
34505              leakage patch.
34506      Branch: perl
34507            ! t/op/misc.t
34508 ____________________________________________________________________________
34509 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
34510         Log: Test case for #10433/#10424.
34511      Branch: perl
34512            ! t/op/misc.t
34513 ____________________________________________________________________________
34514 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
34515         Log: Subject: One fix for strtoul not setting errno
34516              From: hom00@utsglobal.com (Hal Morris)
34517              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
34518              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
34519      Branch: perl
34520            + uts/strtol_wrap.c
34521            ! MANIFEST hints/uts.sh
34522 ____________________________________________________________________________
34523 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
34524         Log: Metaconfig units changes for #10434.
34525      Branch: metaconfig
34526            ! U/modified/Cppsym.U
34527      Branch: metaconfig/U/perl
34528            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
34529            + d_syscallproto.U d_usleepproto.U
34530            ! longdblfio.U quadfio.U
34531 ____________________________________________________________________________
34532 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
34533         Log: Configure tweaks; add prototype probes, make the cpp symbols
34534              probe to cast, not whine; test for %Ld and %Lf before %lld and
34535              %llf because the L is the ANSI way.
34536      Branch: perl
34537            ! Configure config_h.SH configure.com epoc/config.sh
34538            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
34539            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
34540            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
34541 ____________________________________________________________________________
34542 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
34543         Log: Sigh.  This is what #10424 was supposed to check in.
34544      Branch: perl
34545            ! op.c sv.c sv.h
34546 ____________________________________________________________________________
34547 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
34548         Log: More verbose failure.
34549      Branch: perl
34550            ! t/op/ver.t
34551 ____________________________________________________________________________
34552 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
34553         Log: The .pm changes to go with #10428.
34554      Branch: perl
34555            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
34556            ! ext/Sys/Syslog/Syslog.pm
34557 ____________________________________________________________________________
34558 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
34559         Log: On second thoughts show to utf8 skippage message only
34560              on failures, it's too confusing otherwise,
34561      Branch: perl
34562            ! t/pragma/locale.t
34563 ____________________________________________________________________________
34564 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
34565         Log: Do not import anything from Encode.
34566      Branch: perl
34567            ! ext/MIME/Base64/QuotedPrint.pm
34568 ____________________________________________________________________________
34569 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
34570         Log: The #10402 didn't take.  Weird.
34571      Branch: perl
34572            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
34573            ! ext/Sys/Syslog/Syslog.xs
34574 ____________________________________________________________________________
34575 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
34576         Log: Eradicate traces of 'asciirange' re subpragma.
34577      Branch: perl
34578            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
34579            ! pod/perldiag.pod
34580 ____________________________________________________________________________
34581 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
34582         Log: use is a compile-time thing.
34583      Branch: perl
34584            ! ext/MIME/Base64/QuotedPrint.pm
34585 ____________________________________________________________________________
34586 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
34587         Log: Subject: [PATCH perl@10419] -Wall casting patch
34588              From: Robin Barker <rmb1@cise.npl.co.uk>
34589              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
34590              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
34591      Branch: perl
34592            ! ext/Devel/DProf/DProf.xs mg.c
34593 ____________________________________________________________________________
34594 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
34595         Log: Subject: [PATCH #2] introducing SVpad_TYPED
34596              From: Abhijit Menon-Sen <ams@wiw.org>
34597              Date: Mon, 4 Jun 2001 12:26:02 +0530
34598              Message-ID: <20010604122602.A5775@lustre.linux.in>
34599      Branch: perl
34600            ! op.c sv.c sv.h
34601 ____________________________________________________________________________
34602 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
34603         Log: testsuite for change#10192 (from Gisle Aas)
34604      Branch: perl
34605            + t/op/override.t
34606            ! MANIFEST
34607 ____________________________________________________________________________
34608 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
34609         Log: integrate changes#10414-10416 from mainline
34610              
34611              Potential buffer overrun if the radix separator is more than
34612              one byte.  Also, under locales, prefer the locale-specific
34613              separator over the old boring ".".
34614              
34615              "10.", that is, decimal numbers can have no decimal part at all.
34616              
34617              The non-locale places need love, too.
34618      Branch: maint-5.6/perl
34619           !> perl.h sv.c
34620 ____________________________________________________________________________
34621 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
34622         Log: Missed from #10420.
34623      Branch: perl
34624            ! epoc/config.sh
34625 ____________________________________________________________________________
34626 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
34627         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
34628              often this prototype goes with HAS_SETRESUID_PROTO.
34629      Branch: perl
34630            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34631            ! config_h.SH configure.com perl.h uconfig.h
34632 ____________________________________________________________________________
34633 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
34634         Log: Update Changes.
34635      Branch: perl
34636            ! Changes patchlevel.h
34637 ____________________________________________________________________________
34638 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
34639         Log: -Wall "subscript has type `char'" cleanup.
34640      Branch: perl
34641            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
34642 ____________________________________________________________________________
34643 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
34644         Log: Various "cast to pointer from integer of different size"
34645              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
34646              wide but I32 (int) only 32 bits wide).
34647              
34648              WARNING: the classnum and tagnum changes in Storable.xs
34649              may not be wise, they may be breaking binary compatibility
34650              (in 64-bit platforms), asked Raphael Manfredi about the changes.
34651      Branch: perl
34652            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
34653            ! mg.c proto.h
34654 ____________________________________________________________________________
34655 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
34656         Log: The non-locale places need love, too.
34657      Branch: perl
34658            ! perl.h
34659 ____________________________________________________________________________
34660 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
34661         Log: "10.", that is, decimal numbers can have no decimal part at all.
34662      Branch: perl
34663            ! perl.h
34664 ____________________________________________________________________________
34665 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
34666         Log: Potential buffer overrun if the radix separator is more than
34667              one byte.  Also, under locales, prefer the locale-specific
34668              separator over the old boring ".".
34669      Branch: perl
34670            ! perl.h sv.c
34671 ____________________________________________________________________________
34672 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
34673         Log: Integrate change #10412 from maintperl; locale is now
34674              per-cop, not per-op; plus retweak the locale.t to always
34675              list the skipped utf8 locales.
34676      Branch: perl
34677            ! t/pragma/locale.t
34678           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
34679           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
34680 ____________________________________________________________________________
34681 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
34682         Log: rationalize locale handling to fix the bugs uncovered by change#10394
34683              
34684              the major issue was that the runtime was looking at PL_hints rather
34685              than op_private to notice whether locale was enabled
34686              
34687              the secondary issue was that many locale-sensitive numeric ops didn't
34688              have HINT_LOCALE propagated into their op_private
34689              
34690              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
34691              instead of per-op, just like HINT_BYTE and the hints for lexical
34692              warnings (this makes the hint available to every op via PL_curcop)
34693              
34694              pragma/locale.t may need to be reworked with these fixes in mind
34695              (it currently passes its tests)
34696      Branch: maint-5.6/perl
34697            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
34698            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
34699 ____________________________________________________________________________
34700 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
34701         Log: More verbose debugging.
34702      Branch: perl
34703            ! t/pragma/locale.t
34704 ____________________________________________________________________________
34705 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
34706         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
34707              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
34708              Date: Sat, 2 Jun 2001 22:53:33 +0100
34709              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
34710      Branch: perl
34711            ! regcomp.c t/pragma/warn/regcomp
34712 ____________________________________________________________________________
34713 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
34714         Log: Mention that lexicalizing $a or $b is a bad idea if one
34715              wants to use sort().
34716      Branch: perl
34717            ! pod/perlvar.pod
34718 ____________________________________________________________________________
34719 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
34720         Log: Tweak the test to be happy if the accuracy is 'good enough'.
34721      Branch: perl
34722            ! t/lib/posix.t
34723 ____________________________________________________________________________
34724 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
34725         Log: Upgrade to Attribute::Handlers 0.70.
34726              
34727              NOTE: this unearthed the "too late for CHECK block" bug,
34728              that's why the 1_compile.t change.
34729      Branch: perl
34730            + lib/Attribute/Handlers/demo/Demo.pm
34731            + lib/Attribute/Handlers/demo/Descriptions.pm
34732            + lib/Attribute/Handlers/demo/MyClass.pm
34733            + lib/Attribute/Handlers/demo/demo.pl
34734            + lib/Attribute/Handlers/demo/demo2.pl
34735            + lib/Attribute/Handlers/demo/demo3.pl
34736            + lib/Attribute/Handlers/demo/demo4.pl
34737            + lib/Attribute/Handlers/demo/demo_call.pl
34738            + lib/Attribute/Handlers/demo/demo_chain.pl
34739            + lib/Attribute/Handlers/demo/demo_cycle.pl
34740            + lib/Attribute/Handlers/demo/demo_hashdir.pl
34741            + lib/Attribute/Handlers/demo/demo_phases.pl
34742            + lib/Attribute/Handlers/demo/demo_range.pl
34743            + lib/Attribute/Handlers/demo/demo_rawdata.pl
34744            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
34745            ! t/lib/attrhand.t
34746 ____________________________________________________________________________
34747 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
34748         Log: One less -Wall whine.
34749      Branch: perl
34750            ! regcomp.c
34751 ____________________________________________________________________________
34752 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
34753         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
34754      Branch: perl
34755           !> t/op/eval.t
34756 ____________________________________________________________________________
34757 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
34758         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
34759              aren't "normally" visible inside eval""s contained in subs unless
34760              a cloned reference to them already exists)
34761              
34762              strangely enough, t/harness didn't show this up as a failure
34763              (harness needs fixing?)
34764      Branch: maint-5.6/perl
34765            ! t/op/eval.t
34766 ____________________________________________________________________________
34767 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
34768         Log: Update to Text::Balanced 1.85.
34769      Branch: perl
34770            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
34771 ____________________________________________________________________________
34772 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
34773         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
34774              From: Nicholas Clark <nick@ccl4.org>
34775              Date: Sun, 3 Jun 2001 17:54:36 +0100
34776              Message-ID: <20010603175436.E76396@plum.flirble.org> 
34777      Branch: perl
34778            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
34779            ! ext/Sys/Syslog/Syslog.xs
34780 ____________________________________________________________________________
34781 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
34782         Log: Unused variables.
34783      Branch: perl
34784            ! util.c
34785 ____________________________________________________________________________
34786 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
34787         Log: Subject: [PATCH] APIfy op_clear 
34788              From: Simon Cozens <simon@netthink.co.uk>
34789              Date: Sun, 3 Jun 2001 13:51:46 +0100
34790              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
34791              
34792              (despite the subject line, op_null is APIfied by the patch)
34793      Branch: perl
34794            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
34795 ____________________________________________________________________________
34796 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
34797         Log: Subject: [PATCH] t/lib/extutils.t
34798              From: Nicholas Clark <nick@ccl4.org>
34799              Date: Sat, 2 Jun 2001 23:57:05 +0100
34800              Message-ID: <20010602235705.Q12698@plum.flirble.org>
34801      Branch: perl
34802            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
34803 ____________________________________________________________________________
34804 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
34805         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
34806              From: Prymmer/Kahn <pvhp@best.com>
34807              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
34808              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
34809      Branch: perl
34810            ! win32/Makefile win32/makefile.mk
34811 ____________________________________________________________________________
34812 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
34813         Log: Subject: Re: 'decimal digits' macro? 
34814              From: Hugo <hv@crypt.compulink.co.uk>
34815              Date: Sun, 03 Jun 2001 04:26:36 +0100
34816              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
34817      Branch: perl
34818            ! handy.h t/lib/posix.t t/op/tr.t
34819 ____________________________________________________________________________
34820 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
34821         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
34822              From: Hugo <hv@crypt.compulink.co.uk>
34823              Date: Sun, 03 Jun 2001 14:56:30 +0100
34824              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
34825      Branch: perl
34826            ! util.c
34827 ____________________________________________________________________________
34828 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
34829         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
34830      Branch: perl
34831           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
34832           !> vms/perly_c.vms
34833 ____________________________________________________________________________
34834 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
34835         Log: fix leakage of lexicals at file scope into subroutines that were
34836              declared before them; this appears to be a longstanding bug that
34837              meant that lexicals at file scope were never "deintroduced", meaning
34838              their scope range was never properly closed, and their visibility
34839              extended to all subsequent eval""s or requires
34840              
34841              added a test case
34842              
34843              seems to also fix a case of bogus duplicate warnings
34844      Branch: maint-5.6/perl
34845            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
34846            ! vms/perly_c.vms
34847 ____________________________________________________________________________
34848 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
34849         Log: More VMS tweaks from Craig A. Berry.
34850      Branch: perl
34851            ! configure.com t/lib/extutils.t
34852 ____________________________________________________________________________
34853 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
34854         Log: -Wall cleanup continues.
34855      Branch: perl
34856            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
34857            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
34858            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
34859            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
34860            ! run.c toke.c util.c
34861 ____________________________________________________________________________
34862 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
34863         Log: The metaconfig unit change for #10390.
34864      Branch: metaconfig/U/perl
34865            ! gccvers.U
34866 ____________________________________________________________________________
34867 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
34868         Log: Drop the -ansi from the default gcc flags.
34869              
34870              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
34871              that struct cannot be compared with a flat integer, such as STRLEN.
34872              The -ansi will also cause a lot of noise in Solaris because of:
34873              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
34874      Branch: perl
34875            ! Configure
34876 ____________________________________________________________________________
34877 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
34878         Log: Integrate perlio.
34879      Branch: perl
34880           !> pod/perlapi.pod util.c
34881 ____________________________________________________________________________
34882 [ 10388] By: nick                                  on 2001/06/02  08:01:12
34883         Log: Integrate mainline
34884      Branch: perlio
34885           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
34886           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
34887           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
34888           !> t/lib/1_compile.t t/lib/mimeqp.t
34889 ____________________________________________________________________________
34890 [ 10387] By: nick                                  on 2001/06/02  07:39:17
34891         Log: Tweak util.c's atof2 for MULTIPLICITY
34892      Branch: perlio
34893            ! util.c
34894 ____________________________________________________________________________
34895 [ 10386] By: nick                                  on 2001/06/02  07:38:33
34896         Log: Integrate mainline
34897      Branch: perlio
34898           !> (integrate 41 files)
34899 ____________________________________________________________________________
34900 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
34901         Log: Add Attribute::Handlers 0.61 from Damian Conway.
34902      Branch: perl
34903            + lib/Attribute/Handlers.pm t/lib/attrhand.t
34904            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
34905 ____________________________________________________________________________
34906 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
34907         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
34908              From: Peter Prymmer <pvhp@forte.com>
34909              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
34910              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
34911      Branch: perl
34912            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
34913 ____________________________________________________________________________
34914 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
34915         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
34916              From: Jeff Pinyan <jeffp@crusoe.net>
34917              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
34918              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
34919      Branch: perl
34920            ! lib/File/Find.pm
34921 ____________________________________________________________________________
34922 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
34923         Log: Subject: [PATCH perl@10381] configure.com tweaks
34924              From: "Craig A. Berry" <craigberry@mac.com>
34925              Date: Fri, 1 Jun 2001 13:55:43 -0500
34926              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
34927      Branch: perl
34928            ! configure.com
34929 ____________________________________________________________________________
34930 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
34931         Log: Update Changes.
34932      Branch: perl
34933            ! Changes patchlevel.h
34934 ____________________________________________________________________________
34935 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
34936         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
34937              From: Mike Guy <mjtg@cam.ac.uk>
34938              Date: Fri, 01 Jun 2001 18:17:02 +0100
34939              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
34940      Branch: perl
34941            ! lib/perl5db.pl
34942 ____________________________________________________________________________
34943 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
34944         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
34945              From: Hugo <hv@crypt.compulink.co.uk>
34946              Date: Thu, 31 May 2001 20:49:48 +0100
34947              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
34948      Branch: perl
34949            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
34950            ! util.c
34951 ____________________________________________________________________________
34952 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
34953         Log: Zero() is not available in x2p (or, rather, some of its
34954              implementations like memzero() might not be available.)
34955      Branch: perl
34956            ! x2p/hash.c
34957 ____________________________________________________________________________
34958 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
34959         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
34960              From: Michael G Schwern <schwern@pobox.com>
34961              Date: Fri, 1 Jun 2001 12:00:29 +0100
34962              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
34963              
34964              (But use Zero() instead of memset.)
34965      Branch: perl
34966            ! x2p/hash.c
34967 ____________________________________________________________________________
34968 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
34969         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
34970              From: Jeff Pinyan <jeffp@crusoe.net>
34971              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
34972              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
34973      Branch: perl
34974            ! pod/perldiag.pod regcomp.c t/op/pat.t
34975 ____________________________________________________________________________
34976 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
34977         Log: Retract #10324 and #10333; not needed.
34978      Branch: perl
34979            ! hints/irix_6.sh hints/linux.sh
34980 ____________________________________________________________________________
34981 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
34982         Log: The #10370 wasn't quite right.
34983      Branch: perl
34984            ! ext/XS/Typemap/Typemap.xs
34985 ____________________________________________________________________________
34986 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
34987         Log: The metaconfig units changes for #10372.
34988      Branch: metaconfig/U/perl
34989            + d_realpath.U d_sresgproto.U d_sresuproto.U
34990            ! gccvers.U i_db.U
34991 ____________________________________________________________________________
34992 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
34993         Log: Configure tweaks; record the Berkeley DB version,
34994              probe for realpath(), for setresuid() and setresgid()
34995              prototypes; use realpath() (try to be paranoid enough),
34996              use the setres[ug]id prototypes because glibc has the functions
34997              but not their prototypes; add -Wall -ansi to gcc ccflags;
34998              regen toc.
34999      Branch: perl
35000            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35001            ! config_h.SH configure.com epoc/config.sh
35002            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
35003            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
35004            ! vos/config.ga.def win32/config.bc win32/config.gc
35005            ! win32/config.vc
35006 ____________________________________________________________________________
35007 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
35008         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
35009              From: Michael G Schwern <schwern@pobox.com>
35010              Date: Fri, 1 Jun 2001 11:28:14 +0100
35011              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
35012      Branch: perl
35013            ! lib/attributes.pm xsutils.c
35014 ____________________________________________________________________________
35015 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
35016         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
35017              From: Tim Jenness <t.jenness@jach.hawaii.edu>
35018              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
35019              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
35020      Branch: perl
35021            ! ext/XS/Typemap/Typemap.xs
35022 ____________________________________________________________________________
35023 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
35024         Log: Subject: [patch] Cwd.xs optimizations/abstraction
35025              From: Doug MacEachern <dougm@covalent.net>
35026              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
35027              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
35028      Branch: perl
35029            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
35030            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
35031 ____________________________________________________________________________
35032 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
35033         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!])
35034              From: Nicholas Clark <nick@ccl4.org>
35035              Date: Thu, 31 May 2001 23:56:40 +0100
35036              Message-ID: <20010531235640.F12698@plum.flirble.org>
35037              
35038              Make the test work also under only static extensions
35039              (sh Configure -Uusedl fakes this nicely)
35040      Branch: perl
35041            ! t/lib/extutils.t
35042 ____________________________________________________________________________
35043 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
35044         Log: Subject: [PATCH hv.c] Eliminating trigraph
35045              From: Michael G Schwern <schwern@pobox.com>
35046              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
35047              Date: Fri, 1 Jun 2001 11:49:56 +0100
35048      Branch: perl
35049            ! hv.c
35050 ____________________________________________________________________________
35051 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
35052         Log: Subject: Re: [PATCH] Tests for File::Compare 
35053              From: "Philip Newton" <Philip.Newton@gmx.net>
35054              Date: Thu, 31 May 2001 19:44:05 +0200
35055              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
35056              
35057              Unnecessary "quotation marks".
35058      Branch: perl
35059            ! t/lib/filecomp.t
35060 ____________________________________________________________________________
35061 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
35062         Log: Integrate perlio.
35063      Branch: perl
35064           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
35065 ____________________________________________________________________________
35066 [ 10364] By: nick                                  on 2001/06/01  10:13:31
35067         Log: Cleanup dll.base and dll.exp created by GCC builds.
35068      Branch: perlio
35069            ! lib/ExtUtils/MM_Win32.pm
35070 ____________________________________________________________________________
35071 [ 10363] By: nick                                  on 2001/06/01  10:02:17
35072         Log: Make filecomp test work on CRLF platforms by adding binmode.
35073      Branch: perlio
35074            ! t/lib/filecomp.t
35075 ____________________________________________________________________________
35076 [ 10362] By: nick                                  on 2001/06/01  08:37:17
35077         Log: Integrate mainline
35078      Branch: perlio
35079           !> Changes Configure patchlevel.h perlio.c
35080 ____________________________________________________________________________
35081 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
35082         Log: panic:claustrophobia.
35083      Branch: perl
35084            ! perlio.c
35085 ____________________________________________________________________________
35086 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
35087         Log: Update Changes.
35088      Branch: perl
35089            ! Changes patchlevel.h
35090 ____________________________________________________________________________
35091 [ 10359] By: nick                                  on 2001/05/31  12:35:50
35092         Log: Integrate mainline.
35093      Branch: perlio
35094           +> t/lib/filecomp.t
35095           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
35096           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
35097 ____________________________________________________________________________
35098 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
35099         Log: Integrate perlio.
35100      Branch: perl
35101           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
35102           !> win32/config_H.vc
35103 ____________________________________________________________________________
35104 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
35105         Log: Metaconfig unit change for #10356.
35106      Branch: metaconfig
35107            ! U/installdirs/inc_version_list.U
35108 ____________________________________________________________________________
35109 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
35110         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
35111              (idea from Sarathy; implementation from Andy)
35112      Branch: perl
35113            ! Configure
35114 ____________________________________________________________________________
35115 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
35116         Log: More AUTHORS.
35117      Branch: perl
35118            ! AUTHORS
35119 ____________________________________________________________________________
35120 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
35121         Log: Subject: Re: [PATCH] Tests for File::Compare
35122              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
35123              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
35124              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
35125      Branch: perl
35126            + t/lib/filecomp.t
35127            ! MANIFEST t/lib/1_compile.t
35128 ____________________________________________________________________________
35129 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
35130         Log: Subject: [PATCH] DEBUG_* macro cleanups
35131              From: Abhijit Menon-Sen <ams@wiw.org>
35132              Date: Thu, 31 May 2001 12:16:22 +0530
35133              Message-ID: <20010531121622.B4829@lustre.linux.in>
35134              
35135              Subject: Re: [PATCH] DEBUG_* macro cleanups
35136              From: Abhijit Menon-Sen <ams@wiw.org>
35137              Date: Thu, 31 May 2001 13:57:01 +0530
35138              Message-ID: <20010531135701.A21775@lustre.linux.in>
35139              
35140              (The DEBUG_ definitions in perl.h changed to use the
35141              STMT_START and STMT_END.)
35142      Branch: perl
35143            ! perl.h pp_ctl.c sv.c toke.c
35144 ____________________________________________________________________________
35145 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
35146         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
35147              From: Abhijit Menon-Sen <ams@wiw.org>
35148              Date: Thu, 31 May 2001 08:27:55 +0530
35149              Message-ID: <20010531082755.A10018@lustre.linux.in>
35150      Branch: perl
35151            ! ext/Storable/Storable.xs gv.c perl.c
35152 ____________________________________________________________________________
35153 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
35154         Log: Subject: [PATCH] AUTHORS
35155              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
35156              Date: Thu, 31 May 2001 01:27:59 -0500
35157              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
35158              
35159              Subject: Re: [PATCH] AUTHORS
35160              From: "Philip Newton" <Philip.Newton@gmx.net>
35161              Date: Thu, 31 May 2001 10:08:06 +0200
35162              (Message-Id missing?)
35163      Branch: perl
35164            ! AUTHORS
35165 ____________________________________________________________________________
35166 [ 10350] By: nick                                  on 2001/05/31  11:40:43
35167         Log: win32 - dmake regen_config_h
35168      Branch: perlio
35169            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
35170 ____________________________________________________________________________
35171 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
35172         Log: Subject: Re: [PATCH util.c] More warning cleanups.
35173              From: "Philip Newton" <Philip.Newton@gmx.net>
35174              Date: Thu, 31 May 2001 07:41:36 +0200
35175              Message-Id: <200105310538.IAA25458@taku.hut.fi>
35176              
35177              Undo C++-ism that snekt in.
35178      Branch: perl
35179            ! util.c
35180 ____________________________________________________________________________
35181 [ 10348] By: nick                                  on 2001/05/31  11:36:46
35182         Log: Tolerate Win32 numerics
35183      Branch: perlio
35184            ! t/pragma/warn/toke
35185 ____________________________________________________________________________
35186 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
35187         Log: Integrate perlio.
35188      Branch: perl
35189           !> perlio.c win32/win32.h
35190 ____________________________________________________________________________
35191 [ 10346] By: nick                                  on 2001/05/31  10:54:55
35192         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
35193              perlio.c change 10255.
35194      Branch: perlio
35195            ! perlio.c
35196 ____________________________________________________________________________
35197 [ 10345] By: nick                                  on 2001/05/31  10:01:57
35198         Log: Conditionally put back some "unused" dTHX which are used
35199              with PERL_IMPLICIT_SYS
35200      Branch: perlio
35201            ! perlio.c
35202 ____________________________________________________________________________
35203 [ 10344] By: nick                                  on 2001/05/31  10:00:59
35204         Log: Fix Win32 for new spelling IN_BYTES 
35205      Branch: perlio
35206            ! win32/win32.h
35207 ____________________________________________________________________________
35208 [ 10343] By: nick                                  on 2001/05/31  08:01:32
35209         Log: perlio.c -Wall cleaner under MULTIPLICITY
35210              - still minor noise with linux stdio
35211      Branch: perlio
35212            ! perlio.c
35213 ____________________________________________________________________________
35214 [ 10342] By: nick                                  on 2001/05/31  07:52:23
35215         Log: Integrate mainline.
35216      Branch: perlio
35217           !> (integrate 42 files)
35218 ____________________________________________________________________________
35219 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
35220         Log: AUTHORS updates.
35221      Branch: perl
35222            ! AUTHORS
35223 ____________________________________________________________________________
35224 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
35225         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
35226              From: Peter Prymmer <pvhp@forte.com>
35227              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
35228              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
35229      Branch: perl
35230            ! t/lib/md5-file.t
35231 ____________________________________________________________________________
35232 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
35233         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
35234              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
35235              to match the pragma name; various robustness cleanups.
35236      Branch: perl
35237            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
35238            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
35239 ____________________________________________________________________________
35240 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
35241         Log: More -Wall sweeping.
35242      Branch: perl
35243            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
35244            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
35245            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
35246            ! regcomp.c sv.c toke.c utf8.c
35247 ____________________________________________________________________________
35248 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
35249         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
35250              From: Nicholas Clark <nick@ccl4.org>
35251              Date: Wed, 30 May 2001 22:34:41 +0100
35252              Message-ID: <20010530223441.Y86445@plum.flirble.org>
35253      Branch: perl
35254            ! t/op/cmp.t
35255 ____________________________________________________________________________
35256 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
35257         Log: It's is not, it isn't ain't, and it's it's, not its,
35258              if you mean it is. If you don't, it's its. Then too,
35259              it's hers. It isn't her's. It isn't our's either.
35260              It's ours, and likewise yours and theirs.
35261              -- Oxford University Press, Edpress News
35262      Branch: perl
35263            ! lib/autouse.pm
35264 ____________________________________________________________________________
35265 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
35266         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
35267      Branch: perl
35268            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
35269            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
35270            ! x2p/str.c x2p/walk.c xsutils.c
35271 ____________________________________________________________________________
35272 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
35273         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
35274              From: Michael G Schwern <schwern@pobox.com>
35275              Date: Wed, 30 May 2001 17:10:38 +0100
35276              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
35277              
35278              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
35279              From: Abhijit Menon-Sen <ams@wiw.org>
35280              Date: Wed, 30 May 2001 23:16:13 +0530
35281              Message-ID: <20010530231613.A31933@lustre.linux.in>
35282      Branch: perl
35283            ! perl.c t/run/runenv.t
35284 ____________________________________________________________________________
35285 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
35286         Log: (Retracted by #10375.)
35287              
35288              IRIX hints patch from Merijn Broeren.
35289              
35290              TODO: (this and the earlier Linux hints patch) should be solved
35291              at Configure level.  Merijn: -ldb should not be used on any platform
35292              for perl, just when linking DBFile itself. Trying to be helpful here
35293              is counterproductive.
35294      Branch: perl
35295            ! hints/irix_6.sh
35296 ____________________________________________________________________________
35297 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
35298         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
35299              From: Nicholas Clark <nick@ccl4.org>
35300              Date: Wed, 30 May 2001 23:20:58 +0100
35301              Message-ID: <20010530232058.B86445@plum.flirble.org>
35302      Branch: perl
35303            ! doop.c
35304 ____________________________________________________________________________
35305 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
35306         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
35307              From: Michael G Schwern <schwern@pobox.com> 
35308              Date: Wed, 30 May 2001 15:24:20 +0100
35309              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
35310      Branch: perl
35311            ! t/pragma/autouse.t
35312 ____________________________________________________________________________
35313 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
35314         Log: The regex trick wasn't a good idea.
35315      Branch: perl
35316            ! pod/perlfaq4.pod
35317 ____________________________________________________________________________
35318 [ 10329] By: nick                                  on 2001/05/30  18:34:35
35319         Log: Integrate mainline
35320      Branch: perlio
35321           !> (integrate 40 files)
35322 ____________________________________________________________________________
35323 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
35324         Log: Update Changes.
35325      Branch: perl
35326            ! Changes patchlevel.h
35327 ____________________________________________________________________________
35328 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
35329         Log: The metaconfig unit change for #10325.
35330      Branch: metaconfig
35331            + U/modified/afs.U
35332 ____________________________________________________________________________
35333 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
35334         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
35335              is now wrong.
35336      Branch: perl
35337            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
35338 ____________________________________________________________________________
35339 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
35340         Log: Introduce $Config{afsroot}.
35341      Branch: perl
35342            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35343            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
35344            ! win32/config.gc win32/config.vc
35345 ____________________________________________________________________________
35346 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
35347         Log: (Retracted by #10375.)
35348              
35349              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
35350      Branch: perl
35351            ! hints/linux.sh
35352 ____________________________________________________________________________
35353 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
35354         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
35355              (Also Configure tweaks needed; coming up soon.)
35356      Branch: perl
35357            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
35358 ____________________________________________________________________________
35359 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
35360         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
35361              From: Michael G Schwern <schwern@pobox.com>
35362              Date: Sun, 27 May 2001 10:29:43 +0100
35363              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
35364      Branch: perl
35365            ! lib/perl5db.pl
35366 ____________________________________________________________________________
35367 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
35368         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
35369              and Abhijit Menon-Sen.
35370      Branch: perl
35371            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
35372            ! perl.c pp_sys.c regcomp.c
35373 ____________________________________________________________________________
35374 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
35375         Log: Fix the BOOT section to call myU2time properly.
35376      Branch: perl
35377            ! ext/Time/HiRes/HiRes.xs
35378 ____________________________________________________________________________
35379 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
35380         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
35381              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
35382              Date: Wed, 30 May 2001 09:44:29 -0400
35383              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
35384              
35385              Detypo; plus add one more trick.
35386      Branch: perl
35387            ! pod/perlfaq4.pod
35388 ____________________________________________________________________________
35389 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
35390         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)
35391              From: Michael G Schwern <schwern@pobox.com>
35392              Date: Wed, 30 May 2001 14:39:06 +0100
35393              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
35394      Branch: perl
35395            ! lib/autouse.pm t/pragma/autouse.t
35396 ____________________________________________________________________________
35397 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
35398         Log: Subject: Re: AIX and gcc (moving targets)
35399              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35400              Date: Wed, 30 May 2001 15:25:08 +0200
35401              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
35402      Branch: perl
35403            ! ext/Time/HiRes/HiRes.xs
35404 ____________________________________________________________________________
35405 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
35406         Log: Subject: [PATCH t/TEST] sorting tests
35407              From: Michael G Schwern <schwern@pobox.com>
35408              Date: Wed, 30 May 2001 10:24:02 +0100
35409              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
35410      Branch: perl
35411            ! t/TEST
35412 ____________________________________________________________________________
35413 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
35414         Log: Subject: [ID 20010529.002] typos in man page perlre
35415              From: bart@cg681574-a.adubn1.nj.home.com 
35416              Date: Tue, 29 May 2001 13:58:59 -0500
35417              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
35418      Branch: perl
35419            ! pod/perlre.pod
35420 ____________________________________________________________________________
35421 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
35422         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
35423              From: "Craig A. Berry" <craigberry@mac.com>
35424              Date: Tue, 29 May 2001 23:23:45 -0500
35425              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
35426      Branch: perl
35427            ! t/lib/extutils.t t/pragma/autouse.t
35428 ____________________________________________________________________________
35429 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
35430         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)
35431              From: David Dyck <dcd@tc.fluke.com>
35432              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
35433              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
35434      Branch: perl
35435            ! t/lib/filefind.t
35436 ____________________________________________________________________________
35437 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
35438         Log: AIX hints update for gcc from Merijn H. Brand.
35439      Branch: perl
35440            ! hints/aix.sh
35441 ____________________________________________________________________________
35442 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
35443         Log: Retract #10295 and #10296: a more generic solution
35444              is needed (there's something funny with gcc on AIX).
35445      Branch: perl
35446            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
35447 ____________________________________________________________________________
35448 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
35449         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
35450              From: Hugo <hv@crypt.compulink.co.uk>
35451              Date: Wed, 30 May 2001 11:59:19 +0100
35452              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
35453              
35454              localizing $@ has unfortunate semantics - if you die past
35455              a local $@, the die message is lost.
35456      Branch: perl
35457            ! lib/utf8_heavy.pl
35458 ____________________________________________________________________________
35459 [ 10309] By: nick                                  on 2001/05/30  08:23:02
35460         Log: Integrate mainline (autouse works again.)
35461      Branch: perlio
35462           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
35463           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
35464           !> pod/perlvar.pod t/op/cmp.t
35465 ____________________________________________________________________________
35466 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
35467         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
35468              From: David Dyck <dcd@tc.fluke.com>
35469              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
35470              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
35471      Branch: perl
35472            ! lib/File/Find.pm
35473 ____________________________________________________________________________
35474 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
35475         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
35476              From: Nicholas Clark <nick@ccl4.org>
35477              Date: Tue, 29 May 2001 23:16:09 +0100
35478              Message-ID: <20010529231609.U86445@plum.flirble.org>
35479              
35480              Make the test output slightly clearer by distinguishing
35481              between '' and undef.
35482      Branch: perl
35483            ! t/op/cmp.t
35484 ____________________________________________________________________________
35485 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
35486         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
35487              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35488              Date: Tue, 29 May 2001 19:15:19 -0400
35489              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
35490      Branch: perl
35491            ! hints/os2.sh
35492 ____________________________________________________________________________
35493 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
35494         Log: Subject: perlvar.pod addition
35495              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
35496              Date: Fri, 25 May 2001 20:23:12 +0200
35497              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
35498              
35499              Subject: Re: perlvar.pod addition
35500              From: "Abigail" <abigail@foad.org> 
35501              Date: Fri, 25 May 2001 22:00:39 +0200
35502              Message-ID: <20010525200039.28029.qmail@foad.org>
35503              
35504              Mention $a and $b in perlvar.
35505      Branch: perl
35506            ! pod/perlvar.pod
35507 ____________________________________________________________________________
35508 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
35509         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
35510              From: Jeff Pinyan <jeffp@crusoe.net>
35511              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
35512              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
35513      Branch: perl
35514            ! pod/perlvar.pod
35515 ____________________________________________________________________________
35516 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
35517         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
35518              From: Jeff Pinyan <jeffp@crusoe.net>
35519              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
35520              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
35521      Branch: perl
35522            ! pod/perlfaq6.pod
35523 ____________________________________________________________________________
35524 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
35525         Log: Mention Time::localtime and Time::gmtime.
35526      Branch: perl
35527            ! ext/Time/Piece/Piece.pm
35528 ____________________________________________________________________________
35529 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
35530         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
35531              From: Michael G Schwern <schwern@pobox.com>
35532              Date: Tue, 29 May 2001 18:51:32 +0100
35533              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
35534      Branch: perl
35535            ! pod/perlfaq4.pod
35536 ____________________________________________________________________________
35537 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
35538         Log: Retract #10243.
35539      Branch: perl
35540            ! lib/autouse.pm
35541 ____________________________________________________________________________
35542 [ 10299] By: nick                                  on 2001/05/29  18:41:19
35543         Log: Post weekend integrate mainline (fails one test pragma/autouse).
35544      Branch: perlio
35545           +> (branch 29 files)
35546           !> (integrate 91 files)
35547 ____________________________________________________________________________
35548 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
35549         Log: Update Changes.
35550      Branch: perl
35551            ! Changes patchlevel.h
35552 ____________________________________________________________________________
35553 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
35554         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
35555              before Perl_load_module/Perl_call_method and restore the value
35556              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
35557      Branch: perl
35558            ! utf8.c
35559 ____________________________________________________________________________
35560 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
35561         Log: Subject: Re: AIX and gcc (moving targets)
35562              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35563              Date: Tue, 29 May 2001 17:59:40 +0200
35564              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
35565      Branch: perl
35566            ! ext/Storable/Makefile.PL
35567 ____________________________________________________________________________
35568 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
35569         Log: Subject: Re: AIX and gcc (moving targets)
35570              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35571              Date: Tue, 29 May 2001 12:32:57 +0200
35572              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
35573      Branch: perl
35574            ! ext/POSIX/Makefile.PL
35575 ____________________________________________________________________________
35576 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
35577         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
35578              From: Michael G Schwern <schwern@pobox.com>
35579              Date: Tue, 29 May 2001 09:53:29 +0100
35580              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
35581              
35582              (#10280 retracted)
35583      Branch: perl
35584            ! lib/Test/Harness.pm t/lib/test-harness.t
35585 ____________________________________________________________________________
35586 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
35587         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
35588              From: Michael G Schwern <schwern@pobox.com>
35589              Date: Tue, 29 May 2001 09:19:52 +0100
35590              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
35591      Branch: perl
35592            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
35593            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
35594            + t/lib/Test/todo.t
35595            ! MANIFEST lib/Test.pm t/TEST
35596 ____________________________________________________________________________
35597 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
35598         Log: From: Michael G Schwern <schwern@pobox.com>
35599              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
35600              Date: Tue, 29 May 2001 08:26:09 +0100
35601              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
35602      Branch: perl
35603            ! t/TEST
35604 ____________________________________________________________________________
35605 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
35606         Log: Add tests for Time::gmtime and Time::localtime.
35607      Branch: perl
35608            + t/lib/time-gmtime.t t/lib/time-localtime.t
35609            ! MANIFEST t/lib/1_compile.t
35610 ____________________________________________________________________________
35611 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
35612         Log: Add test for File::stat.
35613      Branch: perl
35614            + t/lib/filestat.t
35615            ! MANIFEST t/lib/1_compile.t
35616 ____________________________________________________________________________
35617 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
35618         Log: Add test for Net::servent.
35619      Branch: perl
35620            + t/lib/net-sent.t
35621            ! MANIFEST t/lib/1_compile.t
35622 ____________________________________________________________________________
35623 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
35624         Log: Add test for Net::protoent.
35625      Branch: perl
35626            + t/lib/net-pent.t
35627            ! MANIFEST t/lib/1_compile.t
35628 ____________________________________________________________________________
35629 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
35630         Log: Add test for Net::netent.
35631      Branch: perl
35632            + t/lib/net-nent.t
35633            ! MANIFEST t/lib/1_compile.t
35634 ____________________________________________________________________________
35635 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
35636         Log: Add test for User::grent.  Portability doubtful.
35637      Branch: perl
35638            + t/lib/user-grent.t
35639            ! MANIFEST t/lib/1_compile.t
35640 ____________________________________________________________________________
35641 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
35642         Log: Add test for User::pwent.
35643              Probably will fall down somewhere for portability reasons.
35644      Branch: perl
35645            + t/lib/user-pwent.t
35646            ! MANIFEST t/lib/1_compile.t
35647 ____________________________________________________________________________
35648 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
35649         Log: Metaconfig units changes for #10283.
35650      Branch: metaconfig
35651            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
35652            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
35653            ! U/installdirs/sitescript.U U/modified/Signal.U
35654 ____________________________________________________________________________
35655 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
35656         Log: Subject: [PATCH 5.6.1] signal names in Configure
35657              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35658              Date: Tue, 29 May 2001 03:52:25 -0400
35659              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
35660              
35661              Subject: [PATCH 5.6.1] older perl in Configure
35662              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35663              Date: Tue, 29 May 2001 03:55:40 -0400
35664              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
35665              
35666              Subject: [PATCH 5.6.1] goofs in Configure
35667              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35668              Date: Tue, 29 May 2001 04:13:07 -0400
35669              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
35670              
35671              Configure portability tweaks.
35672      Branch: perl
35673            ! Configure
35674 ____________________________________________________________________________
35675 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
35676         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
35677              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35678              Date: Tue, 29 May 2001 04:07:06 -0400
35679              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
35680      Branch: perl
35681            ! os2/os2.c
35682 ____________________________________________________________________________
35683 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
35684         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
35685              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35686              Date: Tue, 29 May 2001 04:01:38 -0400
35687              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
35688      Branch: perl
35689            ! hints/os2.sh os2/Makefile.SHs
35690 ____________________________________________________________________________
35691 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
35692         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
35693              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35694              Date: Tue, 29 May 2001 03:50:18 -0400
35695              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
35696      Branch: perl
35697            ! lib/Test/Harness.pm
35698 ____________________________________________________________________________
35699 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
35700         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
35701      Branch: perl
35702            ! lib/utf8_heavy.pl
35703 ____________________________________________________________________________
35704 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
35705         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
35706              From: Hugo <hv@crypt.compulink.co.uk>
35707              Date: Tue, 29 May 2001 03:03:45 +0100
35708              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
35709              
35710              Explanation why the $@ always gets the UTF8 flag when under use utf8--
35711              because we told it to have the flag when under use utf8.
35712      Branch: perl
35713            ! pp_ctl.c
35714 ____________________________________________________________________________
35715 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
35716         Log: At least a partial fix for 20010528.004.
35717      Branch: perl
35718            ! lib/utf8_heavy.pl
35719 ____________________________________________________________________________
35720 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
35721         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
35722              From: Nicholas Clark <nick@ccl4.org> 
35723              Date: Mon, 28 May 2001 23:39:38 +0100
35724              Message-ID: <20010528233938.M86445@plum.flirble.org>
35725              
35726              More portable non-zero UV.
35727      Branch: perl
35728            ! t/lib/extutils.t
35729 ____________________________________________________________________________
35730 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
35731         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
35732              From: Nicholas Clark <nick@ccl4.org>
35733              Date: Mon, 28 May 2001 22:46:09 +0100
35734              Message-ID: <20010528224608.L86445@plum.flirble.org>
35735              
35736              Test also "make clean".
35737      Branch: perl
35738            ! t/lib/extutils.t
35739 ____________________________________________________________________________
35740 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
35741         Log: Subject: Re: Would -Wno-unused -Wall be better?
35742              From: Michael G Schwern <schwern@pobox.com>
35743              Date: Tue, 29 May 2001 00:55:54 +0100
35744              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
35745      Branch: perl
35746            ! pp.h
35747 ____________________________________________________________________________
35748 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
35749         Log: Add a test for 20010528.007, fixed in #10272.
35750      Branch: perl
35751            ! t/op/misc.t toke.c
35752 ____________________________________________________________________________
35753 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
35754         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
35755              From: Hugo <hv@crypt.compulink.co.uk>
35756              Date: Tue, 29 May 2001 00:23:23 +0100
35757              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
35758      Branch: perl
35759            ! toke.c
35760 ____________________________________________________________________________
35761 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
35762         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
35763              From: Michael G Schwern <schwern@pobox.com>
35764              Date: Tue, 29 May 2001 00:42:59 +0100
35765              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
35766      Branch: perl
35767            ! t/pragma/autouse.t
35768 ____________________________________________________________________________
35769 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
35770         Log: Some shells seemingly arrange the signal handlers differently
35771              (bug id 20010521.004).
35772      Branch: perl
35773            ! t/lib/sigaction.t
35774 ____________________________________________________________________________
35775 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
35776         Log: Regen perlmodlib.
35777      Branch: perl
35778            ! pod/perlmodlib.pod
35779 ____________________________________________________________________________
35780 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
35781         Log: Update Changes.
35782      Branch: perl
35783            ! Changes patchlevel.h
35784 ____________________________________________________________________________
35785 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
35786         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
35787              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
35788              Date: Mon, 28 May 2001 14:56:35 -0500
35789              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
35790      Branch: perl
35791            ! pod/perlnewmod.pod
35792 ____________________________________________________________________________
35793 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
35794         Log: Regen toc.
35795      Branch: perl
35796            ! pod/perltoc.pod
35797 ____________________________________________________________________________
35798 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
35799         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
35800              From: "Richard Soderberg" <rs@crystalflame.net>
35801              Date: Mon, 28 May 2001 12:31:23 -0700
35802              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
35803      Branch: perl
35804            ! t/op/splice.t
35805 ____________________________________________________________________________
35806 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
35807         Log: The #10260 was too bold: locales and utf8 still do not mix.
35808      Branch: perl
35809            ! t/pragma/locale.t
35810 ____________________________________________________________________________
35811 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
35812         Log: Subject: [PATCH] Pod nitpicks
35813              From: "Richard Soderberg" <rs@crystalflame.net>
35814              Date: Mon, 28 May 2001 10:08:58 -0700
35815              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
35816      Branch: perl
35817            ! pod/perl571delta.pod pod/perlapi.pod sv.h
35818 ____________________________________________________________________________
35819 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
35820         Log: Upgrade to I18N::LangTags 0.22.
35821      Branch: perl
35822            + lib/I18N/LangTags/List.pod
35823            ! MANIFEST lib/I18N/LangTags.pm
35824 ____________________________________________________________________________
35825 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
35826         Log: A slightly more serious bug found by -Mutf8; op/misc and
35827              lib/complex dumped core.
35828      Branch: perl
35829            ! regexec.c
35830 ____________________________________________________________________________
35831 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
35832         Log: Various buglets shaken out by -Mutf8.
35833      Branch: perl
35834            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
35835            ! t/pragma/locale.t
35836 ____________________________________________________________________________
35837 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
35838         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
35839      Branch: perl
35840            ! t/lib/carp.t
35841 ____________________________________________________________________________
35842 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
35843         Log: Subject: [PATCH] todo patch
35844              From: Artur Bergman <artur@contiller.se> 
35845              Date: Mon, 28 May 2001 17:03:51 +0200
35846              Message-ID: <B7383577.F34%artur@contiller.se>
35847      Branch: perl
35848            ! pod/perltodo.pod
35849 ____________________________________________________________________________
35850 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
35851         Log: Subject: typo in perlguts.pod
35852              From: "John P. Linderman" <jpl@research.att.com>
35853              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
35854              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
35855      Branch: perl
35856            ! pod/perlguts.pod
35857 ____________________________________________________________________________
35858 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
35859         Log: Subject: AIX and gcc (moving targets)
35860              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35861              Date: Mon, 28 May 2001 12:54:04 +0200
35862              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
35863      Branch: perl
35864            ! hints/aix.sh
35865 ____________________________________________________________________________
35866 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
35867         Log: Subject: Re: perlio + multiple perl_alloc..destruct
35868              From: Doug MacEachern <dougm@covalent.net>
35869              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
35870              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
35871      Branch: perl
35872            ! perlio.c
35873 ____________________________________________________________________________
35874 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
35875         Log: The #10251 wasn't quite up-to-the-code.
35876      Branch: perl
35877            ! t/op/misc.t
35878 ____________________________________________________________________________
35879 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
35880         Log: Test case for bug 20010526.004, fixed in #10252.
35881      Branch: perl
35882            ! t/op/taint.t
35883 ____________________________________________________________________________
35884 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
35885         Log: Subject: Re: [ID 20010526.004] Taint looses value
35886              From: Hugo <hv@crypt.compulink.co.uk>
35887              Date: Sun, 27 May 2001 20:39:32 +0100
35888              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
35889      Branch: perl
35890            ! sv.c
35891 ____________________________________________________________________________
35892 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
35893         Log: Test case for 20010422.005, fixed by #10250.
35894      Branch: perl
35895            ! t/op/misc.t
35896 ____________________________________________________________________________
35897 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
35898         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
35899              From: Spider Boardman <spider@Orb.Nashua.NH.US>
35900              Date: Mon, 28 May 2001 06:39:12 -0400
35901              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
35902      Branch: perl
35903            ! toke.c
35904 ____________________________________________________________________________
35905 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
35906         Log: Linerewrapping.
35907      Branch: perl
35908            ! lib/open.pm
35909 ____________________________________________________________________________
35910 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
35911         Log: Updates on the modules list.
35912      Branch: perl
35913            ! t/lib/1_compile.t
35914 ____________________________________________________________________________
35915 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
35916         Log: Add a test for PerlIO.
35917              
35918              (I probably got the crlf/raw thing wrong for clrfy platforms...)
35919      Branch: perl
35920            + t/lib/perlio.t
35921            ! MANIFEST lib/PerlIO.pm
35922 ____________________________________________________________________________
35923 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
35924         Log: Add a test for carp et alia.
35925      Branch: perl
35926            + t/lib/carp.t
35927            ! MANIFEST
35928 ____________________________________________________________________________
35929 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
35930         Log: Adding the new test would be swell.
35931      Branch: perl
35932            + t/pragma/autouse.t
35933 ____________________________________________________________________________
35934 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
35935         Log: Add a test for the autouse pragma.
35936      Branch: perl
35937            ! MANIFEST
35938 ____________________________________________________________________________
35939 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
35940         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
35941              From: dLux <dlux@spam.sch.bme.hu>
35942              Date: Sun, 27 May 2001 16:14:26 +0200
35943              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
35944      Branch: perl
35945            ! lib/autouse.pm
35946 ____________________________________________________________________________
35947 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
35948         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
35949              From: "Richard Soderberg" <rs@crystalflame.net>
35950              Date: Mon, 28 May 2001 03:56:36 -0700
35951              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
35952      Branch: perl
35953            ! utils/dprofpp.PL
35954 ____________________________________________________________________________
35955 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
35956         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
35957              From: "Stephen P. Potter" <spp@spotter.yi.org>
35958              Date: Tue, 22 May 2001 11:40:25 -0400
35959              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
35960              
35961              Subject: Re: [ID 20010522.003] Time::Local module bug
35962              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
35963              Date: Tue, 22 May 2001 11:50:19 -0400
35964              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
35965      Branch: perl
35966            ! lib/Time/Local.pm
35967 ____________________________________________________________________________
35968 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
35969         Log: The PERL_DL_NONLAZY can have whitespace in front.
35970      Branch: perl
35971            ! t/lib/extutils.t
35972 ____________________________________________________________________________
35973 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
35974         Log: Document strftime() and strptime().
35975      Branch: perl
35976            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
35977 ____________________________________________________________________________
35978 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
35979         Log: Make Time::Piece::strptime() to be a function, not a method.
35980      Branch: perl
35981            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
35982 ____________________________________________________________________________
35983 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
35984         Log: Tweak the test to be more portable.
35985      Branch: perl
35986            ! t/lib/extutils.t
35987 ____________________________________________________________________________
35988 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
35989         Log: Subject: PATCH: Re: Re: Attributes that tie
35990              From: Leon Brocard <acme@astray.com>
35991              Date: Sun, 27 May 2001 12:37:29 +0100
35992              Message-ID: <20010527123729.A22663@ns0.astray.com>
35993              
35994              Document that variable attributes are not currently usable
35995              for tieing.  (An ugly limitation that should be fixed.)
35996      Branch: perl
35997            ! lib/attributes.pm
35998 ____________________________________________________________________________
35999 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
36000         Log: Microperl tweaks.
36001      Branch: perl
36002            ! Makefile.micro uconfig.h uconfig.sh
36003 ____________________________________________________________________________
36004 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
36005         Log: Add make target for microperl (kind of silly, but convenient).
36006      Branch: perl
36007            ! Makefile.SH
36008 ____________________________________________________________________________
36009 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
36010         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
36011              for microperl.)
36012      Branch: perl
36013            ! doio.c
36014 ____________________________________________________________________________
36015 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
36016         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
36017              From: rspier@pobox.com (Robert Spier)
36018              Date: Sat, 26 May 2001 20:05:23 -0400
36019              Message-ID: <15120.17603.148648.12430@rls.cx>
36020              
36021              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
36022              From: rspier@pobox.com (Robert Spier)
36023              Date: Sun, 27 May 2001 00:23:12 -0400
36024              Message-ID: <15120.33072.511966.767230@rls.cx>
36025      Branch: perl
36026            ! doio.c pod/perlfunc.pod
36027 ____________________________________________________________________________
36028 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
36029         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
36030      Branch: perl
36031            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
36032 ____________________________________________________________________________
36033 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
36034         Log: Add README.tru64.
36035      Branch: perl
36036            + README.tru64
36037 ____________________________________________________________________________
36038 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
36039         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
36040      Branch: perl
36041            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
36042            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
36043            ! MANIFEST
36044 ____________________________________________________________________________
36045 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
36046         Log: Integrate I18N::LangTags from Sean Burke.
36047              
36048              TODO: the language list from RFC 3066 needs to be integrated
36049              and made available somehow.  The list is included in the
36050              I18N-LangTags 0.21 distribution, but it is undocumented
36051              and unconnected to the module.
36052      Branch: perl
36053            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
36054            ! MANIFEST
36055 ____________________________________________________________________________
36056 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
36057         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
36058              envisioned by Sarathy.
36059      Branch: perl
36060            ! t/op/ver.t toke.c
36061 ____________________________________________________________________________
36062 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
36063         Log: Subject: [ID 20010525.001] Pod typo nits fixed
36064              From: lvirden@cas.org
36065              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
36066              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
36067              
36068              minus the perlsolaris decimation plus the
36069              
36070              Subject: Re: [ID 20010525.001] Pod typo nits fixed
36071              From: "Philip Newton" <Philip.Newton@gmx.net>
36072              Date: Fri, 25 May 2001 18:05:55 +0200
36073              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
36074      Branch: perl
36075            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
36076            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
36077            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
36078            ! pod/perlutil.pod pod/perlxstut.pod
36079 ____________________________________________________________________________
36080 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
36081         Log: return clauses are nice.
36082      Branch: perl
36083            ! sv.c
36084 ____________________________________________________________________________
36085 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
36086         Log: Subject: change 10199 backwards?
36087              From: Doug MacEachern <dougm@covalent.net>
36088              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
36089              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
36090      Branch: perl
36091            ! sv.c
36092 ____________________________________________________________________________
36093 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
36094         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
36095              From: Hugo <hv@crypt.compulink.co.uk>
36096              Date: Sat, 26 May 2001 17:05:12 +0100
36097              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
36098      Branch: perl
36099            + t/op/gmagic.t
36100            ! MANIFEST doop.c embed.h embed.pl global.sym
36101            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
36102            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
36103 ____________________________________________________________________________
36104 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
36105         Log: Regen headers for #10221.
36106      Branch: perl
36107            ! global.sym objXSUB.h perlapi.c
36108 ____________________________________________________________________________
36109 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
36110         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
36111              From: Juha Laiho <juha.laiho@Elma.Net>
36112              Date: Thu, 3 May 2001 09:51:30 +0300
36113              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
36114      Branch: perl
36115            ! embed.pl
36116 ____________________________________________________________________________
36117 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
36118         Log: Subject: Re: [PATCH] Re: stability of sort()?
36119              From: "John P. Linderman" <jpl@research.att.com>
36120              Date: Sat, 26 May 2001 13:27:19 -0400
36121              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
36122      Branch: perl
36123            ! pod/perlfunc.pod
36124 ____________________________________________________________________________
36125 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
36126         Log: Integrate perlio.
36127      Branch: perl
36128           !> pod/perlguts.pod
36129 ____________________________________________________________________________
36130 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
36131         Log: Subject: [PATCH perl@10210] PerlIO for VMS
36132              From: "Craig A. Berry" <craigberry@mac.com>
36133              Date: Sat, 26 May 2001 09:34:11 -0500
36134              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
36135      Branch: perl
36136            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
36137            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
36138            ! vms/vmsish.h
36139 ____________________________________________________________________________
36140 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
36141         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
36142              From: David Dyck <dcd@tc.fluke.com>
36143              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
36144              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
36145      Branch: perl
36146            ! lib/perl5db.pl
36147 ____________________________________________________________________________
36148 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
36149         Log: Subject: utf8 regexp tests
36150              From: Hugo <hv@crypt.compulink.co.uk>
36151              Date: Fri, 25 May 2001 22:35:01 +0100
36152              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
36153      Branch: perl
36154            ! t/op/regexp.t
36155 ____________________________________________________________________________
36156 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
36157         Log: Subject: [PATCH] Re: stability of sort()?
36158              From: Nicholas Clark <nick@ccl4.org>
36159              Date: Fri, 25 May 2001 22:40:19 +0100
36160              Message-ID: <20010525224019.B86445@plum.flirble.org>
36161      Branch: perl
36162            ! pod/perlfunc.pod
36163 ____________________________________________________________________________
36164 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
36165         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
36166              From: John Peacock <jpeacock@rowman.com>
36167              Date: Thu, 24 May 2001 22:14:01 -0400
36168              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
36169      Branch: perl
36170            ! mg.c scope.c sv.c
36171 ____________________________________________________________________________
36172 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
36173         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
36174              From: Nicholas Clark <nick@ccl4.org>
36175              Date: Sun, 20 May 2001 19:24:13 +0100
36176              Message-ID: <20010520192413.G83222@plum.flirble.org>
36177      Branch: perl
36178            + lib/ExtUtils/Constant.pm t/lib/extutils.t
36179            ! MANIFEST utils/h2xs.PL
36180 ____________________________________________________________________________
36181 [ 10212] By: nick                                  on 2001/05/26  09:49:28
36182         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
36183              add a few more notes there on use of mortals on the stack.
36184      Branch: perlio
36185            ! pod/perlguts.pod
36186 ____________________________________________________________________________
36187 [ 10211] By: nick                                  on 2001/05/26  09:05:36
36188         Log: Integrate mainline
36189      Branch: perlio
36190           +> t/lib/fcntl.t t/pragma/vars.t
36191           !> (integrate 49 files)
36192 ____________________________________________________________________________
36193 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
36194         Log: Update Changes.
36195      Branch: perl
36196            ! Changes patchlevel.h
36197 ____________________________________________________________________________
36198 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
36199         Log: Based on
36200              
36201              Subject: [PATCH pp.c] Wrapping pack("C",256)
36202              From: Simon Cozens <simon@netthink.co.uk>
36203              Date: Sat, 12 May 2001 17:58:41 +0100
36204              Message-ID: <20010512175841.A6132@netthink.co.uk>
36205      Branch: perl
36206            ! pod/perldiag.pod pp.c t/pragma/warn/pp
36207 ____________________________________________________________________________
36208 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
36209         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
36210              From: "Brendan O'Dea" <bod@compusol.com.au>
36211              Date: Fri, 25 May 2001 11:18:29 +1000
36212              Message-ID: <20010525111829.A28411@compusol.com.au>
36213              
36214              (Slightly modified.)
36215      Branch: perl
36216            ! lib/Term/Cap.pm
36217 ____________________________________________________________________________
36218 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
36219         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
36220              From: Hugo <hv@crypt.compulink.co.uk>
36221              Date: Fri, 25 May 2001 02:13:25 +0100
36222              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
36223      Branch: perl
36224            ! t/op/misc.t
36225 ____________________________________________________________________________
36226 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
36227         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
36228              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
36229              Date: Fri, 25 May 2001 10:25:36 +0900
36230              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
36231      Branch: perl
36232            ! regcomp.c regexec.c
36233 ____________________________________________________________________________
36234 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
36235         Log: Subject: [PATCH #2] stash autovivification and method call error messages
36236              From: Ilmari Karonen <iltzu@sci.fi>
36237              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
36238              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
36239      Branch: perl
36240            ! gv.c pp_hot.c t/op/method.t
36241 ____________________________________________________________________________
36242 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
36243         Log: Add make target and documentation for gprof profiling.
36244      Branch: perl
36245            ! Makefile.SH pod/perlhack.pod
36246 ____________________________________________________________________________
36247 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
36248         Log: Subject: Don't think about UTF8 
36249              From: Mike Guy <mjtg@cam.ac.uk> 
36250              Date: Tue, 22 May 2001 14:35:39 +0100
36251              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
36252      Branch: perl
36253            ! sv.h
36254 ____________________________________________________________________________
36255 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
36256         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
36257              From: Geraint A Edwards <gedge@serf.org> 
36258              Date: Thu, 24 May 2001 22:51:24 +0100
36259              Message-Id: <20010524225124.A34981@cymru.serf.org>
36260      Branch: perl
36261            ! x2p/find2perl.PL
36262 ____________________________________________________________________________
36263 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
36264         Log: DB_File has its own attribute story.
36265      Branch: perl
36266            ! ext/DB_File/DB_File.xs
36267 ____________________________________________________________________________
36268 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
36269         Log: Subject: Re: Making perl with -Wall
36270              From: Andy Dougherty <doughera@lafayette.edu>
36271              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
36272              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
36273      Branch: perl
36274            ! perl.h
36275 ____________________________________________________________________________
36276 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
36277         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
36278              From: "Richard Soderberg" <rs@crystalflame.net>
36279              Date: Thu, 24 May 2001 08:58:16 -0700
36280              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
36281      Branch: perl
36282            ! sv.c
36283 ____________________________________________________________________________
36284 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
36285         Log: IV/UV casting fixes from Nicholas Clark.
36286      Branch: perl
36287            ! perl.h pp_sys.c util.c
36288 ____________________________________________________________________________
36289 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
36290         Log: Subject: Re: Making perl with -Wall
36291              From: Michael G Schwern <schwern@pobox.com>
36292              Date: Thu, 24 May 2001 15:40:28 +0100
36293              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
36294      Branch: perl
36295            ! malloc.c perl.h
36296 ____________________________________________________________________________
36297 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
36298         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
36299              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36300              Date: Tue, 22 May 2001 11:49:37 +0200
36301              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
36302      Branch: metaconfig
36303            ! U/modified/Oldsym.U
36304      Branch: metaconfig/U/perl
36305            ! patchlevel.U
36306      Branch: perl
36307            ! Configure config_h.SH myconfig.SH
36308 ____________________________________________________________________________
36309 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
36310         Log: Under versiononly install also the scripts with the version suffix.
36311              (e.g. .../bin/h2xs5.7.1)
36312      Branch: perl
36313            ! installperl
36314 ____________________________________________________________________________
36315 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
36316         Log: Subject: [PATCH] Stop segfault in mg.c:636
36317              From: "Richard Soderberg" <rs@crystalflame.net>
36318              Date: Thu, 24 May 2001 05:51:52 -0700
36319              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
36320      Branch: perl
36321            ! mg.c
36322 ____________________________________________________________________________
36323 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
36324         Log: Iteration continues; hopefully convergently.
36325      Branch: perl
36326            ! t/lib/b-stash.t
36327 ____________________________________________________________________________
36328 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
36329         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
36330              From: Gisle Aas <gisle@ActiveState.com>
36331              Date: 23 May 2001 16:13:10 -0700
36332              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
36333      Branch: perl
36334            ! op.c toke.c
36335 ____________________________________________________________________________
36336 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
36337         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
36338              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
36339              Date: Thu, 24 May 2001 05:05:22 -0500
36340              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
36341      Branch: perl
36342            ! lib/dumpvar.pl lib/perl5db.pl
36343 ____________________________________________________________________________
36344 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
36345         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
36346              From: David Dyck <dcd@tc.fluke.com>
36347              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
36348              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
36349      Branch: perl
36350            ! lib/perl5db.pl
36351 ____________________________________________________________________________
36352 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
36353         Log: Tiny pod nits on READMEs, mostly whitespace issues.
36354      Branch: perl
36355            ! README.amiga README.dos README.macos README.mpeix README.vmesa
36356            ! README.win32
36357 ____________________________________________________________________________
36358 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
36359         Log: The DG/UX part of the 20010521.005.
36360      Branch: perl
36361            ! README.dgux
36362 ____________________________________________________________________________
36363 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
36364         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
36365              From: Hugo <hv@crypt.compulink.co.uk>
36366              Date: Mon, 21 May 2001 16:32:02 +0100
36367              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
36368      Branch: perl
36369            ! regcomp.c t/op/misc.t
36370 ____________________________________________________________________________
36371 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
36372         Log: Subject: [PATCH] Extra UNIVERSAL tests
36373              From: Mike Guy <mjtg@cam.ac.uk>
36374              Date: Wed, 23 May 2001 12:29:20 +0100
36375              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
36376      Branch: perl
36377            ! t/op/universal.t
36378 ____________________________________________________________________________
36379 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
36380         Log: Subject: [PATCH] Remove EQ keyword
36381              From: Mike Guy <mjtg@cam.ac.uk>
36382              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
36383              Date: Wed, 23 May 2001 11:17:29 +0100
36384      Branch: perl
36385            ! keywords.h keywords.pl
36386 ____________________________________________________________________________
36387 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
36388         Log: Subject: [PATCH] lib/perl5db.pl
36389              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
36390              Date: Wed, 23 May 2001 02:18:03 -0500
36391              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
36392      Branch: perl
36393            ! lib/perl5db.pl
36394 ____________________________________________________________________________
36395 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
36396         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
36397              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
36398              Date: Tue, 22 May 2001 23:34:41 -0500
36399              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
36400      Branch: perl
36401            ! lib/Term/Cap.pm
36402 ____________________________________________________________________________
36403 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
36404         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
36405              From: davem@fdgroup.co.uk
36406              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
36407              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
36408      Branch: perl
36409            ! emacs/e2ctags.pl
36410 ____________________________________________________________________________
36411 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
36412         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
36413              From: Michael G Schwern <schwern@pobox.com>
36414              Date: Tue, 22 May 2001 14:15:09 +0100
36415              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
36416      Branch: perl
36417            ! lib/vars.pm
36418 ____________________________________________________________________________
36419 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
36420         Log: Subject: [PATCH lib/vars.pm] Odd code nit
36421              From: Michael G Schwern <schwern@pobox.com>
36422              Date: Tue, 22 May 2001 14:14:28 +0100
36423              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
36424      Branch: perl
36425            ! lib/vars.pm
36426 ____________________________________________________________________________
36427 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
36428         Log: Use the new use vars feature.
36429      Branch: perl
36430            ! t/lib/b-stash.t
36431 ____________________________________________________________________________
36432 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
36433         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
36434              From: Mike Guy <mjtg@cam.ac.uk>
36435              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
36436              Date: Tue, 22 May 2001 13:11:39 +0100
36437      Branch: perl
36438            + t/pragma/vars.t
36439            ! MANIFEST lib/vars.pm t/lib/1_compile.t
36440 ____________________________________________________________________________
36441 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
36442         Log: -qlongdouble considered harmful by Merijn.
36443      Branch: perl
36444            ! hints/aix.sh
36445 ____________________________________________________________________________
36446 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
36447         Log: Update Changes.
36448      Branch: perl
36449            ! Changes patchlevel.h
36450 ____________________________________________________________________________
36451 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
36452         Log: Add a test of its very own for Fcntl.  Hopefully portable.
36453      Branch: perl
36454            + t/lib/fcntl.t
36455            ! MANIFEST
36456 ____________________________________________________________________________
36457 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
36458         Log: Must be trickier for 'minitest' not to die.
36459      Branch: perl
36460            ! t/op/taint.t
36461 ____________________________________________________________________________
36462 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
36463         Log: Can't declare other people's variables.
36464      Branch: perl
36465            ! t/lib/b-stash.t
36466 ____________________________________________________________________________
36467 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
36468         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
36469      Branch: perl
36470            ! doio.c t/op/taint.t
36471 ____________________________________________________________________________
36472 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
36473         Log: The OS/2 variable needs to be declared.
36474      Branch: perl
36475            ! t/lib/b-stash.t
36476 ____________________________________________________________________________
36477 [ 10170] By: nick                                  on 2001/05/20  16:48:29
36478         Log: Integrate mainline
36479      Branch: perlio
36480           !> (integrate 41 files)
36481 ____________________________________________________________________________
36482 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
36483         Log: Small perlsec updates: clarify the taintedness of filename
36484              globbing; suggest using Scalar::Util::tainted().
36485      Branch: perl
36486            ! pod/perlsec.pod
36487 ____________________________________________________________________________
36488 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
36489         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
36490              From: Dave Mitchell <davem@fdgroup.co.uk>
36491              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
36492              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
36493      Branch: perl
36494            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
36495            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
36496            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
36497            ! xsutils.c
36498 ____________________________________________________________________________
36499 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
36500         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
36501              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36502              Date: Sat, 19 May 2001 04:08:46 -0400
36503              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
36504      Branch: perl
36505            ! lib/ExtUtils/Mksymlists.pm makedef.pl
36506 ____________________________________________________________________________
36507 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
36508         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
36509              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36510              Date: Sat, 19 May 2001 04:30:45 -0400
36511              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
36512      Branch: perl
36513            ! os2/os2.c
36514 ____________________________________________________________________________
36515 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
36516         Log: Subject: [PATCH 5.6.1] build bugs OS/2
36517              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36518              Date: Sat, 19 May 2001 04:35:28 -0400
36519              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
36520      Branch: perl
36521            ! os2/Makefile.SHs os2/os2.c
36522 ____________________________________________________________________________
36523 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
36524         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
36525              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36526              Date: Sat, 19 May 2001 04:04:23 -0400
36527              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
36528              
36529              (In bleadperl patched b-stash.t instead of b.t)
36530      Branch: perl
36531            ! t/lib/b-stash.t t/lib/bigfltpm.t
36532 ____________________________________________________________________________
36533 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
36534         Log: Subject: [PATCH 5.6.1] perl5db
36535              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36536              Date: Sat, 19 May 2001 03:49:09 -0400
36537              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
36538      Branch: perl
36539            ! lib/perl5db.pl
36540 ____________________________________________________________________________
36541 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
36542         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
36543              From: Gisle Aas <gisle@ActiveState.com>
36544              Date: 18 May 2001 14:24:51 -0700
36545              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
36546      Branch: perl
36547            ! pp_ctl.c
36548 ____________________________________________________________________________
36549 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
36550         Log: Subject: [PATCH] Chomp should not always stringify
36551              From: Gisle Aas <gisle@ActiveState.com>
36552              Date: 18 May 2001 07:55:25 -0700
36553              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
36554      Branch: perl
36555            ! doop.c t/op/chop.t
36556 ____________________________________________________________________________
36557 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
36558         Log: Integrate perlio.
36559      Branch: perl
36560           !> pod/perlfunc.pod
36561 ____________________________________________________________________________
36562 [ 10159] By: nick                                  on 2001/05/20  09:39:46
36563         Log: Document some more of open's features.
36564      Branch: perlio
36565            ! pod/perlfunc.pod
36566 ____________________________________________________________________________
36567 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
36568         Log: back out change#10153 (it has compatibility issues such as the
36569              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
36570              benefit for 5.6.x doesn't seem worth the risk)
36571      Branch: maint-5.6/perl
36572            ! toke.c
36573 ____________________________________________________________________________
36574 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
36575         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
36576      Branch: perl
36577            ! x2p/s2p.PL
36578 ____________________________________________________________________________
36579 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
36580         Log: Update Changes.
36581      Branch: perl
36582            ! Changes patchlevel.h
36583 ____________________________________________________________________________
36584 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
36585         Log: Integrate change #10144 from maintperl.
36586              
36587              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
36588      Branch: perl
36589           !> win32/config.bc win32/config.gc win32/config.vc
36590           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
36591 ____________________________________________________________________________
36592 [ 10154] By: nick                                  on 2001/05/18  07:23:03
36593         Log: Integrate mainline.
36594      Branch: perlio
36595           +> README.dgux t/lib/i18n-collate.t utils.lst
36596           !> (integrate 49 files)
36597 ____________________________________________________________________________
36598 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
36599         Log: Integrate change #7224 from mainline into maintperl.
36600              
36601              Allow @+ and @- to be doublequoted, from Simon Cozens. 
36602              (Approved by Larry, see Tom's comment in 20000830.005.)
36603      Branch: maint-5.6/perl
36604           !> toke.c
36605 ____________________________________________________________________________
36606 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
36607         Log: Subject: [PATCH bleadperl] small lookbehind fix
36608              From: Hugo <hv@crypt.compulink.co.uk>
36609              Date: Fri, 18 May 2001 00:07:19 +0100
36610              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
36611      Branch: perl
36612            ! regexec.c
36613 ____________________________________________________________________________
36614 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
36615         Log: Detypos.
36616      Branch: perl
36617            ! installman utils.lst
36618 ____________________________________________________________________________
36619 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
36620         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
36621              in 20001222.001.
36622      Branch: perl
36623            ! t/lib/glob-basic.t
36624 ____________________________________________________________________________
36625 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
36626         Log: Subject: [PATCH] Test for bug 20010515.004
36627              From: Benjamin Sugars <bsugars@canoe.ca>
36628              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
36629              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
36630      Branch: perl
36631            ! t/op/misc.t
36632 ____________________________________________________________________________
36633 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
36634         Log: Integrate #10145 from maintperl.
36635              
36636              fix for ID 20010515.004 (needs test)
36637      Branch: perl
36638           !> pp_hot.c
36639 ____________________________________________________________________________
36640 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
36641         Log: Thinko noticed by Doug MacEachern.
36642      Branch: perl
36643            ! thread.h
36644 ____________________________________________________________________________
36645 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
36646         Log: Subject: Re: [PATCH] HERE mark in regex
36647              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
36648              Date: Thu, 17 May 2001 12:20:33 -0400
36649              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
36650      Branch: perl
36651            ! t/op/re_tests
36652 ____________________________________________________________________________
36653 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
36654         Log: fix for ID 20010515.004 (needs test)
36655      Branch: maint-5.6/perl
36656            ! pp_hot.c
36657 ____________________________________________________________________________
36658 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
36659         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
36660      Branch: maint-5.6/perl
36661            ! win32/config.bc win32/config.gc win32/config.vc
36662            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
36663 ____________________________________________________________________________
36664 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
36665         Log: Macrofy the getspecific (and use it also in util.c)
36666      Branch: perl
36667            ! thread.h util.c
36668 ____________________________________________________________________________
36669 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
36670         Log: Use the unchecked thread-specific key fetch also in Tru64.
36671      Branch: perl
36672            ! thread.h
36673 ____________________________________________________________________________
36674 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
36675         Log: Subject: [PATCH 5.6.1]Quick thread speedup
36676              From: Dan Sugalski <dan@sidhe.org> 
36677              Date: Wed, 16 May 2001 18:05:19 -0400
36678              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
36679      Branch: perl
36680            ! thread.h util.c
36681 ____________________________________________________________________________
36682 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
36683         Log: I think this is quite enough testing for a deprecated feature.
36684      Branch: perl
36685            + t/lib/i18n-collate.t
36686            ! MANIFEST t/lib/1_compile.t
36687 ____________________________________________________________________________
36688 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
36689         Log: More HP-UX lore from Jeff Okamoto.
36690      Branch: perl
36691            ! README.hpux
36692 ____________________________________________________________________________
36693 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
36694         Log: Sort utils.lst for easier maintenance.
36695      Branch: perl
36696            ! utils.lst
36697 ____________________________________________________________________________
36698 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
36699         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
36700              From: Tim Jenness <t.jenness@jach.hawaii.edu>
36701              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
36702              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
36703              
36704              Add pod2latex to utils.lst.
36705      Branch: perl
36706            ! MANIFEST utils.lst
36707 ____________________________________________________________________________
36708 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
36709         Log: Subject: Re: [PATCH] HERE mark in regex
36710              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
36711              Date: Wed, 16 May 2001 13:04:43 -0400
36712              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
36713      Branch: perl
36714            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
36715            ! t/op/regmesg.t t/pragma/warn/regcomp
36716 ____________________________________________________________________________
36717 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
36718         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
36719              From: Simon Cozens <simon@netthink.co.uk>
36720              Date: Wed, 16 May 2001 18:02:08 +0100
36721              Message-ID: <20010516180208.A6458@netthink.co.uk>
36722      Branch: perl
36723            ! installman utils.lst
36724 ____________________________________________________________________________
36725 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
36726         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
36727              From: "Philip Newton" <pnewton@gmx.de>
36728              Date: Tue, 15 May 2001 15:09:30 +0200
36729              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
36730              
36731              Test case for #10128.
36732      Branch: perl
36733            ! t/pragma/warn/pp_hot
36734 ____________________________________________________________________________
36735 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
36736         Log: Update Changes.
36737      Branch: perl
36738            ! Changes patchlevel.h
36739 ____________________________________________________________________________
36740 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
36741         Log: Deprecate pseudo-hashes.
36742      Branch: perl
36743            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
36744 ____________________________________________________________________________
36745 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
36746         Log: HP-UX hints update from Merijn.
36747      Branch: perl
36748            ! hints/hpux.sh
36749 ____________________________________________________________________________
36750 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
36751         Log: README.hpux update from Merijn.
36752      Branch: perl
36753            ! README.hpux
36754 ____________________________________________________________________________
36755 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
36756         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
36757              From: Simon Cozens <simon@netthink.co.uk>
36758              Date: Wed, 16 May 2001 15:57:55 +0100
36759              Message-ID: <20010516155755.A4728@netthink.co.uk>
36760      Branch: perl
36761            + utils.lst
36762            ! MANIFEST installman installperl
36763 ____________________________________________________________________________
36764 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
36765         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
36766              From: "Philip Newton" <pnewton@gmx.de>
36767              Date: Tue, 15 May 2001 16:31:05 +0200
36768              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
36769              
36770              Fix PERL_Y2KWARN test to check before rather than after appending.
36771      Branch: perl
36772            ! pp_hot.c
36773 ____________________________________________________________________________
36774 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
36775         Log: Regen Porting stuff.
36776      Branch: perl
36777            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36778            ! config_h.SH
36779 ____________________________________________________________________________
36780 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
36781         Log: Metaconfig unit change for #10125.
36782      Branch: metaconfig
36783            ! U/modified/Oldconfig.U
36784 ____________________________________________________________________________
36785 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
36786         Log: Use OSVERS.
36787      Branch: perl
36788            ! Configure config_h.SH perl.c
36789 ____________________________________________________________________________
36790 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
36791         Log: Regen toc.
36792      Branch: perl
36793            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
36794 ____________________________________________________________________________
36795 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
36796         Log: Adding the README.dgux to the MANIFEST would be a good idea.
36797      Branch: perl
36798            ! MANIFEST
36799 ____________________________________________________________________________
36800 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
36801         Log: Move the stack desire definition to thread.h.
36802      Branch: perl
36803            ! ext/Thread/Thread.xs thread.h
36804 ____________________________________________________________________________
36805 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
36806         Log: DG-UX threading patches, including a README.dgux,
36807              from Takis Psarogiannakopoulos.
36808      Branch: perl
36809            + README.dgux
36810            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
36811 ____________________________________________________________________________
36812 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
36813         Log: Subject: [PATCH B::Deparse] More on /x regexes
36814              From: Robin Houston <robin@kitsite.com>
36815              Date: Tue, 15 May 2001 19:09:35 +0100
36816              Message-ID: <20010515190935.A27268@penderel>
36817      Branch: perl
36818            ! ext/B/B/Deparse.pm
36819 ____________________________________________________________________________
36820 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
36821         Log: Document that the core time() may be rounding rather
36822              than truncating, would have saved at least my confusion.
36823      Branch: perl
36824            ! ext/Time/HiRes/HiRes.pm
36825 ____________________________________________________________________________
36826 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
36827         Log: Subject: perl-current/t/time-hires.t
36828              From: John Peacock <jpeacock@rowman.com>
36829              Date: Fri, 11 May 2001 14:09:41 -0400
36830              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
36831      Branch: perl
36832            ! t/lib/time-hires.t
36833 ____________________________________________________________________________
36834 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
36835         Log: Subject: [PATCH dump.c] Op private flags
36836              From: Simon Cozens <simon@netthink.co.uk>
36837              Date: Sun, 13 May 2001 20:20:36 +0100
36838              Message-ID: <20010513202036.A21896@netthink.co.uk>
36839      Branch: perl
36840            ! dump.c
36841 ____________________________________________________________________________
36842 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
36843         Log: Upgrade to Switch 2.03.
36844      Branch: perl
36845            ! lib/Switch.pm
36846 ____________________________________________________________________________
36847 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
36848         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
36849              to PERL_CONFIG_SH and use it consistently.
36850      Branch: maint-5.6/perl
36851           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
36852           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
36853           !> myconfig.SH writemain.SH
36854 ____________________________________________________________________________
36855 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
36856         Log: Metaconfig units changes for #10113.
36857      Branch: metaconfig
36858            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
36859 ____________________________________________________________________________
36860 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
36861         Log: The problem described in 20010514.031 still wasn't
36862              fully cured, there were remnants of $CONFIG when
36863              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
36864              to avoid future conflicts.
36865      Branch: perl
36866            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
36867            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
36868            ! myconfig.SH writemain.SH
36869 ____________________________________________________________________________
36870 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
36871         Log: Half of #10107 got lost.
36872      Branch: perl
36873            ! ext/B/B/Deparse.pm
36874 ____________________________________________________________________________
36875 [ 10111] By: nick                                  on 2001/05/15  08:39:14
36876         Log: Integrate mainline.
36877      Branch: perlio
36878           +> ext/POSIX/hints/uts.pl
36879            - Todo Todo-5.6 t/camel-III/vstring.t
36880           !> (integrate 48 files)
36881 ____________________________________________________________________________
36882 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
36883         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
36884              From: Robin Houston <robin@kitsite.com>
36885              Date: Mon, 14 May 2001 22:27:08 +0100
36886              Message-ID: <20010514222708.A22963@penderel>
36887      Branch: perl
36888            ! t/TestInit.pm
36889 ____________________________________________________________________________
36890 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
36891         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
36892              From: Robin Houston <robin@kitsite.com>
36893              Date: Mon, 14 May 2001 22:16:43 +0100
36894              Message-ID: <20010514221643.A22437@penderel>
36895      Branch: perl
36896            ! ext/B/B/Deparse.pm
36897 ____________________________________________________________________________
36898 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
36899         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
36900              From: Robin Houston <robin@kitsite.com>
36901              Date: Mon, 14 May 2001 22:03:44 +0100
36902              Message-ID: <20010514220344.A20643@penderel>
36903      Branch: perl
36904            ! ext/B/B/Deparse.pm
36905 ____________________________________________________________________________
36906 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
36907         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
36908              From: Robin Houston <robin@kitsite.com>
36909              Date: Mon, 14 May 2001 22:10:07 +0100
36910              Message-ID: <20010514221007.A21118@penderel>
36911      Branch: perl
36912            ! ext/B/B/Deparse.pm
36913 ____________________________________________________________________________
36914 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
36915         Log: Fix for 20010514.037; substr() didn't invalidate the locale
36916              collation magic.
36917      Branch: perl
36918            ! pp.c
36919 ____________________________________________________________________________
36920 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
36921         Log: Update Changes.
36922      Branch: perl
36923            ! Changes patchlevel.h
36924 ____________________________________________________________________________
36925 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
36926         Log: Retract #10094.
36927      Branch: perl
36928            ! lib/Pod/Text.pm
36929 ____________________________________________________________________________
36930 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
36931         Log: Integrate change #10100 from maintperl.
36932              
36933              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
36934              bug ID 20010514.027)
36935      Branch: perl
36936           !> mg.c pp_ctl.c
36937 ____________________________________________________________________________
36938 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
36939         Log: Document the deprecatedness of suidperl.
36940      Branch: perl
36941            ! INSTALL pod/perlfaq1.pod
36942 ____________________________________________________________________________
36943 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
36944         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
36945              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
36946              Date: Mon, 14 May 2001 09:38:59 -0400
36947              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
36948      Branch: perl
36949            ! lib/ExtUtils/MM_Unix.pm
36950 ____________________________________________________________________________
36951 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
36952         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
36953              bug ID 20010514.027)
36954              
36955              TODO: this needs a testsuite addition
36956      Branch: maint-5.6/perl
36957            ! mg.c pp_ctl.c
36958 ____________________________________________________________________________
36959 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
36960         Log: More DWIMminess for Class::Struct: calling the array or hash
36961              accessors only with one argument, an array or a hash reference,
36962              sets the underlying array or hash.  This mirrors nicely also
36963              the usage in the constructor.
36964              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
36965      Branch: perl
36966            ! lib/Class/Struct.pm t/lib/class-struct.t
36967 ____________________________________________________________________________
36968 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
36969         Log: Reference cmp'ing should go through the whole stringification
36970              process shebang, as pointed out by Sarathy in #10091.
36971      Branch: perl
36972            ! pp.c
36973 ____________________________________________________________________________
36974 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
36975         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
36976              From: Simon Cozens <simon@netthink.co.uk>
36977              Date: Sat, 12 May 2001 16:36:27 +0100
36978              Message-ID: <20010512163627.A5522@netthink.co.uk>
36979              
36980              with some additions salvaged from Todo and Todo-5.6 before
36981              retiring them.
36982      Branch: perl
36983            - Todo Todo-5.6
36984            ! MANIFEST pod/perltodo.pod
36985 ____________________________________________________________________________
36986 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
36987         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
36988              From: "Golubev I. N." <gin@mo.msk.ru>
36989              Date: Mon, 07 May 2001 14:33:34 (GMT)
36990              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
36991      Branch: perl
36992            ! perl.h
36993 ____________________________________________________________________________
36994 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
36995         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
36996              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
36997              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
36998              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
36999      Branch: perl
37000            ! lib/ExtUtils/MM_Unix.pm
37001 ____________________________________________________________________________
37002 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
37003         Log: (Retracted by #10104.)
37004              
37005              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
37006              From: barries <barries@slaysys.com>
37007              Date: Sat, 12 May 2001 01:28:10 -0400
37008              Message-ID: <20010512012810.B26358@jester.slaysys.com>
37009      Branch: perl
37010            ! lib/Pod/Text.pm
37011 ____________________________________________________________________________
37012 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
37013         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
37014              From: Mike Guy <mjtg@cam.ac.uk>
37015              Date: Sat, 12 May 2001 19:24:33 +0100
37016              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
37017      Branch: perl
37018            ! lib/AutoSplit.pm
37019 ____________________________________________________________________________
37020 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
37021         Log: Yet another HP-UX hints tweak from Merijn.
37022      Branch: perl
37023            ! hints/hpux.sh
37024 ____________________________________________________________________________
37025 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
37026         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
37027              isn't defined (changes#9366,9368,9370 from mainline without the
37028              pp_scmp() change)
37029      Branch: maint-5.6/perl
37030            ! pp.c pp.h pp_hot.c
37031 ____________________________________________________________________________
37032 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
37033         Log: The sorting seems to happen now automatically.
37034      Branch: perl
37035            ! t/lib/glob-basic.t
37036 ____________________________________________________________________________
37037 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
37038         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
37039              From: Benjamin Sugars <bsugars@canoe.ca>
37040              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
37041              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
37042      Branch: perl
37043            ! pod/perlfunc.pod
37044 ____________________________________________________________________________
37045 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
37046         Log: Subject: Re: undef(&foo) does not work for XS functions
37047              From: Doug MacEachern <dougm@covalent.net>
37048              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
37049              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
37050      Branch: perl
37051            ! op.c
37052 ____________________________________________________________________________
37053 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
37054         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
37055              From: Peter Prymmer <pvhp@forte.com>
37056              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
37057              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
37058      Branch: perl
37059            ! t/op/append.t
37060 ____________________________________________________________________________
37061 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
37062         Log: Update Changes.
37063      Branch: perl
37064            ! Changes patchlevel.h
37065 ____________________________________________________________________________
37066 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
37067         Log: Remove the 'asciir' re subpragma.  Should instead implement
37068              the 'physical vs logical' range scheme:
37069              
37070              \xAA-\xCC is a native physical range, you want that range of
37071              codepoints in your native encoding.  In EBCDIC the codepoints
37072              in the gaps (between i-j and r-s) should be included.
37073              
37074              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
37075              codepoints in Unicode.
37076              
37077              a-z is a logical range, you want that range of 'logical' codepoints
37078              in your native encoding.  In EBCDIC the codepoints in the gaps
37079              (between i-j and r-s) should not be included.
37080              
37081              Mixed cases (a-\xAA, etc) should either be errors, or maybe
37082              the 'logical' endpoints should be converted to native/Unicode
37083              codepoints, and the range handled as a physical range.
37084              
37085              'Logical endpoints' are to be recognized only in the A-Z, a-z,
37086              and 0-9 ranges.  Probably a warning should be given for mixed
37087              cases like A-z or a-9 (since such expressions are encoding
37088              dependent), with a recommendation to use physical ranges.
37089      Branch: perl
37090            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
37091            ! t/op/regexp.t
37092 ____________________________________________________________________________
37093 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
37094         Log: Make the test to cleanup the test directory tree
37095              both before and after the testing so that we always
37096              have a clean slate to work with.
37097      Branch: perl
37098            ! t/lib/filefind.t
37099 ____________________________________________________________________________
37100 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
37101         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
37102              From: Jon Eveland <jweveland@yahoo.com>
37103              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
37104              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
37105      Branch: perl
37106            ! pod/perlfunc.pod
37107 ____________________________________________________________________________
37108 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
37109         Log: Merge the camel-III/vstring.t with op/ver.t.
37110      Branch: perl
37111            - t/camel-III/vstring.t
37112            ! MANIFEST t/TEST t/harness t/op/ver.t
37113 ____________________________________________________________________________
37114 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
37115         Log: Add test.deparse make target.
37116      Branch: perl
37117            ! Makefile.SH
37118 ____________________________________________________________________________
37119 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
37120         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
37121              From: Robin Houston <robin@kitsite.com>
37122              Date: Fri, 11 May 2001 12:02:22 +0100
37123              Message-ID: <20010511120222.A11529@penderel>
37124      Branch: perl
37125            ! ext/B/B/Deparse.pm t/op/method.t
37126 ____________________________________________________________________________
37127 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
37128         Log: A nicely working combination for UTS from Hal Morris.
37129      Branch: perl
37130            + ext/POSIX/hints/uts.pl
37131            ! MANIFEST hints/uts.sh
37132 ____________________________________________________________________________
37133 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
37134         Log: i_ieeefp=undef for UTS.
37135      Branch: perl
37136            ! hints/uts.sh
37137 ____________________________________________________________________________
37138 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
37139         Log: Subject: RE: rand(0) is rand(1)
37140              From: Larry Shatzer <lshatzer@islanddata.com>
37141              Date: Thu, 10 May 2001 11:09:27 -0700
37142              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
37143      Branch: perl
37144            ! pod/perlfunc.pod
37145 ____________________________________________________________________________
37146 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
37147         Log: Subject: [patch] make op_{clear,null} public
37148              From: Doug MacEachern <dougm@covalent.net>
37149              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
37150              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
37151      Branch: perl
37152            ! embed.h embed.pl op.c proto.h
37153 ____________________________________________________________________________
37154 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
37155         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
37156              From: Robin Houston <robin@kitsite.com>
37157              Date: Thu, 10 May 2001 18:54:59 +0100
37158              Message-ID: <20010510185459.A5995@penderel>
37159      Branch: perl
37160            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
37161 ____________________________________________________________________________
37162 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
37163         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
37164              From: Robin Houston <robin@kitsite.com>
37165              Date: Thu, 10 May 2001 12:56:39 +0100
37166              Message-ID: <20010510125639.A2119@penderel>
37167      Branch: perl
37168            ! ext/B/B/Deparse.pm
37169 ____________________________________________________________________________
37170 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
37171         Log: Retract #10070, not ready yet.
37172      Branch: perl
37173            ! ext/B/B/Deparse.pm
37174 ____________________________________________________________________________
37175 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
37176         Log: The metaconfig unit change for #10071.
37177      Branch: metaconfig
37178            ! U/modified/mallocsrc.U
37179 ____________________________________________________________________________
37180 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
37181         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
37182      Branch: perl
37183            ! Configure
37184 ____________________________________________________________________________
37185 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
37186         Log: (Retracted by #10073)
37187              
37188              Subject: Re: [PATCH t/TEST] B::Deparse tester 
37189              From: Hugo <hv@crypt.compulink.co.uk>
37190              Date: Thu, 10 May 2001 05:48:09 +0100
37191              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
37192      Branch: perl
37193            ! ext/B/B/Deparse.pm
37194 ____________________________________________________________________________
37195 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
37196         Log: Add a for(func()) test.
37197      Branch: perl
37198            ! t/cmd/for.t
37199 ____________________________________________________________________________
37200 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
37201         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
37202              From: Robin Houston <robin@kitsite.com>
37203              Date: Thu, 10 May 2001 13:50:08 +0100
37204              Message-ID: <20010510135008.A2454@penderel>
37205      Branch: perl
37206            ! ext/B/B/Deparse.pm
37207 ____________________________________________________________________________
37208 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
37209         Log: A thinko in #10065.
37210      Branch: perl
37211            ! hv.c
37212 ____________________________________________________________________________
37213 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
37214         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
37215              From: Robin Houston <robin@kitsite.com>
37216              Date: Thu, 10 May 2001 02:10:34 +0100
37217              Message-ID: <20010510021034.A19421@penderel>
37218      Branch: perl
37219            ! ext/B/B.xs ext/B/B/Deparse.pm
37220 ____________________________________________________________________________
37221 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
37222         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
37223              From: Doug MacEachern <dougm@covalent.net>
37224              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
37225              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
37226      Branch: perl
37227            ! hv.c
37228 ____________________________________________________________________________
37229 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
37230         Log: One more workaround for the UTS compiler from Hal Morris.
37231      Branch: perl
37232            ! perl.h
37233 ____________________________________________________________________________
37234 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
37235         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
37236              From: Robin Houston <robin@kitsite.com>
37237              Date: Thu, 10 May 2001 01:02:08 +0100
37238              Message-ID: <20010510010208.A18200@penderel>
37239      Branch: perl
37240            ! ext/B/B/Debug.pm
37241 ____________________________________________________________________________
37242 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
37243         Log: Subject: [PATCH] Simplify deb_curcv() a bit
37244              From: Benjamin Sugars <bsugars@canoe.ca>
37245              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
37246              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
37247      Branch: perl
37248            ! run.c
37249 ____________________________________________________________________________
37250 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
37251         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
37252              From: Benjamin Sugars <bsugars@canoe.ca>
37253              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
37254              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
37255      Branch: perl
37256            ! t/lib/io_scalar.t
37257 ____________________________________________________________________________
37258 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
37259         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
37260              From: Peter Prymmer <pvhp@forte.com>
37261              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
37262              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
37263      Branch: perl
37264            ! t/lib/md5-file.t
37265 ____________________________________________________________________________
37266 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
37267         Log: Subject: [PATCH t/TEST] B::Deparse tester
37268              From: Robin Houston <robin@kitsite.com>
37269              Date: Wed, 9 May 2001 19:17:50 +0100
37270              Message-ID: <20010509191750.A16940@penderel>
37271      Branch: perl
37272            ! ext/B/O.pm t/TEST
37273 ____________________________________________________________________________
37274 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
37275         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
37276              From: Jeff Pinyan <jeffp@crusoe.net>
37277              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
37278              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
37279      Branch: perl
37280            ! lib/Pod/Html.pm
37281 ____________________________________________________________________________
37282 [ 10057] By: nick                                  on 2001/05/09  18:37:56
37283         Log: Integrate mainline.
37284      Branch: perlio
37285           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
37286           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
37287 ____________________________________________________________________________
37288 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
37289         Log: Update Changes.
37290      Branch: perl
37291            ! Changes patchlevel.h
37292 ____________________________________________________________________________
37293 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
37294         Log: Integrate perlio.
37295      Branch: perl
37296           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
37297 ____________________________________________________________________________
37298 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
37299         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
37300              From: Benjamin Sugars <bsugars@canoe.ca>
37301              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
37302              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
37303      Branch: perl
37304            ! perlio.c
37305 ____________________________________________________________________________
37306 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
37307         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
37308              From: Benjamin Sugars <bsugars@canoe.ca>
37309              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
37310              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
37311      Branch: perl
37312            ! ext/PerlIO/Scalar/Scalar.xs
37313 ____________________________________________________________________________
37314 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
37315         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
37316              From: Jeff Pinyan <jeffp@crusoe.net>
37317              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
37318              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
37319      Branch: perl
37320            ! lib/Pod/Html.pm
37321 ____________________________________________________________________________
37322 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
37323         Log: EPOC tweak from Olaf Flebbe.
37324      Branch: perl
37325            ! epoc/epocish.h
37326 ____________________________________________________________________________
37327 [ 10050] By: nick                                  on 2001/05/09  14:37:57
37328         Log: win32, regen_config_h
37329      Branch: perlio
37330            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
37331 ____________________________________________________________________________
37332 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
37333         Log: Integrate perlio.
37334      Branch: perl
37335           !> pp_sys.c
37336 ____________________________________________________________________________
37337 [ 10048] By: nick                                  on 2001/05/09  11:59:50
37338         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
37339              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
37340      Branch: perlio
37341            ! pp_sys.c
37342 ____________________________________________________________________________
37343 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
37344         Log: Integrate perlio.
37345      Branch: perl
37346           !> run.c
37347 ____________________________________________________________________________
37348 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
37349         Log: Subject: Re: Less warnings during configure
37350              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37351              Date: Wed, 09 May 2001 13:12:49 +0200
37352              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
37353      Branch: perl
37354            ! hints/hpux.sh
37355 ____________________________________________________________________________
37356 [ 10045] By: nick                                  on 2001/05/09  09:56:59
37357         Log: MULTIPLICITY/DEBUGGING build fix.
37358      Branch: perlio
37359            ! run.c
37360 ____________________________________________________________________________
37361 [ 10044] By: nick                                  on 2001/05/09  09:46:37
37362         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
37363      Branch: perlio
37364           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
37365            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
37366           !> (integrate 65 files)
37367 ____________________________________________________________________________
37368 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
37369         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
37370              From: Robin Houston <robin@kitsite.com>
37371              Date: Tue, 8 May 2001 19:38:00 +0100
37372              Message-ID: <20010508193800.A4389@penderel>
37373              
37374              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
37375              From: Robin Houston <robin@kitsite.com>
37376              Date: Tue, 8 May 2001 20:03:57 +0100
37377              Message-ID: <20010508200357.A4614@penderel>
37378              
37379              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
37380              From: Robin Houston <robin@kitsite.com>
37381              Date: Wed, 9 May 2001 00:12:05 +0100
37382              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
37383      Branch: perl
37384            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
37385 ____________________________________________________________________________
37386 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
37387         Log: Retract #10031.
37388      Branch: perl
37389            ! pod/perlfunc.pod
37390 ____________________________________________________________________________
37391 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
37392         Log: The metaconfig unit changes for #10040.
37393      Branch: metaconfig/U/perl
37394            ! Checkcc.U d_dlsymun.U dlsrc.U
37395 ____________________________________________________________________________
37396 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
37397         Log: The Configure half of
37398              
37399              Subject: Less warnings during configure
37400              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37401              Date: Tue, 08 May 2001 08:44:02 +0200
37402              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
37403      Branch: perl
37404            ! Configure
37405 ____________________________________________________________________________
37406 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
37407         Log: Subject: Less warnings during configure
37408              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37409              Date: Tue, 08 May 2001 08:44:02 +0200
37410              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
37411      Branch: perl
37412            ! hints/hpux.sh
37413 ____________________________________________________________________________
37414 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
37415         Log: Don't forget to whine about \d__\d.
37416      Branch: perl
37417            ! t/pragma/warn/toke toke.c
37418 ____________________________________________________________________________
37419 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
37420         Log: Allow underscores also in the exponent part.
37421      Branch: perl
37422            ! t/pragma/warn/toke toke.c
37423 ____________________________________________________________________________
37424 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
37425         Log: CodeMagicCD doesn't look like an *I*DE.
37426      Branch: perl
37427            ! pod/perlfaq3.pod
37428 ____________________________________________________________________________
37429 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
37430         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
37431              to be consistently down).
37432      Branch: perl
37433            ! pod/perlfaq3.pod
37434 ____________________________________________________________________________
37435 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
37436         Log: Upgrade to Text::Balanced 1.84.
37437      Branch: perl
37438            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
37439 ____________________________________________________________________________
37440 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
37441         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
37442              From: Benjamin Sugars <bsugars@canoe.ca>
37443              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
37444              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
37445      Branch: perl
37446            ! run.c
37447 ____________________________________________________________________________
37448 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
37449         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
37450              From: Peter Prymmer <pvhp@forte.com>
37451              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
37452              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
37453      Branch: perl
37454            ! t/pod/plainer.t
37455 ____________________________________________________________________________
37456 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
37457         Log: (Retracted by #10042)
37458              
37459              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
37460              From: "Philip Newton" <pnewton@gmx.de>
37461              Date: Tue, 8 May 2001 09:18:10 +0200
37462              Message-ID: <3AF7B9D2.28861.603732@localhost>
37463      Branch: perl
37464            ! pod/perlfunc.pod
37465 ____________________________________________________________________________
37466 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
37467         Log: Subject: [PATCH B::Deparse] Document known bugs
37468              From: Robin Houston <robin@kitsite.com>
37469              Date: Tue, 8 May 2001 01:53:34 +0100
37470              Message-ID: <20010508015334.A32394@penderel>
37471      Branch: perl
37472            ! ext/B/B/Deparse.pm
37473 ____________________________________________________________________________
37474 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
37475         Log: Subject: Re: Perl book, magazine and website updates.
37476              From: "Philip Newton" <pnewton@gmx.de>
37477              Date: Mon, 7 May 2001 17:03:58 +0200
37478              Message-ID: <3AF6D57E.5387.1E29930@localhost>
37479      Branch: perl
37480            ! pod/perlfaq2.pod
37481 ____________________________________________________________________________
37482 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
37483         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
37484              From: Peter Prymmer <pvhp@forte.com>
37485              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
37486              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
37487      Branch: perl
37488            ! t/io/fflush.t
37489 ____________________________________________________________________________
37490 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
37491         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
37492              From: Robin Houston <robin@kitsite.com>
37493              Date: Tue, 8 May 2001 01:14:55 +0100
37494              Message-ID: <20010508011455.A32162@penderel>
37495      Branch: perl
37496            ! ext/B/B/Deparse.pm
37497 ____________________________________________________________________________
37498 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
37499         Log: Typo in #10025.
37500      Branch: perl
37501            ! hints/uts.sh
37502 ____________________________________________________________________________
37503 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
37504         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
37505      Branch: perl
37506            ! hints/uts.sh
37507 ____________________________________________________________________________
37508 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
37509         Log: Subject: Re: [ID 20010506.045] question about hash syntax
37510              From: Peter Scott <Peter@PSDT.com>
37511              Date: Sun, 06 May 2001 13:10:40 -0700
37512              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
37513      Branch: perl
37514            ! pod/perl56delta.pod
37515 ____________________________________________________________________________
37516 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
37517         Log: Configure should figure out the list of dynamic extensions
37518              just fine in UTS-- and in fact it does, as reported by Hal Morris.
37519      Branch: perl
37520            ! hints/uts.sh
37521 ____________________________________________________________________________
37522 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
37523         Log: Update Changes.
37524      Branch: perl
37525            ! Changes patchlevel.h
37526 ____________________________________________________________________________
37527 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
37528         Log: Subject: [PATCH regcomp.c] Insecure regexes
37529              From: Robin Houston <robin@kitsite.com>
37530              Date: Mon, 7 May 2001 21:56:12 +0100
37531              Message-ID: <20010507215612.A31114@penderel>
37532      Branch: perl
37533            ! regcomp.c
37534 ____________________________________________________________________________
37535 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
37536         Log: Drop the foobar.perl.com references for now until Simon
37537              gets them sorted out.
37538      Branch: perl
37539            ! pod/perlfaq2.pod
37540 ____________________________________________________________________________
37541 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
37542         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
37543              From: Prymmer/Kahn <pvhp@best.com>
37544              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
37545              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
37546      Branch: perl
37547            ! lib/Devel/SelfStubber.pm
37548 ____________________________________________________________________________
37549 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
37550         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
37551              From: Prymmer/Kahn <pvhp@best.com>
37552              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
37553              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
37554      Branch: perl
37555            ! win32/Makefile
37556 ____________________________________________________________________________
37557 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
37558         Log: s/WebTechnique's/WebTechniques/
37559      Branch: perl
37560            ! pod/perlfaq2.pod
37561 ____________________________________________________________________________
37562 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
37563         Log: Llama 3 updates from Randal.
37564      Branch: perl
37565            ! pod/perlfaq2.pod
37566 ____________________________________________________________________________
37567 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
37568         Log: Subject: [PATCH] Help -Dt show correct pad variables
37569              From: Benjamin Sugars <ben.sugars@home.com>
37570              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
37571              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
37572      Branch: perl
37573            ! embed.h embed.pl proto.h run.c
37574 ____________________________________________________________________________
37575 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
37576         Log: Subject: [PATCH] Document C<our $foo : shared>
37577              From: Benjamin Sugars <ben.sugars@home.com>
37578              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
37579              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
37580      Branch: perl
37581            ! pod/perlfunc.pod
37582 ____________________________________________________________________________
37583 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
37584         Log: Subject: [PATCH B::Deparse] undefined folded constants
37585              From: Robin Houston <robin@kitsite.com>
37586              Date: Sun, 6 May 2001 17:19:09 +0100
37587              Message-ID: <20010506171909.A7046@penderel>
37588      Branch: perl
37589            ! ext/B/B/Deparse.pm
37590 ____________________________________________________________________________
37591 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
37592         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
37593              From: Robin Houston <robin@kitsite.com>
37594              Message-ID: <20010506164654.A6848@penderel>
37595              Date: Sun, 6 May 2001 16:46:54 +0100
37596      Branch: perl
37597            ! ext/B/B/Deparse.pm
37598 ____________________________________________________________________________
37599 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
37600         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
37601              From: Robin Houston <robin@kitsite.com>
37602              Date: Sun, 6 May 2001 14:47:02 +0100
37603              Message-ID: <20010506144702.A6308@penderel>
37604      Branch: perl
37605            ! t/op/my_stash.t
37606 ____________________________________________________________________________
37607 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
37608         Log: Subject: Perl book, magazine and website updates.
37609              From: Simon Cozens <simon@netthink.co.uk>
37610              Date: Sun, 6 May 2001 16:55:36 +0100
37611              Message-ID: <20010506165536.A1795@netthink.co.uk>
37612      Branch: perl
37613            ! pod/perlbook.pod pod/perlfaq2.pod
37614 ____________________________________________________________________________
37615 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
37616         Log: Tweaks on the Tru64 prof options.
37617      Branch: perl
37618            ! pod/perlhack.pod
37619 ____________________________________________________________________________
37620 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
37621         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
37622              From: Robin Houston <robin@kitsite.com>
37623              Date: Sun, 6 May 2001 14:40:51 +0100
37624              Message-ID: <20010506144051.A6279@penderel>
37625      Branch: perl
37626            ! t/pod/testp2pt.pl
37627 ____________________________________________________________________________
37628 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
37629         Log: Subject: [PATCH B::Deparse] scoping
37630              From: Robin Houston <robin@kitsite.com>
37631              Date: Sun, 6 May 2001 14:36:56 +0100
37632              Message-ID: <20010506143656.A4006@penderel>
37633      Branch: perl
37634            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
37635 ____________________________________________________________________________
37636 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
37637         Log: Document the undefinedness of bitshifting out of range.
37638      Branch: perl
37639            ! pod/perlop.pod
37640 ____________________________________________________________________________
37641 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
37642         Log: Retract #10003 and update the IDE descriptions a bit.
37643      Branch: perl
37644            ! pod/perlfaq3.pod
37645 ____________________________________________________________________________
37646 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
37647         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
37648              From: Prymmer/Kahn <pvhp@best.com>
37649              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
37650              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
37651      Branch: perl
37652            ! win32/Makefile win32/buildext.pl win32/config.bc
37653            ! win32/config.gc win32/config.vc
37654 ____________________________________________________________________________
37655 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
37656         Log: (Retracted by #10005.)
37657      Branch: perl
37658            ! pod/perlfaq3.pod
37659 ____________________________________________________________________________
37660 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
37661         Log: It's "psed", not "sed".
37662      Branch: perl
37663            ! x2p/s2p.PL
37664 ____________________________________________________________________________
37665 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
37666         Log: Update Changes.
37667      Branch: perl
37668            ! Changes patchlevel.h
37669 ____________________________________________________________________________
37670 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
37671         Log: Subject: Re: bleadperl make install fails due to "psed"
37672              From: andreas.koenig@anima.de (Andreas J. Koenig)
37673              Date: 05 May 2001 18:23:28 +0200
37674              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
37675      Branch: perl
37676            ! x2p/Makefile.SH x2p/s2p.PL
37677 ____________________________________________________________________________
37678 [  9999] By: jhi                                   on 2001/05/05  18:28:09
37679         Log: AUTHORS updates.
37680      Branch: perl
37681            ! AUTHORS
37682 ____________________________________________________________________________
37683 [  9998] By: jhi                                   on 2001/05/05  18:16:00
37684         Log: Updates on the pods related to the modules included since 5.6.
37685              
37686              TODO: perltodo really could use major updating.
37687      Branch: perl
37688            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
37689            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
37690            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
37691            ! pod/perlsyn.pod pod/perltodo.pod
37692 ____________________________________________________________________________
37693 [  9997] By: jhi                                   on 2001/05/05  17:35:17
37694         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
37695              from Kurt Skauen.
37696      Branch: perl
37697            + hints/atheos.sh
37698            ! MANIFEST
37699 ____________________________________________________________________________
37700 [  9996] By: jhi                                   on 2001/05/05  17:25:00
37701         Log: Add preemptive #undefs for some of the shorter and more prone
37702              to collision regcomp.h #defines.  (Background: the MASK collided
37703              with a system header #define in Rhapsody.)
37704      Branch: perl
37705            ! regcomp.h
37706 ____________________________________________________________________________
37707 [  9995] By: jhi                                   on 2001/05/05  13:24:21
37708         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
37709              From: Nicholas Clark <nick@ccl4.org>
37710              Date: Sat, 5 May 2001 14:46:39 +0100
37711              Message-ID: <20010505144639.O53513@plum.flirble.org>
37712              
37713              Add a test for the constants (if any) being processed correctly.
37714      Branch: perl
37715            ! utils/h2xs.PL
37716 ____________________________________________________________________________
37717 [  9994] By: jhi                                   on 2001/05/05  02:11:03
37718         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
37719              From: Peter Prymmer <pvhp@forte.com>
37720              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
37721              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
37722      Branch: perl
37723            ! t/lib/b-stash.t
37724 ____________________________________________________________________________
37725 [  9993] By: jhi                                   on 2001/05/05  02:03:49
37726         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
37727              From: Peter Prymmer <pvhp@forte.com>
37728              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
37729              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
37730      Branch: perl
37731            ! perlio.c vms/vmsish.h
37732 ____________________________________________________________________________
37733 [  9992] By: jhi                                   on 2001/05/04  17:21:12
37734         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
37735              From: Robin Barker <rmb1@cise.npl.co.uk>
37736              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
37737              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
37738      Branch: perl
37739            + t/pod/plainer.t
37740            ! MANIFEST
37741 ____________________________________________________________________________
37742 [  9991] By: jhi                                   on 2001/05/04  16:47:45
37743         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
37744              From: Robin Barker <rmb1@cise.npl.co.uk>
37745              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
37746              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
37747      Branch: perl
37748            ! regcomp.c
37749 ____________________________________________________________________________
37750 [  9990] By: jhi                                   on 2001/05/04  14:37:20
37751         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
37752              From: Prymmer/Kahn <pvhp@best.com>
37753              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
37754              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
37755      Branch: perl
37756            ! t/lib/b-stash.t
37757 ____________________________________________________________________________
37758 [  9989] By: jhi                                   on 2001/05/04  14:03:58
37759         Log: Introduce perl572delta, update Todo, add the missing
37760              mention about signal safety since 5.7.1 (though this
37761              requires verification and more details.)
37762      Branch: perl
37763            + pod/perl572delta.pod
37764            ! MANIFEST Todo pod/perl571delta.pod
37765 ____________________________________________________________________________
37766 [  9988] By: jhi                                   on 2001/05/04  12:41:51
37767         Log: Subject: [PATCH perl@9944] long =item
37768              From: Robin Barker <rmb1@cise.npl.co.uk>
37769              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
37770              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
37771      Branch: perl
37772            ! ext/Time/HiRes/HiRes.pm
37773 ____________________________________________________________________________
37774 [  9987] By: jhi                                   on 2001/05/04  12:39:19
37775         Log: The #9901 had removed one line essential for EBCDIC.
37776      Branch: perl
37777            ! regcomp.c
37778 ____________________________________________________________________________
37779 [  9986] By: jhi                                   on 2001/05/04  12:30:23
37780         Log: Subject: cygwin/Makefile.SHs INSTALL patch
37781              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
37782              Date: Mon, 08 Jan 2001 04:59:21 +0200
37783              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
37784      Branch: perl
37785            ! cygwin/Makefile.SHs
37786 ____________________________________________________________________________
37787 [  9985] By: jhi                                   on 2001/05/04  03:51:39
37788         Log: Encode/IO doc tweaks.
37789      Branch: perl
37790            ! ext/Encode/Encode.pm
37791 ____________________________________________________________________________
37792 [  9984] By: jhi                                   on 2001/05/04  03:29:34
37793         Log: Remove GDBM_File from the dynamic extensions for UTS,
37794              GDBM is not a standard feature.
37795      Branch: perl
37796            ! hints/uts.sh
37797 ____________________________________________________________________________
37798 [  9983] By: jhi                                   on 2001/05/04  03:22:59
37799         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
37800      Branch: perl
37801            ! pod/perlretut.pod
37802 ____________________________________________________________________________
37803 [  9982] By: jhi                                   on 2001/05/03  23:21:03
37804         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
37805              From: Benjamin Sugars <bsugars@canoe.ca>
37806              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
37807              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
37808      Branch: perl
37809            ! dump.c
37810 ____________________________________________________________________________
37811 [  9981] By: jhi                                   on 2001/05/03  23:20:05
37812         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
37813              From: Benjamin Sugars <bsugars@canoe.ca>
37814              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
37815              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
37816      Branch: perl
37817            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
37818 ____________________________________________________________________________
37819 [  9980] By: jhi                                   on 2001/05/03  23:15:29
37820         Log: Integrate perlio.
37821      Branch: perl
37822           !> ext/Encode/Encode.pm
37823 ____________________________________________________________________________
37824 [  9979] By: jhi                                   on 2001/05/03  16:54:59
37825         Log: Install psed man page.
37826      Branch: perl
37827            ! installman
37828 ____________________________________________________________________________
37829 [  9978] By: jhi                                   on 2001/05/03  16:45:58
37830         Log: Remove unused files; noted by Sarathy.
37831      Branch: perl
37832            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
37833            ! MANIFEST
37834 ____________________________________________________________________________
37835 [  9977] By: jhi                                   on 2001/05/03  16:42:30
37836         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
37837              From: Andy Dougherty <doughera@lafayette.edu>
37838              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
37839              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
37840      Branch: perl
37841            ! INSTALL
37842 ____________________________________________________________________________
37843 [  9976] By: nick                                  on 2001/05/03  16:40:42
37844         Log: Allow $answer = encode($object,$text); like it says in docs.
37845      Branch: perlio
37846            ! ext/Encode/Encode.pm
37847 ____________________________________________________________________________
37848 [  9975] By: nick                                  on 2001/05/03  16:22:30
37849         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
37850              to be in scope (fair enough), and also a package variable (our) for eval to see it.
37851      Branch: perlio
37852            ! ext/Encode/Encode.pm
37853 ____________________________________________________________________________
37854 [  9974] By: nick                                  on 2001/05/03  15:48:17
37855         Log: Integrate mainline.
37856      Branch: perlio
37857           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
37858           +> t/lib/filter-simple.t t/lib/next.t
37859           !> (integrate 70 files)
37860 ____________________________________________________________________________
37861 [  9973] By: jhi                                   on 2001/05/03  13:09:09
37862         Log: Update Changes.
37863      Branch: perl
37864            ! Changes patchlevel.h
37865 ____________________________________________________________________________
37866 [  9972] By: jhi                                   on 2001/05/03  12:58:33
37867         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
37868              From: Prymmer/Kahn <pvhp@best.com>
37869              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
37870              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
37871      Branch: perl
37872            ! t/io/fflush.t
37873 ____________________________________________________________________________
37874 [  9971] By: jhi                                   on 2001/05/03  12:57:26
37875         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
37876              From: Prymmer/Kahn <pvhp@best.com>
37877              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
37878              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
37879      Branch: perl
37880            ! win32/FindExt.pm
37881 ____________________________________________________________________________
37882 [  9970] By: jhi                                   on 2001/05/03  02:42:46
37883         Log: Can't croak sans thread context, from Doug MacEachern.
37884      Branch: perl
37885            ! toke.c
37886 ____________________________________________________________________________
37887 [  9969] By: jhi                                   on 2001/05/03  01:23:48
37888         Log: Subject: Random input test and Perl
37889              From: Ilya Zakharevich <ilya@math.berkeley.edu>
37890              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
37891              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
37892      Branch: perl
37893            ! toke.c
37894 ____________________________________________________________________________
37895 [  9968] By: jhi                                   on 2001/05/02  22:17:21
37896         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
37897              From: Peter Prymmer <pvhp@forte.com>
37898              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
37899              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
37900      Branch: perl
37901            ! pod/perlfunc.pod pod/perlport.pod
37902 ____________________________________________________________________________
37903 [  9967] By: jhi                                   on 2001/05/02  20:12:45
37904         Log: Workaround for UTS compiler casting bug from Hal Morris.
37905      Branch: perl
37906            ! perl.h
37907 ____________________________________________________________________________
37908 [  9966] By: jhi                                   on 2001/05/02  18:31:37
37909         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
37910              From: Dan Sugalski <dan@sidhe.org>
37911              Date: Wed, 02 May 2001 15:23:22 -0400
37912              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
37913      Branch: perl
37914            ! perl.c vms/vms.c
37915 ____________________________________________________________________________
37916 [  9965] By: jhi                                   on 2001/05/02  18:21:29
37917         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
37918      Branch: perl
37919            ! pod/perlfunc.pod
37920 ____________________________________________________________________________
37921 [  9964] By: jhi                                   on 2001/05/02  18:15:01
37922         Log: Document large files in INSTALL, document also the %x
37923              limitation if not use64bitint, closes bug 20010326.007.
37924      Branch: perl
37925            ! INSTALL
37926 ____________________________________________________________________________
37927 [  9963] By: jhi                                   on 2001/05/02  17:24:47
37928         Log: perlmodlib tweaks; regen pods.
37929      Branch: perl
37930            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
37931            ! pod/perltoc.pod
37932 ____________________________________________________________________________
37933 [  9962] By: jhi                                   on 2001/05/02  17:14:00
37934         Log: Fix for a segfault, from Marc Lehmann.
37935      Branch: perl
37936            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
37937 ____________________________________________________________________________
37938 [  9961] By: jhi                                   on 2001/05/02  15:55:53
37939         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
37940              From: "Philip Newton" <pnewton@gmx.de>
37941              Date: Wed, 2 May 2001 18:39:03 +0200
37942              Message-ID: <3AF05447.15525.173B588@localhost>
37943      Branch: perl
37944            ! pod/perlop.pod
37945 ____________________________________________________________________________
37946 [  9960] By: jhi                                   on 2001/05/02  15:35:37
37947         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
37948              From: Dan Sugalski <dan@sidhe.org>
37949              Date: Wed, 02 May 2001 11:37:27 -0400
37950              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
37951      Branch: perl
37952            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
37953            ! thread.h vms/vms.c vms/vmsish.h
37954 ____________________________________________________________________________
37955 [  9959] By: jhi                                   on 2001/05/02  15:21:08
37956         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
37957              From: Benjamin Sugars <bsugars@canoe.ca>
37958              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
37959              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
37960      Branch: perl
37961            ! ext/PerlIO/Scalar/Scalar.xs
37962 ____________________________________________________________________________
37963 [  9958] By: jhi                                   on 2001/05/02  15:15:53
37964         Log: Bug in #9915, spotted by Mike Guy.
37965      Branch: perl
37966            ! installperl
37967 ____________________________________________________________________________
37968 [  9957] By: jhi                                   on 2001/05/02  13:26:01
37969         Log: Add a test for not griping about references as array
37970              indices if the reference has magic in it (overloaded
37971              methods).
37972      Branch: perl
37973            ! pod/perldiag.pod t/pragma/warn/pp_hot
37974 ____________________________________________________________________________
37975 [  9956] By: jhi                                   on 2001/05/02  13:07:01
37976         Log: Retracted a bit too much in #9952.
37977      Branch: perl
37978            ! t/pragma/sub_lval.t
37979 ____________________________________________________________________________
37980 [  9955] By: jhi                                   on 2001/05/02  13:05:38
37981         Log: Test for #9952.
37982      Branch: perl
37983            ! t/op/tie.t
37984 ____________________________________________________________________________
37985 [  9954] By: jhi                                   on 2001/05/02  11:48:18
37986         Log: Additional note on the encoding example: one cannot
37987              convert string constants in-place.
37988      Branch: perl
37989            ! ext/Encode/Encode.pm
37990 ____________________________________________________________________________
37991 [  9953] By: jhi                                   on 2001/05/02  11:43:51
37992         Log: Note that if you have recent enough Perl you already
37993              have Filter::Util::Call.
37994      Branch: perl
37995            ! lib/Filter/Simple.pm
37996 ____________________________________________________________________________
37997 [  9952] By: jhi                                   on 2001/05/02  11:31:53
37998         Log: Retract changes #8254 and #8255, causes coredump in
37999              'tie FH, "main"', reported by Abigail, culprit found by
38000              Benjamin Sugars.  Mirrors maintperl change #9950.
38001      Branch: perl
38002            ! op.c t/pragma/sub_lval.t
38003 ____________________________________________________________________________
38004 [  9951] By: jhi                                   on 2001/05/02  11:14:29
38005         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
38006      Branch: perl
38007            + t/lib/MyFilter.pm
38008 ____________________________________________________________________________
38009 [  9950] By: gsar                                  on 2001/05/02  03:17:11
38010         Log: revert integration of changes#8254,8255 in change#8620 (causes
38011              a coredump in C<tie FH, 'foo'>; the idea itself may need better
38012              rationalization)
38013      Branch: maint-5.6/perl
38014            ! op.c t/pragma/sub_lval.t
38015 ____________________________________________________________________________
38016 [  9949] By: gsar                                  on 2001/05/02  02:56:32
38017         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
38018              
38019              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
38020              
38021              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
38022      Branch: maint-5.6/perl
38023           !> hints/svr5.sh
38024 ____________________________________________________________________________
38025 [  9948] By: gsar                                  on 2001/05/02  02:49:15
38026         Log: pod/find.t breaks on VMS (from Craig Berry)
38027      Branch: maint-5.6/perl
38028            ! t/pod/find.t
38029 ____________________________________________________________________________
38030 [  9947] By: jhi                                   on 2001/05/02  02:43:09
38031         Log: Add an encoding conversion example.
38032      Branch: perl
38033            ! ext/Encode/Encode.pm
38034 ____________________________________________________________________________
38035 [  9946] By: jhi                                   on 2001/05/02  01:34:22
38036         Log: Another coat of paint but still nowhere finished.
38037              Need to decide on the semantics of strptime(): should
38038              strptime() be a function instead of a method?  To do
38039              the week/monthname-strptiming the i18n/l10n bullet needs
38040              to be bitten with gusto.
38041      Branch: perl
38042            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
38043 ____________________________________________________________________________
38044 [  9945] By: jhi                                   on 2001/05/01  23:40:52
38045         Log: Update Changes.
38046      Branch: perl
38047            ! Changes patchlevel.h
38048 ____________________________________________________________________________
38049 [  9944] By: jhi                                   on 2001/05/01  23:33:37
38050         Log: Add known-to-be-tested modules to the list-to-be-skipped.
38051      Branch: perl
38052            ! t/lib/1_compile.t
38053 ____________________________________________________________________________
38054 [  9943] By: jhi                                   on 2001/05/01  23:24:40
38055         Log: Subject: BorlandC++ fix
38056              From: "Vadim Konovalov" <watman@inbox.ru>
38057              Date: Mon, 30 Apr 2001 20:12:26 -0700
38058              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
38059      Branch: perl
38060            ! win32/makefile.mk
38061 ____________________________________________________________________________
38062 [  9942] By: jhi                                   on 2001/05/01  23:18:02
38063         Log: Update to Filter::Simple 0.60, create a test for it.
38064      Branch: perl
38065            + t/lib/filter-simple.t
38066            ! MANIFEST lib/Filter/Simple.pm
38067 ____________________________________________________________________________
38068 [  9941] By: jhi                                   on 2001/05/01  19:47:24
38069         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
38070              From: Hugo <hv@crypt.compulink.co.uk>
38071              Date: Tue, 01 May 2001 20:12:20 +0100
38072              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
38073      Branch: perl
38074            ! pp_hot.c t/op/re_tests
38075 ____________________________________________________________________________
38076 [  9940] By: jhi                                   on 2001/05/01  19:42:16
38077         Log: Integrate perlio.
38078      Branch: perl
38079           !> lib/base.pm t/lib/fields.t
38080 ____________________________________________________________________________
38081 [  9939] By: jhi                                   on 2001/05/01  19:39:51
38082         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
38083              From: Benjamin Sugars <bsugars@canoe.ca>
38084              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
38085              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
38086      Branch: perl
38087            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
38088 ____________________________________________________________________________
38089 [  9938] By: jhi                                   on 2001/05/01  19:34:09
38090         Log: Add NEXT, a pseudo-class for method redispatching.
38091              <Damian>NEXT.pm probably offers more bang-for-buck
38092              than anything else I've ever written.</Damian>
38093      Branch: perl
38094            + lib/NEXT.pm t/lib/next.t
38095            ! MANIFEST
38096 ____________________________________________________________________________
38097 [  9937] By: jhi                                   on 2001/05/01  19:21:41
38098         Log: Update to Switch 2.02.
38099      Branch: perl
38100            ! lib/Switch.pm t/lib/switch.t
38101 ____________________________________________________________________________
38102 [  9936] By: nick                                  on 2001/05/01  19:09:21
38103         Log: Fix for base.pm clobbering $VERSION
38104      Branch: perlio
38105            ! lib/base.pm
38106 ____________________________________________________________________________
38107 [  9935] By: nick                                  on 2001/05/01  18:54:38
38108         Log: Test for base.pm clobbering $VERSION.
38109      Branch: perlio
38110            ! t/lib/fields.t
38111 ____________________________________________________________________________
38112 [  9934] By: jhi                                   on 2001/05/01  18:39:10
38113         Log: Add information about Scalar::Util::blessed.
38114      Branch: perl
38115            ! pod/perlobj.pod
38116 ____________________________________________________________________________
38117 [  9933] By: jhi                                   on 2001/05/01  18:33:51
38118         Log: Subject: Extra UNIVERSAL documentation
38119              From: Mike Guy <mjtg@cam.ac.uk>
38120              Date: Tue, 01 May 2001 20:12:11 +0100
38121              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
38122      Branch: perl
38123            ! pod/perlobj.pod
38124 ____________________________________________________________________________
38125 [  9932] By: jhi                                   on 2001/05/01  18:26:54
38126         Log: Subject: Autoflush in tests as appropriate
38127              From: Mike Guy <mjtg@cam.ac.uk>
38128              Date: Tue, 01 May 2001 20:05:31 +0100
38129              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
38130      Branch: perl
38131            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
38132            ! t/op/taint.t
38133 ____________________________________________________________________________
38134 [  9931] By: jhi                                   on 2001/05/01  18:02:29
38135         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
38136              From: Benjamin Sugars <bsugars@canoe.ca>
38137              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
38138              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
38139      Branch: perl
38140            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
38141 ____________________________________________________________________________
38142 [  9930] By: jhi                                   on 2001/05/01  15:12:26
38143         Log: Subject: Re: Finally got a round tuit
38144              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38145              Date: Tue, 01 May 2001 14:14:10 +0200
38146              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
38147              
38148              The -DP part, slightly modified.
38149      Branch: perl
38150            ! perl.c
38151 ____________________________________________________________________________
38152 [  9929] By: jhi                                   on 2001/05/01  14:17:15
38153         Log: Subject: Re: Finally got a round tuit
38154              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38155              Date: Tue, 01 May 2001 16:34:06 +0200
38156              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
38157              
38158              cpp and optimization tweaks for HP-UX.
38159      Branch: perl
38160            ! hints/hpux.sh
38161 ____________________________________________________________________________
38162 [  9928] By: jhi                                   on 2001/05/01  13:24:20
38163         Log: Tune the scan_num() comments to reality.
38164      Branch: perl
38165            ! toke.c
38166 ____________________________________________________________________________
38167 [  9927] By: jhi                                   on 2001/05/01  13:14:01
38168         Log: Subject: [PATCH B::Deparse] optimised sort
38169              From: Robin Houston <robin@kitsite.com>
38170              Date: Tue, 1 May 2001 14:07:12 +0100
38171              Message-ID: <20010501140712.A4266@penderel>
38172      Branch: perl
38173            ! ext/B/B/Deparse.pm
38174 ____________________________________________________________________________
38175 [  9926] By: jhi                                   on 2001/05/01  13:10:53
38176         Log: Subject: [PATCH t/lib/b-deparse.t] 
38177              From: Robin Houston <robin@kitsite.com>
38178              Date: Tue, 1 May 2001 13:37:42 +0100
38179              Message-ID: <20010501133742.A4082@penderel>
38180      Branch: perl
38181            ! t/lib/b-deparse.t
38182 ____________________________________________________________________________
38183 [  9925] By: jhi                                   on 2001/05/01  13:10:13
38184         Log: Subject: [PATCH B::Deparse] for(;;), sort
38185              From: Robin Houston <robin@kitsite.com>
38186              Date: Tue, 1 May 2001 13:35:00 +0100
38187              Message-ID: <20010501133500.A4061@penderel>
38188      Branch: perl
38189            ! ext/B/B/Deparse.pm
38190 ____________________________________________________________________________
38191 [  9924] By: jhi                                   on 2001/05/01  13:09:22
38192         Log: Subject: [PATCH B::Deparse] do, warn, use
38193              From: Robin Houston <robin@kitsite.com>
38194              Date: Tue, 1 May 2001 13:31:03 +0100
38195              Message-ID: <20010501133103.A4041@penderel>
38196      Branch: perl
38197            ! ext/B/B/Deparse.pm
38198 ____________________________________________________________________________
38199 [  9923] By: jhi                                   on 2001/05/01  11:45:36
38200         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
38201              From: Benjamin Sugars <ben.sugars@home.com>
38202              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
38203              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
38204      Branch: perl
38205            + t/io/fflush.t
38206            ! MANIFEST
38207 ____________________________________________________________________________
38208 [  9922] By: jhi                                   on 2001/05/01  11:35:42
38209         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
38210              From: Peter Prymmer <pvhp@forte.com>
38211              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
38212              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
38213      Branch: perl
38214            ! t/lib/selfstubber.t
38215 ____________________________________________________________________________
38216 [  9921] By: jhi                                   on 2001/04/30  16:34:33
38217         Log: Subject: [PATCH B::Concise] suppress warning
38218              From: Robin Houston <robin@kitsite.com>
38219              Date: Mon, 30 Apr 2001 16:09:49 +0100
38220              Message-ID: <20010430160949.A25086@penderel>
38221      Branch: perl
38222            ! ext/B/B/Concise.pm
38223 ____________________________________________________________________________
38224 [  9920] By: jhi                                   on 2001/04/30  13:56:04
38225         Log: Strip the *markers* from #9919.
38226      Branch: perl
38227            ! pod/perlfaq.pod pod/perlfaq5.pod
38228 ____________________________________________________________________________
38229 [  9919] By: jhi                                   on 2001/04/30  13:54:04
38230         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
38231              From: Gwyn Judd <b.judd@xtra.co.nz>
38232              Date: Sun, 29 Apr 2001 01:47:49 +1200
38233              Message-ID: <20010429014749.A4418@thislove>
38234      Branch: perl
38235            ! pod/perlfaq.pod pod/perlfaq5.pod
38236 ____________________________________________________________________________
38237 [  9918] By: jhi                                   on 2001/04/30  13:13:54
38238         Log: More_tweakage.
38239      Branch: perl
38240            ! pod/perldata.pod pod/perldiag.pod
38241 ____________________________________________________________________________
38242 [  9917] By: jhi                                   on 2001/04/30  13:01:27
38243         Log: Update Changes.
38244      Branch: perl
38245            ! Changes patchlevel.h
38246 ____________________________________________________________________________
38247 [  9916] By: jhi                                   on 2001/04/30  12:57:03
38248         Log: T_w_e_a_k_a_g_e.
38249      Branch: perl
38250            ! pod/perldata.pod pod/perldiag.pod
38251 ____________________________________________________________________________
38252 [  9915] By: jhi                                   on 2001/04/30  12:39:29
38253         Log: Install s2p also as psed.
38254              
38255              TODO: psed documentation?
38256      Branch: perl
38257            ! installperl
38258 ____________________________________________________________________________
38259 [  9914] By: jhi                                   on 2001/04/30  12:29:21
38260         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
38261              From: Jens Hamisch <jens@Strawberry.COM>
38262              Date: Fri, 27 Apr 2001 17:00:36 +0200
38263              Message-ID: <20010427170036.K1372@Strawberry.COM>
38264              
38265              SOCKS5_VERSION_NAME is the right symbol to detect
38266              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
38267              function called socks5_init() is available, and even that is
38268              not universal, most SOCKS5 installations use SOCKSinit()).
38269      Branch: perl
38270            ! perlio.c
38271 ____________________________________________________________________________
38272 [  9913] By: jhi                                   on 2001/04/30  12:22:15
38273         Log: Allow a zero timeout on IO::Socket accept and connect--
38274              though one really shouldn't do that.  Based on
38275              
38276              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
38277              From: "John Holdsworth" <coldwave@bigfoot.com>
38278              Date: Sun, 4 Feb 2001 12:48:18 +0100
38279              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
38280      Branch: perl
38281            ! ext/IO/lib/IO/Socket.pm
38282 ____________________________________________________________________________
38283 [  9912] By: jhi                                   on 2001/04/30  11:27:27
38284         Log: Save the spot of regprev (see #9911) for binary compatibility;
38285              regen API.
38286      Branch: perl
38287            ! embedvar.h perlapi.h thrdvar.h
38288 ____________________________________________________________________________
38289 [  9911] By: jhi                                   on 2001/04/30  11:22:03
38290         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
38291              From: Hugo <hv@crypt.compulink.co.uk>
38292              Date: Sun, 29 Apr 2001 17:09:30 +0100
38293              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
38294      Branch: perl
38295            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
38296 ____________________________________________________________________________
38297 [  9910] By: jhi                                   on 2001/04/30  11:15:12
38298         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
38299              a dummy for PL_numeric_radix); no pressing reason to break
38300              binary compatibility; regen API.
38301      Branch: perl
38302            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
38303            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
38304 ____________________________________________________________________________
38305 [  9909] By: jhi                                   on 2001/04/30  10:56:08
38306         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
38307              From: Walt Mankowski <waltman@netaxs.com>
38308              Date: Sun, 29 Apr 2001 21:53:48 -0400
38309              Message-ID: <20010429215348.A3971@netaxs.com>
38310      Branch: perl
38311            ! pod/perlfunc.pod
38312 ____________________________________________________________________________
38313 [  9908] By: jhi                                   on 2001/04/30  10:49:40
38314         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
38315      Branch: perl
38316            ! t/lib/selfstubber.t
38317 ____________________________________________________________________________
38318 [  9907] By: nick                                  on 2001/04/30  09:26:50
38319         Log: Integrate mainline.
38320      Branch: perlio
38321           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
38322 ____________________________________________________________________________
38323 [  9906] By: jhi                                   on 2001/04/29  23:24:20
38324         Log: Abigail spotted a thinko in #9905.
38325      Branch: perl
38326            ! pod/perldiag.pod
38327 ____________________________________________________________________________
38328 [  9905] By: jhi                                   on 2001/04/29  15:55:39
38329         Log: Changed the underscore/undebar syntax in numeric constants;
38330              now any grouping will do, as long as the underscores are not
38331              consecutive (so "zero-grouping" is out), and they do not begin
38332              or end the integer or fractional parts.
38333      Branch: perl
38334            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
38335 ____________________________________________________________________________
38336 [  9904] By: nick                                  on 2001/04/29  15:43:22
38337         Log: Integrate mainline.
38338      Branch: perlio
38339           +> (branch 98 files)
38340            - lib/unicode/Block.pl
38341            - lib/unicode/In/AlphabeticPresentationForms.pl
38342            - lib/unicode/In/Arabic.pl
38343            - lib/unicode/In/ArabicPresentationForms-A.pl
38344            - lib/unicode/In/ArabicPresentationForms-B.pl
38345            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
38346            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
38347            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
38348            - lib/unicode/In/BopomofoExtended.pl
38349            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
38350            - lib/unicode/In/CJKCompatibility.pl
38351            - lib/unicode/In/CJKCompatibilityForms.pl
38352            - lib/unicode/In/CJKCompatibilityIdeographs.pl
38353            - lib/unicode/In/CJKRadicalsSupplement.pl
38354            - lib/unicode/In/CJKSymbolsandPunctuation.pl
38355            - lib/unicode/In/CJKUnifiedIdeographs.pl
38356            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
38357            - lib/unicode/In/Cherokee.pl
38358            - lib/unicode/In/CombiningDiacriticalMarks.pl
38359            - lib/unicode/In/CombiningHalfMarks.pl
38360            - lib/unicode/In/CombiningMarksforSymbols.pl
38361            - lib/unicode/In/ControlPictures.pl
38362            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
38363            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
38364            - lib/unicode/In/EnclosedAlphanumerics.pl
38365            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
38366            - lib/unicode/In/Ethiopic.pl
38367            - lib/unicode/In/GeneralPunctuation.pl
38368            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
38369            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
38370            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
38371            - lib/unicode/In/HalfwidthandFullwidthForms.pl
38372            - lib/unicode/In/HangulCompatibilityJamo.pl
38373            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
38374            - lib/unicode/In/Hebrew.pl
38375            - lib/unicode/In/HighPrivateUseSurrogates.pl
38376            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
38377            - lib/unicode/In/IPAExtensions.pl
38378            - lib/unicode/In/IdeographicDescriptionCharacters.pl
38379            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
38380            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
38381            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
38382            - lib/unicode/In/Latin-1Supplement.pl
38383            - lib/unicode/In/LatinExtended-A.pl
38384            - lib/unicode/In/LatinExtended-B.pl
38385            - lib/unicode/In/LatinExtendedAdditional.pl
38386            - lib/unicode/In/LetterlikeSymbols.pl
38387            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
38388            - lib/unicode/In/MathematicalOperators.pl
38389            - lib/unicode/In/MiscellaneousSymbols.pl
38390            - lib/unicode/In/MiscellaneousTechnical.pl
38391            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
38392            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
38393            - lib/unicode/In/OpticalCharacterRecognition.pl
38394            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
38395            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
38396            - lib/unicode/In/SmallFormVariants.pl
38397            - lib/unicode/In/SpacingModifierLetters.pl
38398            - lib/unicode/In/Specials.pl
38399            - lib/unicode/In/SuperscriptsandSubscripts.pl
38400            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
38401            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
38402            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
38403            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
38404            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
38405           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
38406           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
38407           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
38408           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
38409           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
38410           !> utf8.c win32/Makefile
38411 ____________________________________________________________________________
38412 [  9903] By: jhi                                   on 2001/04/29  14:30:53
38413         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
38414              From: Prymmer/Kahn <pvhp@best.com>
38415              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
38416              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
38417      Branch: perl
38418            ! win32/Makefile
38419 ____________________________________________________________________________
38420 [  9902] By: jhi                                   on 2001/04/29  02:52:44
38421         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
38422              From: "Abigail" <abigail@foad.org>
38423              Date: Sun, 29 Apr 2001 03:14:25 +0200
38424              Message-ID: <20010429011425.24503.qmail@foad.org>
38425      Branch: perl
38426            ! ext/IO/lib/IO/Seekable.pm
38427 ____________________________________________________________________________
38428 [  9901] By: jhi                                   on 2001/04/29  02:04:46
38429         Log: In character classes one couldn't have 0x80..0xff characters
38430              at the left hand side if there were 0x100.. characters in the
38431              character class.
38432      Branch: perl
38433            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
38434            ! t/op/pat.t utf8.c
38435 ____________________________________________________________________________
38436 [  9900] By: jhi                                   on 2001/04/28  22:55:04
38437         Log: Forgot the latest mktables.PL from #9899.
38438      Branch: perl
38439            ! lib/unicode/mktables.PL
38440 ____________________________________________________________________________
38441 [  9899] By: jhi                                   on 2001/04/28  22:53:28
38442         Log: Explain the \p{} and \P{} error message better and
38443              have prettier prettyprint in In.pl.
38444      Branch: perl
38445            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
38446            ! pod/perldiag.pod
38447 ____________________________________________________________________________
38448 [  9898] By: jhi                                   on 2001/04/28  21:03:34
38449         Log: Add one possible explanation for the "Invalid [] range" error.
38450      Branch: perl
38451            ! pod/perldiag.pod
38452 ____________________________________________________________________________
38453 [  9897] By: jhi                                   on 2001/04/28  17:18:26
38454         Log: Add a level of indirection to the implementation of \p{InFoo}
38455              so that we don't have to have long filenames.  (Nothing changes
38456              in the user interface.)   The indirection is defined in
38457              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
38458              Also rename some the character classes by removing '-' from
38459              the classnames, and finally renamed Block.pl as Blocks.pl.
38460      Branch: perl
38461            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
38462            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
38463            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
38464            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
38465            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
38466            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
38467            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
38468            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
38469            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
38470            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
38471            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
38472            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
38473            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
38474            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
38475            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
38476            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
38477            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
38478            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
38479            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
38480            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
38481            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
38482            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
38483            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
38484            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
38485            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
38486            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
38487            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
38488            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
38489            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
38490            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
38491            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
38492            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
38493            + lib/unicode/In/94.pl lib/unicode/In/95.pl
38494            - lib/unicode/Block.pl
38495            - lib/unicode/In/AlphabeticPresentationForms.pl
38496            - lib/unicode/In/Arabic.pl
38497            - lib/unicode/In/ArabicPresentationForms-A.pl
38498            - lib/unicode/In/ArabicPresentationForms-B.pl
38499            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
38500            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
38501            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
38502            - lib/unicode/In/BopomofoExtended.pl
38503            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
38504            - lib/unicode/In/CJKCompatibility.pl
38505            - lib/unicode/In/CJKCompatibilityForms.pl
38506            - lib/unicode/In/CJKCompatibilityIdeographs.pl
38507            - lib/unicode/In/CJKRadicalsSupplement.pl
38508            - lib/unicode/In/CJKSymbolsandPunctuation.pl
38509            - lib/unicode/In/CJKUnifiedIdeographs.pl
38510            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
38511            - lib/unicode/In/Cherokee.pl
38512            - lib/unicode/In/CombiningDiacriticalMarks.pl
38513            - lib/unicode/In/CombiningHalfMarks.pl
38514            - lib/unicode/In/CombiningMarksforSymbols.pl
38515            - lib/unicode/In/ControlPictures.pl
38516            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
38517            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
38518            - lib/unicode/In/EnclosedAlphanumerics.pl
38519            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
38520            - lib/unicode/In/Ethiopic.pl
38521            - lib/unicode/In/GeneralPunctuation.pl
38522            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
38523            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
38524            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
38525            - lib/unicode/In/HalfwidthandFullwidthForms.pl
38526            - lib/unicode/In/HangulCompatibilityJamo.pl
38527            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
38528            - lib/unicode/In/Hebrew.pl
38529            - lib/unicode/In/HighPrivateUseSurrogates.pl
38530            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
38531            - lib/unicode/In/IPAExtensions.pl
38532            - lib/unicode/In/IdeographicDescriptionCharacters.pl
38533            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
38534            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
38535            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
38536            - lib/unicode/In/Latin-1Supplement.pl
38537            - lib/unicode/In/LatinExtended-A.pl
38538            - lib/unicode/In/LatinExtended-B.pl
38539            - lib/unicode/In/LatinExtendedAdditional.pl
38540            - lib/unicode/In/LetterlikeSymbols.pl
38541            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
38542            - lib/unicode/In/MathematicalOperators.pl
38543            - lib/unicode/In/MiscellaneousSymbols.pl
38544            - lib/unicode/In/MiscellaneousTechnical.pl
38545            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
38546            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
38547            - lib/unicode/In/OpticalCharacterRecognition.pl
38548            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
38549            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
38550            - lib/unicode/In/SmallFormVariants.pl
38551            - lib/unicode/In/SpacingModifierLetters.pl
38552            - lib/unicode/In/Specials.pl
38553            - lib/unicode/In/SuperscriptsandSubscripts.pl
38554            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
38555            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
38556            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
38557            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
38558            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
38559            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
38560            ! pod/perlunicode.pod
38561 ____________________________________________________________________________
38562 [  9896] By: jhi                                   on 2001/04/28  14:33:17
38563         Log: Update the information on shared library path on HP-UX.
38564      Branch: perl
38565            ! INSTALL
38566 ____________________________________________________________________________
38567 [  9895] By: jhi                                   on 2001/04/28  14:32:30
38568         Log: Because #9894 seems to do the trick, this workaround can be removed.
38569      Branch: perl
38570            ! t/lib/selfstubber.t
38571 ____________________________________________________________________________
38572 [  9894] By: jhi                                   on 2001/04/28  14:26:13
38573         Log: For PerlIO flush the children's file handles (on fork/exec/system).
38574      Branch: perl
38575            ! perl.h
38576 ____________________________________________________________________________
38577 [  9893] By: jhi                                   on 2001/04/28  14:23:15
38578         Log: Test tweak for #9891.
38579      Branch: perl
38580            ! t/lib/b-deparse.t
38581 ____________________________________________________________________________
38582 [  9892] By: jhi                                   on 2001/04/28  14:10:13
38583         Log: New HP-UX hints from Merijn.
38584      Branch: perl
38585            ! hints/hpux.sh
38586 ____________________________________________________________________________
38587 [  9891] By: jhi                                   on 2001/04/28  14:07:27
38588         Log: Subject: [PATCH B::Deparse] non-block scopes
38589              From: Robin Houston <robin@kitsite.com>
38590              Date: Fri, 27 Apr 2001 19:15:14 +0100
38591              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
38592      Branch: perl
38593            ! ext/B/B/Deparse.pm
38594 ____________________________________________________________________________
38595 [  9890] By: nick                                  on 2001/04/27  19:41:25
38596         Log: Integrate mainline
38597      Branch: perlio
38598           +> t/lib/selfstubber.t
38599           !> (integrate 50 files)
38600 ____________________________________________________________________________
38601 [  9889] By: jhi                                   on 2001/04/27  18:23:46
38602         Log: Subject: Re: selfstubber test fail on bleadperl
38603              From: Mike Guy <mjtg@cam.ac.uk>
38604              Date: Fri, 27 Apr 2001 19:31:18 +0100
38605              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
38606      Branch: perl
38607            ! t/lib/selfstubber.t
38608 ____________________________________________________________________________
38609 [  9888] By: jhi                                   on 2001/04/27  16:20:54
38610         Log: Test tweak for #9886.
38611      Branch: perl
38612            ! t/lib/b-deparse.t
38613 ____________________________________________________________________________
38614 [  9887] By: jhi                                   on 2001/04/27  16:16:33
38615         Log: Buffering issue at least in Solaris (even with perlio).
38616      Branch: perl
38617            ! t/lib/selfstubber.t
38618 ____________________________________________________________________________
38619 [  9886] By: jhi                                   on 2001/04/27  14:59:23
38620         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
38621              From: Robin Houston <robin@kitsite.com>
38622              Date: Fri, 27 Apr 2001 16:53:20 +0100
38623              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
38624      Branch: perl
38625            ! ext/B/B/Deparse.pm
38626 ____________________________________________________________________________
38627 [  9885] By: jhi                                   on 2001/04/27  14:23:51
38628         Log: Update Changes.
38629      Branch: perl
38630            ! Changes patchlevel.h
38631 ____________________________________________________________________________
38632 [  9884] By: jhi                                   on 2001/04/27  14:14:12
38633         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
38634              From: "Philip Newton" <pnewton@gmx.de>
38635              Date: Fri, 27 Apr 2001 16:40:13 +0200
38636              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
38637      Branch: perl
38638            ! pod/perldata.pod
38639 ____________________________________________________________________________
38640 [  9883] By: jhi                                   on 2001/04/27  13:28:19
38641         Log: Add LOG_PERROR; prettify the "removed".
38642      Branch: perl
38643            ! ext/Sys/Syslog/Syslog.xs
38644 ____________________________________________________________________________
38645 [  9882] By: jhi                                   on 2001/04/27  13:13:18
38646         Log: h2xs tweaks: use NV instead of double, "quote" the removed
38647              prefixes for clarity (especially when nothing is removed),
38648              slight pod reformats.
38649      Branch: perl
38650            ! utils/h2xs.PL
38651 ____________________________________________________________________________
38652 [  9881] By: jhi                                   on 2001/04/27  12:58:48
38653         Log: Don't bother creating existing directories.
38654      Branch: perl
38655            ! utils/h2xs.PL
38656 ____________________________________________________________________________
38657 [  9880] By: jhi                                   on 2001/04/27  12:45:39
38658         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
38659              From: Mike Schilli <m@perlmeister.com>
38660              Date: Wed, 25 Apr 2001 01:29:21 -0700
38661              Message-id: <3AE68AE1.6A981723@perlmeister.com>
38662      Branch: perl
38663            ! utils/h2xs.PL
38664 ____________________________________________________________________________
38665 [  9879] By: jhi                                   on 2001/04/27  12:40:55
38666         Log: break is not yet Perl.  Added the template license also to README.
38667      Branch: perl
38668            ! utils/h2xs.PL
38669 ____________________________________________________________________________
38670 [  9878] By: jhi                                   on 2001/04/27  03:08:20
38671         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
38672              From: Tim Jenness <t.jenness@jach.hawaii.edu>
38673              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
38674              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
38675      Branch: perl
38676            ! t/lib/xs-typemap.t
38677 ____________________________________________________________________________
38678 [  9877] By: jhi                                   on 2001/04/26  23:54:40
38679         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
38680              From: "Abigail" <abigail@foad.org>
38681              Date: Fri, 27 Apr 2001 01:44:28 +0200
38682              Message-ID: <20010426234428.19786.qmail@foad.org>
38683      Branch: perl
38684            ! utils/h2xs.PL
38685 ____________________________________________________________________________
38686 [  9876] By: jhi                                   on 2001/04/26  23:52:06
38687         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
38688              From: Peter Prymmer <pvhp@forte.com>
38689              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
38690              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
38691      Branch: perl
38692            ! t/lib/selfstubber.t
38693 ____________________________________________________________________________
38694 [  9875] By: jhi                                   on 2001/04/26  23:48:10
38695         Log: Deparse nits.
38696      Branch: perl
38697            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
38698 ____________________________________________________________________________
38699 [  9874] By: jhi                                   on 2001/04/26  22:46:05
38700         Log: Document ANYOF_CLASS.
38701      Branch: perl
38702            ! regcomp.h
38703 ____________________________________________________________________________
38704 [  9873] By: jhi                                   on 2001/04/26  22:35:03
38705         Log: Subject: Re: [PATCH @9846] dumping ANYOF
38706              From: Hugo <hv@crypt.compulink.co.uk>
38707              Date: Thu, 26 Apr 2001 23:33:38 +0100
38708              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
38709      Branch: perl
38710            ! regcomp.c regcomp.h
38711 ____________________________________________________________________________
38712 [  9872] By: jhi                                   on 2001/04/26  22:34:31
38713         Log: Subject: [PATCH] more for Devel::SelfStubber
38714              From: Nicholas Clark <nick@ccl4.org>
38715              Date: Fri, 27 Apr 2001 00:13:52 +0100
38716              Message-ID: <20010427001351.K88186@plum.flirble.org>
38717      Branch: perl
38718            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
38719 ____________________________________________________________________________
38720 [  9871] By: jhi                                   on 2001/04/26  21:59:17
38721         Log: Subject: [PATCH B::Deparse] formats must be flush left
38722              From: Robin Houston <robin@kitsite.com>
38723              Date: Thu, 26 Apr 2001 23:54:29 +0100
38724              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
38725      Branch: perl
38726            ! ext/B/B/Deparse.pm
38727 ____________________________________________________________________________
38728 [  9870] By: jhi                                   on 2001/04/26  21:57:37
38729         Log: If some of the constants are prefixes of others,
38730              the prefixes may never get recognized.  (See 20010426.006.)
38731      Branch: perl
38732            ! utils/h2xs.PL
38733 ____________________________________________________________________________
38734 [  9869] By: jhi                                   on 2001/04/26  21:50:42
38735         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
38736              From: Chris Bongaarts <cab@tc.umn.edu>
38737              Date: Thu, 26 Apr 2001 17:10:31 -0500
38738              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
38739      Branch: perl
38740            ! ext/Sys/Syslog/Syslog.xs
38741 ____________________________________________________________________________
38742 [  9868] By: jhi                                   on 2001/04/26  21:35:12
38743         Log: Further cuts and more docs from Graham Barr.
38744      Branch: perl
38745            ! ext/List/Util/lib/List/Util.pm
38746            ! ext/List/Util/lib/Scalar/Util.pm
38747 ____________________________________________________________________________
38748 [  9867] By: jhi                                   on 2001/04/26  21:18:57
38749         Log: Subject: [PATCH 5.7.1] DB_File-1.77
38750              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
38751              Date: Thu, 26 Apr 2001 22:37:53 +0100
38752              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
38753      Branch: perl
38754            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
38755            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
38756 ____________________________________________________________________________
38757 [  9866] By: jhi                                   on 2001/04/26  21:12:31
38758         Log: Subject: [PATCH B::Deparse] fix easy bugs
38759              From: Robin Houston <robin@kitsite.com>
38760              Date: Thu, 26 Apr 2001 23:03:33 +0100
38761              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
38762      Branch: perl
38763            ! ext/B/B/Deparse.pm
38764 ____________________________________________________________________________
38765 [  9865] By: jhi                                   on 2001/04/26  20:26:13
38766         Log: Update Changes.
38767      Branch: perl
38768            ! Changes patchlevel.h
38769 ____________________________________________________________________________
38770 [  9864] By: jhi                                   on 2001/04/26  19:27:48
38771         Log: Dethinko from Robin Houston.
38772      Branch: perl
38773            ! ext/B/B/Deparse.pm
38774 ____________________________________________________________________________
38775 [  9863] By: jhi                                   on 2001/04/26  19:10:35
38776         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
38777              From: Robin Houston <robin@kitsite.com>
38778              Date: Thu, 26 Apr 2001 21:08:32 +0100
38779              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
38780      Branch: perl
38781            ! ext/B/B/Deparse.pm
38782 ____________________________________________________________________________
38783 [  9862] By: jhi                                   on 2001/04/26  19:04:23
38784         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
38785              From: Robin Houston <robin@kitsite.com>
38786              Date: Thu, 26 Apr 2001 20:52:50 +0100
38787              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
38788      Branch: perl
38789            ! ext/B/B/Deparse.pm
38790 ____________________________________________________________________________
38791 [  9861] By: jhi                                   on 2001/04/26  18:56:14
38792         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
38793              From: Mike Guy <mjtg@cam.ac.uk>
38794              Date: Thu, 26 Apr 2001 14:22:40 +0100
38795              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
38796      Branch: perl
38797            ! pod/perlobj.pod
38798 ____________________________________________________________________________
38799 [  9860] By: jhi                                   on 2001/04/26  18:46:42
38800         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
38801              From: Robin Houston <robin@kitsite.com>
38802              Date: Thu, 26 Apr 2001 20:34:29 +0100
38803              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
38804              
38805              Hashes do not interpolate.
38806      Branch: perl
38807            ! ext/B/B/Deparse.pm
38808 ____________________________________________________________________________
38809 [  9859] By: jhi                                   on 2001/04/26  18:43:51
38810         Log: Subject: The Time::Piece conspiracy unmasked!!!
38811              From: Mike Guy <mjtg@cam.ac.uk>
38812              Date: Thu, 26 Apr 2001 19:02:50 +0100
38813              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
38814              
38815              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
38816              From: Mike Guy <mjtg@cam.ac.uk>
38817              Date: Thu, 26 Apr 2001 19:08:21 +0100
38818              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
38819              
38820              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
38821              From: Graham Barr <gbarr@pobox.com>
38822              Date: Thu, 26 Apr 2001 19:12:03 +0100
38823              Message-ID: <20010426191203.A70835@pobox.com>
38824              
38825              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
38826      Branch: perl
38827            ! ext/List/Util/lib/List/Util.pm
38828            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
38829 ____________________________________________________________________________
38830 [  9858] By: jhi                                   on 2001/04/26  18:17:42
38831         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
38832              From: Robin Houston <robin@kitsite.com>
38833              Date: Thu, 26 Apr 2001 16:09:35 +0100
38834              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
38835      Branch: perl
38836            ! t/comp/proto.t
38837 ____________________________________________________________________________
38838 [  9857] By: jhi                                   on 2001/04/26  18:04:59
38839         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
38840              From: barries <barries@slaysys.com>
38841              Date: Thu, 26 Apr 2001 12:01:10 -0400
38842              Message-ID: <20010426120110.E29698@jester.slaysys.com>
38843      Branch: perl
38844            ! pod/perldiag.pod
38845 ____________________________________________________________________________
38846 [  9856] By: jhi                                   on 2001/04/26  18:03:33
38847         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
38848              Date: Thu, 26 Apr 2001 17:13:41 +0100
38849              From: Robin Houston <robin@kitsite.com>
38850              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
38851              
38852              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
38853              From: Robin Houston <robin@kitsite.com>
38854              Date: Thu, 26 Apr 2001 18:44:29 +0100
38855              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
38856      Branch: perl
38857            ! ext/B/B/Deparse.pm
38858 ____________________________________________________________________________
38859 [  9855] By: jhi                                   on 2001/04/26  17:56:04
38860         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
38861              From: Robin Houston <robin@kitsite.com>
38862              Date: Thu, 26 Apr 2001 17:04:08 +0100
38863              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
38864      Branch: perl
38865            ! ext/B/B/Deparse.pm
38866 ____________________________________________________________________________
38867 [  9854] By: jhi                                   on 2001/04/26  17:47:26
38868         Log: Subject: Re: Short test case for undef %stash:: crash
38869              From: Benjamin Sugars <bsugars@canoe.ca> 
38870              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
38871              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
38872              Changed and moved the perldiag entry.
38873      Branch: perl
38874            ! gv.c pod/perldiag.pod
38875 ____________________________________________________________________________
38876 [  9853] By: jhi                                   on 2001/04/26  14:35:16
38877         Log: Beginnings of strptime().  Do not touch the wet paint.
38878      Branch: perl
38879            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
38880 ____________________________________________________________________________
38881 [  9852] By: jhi                                   on 2001/04/26  13:17:21
38882         Log: Retract #9851, core dumps from pod2man.
38883      Branch: perl
38884            ! regcomp.c
38885 ____________________________________________________________________________
38886 [  9851] By: jhi                                   on 2001/04/26  11:54:41
38887         Log: (Retracted by #9852.)
38888              
38889              Subject: [PATCH @9846] dumping ANYOF
38890              From: Hugo <hv@crypt.compulink.co.uk>
38891              Date: Thu, 26 Apr 2001 05:32:38 +0100
38892              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
38893      Branch: perl
38894            ! regcomp.c
38895 ____________________________________________________________________________
38896 [  9850] By: jhi                                   on 2001/04/26  02:34:44
38897         Log: If ccflags was empty the _previous_ $* containing all the
38898              environment variables and Configure variables was used,
38899              which lead, among other bad things, into $ccflags being your
38900              uname -a output, which lead into test compile with cc failing,
38901              which lead into gcc being selected, which didn't work that well
38902              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
38903              with large files, et cetera.
38904      Branch: perl
38905            ! hints/hpux.sh
38906 ____________________________________________________________________________
38907 [  9849] By: jhi                                   on 2001/04/26  01:44:57
38908         Log: Make selfstubber test more portable.
38909      Branch: perl
38910            ! t/lib/selfstubber.t
38911 ____________________________________________________________________________
38912 [  9848] By: jhi                                   on 2001/04/26  00:50:26
38913         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
38914              From: Benjamin Sugars <ben.sugars@home.com>
38915              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
38916              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
38917      Branch: perl
38918            ! ext/Cwd/Cwd.xs
38919 ____________________________________________________________________________
38920 [  9847] By: jhi                                   on 2001/04/26  00:46:58
38921         Log: Subject: [PATCH: perl@9841] VMS updates
38922              From: Peter Prymmer <pvhp@forte.com>
38923              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
38924              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
38925      Branch: perl
38926            ! README.vms configure.com vms/descrip_mms.template
38927            ! vms/ext/filespec.t
38928 ____________________________________________________________________________
38929 [  9846] By: jhi                                   on 2001/04/26  00:11:56
38930         Log: re 'debug' was broken by #9084.
38931      Branch: perl
38932            ! ext/re/re.xs
38933 ____________________________________________________________________________
38934 [  9845] By: jhi                                   on 2001/04/25  22:33:17
38935         Log: Subject: [PATCH] test for Devel::SelfStubber
38936              From: Nicholas Clark <nick@ccl4.org>
38937              Date: Thu, 26 Apr 2001 00:00:54 +0100
38938              Message-ID: <20010426000054.D89026@plum.flirble.org>
38939      Branch: perl
38940            + t/lib/selfstubber.t
38941            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
38942 ____________________________________________________________________________
38943 [  9844] By: jhi                                   on 2001/04/25  22:29:32
38944         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
38945              From: Paul Johnson <paul@pjcj.net>
38946              Date: Thu, 26 Apr 2001 00:46:08 +0200
38947              Message-ID: <20010426004608.H2338@pjcj.net>
38948      Branch: perl
38949            ! ext/B/B/Concise.pm
38950 ____________________________________________________________________________
38951 [  9843] By: jhi                                   on 2001/04/25  22:28:28
38952         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
38953              From: Peter Prymmer <pvhp@forte.com>
38954              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
38955              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
38956      Branch: perl
38957            ! ext/Cwd/Cwd.xs
38958 ____________________________________________________________________________
38959 [  9842] By: jhi                                   on 2001/04/25  20:58:12
38960         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
38961              From: John Peacock <jpeacock@rowman.com>
38962              Date: Wed, 25 Apr 2001 17:30:26 -0400
38963              Message-ID: <3AE741F2.B3217464@rowman.com>
38964      Branch: perl
38965            ! lib/Math/BigInt.pm t/lib/bigintpm.t
38966 ____________________________________________________________________________
38967 [  9841] By: jhi                                   on 2001/04/25  20:07:05
38968         Log: Update Changes.
38969      Branch: perl
38970            ! Changes patchlevel.h
38971 ____________________________________________________________________________
38972 [  9840] By: jhi                                   on 2001/04/25  19:56:51
38973         Log: Yet another HP-UX hints version from Merijn.
38974      Branch: perl
38975            ! hints/hpux.sh
38976 ____________________________________________________________________________
38977 [  9839] By: jhi                                   on 2001/04/25  19:53:04
38978         Log: abs_path() didn't terminate the filename correctly,
38979              in DIRNAMLENless systems like HP-UX this would fail.
38980      Branch: perl
38981            ! ext/Cwd/Cwd.xs
38982 ____________________________________________________________________________
38983 [  9838] By: jhi                                   on 2001/04/25  16:37:26
38984         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
38985              From: Mike Guy <mjtg@cam.ac.uk>
38986              Date: Wed, 25 Apr 2001 18:31:47 +0100
38987              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
38988      Branch: perl
38989            ! op.c
38990 ____________________________________________________________________________
38991 [  9837] By: jhi                                   on 2001/04/25  16:21:53
38992         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
38993              From: Jon Eveland <jweveland@yahoo.com>
38994              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
38995              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
38996      Branch: perl
38997            ! lib/perl5db.pl
38998 ____________________________________________________________________________
38999 [  9836] By: jhi                                   on 2001/04/25  14:17:50
39000         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
39001              From: "Philip Newton" <pnewton@gmx.de>
39002              Date: Wed, 25 Apr 2001 17:05:58 +0200
39003              Message-ID: <3AE703F6.3234.1833C45@localhost>
39004      Branch: perl
39005            ! Porting/patching.pod
39006 ____________________________________________________________________________
39007 [  9835] By: jhi                                   on 2001/04/25  13:58:07
39008         Log: It would seem that both ar and full_ar need to be overridden
39009              for HP-UX to avoid the GNU ar.
39010      Branch: perl
39011            ! hints/hpux.sh
39012 ____________________________________________________________________________
39013 [  9834] By: jhi                                   on 2001/04/25  13:50:40
39014         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
39015              From: "Philip Newton" <pnewton@gmx.de>
39016              Date: Wed, 25 Apr 2001 16:09:23 +0200
39017              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
39018              
39019              Detypo.
39020      Branch: perl
39021            ! t/op/misc.t
39022 ____________________________________________________________________________
39023 [  9833] By: jhi                                   on 2001/04/25  12:36:11
39024         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
39025      Branch: perl
39026            ! hints/hpux.sh
39027 ____________________________________________________________________________
39028 [  9832] By: jhi                                   on 2001/04/25  12:33:36
39029         Log: New version of HP-UX hints from Merijn.
39030      Branch: perl
39031            ! hints/hpux.sh
39032 ____________________________________________________________________________
39033 [  9831] By: jhi                                   on 2001/04/25  03:39:45
39034         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
39035      Branch: perl
39036            ! hints/hpux.sh
39037 ____________________________________________________________________________
39038 [  9830] By: jhi                                   on 2001/04/25  02:53:25
39039         Log: The tzname[] bit is not needed by util.c -- and causes
39040              heartburn in VMS (and it missing was probably the cause of
39041              the Mac OS X trouble).  Ouch.
39042      Branch: perl
39043            ! ext/POSIX/POSIX.xs util.c
39044 ____________________________________________________________________________
39045 [  9829] By: jhi                                   on 2001/04/25  00:10:06
39046         Log: Metaconfig unit change for #9828.
39047      Branch: metaconfig
39048            ! U/compline/ccflags.U
39049 ____________________________________________________________________________
39050 [  9828] By: jhi                                   on 2001/04/25  00:04:18
39051         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
39052              (which is actually the reason for the change, we need to pass
39053              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
39054              EP/IX, OS/2, and TitanOS, based on the hints files.
39055      Branch: perl
39056            ! Configure config_h.SH
39057 ____________________________________________________________________________
39058 [  9827] By: jhi                                   on 2001/04/24  23:49:20
39059         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
39060              the $cat must have an absolute path.
39061      Branch: perl
39062            ! makedepend.SH
39063 ____________________________________________________________________________
39064 [  9826] By: jhi                                   on 2001/04/24  23:40:53
39065         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
39066      Branch: perl
39067            ! README.amiga
39068 ____________________________________________________________________________
39069 [  9825] By: jhi                                   on 2001/04/24  23:35:35
39070         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
39071              From: "Philip Newton" <pnewton@gmx.de>
39072              Date: Tue, 24 Apr 2001 18:52:49 +0200
39073              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
39074      Branch: perl
39075            ! x2p/find2perl.PL
39076 ____________________________________________________________________________
39077 [  9824] By: jhi                                   on 2001/04/24  23:33:07
39078         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
39079              Some gcc specifics dropped out due to extensive rewriting;
39080              will be put back later as needed.
39081      Branch: perl
39082            ! hints/hpux.sh
39083 ____________________________________________________________________________
39084 [  9823] By: jhi                                   on 2001/04/24  23:27:57
39085         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
39086      Branch: perl
39087            ! ext/POSIX/POSIX.xs
39088 ____________________________________________________________________________
39089 [  9822] By: jhi                                   on 2001/04/24  23:25:21
39090         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
39091              From: Tim Jenness <t.jenness@jach.hawaii.edu>
39092              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
39093              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
39094      Branch: perl
39095            ! ext/XS/Typemap/Typemap.xs
39096 ____________________________________________________________________________
39097 [  9821] By: jhi                                   on 2001/04/24  23:24:10
39098         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
39099              From: "Abigail" <abigail@foad.org>
39100              Date: Tue, 24 Apr 2001 23:12:03 +0200
39101              Message-ID: <20010424211203.7901.qmail@foad.org>
39102      Branch: perl
39103            ! pod/perlport.pod
39104 ____________________________________________________________________________
39105 [  9820] By: jhi                                   on 2001/04/24  23:23:15
39106         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
39107              From: Matt Sergeant <matt@sergeant.org>
39108              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
39109              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
39110      Branch: perl
39111            ! pod/perlfaq4.pod
39112 ____________________________________________________________________________
39113 [  9819] By: nick                                  on 2001/04/24  18:49:43
39114         Log: Integrate mainline.
39115      Branch: perlio
39116           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
39117           !> (integrate 37 files)
39118 ____________________________________________________________________________
39119 [  9818] By: jhi                                   on 2001/04/24  14:35:23
39120         Log: Update Changes.
39121      Branch: perl
39122            ! Changes patchlevel.h
39123 ____________________________________________________________________________
39124 [  9817] By: jhi                                   on 2001/04/24  14:09:17
39125         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
39126              From: "Philip Newton" <pnewton@gmx.de>
39127              Date: Tue, 24 Apr 2001 12:58:12 +0200
39128              Message-ID: <3AE57864.8304.B77A0A@localhost> 
39129              
39130              plus add CPAN to the list of modules that have their own tests.
39131      Branch: perl
39132            ! t/lib/1_compile.t
39133 ____________________________________________________________________________
39134 [  9816] By: jhi                                   on 2001/04/24  14:07:03
39135         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
39136              From: Michael G Schwern <schwern@pobox.com>
39137              Date: Sat, 21 Apr 2001 22:35:00 +0100
39138              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
39139      Branch: perl
39140            ! t/lib/1_compile.t
39141 ____________________________________________________________________________
39142 [  9815] By: jhi                                   on 2001/04/24  13:54:32
39143         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
39144              From: Robin Houston <robin@kitsite.com>
39145              Date: Tue, 24 Apr 2001 15:51:18 +0100
39146              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
39147      Branch: perl
39148            ! ext/B/B/Deparse.pm
39149 ____________________________________________________________________________
39150 [  9814] By: jhi                                   on 2001/04/24  13:17:34
39151         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
39152              From: Bill Glicker <billg@burrelles.com>
39153              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
39154              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
39155      Branch: perl
39156            ! hints/svr5.sh
39157 ____________________________________________________________________________
39158 [  9813] By: jhi                                   on 2001/04/24  12:54:23
39159         Log: Prevent path disclosure (probing for existence of filenames)
39160              using suidperl; bug id 20010322.218.
39161      Branch: perl
39162            ! perl.c pod/perldiag.pod
39163 ____________________________________________________________________________
39164 [  9812] By: jhi                                   on 2001/04/24  12:08:36
39165         Log: Retract #9811.
39166      Branch: perl
39167            ! ext/POSIX/POSIX.xs
39168 ____________________________________________________________________________
39169 [  9811] By: jhi                                   on 2001/04/24  11:57:35
39170         Log: (Retracted by #9812.)
39171      Branch: perl
39172            ! ext/POSIX/POSIX.xs
39173 ____________________________________________________________________________
39174 [  9810] By: jhi                                   on 2001/04/24  03:32:35
39175         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
39176      Branch: perl
39177            ! util.c
39178 ____________________________________________________________________________
39179 [  9809] By: jhi                                   on 2001/04/24  03:16:13
39180         Log: The Math::BigFloat::import() was broken.
39181              (Fixes bug id 20010422.002.)
39182      Branch: perl
39183            ! lib/Math/BigFloat.pm
39184 ____________________________________________________________________________
39185 [  9808] By: jhi                                   on 2001/04/24  01:11:40
39186         Log: Additional dependencies; should help for parallel makes
39187              not to fail on missing lib/lib.pm or lib/re.pm.
39188      Branch: perl
39189            ! Makefile.SH
39190 ____________________________________________________________________________
39191 [  9807] By: jhi                                   on 2001/04/24  00:57:01
39192         Log: Update the test failure disclaimer.
39193      Branch: perl
39194            ! t/pragma/warn/pp_hot
39195 ____________________________________________________________________________
39196 [  9806] By: jhi                                   on 2001/04/24  00:54:04
39197         Log: Add make target "install-all" which is alias for "install"
39198              to cater for case-preserving filesystems like HFS+.
39199      Branch: perl
39200            ! INSTALL Makefile.SH
39201 ____________________________________________________________________________
39202 [  9805] By: jhi                                   on 2001/04/24  00:47:28
39203         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
39204              From: Peter Prymmer <pvhp@forte.com>
39205              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
39206              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
39207              
39208              (Ken William's message forwarded from macosx@perl.org)
39209      Branch: perl
39210            ! hints/darwin.sh
39211 ____________________________________________________________________________
39212 [  9804] By: jhi                                   on 2001/04/23  23:57:35
39213         Log: Cut-and-pasto.
39214      Branch: perl
39215            ! perlio.c
39216 ____________________________________________________________________________
39217 [  9803] By: jhi                                   on 2001/04/23  23:52:25
39218         Log: More PerlIO robustness.
39219      Branch: perl
39220            ! perlio.c
39221 ____________________________________________________________________________
39222 [  9802] By: jhi                                   on 2001/04/23  23:43:35
39223         Log: Make the "STD* opened only for ..." errors more consistent.
39224      Branch: perl
39225            ! doio.c
39226 ____________________________________________________________________________
39227 [  9801] By: jhi                                   on 2001/04/23  23:34:26
39228         Log: Test case for #9800.
39229      Branch: perl
39230            ! t/op/misc.t
39231 ____________________________________________________________________________
39232 [  9800] By: jhi                                   on 2001/04/23  23:14:43
39233         Log: Avoid coredump on 'close STDERR; die' by making
39234              the PerlIO calls more robust.  Also use SETERRNO()
39235              instead of errno = to be more VMS-ready.
39236      Branch: perl
39237            ! perlio.c
39238 ____________________________________________________________________________
39239 [  9799] By: jhi                                   on 2001/04/23  21:41:10
39240         Log: Subject: test for ID 20010423.002
39241              From: Robin Houston <robin@kitsite.com>
39242              Date: Mon, 23 Apr 2001 16:52:21 +0100
39243              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
39244      Branch: perl
39245            ! t/op/avhv.t
39246 ____________________________________________________________________________
39247 [  9798] By: jhi                                   on 2001/04/23  21:40:07
39248         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
39249              From: David Dyck <dcd@tc.fluke.com>
39250              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
39251              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
39252      Branch: perl
39253            ! installperl
39254 ____________________________________________________________________________
39255 [  9797] By: jhi                                   on 2001/04/23  21:37:56
39256         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
39257              From: Benjamin Sugars <bsugars@canoe.ca>
39258              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
39259              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
39260      Branch: perl
39261            ! ext/Cwd/Cwd.xs lib/Cwd.pm
39262 ____________________________________________________________________________
39263 [  9796] By: jhi                                   on 2001/04/23  21:29:24
39264         Log: Synchronize h2xs and pod2man some more on the documentation
39265              templates they propose.
39266      Branch: perl
39267            ! pod/pod2man.PL utils/h2xs.PL
39268 ____________________________________________________________________________
39269 [  9795] By: jhi                                   on 2001/04/23  17:30:40
39270         Log: Add one more naughty test for base64; make encoding logic cleaner.
39271      Branch: perl
39272            ! t/lib/mimeb64.t
39273 ____________________________________________________________________________
39274 [  9794] By: jhi                                   on 2001/04/23  13:51:32
39275         Log: Update Changes.
39276      Branch: perl
39277            ! Changes patchlevel.h
39278 ____________________________________________________________________________
39279 [  9793] By: jhi                                   on 2001/04/23  13:44:18
39280         Log: Duplicate lines.
39281      Branch: perl
39282            ! MANIFEST
39283 ____________________________________________________________________________
39284 [  9792] By: jhi                                   on 2001/04/23  13:39:13
39285         Log: Subject: Re: PATCH 5.7.1
39286              From: Mark-Jason Dominus <mjd@plover.com>
39287              Date: Mon, 23 Apr 2001 10:30:21 -0400
39288              Message-ID: <20010423143021.17335.qmail@plover.com>
39289      Branch: perl
39290            ! perl.h sv.c
39291 ____________________________________________________________________________
39292 [  9791] By: jhi                                   on 2001/04/23  13:32:40
39293         Log: Add the CPAN.pm 1.59_54 tests.
39294      Branch: perl
39295            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
39296            ! MANIFEST
39297 ____________________________________________________________________________
39298 [  9790] By: jhi                                   on 2001/04/23  13:21:55
39299         Log: Subject: Deparse nit
39300              From: Robin Houston <robin@kitsite.com>
39301              Date: Mon, 23 Apr 2001 12:38:20 +0100
39302              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
39303      Branch: perl
39304            ! ext/B/B/Deparse.pm
39305 ____________________________________________________________________________
39306 [  9789] By: jhi                                   on 2001/04/23  13:19:07
39307         Log: Subject: [PATCH] bug 20010423.002
39308              From: Robin Houston <robin@kitsite.com>
39309              Date: Mon, 23 Apr 2001 13:12:30 +0100
39310              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
39311      Branch: perl
39312            ! pp.c
39313 ____________________________________________________________________________
39314 [  9788] By: jhi                                   on 2001/04/23  13:02:49
39315         Log: Subject: PATCH [5.7.1] hv.c unused #define
39316              From: Mark-Jason Dominus <mjd@plover.com>
39317              Date: Sun, 22 Apr 2001 14:17:49 -0400
39318              Message-ID: <20010422181749.26976.qmail@plover.com>
39319      Branch: perl
39320            ! hv.c
39321 ____________________________________________________________________________
39322 [  9787] By: jhi                                   on 2001/04/23  13:02:02
39323         Log: Subject: PATCH 5.7.1
39324              From: Mark-Jason Dominus <mjd@plover.com>
39325              Date: Sun, 22 Apr 2001 15:12:57 -0400
39326              Message-ID: <20010422191258.6539.qmail@plover.com>
39327              
39328              plus Sarathy's STMT_START + STMT_END suggestion.
39329      Branch: perl
39330            ! perl.h
39331 ____________________________________________________________________________
39332 [  9786] By: jhi                                   on 2001/04/23  12:53:25
39333         Log: Fix for
39334              
39335              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
39336              From: dLux <dlux@spam.sch.bme.hu>
39337              Date: Mon, 23 Apr 2001 01:25:26 +0200
39338              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
39339              
39340              (SvGROW really does return a char *.)
39341      Branch: perl
39342            ! pod/perlapi.pod sv.h
39343 ____________________________________________________________________________
39344 [  9785] By: jhi                                   on 2001/04/23  04:34:04
39345         Log: Time::Piece work continues.  $t->day removed since
39346              I think it's too confusing.  Now has normal and
39347              abbreviated length weekday names and month names,
39348              the names change with _names(), not _list().
39349              Now has strftime() in Perl, _strftime() is
39350              the libc version (to which strftime() falls back
39351              if it doesn't know the format.  To do: the reverse
39352              of strftime, strptime(), and the localisation of both.
39353      Branch: perl
39354            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
39355            ! t/lib/time-piece.t
39356 ____________________________________________________________________________
39357 [  9784] By: jhi                                   on 2001/04/23  02:41:46
39358         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
39359              From: andreas.koenig@anima.de (Andreas J. Koenig)
39360              Date: 23 Apr 2001 05:20:55 +0200
39361              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
39362      Branch: perl
39363            ! t/pragma/overload.t
39364 ____________________________________________________________________________
39365 [  9783] By: jhi                                   on 2001/04/22  23:32:42
39366         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
39367              From: Robin Houston <robin@kitsite.com>
39368              Date: Mon, 23 Apr 2001 00:38:18 +0100
39369              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
39370      Branch: perl
39371            ! ext/B/B/Deparse.pm
39372 ____________________________________________________________________________
39373 [  9782] By: jhi                                   on 2001/04/22  20:55:43
39374         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
39375              From: Simon Cozens <simon@netthink.co.uk>
39376              Date: Sun, 22 Apr 2001 18:47:25 +0100
39377              Message-ID: <20010422184725.A14411@netthink.co.uk>
39378      Branch: perl
39379            ! sv.c t/pragma/overload.t
39380 ____________________________________________________________________________
39381 [  9781] By: jhi                                   on 2001/04/22  20:52:13
39382         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
39383              From: Robin Houston <robin@kitsite.com>
39384              Date: Sun, 22 Apr 2001 22:14:50 +0100
39385              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
39386      Branch: perl
39387            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
39388 ____________________________________________________________________________
39389 [  9780] By: nick                                  on 2001/04/22  20:40:31
39390         Log: Integrate mainline.
39391      Branch: perlio
39392           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
39393           +> t/lib/b-stash.t
39394           !> (integrate 38 files)
39395 ____________________________________________________________________________
39396 [  9779] By: jhi                                   on 2001/04/22  15:16:03
39397         Log: Subject: IO::Socket::INET patch
39398              From: andrew deryabin <djsf@technarchy.ru>
39399              Date: Sat, 21 Apr 2001 17:46:52 +0400
39400              Message-ID: <20010421174652.B1426@technarchy>
39401      Branch: perl
39402            ! ext/IO/lib/IO/Socket/INET.pm
39403 ____________________________________________________________________________
39404 [  9778] By: jhi                                   on 2001/04/22  15:14:33
39405         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
39406              From: Mark-Jason Dominus <mjd@plover.com>
39407              Date: Sat, 21 Apr 2001 21:27:49 -0400
39408              Message-ID: <20010422012749.27024.qmail@plover.com>
39409      Branch: perl
39410            ! regcomp.c
39411 ____________________________________________________________________________
39412 [  9777] By: jhi                                   on 2001/04/22  15:10:51
39413         Log: Subject: Re: Regex debugger patch 
39414              From: Mark-Jason Dominus <mjd@plover.com>
39415              Date: Sat, 21 Apr 2001 21:48:51 -0400
39416              Message-ID: <20010422014851.27165.qmail@plover.com>
39417      Branch: perl
39418            ! pod/perldebguts.pod
39419 ____________________________________________________________________________
39420 [  9776] By: jhi                                   on 2001/04/22  15:09:48
39421         Log: Subject: Re: Regex debugger patch
39422              From: Mark-Jason Dominus <mjd@plover.com>
39423              Date: Sat, 21 Apr 2001 14:24:39 -0400
39424              Message-ID: <20010421182439.16508.qmail@plover.com>
39425              
39426              Regex debugger backend.
39427      Branch: perl
39428            ! regcomp.c regexp.h
39429 ____________________________________________________________________________
39430 [  9775] By: jhi                                   on 2001/04/21  16:45:40
39431         Log: Subject: [PATCH] Typo in utf8.h
39432              From: Jesús Quiroga <jquiroga@pobox.com>
39433              Date: Sat, 21 Apr 2001 19:25:33 +0200
39434              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
39435      Branch: perl
39436            ! utf8.h
39437 ____________________________________________________________________________
39438 [  9774] By: jhi                                   on 2001/04/21  16:43:52
39439         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
39440              From: Joe Orton <jorton@redhat.com>
39441              Date: Tue, 17 Apr 2001 15:50:43 +0100
39442              Message-Id: <20010417155043.D19132@eu.c2.net>
39443      Branch: perl
39444            ! hints/svr5.sh
39445 ____________________________________________________________________________
39446 [  9773] By: jhi                                   on 2001/04/21  15:30:15
39447         Log: Subject: Patch utils/h2xs.PL
39448              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
39449              Date: Sat, 21 Apr 2001 10:32:16 -0500
39450              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
39451              
39452              Add MAILING list and LICENSE templates.
39453      Branch: perl
39454            ! utils/h2xs.PL
39455 ____________________________________________________________________________
39456 [  9772] By: jhi                                   on 2001/04/21  15:28:36
39457         Log: Subject: perlfaq2.patch for 5.7.1
39458              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
39459              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
39460              Date: Fri, 20 Apr 2001 16:42:19 -0500
39461              
39462              rm an extra tab, a blurb about the xx.cpan to clarify
39463              which countries actually have that and dejanews is history
39464              as well as most of that nonsensical entry.
39465      Branch: perl
39466            ! pod/perlfaq2.pod
39467 ____________________________________________________________________________
39468 [  9771] By: jhi                                   on 2001/04/21  15:27:17
39469         Log: Subject: perlfaq1.patch for 5.7.1
39470              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
39471              Date: Fri, 20 Apr 2001 16:57:36 -0500
39472              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
39473              
39474              Evil URLs must die. Especially when they are broken.
39475      Branch: perl
39476            ! pod/perlfaq1.pod
39477 ____________________________________________________________________________
39478 [  9770] By: jhi                                   on 2001/04/21  15:23:38
39479         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
39480              From: Michael G Schwern <schwern@pobox.com>
39481              Date: Sat, 21 Apr 2001 16:11:12 +0100
39482              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
39483      Branch: perl
39484            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
39485            + t/lib/b-stash.t
39486            ! MANIFEST ext/B/B.pm t/lib/b.t
39487 ____________________________________________________________________________
39488 [  9769] By: jhi                                   on 2001/04/21  15:03:32
39489         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
39490              From: Michael G Schwern <schwern@pobox.com>
39491              Date: Sat, 21 Apr 2001 09:48:00 +0100
39492              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
39493      Branch: perl
39494            ! utils/h2ph.PL
39495 ____________________________________________________________________________
39496 [  9768] By: jhi                                   on 2001/04/21  14:33:49
39497         Log: PerlIO and Encode doc cleanup and tweaks.
39498      Branch: perl
39499            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
39500            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
39501 ____________________________________________________________________________
39502 [  9767] By: jhi                                   on 2001/04/21  12:40:16
39503         Log: Integrate perlio.
39504      Branch: perl
39505           !> doio.c
39506 ____________________________________________________________________________
39507 [  9766] By: nick                                  on 2001/04/20  18:28:35
39508         Log: Avoid core dump on
39509              open(STDOUT,">",\$foo);
39510      Branch: perlio
39511            ! doio.c
39512 ____________________________________________________________________________
39513 [  9765] By: jhi                                   on 2001/04/20  13:23:43
39514         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
39515              From: Robin Houston <robin@kitsite.com>
39516              Date: Fri, 20 Apr 2001 14:29:22 +0100
39517              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
39518      Branch: perl
39519            ! ext/B/B.pm ext/B/B/Deparse.pm
39520 ____________________________________________________________________________
39521 [  9764] By: jhi                                   on 2001/04/20  13:19:33
39522         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
39523              From: Peter Prymmer <pvhp@forte.com>
39524              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
39525              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
39526      Branch: perl
39527            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
39528            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
39529            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
39530            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
39531 ____________________________________________________________________________
39532 [  9763] By: jhi                                   on 2001/04/20  12:36:39
39533         Log: Subject: Re: A new PerlIO coredump
39534              From: Nick Ing-Simmons <nik@tiuk.ti.com>
39535              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
39536              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
39537      Branch: perl
39538            ! doio.c
39539 ____________________________________________________________________________
39540 [  9762] By: jhi                                   on 2001/04/19  23:02:30
39541         Log: Update Changes.
39542      Branch: perl
39543            ! Changes patchlevel.h
39544 ____________________________________________________________________________
39545 [  9761] By: jhi                                   on 2001/04/19  22:59:19
39546         Log: More cleanup cleanup.
39547      Branch: perl
39548            ! Makefile.SH win32/Makefile win32/makefile.mk
39549 ____________________________________________________________________________
39550 [  9760] By: jhi                                   on 2001/04/19  22:50:31
39551         Log: lib/Time is non-empty, let's not rmdir it.
39552      Branch: perl
39553            ! Makefile.SH
39554 ____________________________________________________________________________
39555 [  9759] By: jhi                                   on 2001/04/19  22:36:51
39556         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
39557              From: Robin Houston <robin@kitsite.com>
39558              Date: Fri, 20 Apr 2001 00:18:53 +0100
39559              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
39560      Branch: perl
39561            ! ext/B/B/Deparse.pm
39562 ____________________________________________________________________________
39563 [  9758] By: jhi                                   on 2001/04/19  22:36:00
39564         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
39565              From: Peter Prymmer <pvhp@forte.com>
39566              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
39567              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
39568      Branch: perl
39569            ! ext/Cwd/Cwd.xs
39570 ____________________________________________________________________________
39571 [  9757] By: nick                                  on 2001/04/19  18:53:54
39572         Log: Blind (untested) integrate of mainline.
39573      Branch: perlio
39574           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
39575           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
39576           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
39577           !> (integrate 53 files)
39578 ____________________________________________________________________________
39579 [  9756] By: jhi                                   on 2001/04/19  16:59:23
39580         Log: Document and test Time::Piece.
39581      Branch: perl
39582            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
39583            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
39584 ____________________________________________________________________________
39585 [  9755] By: jhi                                   on 2001/04/19  12:13:29
39586         Log: A better fix for the \x{12345678} trouble from NI-S.
39587      Branch: perl
39588            ! utf8.c
39589 ____________________________________________________________________________
39590 [  9754] By: jhi                                   on 2001/04/19  11:56:07
39591         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
39592              From: Robin Houston <robin@kitsite.com>
39593              Date: Wed, 18 Apr 2001 17:58:33 +0100
39594              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
39595      Branch: perl
39596            ! ext/B/B/Deparse.pm op.c
39597 ____________________________________________________________________________
39598 [  9753] By: jhi                                   on 2001/04/19  04:21:52
39599         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
39600              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
39601              Date: Thu, 19 Apr 2001 01:11:41 -0400
39602              Message-ID: <20010419011141.A5798@cpan.org>
39603      Branch: perl
39604            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
39605 ____________________________________________________________________________
39606 [  9752] By: jhi                                   on 2001/04/19  02:41:10
39607         Log: The new time utils need to be thread-aware, too.
39608      Branch: perl
39609            ! util.c
39610 ____________________________________________________________________________
39611 [  9751] By: jhi                                   on 2001/04/19  02:26:47
39612         Log: Compilation nit noticed by AIX compiler.
39613      Branch: perl
39614            ! perlio.c
39615 ____________________________________________________________________________
39616 [  9750] By: jhi                                   on 2001/04/19  02:20:06
39617         Log: The new time utils need to be public.
39618      Branch: perl
39619            ! embed.pl
39620 ____________________________________________________________________________
39621 [  9749] By: jhi                                   on 2001/04/19  01:42:39
39622         Log: Regen toc.
39623      Branch: perl
39624            ! pod/perltoc.pod
39625 ____________________________________________________________________________
39626 [  9748] By: jhi                                   on 2001/04/19  01:41:10
39627         Log: Add Time::Piece, a slight rewrite of Time::Object,
39628              from Matt Sergeant.
39629      Branch: perl
39630            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
39631            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
39632            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
39633            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
39634            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
39635            ! win32/makefile.mk
39636 ____________________________________________________________________________
39637 [  9747] By: jhi                                   on 2001/04/19  00:55:35
39638         Log: The new metaconfig unit from strftime.
39639      Branch: metaconfig/U/perl
39640            + d_strftime.U
39641 ____________________________________________________________________________
39642 [  9746] By: jhi                                   on 2001/04/19  00:54:54
39643         Log: Move the strftime() wrapper from POSIX.xs to util.c
39644              as my_strftime(), requires HAS_STRFTIME.
39645      Branch: perl
39646            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39647            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
39648            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
39649            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
39650            ! vos/config.ga.h win32/config.bc win32/config.gc
39651            ! win32/config.vc
39652 ____________________________________________________________________________
39653 [  9745] By: jhi                                   on 2001/04/18  23:11:03
39654         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
39655              in preparation of Time::Piece.
39656      Branch: perl
39657            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
39658 ____________________________________________________________________________
39659 [  9744] By: jhi                                   on 2001/04/18  22:33:12
39660         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
39661              From: Peter Prymmer <pvhp@forte.com>
39662              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
39663              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
39664      Branch: perl
39665            ! t/lib/exporter.t
39666 ____________________________________________________________________________
39667 [  9743] By: jhi                                   on 2001/04/18  22:32:23
39668         Log: Subject: Fwd: pod2html leaves cache files lying around?
39669              From: Rajesh Vaidheeswarran <rv@gnu.org>
39670              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
39671              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
39672      Branch: perl
39673            ! lib/Pod/Html.pm
39674 ____________________________________________________________________________
39675 [  9742] By: jhi                                   on 2001/04/18  20:31:49
39676         Log: Update Changes.
39677      Branch: perl
39678            ! Changes patchlevel.h
39679 ____________________________________________________________________________
39680 [  9741] By: jhi                                   on 2001/04/18  20:23:02
39681         Log: Declare hints only if needed.
39682      Branch: perl
39683            ! ext/B/B/Deparse.pm
39684 ____________________________________________________________________________
39685 [  9740] By: jhi                                   on 2001/04/18  19:06:05
39686         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
39687              bug noticed by Robin Houston; basically the code of detecting
39688              value wraparound was acting differently under different compilers
39689              and platforms.  The workaround is to remove the overflow check
39690              for now, a real fix would be to do the overflow (portably) right.
39691      Branch: perl
39692            ! t/op/pat.t utf8.c
39693 ____________________________________________________________________________
39694 [  9739] By: jhi                                   on 2001/04/18  19:01:23
39695         Log: Subject: [PATCH B::Deparse] some pragma support
39696              From: Robin Houston <robin@kitsite.com>
39697              Date: Wed, 18 Apr 2001 19:32:12 +0100
39698              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
39699      Branch: perl
39700            ! ext/B/B/Deparse.pm
39701 ____________________________________________________________________________
39702 [  9738] By: jhi                                   on 2001/04/18  15:16:37
39703         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
39704              From: Benjamin Sugars <bsugars@canoe.ca>
39705              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
39706              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
39707      Branch: perl
39708            ! t/op/glob.t
39709 ____________________________________________________________________________
39710 [  9737] By: jhi                                   on 2001/04/18  13:24:50
39711         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
39712              From: Tim Jenness <t.jenness@jach.hawaii.edu>
39713              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
39714              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
39715      Branch: perl
39716            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
39717            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
39718 ____________________________________________________________________________
39719 [  9736] By: jhi                                   on 2001/04/18  04:15:14
39720         Log: The #9735 also changes the subtest 12.
39721      Branch: perl
39722            ! t/lib/b.t
39723 ____________________________________________________________________________
39724 [  9735] By: jhi                                   on 2001/04/18  03:55:17
39725         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
39726              From: David Dyck <dcd@tc.fluke.com>
39727              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
39728              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
39729      Branch: perl
39730            ! ext/B/B/Deparse.pm
39731 ____________________________________________________________________________
39732 [  9734] By: jhi                                   on 2001/04/18  03:54:11
39733         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
39734              From: Gisle Aas <gisle@ActiveState.com>
39735              Date: 17 Apr 2001 19:06:45 -0700
39736              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
39737      Branch: perl
39738            ! pp_hot.c t/op/misc.t
39739 ____________________________________________________________________________
39740 [  9733] By: jhi                                   on 2001/04/17  22:25:22
39741         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
39742              From: "Abigail" <abigail@foad.org>
39743              Date: Wed, 18 Apr 2001 01:17:46 +0200
39744              Message-ID: <20010417231746.21657.qmail@foad.org>
39745      Branch: perl
39746            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
39747 ____________________________________________________________________________
39748 [  9732] By: jhi                                   on 2001/04/17  20:47:56
39749         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
39750              From: Robin Houston <robin@kitsite.com>
39751              Date: Tue, 17 Apr 2001 22:37:42 +0100
39752              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
39753      Branch: perl
39754            ! ext/B/B/Deparse.pm
39755 ____________________________________________________________________________
39756 [  9731] By: nick                                  on 2001/04/17  20:46:35
39757         Log: Re-sync for t/lib/b.t fix
39758      Branch: perlio
39759           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
39760 ____________________________________________________________________________
39761 [  9730] By: jhi                                   on 2001/04/17  20:45:29
39762         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
39763              From: Robin Houston <robin@kitsite.com>
39764              Date: Tue, 17 Apr 2001 22:29:36 +0100
39765              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
39766      Branch: perl
39767            ! ext/B/B.xs ext/B/B/Deparse.pm
39768 ____________________________________________________________________________
39769 [  9729] By: jhi                                   on 2001/04/17  20:43:11
39770         Log: Subject: Deparse - parenthesise args to undeclared subs
39771              From: Robin Houston <robin@kitsite.com>
39772              Date: Tue, 17 Apr 2001 21:31:05 +0100
39773              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
39774      Branch: perl
39775            ! ext/B/B/Deparse.pm
39776 ____________________________________________________________________________
39777 [  9728] By: jhi                                   on 2001/04/17  18:57:30
39778         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
39779              From: Benjamin Sugars <ben.sugars@home.com>
39780              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
39781              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
39782      Branch: perl
39783            ! t/lib/cwd.t
39784 ____________________________________________________________________________
39785 [  9727] By: jhi                                   on 2001/04/17  18:20:20
39786         Log: Subject: [PATCH B::Deparse] ambient pragmas
39787              From: Robin Houston <robin@kitsite.com>
39788              Date: Tue, 17 Apr 2001 20:01:59 +0100
39789              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
39790      Branch: perl
39791            ! ext/B/B/Deparse.pm t/lib/b.t
39792 ____________________________________________________________________________
39793 [  9726] By: nick                                  on 2001/04/17  16:33:51
39794         Log: Integrate mainline (t/lib/b.t fails test 2...)
39795      Branch: perlio
39796           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
39797           +> ext/List/Util/README ext/List/Util/Util.xs
39798           +> ext/List/Util/lib/List/Util.pm
39799           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
39800           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
39801           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
39802           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
39803           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
39804           !> (integrate 31 files)
39805 ____________________________________________________________________________
39806 [  9725] By: jhi                                   on 2001/04/17  12:14:24
39807         Log: Subject: multiple B::* changes
39808              From: Robin Houston <robin@kitsite.com>
39809              Date: Thu, 12 Apr 2001 20:12:27 +0100
39810              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
39811      Branch: perl
39812            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
39813 ____________________________________________________________________________
39814 [  9724] By: jhi                                   on 2001/04/17  11:59:05
39815         Log: Thread-awareness from Doug MacEachern.
39816      Branch: perl
39817            ! ext/List/Util/Util.xs
39818 ____________________________________________________________________________
39819 [  9723] By: jhi                                   on 2001/04/17  11:57:41
39820         Log: Make the test more portable.
39821      Branch: perl
39822            ! t/lib/cwd.t
39823 ____________________________________________________________________________
39824 [  9722] By: jhi                                   on 2001/04/17  11:53:50
39825         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
39826              From: Benjamin Sugars <ben.sugars@home.com>
39827              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
39828              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
39829      Branch: perl
39830            ! t/lib/cwd.t
39831 ____________________________________________________________________________
39832 [  9721] By: jhi                                   on 2001/04/17  11:52:17
39833         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
39834              From: Benjamin Sugars <bsugars@canoe.ca>
39835              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
39836              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
39837      Branch: perl
39838            ! op.c
39839 ____________________________________________________________________________
39840 [  9720] By: jhi                                   on 2001/04/17  11:35:42
39841         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
39842              From: Chris Nandor <pudge@pobox.com>
39843              Date: Tue, 17 Apr 2001 00:30:49 -0400
39844              Message-Id: <p05100207b701768712de@[10.0.1.177]>
39845      Branch: perl
39846            ! ext/File/Glob/bsd_glob.c gv.c
39847 ____________________________________________________________________________
39848 [  9719] By: jhi                                   on 2001/04/17  11:32:13
39849         Log: Subject: [PATCH] Tweten->West
39850              From: Casey West <casey@geeknest.com>
39851              Date: Mon, 16 Apr 2001 12:11:22 -0400
39852              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
39853      Branch: perl
39854            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
39855            ! pod/perltie.pod
39856 ____________________________________________________________________________
39857 [  9718] By: jhi                                   on 2001/04/16  03:22:52
39858         Log: Update Changes.
39859      Branch: perl
39860            ! Changes patchlevel.h
39861 ____________________________________________________________________________
39862 [  9717] By: jhi                                   on 2001/04/16  03:06:28
39863         Log: Regen toc.
39864      Branch: perl
39865            ! pod/perltoc.pod
39866 ____________________________________________________________________________
39867 [  9716] By: jhi                                   on 2001/04/16  02:58:42
39868         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
39869              From: Prymmer/Kahn <pvhp@best.com>
39870              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
39871              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
39872      Branch: perl
39873            ! utf8.c
39874 ____________________________________________________________________________
39875 [  9715] By: jhi                                   on 2001/04/15  23:40:35
39876         Log: Subject: Re: Net::Ping patch, adds stream protocol
39877              From: bronson@rinspin.com (Scott Bronson)
39878              Date: Tue, 10 Apr 2001 23:58:33 -0700
39879              Message-ID: <20010410235833.N29719@rinspin.com>
39880      Branch: perl
39881            ! lib/Net/Ping.pm
39882 ____________________________________________________________________________
39883 [  9714] By: jhi                                   on 2001/04/15  23:31:46
39884         Log: Printing out the ok messages helps successful testing.
39885      Branch: perl
39886            ! t/lib/time-hires.t
39887 ____________________________________________________________________________
39888 [  9713] By: jhi                                   on 2001/04/15  21:43:24
39889         Log: Update Douglas Wegscheid's email.
39890      Branch: perl
39891            ! AUTHORS
39892 ____________________________________________________________________________
39893 [  9712] By: jhi                                   on 2001/04/15  21:40:41
39894         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
39895              From: Michael G Schwern <schwern@pobox.com>
39896              Date: Sat, 14 Apr 2001 22:40:50 +0100
39897              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
39898      Branch: perl
39899            + t/lib/exporter.t
39900            ! MANIFEST lib/Exporter/Heavy.pm
39901 ____________________________________________________________________________
39902 [  9711] By: jhi                                   on 2001/04/15  21:39:21
39903         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
39904              From: Michael G Schwern <schwern@pobox.com>
39905              Date: Sat, 14 Apr 2001 22:13:59 +0100
39906              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
39907      Branch: perl
39908            ! t/op/loopctl.t
39909 ____________________________________________________________________________
39910 [  9710] By: jhi                                   on 2001/04/15  21:30:19
39911         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
39912              From: Michael G Schwern <schwern@pobox.com>
39913              Date: Sat, 14 Apr 2001 22:05:32 +0100
39914              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
39915      Branch: perl
39916            ! t/pragma/warnings.t
39917 ____________________________________________________________________________
39918 [  9709] By: jhi                                   on 2001/04/15  19:34:09
39919         Log: Integrate changes #9706,9707 from maintperl into mainline.
39920              
39921              change#7210 broke .packlist generation
39922              
39923              ExtUtils::Installed doesn't quote regex metacharacters in paths
39924              before using them in match; also make it work for dosish platforms
39925      Branch: perl
39926           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
39927 ____________________________________________________________________________
39928 [  9708] By: jhi                                   on 2001/04/15  19:31:01
39929         Log: Test also the scalar aspect of getitimer().
39930      Branch: perl
39931            ! t/lib/time-hires.t
39932 ____________________________________________________________________________
39933 [  9707] By: gsar                                  on 2001/04/15  17:24:20
39934         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
39935              before using them in match; also make it work for dosish platforms
39936      Branch: maint-5.6/perl
39937            ! lib/ExtUtils/Installed.pm
39938 ____________________________________________________________________________
39939 [  9706] By: gsar                                  on 2001/04/15  17:21:59
39940         Log: change#7210 broke .packlist generation (listed only filename
39941              rather than fully qualified path name)
39942      Branch: maint-5.6/perl
39943            ! lib/ExtUtils/Install.pm
39944 ____________________________________________________________________________
39945 [  9705] By: jhi                                   on 2001/04/15  12:36:33
39946         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
39947      Branch: perl
39948            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
39949            ! t/lib/time-hires.t
39950 ____________________________________________________________________________
39951 [  9704] By: jhi                                   on 2001/04/15  10:49:08
39952         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
39953              From: Prymmer/Kahn <pvhp@best.com>
39954              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
39955              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
39956      Branch: perl
39957            ! lib/utf8.pm pod/perlebcdic.pod
39958 ____________________________________________________________________________
39959 [  9703] By: jhi                                   on 2001/04/15  02:26:26
39960         Log: I keep forgetting to sort MANIFEST.
39961      Branch: perl
39962            ! MANIFEST
39963 ____________________________________________________________________________
39964 [  9702] By: jhi                                   on 2001/04/15  02:07:47
39965         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
39966              Now we have blessed, reftype, tainted, first, reduce, ...
39967      Branch: perl
39968            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
39969            + ext/List/Util/README ext/List/Util/Util.xs
39970            + ext/List/Util/lib/List/Util.pm
39971            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
39972            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
39973            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
39974            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
39975            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
39976            ! MANIFEST
39977 ____________________________________________________________________________
39978 [  9701] By: jhi                                   on 2001/04/14  15:05:25
39979         Log: Subject: RE: dprofpp.pl updates 
39980              From: Carl Eklof <CEklof@endeca.com>
39981              Date: Thu, 12 Apr 2001 18:45:46 -0400
39982              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
39983      Branch: perl
39984            ! utils/dprofpp.PL
39985 ____________________________________________________________________________
39986 [  9700] By: jhi                                   on 2001/04/14  14:44:55
39987         Log: Do not just blindly add CR.
39988      Branch: perl
39989            ! Porting/makerel
39990 ____________________________________________________________________________
39991 [  9699] By: jhi                                   on 2001/04/13  13:17:01
39992         Log: Update Changes.
39993      Branch: perl
39994            ! Changes patchlevel.h
39995 ____________________________________________________________________________
39996 [  9698] By: jhi                                   on 2001/04/13  12:44:48
39997         Log: Integrate perlio.
39998      Branch: perl
39999           !> ext/PerlIO/Scalar/Scalar.xs
40000 ____________________________________________________________________________
40001 [  9697] By: jhi                                   on 2001/04/13  12:29:15
40002         Log: Add more debug output to the test.
40003      Branch: perl
40004            ! t/lib/cwd.t
40005 ____________________________________________________________________________
40006 [  9696] By: nick                                  on 2001/04/13  10:14:29
40007         Log: Fix core dump on binmode($fh,'Scalar')
40008      Branch: perlio
40009            ! ext/PerlIO/Scalar/Scalar.xs
40010 ____________________________________________________________________________
40011 [  9695] By: nick                                  on 2001/04/13  09:05:42
40012         Log: Integrate mainline
40013      Branch: perlio
40014           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
40015           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
40016           +> t/lib/time-hires.t
40017           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
40018           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
40019           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
40020           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
40021           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
40022           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
40023           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
40024 ____________________________________________________________________________
40025 [  9694] By: jhi                                   on 2001/04/12  22:23:35
40026         Log: Integrate change #9693 from maintperl into mainline.
40027              
40028              $VERSION and Version() on the same line provokes a warning from
40029              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
40030      Branch: perl
40031           !> lib/Devel/SelfStubber.pm
40032 ____________________________________________________________________________
40033 [  9693] By: gsar                                  on 2001/04/12  21:55:56
40034         Log: $VERSION and Version() on the same line provokes a warning from
40035              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
40036      Branch: maint-5.6/perl
40037            ! lib/Devel/SelfStubber.pm
40038 ____________________________________________________________________________
40039 [  9692] By: jhi                                   on 2001/04/12  13:54:00
40040         Log: This is at least 5.005.
40041      Branch: perl
40042            ! ext/Time/HiRes/HiRes.xs
40043 ____________________________________________________________________________
40044 [  9691] By: jhi                                   on 2001/04/12  13:37:20
40045         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
40046      Branch: perl
40047            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
40048            ! win32/Makefile win32/makefile.mk
40049 ____________________________________________________________________________
40050 [  9690] By: jhi                                   on 2001/04/12  01:34:46
40051         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
40052      Branch: perl
40053            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
40054            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
40055            + t/lib/time-hires.t
40056            ! MANIFEST
40057 ____________________________________________________________________________
40058 [  9689] By: jhi                                   on 2001/04/12  00:28:39
40059         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
40060              From: Gisle Aas <gisle@ActiveState.com>
40061              Date: 11 Apr 2001 16:36:11 -0700
40062              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
40063      Branch: perl
40064            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
40065 ____________________________________________________________________________
40066 [  9688] By: jhi                                   on 2001/04/12  00:27:39
40067         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
40068              From: Gisle Aas <gisle@ActiveState.com>
40069              Date: 11 Apr 2001 11:13:24 -0700
40070              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
40071      Branch: perl
40072            ! ext/MIME/Base64/Base64.xs
40073 ____________________________________________________________________________
40074 [  9687] By: jhi                                   on 2001/04/11  19:51:47
40075         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
40076      Branch: perl
40077            ! Todo-5.6
40078 ____________________________________________________________________________
40079 [  9686] By: jhi                                   on 2001/04/11  16:54:25
40080         Log: Subject: [PATCH opcode.pl] Documentation of table format
40081              From: Simon Cozens <simon@netthink.co.uk>
40082              Date: Wed, 11 Apr 2001 12:59:31 +0100
40083              Message-ID: <20010411125931.A25681@netthink.co.uk>
40084      Branch: perl
40085            ! opcode.pl
40086 ____________________________________________________________________________
40087 [  9685] By: jhi                                   on 2001/04/11  16:53:15
40088         Log: Subject: [PATCH] prototype("CORE::recv")
40089              From: Simon Cozens <simon@netthink.co.uk>
40090              Date: Wed, 11 Apr 2001 13:24:35 +0100
40091              Message-ID: <20010411132435.A26169@netthink.co.uk>
40092      Branch: perl
40093            ! pp.c t/comp/proto.t
40094 ____________________________________________________________________________
40095 [  9684] By: jhi                                   on 2001/04/11  16:47:13
40096         Log: FAQ (and AUTHORS) update from Dan Carson: the information
40097              was several years obsolete, Term::Readkey has been updated
40098              to have the functionality.
40099      Branch: perl
40100            ! AUTHORS pod/perlfaq5.pod
40101 ____________________________________________________________________________
40102 [  9683] By: jhi                                   on 2001/04/11  12:15:46
40103         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
40104              From: Calle Dybedahl <calle@lysator.liu.se>
40105              Date: 10 Apr 2001 16:44:16 +0200
40106              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
40107      Branch: perl
40108            ! ext/MIME/Base64/Base64.xs
40109 ____________________________________________________________________________
40110 [  9682] By: jhi                                   on 2001/04/11  12:12:26
40111         Log: A more minimal fix for 20010410.006 from Hugo.
40112      Branch: perl
40113            ! regexec.c
40114 ____________________________________________________________________________
40115 [  9681] By: jhi                                   on 2001/04/11  11:34:23
40116         Log: Integrate changes #9678,9679 from maintline into mainperl.
40117              
40118              addendum to change#9676
40119              
40120              up $File::Glob::VERSION; add a note pointing out the version of
40121              the OpenBSD glob bsd_glob.c resembles
40122      Branch: perl
40123           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
40124           !> ext/File/Glob/bsd_glob.h
40125 ____________________________________________________________________________
40126 [  9680] By: jhi                                   on 2001/04/11  11:30:38
40127         Log: Bad test numbering in integrate in #9677.
40128              Fixes ID 20010411.001.
40129      Branch: perl
40130            ! t/op/pat.t
40131 ____________________________________________________________________________
40132 [  9679] By: gsar                                  on 2001/04/11  03:38:40
40133         Log: up $File::Glob::VERSION; add a note pointing out the version of
40134              the OpenBSD glob bsd_glob.c resembles
40135      Branch: maint-5.6/perl
40136            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
40137            ! ext/File/Glob/bsd_glob.h
40138 ____________________________________________________________________________
40139 [  9678] By: gsar                                  on 2001/04/11  03:09:48
40140         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
40141              revision 1.8.10.1 found here:
40142              
40143              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
40144      Branch: maint-5.6/perl
40145            ! ext/File/Glob/bsd_glob.c
40146 ____________________________________________________________________________
40147 [  9677] By: jhi                                   on 2001/04/11  02:54:39
40148         Log: Integrate changes #9675,9676 from maintperl into mainline.
40149              
40150              fix for bug 20010410.006, undo change#7115
40151              
40152              port the OpenBSD glob() security patch
40153      Branch: perl
40154           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
40155           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
40156           !> t/op/pat.t
40157 ____________________________________________________________________________
40158 [  9676] By: gsar                                  on 2001/04/11  02:19:02
40159         Log: port the glob() security patch found at:
40160              
40161              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
40162              
40163              CERT advisory for the issue is here:
40164              
40165              http://www.cert.org/advisories/CA-2001-07.html
40166              
40167              Note that the security scare is only relevant for those who are
40168              foolish enough to build suidperl (which is now officially discouraged)
40169      Branch: maint-5.6/perl
40170            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
40171            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
40172 ____________________________________________________________________________
40173 [  9675] By: gsar                                  on 2001/04/10  23:52:11
40174         Log: fix for bug 20010410.006
40175              
40176              undo change#7115 (came into maint-5.6 as change#8156)
40177              
40178              add tests to keep it from coming back
40179      Branch: maint-5.6/perl
40180            ! regexec.c t/op/pat.t
40181 ____________________________________________________________________________
40182 [  9674] By: nick                                  on 2001/04/10  20:39:31
40183         Log: Integrate mainline
40184      Branch: perlio
40185           +> Porting/testall.atom
40186           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
40187           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
40188           !> t/lib/lc-uk.t t/pod/find.t
40189 ____________________________________________________________________________
40190 [  9673] By: nick                                  on 2001/04/10  18:46:14
40191         Log: Integrate against change 9670 aka perl-5.7.1
40192      Branch: perlio
40193           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
40194           !> (integrate 53 files)
40195 ____________________________________________________________________________
40196 [  9672] By: jhi                                   on 2001/04/10  13:45:01
40197         Log: Add a script for doing cumulative profile of the test suite.
40198              (Requires ATOM, that is, Tru64.)
40199      Branch: perl
40200            + Porting/testall.atom
40201            ! MANIFEST
40202 ____________________________________________________________________________
40203 [  9671] By: jhi                                   on 2001/04/10  12:38:53
40204         Log: Missing std block.
40205      Branch: perl
40206            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
40207            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
40208            ! t/pod/find.t
40209 ____________________________________________________________________________
40210 [  9670] By: jhi                                   on 2001/04/10  01:25:58
40211         Log: This is 5.7.1.
40212      Branch: perl
40213            ! patchlevel.h
40214 ____________________________________________________________________________
40215 [  9669] By: jhi                                   on 2001/04/10  01:09:14
40216         Log: Update Changes.
40217      Branch: perl
40218            ! Changes patchlevel.h
40219 ____________________________________________________________________________
40220 [  9668] By: jhi                                   on 2001/04/10  01:00:38
40221         Log: Regen toc.
40222      Branch: perl
40223            ! pod/perltoc.pod
40224 ____________________________________________________________________________
40225 [  9667] By: jhi                                   on 2001/04/10  00:52:16
40226         Log: Update perlhist.
40227      Branch: perl
40228            ! pod/perlhist.pod
40229 ____________________________________________________________________________
40230 [  9666] By: jhi                                   on 2001/04/09  23:38:59
40231         Log: Slight wording tweaks from Damian to #9658.
40232      Branch: perl
40233            ! pod/perlobj.pod
40234 ____________________________________________________________________________
40235 [  9665] By: jhi                                   on 2001/04/09  19:56:06
40236         Log: Subject: [PATCH perlutil.pod] Nit
40237              From: Simon Cozens <simon@netthink.co.uk>
40238              Date: Mon, 9 Apr 2001 20:29:44 +0100
40239              Message-ID: <20010409202944.A14796@the.earth.li>
40240      Branch: perl
40241            ! pod/perlutil.pod
40242 ____________________________________________________________________________
40243 [  9664] By: jhi                                   on 2001/04/09  19:54:42
40244         Log: Subject: Re: perl571delta.pod@9631
40245              From: Mike Guy <mjtg@cam.ac.uk>
40246              Date: Mon, 09 Apr 2001 18:09:14 +0100
40247              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
40248      Branch: perl
40249            ! pod/perl571delta.pod
40250 ____________________________________________________________________________
40251 [  9663] By: jhi                                   on 2001/04/09  13:43:35
40252         Log: Update Changes.
40253      Branch: perl
40254            ! Changes patchlevel.h
40255 ____________________________________________________________________________
40256 [  9662] By: jhi                                   on 2001/04/09  13:24:46
40257         Log: tweak tweak.
40258      Branch: perl
40259            ! AUTHORS pod/perl571delta.pod
40260 ____________________________________________________________________________
40261 [  9661] By: jhi                                   on 2001/04/09  13:15:13
40262         Log: Thinko in manual patch applying.
40263      Branch: perl
40264            ! sv.c
40265 ____________________________________________________________________________
40266 [  9660] By: jhi                                   on 2001/04/09  13:07:53
40267         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
40268              From: Robin Barker <rmb1@cise.npl.co.uk> 
40269              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
40270              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
40271              
40272              (This corrects the case where the "isn't numeric" string contains \0s
40273              and is longer than the temporary buffer, and contains \0 at the point
40274              the string would be truncated by "...".) 
40275      Branch: perl
40276            ! sv.c
40277 ____________________________________________________________________________
40278 [  9659] By: jhi                                   on 2001/04/09  12:57:41
40279         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
40280      Branch: perl
40281            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
40282            ! t/lib/cgi-function.t t/lib/cgi-html.t
40283 ____________________________________________________________________________
40284 [  9658] By: jhi                                   on 2001/04/09  12:48:47
40285         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
40286              From: Ilmari Karonen <iltzu@sci.fi>
40287              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
40288              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
40289              
40290              Rearrange and rewrite the Method Invocation section
40291              to explain the concepts in nicer order.
40292      Branch: perl
40293            ! pod/perlobj.pod
40294 ____________________________________________________________________________
40295 [  9657] By: jhi                                   on 2001/04/09  12:35:58
40296         Log: Upgrade to podlators 1.09, from Russ Allbery.
40297      Branch: perl
40298            ! lib/Pod/Man.pm lib/Pod/Text.pm
40299 ____________________________________________________________________________
40300 [  9656] By: jhi                                   on 2001/04/09  12:31:53
40301         Log: perl571delta.
40302      Branch: perl
40303            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
40304 ____________________________________________________________________________
40305 [  9655] By: jhi                                   on 2001/04/09  12:20:09
40306         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
40307              From: Prymmer/Kahn <pvhp@best.com>
40308              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
40309              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
40310      Branch: perl
40311            ! lib/utf8.pm pod/perlunicode.pod
40312 ____________________________________________________________________________
40313 [  9654] By: gsar                                  on 2001/04/09  03:38:33
40314         Log: here lies 5.6.1
40315      Branch: maint-5.6/perl
40316            ! Changes
40317 ____________________________________________________________________________
40318 [  9653] By: jhi                                   on 2001/04/09  03:25:24
40319         Log: Update perlhist.
40320      Branch: perl
40321            ! pod/perlhist.pod
40322 ____________________________________________________________________________
40323 [  9652] By: jhi                                   on 2001/04/09  03:18:49
40324         Log: perl571delta tweaking continues.
40325      Branch: perl
40326            ! pod/perl571delta.pod
40327 ____________________________________________________________________________
40328 [  9651] By: gsar                                  on 2001/04/09  03:11:19
40329         Log: update Changes, patchlevel.h &c.
40330      Branch: maint-5.6/perl
40331            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
40332            ! pod/perltoc.pod
40333 ____________________________________________________________________________
40334 [  9650] By: jhi                                   on 2001/04/09  02:40:24
40335         Log: Integrate the perlfork half of #9513 from maintperl into mainline
40336              (the perlunicode half is obsolete)
40337      Branch: perl
40338            ! pod/perlfork.pod
40339 ____________________________________________________________________________
40340 [  9649] By: gsar                                  on 2001/04/09  02:35:43
40341         Log: tweak perldelta as suggested by Jarkko
40342      Branch: maint-5.6/perl
40343            ! pod/perldelta.pod
40344 ____________________________________________________________________________
40345 [  9648] By: jhi                                   on 2001/04/09  02:13:04
40346         Log: Integrate change #9646 from maintperl into mainline.
40347              
40348              add note about ithreads and Thread.pm
40349      Branch: perl
40350           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
40351 ____________________________________________________________________________
40352 [  9647] By: jhi                                   on 2001/04/09  02:10:18
40353         Log: Bad assumption that shortsize == 2.
40354      Branch: perl
40355            ! t/lib/xs-typemap.t
40356 ____________________________________________________________________________
40357 [  9646] By: gsar                                  on 2001/04/09  00:48:04
40358         Log: add note about ithreads and Thread.pm (too many people are
40359              confused by the fact that Thread.pm is built and installed
40360              under non-5005threads but doesn't work)
40361      Branch: maint-5.6/perl
40362            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
40363 ____________________________________________________________________________
40364 [  9645] By: gsar                                  on 2001/04/09  00:19:03
40365         Log: update perldelta.pod for changes in 5.6.1
40366      Branch: maint-5.6/perl
40367            ! Changes pod/perldelta.pod
40368 ____________________________________________________________________________
40369 [  9644] By: jhi                                   on 2001/04/08  20:37:00
40370         Log: Integrate change #9639 from maintperl into mainline:
40371              on windows, many of the README.* pods were being copied to
40372              the wrong location
40373      Branch: perl
40374           !> win32/Makefile win32/makefile.mk
40375 ____________________________________________________________________________
40376 [  9643] By: jhi                                   on 2001/04/08  20:07:11
40377         Log: Integrate change #9624 from maintperl into mainline:
40378              the pod tests were not okay.  (t/pod/find.t changes ignored)
40379      Branch: perl
40380           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
40381           !> t/pod/include.t t/pod/included.t t/pod/lref.t
40382           !> t/pod/multiline_items.t t/pod/nested_items.t
40383           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
40384           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
40385 ____________________________________________________________________________
40386 [  9642] By: jhi                                   on 2001/04/08  19:57:17
40387         Log: Integrate change #9638 from maintperl into mainline:
40388              update to latest JPL from the anoncvs repository
40389      Branch: perl
40390           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
40391           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
40392           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
40393 ____________________________________________________________________________
40394 [  9641] By: jhi                                   on 2001/04/08  19:53:30
40395         Log: perl571delta updates.
40396      Branch: perl
40397            ! lib/Filter/Simple.pm pod/perl571delta.pod
40398 ____________________________________________________________________________
40399 [  9640] By: gsar                                  on 2001/04/08  19:20:46
40400         Log: integrate change#9634 from mainline
40401              
40402              Fix the perlmodlib generation (didn't understand separate .pod
40403              files; didn't understand -- as the name-thing separator).
40404              Update the CPAN mirrors list.
40405      Branch: maint-5.6/perl
40406            ! pod/perlmodlib.pod
40407           !> pod/perlmodlib.PL
40408 ____________________________________________________________________________
40409 [  9639] By: gsar                                  on 2001/04/08  18:57:31
40410         Log: on windows, many of the README.* pods were being copied to the wrong
40411              location
40412      Branch: maint-5.6/perl
40413            ! win32/Makefile win32/makefile.mk
40414 ____________________________________________________________________________
40415 [  9638] By: gsar                                  on 2001/04/08  18:38:25
40416         Log: update to latest JPL from the anoncvs repository
40417      Branch: maint-5.6/perl
40418            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
40419            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
40420            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
40421 ____________________________________________________________________________
40422 [  9637] By: jhi                                   on 2001/04/08  17:53:53
40423         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
40424      Branch: perl
40425            ! pod/perl571delta.pod
40426 ____________________________________________________________________________
40427 [  9636] By: jhi                                   on 2001/04/08  17:18:32
40428         Log: Regen toc.
40429      Branch: perl
40430            ! pod/perltoc.pod
40431 ____________________________________________________________________________
40432 [  9635] By: jhi                                   on 2001/04/08  17:16:33
40433         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
40434              From: "Craig A. Berry" <craigberry@mac.com>
40435              Date: Sun, 08 Apr 2001 12:30:16 -0500
40436              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
40437      Branch: perl
40438            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
40439 ____________________________________________________________________________
40440 [  9634] By: jhi                                   on 2001/04/08  17:09:19
40441         Log: Fix the perlmodlib generation (didn't understand separate .pod
40442              files; didn't understand -- as the name-thing separator).
40443              
40444              Update the CPAN mirrors list.
40445      Branch: perl
40446            ! pod/perlmodlib.PL pod/perlmodlib.pod
40447 ____________________________________________________________________________
40448 [  9633] By: jhi                                   on 2001/04/08  16:49:17
40449         Log: Sort MANIFEST.
40450      Branch: perl
40451            ! MANIFEST
40452 ____________________________________________________________________________
40453 [  9632] By: gsar                                  on 2001/04/08  16:36:06
40454         Log: add $Tie::RefHash::VERSION
40455      Branch: maint-5.6/perl
40456            ! lib/Tie/RefHash.pm
40457 ____________________________________________________________________________
40458 [  9631] By: jhi                                   on 2001/04/08  16:10:15
40459         Log: perl571delta updates based on p5p feedback; still needs
40460              lots of examples.
40461      Branch: perl
40462            ! pod/perl571delta.pod
40463 ____________________________________________________________________________
40464 [  9630] By: jhi                                   on 2001/04/08  15:59:13
40465         Log: Update the list of supported platforms to talk about 5.7.1
40466              (and 5.6.1)
40467      Branch: perl
40468            ! pod/perlport.pod
40469 ____________________________________________________________________________
40470 [  9629] By: jhi                                   on 2001/04/08  15:55:41
40471         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
40472              from maintperl into mainline: perlport updates.
40473      Branch: perl
40474            ! pod/perlport.pod
40475 ____________________________________________________________________________
40476 [  9628] By: jhi                                   on 2001/04/08  15:53:17
40477         Log: perlsolaris.pod copied to wrong directory.
40478      Branch: perl
40479            ! win32/makefile.mk
40480 ____________________________________________________________________________
40481 [  9627] By: jhi                                   on 2001/04/08  14:48:18
40482         Log: Subject: Typos in perl571delta.pod
40483              From: "Stephen P. Potter" <spp@spotter.yi.org>
40484              Date: Sat, 07 Apr 2001 20:37:05 -0400
40485              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
40486      Branch: perl
40487            ! pod/perl571delta.pod
40488 ____________________________________________________________________________
40489 [  9626] By: jhi                                   on 2001/04/08  14:39:04
40490         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
40491      Branch: perl
40492            ! gv.c
40493 ____________________________________________________________________________
40494 [  9625] By: nick                                  on 2001/04/08  10:14:23
40495         Log: Integrate mainline
40496      Branch: perlio
40497           +> pod/perl570delta.pod pod/perl571delta.pod
40498           !> (integrate 27 files)
40499 ____________________________________________________________________________
40500 [  9624] By: gsar                                  on 2001/04/08  06:08:17
40501         Log: test in t/pod/* were busted
40502              
40503              these tests are still not enabled in t/{harness,TEST}
40504      Branch: maint-5.6/perl
40505            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
40506            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
40507            ! t/pod/multiline_items.t t/pod/nested_items.t
40508            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
40509            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
40510 ____________________________________________________________________________
40511 [  9623] By: gsar                                  on 2001/04/08  03:37:01
40512         Log: integrate change#9470 from mainline
40513              
40514              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
40515      Branch: maint-5.6/perl
40516           !> ext/Socket/Socket.xs
40517 ____________________________________________________________________________
40518 [  9622] By: jhi                                   on 2001/04/07  22:40:47
40519         Log: Update Changes.
40520      Branch: perl
40521            ! Changes patchlevel.h
40522 ____________________________________________________________________________
40523 [  9621] By: jhi                                   on 2001/04/07  22:34:16
40524         Log: Update AUTHORS.
40525      Branch: perl
40526            ! AUTHORS
40527 ____________________________________________________________________________
40528 [  9620] By: jhi                                   on 2001/04/07  22:12:47
40529         Log: Forgot to bump the number of tests in #9164.
40530      Branch: perl
40531            ! t/op/array.t
40532 ____________________________________________________________________________
40533 [  9619] By: jhi                                   on 2001/04/07  22:09:50
40534         Log: Bump patchlevel to 5.7.1.
40535      Branch: perl
40536            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40537            ! config_h.SH patchlevel.h
40538 ____________________________________________________________________________
40539 [  9618] By: jhi                                   on 2001/04/07  22:02:41
40540         Log: Populate perl571delta.
40541      Branch: perl
40542            ! pod/perl571delta.pod
40543 ____________________________________________________________________________
40544 [  9617] By: jhi                                   on 2001/04/07  22:01:23
40545         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
40546              to forget it later; do not change patchlevel.h yet or regenerate
40547              Configure yet.
40548      Branch: perl
40549            ! epoc/config.sh win32/Makefile win32/config_H.bc
40550            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
40551 ____________________________________________________________________________
40552 [  9616] By: jhi                                   on 2001/04/07  17:46:33
40553         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
40554      Branch: perl
40555            ! pod/perl571delta.pod
40556 ____________________________________________________________________________
40557 [  9615] By: jhi                                   on 2001/04/07  17:33:21
40558         Log: Change the toc configuration.
40559      Branch: perl
40560            ! pod/buildtoc.PL pod/perl.pod
40561 ____________________________________________________________________________
40562 [  9614] By: jhi                                   on 2001/04/07  17:29:47
40563         Log: Subject: PATCH: $[
40564              From: Robin Houston <robin@kitsite.com>
40565              Date: Fri, 6 Apr 2001 18:10:14 +0100
40566              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
40567      Branch: perl
40568            ! op.c t/op/array.t
40569 ____________________________________________________________________________
40570 [  9613] By: jhi                                   on 2001/04/07  17:28:26
40571         Log: Subject: [PATCH perl@9424] isn't numeric warning
40572              From: Robin Barker <rmb1@cise.npl.co.uk>
40573              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
40574              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
40575      Branch: perl
40576            ! sv.c t/pragma/warn/sv
40577 ____________________________________________________________________________
40578 [  9612] By: jhi                                   on 2001/04/07  17:26:45
40579         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
40580              From: Mike Guy <mjtg@cam.ac.uk>
40581              Date: Fri, 06 Apr 2001 12:47:06 +0100
40582              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
40583      Branch: perl
40584            ! dump.c t/lib/peek.t
40585 ____________________________________________________________________________
40586 [  9611] By: jhi                                   on 2001/04/07  17:21:35
40587         Log: Create perl571delta and seed it off with the perldelta changes
40588              since 5.7.0; remove those changes from perldelta and rename it
40589              as perl570delta; recreate perldelta but leave it almost empty.
40590      Branch: perl
40591            + pod/perl570delta.pod pod/perl571delta.pod
40592            ! MANIFEST pod/perldelta.pod
40593 ____________________________________________________________________________
40594 [  9610] By: jhi                                   on 2001/04/07  16:56:32
40595         Log: Denit.
40596      Branch: perl
40597            ! pod/perldelta.pod
40598 ____________________________________________________________________________
40599 [  9609] By: jhi                                   on 2001/04/07  16:38:32
40600         Log: Retract #9523: needs more thought.
40601      Branch: perl
40602            ! Makefile.SH
40603 ____________________________________________________________________________
40604 [  9608] By: jhi                                   on 2001/04/07  14:59:20
40605         Log: atmark() code cleanaup.
40606      Branch: perl
40607            ! ext/IO/IO.xs
40608 ____________________________________________________________________________
40609 [  9607] By: jhi                                   on 2001/04/07  14:48:14
40610         Log: Integrate change #9605 from maintperl into mainline.
40611              
40612              can't optimize away scope entry if tr/// is present
40613      Branch: perl
40614           !> op.c t/op/tr.t
40615 ____________________________________________________________________________
40616 [  9606] By: jhi                                   on 2001/04/07  14:43:59
40617         Log: Integrate perlio.
40618      Branch: perl
40619           +> win32/FindExt.pm
40620           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
40621           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
40622 ____________________________________________________________________________
40623 [  9605] By: gsar                                  on 2001/04/07  11:52:40
40624         Log: can't optimize away scope entry if tr/// is present
40625      Branch: maint-5.6/perl
40626            ! op.c t/op/tr.t
40627 ____________________________________________________________________________
40628 [  9604] By: nick                                  on 2001/04/07  11:39:45
40629         Log: Split out extension finding code from buildext.pl into FindExt.pm
40630              Use it to get Config.pm's idea of available extensions in line
40631              with what is built.
40632      Branch: perlio
40633            + win32/FindExt.pm
40634            ! MANIFEST win32/buildext.pl win32/config_sh.PL
40635            ! win32/makefile.mk
40636 ____________________________________________________________________________
40637 [  9603] By: nick                                  on 2001/04/07  09:11:38
40638         Log: Cleanup correction for failed :Via() layer, also set an error code.
40639      Branch: perlio
40640            ! ext/PerlIO/Via/Via.xs
40641 ____________________________________________________________________________
40642 [  9602] By: nick                                  on 2001/04/07  08:38:04
40643         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
40644              style. So don't use binmode() on the handles so that Win32 etc. see
40645              same sequence and produce same digests.
40646      Branch: perlio
40647            ! t/lib/md5-file.t
40648 ____________________________________________________________________________
40649 [  9601] By: nick                                  on 2001/04/07  08:36:26
40650         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
40651              Else it complains and so crlf layer (say) does not get pushed.
40652      Branch: perlio
40653            ! perlio.c
40654 ____________________________________________________________________________
40655 [  9600] By: jhi                                   on 2001/04/06  23:00:09
40656         Log: Integrate change #9599 from perlio into mainline.
40657      Branch: perl
40658           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
40659           !> win32/config_H.vc
40660 ____________________________________________________________________________
40661 [  9599] By: nick                                  on 2001/04/06  21:42:43
40662         Log: Quote $VERSION in Encode.pm.
40663              regen_config_h as requested.
40664      Branch: perlio
40665            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
40666            ! win32/config_H.vc
40667 ____________________________________________________________________________
40668 [  9598] By: nick                                  on 2001/04/06  20:34:59
40669         Log: Integrate mainline
40670      Branch: perlio
40671           +> README.macos
40672           !> (integrate 39 files)
40673 ____________________________________________________________________________
40674 [  9597] By: gsar                                  on 2001/04/06  18:06:35
40675         Log: integrate change#9464 from mainline (addendum to change#8313)
40676              
40677              Subject: [PATCH @9452] Better peep()ing for foreach() loops
40678      Branch: maint-5.6/perl
40679           !> op.c
40680 ____________________________________________________________________________
40681 [  9596] By: jhi                                   on 2001/04/06  17:26:03
40682         Log: The d_casti32=undef is good for you even when not use64bitall.
40683      Branch: perl
40684            ! hints/hpux.sh
40685 ____________________________________________________________________________
40686 [  9595] By: gsar                                  on 2001/04/06  14:57:17
40687         Log: add a low-impact fix to accommodate darwin-ism
40688      Branch: maint-5.6/perl
40689            ! ext/Errno/Errno_pm.PL
40690 ____________________________________________________________________________
40691 [  9594] By: jhi                                   on 2001/04/06  14:55:14
40692         Log: Integrate changes #9528,9593 from mainline into maintperl;
40693              tweaking the editor/IDE/shell list.
40694      Branch: maint-5.6/perl
40695           !> pod/perlfaq3.pod
40696 ____________________________________________________________________________
40697 [  9593] By: jhi                                   on 2001/04/06  14:51:39
40698         Log: Make the editor/IDE/shell list a little bit airier.
40699      Branch: perl
40700            ! pod/perlfaq3.pod
40701 ____________________________________________________________________________
40702 [  9592] By: gsar                                  on 2001/04/06  14:45:18
40703         Log: integrate change#9477 from mainline (base.pm doc tweak)
40704              
40705              missing doc entry for fmod()
40706      Branch: maint-5.6/perl
40707            ! lib/Math/BigFloat.pm
40708           !> lib/base.pm
40709 ____________________________________________________________________________
40710 [  9591] By: jhi                                   on 2001/04/06  13:55:48
40711         Log: Regen toc.
40712      Branch: perl
40713            ! pod/perltoc.pod
40714 ____________________________________________________________________________
40715 [  9590] By: jhi                                   on 2001/04/06  13:54:52
40716         Log: Math::BigFloat patches from John Peacock.  The equivalent
40717              of #9586 from maintperl but reworked by John to work with
40718              the bleadperl.
40719      Branch: perl
40720            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
40721 ____________________________________________________________________________
40722 [  9589] By: jhi                                   on 2001/04/06  13:42:23
40723         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
40724      Branch: perl
40725            ! ext/Digest/MD5/Makefile.PL
40726 ____________________________________________________________________________
40727 [  9588] By: jhi                                   on 2001/04/06  13:31:45
40728         Log: Integrate changes #9584,9587 from maintperl into mainline.
40729              
40730              keep eval"" CVs alive until the end of the statement in which
40731              they're called
40732              
40733              add README.macos (from Chris Nandor)
40734              
40735              tyop in change#9555
40736      Branch: perl
40737           +> README.macos
40738           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
40739           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
40740           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
40741           !> win32/makefile.mk
40742 ____________________________________________________________________________
40743 [  9587] By: gsar                                  on 2001/04/06  07:31:30
40744         Log: add README.macos (from Chris Nandor)
40745              
40746              tyop in change#9555
40747      Branch: maint-5.6/perl
40748            + README.macos
40749            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
40750            ! win32/Makefile win32/makefile.mk
40751 ____________________________________________________________________________
40752 [  9586] By: gsar                                  on 2001/04/06  07:08:54
40753         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
40754      Branch: maint-5.6/perl
40755            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
40756 ____________________________________________________________________________
40757 [  9585] By: gsar                                  on 2001/04/06  06:58:44
40758         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
40759              from mainline
40760              
40761              Subject: [PATCH] Base64 update to perlfaq9.pod
40762              
40763              Subject: [PATCH AUTHORS] Housekeeping
40764              
40765              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
40766              Mac OS X (Darwin) has extra pwent fields.
40767              
40768              Subject: [PATCH B::*] print control-character vars readably
40769              Needs EBCDICification.
40770              
40771              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
40772              
40773              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
40774              
40775              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
40776              
40777              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
40778              
40779              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
40780              
40781              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
40782              
40783              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
40784              
40785              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
40786              
40787              FreeBSD hints tweak from Anton Berezin.
40788              
40789              Subject: [PATCH foolperl & bleadperl] README.vms update
40790              
40791              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
40792      Branch: maint-5.6/perl
40793           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
40794           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
40795           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
40796 ____________________________________________________________________________
40797 [  9584] By: gsar                                  on 2001/04/06  04:09:00
40798         Log: keep eval"" CVs alive until the end of the statement in which
40799              they're called; this avoids a coredump ensuing from search for
40800              lexicals in code such as:
40801              
40802              sub bug {
40803              my $s = @_;
40804              eval q[sub { eval 'sub { &$s }' }];
40805              }
40806              bug("x")->()->();
40807              
40808              this code still doesn't work as intended (as it has remained
40809              since time immemorial), but it doesn't provoke a coredump anymore
40810      Branch: maint-5.6/perl
40811            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
40812            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
40813 ____________________________________________________________________________
40814 [  9583] By: jhi                                   on 2001/04/05  23:52:51
40815         Log: Update Changes.
40816      Branch: perl
40817            ! Changes patchlevel.h
40818 ____________________________________________________________________________
40819 [  9582] By: jhi                                   on 2001/04/05  23:11:23
40820         Log: Slight doc tweak.
40821      Branch: perl
40822            ! pod/perlunicode.pod
40823 ____________________________________________________________________________
40824 [  9581] By: jhi                                   on 2001/04/05  23:04:11
40825         Log: Integrate perlio.
40826      Branch: perl
40827           !> pod/perlunicode.pod
40828 ____________________________________________________________________________
40829 [  9580] By: jhi                                   on 2001/04/05  23:03:29
40830         Log: Test for #9579.
40831      Branch: perl
40832            ! t/op/do.t
40833 ____________________________________________________________________________
40834 [  9579] By: jhi                                   on 2001/04/05  22:54:17
40835         Log: Subject: [PATCH] Propagate calling context for do '...'
40836              From: Gisle Aas <gisle@ActiveState.com>
40837              Date: 04 Apr 2001 20:17:29 -0700
40838              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
40839      Branch: perl
40840            ! pod/perlfunc.pod pp_ctl.c
40841 ____________________________________________________________________________
40842 [  9578] By: jhi                                   on 2001/04/05  22:52:51
40843         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
40844              From: Peter Prymmer <pvhp@forte.com>
40845              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
40846              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
40847      Branch: perl
40848            ! README.vms
40849 ____________________________________________________________________________
40850 [  9577] By: jhi                                   on 2001/04/05  22:48:22
40851         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
40852              From: "Craig A. Berry" <craigberry@mac.com>
40853              Date: Thu, 5 Apr 2001 13:43:28 -0500
40854              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
40855      Branch: perl
40856            ! README.vms
40857 ____________________________________________________________________________
40858 [  9576] By: jhi                                   on 2001/04/05  22:31:38
40859         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
40860              From: Michael G Schwern <schwern@pobox.com>
40861              Date: Thu, 5 Apr 2001 21:53:21 +0100
40862              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
40863      Branch: perl
40864            ! lib/base.pm t/lib/fields.t
40865 ____________________________________________________________________________
40866 [  9575] By: jhi                                   on 2001/04/05  22:26:10
40867         Log: FreeBSD hints tweak from Anton Berezin.
40868      Branch: perl
40869            ! hints/freebsd.sh
40870 ____________________________________________________________________________
40871 [  9574] By: jhi                                   on 2001/04/05  22:24:03
40872         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
40873              From: David Dyck <dcd@tc.fluke.com>
40874              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
40875              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
40876      Branch: perl
40877            ! t/op/oct.t
40878 ____________________________________________________________________________
40879 [  9573] By: jhi                                   on 2001/04/05  22:23:06
40880         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
40881              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
40882              From: David Dyck <dcd@tc.fluke.com>
40883              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
40884      Branch: perl
40885            ! pp.c
40886 ____________________________________________________________________________
40887 [  9572] By: jhi                                   on 2001/04/05  22:14:47
40888         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
40889              From: Robin Houston <robin@kitsite.com>
40890              Date: Thu, 5 Apr 2001 20:56:48 +0100
40891              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
40892      Branch: perl
40893            ! ext/B/B/Deparse.pm
40894 ____________________________________________________________________________
40895 [  9571] By: jhi                                   on 2001/04/05  22:12:53
40896         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
40897              From: Robin Houston <robin@kitsite.com>
40898              Date: Thu, 5 Apr 2001 19:55:51 +0100
40899              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
40900      Branch: perl
40901            ! ext/B/B/Deparse.pm
40902 ____________________________________________________________________________
40903 [  9570] By: jhi                                   on 2001/04/05  22:11:06
40904         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
40905              From: Robin Houston <robin@kitsite.com>
40906              Date: Thu, 5 Apr 2001 20:16:29 +0100
40907              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
40908      Branch: perl
40909            ! ext/B/B/Deparse.pm
40910 ____________________________________________________________________________
40911 [  9569] By: nick                                  on 2001/04/05  21:32:26
40912         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
40913      Branch: perlio
40914            ! pod/perlunicode.pod
40915 ____________________________________________________________________________
40916 [  9568] By: nick                                  on 2001/04/05  19:38:09
40917         Log: Integrate mainline
40918      Branch: perlio
40919           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
40920           !> (integrate 35 files)
40921 ____________________________________________________________________________
40922 [  9567] By: jhi                                   on 2001/04/05  18:31:45
40923         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
40924              From: Robin Houston <robin@kitsite.com>
40925              Date: Thu, 5 Apr 2001 18:03:23 +0100
40926              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
40927      Branch: perl
40928            ! ext/B/B/Deparse.pm
40929 ____________________________________________________________________________
40930 [  9566] By: jhi                                   on 2001/04/05  18:29:35
40931         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
40932              From: Robin Houston <robin@kitsite.com>
40933              Date: Thu, 5 Apr 2001 16:45:18 +0100
40934              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
40935      Branch: perl
40936            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
40937 ____________________________________________________________________________
40938 [  9565] By: jhi                                   on 2001/04/05  18:24:23
40939         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
40940              From: Robin Houston <robin@kitsite.com>
40941              Date: Thu, 5 Apr 2001 14:50:09 +0100
40942              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
40943      Branch: perl
40944            ! ext/B/B/Deparse.pm
40945 ____________________________________________________________________________
40946 [  9564] By: jhi                                   on 2001/04/05  18:23:03
40947         Log: Subject: [PATCH B::*] print control-character vars readably
40948              From: Robin Houston <robin@kitsite.com>
40949              Date: Thu, 5 Apr 2001 14:27:38 +0100
40950              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
40951              
40952              Needs EBCDICification.
40953      Branch: perl
40954            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
40955            ! ext/B/B/Terse.pm
40956 ____________________________________________________________________________
40957 [  9563] By: jhi                                   on 2001/04/05  18:20:32
40958         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
40959              Date: Thu, 5 Apr 2001 13:21:42 -0400
40960              From: Paul Schinder <schinder@pobox.com>
40961              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
40962              
40963              Mac OS X (Darwin) has extra pwent fields.
40964      Branch: perl
40965            ! t/op/pwent.t
40966 ____________________________________________________________________________
40967 [  9562] By: jhi                                   on 2001/04/05  17:57:51
40968         Log: Regen toc.
40969      Branch: perl
40970            ! pod/perltoc.pod
40971 ____________________________________________________________________________
40972 [  9561] By: jhi                                   on 2001/04/05  17:47:33
40973         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
40974      Branch: metaconfig
40975            ! U/Glossary.patch
40976      Branch: metaconfig/U/perl
40977            + d_u32align.U
40978            ! d_cmsghdr_s.U d_msghdr_s.U
40979 ____________________________________________________________________________
40980 [  9560] By: jhi                                   on 2001/04/05  17:47:01
40981         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
40982              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
40983              Introduce probes for struct msghdr, struct cmsghdr,
40984              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
40985              ualarm, usleep, for possible later extension work.
40986      Branch: perl
40987            + t/lib/md5-align.t
40988            ! Configure MANIFEST Porting/Glossary Porting/config.sh
40989            ! Porting/config_H config_h.SH configure.com epoc/config.sh
40990            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
40991            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
40992            ! vos/config.ga.h win32/config.bc win32/config.gc
40993            ! win32/config.vc
40994 ____________________________________________________________________________
40995 [  9559] By: jhi                                   on 2001/04/05  13:03:04
40996         Log: Be traditional in your cpp (for the Errno extension).
40997      Branch: perl
40998            ! hints/darwin.sh
40999 ____________________________________________________________________________
41000 [  9558] By: jhi                                   on 2001/04/05  13:00:05
41001         Log: Add $Config{cppflags} to the gcc incantation.
41002      Branch: perl
41003            ! ext/Errno/Errno_pm.PL
41004 ____________________________________________________________________________
41005 [  9557] By: jhi                                   on 2001/04/05  04:22:39
41006         Log: Introduce Sean Burke's Class::ISA 0.32.
41007      Branch: perl
41008            + lib/Class/ISA.pm t/lib/class-isa.t
41009            ! MANIFEST
41010 ____________________________________________________________________________
41011 [  9556] By: jhi                                   on 2001/04/05  04:09:50
41012         Log: Subject: [PATCH AUTHORS] Housekeeping
41013              From: Paul Johnson <paul@pjcj.net> 
41014              Date: Wed, 4 Apr 2001 22:45:47 +0200
41015              Message-ID: <20010404224547.D9548@pjcj.net>
41016      Branch: perl
41017            ! AUTHORS
41018 ____________________________________________________________________________
41019 [  9555] By: jhi                                   on 2001/04/05  04:06:33
41020         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
41021              From: Gisle Aas <gisle@ActiveState.com>
41022              Date: 04 Apr 2001 14:23:04 -0700
41023              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
41024      Branch: perl
41025            ! pod/perlfaq9.pod
41026 ____________________________________________________________________________
41027 [  9554] By: jhi                                   on 2001/04/05  04:05:49
41028         Log: Downgrade also the "Wide character" diagnostic.
41029      Branch: perl
41030            ! pod/perldiag.pod
41031 ____________________________________________________________________________
41032 [  9553] By: jhi                                   on 2001/04/05  04:00:33
41033         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
41034              maintperl into mainline.
41035              
41036              "double" should be "NV"; standard typemap is missing entry
41037              for NV
41038              
41039              s/djSP/dSP/
41040              
41041              Downgrade "Wide character in print" to a warning.
41042              
41043              B::Deparse fix for ${^FOO} and documentation for PVX() method
41044              (from Robin Houston)
41045              
41046              tr/// doesn't null-terminate the result in some situations
41047              (from Gisle Aas)
41048      Branch: perl
41049           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
41050           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
41051           !> t/io/utf8.t t/op/tr.t
41052 ____________________________________________________________________________
41053 [  9552] By: jhi                                   on 2001/04/05  03:52:50
41054         Log: Retract changes #9542 and #9538 (from maintperl, integrated
41055              at #9540), shouldn't be needed because of the perlio changes.
41056      Branch: perl
41057            ! util.c
41058 ____________________________________________________________________________
41059 [  9551] By: gsar                                  on 2001/04/05  00:18:34
41060         Log: tr/// doesn't null-terminate the result in some situations
41061              (from Gisle Aas)
41062      Branch: maint-5.6/perl
41063            ! doop.c t/op/tr.t
41064 ____________________________________________________________________________
41065 [  9550] By: gsar                                  on 2001/04/04  20:04:17
41066         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
41067              (from Robin Houston)
41068      Branch: maint-5.6/perl
41069            ! ext/B/B.pm ext/B/B/Deparse.pm
41070 ____________________________________________________________________________
41071 [  9549] By: nick                                  on 2001/04/04  18:56:15
41072         Log: Downgrade "Wide character in print" to a warning.
41073      Branch: perlio
41074            ! doio.c t/io/utf8.t
41075 ____________________________________________________________________________
41076 [  9548] By: gsar                                  on 2001/04/04  18:51:49
41077         Log: integrate changes#9460,9462,9482,9521,9522
41078              
41079              Subject: PATCH: B::Debug should show LOOP-specific fields
41080              
41081              Subject: B::Deparse precedence bug. (Patch included.)
41082              
41083              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
41084              
41085              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
41086              
41087              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
41088      Branch: maint-5.6/perl
41089           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
41090           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
41091 ____________________________________________________________________________
41092 [  9547] By: gsar                                  on 2001/04/04  18:49:16
41093         Log: s/djSP/dSP/
41094      Branch: maint-5.6/perl
41095            ! ext/Thread/Thread.xs
41096 ____________________________________________________________________________
41097 [  9546] By: nick                                  on 2001/04/04  18:44:00
41098         Log: Integrate mainline.
41099      Branch: perlio
41100           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
41101           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
41102 ____________________________________________________________________________
41103 [  9545] By: gsar                                  on 2001/04/04  18:38:52
41104         Log: integrate change#8837 from mainline
41105              
41106              Subject: [patch] -Wall cleanup round 2
41107      Branch: maint-5.6/perl
41108           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
41109           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
41110           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
41111           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
41112           !> ext/SDBM_File/SDBM_File.xs
41113 ____________________________________________________________________________
41114 [  9544] By: gsar                                  on 2001/04/04  17:49:57
41115         Log: "double" should be "NV"; standard typemap is missing entry
41116              for NV
41117      Branch: maint-5.6/perl
41118            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
41119 ____________________________________________________________________________
41120 [  9543] By: jhi                                   on 2001/04/04  14:13:18
41121         Log: Thou shalt not (just) match for English error messages.
41122      Branch: perl
41123            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
41124            ! os2/OS2/Process/Process.pm
41125 ____________________________________________________________________________
41126 [  9542] By: jhi                                   on 2001/04/04  13:20:39
41127         Log: Make the stdio tricks of fflush_all() to exist only if
41128              stdio is being used.
41129      Branch: perl
41130            ! util.c
41131 ____________________________________________________________________________
41132 [  9541] By: jhi                                   on 2001/04/04  04:20:24
41133         Log: Subject: Re: [PATCH] Lighten up glob
41134              From: Benjamin Sugars <bsugars@canoe.ca>
41135              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
41136              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
41137      Branch: perl
41138            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
41139            ! util.c
41140 ____________________________________________________________________________
41141 [  9540] By: jhi                                   on 2001/04/04  04:03:57
41142         Log: Integrate changes #9538,9539 from maintperl into mainline.
41143              
41144              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
41145              for use with _fwalk() (fix for change#7705)
41146              
41147              another tweak needed for SunOS 4.1.x build (from Mike Guy)
41148              (cp -f is not portable)
41149      Branch: perl
41150           !> Makefile.SH util.c
41151 ____________________________________________________________________________
41152 [  9539] By: gsar                                  on 2001/04/04  03:01:14
41153         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
41154      Branch: maint-5.6/perl
41155            ! Makefile.SH
41156 ____________________________________________________________________________
41157 [  9538] By: gsar                                  on 2001/04/04  01:00:38
41158         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
41159              for use with _fwalk() (fix for change#7705)
41160      Branch: maint-5.6/perl
41161            ! util.c
41162 ____________________________________________________________________________
41163 [  9537] By: nick                                  on 2001/04/03  19:24:55
41164         Log: Integrate mainline
41165      Branch: perlio
41166           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
41167           +> lib/unicode/PropList.html
41168            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
41169           !> (integrate 69 files)
41170 ____________________________________________________________________________
41171 [  9536] By: jhi                                   on 2001/04/03  18:02:31
41172         Log: Integrate change #9533 from maintperl into mainline.
41173              
41174              better fix for change#9517 to accomodate UNC paths like
41175              \\server\share\foo, and paths with trailing backslash
41176              like c:\this\
41177      Branch: perl
41178           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
41179 ____________________________________________________________________________
41180 [  9535] By: jhi                                   on 2001/04/03  17:58:07
41181         Log: Change the push/unshift warning to be of class syntax, not misc.
41182      Branch: perl
41183            ! op.c pod/perldiag.pod t/pragma/warn/op
41184 ____________________________________________________________________________
41185 [  9534] By: jhi                                   on 2001/04/03  15:03:46
41186         Log: Change the push/unshift warning (#9532) to talk about "no values"
41187              instead of "no arguments".
41188      Branch: perl
41189            ! op.c pod/perldiag.pod t/pragma/warn/op
41190 ____________________________________________________________________________
41191 [  9533] By: gsar                                  on 2001/04/03  14:30:07
41192         Log: better fix for change#9517 to accomodate UNC paths like
41193              \\server\share\foo, and paths with trailing backslash
41194              like c:\this\
41195      Branch: maint-5.6/perl
41196            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
41197 ____________________________________________________________________________
41198 [  9532] By: jhi                                   on 2001/04/03  13:11:46
41199         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
41200              From: Robin Houston <robin@kitsite.com>
41201              Date: Mon, 2 Apr 2001 15:03:29 +0100
41202              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
41203      Branch: perl
41204            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
41205 ____________________________________________________________________________
41206 [  9531] By: jhi                                   on 2001/04/03  13:06:34
41207         Log: Integrate change #9530 from maintperl into mainline.
41208              
41209              accomodate VMS "mailbox overflow" quirk in testsuite (from
41210              Craig Berry)
41211      Branch: perl
41212           !> t/lib/socket.t
41213 ____________________________________________________________________________
41214 [  9530] By: gsar                                  on 2001/04/03  04:56:41
41215         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
41216              Craig Berry)
41217      Branch: maint-5.6/perl
41218            ! t/lib/socket.t
41219 ____________________________________________________________________________
41220 [  9529] By: jhi                                   on 2001/04/03  02:34:34
41221         Log: Update Changes.
41222      Branch: perl
41223            ! Changes patchlevel.h
41224 ____________________________________________________________________________
41225 [  9528] By: jhi                                   on 2001/04/03  01:27:57
41226         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
41227              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
41228              To: perl5-porters@perl.org
41229              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
41230      Branch: perl
41231            ! pod/perlfaq3.pod
41232 ____________________________________________________________________________
41233 [  9527] By: jhi                                   on 2001/04/03  01:22:09
41234         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
41235              From: Peter Prymmer <pvhp@forte.com>
41236              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
41237              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
41238      Branch: perl
41239            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
41240 ____________________________________________________________________________
41241 [  9526] By: jhi                                   on 2001/04/03  01:18:25
41242         Log: The metaconfig unit changes for #9525.
41243      Branch: metaconfig
41244            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
41245      Branch: metaconfig/U/perl
41246            ! use64bits.U
41247 ____________________________________________________________________________
41248 [  9525] By: jhi                                   on 2001/04/03  01:17:30
41249         Log: Configure sanity checks:
41250              * if use64bitall is attempted but pointers are only 32-bit,
41251              'downgrade' to use64bitint
41252              * if use64bitint is attempted but there's no quad type,
41253              forget about use64bitint (well, the default for it is 'n',
41254              the user can still override this)
41255              * if pointers are 64 bits, do not try to use Perl's malloc
41256      Branch: perl
41257            ! Configure
41258 ____________________________________________________________________________
41259 [  9524] By: gsar                                  on 2001/04/03  01:09:12
41260         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
41261      Branch: maint-5.6/perl
41262            ! pp_sys.c
41263 ____________________________________________________________________________
41264 [  9523] By: jhi                                   on 2001/04/03  00:02:31
41265         Log: (Retracted by #9609)
41266              
41267              Make it harder for parallel makes to enter 'test' before
41268              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
41269              should be unhappy enough, but sometimes parallel makes seem
41270              to sneak past both in Tru64 and AIX.)
41271      Branch: perl
41272            ! Makefile.SH
41273 ____________________________________________________________________________
41274 [  9522] By: jhi                                   on 2001/04/02  22:35:31
41275         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
41276              Date: Mon, 2 Apr 2001 22:54:10 +0100
41277              From: Robin Houston <robin@kitsite.com>
41278              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
41279      Branch: perl
41280            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
41281 ____________________________________________________________________________
41282 [  9521] By: jhi                                   on 2001/04/02  22:32:23
41283         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
41284              From: Robin Houston <robin@kitsite.com>
41285              Date: Mon, 2 Apr 2001 20:24:03 +0100
41286              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
41287      Branch: perl
41288            ! ext/B/B/Concise.pm
41289 ____________________________________________________________________________
41290 [  9520] By: jhi                                   on 2001/04/02  22:30:43
41291         Log: Subject: [PATCH] REALLY pedantic hv.h nit
41292              From: Simon Cozens <simon@netthink.co.uk>
41293              Date: Mon, 2 Apr 2001 15:43:06 +0100
41294              Message-ID: <20010402154306.A21711@netthink.co.uk>
41295      Branch: perl
41296            ! hv.h
41297 ____________________________________________________________________________
41298 [  9519] By: jhi                                   on 2001/04/02  22:28:04
41299         Log: Based on
41300              
41301              Subject: [foolperl] EPOC fix
41302              From: Olaf Flebbe <O.Flebbe@science-computing.de>
41303              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
41304              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
41305      Branch: perl
41306            ! pp_sys.c
41307 ____________________________________________________________________________
41308 [  9518] By: jhi                                   on 2001/04/02  22:22:34
41309         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
41310              
41311              README.win32 tweaks; add a note about alternative location for
41312              getting a gcc-2.95.2 that will build perl properly on windows
41313              
41314              add some notes about gutsy threading matters
41315              
41316              many of the utilities interpolate literal paths within doublequotes
41317              (fails on dosish platforms where path contains backslashes)
41318      Branch: perl
41319           !> README.win32 pod/perlguts.pod utils/perldoc.PL
41320           !> x2p/find2perl.PL x2p/s2p.PL
41321 ____________________________________________________________________________
41322 [  9517] By: gsar                                  on 2001/04/02  19:52:21
41323         Log: many of the utilities interpolate literal paths within doublequotes
41324              (fails on dosish platforms where path contains backslashes)
41325      Branch: maint-5.6/perl
41326            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
41327 ____________________________________________________________________________
41328 [  9516] By: gsar                                  on 2001/04/02  05:49:37
41329         Log: a foolish release
41330      Branch: maint-5.6/perl
41331            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
41332            ! pod/perltoc.pod
41333 ____________________________________________________________________________
41334 [  9515] By: gsar                                  on 2001/04/02  05:04:29
41335         Log: add missing changelog summaries
41336      Branch: maint-5.6/perl
41337            ! Changes
41338 ____________________________________________________________________________
41339 [  9514] By: gsar                                  on 2001/04/02  04:07:13
41340         Log: add some notes about gutsy threading matters
41341      Branch: maint-5.6/perl
41342            ! pod/perlguts.pod
41343 ____________________________________________________________________________
41344 [  9513] By: gsar                                  on 2001/04/02  03:25:21
41345         Log: add more prominent caveat notices about experimental features
41346      Branch: maint-5.6/perl
41347            ! pod/perlfork.pod pod/perlunicode.pod
41348 ____________________________________________________________________________
41349 [  9512] By: gsar                                  on 2001/04/02  02:54:33
41350         Log: integrate changes#9479,9509 from mainline
41351              
41352              [PATCH] File::Glob stuff for Mac OS
41353              
41354              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
41355      Branch: maint-5.6/perl
41356           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
41357           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
41358           !> t/lib/glob-taint.t
41359 ____________________________________________________________________________
41360 [  9511] By: gsar                                  on 2001/04/02  02:38:24
41361         Log: README.win32 tweaks; add a note about alternative location for
41362              getting a gcc-2.95.2 that will build perl properly on windows
41363      Branch: maint-5.6/perl
41364            ! README.win32
41365 ____________________________________________________________________________
41366 [  9510] By: jhi                                   on 2001/04/01  20:45:10
41367         Log: An ambiguousity warning.
41368      Branch: perl
41369            ! t/lib/trig.t
41370 ____________________________________________________________________________
41371 [  9509] By: jhi                                   on 2001/04/01  19:53:47
41372         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
41373              From: Jonathan Stowe <gellyfish@gellyfish.com>
41374              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
41375              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
41376      Branch: perl
41377            ! ext/File/Glob/bsd_glob.c
41378 ____________________________________________________________________________
41379 [  9508] By: jhi                                   on 2001/04/01  19:35:03
41380         Log: Update Changes.
41381      Branch: perl
41382            ! Changes patchlevel.h
41383 ____________________________________________________________________________
41384 [  9507] By: jhi                                   on 2001/04/01  19:24:01
41385         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
41386              from mainline to maintperl: pod tweaks.
41387      Branch: maint-5.6/perl
41388           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
41389           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
41390           !> pod/perlvar.pod
41391 ____________________________________________________________________________
41392 [  9506] By: jhi                                   on 2001/04/01  19:11:53
41393         Log: Commit Sarathy to April release of 5.6.1 :-)
41394      Branch: perl
41395            ! pod/perlfaq1.pod
41396 ____________________________________________________________________________
41397 [  9505] By: jhi                                   on 2001/04/01  19:03:15
41398         Log: Subject: PATCH 5.6.0 (perldebug.pod)
41399              From: Mark-Jason Dominus <mjd@plover.com>
41400              Date: Sun, 01 Apr 2001 14:25:11 -0400
41401              Message-ID: <20010401182511.9247.qmail@plover.com>
41402      Branch: perl
41403            ! pod/perldebug.pod
41404 ____________________________________________________________________________
41405 [  9504] By: jhi                                   on 2001/04/01  18:43:09
41406         Log: Add great_circle_direction().
41407      Branch: perl
41408            ! lib/Math/Trig.pm t/lib/trig.t
41409 ____________________________________________________________________________
41410 [  9503] By: jhi                                   on 2001/04/01  17:29:12
41411         Log: Unicode ReadMe update for Unicode 3.1.
41412      Branch: perl
41413            ! lib/unicode/ReadMe.txt
41414 ____________________________________________________________________________
41415 [  9502] By: jhi                                   on 2001/04/01  17:18:40
41416         Log: Integrate change #9501 from maintperl into mainline.
41417              
41418              fix the perlembed notes on multiple interpreters
41419              
41420              fix ExtUtils::Embed to work passably on Windows
41421      Branch: perl
41422           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
41423 ____________________________________________________________________________
41424 [  9501] By: gsar                                  on 2001/04/01  07:21:57
41425         Log: fix the perlembed notes on multiple interpreters
41426              
41427              fix ExtUtils::Embed to work passably on Windows
41428      Branch: maint-5.6/perl
41429            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
41430 ____________________________________________________________________________
41431 [  9500] By: jhi                                   on 2001/04/01  05:58:23
41432         Log: Test for #9499.
41433      Branch: perl
41434            ! t/op/tr.t
41435 ____________________________________________________________________________
41436 [  9499] By: jhi                                   on 2001/04/01  05:55:46
41437         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
41438      Branch: perl
41439            ! embed.h embed.pl op.c proto.h
41440 ____________________________________________________________________________
41441 [  9498] By: jhi                                   on 2001/04/01  05:44:34
41442         Log: Protect the workaround hunk more.
41443      Branch: perl
41444            ! toke.c
41445 ____________________________________________________________________________
41446 [  9497] By: jhi                                   on 2001/04/01  00:24:25
41447         Log: Integrate changes #9493,9494,9495,9496 from maintperl
41448              into mainline.
41449              
41450              fix a broken workaround for Borland compiler in change#4739
41451              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
41452              
41453              nits spotted by Borland compiler
41454              
41455              avoid redefinition warnings under Borland 5.02
41456              
41457              various nits identified by the Borland 5.5 compiler; remove suppression
41458              of a few warnings
41459      Branch: perl
41460           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
41461           !> win32/win32.h
41462 ____________________________________________________________________________
41463 [  9496] By: gsar                                  on 2001/03/31  23:22:28
41464         Log: various nits identified by the Borland 5.5 compiler; remove suppression
41465              of a few warnings
41466      Branch: maint-5.6/perl
41467            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
41468 ____________________________________________________________________________
41469 [  9495] By: gsar                                  on 2001/03/31  21:03:08
41470         Log: avoid redefinition warnings under Borland 5.02
41471      Branch: maint-5.6/perl
41472            ! win32/makefile.mk
41473 ____________________________________________________________________________
41474 [  9494] By: gsar                                  on 2001/03/31  20:18:59
41475         Log: nits spotted by Borland compiler
41476      Branch: maint-5.6/perl
41477            ! utf8.h win32/win32.h
41478 ____________________________________________________________________________
41479 [  9493] By: gsar                                  on 2001/03/31  20:18:05
41480         Log: fix a broken workaround for Borland compiler in change#4739
41481              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
41482      Branch: maint-5.6/perl
41483            ! toke.c
41484 ____________________________________________________________________________
41485 [  9492] By: jhi                                   on 2001/03/31  18:36:24
41486         Log: Integrate change #9491 from maintperl into mainline.
41487              
41488              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
41489              directory is relative (need to fetch the full path name *before*
41490              the chdir!)
41491      Branch: perl
41492           !> lib/Cwd.pm
41493 ____________________________________________________________________________
41494 [  9491] By: gsar                                  on 2001/03/31  17:01:56
41495         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
41496              directory is relative (need to fetch the full path name *before*
41497              the chdir!)
41498              
41499              this is a followup patch for change#6749
41500      Branch: maint-5.6/perl
41501            ! lib/Cwd.pm
41502 ____________________________________________________________________________
41503 [  9490] By: jhi                                   on 2001/03/31  15:50:18
41504         Log: Subject: Re: [PATCH] av.h cosmetics
41505              From: Simon Cozens <simon@netthink.co.uk>
41506              Date: Sat, 31 Mar 2001 13:09:59 +0100
41507              Message-ID: <20010331130959.A22000@netthink.co.uk>
41508              
41509              Document AvALLOC.
41510      Branch: perl
41511            ! pod/perlguts.pod
41512 ____________________________________________________________________________
41513 [  9489] By: jhi                                   on 2001/03/31  15:48:44
41514         Log: Subject: [PATCH] Re: Math::Big* v1.21
41515              From: Tels <perl_dummy@bloodgate.com>
41516              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
41517              Message-Id: <200103311125.GAA377738@www08.hway.net>
41518      Branch: perl
41519            ! pod/perlop.pod
41520 ____________________________________________________________________________
41521 [  9488] By: jhi                                   on 2001/03/31  03:39:51
41522         Log: Debug output tweak.
41523      Branch: perl
41524            ! t/lib/cwd.t
41525 ____________________________________________________________________________
41526 [  9487] By: jhi                                   on 2001/03/31  03:33:02
41527         Log: OverVMSification.
41528      Branch: perl
41529            ! t/lib/cwd.t
41530 ____________________________________________________________________________
41531 [  9486] By: jhi                                   on 2001/03/31  03:01:40
41532         Log: Missed MANIFESTations in #9483.
41533      Branch: perl
41534            ! MANIFEST
41535 ____________________________________________________________________________
41536 [  9485] By: jhi                                   on 2001/03/31  02:58:17
41537         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
41538              From: Peter Prymmer <pvhp@forte.com>
41539              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
41540              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
41541      Branch: perl
41542            ! regexec.c t/lib/cwd.t
41543 ____________________________________________________________________________
41544 [  9484] By: jhi                                   on 2001/03/31  01:04:41
41545         Log: Obsolete file (see #3938)
41546      Branch: perl
41547            - lib/unicode/README.Ethiopic
41548            ! MANIFEST
41549 ____________________________________________________________________________
41550 [  9483] By: jhi                                   on 2001/03/31  00:52:42
41551         Log: Update to Unicode 3.1.
41552              (Rename Names.txt to NamesList.txt.)
41553      Branch: perl
41554            + lib/unicode/NamesList.txt lib/unicode/PropList.html
41555            - lib/unicode/Names.txt
41556            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
41557            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
41558            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
41559            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
41560            ! lib/unicode/UCD.html lib/unicode/Unicode.html
41561            ! lib/unicode/rename lib/unicode/version
41562 ____________________________________________________________________________
41563 [  9482] By: jhi                                   on 2001/03/30  23:33:44
41564         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
41565              From: Robin Houston <robin@kitsite.com>
41566              Date: Fri, 30 Mar 2001 20:07:22 +0100
41567              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
41568      Branch: perl
41569            ! ext/B/B/Deparse.pm
41570 ____________________________________________________________________________
41571 [  9481] By: jhi                                   on 2001/03/30  23:20:25
41572         Log: Subject: Re: [PATCH] CwdXS, Take 2
41573              From: Benjamin Sugars <bsugars@canoe.ca>
41574              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
41575              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
41576      Branch: perl
41577            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
41578            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
41579 ____________________________________________________________________________
41580 [  9480] By: jhi                                   on 2001/03/30  22:52:38
41581         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
41582              From: David Dyck <dcd@tc.fluke.com>
41583              Date: Fri, 30 Mar 2001 14:44:13 -0800
41584              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
41585              
41586              The t/rantests flags file creation was accidentally
41587              removed by #9217.
41588      Branch: perl
41589            ! Makefile.SH
41590 ____________________________________________________________________________
41591 [  9479] By: jhi                                   on 2001/03/30  22:45:45
41592         Log: Subject: [PATCH] File::Glob stuff for Mac OS
41593              From: Chris Nandor <pudge@pobox.com>
41594              Date: Fri, 30 Mar 2001 16:51:00 -0500
41595              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
41596      Branch: perl
41597            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
41598            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
41599            ! t/lib/glob-taint.t
41600 ____________________________________________________________________________
41601 [  9478] By: jhi                                   on 2001/03/30  22:43:12
41602         Log: Subject: fix for win32/buildext.pl
41603              From: "Vadim Konovalov" <watman@inbox.ru>
41604              Date: Sat, 31 Mar 2001 00:50:36 +0400
41605              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
41606      Branch: perl
41607            ! win32/buildext.pl
41608 ____________________________________________________________________________
41609 [  9477] By: jhi                                   on 2001/03/30  22:41:16
41610         Log: Subject: small base.pm doc patch
41611              From: Leon Brocard <acme@astray.com>
41612              Date: Fri, 30 Mar 2001 21:49:57 +0100
41613              Message-ID: <20010330214957.B8733@ns0.astray.com>
41614      Branch: perl
41615            ! lib/base.pm
41616 ____________________________________________________________________________
41617 [  9476] By: jhi                                   on 2001/03/30  18:16:57
41618         Log: Subject: [PATCH] av.h cosmetics
41619              From: Simon Cozens <simon@netthink.co.uk>
41620              Date: Fri, 30 Mar 2001 18:12:28 +0100
41621              Message-ID: <20010330181228.A9319@netthink.co.uk>
41622      Branch: perl
41623            ! av.h
41624 ____________________________________________________________________________
41625 [  9475] By: jhi                                   on 2001/03/30  18:15:50
41626         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
41627              From: "Philip Newton" <pnewton@gmx.de>
41628              Date: Fri, 30 Mar 2001 19:06:57 +0200
41629              Message-ID: <3AC4D951.14815.1AC7068@localhost>
41630      Branch: perl
41631            ! pod/perlhack.pod
41632 ____________________________________________________________________________
41633 [  9474] By: jhi                                   on 2001/03/30  18:14:02
41634         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
41635              From: Benjamin Sugars <bsugars@canoe.ca>
41636              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
41637              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
41638      Branch: perl
41639            ! t/lib/glob-basic.t
41640 ____________________________________________________________________________
41641 [  9473] By: jhi                                   on 2001/03/30  16:09:24
41642         Log: Update Changes.
41643      Branch: perl
41644            ! Changes patchlevel.h
41645 ____________________________________________________________________________
41646 [  9472] By: jhi                                   on 2001/03/30  15:16:08
41647         Log: Integrate perlio.
41648      Branch: perl
41649           !> t/lib/cwd.t t/lib/glob-basic.t
41650 ____________________________________________________________________________
41651 [  9471] By: nick                                  on 2001/03/30  14:47:10
41652         Log: Should be (^O eq 'MSWin32') not 'Win32'
41653              Fail #12 seems real - chdir is in wrong dir.
41654      Branch: perlio
41655            ! t/lib/cwd.t
41656 ____________________________________________________________________________
41657 [  9470] By: jhi                                   on 2001/03/30  14:41:11
41658         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
41659              From: Radu Greab <radu@netsoft.ro>
41660              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
41661              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
41662              
41663              Replace #9352.
41664      Branch: perl
41665            ! ext/Socket/Socket.xs pp_sys.c
41666 ____________________________________________________________________________
41667 [  9469] By: jhi                                   on 2001/03/30  14:37:51
41668         Log: Subject: PATCH pod/perldiag.pod
41669              From: Robin Houston <robin@kitsite.com>
41670              Date: Fri, 30 Mar 2001 14:10:36 +0100
41671              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
41672      Branch: perl
41673            ! pod/perldiag.pod t/lib/glob-basic.t
41674 ____________________________________________________________________________
41675 [  9468] By: jhi                                   on 2001/03/30  14:36:36
41676         Log: Subject: Better diagnostic in io/fs.t
41677              From: andreas.koenig@anima.de (Andreas J. Koenig)
41678              Date: 30 Mar 2001 10:11:43 +0200
41679              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
41680      Branch: perl
41681            ! t/io/fs.t
41682 ____________________________________________________________________________
41683 [  9467] By: nick                                  on 2001/03/30  14:25:43
41684         Log: Skip order test of glob if case-ignoring system cannot 
41685              create a.test and A.test
41686      Branch: perlio
41687            ! t/lib/glob-basic.t
41688 ____________________________________________________________________________
41689 [  9466] By: nick                                  on 2001/03/30  13:03:12
41690         Log: Integrate mainline.
41691      Branch: perlio
41692            - ext/re/hints/aix.pl
41693           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
41694           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
41695           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
41696           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
41697 ____________________________________________________________________________
41698 [  9465] By: jhi                                   on 2001/03/30  03:53:37
41699         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
41700              the tests sometimes hang, sometimes not.)
41701      Branch: perl
41702            ! t/lib/io_multihomed.t t/lib/io_sock.t
41703 ____________________________________________________________________________
41704 [  9464] By: jhi                                   on 2001/03/30  02:56:04
41705         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
41706              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
41707              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
41708              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
41709      Branch: perl
41710            ! op.c
41711 ____________________________________________________________________________
41712 [  9463] By: jhi                                   on 2001/03/30  02:34:48
41713         Log: Test for #9462.
41714      Branch: perl
41715            ! t/lib/b.t
41716 ____________________________________________________________________________
41717 [  9462] By: jhi                                   on 2001/03/30  02:29:37
41718         Log: Subject: B::Deparse precedence bug. (Patch included.)
41719              From: Jeremy Madea <jmadea@inktomi.com>
41720              Date: Thu, 29 Mar 2001 12:05:02 -0800
41721              Message-ID: <20010329120502.A24881@dr.inktomi.com>
41722      Branch: perl
41723            ! ext/B/B/Deparse.pm
41724 ____________________________________________________________________________
41725 [  9461] By: jhi                                   on 2001/03/30  02:18:41
41726         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
41727              From: Peter Prymmer <pvhp@forte.com>
41728              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
41729              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
41730      Branch: perl
41731            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
41732            ! t/lib/md5-file.t
41733 ____________________________________________________________________________
41734 [  9460] By: jhi                                   on 2001/03/30  02:17:07
41735         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
41736              From: Robin Houston <robin@kitsite.com>
41737              Date: Thu, 29 Mar 2001 20:47:56 +0100
41738              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
41739      Branch: perl
41740            ! ext/B/B/Debug.pm
41741 ____________________________________________________________________________
41742 [  9459] By: jhi                                   on 2001/03/30  02:16:05
41743         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
41744              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
41745              Date: Wed, 28 Mar 2001 18:02:20 -0600
41746              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
41747      Branch: perl
41748            ! lib/ExtUtils/MM_VMS.pm
41749 ____________________________________________________________________________
41750 [  9458] By: jhi                                   on 2001/03/30  02:07:58
41751         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
41752              From: "Joshua E. Rodd" <jrodd@pbs.org>
41753              Date: Wed, 28 Mar 2001 17:29:12 -0500
41754              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
41755      Branch: perl
41756            ! pod/perlop.pod
41757 ____________________________________________________________________________
41758 [  9457] By: jhi                                   on 2001/03/30  02:04:33
41759         Log: Subject: ext/re/aix.pl can go
41760              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41761              Date: Thu, 29 Mar 2001 12:03:28 +0200
41762              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
41763      Branch: perl
41764            - ext/re/hints/aix.pl
41765            ! MANIFEST
41766 ____________________________________________________________________________
41767 [  9456] By: jhi                                   on 2001/03/30  02:03:32
41768         Log: Integrate perlio.
41769      Branch: perl
41770           !> ext/Encode/Encode.xs installperl
41771 ____________________________________________________________________________
41772 [  9455] By: nick                                  on 2001/03/29  21:11:46
41773         Log: DLL name has changed so installperl needs to know
41774              (Why isn't it working it out or passed it?)
41775      Branch: perlio
41776            ! installperl
41777 ____________________________________________________________________________
41778 [  9454] By: nick                                  on 2001/03/29  20:56:12
41779         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
41780              and we don't get undef warnings.
41781      Branch: perlio
41782            ! ext/Encode/Encode.xs
41783 ____________________________________________________________________________
41784 [  9453] By: nick                                  on 2001/03/29  17:58:48
41785         Log: Integrate mainline
41786      Branch: perlio
41787           !> Changes patchlevel.h
41788 ____________________________________________________________________________
41789 [  9452] By: jhi                                   on 2001/03/29  16:44:55
41790         Log: Update Changes.
41791      Branch: perl
41792            ! Changes patchlevel.h
41793 ____________________________________________________________________________
41794 [  9451] By: nick                                  on 2001/03/29  16:31:38
41795         Log: Integrate mainline
41796      Branch: perlio
41797           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
41798           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
41799           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
41800           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
41801           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
41802 ____________________________________________________________________________
41803 [  9450] By: jhi                                   on 2001/03/29  16:29:17
41804         Log: Integrate perlio.
41805      Branch: perl
41806           !> win32/buildext.pl
41807 ____________________________________________________________________________
41808 [  9449] By: jhi                                   on 2001/03/29  15:50:01
41809         Log: Update Changes.
41810      Branch: perl
41811            ! Changes patchlevel.h
41812 ____________________________________________________________________________
41813 [  9448] By: nick                                  on 2001/03/29  15:47:15
41814         Log: Make sure buildext.pl finds Errno.pm
41815      Branch: perlio
41816            ! win32/buildext.pl
41817 ____________________________________________________________________________
41818 [  9447] By: jhi                                   on 2001/03/29  15:39:34
41819         Log: Integrate perlio.
41820      Branch: perl
41821           !> win32/makefile.mk
41822 ____________________________________________________________________________
41823 [  9446] By: nick                                  on 2001/03/29  15:30:03
41824         Log: Integrate win32/makefile.mk with mainline.
41825      Branch: perlio
41826           !> win32/makefile.mk
41827 ____________________________________________________________________________
41828 [  9445] By: nick                                  on 2001/03/29  15:27:32
41829         Log: Fix breakage ... 
41830      Branch: perlio
41831            ! win32/makefile.mk
41832 ____________________________________________________________________________
41833 [  9444] By: jhi                                   on 2001/03/29  15:03:08
41834         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
41835              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
41836              Date: Thu, 29 Mar 2001 10:32:59 +0400
41837              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
41838      Branch: perl
41839            ! win32/makefile.mk
41840 ____________________________________________________________________________
41841 [  9443] By: jhi                                   on 2001/03/29  15:02:12
41842         Log: Integrate perlio.
41843      Branch: perl
41844           +> win32/buildext.pl
41845           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
41846           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
41847 ____________________________________________________________________________
41848 [  9442] By: nick                                  on 2001/03/29  14:59:11
41849         Log: Work in progress - determine win32 extensions to build via script.
41850      Branch: perlio
41851            + win32/buildext.pl
41852            ! MANIFEST win32/makefile.mk
41853 ____________________________________________________________________________
41854 [  9441] By: jhi                                   on 2001/03/29  14:51:47
41855         Log: Reintroduce the use of external pwd.
41856      Branch: perl
41857            ! t/lib/cwd.t
41858 ____________________________________________________________________________
41859 [  9440] By: jhi                                   on 2001/03/29  14:42:58
41860         Log: use warnings instead of -w.
41861      Branch: perl
41862            ! utils/h2xs.PL
41863 ____________________________________________________________________________
41864 [  9439] By: jhi                                   on 2001/03/29  14:41:52
41865         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
41866              From: Jonathan Stowe <gellyfish@gellyfish.com>
41867              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
41868              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
41869      Branch: perl
41870            ! utils/h2xs.PL
41871 ____________________________________________________________________________
41872 [  9438] By: jhi                                   on 2001/03/29  14:39:38
41873         Log: Subject: [PATCH perl@9424] minor pod nits
41874              From: Robin Barker <rmb1@cise.npl.co.uk>
41875              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
41876              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
41877      Branch: perl
41878            ! pod/perlhack.pod pod/perliol.pod
41879 ____________________________________________________________________________
41880 [  9437] By: jhi                                   on 2001/03/29  14:29:16
41881         Log: Subject: [PATCH perl@9424] typemap cast warning
41882              From: Robin Barker <rmb1@cise.npl.co.uk>
41883              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
41884              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
41885      Branch: perl
41886            ! lib/ExtUtils/typemap
41887 ____________________________________________________________________________
41888 [  9436] By: jhi                                   on 2001/03/29  14:26:03
41889         Log: Subject: [PATCH perl@9424] printf warning
41890              From: Robin Barker <rmb1@cise.npl.co.uk>
41891              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
41892              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
41893      Branch: perl
41894            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
41895            ! ext/Storable/Storable.xs toke.c
41896 ____________________________________________________________________________
41897 [  9435] By: nick                                  on 2001/03/29  14:23:31
41898         Log: Win32 has name conflict with ERROR
41899      Branch: perlio
41900            ! ext/PerlIO/Via/Via.xs
41901 ____________________________________________________________________________
41902 [  9434] By: jhi                                   on 2001/03/29  14:17:48
41903         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
41904              From: Peter Prymmer <pvhp@forte.com>
41905              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
41906              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
41907      Branch: perl
41908            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
41909 ____________________________________________________________________________
41910 [  9433] By: jhi                                   on 2001/03/29  13:52:44
41911         Log: test-prep target was missing.
41912      Branch: perl
41913            ! Makefile.SH
41914 ____________________________________________________________________________
41915 [  9432] By: nick                                  on 2001/03/29  12:40:03
41916         Log: Make as-shipped compiler default to MSVC6 
41917      Branch: perlio
41918            ! win32/makefile.mk
41919 ____________________________________________________________________________
41920 [  9431] By: nick                                  on 2001/03/29  12:12:16
41921         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
41922              akin to PerlIO::Scalar.
41923      Branch: perlio
41924            ! perlio.c perlio.h
41925 ____________________________________________________________________________
41926 [  9430] By: nick                                  on 2001/03/29  10:56:35
41927         Log: Integrate mainline.
41928      Branch: perlio
41929           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
41930           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
41931           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
41932           !> win32/makefile.mk win32/win32sck.c
41933 ____________________________________________________________________________
41934 [  9429] By: nick                                  on 2001/03/29  09:03:43
41935         Log: Noticed that two tests were skipped as perlio:: package
41936              isn't there any more. Changed the skip condition.
41937              Avoid core-dump if sv_utf8_upgrade() called on something
41938              that does not become SvPOK after SvPV() (e.g. a ref).
41939      Branch: perlio
41940            ! sv.c t/io/utf8.t t/lib/io_scalar.t
41941 ____________________________________________________________________________
41942 [  9428] By: jhi                                   on 2001/03/29  01:31:47
41943         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
41944              From: Benjamin Sugars <bsugars@canoe.ca> 
41945              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
41946              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
41947      Branch: perl
41948            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
41949            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
41950            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
41951 ____________________________________________________________________________
41952 [  9427] By: jhi                                   on 2001/03/29  00:49:30
41953         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
41954              From: "Vadim Konovalov" <watman@inbox.ru>
41955              Date: Thu, 29 Mar 2001 01:50:12 +0400
41956              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
41957      Branch: perl
41958            ! win32/makefile.mk win32/win32sck.c
41959 ____________________________________________________________________________
41960 [  9426] By: gsar                                  on 2001/03/29  00:28:04
41961         Log: dmake can only handle == and != in comparisons; support building
41962              with Borland's VCL libraries (from Vadim Konovalov)
41963      Branch: maint-5.6/perl
41964            ! win32/makefile.mk
41965 ____________________________________________________________________________
41966 [  9425] By: nick                                  on 2001/03/28  19:29:56
41967         Log: Integrate (@snapshot)
41968      Branch: perlio
41969           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
41970 ____________________________________________________________________________
41971 [  9424] By: jhi                                   on 2001/03/28  19:03:16
41972         Log: Update Changes.
41973      Branch: perl
41974            ! Changes patchlevel.h
41975 ____________________________________________________________________________
41976 [  9423] By: jhi                                   on 2001/03/28  18:52:09
41977         Log: Rmdir lib/XS on cleanup.
41978      Branch: perl
41979            ! Makefile.SH
41980 ____________________________________________________________________________
41981 [  9422] By: jhi                                   on 2001/03/28  18:49:34
41982         Log: Integrate perlio.
41983      Branch: perl
41984           !> t/op/utf8decode.t
41985 ____________________________________________________________________________
41986 [  9421] By: nick                                  on 2001/03/28  18:46:44
41987         Log: Loose duplicate chunk.
41988      Branch: perlio
41989            ! t/op/utf8decode.t
41990 ____________________________________________________________________________
41991 [  9420] By: nick                                  on 2001/03/28  18:44:11
41992         Log: Integrate mainline.
41993      Branch: perlio
41994           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
41995           !> vms/vmsish.h
41996 ____________________________________________________________________________
41997 [  9419] By: jhi                                   on 2001/03/28  18:42:05
41998         Log: Can't trust external pwds
41999              (either shell builtins or external programs)
42000      Branch: perl
42001            ! t/lib/cwd.t
42002 ____________________________________________________________________________
42003 [  9418] By: jhi                                   on 2001/03/28  18:34:05
42004         Log: Integrate perlio.
42005      Branch: perl
42006            - lib/perlio.pm
42007           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
42008           !> t/op/utf8decode.t
42009 ____________________________________________________________________________
42010 [  9417] By: nick                                  on 2001/03/28  18:24:02
42011         Log: PerlIO.pm / perlio.pm conflict.
42012              Update some pods.
42013              Make t/op/utf8decode.t a text file.
42014      Branch: perlio
42015            - lib/perlio.pm
42016            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
42017            ! t/op/utf8decode.t
42018 ____________________________________________________________________________
42019 [  9416] By: jhi                                   on 2001/03/28  18:06:07
42020         Log: Integrate change #9409 from mainline to maintperl.
42021              
42022              Yet another tweak on AIX dynaloading.
42023      Branch: maint-5.6/perl
42024           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
42025 ____________________________________________________________________________
42026 [  9415] By: gsar                                  on 2001/03/28  17:13:01
42027         Log: integrate changes#9377,9385,9401 from mainline
42028              
42029              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
42030              
42031              If directory entries compare equal case-insensitively,
42032              retry case-sensitively.
42033              
42034              Subject: [PATCH] B::Terse and warnings
42035      Branch: maint-5.6/perl
42036           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
42037           !> t/pragma/warn/perl
42038 ____________________________________________________________________________
42039 [  9414] By: jhi                                   on 2001/03/28  17:11:12
42040         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
42041              From: "Craig A. Berry" <craigberry@mac.com>
42042              Date: Wed, 28 Mar 2001 10:55:20 -0600
42043              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
42044      Branch: perl
42045            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
42046 ____________________________________________________________________________
42047 [  9413] By: jhi                                   on 2001/03/28  17:03:12
42048         Log: Dup hunk.
42049      Branch: perl
42050            ! t/op/utf8decode.t
42051 ____________________________________________________________________________
42052 [  9412] By: jhi                                   on 2001/03/28  17:02:36
42053         Log: Forced integrate from perlio.
42054      Branch: perl
42055           !> t/op/utf8decode.t
42056 ____________________________________________________________________________
42057 [  9411] By: nick                                  on 2001/03/28  16:50:03
42058         Log: Integrate mainline.
42059      Branch: perlio
42060           +> t/lib/cwd.t
42061           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
42062           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
42063           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
42064           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
42065           !> t/pragma/warn/perl
42066 ____________________________________________________________________________
42067 [  9410] By: jhi                                   on 2001/03/28  16:44:23
42068         Log: Subject: Re: [PATCH] 9403 cannot be tested
42069              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42070              Date: Wed, 28 Mar 2001 18:33:56 +0200
42071              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
42072      Branch: perl
42073            ! makedef.pl
42074 ____________________________________________________________________________
42075 [  9409] By: jhi                                   on 2001/03/28  16:12:45
42076         Log: Yet another tweak on AIX dynaloading.
42077      Branch: perl
42078            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
42079 ____________________________________________________________________________
42080 [  9408] By: jhi                                   on 2001/03/28  15:52:55
42081         Log: Subject: [PATCH] 9403 cannot be tested
42082              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
42083              Date: Wed, 28 Mar 2001 17:23:00 +0200
42084              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
42085              
42086              A missing symbol.
42087      Branch: perl
42088            ! makedef.pl
42089 ____________________________________________________________________________
42090 [  9407] By: jhi                                   on 2001/03/28  15:47:43
42091         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
42092      Branch: perl
42093            ! t/op/utf8decode.t
42094           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
42095           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
42096 ____________________________________________________________________________
42097 [  9406] By: jhi                                   on 2001/03/28  15:37:08
42098         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
42099              From: Benjamin Sugars <bsugars@canoe.ca> 
42100              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
42101              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
42102      Branch: perl
42103            + t/lib/cwd.t
42104            ! MANIFEST
42105 ____________________________________________________________________________
42106 [  9405] By: jhi                                   on 2001/03/28  15:13:18
42107         Log: pp_ne() needs a CORRECT boolean.
42108      Branch: perl
42109            ! pp.c
42110 ____________________________________________________________________________
42111 [  9404] By: jhi                                   on 2001/03/28  15:09:23
42112         Log: pp_ne() needs a boolean, not an integer.
42113      Branch: perl
42114            ! pp.c
42115 ____________________________________________________________________________
42116 [  9403] By: jhi                                   on 2001/03/28  14:47:43
42117         Log: (Retracted by #9404.)
42118      Branch: perl
42119            ! pp.c
42120 ____________________________________________________________________________
42121 [  9402] By: jhi                                   on 2001/03/28  14:43:59
42122         Log: Subject: Re: [PATCH] Typemap testing
42123              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
42124              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
42125              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
42126      Branch: perl
42127            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
42128            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
42129 ____________________________________________________________________________
42130 [  9401] By: jhi                                   on 2001/03/28  14:42:14
42131         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
42132              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
42133              Date: Sun, 25 Mar 2001 21:59:15 +0100
42134              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
42135              
42136              A variable will be checked for the "use once" warnings if:
42137              
42138              1. It is in the scope of a use warnings 'once'
42139              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
42140              
42141              Otherwise it won't be checked at all.
42142              
42143              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
42144              
42145              The enclosed patch partially fixes this issue. What I didn't
42146              get to work was the case where the "used once" warning is enabled
42147              in any file other than the main file.
42148      Branch: perl
42149            ! gv.c t/pragma/warn/perl
42150 ____________________________________________________________________________
42151 [  9400] By: nick                                  on 2001/03/28  14:38:24
42152         Log: More EBCDIC tweaks:
42153              - one more swash issue &~(0xA0-1) did not do the right thing,
42154              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
42155              - add "use re 'asciirange'" to make [!-~] etc. work
42156              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
42157              - Choose a key for t/op/each.t test which gets encoded.
42158              - Skip utf8decode if this is UTF-EBCDIC.
42159      Branch: perlio
42160            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
42161            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
42162 ____________________________________________________________________________
42163 [  9399] By: jhi                                   on 2001/03/28  14:21:00
42164         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
42165              Andreas Schwab.
42166      Branch: perl
42167            ! pp.c
42168 ____________________________________________________________________________
42169 [  9398] By: jhi                                   on 2001/03/28  00:55:56
42170         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
42171              From: David Dyck <dcd@tc.fluke.com>
42172              Date: Tue, 27 Mar 2001 15:16:24 -0800
42173              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
42174      Branch: perl
42175            ! ext/IO/lib/IO/Socket.pm
42176 ____________________________________________________________________________
42177 [  9397] By: jhi                                   on 2001/03/27  21:52:49
42178         Log: Integrate perlio.
42179      Branch: perl
42180           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
42181           +> ext/PerlIO/Via/Via.xs
42182           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
42183 ____________________________________________________________________________
42184 [  9396] By: nick                                  on 2001/03/27  21:45:13
42185         Log: Integrate mainline.
42186      Branch: perlio
42187           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
42188           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
42189 ____________________________________________________________________________
42190 [  9395] By: nick                                  on 2001/03/27  21:18:58
42191         Log: Outline docs for PerlIO and PerlIO::Scalar
42192      Branch: perlio
42193            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
42194 ____________________________________________________________________________
42195 [  9394] By: nick                                  on 2001/03/27  20:50:13
42196         Log: PerlIO::Via layer (alpha-ish).
42197      Branch: perlio
42198            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
42199            + ext/PerlIO/Via/Via.xs
42200            ! MANIFEST
42201 ____________________________________________________________________________
42202 [  9393] By: jhi                                   on 2001/03/27  20:49:55
42203         Log: Retract #9329 now that 9390 should take care of the matter.
42204      Branch: perl
42205            ! utils/h2xs.PL
42206 ____________________________________________________________________________
42207 [  9390] By: jhi                                   on 2001/03/27  20:47:50
42208         Log: Subject: Autoloading Errno.pm when %! is encountered
42209              From: Robin Houston <robin@kitsite.com>
42210              Date: Tue, 27 Mar 2001 20:57:11 +0100
42211              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
42212      Branch: perl
42213            ! embed.h embed.pl gv.c proto.h t/op/magic.t
42214 ____________________________________________________________________________
42215 [  9389] By: jhi                                   on 2001/03/27  20:24:31
42216         Log: Integrate perlio.
42217      Branch: perl
42218           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
42219           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
42220           !> utf8.c
42221 ____________________________________________________________________________
42222 [  9388] By: jhi                                   on 2001/03/27  20:21:38
42223         Log: Better have a three-element array if one is going to assign
42224              to the third element of that array. (from Tim Jenness)
42225      Branch: perl
42226            ! ext/XS/Typemap/Typemap.xs
42227 ____________________________________________________________________________
42228 [  9387] By: nick                                  on 2001/03/27  20:15:43
42229         Log: Integrate mainline.
42230      Branch: perlio
42231           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
42232           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
42233           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
42234           +> t/lib/xs-typemap.t
42235           !> (integrate 34 files)
42236 ____________________________________________________________________________
42237 [  9386] By: jhi                                   on 2001/03/27  20:04:18
42238         Log: Subject: Re: perl@9359 breaks HTML::Parser
42239              From: Gisle Aas <gisle@ActiveState.com>
42240              Date: 27 Mar 2001 11:30:24 -0800
42241              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
42242              
42243              Clarify the UTF-8 issues of the API docs.
42244              (Slightly reworded and expanded.)
42245      Branch: perl
42246            ! pod/perlapi.pod sv.c sv.h
42247 ____________________________________________________________________________
42248 [  9385] By: jhi                                   on 2001/03/27  19:44:25
42249         Log: If directory entries compare equal case-insensitively,
42250              retry case-sensitively.
42251      Branch: perl
42252            ! ext/File/Glob/bsd_glob.c
42253 ____________________________________________________________________________
42254 [  9384] By: nick                                  on 2001/03/27  19:38:50
42255         Log: Various EBCDIC fixes:
42256              - major revelation that swash code is encoding aware,
42257              (or thought it was) - now it is ;-)
42258              - With that out of the way fix a slab of tr/// cases.
42259              - Fix Encode 'Unicode' to be true Unicode so tests pass.
42260              - As anticipated Base64.xs needed tweaks.
42261              - Until tr/// works right avoid old_encode64 in MIME tests.
42262      Branch: perlio
42263            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
42264            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
42265 ____________________________________________________________________________
42266 [  9383] By: jhi                                   on 2001/03/27  18:34:41
42267         Log: Add the std test suite BEGIN block.
42268      Branch: perl
42269            ! t/lib/xs-typemap.t
42270 ____________________________________________________________________________
42271 [  9382] By: jhi                                   on 2001/03/27  15:16:07
42272         Log: Add debugging output to the test.
42273      Branch: perl
42274            ! t/lib/glob-basic.t
42275 ____________________________________________________________________________
42276 [  9381] By: jhi                                   on 2001/03/27  15:08:10
42277         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
42278      Branch: perl
42279            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
42280            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
42281            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
42282            + t/lib/xs-typemap.t
42283            ! MANIFEST
42284 ____________________________________________________________________________
42285 [  9380] By: jhi                                   on 2001/03/27  14:48:34
42286         Log: Subject: [PATCH] Typemap testing
42287              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
42288              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
42289              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
42290              
42291              (The first part of the patch.)
42292      Branch: perl
42293            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
42294 ____________________________________________________________________________
42295 [  9379] By: jhi                                   on 2001/03/27  14:44:56
42296         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
42297              From: Benjamin Sugars <bsugars@canoe.ca> 
42298              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
42299              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
42300      Branch: perl
42301            ! t/lib/glob-basic.t
42302 ____________________________________________________________________________
42303 [  9378] By: jhi                                   on 2001/03/27  14:42:30
42304         Log: Subject: [PATCH] perlvar nit
42305              From: Simon Cozens <simon@netthink.co.uk>
42306              Date: Tue, 27 Mar 2001 01:12:01 +0100
42307              Message-ID: <20010327011201.A19179@netthink.co.uk>
42308      Branch: perl
42309            ! pod/perlvar.pod
42310 ____________________________________________________________________________
42311 [  9377] By: jhi                                   on 2001/03/27  14:36:26
42312         Log: Subject: [PATCH] B::Terse and warnings
42313              From: Benjamin Sugars <ben.sugars@home.com>
42314              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
42315              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
42316      Branch: perl
42317            ! ext/B/B.pm ext/B/B/Terse.pm
42318 ____________________________________________________________________________
42319 [  9376] By: jhi                                   on 2001/03/27  14:31:31
42320         Log: Document sockatmark() some.
42321      Branch: perl
42322            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
42323            ! pod/perltoc.pod
42324 ____________________________________________________________________________
42325 [  9375] By: jhi                                   on 2001/03/27  14:00:24
42326         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
42327              noted by Gisle and fixed by NI-S.
42328      Branch: perl
42329            ! sv.c
42330 ____________________________________________________________________________
42331 [  9374] By: jhi                                   on 2001/03/27  05:50:01
42332         Log: Regen toc.
42333      Branch: perl
42334            ! pod/perltoc.pod
42335 ____________________________________________________________________________
42336 [  9373] By: jhi                                   on 2001/03/27  05:43:51
42337         Log: Pixie documenting.
42338      Branch: perl
42339            ! Makefile.SH pod/perlhack.pod
42340 ____________________________________________________________________________
42341 [  9372] By: jhi                                   on 2001/03/27  05:29:34
42342         Log: Metaconfig unit changes for #9371.
42343      Branch: metaconfig
42344            ! U/modified/myhostname.U
42345      Branch: metaconfig/U/perl
42346            + d_sockatmark.U
42347            ! gccvers.U
42348 ____________________________________________________________________________
42349 [  9371] By: jhi                                   on 2001/03/27  05:29:07
42350         Log: Add sockatmark() probing.
42351      Branch: perl
42352            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42353            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
42354            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
42355            ! vos/config.ga.h win32/config.bc win32/config.gc
42356            ! win32/config.vc
42357 ____________________________________________________________________________
42358 [  9370] By: jhi                                   on 2001/03/26  22:01:18
42359         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
42360              Really need to benchmark this.
42361      Branch: perl
42362            ! pp.c
42363 ____________________________________________________________________________
42364 [  9369] By: nick                                  on 2001/03/26  21:59:30
42365         Log: Integrate mainline.
42366      Branch: perlio
42367            ! ext/MIME/Base64/QuotedPrint.pm
42368           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
42369           !> patchlevel.h pod/perlhack.pod pp_sys.c
42370 ____________________________________________________________________________
42371 [  9368] By: jhi                                   on 2001/03/26  21:47:03
42372         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
42373              
42374              TODO1: perlbench.
42375              TODO2: le, lt, ge, gt?  Yech.
42376      Branch: perl
42377            ! pp.c
42378 ____________________________________________________________________________
42379 [  9367] By: jhi                                   on 2001/03/26  21:34:57
42380         Log: Too much cut-and-paste in #9363.
42381      Branch: perl
42382            ! pp_sys.c
42383 ____________________________________________________________________________
42384 [  9366] By: jhi                                   on 2001/03/26  21:20:53
42385         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
42386              From: Andreas Schwab <schwab@suse.de>
42387              Date: 26 Mar 2001 17:29:04 +0200
42388              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
42389              
42390              (The patch for 5.6.0 or so, this is a guess for bleadperl)
42391      Branch: perl
42392            ! pp_hot.c
42393 ____________________________________________________________________________
42394 [  9365] By: jhi                                   on 2001/03/26  21:07:54
42395         Log: Integrate perlio.
42396      Branch: perl
42397           !> perlio.c
42398 ____________________________________________________________________________
42399 [  9364] By: nick                                  on 2001/03/26  20:30:48
42400         Log: REFCNT botch in layer name cache hash.
42401      Branch: perlio
42402            ! perlio.c
42403 ____________________________________________________________________________
42404 [  9363] By: jhi                                   on 2001/03/26  18:44:32
42405         Log: Subject: [PATCH] socket() leaks file descriptors
42406              From: Benjamin Sugars <bsugars@canoe.ca>
42407              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
42408              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
42409              
42410              Also sockpair() fixed similarly.
42411      Branch: perl
42412            ! pp_sys.c
42413 ____________________________________________________________________________
42414 [  9362] By: jhi                                   on 2001/03/26  18:37:52
42415         Log: Integrate perlio.
42416      Branch: perl
42417           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
42418 ____________________________________________________________________________
42419 [  9361] By: nick                                  on 2001/03/26  17:32:06
42420         Log: Implement flush of linebuffered streams on read of a tty.
42421      Branch: perlio
42422            ! perlio.c perliol.h
42423 ____________________________________________________________________________
42424 [  9360] By: nick                                  on 2001/03/26  17:12:32
42425         Log: Memory tweaks and notes for OEMVS.
42426      Branch: perlio
42427            ! README.os390 miniperlmain.c t/op/pat.t
42428 ____________________________________________________________________________
42429 [  9359] By: jhi                                   on 2001/03/26  02:12:54
42430         Log: Update Changes.
42431      Branch: perl
42432            ! Changes patchlevel.h
42433 ____________________________________________________________________________
42434 [  9358] By: jhi                                   on 2001/03/26  02:05:32
42435         Log: Document the most common pixie options.
42436      Branch: perl
42437            ! pod/perlhack.pod
42438 ____________________________________________________________________________
42439 [  9357] By: jhi                                   on 2001/03/26  01:25:28
42440         Log: For perl.pixie check *before* compiling that optimize is -g,
42441              as for perl.third.
42442      Branch: perl
42443            ! Makefile.SH
42444 ____________________________________________________________________________
42445 [  9356] By: jhi                                   on 2001/03/26  01:13:41
42446         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
42447      Branch: perl
42448            ! Makefile.SH
42449 ____________________________________________________________________________
42450 [  9355] By: jhi                                   on 2001/03/26  01:11:19
42451         Log: Remove t/perl.third.
42452      Branch: perl
42453            ! Makefile.SH
42454 ____________________________________________________________________________
42455 [  9354] By: jhi                                   on 2001/03/26  00:23:38
42456         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
42457              IO::Sockatmark().
42458      Branch: perl
42459            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
42460 ____________________________________________________________________________
42461 [  9353] By: jhi                                   on 2001/03/25  22:25:04
42462         Log: Integrate perlio.
42463      Branch: perl
42464           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
42465           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
42466           !> pp_hot.c win32/makefile.mk
42467 ____________________________________________________________________________
42468 [  9352] By: jhi                                   on 2001/03/25  22:21:41
42469         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
42470              From: Radu Greab <radu@netsoft.ro>
42471              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
42472              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
42473      Branch: perl
42474            ! pp_sys.c
42475 ____________________________________________________________________________
42476 [  9351] By: nick                                  on 2001/03/25  22:15:02
42477         Log: Fix readline in list mode to tell rest of world that it has
42478              things on the stack. Otherwise if perl code gets invoked
42479              underneath it it scribbles over results-so-far.
42480              (Why TIEHANDLE has not tripped on this is a mystery.)
42481      Branch: perlio
42482            ! pp_hot.c
42483 ____________________________________________________________________________
42484 [  9350] By: nick                                  on 2001/03/25  22:10:13
42485         Log: win32/makefile.mk typos
42486      Branch: perlio
42487            ! win32/makefile.mk
42488 ____________________________________________________________________________
42489 [  9349] By: nick                                  on 2001/03/25  21:31:14
42490         Log: Integrate now-non-binary file.
42491      Branch: perlio
42492           !> t/lib/mimeqp.t
42493 ____________________________________________________________________________
42494 [  9348] By: nick                                  on 2001/03/25  21:27:24
42495         Log: Make it text
42496      Branch: perlio
42497            ! t/lib/mimeqp.t
42498 ____________________________________________________________________________
42499 [  9347] By: nick                                  on 2001/03/25  21:25:37
42500         Log: Integrate mainline.
42501      Branch: perlio
42502           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
42503           !> lib/Term/ReadLine.pm t/lib/md5-file.t
42504 ____________________________________________________________________________
42505 [  9346] By: nick                                  on 2001/03/25  20:58:15
42506         Log: Add destruct time hook to PerlIO (for work-in-process implementing
42507              layers in perl code. In such cases layers need to be popped before
42508              we loose the ability to run perl code.)
42509              Also back-out "PerlIO::object" hook - it isn't going to work like that...
42510      Branch: perlio
42511            ! perl.c perlio.c perlio.h perliol.h
42512 ____________________________________________________________________________
42513 [  9345] By: nick                                  on 2001/03/25  20:49:11
42514         Log: Avoid at leasy one of undefined warnings in Encode.
42515      Branch: perlio
42516            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
42517 ____________________________________________________________________________
42518 [  9344] By: jhi                                   on 2001/03/25  20:37:43
42519         Log: A workaround for using Term::ReadLine in emacs minibuffer
42520              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
42521              additional tweaks from Ilya Zakharevich.
42522      Branch: perl
42523            ! lib/Term/ReadLine.pm
42524 ____________________________________________________________________________
42525 [  9343] By: nick                                  on 2001/03/25  20:21:14
42526         Log: Missing return value.
42527      Branch: perlio
42528            ! ext/PerlIO/Scalar/Scalar.xs
42529 ____________________________________________________________________________
42530 [  9342] By: jhi                                   on 2001/03/25  16:21:00
42531         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
42532              to equal the CPAN versions since no code changes have been made.
42533      Branch: perl
42534            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
42535            ! t/lib/md5-file.t
42536 ____________________________________________________________________________
42537 [  9341] By: jhi                                   on 2001/03/25  16:01:48
42538         Log: Escape 8-bit characters.
42539      Branch: perl
42540            ! t/lib/mimeqp.t
42541 ____________________________________________________________________________
42542 [  9340] By: gsar                                  on 2001/03/25  15:50:53
42543         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
42544              chars)
42545      Branch: perl
42546            + t/lib/mimeqp.t
42547 ____________________________________________________________________________
42548 [  9339] By: gsar                                  on 2001/03/25  15:48:50
42549         Log: delete mimeqp.t for later add with text mode set
42550      Branch: perl
42551            - t/lib/mimeqp.t
42552 ____________________________________________________________________________
42553 [  9338] By: nick                                  on 2001/03/25  09:01:57
42554         Log: Integrate mainline.
42555      Branch: perlio
42556           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
42557           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
42558           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
42559           +> t/lib/mimeb64u.t t/lib/mimeqp.t
42560           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
42561           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
42562           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
42563 ____________________________________________________________________________
42564 [  9337] By: jhi                                   on 2001/03/25  04:23:24
42565         Log: Add MIME::Base64 here and there.  Again, a lot of
42566              optimism is in the air.
42567      Branch: perl
42568            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
42569            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
42570 ____________________________________________________________________________
42571 [  9336] By: jhi                                   on 2001/03/25  04:12:43
42572         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
42573              this by ear as I do not do Win32 programming.)
42574      Branch: perl
42575            ! win32/Makefile win32/makefile.mk
42576 ____________________________________________________________________________
42577 [  9335] By: jhi                                   on 2001/03/25  04:03:50
42578         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
42579      Branch: perl
42580            ! t/lib/md5-file.t
42581 ____________________________________________________________________________
42582 [  9334] By: jhi                                   on 2001/03/25  03:58:53
42583         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
42584      Branch: perl
42585            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
42586            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
42587            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
42588            + t/lib/mimeb64u.t t/lib/mimeqp.t
42589            ! MANIFEST
42590 ____________________________________________________________________________
42591 [  9333] By: jhi                                   on 2001/03/24  20:14:37
42592         Log: Integrate perlio.
42593      Branch: perl
42594           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
42595 ____________________________________________________________________________
42596 [  9332] By: nick                                  on 2001/03/24  19:40:34
42597         Log: Fix un-init variable leading to spurious "Out of Memory!"
42598      Branch: perlio
42599            ! doio.c
42600 ____________________________________________________________________________
42601 [  9331] By: nick                                  on 2001/03/24  19:09:59
42602         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
42603              and update layers internals doc.
42604      Branch: perlio
42605            ! pod/perlfunc.pod pod/perliol.pod
42606 ____________________________________________________________________________
42607 [  9330] By: jhi                                   on 2001/03/24  18:42:11
42608         Log: The length might be uninitialized garbage if the *svp is the undef.
42609      Branch: perl
42610            ! doio.c
42611 ____________________________________________________________________________
42612 [  9329] By: jhi                                   on 2001/03/24  18:26:57
42613         Log: (Retracted by #9393)
42614              
42615              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
42616              From: Simon Cozens <simon@netthink.co.uk>
42617              Date: Sat, 24 Mar 2001 17:13:17 +0000
42618              Message-ID: <20010324171317.A13406@netthink.co.uk>
42619      Branch: perl
42620            ! utils/h2xs.PL
42621 ____________________________________________________________________________
42622 [  9328] By: nick                                  on 2001/03/24  17:22:02
42623         Log: Integrate mainline.
42624      Branch: perlio
42625           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
42626           !> lib/unicode/version
42627 ____________________________________________________________________________
42628 [  9327] By: nick                                  on 2001/03/24  17:16:02
42629         Log: Integrate mainline.
42630      Branch: perlio
42631           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
42632           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
42633           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
42634           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
42635           +> t/lib/md5-file.t
42636           !> MANIFEST Makefile.SH configure.com djgpp/config.over
42637           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
42638           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
42639           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
42640           !> win32/makefile.mk
42641 ____________________________________________________________________________
42642 [  9326] By: jhi                                   on 2001/03/24  17:00:42
42643         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
42644      Branch: perl
42645            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
42646            ! lib/unicode/version
42647 ____________________________________________________________________________
42648 [  9325] By: jhi                                   on 2001/03/24  16:22:33
42649         Log: Subject: Re: B::Deparse bug (5.6.0)
42650              From: Robin Houston <robin@kitsite.com>
42651              Date: Sat, 24 Mar 2001 14:33:09 +0000
42652              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
42653      Branch: perl
42654            ! op.c pp.c t/lib/b.t t/op/repeat.t
42655 ____________________________________________________________________________
42656 [  9324] By: jhi                                   on 2001/03/24  16:21:56
42657         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
42658              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
42659              these additions may be too optimistic.
42660      Branch: perl
42661            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
42662            ! hints/uwin.sh hints/vmesa.sh
42663 ____________________________________________________________________________
42664 [  9323] By: jhi                                   on 2001/03/24  16:06:01
42665         Log: Integrate perlio.
42666      Branch: perl
42667           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
42668           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
42669            ! Makefile.SH
42670           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
42671           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
42672           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
42673           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
42674           !> win32/makefile.mk win32/perlhost.h win32/win32.c
42675           !> win32/win32iop.h
42676 ____________________________________________________________________________
42677 [  9322] By: nick                                  on 2001/03/24  14:39:12
42678         Log: Routine Win32 regen_config_h - no real changes.
42679      Branch: perlio
42680            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
42681 ____________________________________________________________________________
42682 [  9321] By: nick                                  on 2001/03/24  14:31:49
42683         Log: PerlIO fixups for Win32:
42684              - provide win33_popenlist() - non-functional as yet.
42685              - avoid need for aTHX in PerlIO_debug calls - even if not 
42686              enabled args are still evaluated so Win32 has trouble during fork().
42687              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
42688              - Fixup makedef.pl for latest set of symbols.
42689      Branch: perlio
42690            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
42691            ! win32/perlhost.h win32/win32.c win32/win32iop.h
42692 ____________________________________________________________________________
42693 [  9320] By: nick                                  on 2001/03/24  14:26:58
42694         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
42695              was gibberish - broke it on WIn32 at least.
42696      Branch: perlio
42697            ! ext/POSIX/POSIX.xs
42698 ____________________________________________________________________________
42699 [  9319] By: nick                                  on 2001/03/24  11:29:41
42700         Log: Generated files.
42701      Branch: perlio
42702            ! embed.h global.sym objXSUB.h perlapi.c proto.h
42703 ____________________________________________________________________________
42704 [  9318] By: nick                                  on 2001/03/24  10:29:37
42705         Log: Implement:
42706              1.  open($fh,"+<",undef);  # add test to t/io/open.t
42707              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
42708      Branch: perlio
42709            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
42710            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
42711            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
42712            ! t/io/open.t t/io/utf8.t
42713 ____________________________________________________________________________
42714 [  9317] By: jhi                                   on 2001/03/23  23:41:25
42715         Log: AIX does seems to have optimization problems with its C compilers.
42716      Branch: perl
42717            ! hints/aix.sh
42718 ____________________________________________________________________________
42719 [  9316] By: jhi                                   on 2001/03/23  23:40:46
42720         Log: Integrate perlio.
42721      Branch: perl
42722           +> lib/PerlIO.pm
42723           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
42724           !> perliol.h
42725 ____________________________________________________________________________
42726 [  9315] By: jhi                                   on 2001/03/23  22:16:30
42727         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
42728      Branch: perl
42729            ! t/lib/md5-file.t
42730 ____________________________________________________________________________
42731 [  9314] By: nick                                  on 2001/03/23  20:49:02
42732         Log: Perlio internals re-organized.
42733              - open process creates AV of layer/arg pairs
42734              (appends layers from open() or open.pm to default list).
42735              - push arg is now an SV.
42736              - layer ->Open get passed the AV
42737              - open is no longer mandatory method.
42738              - topmost layer that has ->Open method does the open
42739              - any layers above are pushed once that returns.
42740              - vtable re-ordered so dummy layers need only provide push/pop methods.
42741      Branch: perlio
42742            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
42743 ____________________________________________________________________________
42744 [  9313] By: nick                                  on 2001/03/23  16:27:41
42745         Log: Check in a stable (working) version before next round of tweaks.
42746              Changes include:
42747              - Move default layers code out of doio.c and into perlio.c
42748              - Single routine for parsing layer specification strings.
42749              - Skeleton support for demand loading of layers
42750              - Core-dump avoidance if PERLIO environment specifies loadable layer
42751              (does not _work_ as need IO to load and need load to do IO ...)
42752      Branch: perlio
42753            + lib/PerlIO.pm
42754            ! MANIFEST doio.c perlio.c
42755 ____________________________________________________________________________
42756 [  9312] By: gsar                                  on 2001/03/23  16:25:25
42757         Log: add execute bit to files with shebang lines in the repository;
42758              avoid clobbering execute bit in Porting/makerel 
42759      Branch: maint-5.6/perl
42760            ! (edit 144 files)
42761 ____________________________________________________________________________
42762 [  9311] By: jhi                                   on 2001/03/23  14:25:35
42763         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
42764      Branch: perl
42765            ! MANIFEST
42766 ____________________________________________________________________________
42767 [  9310] By: jhi                                   on 2001/03/23  13:45:04
42768         Log: Subject: [PATCH] Net::Ping
42769              From: Colin McMillen <mcmi0037@tc.umn.edu>
42770              Date: Thu, 22 Mar 2001 19:30:31 -0600
42771              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
42772      Branch: perl
42773            ! lib/Net/Ping.pm
42774 ____________________________________________________________________________
42775 [  9309] By: jhi                                   on 2001/03/23  13:39:13
42776         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
42777      Branch: perl
42778            ! t/lib/md5-aaa.t t/lib/md5-file.t
42779 ____________________________________________________________________________
42780 [  9308] By: jhi                                   on 2001/03/23  13:20:34
42781         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
42782              - bump the version to 2.14
42783              - drop the base64 tests since they require MIME::Base64
42784              - drop the rfc1321.txt
42785              - drop the hints/dec_osf.pl since it's only needed for
42786              pre-5.005_03 Perls
42787              Todo:
42788              - the U32 alignment testing is now removed; it needs to
42789              be reintroduced as as a Config variable (meaning also
42790              as a Configure test)
42791              - get the new EBCDIC md5sum for MD5.pm
42792              - test in Win32 to see how badly I botched the makefiles
42793      Branch: perl
42794            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
42795            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
42796            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
42797            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
42798            + t/lib/md5-file.t
42799            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
42800            ! win32/Makefile win32/makefile.mk
42801 ____________________________________________________________________________
42802 [  9307] By: jhi                                   on 2001/03/23  12:56:14
42803         Log: Integrate change #9306 from maintperl into mainline,
42804              AIX dynaloader for AIXes without <load.h>.
42805      Branch: perl
42806           !> ext/DynaLoader/hints/aix.pl
42807 ____________________________________________________________________________
42808 [  9306] By: jhi                                   on 2001/03/23  12:51:36
42809         Log: There are AIXes without /usr/include/load.h,
42810              patch from H.Merijn Brand.
42811      Branch: maint-5.6/perl
42812            ! ext/DynaLoader/hints/aix.pl
42813 ____________________________________________________________________________
42814 [  9305] By: nick                                  on 2001/03/23  11:00:42
42815         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
42816      Branch: perlio
42817            ! ext/Encode/Encode.xs perlio.c perlio.h
42818 ____________________________________________________________________________
42819 [  9304] By: nick                                  on 2001/03/23  10:20:46
42820         Log: Render -Duseperlio functional again.
42821              - this is "quick fix" which calls PerlIO_apply_layers after opening,
42822              which is what old scheme did. New scheme needs to change that
42823              to make open(...,\$scalar) etc. work but this will do for now.
42824      Branch: perlio
42825            ! perlio.c
42826 ____________________________________________________________________________
42827 [  9303] By: nick                                  on 2001/03/23  09:53:20
42828         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
42829              -Uuseperlio now works again.
42830              -Duseperlio is still poorly. Don't merge yet...
42831      Branch: perlio
42832            ! doio.c perlio.h
42833 ____________________________________________________________________________
42834 [  9302] By: nick                                  on 2001/03/22  22:26:51
42835         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
42836              type code.
42837              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
42838              is its main caller. In particular now has access to "extra" args, and
42839              can tell when an open handle is "reopened" (or duped?).
42840              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
42841              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
42842              PerlIO_open() et. al. (i.e. other way round).
42843              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
42844              with args close to PerlIO_openn().
42845      Branch: perlio
42846            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
42847 ____________________________________________________________________________
42848 [  9301] By: jhi                                   on 2001/03/22  20:58:04
42849         Log: Integrate perlio.
42850      Branch: perl
42851           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
42852           !> t/io/open.t util.c
42853 ____________________________________________________________________________
42854 [  9300] By: nick                                  on 2001/03/22  17:36:32
42855         Log: Don't include $@ in not ok message.
42856      Branch: perlio
42857            ! t/io/open.t
42858 ____________________________________________________________________________
42859 [  9299] By: gsar                                  on 2001/03/22  16:53:45
42860         Log: back out changes#7532,7521 for now (appears to have problems
42861              on IRIX)
42862      Branch: maint-5.6/perl
42863            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
42864            ! ext/POSIX/typemap pod/perlvar.pod
42865 ____________________________________________________________________________
42866 [  9298] By: nick                                  on 2001/03/22  14:35:46
42867         Log: Give a meaning to '&' in n-arg open case:
42868              open($fh,"<&",$scalar);
42869              $scalar can be:
42870              - an integer which does "fdopen"
42871              open($fh,"<&",2); # like open($fh,"<&2")
42872              - something that will yield a file handle via sv_2io()
42873              useful for dup'ing anonymous handles.
42874              e.g.:
42875              open(my $fh,"<&",\*STDIN);
42876              open(my $dup,"<&",$fh);
42877      Branch: perlio
42878            ! doio.c t/io/open.t
42879 ____________________________________________________________________________
42880 [  9297] By: nick                                  on 2001/03/22  13:34:35
42881         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
42882      Branch: perlio
42883            ! util.c
42884 ____________________________________________________________________________
42885 [  9296] By: nick                                  on 2001/03/22  12:51:20
42886         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
42887      Branch: perlio
42888            ! perl.c
42889 ____________________________________________________________________________
42890 [  9295] By: nick                                  on 2001/03/22  11:59:44
42891         Log: If stdin, stdout or stderr get opened in unexpected read/write state
42892              then warn at time of open not at time of use.
42893      Branch: perlio
42894            ! doio.c pp_hot.c pp_sys.c
42895 ____________________________________________________________________________
42896 [  9294] By: nick                                  on 2001/03/22  10:54:35
42897         Log: Die on n-arg open(...,"",xxx,yyy,...)
42898              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
42899              - die on read/write cases so we can decide what it means later.
42900      Branch: perlio
42901            ! doio.c embed.pl iperlsys.h util.c
42902 ____________________________________________________________________________
42903 [  9293] By: nick                                  on 2001/03/22  09:02:45
42904         Log: perlio tweaks (reported by Nick Clark)
42905              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
42906              error check in Pendinf_read().
42907      Branch: perlio
42908            ! perlio.c
42909 ____________________________________________________________________________
42910 [  9292] By: gsar                                  on 2001/03/22  07:12:00
42911         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
42912              fixes)
42913      Branch: maint-5.6/perl
42914           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
42915 ____________________________________________________________________________
42916 [  9291] By: jhi                                   on 2001/03/22  06:06:44
42917         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
42918      Branch: perl
42919            ! t/op/re_tests
42920 ____________________________________________________________________________
42921 [  9290] By: jhi                                   on 2001/03/22  05:57:01
42922         Log: Move MacOS Classic higher in the list of supported platforms.
42923      Branch: maint-5.6/perl
42924            ! pod/perlport.pod
42925 ____________________________________________________________________________
42926 [  9289] By: gsar                                  on 2001/03/22  05:35:04
42927         Log: revert part of change#6438 for compatibility (av_reify()
42928              appears to be needed to implement av_splice()ish things
42929              in XS)
42930      Branch: maint-5.6/perl
42931            ! embed.pl global.sym objXSUB.h perlapi.c
42932 ____________________________________________________________________________
42933 [  9288] By: gsar                                  on 2001/03/22  03:09:19
42934         Log: update copyright year
42935      Branch: maint-5.6/perl
42936            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
42937            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
42938            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
42939            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
42940            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
42941            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
42942            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
42943            ! x2p/walk.c
42944 ____________________________________________________________________________
42945 [  9287] By: jhi                                   on 2001/03/21  20:30:54
42946         Log: Integrate perlio.
42947      Branch: perl
42948           !> ext/Data/Dumper/Dumper.xs
42949 ____________________________________________________________________________
42950 [  9286] By: gsar                                  on 2001/03/21  19:49:54
42951         Log: makefile.mk tweak
42952      Branch: maint-5.6/perl
42953            ! win32/Makefile win32/makefile.mk
42954 ____________________________________________________________________________
42955 [  9285] By: nick                                  on 2001/03/21  19:07:13
42956         Log: Multiplicity fix for Dumper.
42957      Branch: perlio
42958            ! ext/Data/Dumper/Dumper.xs
42959 ____________________________________________________________________________
42960 [  9284] By: nick                                  on 2001/03/21  19:01:07
42961         Log: Integrate mainline - (does not build xTHX issue in Dumper).
42962      Branch: perlio
42963           !> (integrate 27 files)
42964 ____________________________________________________________________________
42965 [  9283] By: jhi                                   on 2001/03/21  17:17:35
42966         Log: Integrate change #9282 from mainline into maintperl,
42967              4-arg UTF-8 substr().
42968      Branch: maint-5.6/perl
42969           !> pp.c
42970 ____________________________________________________________________________
42971 [  9282] By: jhi                                   on 2001/03/21  17:15:43
42972         Log: The #9270 would have leaked a scalar if pp_substr()
42973              returned early.
42974      Branch: perl
42975            ! pp.c
42976 ____________________________________________________________________________
42977 [  9281] By: gsar                                  on 2001/03/21  17:03:14
42978         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
42979      Branch: maint-5.6/perl
42980            ! win32/makefile.mk
42981 ____________________________________________________________________________
42982 [  9280] By: gsar                                  on 2001/03/21  17:01:20
42983         Log: some tweaks to change#9278 (fork() emulation should be enabled
42984              by setting BUILD_FLAVOR instead of changing the defaults)
42985      Branch: maint-5.6/perl
42986            ! win32/makefile.mk
42987 ____________________________________________________________________________
42988 [  9279] By: gsar                                  on 2001/03/21  16:47:19
42989         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
42990      Branch: maint-5.6/perl
42991            ! ext/File/Glob/Glob.pm
42992           !> lib/Cwd.pm
42993 ____________________________________________________________________________
42994 [  9278] By: jhi                                   on 2001/03/21  14:35:10
42995         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
42996              From: "Vadim Konovalov" <watman@inbox.ru>
42997              Date: Wed, 21 Mar 2001 01:53:51 +0300
42998              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
42999      Branch: maint-5.6/perl
43000            ! win32/makefile.mk win32/win32sck.c
43001 ____________________________________________________________________________
43002 [  9277] By: jhi                                   on 2001/03/21  13:58:28
43003         Log: Integrate change #9270 from mainline to maintperl:
43004              continued 4-arg UTF-8 substr() fixing.
43005      Branch: maint-5.6/perl
43006           !> pp.c t/op/substr.t
43007 ____________________________________________________________________________
43008 [  9276] By: jhi                                   on 2001/03/21  13:33:00
43009         Log: More pixie cleaning.
43010      Branch: perl
43011            ! Makefile.SH
43012 ____________________________________________________________________________
43013 [  9275] By: jhi                                   on 2001/03/21  03:54:17
43014         Log: Update Changes.
43015      Branch: perl
43016            ! Changes patchlevel.h
43017 ____________________________________________________________________________
43018 [  9274] By: jhi                                   on 2001/03/21  03:48:24
43019         Log: First stab at making Data::Dumper to grok Unicode.
43020              
43021              TODO: tests, EBCDICify.
43022      Branch: perl
43023            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
43024 ____________________________________________________________________________
43025 [  9273] By: jhi                                   on 2001/03/21  02:23:00
43026         Log: Fix for
43027              
43028              Subject: Memory leak in unquoted print   
43029              From: Benjamin Sugars <bsugars@canoe.ca> 
43030              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
43031              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
43032      Branch: perl
43033            ! perlio.c
43034 ____________________________________________________________________________
43035 [  9272] By: jhi                                   on 2001/03/21  01:33:17
43036         Log: Subject: Re: [PATCH] POSIX::getcwd()
43037              From: Benjamin Sugars <bsugars@canoe.ca> 
43038              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
43039              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
43040      Branch: perl
43041            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
43042 ____________________________________________________________________________
43043 [  9271] By: jhi                                   on 2001/03/21  01:22:52
43044         Log: Subject: [PATCH] Cwd.pm docs
43045              From: Benjamin Sugars <bsugars@canoe.ca>
43046              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
43047              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
43048      Branch: perl
43049            ! lib/Cwd.pm
43050 ____________________________________________________________________________
43051 [  9270] By: jhi                                   on 2001/03/21  01:16:29
43052         Log: Continue 4-arg substr() UTF-8 fixage.
43053      Branch: perl
43054            ! pp.c t/op/substr.t
43055 ____________________________________________________________________________
43056 [  9269] By: jhi                                   on 2001/03/21  00:46:14
43057         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
43058              
43059              revert the leak fix in change#9142 (problem needs a more experimental
43060              fix unsuitable for 5.6.1)
43061              
43062              do alphabetical sorting by default (for csh compatibility)
43063              
43064              cut-n-paste goof in change#9264
43065              
43066              VMS piping fixes (from Charles Lane)
43067      Branch: perl
43068           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
43069           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
43070           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
43071 ____________________________________________________________________________
43072 [  9268] By: jhi                                   on 2001/03/21  00:37:04
43073         Log: Integrate perlio.
43074      Branch: perl
43075           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
43076           !> utf8.c utf8.h utfebcdic.h
43077 ____________________________________________________________________________
43078 [  9267] By: nick                                  on 2001/03/20  20:04:39
43079         Log: More EBCDIC stuff:
43080              - Loose the extra level of function on ASCII.
43081              - spotted a chr(0) issue in sv.c
43082              - re-work of UTF-X tr/// ranges to work in Unicode
43083              space. Still issues with the "0xff is illegal UTF-8" hack.
43084              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
43085              (why do it once when you can do it all over the place :-(
43086              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
43087              need utf8.pm for swashes.
43088              - Simplified and commented scan_const() in toke.c
43089              Still something wrong regexp and tr (swashes?).
43090      Branch: perlio
43091            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
43092            ! utf8.c utf8.h utfebcdic.h
43093 ____________________________________________________________________________
43094 [  9266] By: gsar                                  on 2001/03/20  19:16:43
43095         Log: VMS piping fixes (from Charles Lane)
43096      Branch: maint-5.6/perl
43097            ! vms/vms.c vms/vmspipe.com
43098 ____________________________________________________________________________
43099 [  9265] By: gsar                                  on 2001/03/20  17:53:52
43100         Log: cut-n-paste goof in change#9264
43101      Branch: maint-5.6/perl
43102            ! ext/File/Glob/Glob.xs
43103 ____________________________________________________________________________
43104 [  9264] By: gsar                                  on 2001/03/20  17:43:47
43105         Log: do alphabetical sorting by default (for csh compatibility);
43106              bsd_glob() does ASCII sort by default as usual, unless
43107              GLOB_ALPHASORT was specified
43108      Branch: maint-5.6/perl
43109            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
43110            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
43111            ! ext/File/Glob/bsd_glob.h
43112 ____________________________________________________________________________
43113 [  9263] By: gsar                                  on 2001/03/20  16:40:08
43114         Log: integrate change#9255 from mainline (unicode fix)
43115              
43116              substr($bytestr, i, n, $charstr)
43117      Branch: maint-5.6/perl
43118           !> Todo-5.6 pp.c t/op/substr.t
43119 ____________________________________________________________________________
43120 [  9262] By: gsar                                  on 2001/03/20  15:57:41
43121         Log: revert the leak fix in change#9142 (problem needs a more experimental
43122              fix unsuitable for 5.6.1)
43123      Branch: maint-5.6/perl
43124            ! scope.c
43125 ____________________________________________________________________________
43126 [  9261] By: jhi                                   on 2001/03/20  14:26:25
43127         Log: Integrate changes #9259,9260 from maintperl into mainline.
43128              
43129              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
43130              
43131              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
43132      Branch: perl
43133           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
43134 ____________________________________________________________________________
43135 [  9260] By: jhi                                   on 2001/03/20  14:05:46
43136         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
43137              From: Robin Barker <rmb1@cise.npl.co.uk>
43138              Date: Tue, 20 Mar 2001 10:12:04 GMT
43139              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
43140      Branch: maint-5.6/perl
43141            ! run.c
43142 ____________________________________________________________________________
43143 [  9259] By: jhi                                   on 2001/03/20  14:04:39
43144         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
43145              From: Chris Nandor <pudge@pobox.com>
43146              Date: Tue, 20 Mar 2001 00:40:56 -0500
43147              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
43148      Branch: maint-5.6/perl
43149            ! ext/POSIX/POSIX.xs lib/File/Path.pm
43150 ____________________________________________________________________________
43151 [  9258] By: jhi                                   on 2001/03/20  05:09:34
43152         Log: Update Changes.
43153      Branch: perl
43154            ! Changes patchlevel.h
43155 ____________________________________________________________________________
43156 [  9257] By: jhi                                   on 2001/03/20  05:04:25
43157         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
43158      Branch: perl
43159            ! t/op/tr.t
43160 ____________________________________________________________________________
43161 [  9256] By: jhi                                   on 2001/03/20  04:43:12
43162         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
43163              From: Peter Prymmer <pvhp@forte.com>
43164              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
43165              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
43166      Branch: maint-5.6/perl
43167            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
43168 ____________________________________________________________________________
43169 [  9255] By: jhi                                   on 2001/03/19  23:17:17
43170         Log: substr($bytestr, i, n, $charstr)
43171              
43172              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
43173      Branch: perl
43174            ! Todo-5.6 pp.c t/op/substr.t
43175 ____________________________________________________________________________
43176 [  9254] By: jhi                                   on 2001/03/19  22:25:09
43177         Log: Rearrange the make test target prerequisites so that
43178              in a parallel make 'all' is finished before 'test'.
43179      Branch: perl
43180            ! Makefile.SH
43181 ____________________________________________________________________________
43182 [  9253] By: jhi                                   on 2001/03/19  21:48:07
43183         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
43184              From: Robin Houston <robin@kitsite.com>
43185              Date: Mon, 19 Mar 2001 15:48:41 +0000
43186              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
43187      Branch: perl
43188            ! pp_ctl.c
43189 ____________________________________________________________________________
43190 [  9252] By: jhi                                   on 2001/03/19  21:42:27
43191         Log: Integrate perlio.
43192      Branch: perl
43193           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
43194           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
43195           !> utfebcdic.h vms/perly_c.vms
43196 ____________________________________________________________________________
43197 [  9251] By: jhi                                   on 2001/03/19  21:31:28
43198         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
43199              
43200              Dynaloading in 64-bit AIX with vac.
43201      Branch: perl
43202           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
43203           !> hints/aix.sh
43204 ____________________________________________________________________________
43205 [  9250] By: jhi                                   on 2001/03/19  21:18:00
43206         Log: A more robust solution for the 64bitall AIX dynaloading
43207              problem, from Jens-Uwe Mager.
43208      Branch: maint-5.6/perl
43209            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
43210 ____________________________________________________________________________
43211 [  9249] By: nick                                  on 2001/03/19  20:59:37
43212         Log: Integrate mainline.
43213      Branch: perlio
43214           !> (integrate 42 files)
43215 ____________________________________________________________________________
43216 [  9248] By: nick                                  on 2001/03/19  20:22:07
43217         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
43218              (Building on OS390 uses native YACC and YYDEBUG has other
43219              side effects.)
43220      Branch: perlio
43221            ! perly.c perly.y vms/perly_c.vms
43222 ____________________________________________________________________________
43223 [  9247] By: jhi                                   on 2001/03/19  19:59:53
43224         Log: 64-bit AIX dynaloading problem (see #9244) idea
43225              from Jens-Uwe Mager.
43226      Branch: maint-5.6/perl
43227            ! ext/DynaLoader/dl_aix.xs
43228 ____________________________________________________________________________
43229 [  9246] By: nick                                  on 2001/03/19  19:27:57
43230         Log: More EBCDIC fixes.
43231      Branch: perlio
43232            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
43233            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
43234 ____________________________________________________________________________
43235 [  9245] By: jhi                                   on 2001/03/19  19:05:19
43236         Log: Integrate change #9243 from mainline into maintperl.
43237              
43238              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
43239      Branch: maint-5.6/perl
43240           !> README.vmesa
43241 ____________________________________________________________________________
43242 [  9244] By: jhi                                   on 2001/03/19  19:03:15
43243         Log: Get 64bitall AIX building, but still does not test okay:
43244              dynaloading anything fails, for example for op/defins:
43245              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
43246              (update: fixed by #9247,9250)
43247      Branch: maint-5.6/perl
43248            ! hints/aix.sh
43249 ____________________________________________________________________________
43250 [  9243] By: jhi                                   on 2001/03/19  19:00:16
43251         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
43252              From: Robin Barker <rmb1@cise.npl.co.uk>
43253              Date: Mon, 19 Mar 2001 18:01:57 GMT
43254              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
43255      Branch: perl
43256            ! README.vmesa
43257 ____________________________________________________________________________
43258 [  9242] By: jhi                                   on 2001/03/19  18:58:43
43259         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
43260              
43261              TODO: tests.
43262      Branch: perl
43263            ! doop.c op.c
43264 ____________________________________________________________________________
43265 [  9241] By: gsar                                  on 2001/03/19  17:34:46
43266         Log: VMSify tests (from Charles Lane)
43267      Branch: maint-5.6/perl
43268            ! t/lib/filehand.t t/lib/texttabs.t
43269 ____________________________________________________________________________
43270 [  9240] By: jhi                                   on 2001/03/19  14:24:26
43271         Log: Integrate change #9233 from maintperl into mainline.
43272              
43273              some refcounts were incorrect in perl_clone()
43274      Branch: perl
43275           !> sv.c
43276 ____________________________________________________________________________
43277 [  9239] By: gsar                                  on 2001/03/19  09:23:17
43278         Log: this is 5.6.1-trial3
43279      Branch: maint-5.6/perl
43280            ! Changes
43281 ____________________________________________________________________________
43282 [  9238] By: gsar                                  on 2001/03/19  08:47:04
43283         Log: some new symbols are only available under ithreads
43284      Branch: maint-5.6/perl
43285            ! makedef.pl
43286 ____________________________________________________________________________
43287 [  9237] By: gsar                                  on 2001/03/19  08:42:28
43288         Log: update patchlevel.h, Changes, &c.
43289      Branch: maint-5.6/perl
43290            ! Changes patchlevel.h pod/perlhist.pod
43291           !> AUTHORS
43292 ____________________________________________________________________________
43293 [  9236] By: gsar                                  on 2001/03/19  08:17:49
43294         Log: integrate changes#8068,8717 from mainline
43295              
43296              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
43297              
43298              [PATCH CPAN 1.59_51] warning message (not!)
43299      Branch: maint-5.6/perl
43300           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
43301           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
43302           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
43303           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
43304           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
43305 ____________________________________________________________________________
43306 [  9235] By: gsar                                  on 2001/03/19  08:07:09
43307         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
43308              
43309              [PATCH] Add missing CV flags to dump.c
43310              
43311              Re: [patch] Re: PL_ptr_table
43312              
43313              Fixup non-ithread build after 8713
43314              
43315              Generated files form 8713 etc.
43316              
43317              Correct the correction :-(
43318              
43319              Documenting coderef @INC (Re: CPAN "make this script work" feature)
43320              
43321              Subject: Re: sync sync sync: have I missed any patches?
43322              Replace djSP with dSP.
43323      Branch: maint-5.6/perl
43324           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
43325           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
43326           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
43327           !> sv.c sv.h win32/perlhost.h
43328 ____________________________________________________________________________
43329 [  9234] By: gsar                                  on 2001/03/19  07:22:05
43330         Log: revert the change#9090 integrate for now (change looks somewhat
43331              incomplete in that [ha]v_exists() need something similar; lacks
43332              tests; &c.)
43333      Branch: maint-5.6/perl
43334            ! hv.c
43335 ____________________________________________________________________________
43336 [  9233] By: gsar                                  on 2001/03/19  07:10:01
43337         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
43338              destruction when there are unreferenced scalars (SvREFCNT==0)
43339      Branch: maint-5.6/perl
43340            ! sv.c
43341 ____________________________________________________________________________
43342 [  9232] By: jhi                                   on 2001/03/19  05:11:02
43343         Log: Regen api and toc.
43344      Branch: maint-5.6/perl
43345            ! pod/perlapi.pod pod/perltoc.pod
43346 ____________________________________________________________________________
43347 [  9231] By: jhi                                   on 2001/03/19  04:06:03
43348         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
43349              add a lost line in pp.c:pp_chop(), update to new op/chop.
43350              
43351              Clarify the description differentiating for and while; inspired by
43352              
43353              Subject: [ID 20010306.004] || != named unary operator
43354              
43355              The $Is_MacOS needs to be declared.
43356      Branch: maint-5.6/perl
43357            ! pp.c t/op/chop.t
43358           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
43359 ____________________________________________________________________________
43360 [  9230] By: jhi                                   on 2001/03/19  03:48:16
43361         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
43362              9079,9083,9089,9090,9091 from mainline to maintperl.
43363              
43364              Quieten some noise in Win32 builds
43365              
43366              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
43367              
43368              The perlretut was still talking about the old \p and \P
43369              definitions.
43370              
43371              More tweakage on the Unicode character class descriptions.
43372              
43373              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
43374              
43375              Subject: 'no *POSIX' Patch speeding up make on BS2000 
43376              
43377              Subject: [PATCH] perldata.pod here-doc docs
43378              
43379              Add /sbin and /usr/sbin to the list of directories scanned
43380              for setuid programs.  Takes care of bug id 20010309.003.
43381              
43382              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
43383              
43384              In op/stat #35 better to scan all the potential directories
43385              for setuids, not just the first one.
43386      Branch: maint-5.6/perl
43387            ! Makefile.SH
43388           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
43389           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
43390           !> t/op/stat.t toke.c win32/win32.h
43391 ____________________________________________________________________________
43392 [  9229] By: jhi                                   on 2001/03/19  02:31:50
43393         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
43394              From: Chris Nandor <pudge@pobox.com>
43395              Date: Sat, 10 Mar 2001 14:22:19 -0500
43396              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
43397      Branch: maint-5.6/perl
43398            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
43399            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
43400            ! t/lib/b.t t/lib/errno.t
43401 ____________________________________________________________________________
43402 [  9228] By: jhi                                   on 2001/03/19  02:29:59
43403         Log: Integrate changes #9113,9122 from mainline into maintperl.
43404              
43405              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?)
43406      Branch: maint-5.6/perl
43407           !> Configure README.os390 hints/os390.sh
43408 ____________________________________________________________________________
43409 [  9227] By: jhi                                   on 2001/03/19  02:22:35
43410         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
43411              into maintperl.
43412              
43413              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
43414              
43415              Forgot to check-in the larger part of #9120, duh.
43416              
43417              Subject: Another patch for integer.pm POD 
43418              
43419              h2ph strictness and cleanliness from Kurt Starsinic.
43420              
43421              Borland filename case problem.
43422              
43423              h2ph strictness and cleanliness from Kurt Starsinic.
43424              
43425              Subject: [PATCH] the uncontroversial doc patches
43426      Branch: maint-5.6/perl
43427           +> win32/sncfnmcs.pl
43428           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
43429           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
43430           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
43431           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
43432           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
43433           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
43434           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
43435 ____________________________________________________________________________
43436 [  9226] By: jhi                                   on 2001/03/19  02:10:21
43437         Log: Integrate changes #9207,9214 from mainline into maintperl.
43438              
43439              podchecker relaxations: =over has an *optional* number after it,
43440              and whitespace in L<> is okay.
43441      Branch: maint-5.6/perl
43442           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
43443           !> t/pod/poderrs.xr
43444 ____________________________________________________________________________
43445 [  9225] By: jhi                                   on 2001/03/19  02:07:38
43446         Log: Integrate change #9219 from maintperl into mainline.
43447              
43448              remove duplicated tests
43449      Branch: perl
43450           !> t/op/re_tests
43451 ____________________________________________________________________________
43452 [  9224] By: jhi                                   on 2001/03/19  02:06:11
43453         Log: Integrate change #9223 from mainline to maintperl.
43454              
43455              Document -Dmksymlinks.
43456      Branch: maint-5.6/perl
43457           !> INSTALL
43458 ____________________________________________________________________________
43459 [  9223] By: jhi                                   on 2001/03/19  02:01:25
43460         Log: Document -Dmksymlinks.
43461      Branch: perl
43462            ! INSTALL
43463 ____________________________________________________________________________
43464 [  9222] By: jhi                                   on 2001/03/19  01:15:35
43465         Log: The -Dmksymlinks wasn't working for maintperl.
43466      Branch: maint-5.6/perl
43467            ! Configure
43468 ____________________________________________________________________________
43469 [  9221] By: jhi                                   on 2001/03/19  00:49:43
43470         Log: Cleanup pixie residue.
43471      Branch: perl
43472            ! Makefile.SH
43473 ____________________________________________________________________________
43474 [  9220] By: jhi                                   on 2001/03/19  00:44:47
43475         Log: Document the use of pixie/prof; create make targets for it.
43476              
43477              TODO: make t/TEST pixie-aware.
43478      Branch: perl
43479            ! Makefile.SH pod/perlhack.pod
43480 ____________________________________________________________________________
43481 [  9219] By: gsar                                  on 2001/03/19  00:16:55
43482         Log: remove duplicated tests
43483      Branch: maint-5.6/perl
43484            ! t/op/re_tests
43485 ____________________________________________________________________________
43486 [  9218] By: jhi                                   on 2001/03/18  23:59:31
43487         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
43488      Branch: perl
43489            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
43490 ____________________________________________________________________________
43491 [  9217] By: jhi                                   on 2001/03/18  23:25:20
43492         Log: Rewrite the tests section of Makefile to be less redundant
43493              and to allow for more flexible test targets, many recursive
43494              make calls introduced.
43495      Branch: perl
43496            ! Makefile.SH
43497 ____________________________________________________________________________
43498 [  9216] By: jhi                                   on 2001/03/18  22:30:04
43499         Log: Document the use of Third Degree (sparsely).
43500      Branch: perl
43501            ! pod/perlhack.pod t/TEST
43502 ____________________________________________________________________________
43503 [  9215] By: jhi                                   on 2001/03/18  22:10:30
43504         Log: Make targets for testing with Third Degree.
43505      Branch: perl
43506            ! Makefile.SH
43507 ____________________________________________________________________________
43508 [  9214] By: jhi                                   on 2001/03/18  21:08:53
43509         Log: The podchecker relaxations need to mirrored also at the tests.
43510      Branch: perl
43511            ! t/pod/poderrs.xr
43512 ____________________________________________________________________________
43513 [  9213] By: jhi                                   on 2001/03/18  20:56:21
43514         Log: Update Changes.
43515      Branch: perl
43516            ! Changes patchlevel.h
43517 ____________________________________________________________________________
43518 [  9212] By: jhi                                   on 2001/03/18  20:36:59
43519         Log: Looking for config.sh in parent directories isn't
43520              very useful for the toplevel Makefile.
43521      Branch: perl
43522            ! Makefile.SH
43523 ____________________________________________________________________________
43524 [  9211] By: jhi                                   on 2001/03/18  20:33:37
43525         Log: On "make clean" take care of Third Degree droppings.
43526      Branch: perl
43527            ! Makefile.SH
43528 ____________________________________________________________________________
43529 [  9210] By: jhi                                   on 2001/03/18  20:21:34
43530         Log: Add a hook for running the tests under the Third Degree
43531              debugging tool (set $ENV{PERL_3LOG} to non-zero)
43532              
43533              TODO: Document the use of Third Degree.
43534      Branch: perl
43535            ! t/TEST
43536 ____________________________________________________________________________
43537 [  9209] By: jhi                                   on 2001/03/18  20:19:07
43538         Log: Regen toc and api pods.
43539      Branch: perl
43540            ! pod/perlapi.pod pod/perltoc.pod
43541 ____________________________________________________________________________
43542 [  9208] By: jhi                                   on 2001/03/18  20:12:12
43543         Log: Integrate changes #8128,9132 from mainline into maintperl,
43544              Tie::SubstrHash fixes.
43545      Branch: maint-5.6/perl
43546           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
43547 ____________________________________________________________________________
43548 [  9207] By: jhi                                   on 2001/03/18  20:07:43
43549         Log: podchecker relaxations from Michael Stevens.
43550      Branch: perl
43551            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
43552 ____________________________________________________________________________
43553 [  9206] By: jhi                                   on 2001/03/18  20:04:24
43554         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
43555      Branch: perl
43556            ! lib/Locale/Constants.pm lib/Locale/Country.pm
43557            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
43558            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
43559 ____________________________________________________________________________
43560 [  9205] By: jhi                                   on 2001/03/18  19:54:45
43561         Log: Integrate changes #9161,9162 from maintperl to mainline.
43562              
43563              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
43564              results
43565      Branch: perl
43566           !> t/op/magic.t
43567 ____________________________________________________________________________
43568 [  9204] By: jhi                                   on 2001/03/18  19:37:46
43569         Log: Make perl.third checks more understandable to the builder.
43570      Branch: perl
43571            ! Makefile.SH
43572 ____________________________________________________________________________
43573 [  9203] By: jhi                                   on 2001/03/18  19:20:54
43574         Log: Re-integrate #9138 from maintperl to mainline,
43575              the squelching of the unneeded "Scalars leaked" messages.
43576      Branch: perl
43577           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
43578           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
43579           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
43580 ____________________________________________________________________________
43581 [  9202] By: jhi                                   on 2001/03/18  18:48:36
43582         Log: More robust and more paranoid perl.third target.
43583      Branch: perl
43584            ! Makefile.SH
43585 ____________________________________________________________________________
43586 [  9201] By: jhi                                   on 2001/03/18  18:39:21
43587         Log: Integrate change #9197 from maintperl to mainline.
43588              
43589              more thorough cleaning of arenas.
43590      Branch: perl
43591           !> embed.pl perl.c proto.h sv.c t/op/sort.t
43592 ____________________________________________________________________________
43593 [  9200] By: jhi                                   on 2001/03/18  18:25:17
43594         Log: Integrate perlio.
43595      Branch: perl
43596           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
43597           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
43598           !> t/lib/encode.t toke.c universal.c utf8.c
43599 ____________________________________________________________________________
43600 [  9199] By: nick                                  on 2001/03/18  15:23:51
43601         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
43602              is the sense of the test being done. Avoid some magical 127 and 128 values
43603              by using macros.
43604      Branch: perlio
43605            ! doop.c pp_ctl.c sv.c toke.c
43606 ____________________________________________________________________________
43607 [  9198] By: nick                                  on 2001/03/18  14:18:12
43608         Log: UTF-X encoding invariance for Encode:
43609              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
43610              - move the XS code for those to universal.c (so in miniperl)
43611              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
43612              - change ext/Encode/compile to use above.
43613              - Fix t/lib/encode.t for above
43614              - Teach t/lib/b.t to expect -uutf8
43615              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
43616              utf8.pm is needed.
43617      Branch: perlio
43618            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
43619            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
43620 ____________________________________________________________________________
43621 [  9197] By: gsar                                  on 2001/03/18  12:15:57
43622         Log: more thorough cleaning of arenas--keep going until no more
43623              SvREFCNT_dec()s occur (this fixes the problem that causes the
43624              pesky "Scalars leaked" warnings)
43625      Branch: maint-5.6/perl
43626            ! embed.pl perl.c proto.h sv.c t/op/sort.t
43627 ____________________________________________________________________________
43628 [  9196] By: nick                                  on 2001/03/18  10:57:29
43629         Log: Fix pragma/utf8.t # 15
43630              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
43631              are SvUTF8 as well.
43632      Branch: perlio
43633            ! toke.c
43634 ____________________________________________________________________________
43635 [  9195] By: nick                                  on 2001/03/18  09:27:06
43636         Log: Integrate mainline
43637      Branch: perlio
43638           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
43639           !> t/op/pat.t
43640 ____________________________________________________________________________
43641 [  9194] By: jhi                                   on 2001/03/18  05:29:59
43642         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
43643              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
43644      Branch: perl
43645            ! op.c op.h t/op/misc.t t/op/pat.t
43646 ____________________________________________________________________________
43647 [  9193] By: jhi                                   on 2001/03/18  05:15:06
43648         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
43649      Branch: perl
43650            ! mg.c t/op/pat.t
43651 ____________________________________________________________________________
43652 [  9192] By: jhi                                   on 2001/03/18  04:22:43
43653         Log: tr/// UTF-8 patches from Inaba Hiroto.
43654      Branch: perl
43655            ! doop.c op.c
43656 ____________________________________________________________________________
43657 [  9191] By: jhi                                   on 2001/03/18  04:21:17
43658         Log: Integrate perlio.
43659      Branch: perl
43660           !> utf8.c utfebcdic.h
43661 ____________________________________________________________________________
43662 [  9190] By: nick                                  on 2001/03/17  20:32:01
43663         Log: Correct #if EBCDIC side typos.
43664              Builds and passes many tests on OS390.
43665      Branch: perlio
43666            ! utf8.c utfebcdic.h
43667 ____________________________________________________________________________
43668 [  9189] By: jhi                                   on 2001/03/17  18:55:49
43669         Log: Add prerequisites for the perl.third target.
43670      Branch: perl
43671            ! Makefile.SH
43672 ____________________________________________________________________________
43673 [  9188] By: jhi                                   on 2001/03/17  18:46:00
43674         Log: Integrate perlio.
43675      Branch: perl
43676           +> utfebcdic.h
43677           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
43678 ____________________________________________________________________________
43679 [  9187] By: jhi                                   on 2001/03/17  18:38:47
43680         Log: Add a make rule for perl.third (the Third Degree memory debugging
43681              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
43682      Branch: perl
43683            ! Makefile.SH
43684 ____________________________________________________________________________
43685 [  9186] By: nick                                  on 2001/03/17  18:34:48
43686         Log: MANIFEST addition :-(
43687      Branch: perlio
43688            ! MANIFEST
43689 ____________________________________________________________________________
43690 [  9185] By: nick                                  on 2001/03/17  18:29:50
43691         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
43692              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
43693              a superset of ASCII are invariant under the encoding. This is EBCDIC
43694              friendly as an encoded string can be looked at as being EBCDIC by lexer
43695              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
43696              ASCII on ASCII machines.
43697              
43698              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
43699              seperate.
43700              - Add some more macros to comprehend different shift amounts and
43701              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
43702              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
43703              and conditionally #include it.
43704              
43705              EBCDIC build as yet untested.  ASCII still fails the one test.
43706      Branch: perlio
43707            + utfebcdic.h
43708            ! utf8.c utf8.h
43709 ____________________________________________________________________________
43710 [  9184] By: nick                                  on 2001/03/17  17:44:16
43711         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
43712      Branch: perlio
43713            ! doop.c perl.h pp.c utf8.h
43714 ____________________________________________________________________________
43715 [  9183] By: jhi                                   on 2001/03/17  15:55:42
43716         Log: Integrate perlio.
43717      Branch: perl
43718            ! MANIFEST
43719           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
43720 ____________________________________________________________________________
43721 [  9182] By: nick                                  on 2001/03/17  09:16:06
43722         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
43723      Branch: perlio
43724            ! t/op/pat.t
43725 ____________________________________________________________________________
43726 [  9181] By: nick                                  on 2001/03/17  09:15:11
43727         Log: Integrate mainline.
43728      Branch: perlio
43729           +> lib/Locale/Constants.pm lib/Locale/Country.pm
43730           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
43731           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
43732           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
43733           !> (integrate 83 files)
43734 ____________________________________________________________________________
43735 [  9180] By: nick                                  on 2001/03/16  17:23:21
43736         Log: EBCDIC Fixes.
43737      Branch: perlio
43738            ! perl.h sv.c toke.c utf8.c utf8.h
43739 ____________________________________________________________________________
43740 [  9179] By: jhi                                   on 2001/03/16  14:10:12
43741         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
43742              a change needed to work around an AIX compiler bug.
43743      Branch: perl
43744            ! ext/Storable/Storable.xs
43745 ____________________________________________________________________________
43746 [  9178] By: jhi                                   on 2001/03/16  03:19:59
43747         Log: With Damian's approval synchronize damian's modules'
43748              licensing with Perl's standard module licensing.
43749      Branch: perl
43750            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
43751 ____________________________________________________________________________
43752 [  9177] By: jhi                                   on 2001/03/16  03:15:34
43753         Log: Make the Filter::Util:Call files have their own copies
43754              of the Perl standard module licensing, from Paul Marquess.
43755      Branch: perl
43756            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
43757 ____________________________________________________________________________
43758 [  9176] By: jhi                                   on 2001/03/16  02:56:04
43759         Log: Subject: [PATCH] more pod patches
43760              From: Michael Stevens <michael@etla.org>
43761              Date: Thu, 15 Mar 2001 21:25:18 +0000
43762              Message-ID: <20010315212518.A18870@firedrake.org>
43763      Branch: perl
43764            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
43765            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
43766            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
43767            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
43768            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
43769            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
43770            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
43771            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
43772            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
43773            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
43774            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
43775            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
43776            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
43777            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
43778            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
43779            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
43780            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
43781            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
43782            ! lib/Locale/Country.pm lib/Locale/Language.pm
43783            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
43784            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
43785            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
43786            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
43787            ! os2/OS2/Process/Process.pm
43788 ____________________________________________________________________________
43789 [  9175] By: jhi                                   on 2001/03/16  02:53:32
43790         Log: Subject: [PATCH] the uncontroversial doc patches
43791              From: Michael Stevens <michael@etla.org>
43792              Date: Thu, 15 Mar 2001 20:01:12 +0000
43793              Message-ID: <20010315200112.A7636@firedrake.org>
43794      Branch: perl
43795            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
43796            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
43797            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
43798            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
43799            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
43800 ____________________________________________________________________________
43801 [  9174] By: jhi                                   on 2001/03/16  02:50:49
43802         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
43803              From: Paul Lindner <lindner@inuus.com>
43804              Date: Fri, 16 Mar 2001 11:28:03 -0800
43805              Message-ID: <20010316112803.A7577@inuus.com>
43806      Branch: perl
43807            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
43808 ____________________________________________________________________________
43809 [  9173] By: nick                                  on 2001/03/15  20:21:03
43810         Log: 1st day's EBCDIC fixes:
43811              - toke.c's parsing of strings needed attention
43812              needed to conditionally e2a if string was already UTF-8
43813              - e2a/a2e tables where wrong way round.
43814              - new macros in utf8.h
43815      Branch: perlio
43816            ! perl.h toke.c utf8.h
43817 ____________________________________________________________________________
43818 [  9172] By: jhi                                   on 2001/03/15  15:17:17
43819         Log: Update Changes.
43820      Branch: perl
43821            ! Changes patchlevel.h
43822 ____________________________________________________________________________
43823 [  9171] By: jhi                                   on 2001/03/15  15:09:32
43824         Log: Subject: Re: Another Borland C++ problem.
43825              From: "Vadim Konovalov" <watman@inbox.ru>
43826              Date: Sat, 10 Mar 2001 19:26:07 +0300
43827              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
43828              
43829              Borland filename case problem.
43830      Branch: perl
43831            + win32/sncfnmcs.pl
43832            ! MANIFEST README.win32
43833 ____________________________________________________________________________
43834 [  9170] By: jhi                                   on 2001/03/15  14:54:23
43835         Log: Add Locale::Codes 1.06, from Neil Bowers.
43836      Branch: perl
43837            + lib/Locale/Constants.pm lib/Locale/Country.pm
43838            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
43839            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
43840            + t/lib/lc-language.t t/lib/lc-uk.t
43841            ! MANIFEST
43842 ____________________________________________________________________________
43843 [  9169] By: jhi                                   on 2001/03/15  14:19:01
43844         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
43845      Branch: perl
43846            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
43847            ! ext/Storable/Storable.xs
43848 ____________________________________________________________________________
43849 [  9168] By: jhi                                   on 2001/03/15  14:13:22
43850         Log: Integrate changes #9120,9167 from mainline to maintperl.
43851              
43852              Subject: [PATCH 5.6.1] OS/2 docs
43853              
43854              Subject: [PATCH 5.6.1] perldoc
43855      Branch: maint-5.6/perl
43856           !> os2/Changes utils/perldoc.PL
43857 ____________________________________________________________________________
43858 [  9167] By: jhi                                   on 2001/03/15  14:07:42
43859         Log: Subject: [PATCH 5.6.1] perldoc
43860              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43861              Date: Wed, 14 Mar 2001 23:46:52 -0500
43862              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
43863      Branch: perl
43864            ! utils/perldoc.PL
43865 ____________________________________________________________________________
43866 [  9166] By: jhi                                   on 2001/03/15  13:53:15
43867         Log: sigaction test condition tweakage.
43868      Branch: perl
43869            ! t/lib/sigaction.t
43870 ____________________________________________________________________________
43871 [  9165] By: alanbur                               on 2001/03/15  03:49:17
43872         Log: Resynchronised with parent
43873      Branch: maint-5.6/pureperl
43874           +> os2/os2add.sym t/op/anonsub.t
43875           !> (integrate 72 files)
43876 ____________________________________________________________________________
43877 [  9164] By: jhi                                   on 2001/03/15  01:05:01
43878         Log: Avoid stomping off the beginning of an array in tr///.
43879      Branch: perl
43880            ! op.c
43881 ____________________________________________________________________________
43882 [  9163] By: jhi                                   on 2001/03/15  00:58:57
43883         Log: h2ph strictness and cleanliness from Kurt Starsinic.
43884      Branch: perl
43885            ! utils/h2ph.PL
43886 ____________________________________________________________________________
43887 [  9162] By: gsar                                  on 2001/03/15  00:56:53
43888         Log: avoid warnings
43889      Branch: maint-5.6/perl
43890            ! t/op/magic.t
43891 ____________________________________________________________________________
43892 [  9161] By: gsar                                  on 2001/03/15  00:52:09
43893         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
43894              results
43895      Branch: maint-5.6/perl
43896            ! t/op/magic.t
43897 ____________________________________________________________________________
43898 [  9160] By: jhi                                   on 2001/03/14  22:02:10
43899         Log: Do not use the Perl malloc in IRIX, suggested by
43900              Helmus Jarausch.
43901      Branch: perl
43902            ! hints/irix_6.sh
43903 ____________________________________________________________________________
43904 [  9159] By: nick                                  on 2001/03/14  21:45:59
43905         Log: Integrate mainline
43906      Branch: perlio
43907           +> t/op/loopctl.t
43908           !> (integrate 41 files)
43909 ____________________________________________________________________________
43910 [  9158] By: jhi                                   on 2001/03/14  21:10:09
43911         Log: The Day of the Retractions continues: the #9138
43912              (integrated in #9144) doesn't work well in mainline.
43913      Branch: perl
43914            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
43915            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
43916            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
43917 ____________________________________________________________________________
43918 [  9157] By: jhi                                   on 2001/03/14  20:58:12
43919         Log: The #9145 CANNOT be enabled: the clear_pmop code still
43920              dumps core all over in Tru64.
43921      Branch: perl
43922            ! op.c op.h t/op/pat.t
43923 ____________________________________________________________________________
43924 [  9156] By: jhi                                   on 2001/03/14  20:48:06
43925         Log: Integrate change #9154 from maintperl to mainline.
43926              
43927              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
43928              (caused Storable 1.0.10 to break on windows)
43929      Branch: perl
43930           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
43931           !> perlapi.c proto.h
43932 ____________________________________________________________________________
43933 [  9155] By: jhi                                   on 2001/03/14  20:23:53
43934         Log: Retract #9136: breaks threading (and binary compatibility).
43935      Branch: perl
43936            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
43937 ____________________________________________________________________________
43938 [  9154] By: gsar                                  on 2001/03/14  17:48:18
43939         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
43940              (caused Storable 1.0.10 to break on windows)
43941      Branch: maint-5.6/perl
43942            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
43943            ! perlapi.c proto.h
43944 ____________________________________________________________________________
43945 [  9153] By: jhi                                   on 2001/03/14  13:35:21
43946         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
43947      Branch: perl
43948            ! t/lib/sigaction.t
43949 ____________________________________________________________________________
43950 [  9152] By: gsar                                  on 2001/03/14  07:29:40
43951         Log: back out changes#9012,9010,9009 and parts of change#9016
43952              (causes ABRs under purify, and some prerequisites don't
43953              seem to be there in 5.6.x)
43954      Branch: maint-5.6/perl
43955            ! doop.c op.c t/op/tr.t toke.c
43956 ____________________________________________________________________________
43957 [  9151] By: gsar                                  on 2001/03/14  07:01:29
43958         Log: reenable change#9145 (the test was busted due to a missing
43959              C<print "ok 27\n">)
43960      Branch: perl
43961            ! op.c op.h t/op/pat.t
43962 ____________________________________________________________________________
43963 [  9150] By: jhi                                   on 2001/03/14  06:38:36
43964         Log: Retract #9145.
43965      Branch: perl
43966            ! op.c op.h t/op/pat.t
43967 ____________________________________________________________________________
43968 [  9149] By: jhi                                   on 2001/03/14  06:14:56
43969         Log: Retract #9143.
43970      Branch: perl
43971            ! op.c
43972 ____________________________________________________________________________
43973 [  9148] By: gsar                                  on 2001/03/14  06:13:02
43974         Log: Uninitialized Memory Read in regexec.c
43975      Branch: perl
43976            ! regexec.c
43977 ____________________________________________________________________________
43978 [  9147] By: jhi                                   on 2001/03/14  04:59:54
43979         Log: Subject: PATCH: make goto work in nested eval ""
43980              From: Robin Houston <robin@kitsite.com>
43981              Date: Wed, 14 Mar 2001 04:16:10 +0000
43982              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
43983      Branch: perl
43984            ! pp_ctl.c t/op/goto.t
43985 ____________________________________________________________________________
43986 [  9146] By: jhi                                   on 2001/03/14  04:42:54
43987         Log: Preserve the #ifdef PERL_CORE in perly.h.
43988      Branch: perl
43989            ! perly.fixer
43990 ____________________________________________________________________________
43991 [  9145] By: jhi                                   on 2001/03/14  03:57:41
43992         Log: (Retracted by #9150.)
43993      Branch: perl
43994            ! op.c op.h t/op/pat.t
43995 ____________________________________________________________________________
43996 [  9144] By: jhi                                   on 2001/03/14  03:50:38
43997         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
43998              
43999              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
44000              
44001              remove squelch controls for "Scalars leaked" messages in most places
44002              (these are now cured)
44003              
44004              fix another memory leak reported by purify (tie callbacks that
44005              croak can leak when wiping out magic)
44006      Branch: perl
44007           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
44008           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
44009           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
44010           !> t/pragma/warnings.t
44011 ____________________________________________________________________________
44012 [  9143] By: jhi                                   on 2001/03/14  03:37:53
44013         Log: (Retracted by #9149.)
44014      Branch: perl
44015            ! op.c
44016 ____________________________________________________________________________
44017 [  9142] By: gsar                                  on 2001/03/14  03:20:48
44018         Log: fix another memory leak reported by purify (tie callbacks that
44019              croak can leak when wiping out magic)
44020      Branch: maint-5.6/perl
44021            ! scope.c
44022 ____________________________________________________________________________
44023 [  9141] By: jhi                                   on 2001/03/14  02:55:00
44024         Log: Subject: PATCH for [ID 20010305.003]
44025              From: Robin Houston <robin@kitsite.com>
44026              Date: Wed, 14 Mar 2001 02:45:51 +0000
44027              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
44028      Branch: perl
44029            ! pp_ctl.c t/op/eval.t
44030 ____________________________________________________________________________
44031 [  9140] By: jhi                                   on 2001/03/14  02:41:54
44032         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
44033              Date: Wed, 14 Mar 2001 01:52:51 +0000
44034              From: Robin Houston <robin@kitsite.com>
44035              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
44036              
44037              Fix for 2000313.004.
44038      Branch: perl
44039            ! pp_ctl.c t/op/goto.t
44040 ____________________________________________________________________________
44041 [  9139] By: jhi                                   on 2001/03/14  02:40:50
44042         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
44043              From: Robin Houston <robin@kitsite.com>
44044              Date: Wed, 14 Mar 2001 00:43:45 +0000
44045              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
44046      Branch: perl
44047            + t/op/loopctl.t
44048            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
44049            ! vms/perly_c.vms
44050 ____________________________________________________________________________
44051 [  9138] By: gsar                                  on 2001/03/14  01:18:00
44052         Log: remove squelch controls for "Scalars leaked" messages in most places
44053              (these are now cured)
44054      Branch: maint-5.6/perl
44055            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
44056            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
44057            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
44058 ____________________________________________________________________________
44059 [  9137] By: gsar                                  on 2001/03/14  00:57:04
44060         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
44061      Branch: maint-5.6/perl
44062            ! regcomp.c
44063 ____________________________________________________________________________
44064 [  9136] By: jhi                                   on 2001/03/13  23:12:24
44065         Log: (Retracted by #9155)
44066              
44067              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
44068              From: Jens-Uwe Mager <jum@helios.de>
44069              Date: Wed, 21 Feb 2001 21:32:04 +0100
44070              Message-ID: <20010221213203.A18340@ans.helios.de>
44071      Branch: perl
44072            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
44073 ____________________________________________________________________________
44074 [  9135] By: jhi                                   on 2001/03/13  22:50:05
44075         Log: Integrate perlio.
44076      Branch: perl
44077           !> pp.c
44078 ____________________________________________________________________________
44079 [  9134] By: jhi                                   on 2001/03/13  22:49:05
44080         Log: Integrate change #9131 from maintperl into mainline.
44081              
44082              make the error text look more consistent in hints/hpux.sh
44083      Branch: perl
44084           !> hints/hpux.sh
44085 ____________________________________________________________________________
44086 [  9133] By: gsar                                  on 2001/03/13  22:46:20
44087         Log: integrate change#9067 from mainline
44088              
44089              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
44090      Branch: maint-5.6/perl
44091           !> lib/ExtUtils/MM_Unix.pm
44092 ____________________________________________________________________________
44093 [  9132] By: jhi                                   on 2001/03/13  22:41:21
44094         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
44095              From: "John P. Linderman" <jpl@research.att.com>
44096              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
44097              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
44098              
44099              A more correct prime finder.
44100      Branch: perl
44101            ! lib/Tie/SubstrHash.pm
44102 ____________________________________________________________________________
44103 [  9131] By: gsar                                  on 2001/03/13  22:30:42
44104         Log: make the error text look more consistent in hints/hpux.sh
44105      Branch: maint-5.6/perl
44106            ! hints/hpux.sh
44107 ____________________________________________________________________________
44108 [  9130] By: jhi                                   on 2001/03/13  22:23:44
44109         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
44110              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44111              Date: Tue, 13 Mar 2001 18:41:26 +0100
44112              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
44113              
44114              If the test is run non-interactively the default handler
44115              is different.
44116      Branch: perl
44117            ! t/lib/sigaction.t
44118 ____________________________________________________________________________
44119 [  9129] By: jhi                                   on 2001/03/13  22:20:21
44120         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
44121              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
44122              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
44123              Date:     Tue, 13 Mar 2001 16:44:32 EST
44124      Branch: perl
44125            ! t/lib/1_compile.t
44126 ____________________________________________________________________________
44127 [  9128] By: jhi                                   on 2001/03/13  22:18:34
44128         Log: Subject: Another patch for integer.pm POD 
44129              From: "John L. Allen" <allen@grumman.com>
44130              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
44131              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
44132      Branch: perl
44133            ! lib/integer.pm
44134 ____________________________________________________________________________
44135 [  9127] By: nick                                  on 2001/03/13  21:26:30
44136         Log: Integrate mainline.
44137      Branch: perlio
44138           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
44139           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
44140           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
44141           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
44142           !> Changes Configure MANIFEST README.os2 README.os390
44143           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
44144           !> os2/Changes patchlevel.h win32/perlhost.h
44145 ____________________________________________________________________________
44146 [  9126] By: nick                                  on 2001/03/13  20:39:51
44147         Log: #ifdef'ed out code to make packed side of pack/unpack
44148              octets. (i.e. pack('U') => encode_utf8).
44149      Branch: perlio
44150            ! pp.c
44151 ____________________________________________________________________________
44152 [  9125] By: jhi                                   on 2001/03/13  15:07:16
44153         Log: Update Changes.
44154      Branch: perl
44155            ! Changes patchlevel.h
44156 ____________________________________________________________________________
44157 [  9124] By: jhi                                   on 2001/03/13  14:22:45
44158         Log: Workaround for the buggy ("internal compiler error")
44159              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
44160              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
44161              of Andreas König.
44162      Branch: perl
44163            ! ext/re/Makefile.PL hints/aix.sh
44164 ____________________________________________________________________________
44165 [  9123] By: jhi                                   on 2001/03/13  03:24:34
44166         Log: Typo in #9114.
44167      Branch: metaconfig
44168            ! U/modified/myhostname.U
44169 ____________________________________________________________________________
44170 [  9122] By: jhi                                   on 2001/03/13  03:24:06
44171         Log: Typo in #9113.
44172      Branch: perl
44173            ! Configure
44174 ____________________________________________________________________________
44175 [  9121] By: jhi                                   on 2001/03/13  01:53:05
44176         Log: Forgot to check-in the larger part of #9120, duh.
44177      Branch: perl
44178            ! README.os2
44179 ____________________________________________________________________________
44180 [  9120] By: jhi                                   on 2001/03/13  01:51:31
44181         Log: Subject: [PATCH 5.6.1] OS/2 docs
44182              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44183              Date: Mon, 12 Mar 2001 03:27:32 -0500
44184              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
44185      Branch: perl
44186            ! os2/Changes
44187 ____________________________________________________________________________
44188 [  9119] By: jhi                                   on 2001/03/13  01:49:41
44189         Log: Integrate change #9116 from maintperl into mainline.
44190              
44191              Win32::GetCwd() returns C: instead of C:\ in the root directory
44192              under ithreads
44193      Branch: perl
44194           !> win32/perlhost.h
44195 ____________________________________________________________________________
44196 [  9118] By: jhi                                   on 2001/03/13  01:13:39
44197         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
44198      Branch: perl
44199            + lib/Switch.pm t/lib/switch.t
44200            ! MANIFEST
44201 ____________________________________________________________________________
44202 [  9117] By: jhi                                   on 2001/03/13  01:03:17
44203         Log: Add Text::Balanced 1.83.
44204      Branch: perl
44205            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
44206            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
44207            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
44208            + t/lib/tb-xvari.t
44209            ! MANIFEST
44210 ____________________________________________________________________________
44211 [  9116] By: gsar                                  on 2001/03/13  00:55:53
44212         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
44213              under ithreads
44214      Branch: maint-5.6/perl
44215            ! win32/perlhost.h
44216 ____________________________________________________________________________
44217 [  9115] By: jhi                                   on 2001/03/13  00:54:09
44218         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
44219              From: "John L. Allen" <allen@grumman.com>
44220              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
44221              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
44222              
44223              use integer document clarification.
44224      Branch: perl
44225            ! lib/integer.pm
44226 ____________________________________________________________________________
44227 [  9114] By: jhi                                   on 2001/03/13  00:38:54
44228         Log: Metaconfig unit change for #9113.
44229      Branch: metaconfig
44230            ! U/modified/myhostname.U
44231 ____________________________________________________________________________
44232 [  9113] By: jhi                                   on 2001/03/13  00:38:35
44233         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?)
44234              From: Peter Prymmer <pvhp@forte.com>
44235              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
44236              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
44237      Branch: perl
44238            ! Configure README.os390 hints/os390.sh
44239 ____________________________________________________________________________
44240 [  9112] By: jhi                                   on 2001/03/13  00:29:00
44241         Log: Integrate perlio.
44242      Branch: perl
44243           !> sv.c utf8.h
44244 ____________________________________________________________________________
44245 [  9111] By: nick                                  on 2001/03/12  21:16:33
44246         Log: Integrate mainline.
44247      Branch: perlio
44248           +> t/op/anonsub.t
44249           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
44250           !> proto.h sv.c
44251 ____________________________________________________________________________
44252 [  9110] By: nick                                  on 2001/03/12  21:00:13
44253         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
44254      Branch: perlio
44255            ! sv.c utf8.h
44256 ____________________________________________________________________________
44257 [  9109] By: jhi                                   on 2001/03/12  16:04:47
44258         Log: Integrate change #9108 from maintperl to mainline.
44259              
44260              fix memory leak in C<sub X { sub {} }> arising from a refcount
44261              loop between the outer sub and the inner prototype anonsub
44262              
44263              this also enables closures returned by subroutines that
44264              subsequently get redefined to work without generating coredumps :)
44265              
44266              completely removed the free_closures() hack--it shouldn't be
44267              needed anymore
44268      Branch: perl
44269           +> t/op/anonsub.t
44270           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
44271           !> proto.h sv.c
44272 ____________________________________________________________________________
44273 [  9108] By: gsar                                  on 2001/03/12  10:21:31
44274         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
44275              loop between the outer sub and the inner prototype anonsub
44276              
44277              this also enables closures returned by subroutines that
44278              subsequently get redefined to work without generating coredumps :)
44279              
44280              completely removed the free_closures() hack--it shouldn't be
44281              needed anymore
44282      Branch: maint-5.6/perl
44283            + t/op/anonsub.t
44284            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
44285            ! proto.h sv.c
44286 ____________________________________________________________________________
44287 [  9107] By: jhi                                   on 2001/03/12  05:15:31
44288         Log: Integrate perlio.
44289      Branch: perl
44290           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
44291 ____________________________________________________________________________
44292 [  9106] By: nick                                  on 2001/03/11  20:10:12
44293         Log: regcomp.c is working in native space, not Unicode space (if different)
44294              as it is doing compare against 'W' in \W etc.
44295      Branch: perlio
44296            ! regcomp.c
44297 ____________________________________________________________________________
44298 [  9105] By: nick                                  on 2001/03/11  19:39:34
44299         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
44300              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
44301      Branch: perlio
44302            ! regcomp.c toke.c utf8.c
44303 ____________________________________________________________________________
44304 [  9104] By: nick                                  on 2001/03/11  18:15:44
44305         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
44306      Branch: perlio
44307            ! sv.c
44308 ____________________________________________________________________________
44309 [  9103] By: nick                                  on 2001/03/11  18:03:28
44310         Log: Integrate mainline (for regexp stuff).
44311      Branch: perlio
44312           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
44313           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
44314           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
44315           !> t/lib/errno.t t/op/pat.t
44316 ____________________________________________________________________________
44317 [  9102] By: nick                                  on 2001/03/11  17:44:20
44318         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
44319              - exclude layer syms in makedef.pl for sfio
44320              - also inhibit Encode from trying to build ":encode()" layer.
44321      Branch: perlio
44322            ! ext/Encode/Encode.xs makedef.pl
44323 ____________________________________________________________________________
44324 [  9101] By: jhi                                   on 2001/03/10  22:38:13
44325         Log: The $Is_MacOS needs to be declared.
44326      Branch: perl
44327            ! lib/ExtUtils/Manifest.pm
44328 ____________________________________________________________________________
44329 [  9100] By: jhi                                   on 2001/03/10  22:14:29
44330         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
44331              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
44332              pollute the symbolspace if using sfio.
44333      Branch: perl
44334            ! ext/Encode/Encode.xs
44335 ____________________________________________________________________________
44336 [  9099] By: jhi                                   on 2001/03/10  21:58:48
44337         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
44338              Date: Sat, 10 Mar 2001 14:23:55 -0500
44339              From: Chris Nandor <pudge@pobox.com>
44340              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
44341      Branch: perl
44342            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
44343            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
44344            ! t/lib/errno.t
44345 ____________________________________________________________________________
44346 [  9098] By: jhi                                   on 2001/03/10  21:38:30
44347         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
44348      Branch: perl
44349            ! regcomp.c regexec.c t/op/pat.t
44350 ____________________________________________________________________________
44351 [  9097] By: jhi                                   on 2001/03/10  14:38:07
44352         Log: Integrate perlio.
44353      Branch: perl
44354           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
44355           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
44356           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
44357 ____________________________________________________________________________
44358 [  9096] By: nick                                  on 2001/03/10  11:55:43
44359         Log: EBCDIC sanity - phase I
44360              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
44361              - use utf8n_xxxx (c.f. pvn) for forms which take length.
44362              - back out vN.N and $^V exceptions to e2a/a2e
44363              - make "locale" isxxx macros be uvchr (may be redundant?)
44364              
44365              Not clear yet that toUPPER_uni et. al. return being handled correctly.
44366              The tr// and rexexp stuff still needs an audit, assumption is they are working
44367              in Unicode space.
44368              
44369              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
44370      Branch: perlio
44371            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
44372            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
44373            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
44374 ____________________________________________________________________________
44375 [  9095] By: jhi                                   on 2001/03/09  22:10:01
44376         Log: Integrate perlio.
44377      Branch: perl
44378           !> dump.c
44379 ____________________________________________________________________________
44380 [  9094] By: nick                                  on 2001/03/09  17:36:38
44381         Log: Builds an passes all tests after integrate and this tweak.
44382      Branch: perlio
44383            ! dump.c
44384 ____________________________________________________________________________
44385 [  9093] By: nick                                  on 2001/03/09  17:16:03
44386         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
44387      Branch: perlio
44388           +> lib/unicode/Scripts.txt t/lib/sigaction.t
44389           !> (integrate 79 files)
44390 ____________________________________________________________________________
44391 [  9092] By: jhi                                   on 2001/03/09  15:28:26
44392         Log: Update Changes.
44393      Branch: perl
44394            ! Changes patchlevel.h
44395 ____________________________________________________________________________
44396 [  9091] By: jhi                                   on 2001/03/09  15:25:05
44397         Log: In op/stat #35 better to scan all the potential directories
44398              for setuids, not just the first one.
44399      Branch: perl
44400            ! t/op/stat.t
44401 ____________________________________________________________________________
44402 [  9090] By: jhi                                   on 2001/03/09  15:01:27
44403         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
44404              From: rspier@pobox.com (Robert Spier)
44405              Date: Fri, 9 Mar 2001 03:30:20 -0500
44406              Message-ID: <15016.38044.381174.160189@rls.cx>
44407              
44408              EXISTS() returning undef mistakenly triggered a FETCH().
44409      Branch: perl
44410            ! hv.c
44411 ____________________________________________________________________________
44412 [  9089] By: jhi                                   on 2001/03/09  14:59:02
44413         Log: Add /sbin and /usr/sbin to the list of directories scanned
44414              for setuid programs.  Takes care of bug id 20010309.003.
44415      Branch: perl
44416            ! t/op/stat.t
44417 ____________________________________________________________________________
44418 [  9088] By: jhi                                   on 2001/03/09  14:48:32
44419         Log: Regen perlapi, perltoc.
44420      Branch: perl
44421            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
44422 ____________________________________________________________________________
44423 [  9087] By: jhi                                   on 2001/03/09  14:38:56
44424         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
44425              From: David Mitchell <davem@fdgroup.co.uk>
44426              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
44427              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
44428      Branch: perl
44429            ! dump.c perl.c perl.h pod/perlrun.pod
44430 ____________________________________________________________________________
44431 [  9086] By: jhi                                   on 2001/03/09  01:47:16
44432         Log: A modified version of
44433              
44434              Subject: [ID 20010307.005] POSIX::sigaction has various problems
44435              From: anders@broadcom.com
44436              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
44437              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
44438              
44439              Currently the sigaction.t test #6 fails (and is fudged to look
44440              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
44441              This may well be a genuine bug in Linux sigaction() (since at
44442              least Tru64, Solaris, and HP-UX disagree with Linux).
44443              Anyone with POSIX / SUSv2 tome handy?  The problem is that
44444              the flags of the oldaction don't match with the flags in
44445              the previously installed disposition.
44446      Branch: perl
44447            + t/lib/sigaction.t
44448            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
44449 ____________________________________________________________________________
44450 [  9085] By: jhi                                   on 2001/03/09  01:30:13
44451         Log: Subject: Re: mission impossible for the day
44452              From: Alex Gough <alex@rcon.org>
44453              Date: Thu, 08 Mar 2001 17:18:19 +0000
44454              Message-ID: <3AA7BEDB.8070409@rcon.org>
44455              
44456              If references (are overloaded) and can be directly stringified,
44457              show that instead of "stringified".
44458              
44459              (The problem, infinite mutual recursion caused by overloaded bool
44460              in Switch.pm, tracked by David Mitchell)
44461      Branch: perl
44462            ! lib/Carp/Heavy.pm
44463 ____________________________________________________________________________
44464 [  9084] By: jhi                                   on 2001/03/09  01:20:39
44465         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
44466              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
44467              From: David Mitchell <davem@fdgroup.co.uk>
44468              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
44469      Branch: perl
44470            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
44471            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
44472 ____________________________________________________________________________
44473 [  9083] By: jhi                                   on 2001/03/09  01:16:51
44474         Log: Subject: [PATCH] perldata.pod here-doc docs
44475              From: Jeff Pinyan <jeffp@crusoe.net>
44476              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
44477              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
44478      Branch: perl
44479            ! pod/perldata.pod
44480 ____________________________________________________________________________
44481 [  9082] By: jhi                                   on 2001/03/09  01:01:27
44482         Log: Subject: Re: Unicode/EBCDIC
44483              From: Peter Prymmer <pvhp@forte.com>
44484              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
44485              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
44486      Branch: perl
44487            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
44488 ____________________________________________________________________________
44489 [  9081] By: jhi                                   on 2001/03/08  13:41:30
44490         Log: Subject: Ooops, wrong 'no *POSIX' Patch
44491              From: Dorner Thomas <Thomas.Dorner@start.de>
44492              Date: Thu, 8 Mar 2001 08:43:28 +0100
44493              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
44494      Branch: perl
44495            ! hints/posix-bc.sh
44496 ____________________________________________________________________________
44497 [  9080] By: jhi                                   on 2001/03/08  13:11:42
44498         Log: It's Scripts.txt, not Script.txt.
44499      Branch: perl
44500            ! MANIFEST
44501 ____________________________________________________________________________
44502 [  9079] By: jhi                                   on 2001/03/08  12:59:05
44503         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
44504              From: Dorner Thomas <Thomas.Dorner@start.de>
44505              Date: Wed, 7 Mar 2001 14:13:31 +0100
44506              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
44507      Branch: perl
44508            ! makedepend.SH
44509 ____________________________________________________________________________
44510 [  9078] By: jhi                                   on 2001/03/08  12:57:43
44511         Log: Retract #9069, wrong patch.
44512      Branch: perl
44513            ! Makefile.SH
44514 ____________________________________________________________________________
44515 [  9077] By: jhi                                   on 2001/03/08  01:06:13
44516         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
44517      Branch: perl
44518            + lib/unicode/Scripts.txt
44519            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
44520            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
44521            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
44522            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
44523            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
44524            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
44525            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
44526            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
44527            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
44528            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
44529            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
44530            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
44531            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
44532            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
44533            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
44534            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
44535            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
44536            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
44537            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
44538            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
44539            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
44540            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
44541            ! lib/unicode/version
44542 ____________________________________________________________________________
44543 [  9076] By: jhi                                   on 2001/03/07  22:59:39
44544         Log: Integrate change #7784 from mainline into maintperl.
44545              
44546              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
44547      Branch: maint-5.6/perl
44548           !> pp_ctl.c t/op/pat.t
44549 ____________________________________________________________________________
44550 [  9075] By: jhi                                   on 2001/03/07  22:05:11
44551         Log: More UTF-8 test tweaks.
44552      Branch: perl
44553            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
44554 ____________________________________________________________________________
44555 [  9074] By: nick                                  on 2001/03/07  21:39:29
44556         Log: Integrate mainline.
44557      Branch: perlio
44558           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
44559           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
44560           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
44561           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
44562           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
44563 ____________________________________________________________________________
44564 [  9073] By: jhi                                   on 2001/03/07  16:37:09
44565         Log: Update Changes.
44566      Branch: perl
44567            ! Changes patchlevel.h
44568 ____________________________________________________________________________
44569 [  9072] By: jhi                                   on 2001/03/07  16:32:30
44570         Log: Subject: [ID 20010306.004] || != named unary operator
44571              From: abela@geneanet.org
44572              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
44573              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
44574      Branch: perl
44575            ! pod/perlop.pod
44576 ____________________________________________________________________________
44577 [  9071] By: jhi                                   on 2001/03/07  15:14:11
44578         Log: Subject: downgrading to bytes for common functions
44579              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
44580              Date: Wed, 7 Mar 2001 02:36:55 -0500
44581              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
44582      Branch: perl
44583            ! pp_sys.c
44584 ____________________________________________________________________________
44585 [  9070] By: jhi                                   on 2001/03/07  15:04:58
44586         Log: Clarify the description differentiating for and while; inspired by
44587              
44588              Subject: [ID 20010306.002] for/while difference in for definition
44589              From: abela@geneanet.org
44590              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
44591              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
44592      Branch: perl
44593            ! pod/perlsyn.pod
44594 ____________________________________________________________________________
44595 [  9069] By: jhi                                   on 2001/03/07  14:55:30
44596         Log: (Retracted by #9078.)
44597      Branch: perl
44598            ! Makefile.SH
44599 ____________________________________________________________________________
44600 [  9068] By: jhi                                   on 2001/03/07  14:51:17
44601         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
44602              From: Radu Greab <radu@netsoft.ro>
44603              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
44604              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
44605      Branch: perl
44606            ! pp.c t/op/chop.t
44607 ____________________________________________________________________________
44608 [  9067] By: jhi                                   on 2001/03/07  14:48:57
44609         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
44610              From: Simon Cozens <simon@netthink.co.uk>
44611              Date: Wed, 7 Mar 2001 13:59:28 +0000
44612              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
44613              
44614              In order to allow MakeMaker to build correct Makefiles,
44615              you need to change the order of the arguments in MM_Unix.pm
44616              as well. (Unless you have C89_CCMODE set, but we're trying
44617              to be POSIXly correct)
44618              
44619              Thanks to Merijn Broeren for tracking this down.
44620      Branch: perl
44621            ! lib/ExtUtils/MM_Unix.pm
44622 ____________________________________________________________________________
44623 [  9066] By: jhi                                   on 2001/03/07  14:30:02
44624         Log: Floating point too messy.
44625      Branch: perl
44626            ! t/camel-III/vstring.t
44627 ____________________________________________________________________________
44628 [  9065] By: jhi                                   on 2001/03/07  14:17:44
44629         Log: Integrate change #9064 from maintperl into mainline.
44630              
44631              fix memory leak in pack("Bb",...)
44632      Branch: perl
44633           !> perl.c
44634 ____________________________________________________________________________
44635 [  9064] By: gsar                                  on 2001/03/07  06:29:24
44636         Log: fix memory leak in pack("Bb",...)
44637      Branch: maint-5.6/perl
44638            ! perl.c
44639 ____________________________________________________________________________
44640 [  9063] By: jhi                                   on 2001/03/07  00:55:04
44641         Log: Major utf8 test reorganisation and rewrite.
44642              Hopefully no tests were lost in the shuffle.
44643              (The beginning of pragma/utf8 was lost intentionally,
44644              the tests were rather bogus and incomplete.)
44645      Branch: perl
44646            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
44647            ! t/pragma/utf8.t
44648 ____________________________________________________________________________
44649 [  9062] By: jhi                                   on 2001/03/07  00:41:16
44650         Log: More tweakage on the Unicode character class descriptions.
44651      Branch: perl
44652            ! lib/unicode/mktables.PL pod/perlretut.pod
44653 ____________________________________________________________________________
44654 [  9061] By: jhi                                   on 2001/03/06  23:12:38
44655         Log: The perlretut was still talking about the old \p and \P
44656              definitions.
44657      Branch: perl
44658            ! pod/perlretut.pod
44659 ____________________________________________________________________________
44660 [  9060] By: nick                                  on 2001/03/06  20:52:37
44661         Log: Integrate mainline (make test works again now).
44662      Branch: perlio
44663           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
44664 ____________________________________________________________________________
44665 [  9059] By: jhi                                   on 2001/03/06  15:36:14
44666         Log: 0.999... does equal 1.0, doesn't it?
44667      Branch: perl
44668            ! t/camel-III/vstring.t
44669 ____________________________________________________________________________
44670 [  9058] By: jhi                                   on 2001/03/06  15:34:00
44671         Log: Make /x{abcd}/ to work without use utf8.
44672      Branch: perl
44673            ! regcomp.c
44674 ____________________________________________________________________________
44675 [  9057] By: jhi                                   on 2001/03/06  03:02:36
44676         Log: Easier to outcomment all the three reset() tests for now.
44677      Branch: perl
44678            ! t/op/pat.t
44679 ____________________________________________________________________________
44680 [  9056] By: jhi                                   on 2001/03/06  02:30:02
44681         Log: Comment out the deadly reset; until the 20010301.005
44682              is finally fixed.
44683      Branch: perl
44684            ! t/op/pat.t
44685 ____________________________________________________________________________
44686 [  9055] By: jhi                                   on 2001/03/06  02:21:26
44687         Log: Integrate the change #9054 from mainline:
44688              retract the PMOP cleanup patch pending further investigation.
44689      Branch: maint-5.6/perl
44690           !> op.c op.h
44691 ____________________________________________________________________________
44692 [  9054] By: jhi                                   on 2001/03/06  02:19:57
44693         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
44694              with oddly familiar stack traces.
44695      Branch: perl
44696            ! op.c op.h
44697 ____________________________________________________________________________
44698 [  9053] By: jhi                                   on 2001/03/05  23:20:28
44699         Log: Integrate perlio.
44700      Branch: perl
44701           +> ext/Encode/Encode/koi8-r.ucm
44702           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
44703           !> makedef.pl
44704 ____________________________________________________________________________
44705 [  9052] By: nick                                  on 2001/03/05  23:08:17
44706         Log: skipping USE_PERLIO symbols correction.
44707      Branch: perlio
44708            ! makedef.pl
44709 ____________________________________________________________________________
44710 [  9051] By: nick                                  on 2001/03/05  22:35:07
44711         Log: More Encode alias tidying.
44712      Branch: perlio
44713            + ext/Encode/Encode/koi8-r.ucm
44714            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
44715 ____________________________________________________________________________
44716 [  9050] By: jhi                                   on 2001/03/05  21:44:29
44717         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
44718              Sarathy's fix for ID 20010301.005.
44719      Branch: maint-5.6/perl
44720           !> op.c op.h
44721 ____________________________________________________________________________
44722 [  9049] By: nick                                  on 2001/03/05  19:54:04
44723         Log: Integrate Jarkko's Encode.pm tweak.
44724      Branch: perlio
44725           !> ext/Encode/Encode.pm
44726 ____________________________________________________________________________
44727 [  9048] By: nick                                  on 2001/03/05  19:47:57
44728         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
44729      Branch: perlio
44730           +> os2/os2add.sym
44731           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
44732           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
44733           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
44734           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
44735           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
44736 ____________________________________________________________________________
44737 [  9047] By: jhi                                   on 2001/03/05  19:25:26
44738         Log: Regen perlapi.
44739      Branch: perl
44740            ! pod/perlapi.pod
44741 ____________________________________________________________________________
44742 [  9046] By: jhi                                   on 2001/03/05  19:12:14
44743         Log: Integrate perlio.
44744      Branch: perl
44745           +> t/camel-III/vstring.t
44746           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
44747 ____________________________________________________________________________
44748 [  9045] By: jhi                                   on 2001/03/05  19:10:36
44749         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
44750      Branch: perl
44751            ! ext/Encode/Encode.pm
44752 ____________________________________________________________________________
44753 [  9044] By: jhi                                   on 2001/03/05  18:49:12
44754         Log: Forgot the other half of the PMOP patch (#9033).
44755      Branch: perl
44756            ! op.h
44757 ____________________________________________________________________________
44758 [  9043] By: nick                                  on 2001/03/05  18:14:47
44759         Log: Update MANIFEST for new test.
44760      Branch: perlio
44761            ! MANIFEST
44762 ____________________________________________________________________________
44763 [  9042] By: nick                                  on 2001/03/05  18:12:41
44764         Log: Some tests for Camel 3rd edition features.
44765              Make gethostbyaddr() test in above work.
44766      Branch: perlio
44767            + t/camel-III/vstring.t
44768            ! pp.h pp_sys.c t/TEST t/harness
44769 ____________________________________________________________________________
44770 [  9041] By: jhi                                   on 2001/03/05  17:41:48
44771         Log: Add more ISO 8859 encoding aliases.
44772      Branch: perl
44773            ! ext/Encode/Encode.pm
44774 ____________________________________________________________________________
44775 [  9040] By: jhi                                   on 2001/03/05  17:30:43
44776         Log: Integrate perlio.
44777      Branch: perl
44778           !> MANIFEST sv.c
44779 ____________________________________________________________________________
44780 [  9039] By: nick                                  on 2001/03/05  17:11:36
44781         Log: Missed added file.
44782      Branch: perlio
44783            ! MANIFEST
44784 ____________________________________________________________________________
44785 [  9038] By: jhi                                   on 2001/03/05  15:58:01
44786         Log: Add tr tests for EBCDIC, from Karsten Sperling.
44787      Branch: perl
44788            ! t/op/tr.t
44789 ____________________________________________________________________________
44790 [  9037] By: nick                                  on 2001/03/05  15:56:35
44791         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
44792              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
44793              
44794              Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
44795              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
44796              - uses SvPV() rather than sv_2pv() in case it isn't a string.
44797      Branch: perlio
44798            ! sv.c
44799 ____________________________________________________________________________
44800 [  9036] By: jhi                                   on 2001/03/05  15:49:15
44801         Log: Add matching tests currently failing in EBCDIC,
44802              suggested by Karsten Sperling.
44803      Branch: perl
44804            ! t/op/pat.t
44805 ____________________________________________________________________________
44806 [  9035] By: jhi                                   on 2001/03/05  15:36:55
44807         Log: The #9034 needs a MANIFESTation.
44808      Branch: perl
44809            ! MANIFEST
44810 ____________________________________________________________________________
44811 [  9034] By: jhi                                   on 2001/03/05  15:35:14
44812         Log: Integrate perlio.
44813      Branch: perl
44814           +> ext/Encode/Encode/Tcl.pm
44815           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
44816           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
44817           !> ext/Encode/Encode/iso8859-1.ucm
44818           !> ext/Encode/Encode/iso8859-10.ucm
44819           !> ext/Encode/Encode/iso8859-13.ucm
44820           !> ext/Encode/Encode/iso8859-14.ucm
44821           !> ext/Encode/Encode/iso8859-15.ucm
44822           !> ext/Encode/Encode/iso8859-16.ucm
44823           !> ext/Encode/Encode/iso8859-2.ucm
44824           !> ext/Encode/Encode/iso8859-3.ucm
44825           !> ext/Encode/Encode/iso8859-4.ucm
44826           !> ext/Encode/Encode/iso8859-5.ucm
44827           !> ext/Encode/Encode/iso8859-6.ucm
44828           !> ext/Encode/Encode/iso8859-7.ucm
44829           !> ext/Encode/Encode/iso8859-8.ucm
44830           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
44831           !> t/lib/encode.t
44832 ____________________________________________________________________________
44833 [  9033] By: jhi                                   on 2001/03/05  15:33:18
44834         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
44835              From: Gurusamy Sarathy <gsar@ActiveState.com>
44836              Date: Sun, 04 Mar 2001 22:33:15 -0800
44837              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
44838              
44839              PMOPs need to remember their own stash so that they can
44840              gracefully remove themselves from their linked list.
44841      Branch: perl
44842            ! op.c
44843 ____________________________________________________________________________
44844 [  9032] By: nick                                  on 2001/03/05  14:51:50
44845         Log: Encode implementation "completion"
44846              Implement and document define_encoding()
44847              Implement and document encoding aliases including define_alias()
44848              Make Encode::XS use define_encoding() rather than back-door.
44849              Move run-time *.enc to separate Encode::Tcl module.
44850              Make 'compile' honour <codeset_name>
44851              Change canonical names of to iso-8859-* and US-ascii.
44852      Branch: perlio
44853            + ext/Encode/Encode/Tcl.pm
44854            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
44855            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
44856            ! ext/Encode/Encode/iso8859-1.ucm
44857            ! ext/Encode/Encode/iso8859-10.ucm
44858            ! ext/Encode/Encode/iso8859-13.ucm
44859            ! ext/Encode/Encode/iso8859-14.ucm
44860            ! ext/Encode/Encode/iso8859-15.ucm
44861            ! ext/Encode/Encode/iso8859-16.ucm
44862            ! ext/Encode/Encode/iso8859-2.ucm
44863            ! ext/Encode/Encode/iso8859-3.ucm
44864            ! ext/Encode/Encode/iso8859-4.ucm
44865            ! ext/Encode/Encode/iso8859-5.ucm
44866            ! ext/Encode/Encode/iso8859-6.ucm
44867            ! ext/Encode/Encode/iso8859-7.ucm
44868            ! ext/Encode/Encode/iso8859-8.ucm
44869            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
44870            ! t/lib/encode.t
44871 ____________________________________________________________________________
44872 [  9031] By: jhi                                   on 2001/03/05  13:51:17
44873         Log: Integrate change #9030 from maintperl into mainline.
44874              
44875              Subject: [PATCH 5.6.1] OS/2 cleanup
44876      Branch: perl
44877           +> os2/os2add.sym
44878           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
44879           !> makedef.pl os2/Changes os2/Makefile.SHs
44880           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
44881           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
44882           !> os2/os2.sym os2/os2ish.h
44883 ____________________________________________________________________________
44884 [  9030] By: jhi                                   on 2001/03/05  13:46:49
44885         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
44886              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44887              Date: Mon, 5 Mar 2001 02:29:44 -0500
44888              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
44889      Branch: maint-5.6/perl
44890            + os2/os2add.sym
44891            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
44892            ! makedef.pl os2/Changes os2/Makefile.SHs
44893            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
44894            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
44895            ! os2/os2.sym os2/os2ish.h
44896 ____________________________________________________________________________
44897 [  9029] By: jhi                                   on 2001/03/05  13:40:35
44898         Log: Integrate change #9028 from maintperl into mainline.
44899              
44900              various nits in MM_Unix.pm found by disabling SelfLoader
44901      Branch: perl
44902           !> lib/ExtUtils/MM_Unix.pm
44903 ____________________________________________________________________________
44904 [  9028] By: gsar                                  on 2001/03/05  09:58:38
44905         Log: various nits in MM_Unix.pm found by disabling SelfLoader
44906      Branch: maint-5.6/perl
44907            ! lib/ExtUtils/MM_Unix.pm
44908 ____________________________________________________________________________
44909 [  9027] By: nick                                  on 2001/03/05  08:35:22
44910         Log: Integrate mainline
44911      Branch: perlio
44912           !> (integrate 28 files)
44913 ____________________________________________________________________________
44914 [  9026] By: jhi                                   on 2001/03/05  02:14:59
44915         Log: Integrate change #9025 from mainline to maintperl,
44916              retract \N{U+HHHH}.
44917      Branch: maint-5.6/perl
44918           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
44919           !> t/lib/charnames.t toke.c
44920 ____________________________________________________________________________
44921 [  9025] By: jhi                                   on 2001/03/05  02:13:09
44922         Log: Retracting \N{U+HHHH}.
44923      Branch: perl
44924            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
44925            ! t/lib/charnames.t toke.c
44926 ____________________________________________________________________________
44927 [  9024] By: jhi                                   on 2001/03/04  20:51:07
44928         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
44929              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
44930              Date: Fri, 02 Mar 2001 18:25:26 +0100
44931              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
44932              
44933              Casting problem.
44934      Branch: perl
44935            ! ext/Storable/Storable.xs
44936 ____________________________________________________________________________
44937 [  9023] By: jhi                                   on 2001/03/04  19:46:45
44938         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
44939              From: nick@talking.bollo.cx
44940              Date: Sat, 03 Mar 2001 21:41:33 +0000
44941              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
44942              
44943              Revert the workaround.
44944      Branch: perl
44945            ! perlio.c
44946 ____________________________________________________________________________
44947 [  9022] By: jhi                                   on 2001/03/04  19:36:28
44948         Log: Update Changes.
44949      Branch: perl
44950            ! Changes patchlevel.h
44951 ____________________________________________________________________________
44952 [  9021] By: jhi                                   on 2001/03/04  18:41:00
44953         Log: makedef.pl updates suggested by Chris Nandor; double-checking
44954              the changes in AIX, OS/2 Win32 would be nice.
44955      Branch: perl
44956            ! makedef.pl
44957 ____________________________________________________________________________
44958 [  9020] By: jhi                                   on 2001/03/04  18:23:58
44959         Log: Integrate change #9012 from maintperl into mainline,
44960              quench a compiler warning.
44961      Branch: perl
44962           !> toke.c
44963 ____________________________________________________________________________
44964 [  9019] By: jhi                                   on 2001/03/04  18:18:43
44965         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
44966              
44967              \N{U+HHHH} fix.
44968              
44969              pattern in G_ARRAY context
44970      Branch: maint-5.6/perl
44971           !> pp_hot.c t/op/pat.t toke.c
44972 ____________________________________________________________________________
44973 [  9018] By: jhi                                   on 2001/03/04  18:07:48
44974         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
44975              From: Jeff Pinyan <jeffp@crusoe.net>
44976              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
44977              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
44978      Branch: perl
44979            ! pp_hot.c t/op/pat.t
44980 ____________________________________________________________________________
44981 [  9017] By: jhi                                   on 2001/03/04  18:06:21
44982         Log: I thought I tested the #9014.
44983      Branch: perl
44984            ! toke.c
44985 ____________________________________________________________________________
44986 [  9016] By: jhi                                   on 2001/03/04  17:41:22
44987         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
44988              
44989              Tweak the get*ent() OS/2 prototypes.
44990              
44991              Add the \N{U+HHHH} syntax.
44992              
44993              More tr/// UTF-8 fixes from Inaba Hiroto.
44994      Branch: maint-5.6/perl
44995           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
44996           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
44997 ____________________________________________________________________________
44998 [  9015] By: jhi                                   on 2001/03/04  17:36:04
44999         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
45000      Branch: perl
45001            ! doop.c t/op/tr.t
45002 ____________________________________________________________________________
45003 [  9014] By: jhi                                   on 2001/03/04  17:24:49
45004         Log: Add the \N{U+HHHH} syntax.
45005      Branch: perl
45006            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
45007            ! t/lib/charnames.t toke.c
45008 ____________________________________________________________________________
45009 [  9013] By: jhi                                   on 2001/03/04  17:20:45
45010         Log: Tweak the get*ent() OS/2 prototypes.
45011      Branch: perl
45012            ! os2/os2.c
45013 ____________________________________________________________________________
45014 [  9012] By: gsar                                  on 2001/03/04  06:26:14
45015         Log: avoid warning (nit in change#9009)
45016      Branch: maint-5.6/perl
45017            ! toke.c
45018 ____________________________________________________________________________
45019 [  9011] By: gsar                                  on 2001/03/04  06:15:24
45020         Log: lib/charnames.t fails in 5.6.x because of older Unicode
45021              data
45022              
45023              TODO: need to revisit this after updating lib/unicode/...
45024      Branch: maint-5.6/perl
45025            ! t/lib/charnames.t
45026 ____________________________________________________________________________
45027 [  9010] By: gsar                                  on 2001/03/04  06:08:36
45028         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
45029      Branch: maint-5.6/perl
45030            ! toke.c
45031 ____________________________________________________________________________
45032 [  9009] By: jhi                                   on 2001/03/03  19:27:20
45033         Log: Integrate change #9008 from mainline to maintperl,
45034              UTF-8 tr/// fixes from Inaba Hiroto.
45035      Branch: maint-5.6/perl
45036           !> doop.c op.c t/op/tr.t toke.c
45037 ____________________________________________________________________________
45038 [  9008] By: jhi                                   on 2001/03/03  19:19:42
45039         Log: UTF8 tr/// fixes from Inaba Hiroto.
45040      Branch: perl
45041            ! doop.c op.c t/op/tr.t toke.c
45042 ____________________________________________________________________________
45043 [  9007] By: jhi                                   on 2001/03/03  19:00:30
45044         Log: Integrate change #9006 from maintperl to mainline,
45045              more robust quest for the infinite.
45046      Branch: perl
45047           !> lib/Math/Complex.pm
45048 ____________________________________________________________________________
45049 [  9006] By: jhi                                   on 2001/03/03  18:58:06
45050         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
45051              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45052              Date: Sat, 3 Mar 2001 12:51:50 -0500
45053              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
45054              
45055              Be more robust in our quest for the infinite.
45056      Branch: maint-5.6/perl
45057            ! lib/Math/Complex.pm
45058 ____________________________________________________________________________
45059 [  9005] By: jhi                                   on 2001/03/03  17:55:50
45060         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
45061      Branch: maint-5.6/perl
45062            ! doio.c
45063 ____________________________________________________________________________
45064 [  9004] By: jhi                                   on 2001/03/03  17:40:14
45065         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
45066              so that picky compilers like IRIX won't get huffy about
45067              "statements without effect" (like 1;).
45068      Branch: perl
45069            ! toke.c
45070 ____________________________________________________________________________
45071 [  9003] By: jhi                                   on 2001/03/03  17:15:52
45072         Log: Integrate change #9002 from mainline to maintperl.
45073              
45074              Subject: [perl-5.6.x, perl-current] accept for EPOC
45075      Branch: maint-5.6/perl
45076           !> pp_sys.c
45077 ____________________________________________________________________________
45078 [  9002] By: jhi                                   on 2001/03/03  17:14:30
45079         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
45080              From: Olaf Flebbe <O.Flebbe@science-computing.de>
45081              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
45082              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
45083      Branch: perl
45084            ! pp_sys.c
45085 ____________________________________________________________________________
45086 [  9001] By: jhi                                   on 2001/03/03  17:13:13
45087         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
45088              From: "Craig A. Berry" <craigberry@mac.com>
45089              Date: Fri, 02 Mar 2001 17:44:40 -0600
45090              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
45091      Branch: perl
45092            ! t/pod/find.t
45093 ____________________________________________________________________________
45094 [  9000] By: jhi                                   on 2001/03/03  17:11:55
45095         Log: Integrate changes #8997,8999 from maintperl.
45096              
45097              Subject: [PATCH 5.6.1] compiling on OS/2
45098              (Better error message from hints/os2.sh)
45099              
45100              Subject: [PATCH 5.6.1] syslog.t
45101      Branch: perl
45102           !> hints/os2.sh t/lib/syslog.t
45103 ____________________________________________________________________________
45104 [  8999] By: jhi                                   on 2001/03/03  17:09:28
45105         Log: Subject: [PATCH 5.6.1] syslog.t
45106              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45107              Date: Sat, 3 Mar 2001 02:11:17 -0500
45108              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
45109      Branch: maint-5.6/perl
45110            ! t/lib/syslog.t
45111 ____________________________________________________________________________
45112 [  8998] By: jhi                                   on 2001/03/03  17:07:50
45113         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
45114              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45115              Date: Sat, 3 Mar 2001 01:53:52 -0500
45116              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
45117      Branch: maint-5.6/perl
45118            ! opcode.pl os2/os2.c
45119 ____________________________________________________________________________
45120 [  8997] By: jhi                                   on 2001/03/03  17:03:30
45121         Log: Subject: [PATCH 5.6.1] compiling on OS/2
45122              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45123              Date: Sat, 3 Mar 2001 01:59:59 -0500
45124              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
45125      Branch: maint-5.6/perl
45126            ! hints/os2.sh
45127 ____________________________________________________________________________
45128 [  8996] By: jhi                                   on 2001/03/03  00:55:58
45129         Log: Regen files for mainline.
45130      Branch: perl
45131            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45132            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
45133 ____________________________________________________________________________
45134 [  8995] By: jhi                                   on 2001/03/03  00:35:22
45135         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
45136              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
45137              to maintperl.
45138              
45139              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
45140              
45141              Add Configure option -Dmksymlinks which will create a symlink
45142              forest if the current/build differs from the source directory.
45143              (8218,8220,8221,8317,8318,8971)
45144              
45145              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
45146              (Document APPLLIB_EXP in INSTALL.)
45147              
45148              If running byacc write-enable also perly.h.
45149              
45150              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
45151              
45152              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
45153              
45154              Sanity check for conflicting thread flavours.
45155              
45156              Fix the sys/fcntl.h problem reported by Peter Prymmer.
45157              
45158              Add few CPUs/architectures to the Cppsym scan,
45159              add -perlio to archname if so selected (modified 8890)
45160              
45161              Be more helpful for devel builders, suggested by John L. Allen.
45162              (admittedly pointless change for maintperl, but the usedevel
45163              code is there already)
45164      Branch: maint-5.6/perl
45165           !> Configure INSTALL Makefile.SH Porting/Glossary
45166           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
45167           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
45168           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
45169           !> win32/config.bc win32/config.gc win32/config.vc
45170 ____________________________________________________________________________
45171 [  8994] By: jhi                                   on 2001/03/02  23:31:41
45172         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
45173      Branch: metaconfig/U/perl
45174            ! gccvers.U
45175 ____________________________________________________________________________
45176 [  8993] By: jhi                                   on 2001/03/02  23:22:12
45177         Log: Regenerate various files for maint.
45178      Branch: maint-5.6/perl
45179            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
45180            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
45181 ____________________________________________________________________________
45182 [  8992] By: alanbur                               on 2001/03/02  22:48:34
45183         Log: Resync wuth parent
45184      Branch: maint-5.6/pureperl
45185           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
45186           !> (integrate 60 files)
45187 ____________________________________________________________________________
45188 [  8991] By: jhi                                   on 2001/03/02  21:00:08
45189         Log: Retract the #8742 part of #8986, backward compat.
45190      Branch: maint-5.6/perl
45191            ! embed.pl
45192 ____________________________________________________________________________
45193 [  8990] By: jhi                                   on 2001/03/02  20:40:07
45194         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
45195      Branch: maint-5.6/perl
45196            ! hv.c
45197 ____________________________________________________________________________
45198 [  8989] By: jhi                                   on 2001/03/02  19:59:56
45199         Log: Update Changes.
45200      Branch: perl
45201            ! Changes patchlevel.h
45202 ____________________________________________________________________________
45203 [  8988] By: jhi                                   on 2001/03/02  19:57:08
45204         Log: Integrate perlio.
45205      Branch: perl
45206           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
45207           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
45208           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
45209           !> ext/Encode/Encode/iso8859-10.ucm
45210           !> ext/Encode/Encode/iso8859-13.ucm
45211           !> ext/Encode/Encode/iso8859-14.ucm
45212           !> ext/Encode/Encode/iso8859-15.ucm
45213           !> ext/Encode/Encode/iso8859-16.ucm
45214           !> ext/Encode/Encode/iso8859-2.ucm
45215           !> ext/Encode/Encode/iso8859-3.ucm
45216           !> ext/Encode/Encode/iso8859-4.ucm
45217           !> ext/Encode/Encode/iso8859-5.ucm
45218           !> ext/Encode/Encode/iso8859-6.ucm
45219           !> ext/Encode/Encode/iso8859-7.ucm
45220           !> ext/Encode/Encode/iso8859-8.ucm
45221           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
45222           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
45223 ____________________________________________________________________________
45224 [  8987] By: jhi                                   on 2001/03/02  19:43:40
45225         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
45226              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
45227              8950,8952,8955 from mainline to maintperl.
45228              
45229              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
45230              
45231              Put to rest the 20010205.001, the email address checking (not) regex.
45232              
45233              fork() not everywhere, cleanup temp files.
45234              
45235              The #8843 wasn't quite right: %Config needs to imported.
45236              
45237              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
45238              (#8849: the glob-basic hunk needed massaging as it depended
45239              on Schwern's large-scale (unintegrated) patches)
45240              
45241              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
45242              
45243              Upgrade to CGI.pm 2.752, from Lincoln Stein.
45244              (Note: there were some conflicts due to EBCDIC and EPOC
45245              patches, in general I preferred the repository code.)
45246              (When 2.753 comes out, we need to synchronize.)
45247              
45248              Subject: [PATCH] fix for charnames above FFFF
45249              
45250              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
45251              
45252              If no sfio, no -lsfio.
45253              
45254              Run run/*.t also in minitest.
45255              
45256              Subject:  [PATCH perl 5.7.0] malloc message address offset
45257              
45258              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
45259              
45260              Subject: fix for parameter -Dm (for perl@8867)
45261              
45262              Subject: [PATCH: perl@8892] was Re: hashing order difference?
45263              (make the test more portable)
45264              
45265              Subject: Re: [PATCH] fix for charnames above FFFF
45266              
45267              Subject: Re: I'm losing the war...
45268              (hv_store() not working correctly in ENV_IS_CASELESS case.)
45269              
45270              Subject: Modified README.bs2000 
45271              
45272              Subject: [PATCH: perl@8935] -Dt padsv($var)
45273              
45274              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
45275              
45276              Subject: PATCH: extra tests to check on negative float to unsigned cast
45277              
45278              Subject: [PATCH] XPUSH[insp] was Re: progress
45279              
45280              Subject: Re: Compile with perlcc..
45281      Branch: maint-5.6/perl
45282           !> (integrate 36 files)
45283 ____________________________________________________________________________
45284 [  8986] By: jhi                                   on 2001/03/02  18:51:25
45285         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
45286              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
45287              to maintperl.
45288              
45289              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
45290              
45291              Subject: [DOC PATCH] overload.pm nits
45292              
45293              Add header for LIB$ prototypes (C. Berry)
45294              
45295              Convert fwrite()s to sockets to write()s, since some socket stacks
45296              don't take kindly to stdio.
45297              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
45298              (for often optional LNMs)
45299              Correct a few typos
45300              (C. Bailey)
45301              
45302              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
45303              
45304              De-cut-and-pasto.
45305              
45306              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
45307              
45308              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
45309              
45310              Upgrade to CPAN 1.59_54, from Andreas König.
45311              
45312              Bogus shebang.
45313              
45314              Subject: [PATCH] Document makepatch in Porting/patching
45315              
45316              UTF-8 documentation.
45317              
45318              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
45319              
45320              Sort the MANIFEST.
45321              
45322              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
45323              
45324              Subject: [PATCH @8807] toke.c cleanup: scan_str()
45325              
45326              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
45327              
45328              Add run/*.t to testables.
45329              
45330              TODO: integrate #8784.
45331      Branch: maint-5.6/perl
45332           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
45333           !> (integrate 28 files)
45334 ____________________________________________________________________________
45335 [  8985] By: nick                                  on 2001/03/02  18:15:45
45336         Log: Integrate mainline
45337      Branch: perlio
45338           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
45339           !> vms/vms.c
45340 ____________________________________________________________________________
45341 [  8984] By: jhi                                   on 2001/03/02  16:00:17
45342         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
45343              
45344              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
45345              5.004_05, and mention the suidperl August 2000 security problem.
45346              (#8978,#8981)
45347              
45348              Subject: [ID 20010301.004] Technically speaking in perldata
45349              
45350              Subject: [PATCH] File::Copy for bleadperl, maintperl
45351              
45352              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
45353              
45354              (The #8982, fix for 20010221.005 and 20010221.008,
45355              would be nice too but it didn't integrate cleanly.)
45356      Branch: maint-5.6/perl
45357           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
45358 ____________________________________________________________________________
45359 [  8983] By: jhi                                   on 2001/03/02  15:51:16
45360         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
45361              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
45362              Date:     Thu, 1 Mar 2001 15:54:09 EST
45363              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
45364      Branch: perl
45365            ! vms/vms.c
45366 ____________________________________________________________________________
45367 [  8982] By: jhi                                   on 2001/03/02  15:43:31
45368         Log: Subject: Re: sync sync sync: have I missed any patches?
45369              From: Radu Greab <radu@netsoft.ro> 
45370              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
45371              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
45372              
45373              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
45374              was checking argv[0] regardless of whether a different pathname
45375              will actually be executed."  Test case not supplied because 
45376              drafting that, ironically enough, revealed another bug
45377              (or a feature).
45378      Branch: perl
45379            ! doio.c
45380 ____________________________________________________________________________
45381 [  8981] By: jhi                                   on 2001/03/02  15:28:03
45382         Log: Misdate in #8978.
45383      Branch: perl
45384            ! pod/perlfaq1.pod
45385 ____________________________________________________________________________
45386 [  8980] By: jhi                                   on 2001/03/02  15:24:20
45387         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
45388              From: Chris Nandor <pudge@pobox.com>
45389              Date: Wed, 28 Feb 2001 22:10:15 -0500
45390              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
45391      Branch: perl
45392            ! lib/File/Copy.pm
45393 ____________________________________________________________________________
45394 [  8979] By: jhi                                   on 2001/03/02  15:17:16
45395         Log: Subject: [ID 20010301.004] Technically speaking in perldata
45396              From: abela@geneanet.org
45397              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
45398              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
45399      Branch: perl
45400            ! pod/perldata.pod
45401 ____________________________________________________________________________
45402 [  8978] By: jhi                                   on 2001/03/02  15:15:27
45403         Log: Subject: [ID 20010301.003] ref to 5.004
45404              From: abela@geneanet.org
45405              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
45406              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
45407              
45408              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
45409              and mention the suidperl August 2000 security problem.
45410      Branch: perl
45411            ! pod/perlfaq1.pod
45412 ____________________________________________________________________________
45413 [  8977] By: alanbur                               on 2001/03/02  14:17:45
45414         Log: Resynchronised with parent
45415      Branch: maint-5.6/pureperl
45416           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
45417           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
45418           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
45419           !> vms/descrip_mms.template win32/win32.c win32/win32.h
45420           !> win32/win32iop.h
45421 ____________________________________________________________________________
45422 [  8976] By: nick                                  on 2001/03/01  23:25:30
45423         Log: Integrate mainline.
45424      Branch: perlio
45425            - t/op/qu.t
45426           !> (integrate 55 files)
45427 ____________________________________________________________________________
45428 [  8975] By: jhi                                   on 2001/03/01  16:51:34
45429         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
45430      Branch: perl
45431           !> toke.c
45432 ____________________________________________________________________________
45433 [  8974] By: gsar                                  on 2001/03/01  16:28:21
45434         Log: fix for bugid 20010226.008
45435              
45436              the problem was that some of the pointers (PL_last_lop and
45437              PL_last_uni specifically) into the lex buffers weren't correctly
45438              being invalidated when the buffer changed; this would leave the
45439              pointers pointing at an arbitrary location in the buffer if
45440              the buffer didn't need to be reallocated, or point into freed
45441              memory if the buffer had to be realloced
45442              
45443              TODO item for bugdb maintainers: check other seemingly random
45444              parser-related bugs--they might be cured by this
45445      Branch: maint-5.6/perl
45446            ! toke.c
45447 ____________________________________________________________________________
45448 [  8973] By: jhi                                   on 2001/03/01  02:23:25
45449         Log: Retract #8970 because of a completely mysterious core dump:
45450              adding the tests 241..244 causes op/pat dump core at test #25.
45451              The test needs a lot of whittling down before the bug can be solved.
45452      Branch: perl
45453            ! t/op/pat.t
45454 ____________________________________________________________________________
45455 [  8972] By: jhi                                   on 2001/03/01  01:58:38
45456         Log: Regen perlapi.
45457      Branch: perl
45458            ! pod/perlapi.pod
45459 ____________________________________________________________________________
45460 [  8971] By: jhi                                   on 2001/03/01  01:34:09
45461         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))
45462              From: Nicholas Clark <nick@ccl4.org>
45463              Date: Wed, 28 Feb 2001 23:28:49 +0000
45464              Message-ID: <20010228232849.A55187@plum.flirble.org>
45465              
45466              Allow a completely write protected source code tree
45467              when using the Configure -Dmksymlinks.
45468      Branch: perl
45469            ! embed.pl warnings.pl
45470 ____________________________________________________________________________
45471 [  8970] By: jhi                                   on 2001/03/01  01:32:04
45472         Log: Add back the EBCDIC character range tests (for matching).
45473      Branch: perl
45474            ! t/op/pat.t
45475 ____________________________________________________________________________
45476 [  8969] By: nick                                  on 2001/02/28  18:18:01
45477         Log: Add charname comments to .ucm files writen by 'compile',
45478              also order charmaps in those files by source encoding.
45479              regenerate distrubuted .ucm files
45480      Branch: perlio
45481            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
45482            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
45483            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
45484            ! ext/Encode/Encode/iso8859-10.ucm
45485            ! ext/Encode/Encode/iso8859-13.ucm
45486            ! ext/Encode/Encode/iso8859-14.ucm
45487            ! ext/Encode/Encode/iso8859-15.ucm
45488            ! ext/Encode/Encode/iso8859-16.ucm
45489            ! ext/Encode/Encode/iso8859-2.ucm
45490            ! ext/Encode/Encode/iso8859-3.ucm
45491            ! ext/Encode/Encode/iso8859-4.ucm
45492            ! ext/Encode/Encode/iso8859-5.ucm
45493            ! ext/Encode/Encode/iso8859-6.ucm
45494            ! ext/Encode/Encode/iso8859-7.ucm
45495            ! ext/Encode/Encode/iso8859-8.ucm
45496            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
45497            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
45498 ____________________________________________________________________________
45499 [  8968] By: jhi                                   on 2001/02/28  16:26:37
45500         Log: Expand usemorebits early if d_casti32 needs to be undefined.
45501      Branch: perl
45502            ! hints/hpux.sh hints/irix_6.sh
45503 ____________________________________________________________________________
45504 [  8967] By: jhi                                   on 2001/02/28  16:22:26
45505         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
45506              retract toke.c/qu parts of #8583, retract #8485, retract
45507              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
45508              op/length.t, and MANIFEST, and delete t/op/qu.t.
45509      Branch: perl
45510            - t/op/qu.t
45511            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
45512            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
45513            ! t/op/length.t toke.c
45514 ____________________________________________________________________________
45515 [  8966] By: jhi                                   on 2001/02/28  15:00:27
45516         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
45517              by not changing from pre-Unicode days into being Unicode-aware.
45518              Sniff.
45519      Branch: perl
45520            ! pp.c t/op/pack.t t/op/qu.t
45521 ____________________________________________________________________________
45522 [  8965] By: jhi                                   on 2001/02/28  14:37:55
45523         Log: Subject: Re: Errors in core PODs
45524              From: Michael Stevens <michael@etla.org> 
45525              Date: Fri, 23 Feb 2001 15:47:56 +0000
45526              Message-ID: <20010223154756.A7723@firedrake.org> 
45527      Branch: perl
45528            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
45529            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
45530            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
45531            ! x2p/a2p.pod
45532 ____________________________________________________________________________
45533 [  8964] By: jhi                                   on 2001/02/28  14:35:35
45534         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
45535              (The #8961 was too bold.)
45536      Branch: perl
45537            ! hints/hpux.sh hints/irix_6.sh
45538 ____________________________________________________________________________
45539 [  8963] By: jhi                                   on 2001/02/28  14:33:39
45540         Log: Subject: Re: sync sync sync: have I missed any patches?
45541              From: Tim Jenness <t.jenness@jach.hawaii.edu>
45542              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
45543              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
45544              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
45545              
45546              Replace djSP with dSP.
45547      Branch: perl
45548            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
45549            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
45550            ! win32/perlhost.h
45551 ____________________________________________________________________________
45552 [  8962] By: jhi                                   on 2001/02/27  23:21:14
45553         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
45554      Branch: perl
45555            ! lib/Filter/Simple.pm
45556 ____________________________________________________________________________
45557 [  8961] By: jhi                                   on 2001/02/27  22:55:26
45558         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
45559              and this would be it.
45560      Branch: perl
45561            ! hints/hpux.sh hints/irix_6.sh
45562 ____________________________________________________________________________
45563 [  8960] By: jhi                                   on 2001/02/27  22:51:33
45564         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
45565              From: "Craig A. Berry" <craigberry@mac.com>
45566              Date: Tue, 27 Feb 2001 16:11:44 -0600
45567              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
45568      Branch: maint-5.6/perl
45569            ! configure.com vms/descrip_mms.template
45570 ____________________________________________________________________________
45571 [  8959] By: jhi                                   on 2001/02/27  22:47:23
45572         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
45573              From: "Craig A. Berry" <craigberry@mac.com>
45574              Date: Tue, 27 Feb 2001 16:11:44 -0600
45575              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
45576      Branch: perl
45577            ! configure.com vms/descrip_mms.template
45578 ____________________________________________________________________________
45579 [  8958] By: jhi                                   on 2001/02/27  15:16:42
45580         Log: Update Changes.
45581      Branch: perl
45582            ! Changes patchlevel.h
45583 ____________________________________________________________________________
45584 [  8957] By: jhi                                   on 2001/02/27  06:15:07
45585         Log: Subject: [5.6.x] EPOC additions
45586              From: Olaf Flebbe <O.Flebbe@science-computing.de>
45587              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
45588              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
45589      Branch: maint-5.6/perl
45590            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
45591 ____________________________________________________________________________
45592 [  8956] By: jhi                                   on 2001/02/27  06:12:11
45593         Log: Subject: [perl-current] EPOC 
45594              From: Olaf Flebbe <O.Flebbe@science-computing.de>
45595              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
45596              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
45597      Branch: perl
45598            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
45599            ! epoc/epocish.c epoc/epocish.h pp_sys.c
45600 ____________________________________________________________________________
45601 [  8955] By: jhi                                   on 2001/02/27  05:59:50
45602         Log: Subject: Re: Compile with perlcc..
45603              From: Edward Peschko <edwardp@excitehome.net>
45604              Date: Mon, 26 Feb 2001 18:51:58 -0800
45605              Message-ID: <20010226185158.A9871@excitehome.net>
45606              
45607              plus add a simple usage message if no arguments given.
45608      Branch: perl
45609            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
45610            ! utils/Makefile utils/perlcc.PL win32/pod.mak
45611 ____________________________________________________________________________
45612 [  8954] By: nick                                  on 2001/02/26  21:02:59
45613         Log: Integrate mainline
45614      Branch: perlio
45615           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
45616           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
45617           !> t/op/sprintf.t
45618 ____________________________________________________________________________
45619 [  8953] By: jhi                                   on 2001/02/26  14:43:54
45620         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
45621              From: Nicholas Clark <nick@ccl4.org>
45622              Date: Mon, 26 Feb 2001 00:42:07 +0000
45623              Message-ID: <20010226004207.F23333@plum.flirble.org>
45624      Branch: perl
45625            ! pp_ctl.c
45626 ____________________________________________________________________________
45627 [  8952] By: jhi                                   on 2001/02/26  14:42:13
45628         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
45629              From: Simon Cozens <simon@netthink.co.uk>
45630              Date: Mon, 26 Feb 2001 12:23:48 +0000
45631              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
45632      Branch: perl
45633            ! pod/perlguts.pod
45634 ____________________________________________________________________________
45635 [  8951] By: jhi                                   on 2001/02/26  14:39:15
45636         Log: Subject: [PATCH] perlio - unknown layer
45637              From: Nicholas Clark <nick@ccl4.org>
45638              Date: Mon, 26 Feb 2001 00:27:19 +0000
45639              Message-ID: <20010226002719.E23333@plum.flirble.org>
45640      Branch: perl
45641            ! perlio.c
45642 ____________________________________________________________________________
45643 [  8950] By: jhi                                   on 2001/02/26  14:38:04
45644         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
45645              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
45646              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
45647              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
45648      Branch: perl
45649            ! t/op/bop.t
45650 ____________________________________________________________________________
45651 [  8949] By: jhi                                   on 2001/02/26  14:37:07
45652         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
45653              From: Peter Prymmer <pvhp@forte.com>
45654              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
45655              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
45656      Branch: perl
45657            ! lib/Test.pm
45658 ____________________________________________________________________________
45659 [  8948] By: jhi                                   on 2001/02/26  14:35:53
45660         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
45661              From: Radu Greab <radu@netsoft.ro>
45662              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
45663              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
45664      Branch: perl
45665            ! pod/perlop.pod
45666 ____________________________________________________________________________
45667 [  8947] By: jhi                                   on 2001/02/26  14:34:46
45668         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
45669              From: David Mitchell <davem@fdgroup.co.uk>
45670              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
45671              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
45672      Branch: perl
45673            ! run.c
45674 ____________________________________________________________________________
45675 [  8946] By: jhi                                   on 2001/02/26  14:32:37
45676         Log: Subject: Modified README.bs2000 
45677              From: Dorner Thomas <Thomas.Dorner@start.de>
45678              Date: Mon, 26 Feb 2001 09:22:17 +0100
45679              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
45680      Branch: perl
45681            ! README.bs2000
45682 ____________________________________________________________________________
45683 [  8945] By: jhi                                   on 2001/02/26  14:19:53
45684         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
45685              to maintperl, listing the known failures on the tests 129 and 130.
45686      Branch: maint-5.6/perl
45687           !> t/op/sprintf.t
45688 ____________________________________________________________________________
45689 [  8944] By: jhi                                   on 2001/02/26  14:14:15
45690         Log: Add more known sprintf failures.
45691      Branch: perl
45692            ! t/op/sprintf.t
45693 ____________________________________________________________________________
45694 [  8943] By: jhi                                   on 2001/02/26  13:56:22
45695         Log: perlglob.exe needs to be found in Win32, patch from
45696              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
45697              which needs external glob at mini-perl time."
45698      Branch: perl
45699            ! ext/Encode/compile
45700 ____________________________________________________________________________
45701 [  8942] By: jhi                                   on 2001/02/26  13:52:19
45702         Log: A missing dTHX from Vadim Konovalov.
45703      Branch: perl
45704            ! perlio.c
45705 ____________________________________________________________________________
45706 [  8941] By: jhi                                   on 2001/02/26  13:37:05
45707         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
45708      Branch: perl
45709            ! op.c
45710 ____________________________________________________________________________
45711 [  8940] By: jhi                                   on 2001/02/26  13:35:40
45712         Log: Integrate perlio.
45713      Branch: perl
45714           !> ext/Encode/Encode.pm
45715 ____________________________________________________________________________
45716 [  8939] By: nick                                  on 2001/02/25  23:47:09
45717         Log: Integrate mainline.
45718      Branch: perlio
45719           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
45720           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
45721 ____________________________________________________________________________
45722 [  8938] By: nick                                  on 2001/02/25  19:36:28
45723         Log: Encode implementations docs.
45724      Branch: perlio
45725            ! ext/Encode/Encode.pm
45726 ____________________________________________________________________________
45727 [  8937] By: jhi                                   on 2001/02/25  19:26:16
45728         Log: Script wasn't aligned with reality.
45729      Branch: perl
45730            ! t/pod/find.t
45731 ____________________________________________________________________________
45732 [  8936] By: jhi                                   on 2001/02/25  18:54:55
45733         Log: Update Changes.
45734      Branch: perl
45735            ! Changes patchlevel.h
45736 ____________________________________________________________________________
45737 [  8935] By: jhi                                   on 2001/02/25  18:46:36
45738         Log: Retract #8929,8930,8932,8933 for now.
45739      Branch: perl
45740            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
45741 ____________________________________________________________________________
45742 [  8934] By: jhi                                   on 2001/02/25  17:34:35
45743         Log: Integrate perlio.
45744      Branch: perl
45745           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
45746           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
45747           !> t/lib/encode.t
45748 ____________________________________________________________________________
45749 [  8933] By: jhi                                   on 2001/02/25  17:33:12
45750         Log: (Retracted by #8395.)
45751              
45752              Slight tweaks in scan_const(), not fixes yet, it seems like
45753              lots of work remains to be done...
45754      Branch: perl
45755            ! toke.c
45756 ____________________________________________________________________________
45757 [  8932] By: jhi                                   on 2001/02/25  17:27:11
45758         Log: (Retracted by #8395.)
45759              
45760              Missing from #8930.
45761      Branch: perl
45762            ! perl.h
45763 ____________________________________________________________________________
45764 [  8931] By: jhi                                   on 2001/02/25  17:26:19
45765         Log: A comment tweak.
45766      Branch: perl
45767            ! utf8.c
45768 ____________________________________________________________________________
45769 [  8930] By: jhi                                   on 2001/02/25  17:25:47
45770         Log: (Retracted by #8395.)
45771              
45772              Attempt to fix the EBCDIC character range problem with //.
45773      Branch: perl
45774            ! regcomp.c
45775 ____________________________________________________________________________
45776 [  8929] By: jhi                                   on 2001/02/25  17:23:45
45777         Log: (Retracted by #8395.)
45778              
45779              Expand the EBCDIC character range tests, and add few nasty
45780              tr tests from Karsten Sperling.
45781      Branch: perl
45782            ! t/op/pat.t t/op/tr.t
45783 ____________________________________________________________________________
45784 [  8928] By: jhi                                   on 2001/02/25  17:18:49
45785         Log: Missing check-in.
45786      Branch: perl
45787            ! lib/Pod/Find.pm
45788 ____________________________________________________________________________
45789 [  8927] By: nick                                  on 2001/02/25  11:30:22
45790         Log: Change method names in Encode implementation classes to something
45791              less confusing (preparing to "go public").
45792      Branch: perlio
45793            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
45794 ____________________________________________________________________________
45795 [  8926] By: nick                                  on 2001/02/25  10:53:24
45796         Log: GCC __atribute__ / printf fix
45797      Branch: perlio
45798            ! perl.h
45799 ____________________________________________________________________________
45800 [  8925] By: nick                                  on 2001/02/25  10:52:25
45801         Log: Checked in the wrong one ...
45802      Branch: perlio
45803            ! ext/Encode/Encode.pm
45804 ____________________________________________________________________________
45805 [  8924] By: nick                                  on 2001/02/24  18:46:51
45806         Log: Integrate mainline - to see what Jarkko has in ...
45807      Branch: perlio
45808           +> t/pod/testpods/lib/Pod/Stuff.pm
45809           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
45810 ____________________________________________________________________________
45811 [  8923] By: nick                                  on 2001/02/24  17:05:23
45812         Log: Encode API documentation nd tidy up.
45813              Minor additions to test.
45814              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
45815              Adds STRLEN to standard typemap.
45816      Branch: perlio
45817            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
45818            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
45819 ____________________________________________________________________________
45820 [  8922] By: jhi                                   on 2001/02/24  16:38:12
45821         Log: Add a test for the "character range should match in EBCDIC
45822              if specified using explicit numerics" bug found by Karsten
45823              Sperling.
45824      Branch: perl
45825            ! t/op/pat.t
45826 ____________________________________________________________________________
45827 [  8921] By: jhi                                   on 2001/02/24  16:30:16
45828         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
45829              From: schwern@pobox.com
45830              Date: Fri, 23 Feb 2001 03:21:37 -0500
45831              Message-ID: <20010223032137.A26022@magnonel.guild.net>
45832              
45833              plus Charles Lane's fixes, plus tweaks.
45834      Branch: perl
45835            + t/pod/testpods/lib/Pod/Stuff.pm
45836            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
45837 ____________________________________________________________________________
45838 [  8920] By: nick                                  on 2001/02/24  10:30:11
45839         Log: Integrate mainline
45840      Branch: perlio
45841           !> (integrate 33 files)
45842 ____________________________________________________________________________
45843 [  8919] By: jhi                                   on 2001/02/24  00:23:35
45844         Log: Subject: Re: I'm losing the war...
45845              From: "Vadim Konovalov" <watman@inbox.ru>
45846              Date: Sat, 24 Feb 2001 00:10:14 +0300
45847              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
45848              
45849              hv_store() not working correctly in ENV_IS_CASELESS case.
45850      Branch: perl
45851            ! hv.c
45852 ____________________________________________________________________________
45853 [  8918] By: jhi                                   on 2001/02/24  00:20:09
45854         Log: Subject: Re: [PATCH] fix for charnames above FFFF
45855              From: andreas.koenig@anima.de (Andreas J. Koenig)
45856              Date: 23 Feb 2001 02:39:03 +0100
45857              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
45858              
45859              A further efficiency tweak.
45860      Branch: perl
45861            ! lib/charnames.pm
45862 ____________________________________________________________________________
45863 [  8917] By: jhi                                   on 2001/02/23  20:27:51
45864         Log: Integrate change #8916 from mainline,
45865              do away with USE_WIN32_RTL_ENV.
45866      Branch: maint-5.6/perl
45867           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
45868 ____________________________________________________________________________
45869 [  8916] By: jhi                                   on 2001/02/23  20:02:25
45870         Log: Abolish USE_WIN32_RTL_ENV.
45871      Branch: perl
45872            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
45873 ____________________________________________________________________________
45874 [  8915] By: jhi                                   on 2001/02/23  19:36:00
45875         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
45876              later protected by some #define.
45877      Branch: perl
45878            ! gv.c
45879 ____________________________________________________________________________
45880 [  8914] By: jhi                                   on 2001/02/23  19:31:38
45881         Log: Retract #8902 for now, requested by Charles Lane, the correct
45882              fix will be something else.
45883      Branch: perl
45884            ! op.c
45885 ____________________________________________________________________________
45886 [  8913] By: jhi                                   on 2001/02/23  19:11:36
45887         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
45888              From: Peter Prymmer <pvhp@forte.com>
45889              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
45890              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
45891      Branch: perl
45892            ! t/op/lex_assign.t
45893 ____________________________________________________________________________
45894 [  8912] By: jhi                                   on 2001/02/23  18:38:20
45895         Log: Subject: [patch] perlio + useithreads
45896              From: Doug MacEachern <dougm@covalent.net>
45897              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
45898              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
45899              
45900              Gets things running but not complete.
45901      Branch: perl
45902            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
45903 ____________________________________________________________________________
45904 [  8911] By: jhi                                   on 2001/02/23  04:20:02
45905         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
45906              
45907              Duplicated environment freeing, File::Temp 0.12,
45908              op/append portability (EBCDIC) tweak.
45909      Branch: maint-5.6/perl
45910           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
45911           !> t/op/append.t
45912 ____________________________________________________________________________
45913 [  8910] By: jhi                                   on 2001/02/23  02:07:33
45914         Log: Integrate change #8909 from mainline, a better Borland
45915              putenv() workaround.
45916      Branch: maint-5.6/perl
45917           !> perl.c
45918 ____________________________________________________________________________
45919 [  8909] By: jhi                                   on 2001/02/23  02:05:46
45920         Log: A better workaround for Borland putenv() brokenness from Sarathy.
45921      Branch: perl
45922            ! perl.c
45923 ____________________________________________________________________________
45924 [  8908] By: jhi                                   on 2001/02/23  02:04:14
45925         Log: Subject: fix for parameter -Dm (for perl@8867)
45926              From: "Vadim Konovalov" <watman@inbox.ru>
45927              Date: Thu, 22 Feb 2001 17:30:12 +0300
45928              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
45929      Branch: perl
45930            ! perl.h
45931 ____________________________________________________________________________
45932 [  8907] By: jhi                                   on 2001/02/23  01:58:20
45933         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
45934              From: Peter Prymmer <pvhp@forte.com>
45935              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
45936              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
45937      Branch: perl
45938            ! t/op/append.t
45939 ____________________________________________________________________________
45940 [  8906] By: jhi                                   on 2001/02/23  01:48:34
45941         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
45942      Branch: perl
45943            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
45944 ____________________________________________________________________________
45945 [  8905] By: jhi                                   on 2001/02/23  01:43:30
45946         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
45947              From: Peter Prymmer <pvhp@forte.com>
45948              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
45949              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
45950      Branch: perl
45951            ! t/lib/st-06compat.t
45952 ____________________________________________________________________________
45953 [  8904] By: jhi                                   on 2001/02/23  01:42:39
45954         Log: Metaconfig unit change for #8903.
45955      Branch: metaconfig/U/perl
45956            ! Devel.U
45957 ____________________________________________________________________________
45958 [  8903] By: jhi                                   on 2001/02/23  01:42:12
45959         Log: Be more helpful for devel builders, suggested by John L. Allen.
45960      Branch: perl
45961            ! Configure
45962 ____________________________________________________________________________
45963 [  8902] By: jhi                                   on 2001/02/23  01:37:41
45964         Log: (Retracted by #8914)
45965              (Wrongly, reinstated by #8941)
45966              
45967              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
45968              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
45969              Date:     Thu, 22 Feb 2001 09:43:57 EST
45970              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
45971      Branch: perl
45972            ! op.c
45973 ____________________________________________________________________________
45974 [  8901] By: jhi                                   on 2001/02/23  01:20:32
45975         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
45976              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
45977              Date:     Thu, 22 Feb 2001 08:01:35 EST
45978              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
45979      Branch: perl
45980            ! malloc.c
45981 ____________________________________________________________________________
45982 [  8900] By: jhi                                   on 2001/02/23  01:18:02
45983         Log: Integrate changes #8898,8899 from mainline, environ handling.
45984      Branch: maint-5.6/perl
45985           !> perl.c
45986 ____________________________________________________________________________
45987 [  8899] By: jhi                                   on 2001/02/23  01:16:25
45988         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
45989              putenv() is not to be relied on, they are either broken or leaky
45990              or both.)
45991      Branch: perl
45992            ! perl.c
45993 ____________________________________________________________________________
45994 [  8898] By: jhi                                   on 2001/02/22  23:36:59
45995         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
45996              and safesysfree() must be used.
45997      Branch: perl
45998            ! perl.c
45999 ____________________________________________________________________________
46000 [  8897] By: jhi                                   on 2001/02/22  23:25:45
46001         Log: With environ one must use safesysmalloc()/safesysfree().
46002      Branch: perl
46003            ! perl.c
46004 ____________________________________________________________________________
46005 [  8896] By: jhi                                   on 2001/02/22  22:13:18
46006         Log: If we have a duplicated environment free it
46007              if PERL_DESTRUCT_LEVEL.
46008      Branch: perl
46009            ! perl.c
46010 ____________________________________________________________________________
46011 [  8895] By: alanbur                               on 2001/02/22  19:31:57
46012         Log: Synchronised with parent
46013      Branch: maint-5.6/pureperl
46014           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
46015 ____________________________________________________________________________
46016 [  8894] By: gsar                                  on 2001/02/22  19:06:18
46017         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
46018              
46019              fix memory leak in method call optimization (change#3768);
46020              made C<eval "$x->foo()"> leak
46021              
46022              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
46023      Branch: maint-5.6/perl
46024           !> op.c
46025 ____________________________________________________________________________
46026 [  8893] By: jhi                                   on 2001/02/22  18:35:27
46027         Log: (Retracted by #8915.)
46028              
46029              Third Degree finding:
46030              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
46031      Branch: perl
46032            ! gv.c
46033 ____________________________________________________________________________
46034 [  8892] By: jhi                                   on 2001/02/22  14:28:32
46035         Log: Update Changes.
46036      Branch: perl
46037            ! Changes patchlevel.h
46038 ____________________________________________________________________________
46039 [  8891] By: jhi                                   on 2001/02/22  13:22:45
46040         Log: Metaconfig unit changes for #8890.
46041      Branch: metaconfig
46042            ! U/modified/Cppsym.U U/threads/archname.U
46043 ____________________________________________________________________________
46044 [  8890] By: jhi                                   on 2001/02/22  13:22:12
46045         Log: Add -stdio to the archname if no perlio selected,
46046              no -perlio added since that is now the default.
46047              
46048              Add few CPUs/architectures to the Cppsym scan.
46049      Branch: perl
46050            ! Configure config_h.SH
46051 ____________________________________________________________________________
46052 [  8889] By: jhi                                   on 2001/02/22  13:05:59
46053         Log: Metaconfig unit change for #8888.
46054      Branch: metaconfig/U/perl
46055            ! useperlio.U
46056 ____________________________________________________________________________
46057 [  8888] By: jhi                                   on 2001/02/22  13:05:28
46058         Log: *drum roll*  Make perlio the default.
46059      Branch: perl
46060            ! Configure config_h.SH
46061 ____________________________________________________________________________
46062 [  8887] By: jhi                                   on 2001/02/22  12:50:52
46063         Log: Integrate change #8665 from maintperl to mainline,
46064              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
46065      Branch: perl
46066           !> ext/POSIX/POSIX.xs
46067 ____________________________________________________________________________
46068 [  8886] By: jhi                                   on 2001/02/22  12:49:24
46069         Log: Integrate changes #8883,8884 from mainline to maintperl.
46070              
46071              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
46072              Subject: Re: File::Temp::_gettemp warning
46073      Branch: maint-5.6/perl
46074           !> embed.h embed.pl lib/File/Temp.pm
46075 ____________________________________________________________________________
46076 [  8885] By: jhi                                   on 2001/02/22  12:43:59
46077         Log: Based on
46078              
46079              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
46080              From: schwab@suse.de
46081              Date: Thu, 22 Feb 2001 13:08:09 +0100
46082              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
46083              
46084              but the fix done slightly differently because the other
46085              half was already done in #8664.
46086      Branch: maint-5.6/perl
46087            ! ext/POSIX/POSIX.xs
46088 ____________________________________________________________________________
46089 [  8884] By: jhi                                   on 2001/02/22  12:37:15
46090         Log: Subject: Re: File::Temp::_gettemp warning
46091              From: Tim Jenness <t.jenness@jach.hawaii.edu>
46092              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
46093              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
46094              
46095              This patch to File::Temp does two things:
46096              
46097              1. Fixes the problem with CGI::Carp when determining
46098              the Fcntl constants
46099              
46100              2. Removes most of the carps and consolidates them so that all the
46101              reasons are included in a single die that is caught by the test. This
46102              means that the correct skipping behaviour is displayed by the test.
46103      Branch: perl
46104            ! lib/File/Temp.pm
46105 ____________________________________________________________________________
46106 [  8883] By: jhi                                   on 2001/02/22  12:29:19
46107         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
46108              From: Peter Prymmer <pvhp@forte.com>
46109              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
46110              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
46111      Branch: perl
46112            ! embed.h embed.pl
46113 ____________________________________________________________________________
46114 [  8882] By: jhi                                   on 2001/02/21  19:41:33
46115         Log: Integrate change #8881 from mainlin to maintperl.
46116              
46117              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
46118      Branch: maint-5.6/perl
46119           !> op.c
46120 ____________________________________________________________________________
46121 [  8881] By: jhi                                   on 2001/02/21  19:38:57
46122         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
46123              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
46124              Date:     Wed, 21 Feb 2001 13:08:03 EST
46125              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
46126      Branch: perl
46127            ! op.c
46128 ____________________________________________________________________________
46129 [  8880] By: jhi                                   on 2001/02/21  19:34:34
46130         Log: Retract #8875, cannot let go of the old semantics of unpack U
46131              without rethinking utf8decode.t.
46132      Branch: perl
46133            ! pp.c t/op/pack.t
46134 ____________________________________________________________________________
46135 [  8879] By: jhi                                   on 2001/02/21  19:08:02
46136         Log: Run run/*.t also in minitest.
46137      Branch: perl
46138            ! Makefile.SH
46139 ____________________________________________________________________________
46140 [  8878] By: nick                                  on 2001/02/21  18:55:37
46141         Log: Integrate mainline
46142      Branch: perlio
46143           !> (integrate 76 files)
46144 ____________________________________________________________________________
46145 [  8877] By: jhi                                   on 2001/02/21  15:09:33
46146         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
46147      Branch: metaconfig
46148            ! U/compline/nblock_io.U
46149      Branch: perl
46150            ! Configure config_h.SH
46151 ____________________________________________________________________________
46152 [  8876] By: jhi                                   on 2001/02/21  14:54:45
46153         Log: If no sfio, no -lsfio.
46154      Branch: metaconfig/U/perl
46155            ! d_sfio.U
46156      Branch: perl
46157            ! Configure config_h.SH
46158 ____________________________________________________________________________
46159 [  8875] By: jhi                                   on 2001/02/21  14:54:00
46160         Log: Make unpack C and unpack U truly equivalent.
46161      Branch: perl
46162            ! pp.c t/op/pack.t
46163 ____________________________________________________________________________
46164 [  8874] By: jhi                                   on 2001/02/21  14:26:02
46165         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
46166              From: Peter Prymmer <pvhp@forte.com>
46167              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
46168              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
46169      Branch: perl
46170            ! pod/perlport.pod
46171 ____________________________________________________________________________
46172 [  8873] By: jhi                                   on 2001/02/21  14:24:31
46173         Log: Subject: [PATCH] fix for charnames above FFFF
46174              From: andreas.koenig@anima.de (Andreas J. Koenig)
46175              Date: 21 Feb 2001 07:05:45 +0100
46176              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
46177      Branch: perl
46178            ! lib/charnames.pm t/lib/charnames.t
46179 ____________________________________________________________________________
46180 [  8872] By: jhi                                   on 2001/02/21  14:15:25
46181         Log: Integrate change #8868 from pureperl to mainline.
46182              
46183              Fixed reference count loop caused by sv_magic.
46184      Branch: perl
46185           !> sv.c
46186 ____________________________________________________________________________
46187 [  8871] By: jhi                                   on 2001/02/21  14:07:29
46188         Log: Integrate change #8868 from pureperl to maintperl.
46189              
46190              Fixed reference count loop caused by sv_magic.
46191      Branch: maint-5.6/perl
46192           !> sv.c
46193 ____________________________________________________________________________
46194 [  8870] By: jhi                                   on 2001/02/21  14:04:41
46195         Log: Put back the #8840, it was innocent.
46196      Branch: perl
46197            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
46198            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
46199 ____________________________________________________________________________
46200 [  8869] By: jhi                                   on 2001/02/21  14:00:03
46201         Log: unpack("C", ...) was left slightly unfinished by #8865.
46202      Branch: perl
46203            ! pp.c t/op/pack.t
46204 ____________________________________________________________________________
46205 [  8868] By: alanbur                               on 2001/02/21  01:33:45
46206         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
46207              from gv_fetchpv to create single-character magic variables (e.g. $!),
46208              and it is passed a sv and the gv that contains the sv as the mg_obj
46209              value.  When sv_magic stores the mg_obj pointer it increments the gv
46210              refcount, thus causing a sv-gv pair that can't be freed.  There is
46211              already a check for sv == obj which is used to prevent such reference
46212              loops.  This change extends the check to cover the case described above.
46213      Branch: maint-5.6/pureperl
46214            ! sv.c
46215 ____________________________________________________________________________
46216 [  8867] By: jhi                                   on 2001/02/21  00:52:39
46217         Log: Update Changes.
46218      Branch: perl
46219            ! Changes patchlevel.h
46220 ____________________________________________________________________________
46221 [  8866] By: jhi                                   on 2001/02/21  00:34:20
46222         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
46223              (Note: there were some conflicts due to EBCDIC and EPOC
46224              patches, in general I preferred the repository code.)
46225              (When 2.753 comes out, we need to synchronize.)
46226      Branch: perl
46227            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
46228            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
46229            ! t/lib/cgi-html.t
46230 ____________________________________________________________________________
46231 [  8865] By: jhi                                   on 2001/02/21  00:24:22
46232         Log: Make pack("C", 0x100) to create Unicode, unless under the
46233              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
46234              will understand Unicode, unless you under know what.
46235      Branch: perl
46236            ! pp.c t/op/pack.t t/op/qu.t
46237 ____________________________________________________________________________
46238 [  8864] By: alanbur                               on 2001/02/20  22:35:34
46239         Log: Resynchronised with parent
46240      Branch: maint-5.6/pureperl
46241           !> README.win32 ext/GDBM_File/GDBM_File.pm
46242           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
46243           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
46244           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
46245           !> t/lib/sdbm.t util.c
46246 ____________________________________________________________________________
46247 [  8863] By: jhi                                   on 2001/02/20  20:55:11
46248         Log: Integrate change #8860,8861 from mainline into maintperl.
46249              
46250              "pseudo-literal j"
46251              
46252              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
46253      Branch: maint-5.6/perl
46254           !> lib/Test.pm pod/perlop.pod
46255 ____________________________________________________________________________
46256 [  8862] By: jhi                                   on 2001/02/20  20:30:07
46257         Log: Don't do casting between pointers pointing to differently sized
46258              integers.
46259      Branch: perl
46260            ! hv.c sv.c
46261 ____________________________________________________________________________
46262 [  8861] By: jhi                                   on 2001/02/20  19:53:44
46263         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
46264              From: Peter Prymmer <pvhp@forte.com>
46265              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
46266              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
46267      Branch: perl
46268            ! lib/Test.pm
46269 ____________________________________________________________________________
46270 [  8860] By: jhi                                   on 2001/02/20  19:48:02
46271         Log: "pseudo-literal j", a documentation glitch reported to Debian.
46272              The text recovered from Perl 5.005_03, and pseudo-literal replaced
46273              by "backtick string".
46274      Branch: perl
46275            ! pod/perlop.pod
46276 ____________________________________________________________________________
46277 [  8859] By: jhi                                   on 2001/02/20  19:15:46
46278         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
46279              from Chris Nandor.
46280      Branch: perl
46281            ! makedef.pl
46282 ____________________________________________________________________________
46283 [  8858] By: jhi                                   on 2001/02/20  17:36:53
46284         Log: Integrate pureperl changes #8844,8845,8850 to mainline
46285              (via maintperl #8855).
46286              
46287              Fixed %^H scoping bug
46288              
46289              Removed GV <-> CV refcount loop
46290              
46291              Removed %ENV refcount loop
46292      Branch: perl
46293           !> gv.c op.c perl.c pp.c scope.c
46294 ____________________________________________________________________________
46295 [  8857] By: jhi                                   on 2001/02/20  17:34:32
46296         Log: Integrate changes #8853,8854 from maintperl to mainline.
46297              
46298              EBDIC fixes, README.win32 Borland update.
46299      Branch: perl
46300           !> README.win32 handy.h util.c
46301 ____________________________________________________________________________
46302 [  8856] By: jhi                                   on 2001/02/20  17:33:16
46303         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
46304      Branch: maint-5.6/perl
46305           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
46306           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
46307           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
46308 ____________________________________________________________________________
46309 [  8855] By: jhi                                   on 2001/02/20  17:32:13
46310         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
46311              
46312              Fixed %^H scoping bug
46313              
46314              Removed GV <-> CV refcount loop
46315              
46316              Removed %ENV refcount loop
46317      Branch: maint-5.6/perl
46318           !> gv.c op.c perl.c pp.c scope.c
46319 ____________________________________________________________________________
46320 [  8854] By: jhi                                   on 2001/02/20  17:25:06
46321         Log: Subject: Addition to readme.win32 for Borland C++ compilers
46322              Date: Tue, 20 Feb 2001 02:15:25 +0300
46323              From: "Vadim Konovalov" <watman@inbox.ru>
46324              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
46325              
46326              Document Borland compiler misbehaviour.
46327      Branch: maint-5.6/perl
46328            ! README.win32
46329 ____________________________________________________________________________
46330 [  8853] By: jhi                                   on 2001/02/20  17:22:25
46331         Log: The assimilation of ebcdic.c didn't quite work at the first try,
46332              patches from Thomas Dorner.
46333      Branch: maint-5.6/perl
46334            ! handy.h util.c
46335 ____________________________________________________________________________
46336 [  8852] By: jhi                                   on 2001/02/20  17:20:15
46337         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
46338              From: Chris Nandor <pudge@pobox.com>
46339              Date: Tue, 20 Feb 2001 08:32:45 -0500
46340              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
46341      Branch: maint-5.6/perl
46342            ! makedef.pl mg.c
46343 ____________________________________________________________________________
46344 [  8851] By: jhi                                   on 2001/02/20  17:15:52
46345         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
46346      Branch: perl
46347            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
46348            ! t/lib/filter-util.t
46349 ____________________________________________________________________________
46350 [  8850] By: alanbur                               on 2001/02/20  17:12:40
46351         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
46352              and the magic pointer points back to the GV that contains the
46353              %ENV hash.  This creates a refcount loop that prevents members
46354              of %ENV from being freed correctly.  This change removes the
46355              refcount loop - the magic pointer was never used anyway, the
46356              only use of the magic was to check the type ('E') so that the
46357              appropriate environment manipulation code is called when %ENV
46358              is modified.
46359      Branch: maint-5.6/pureperl
46360            ! perl.c
46361 ____________________________________________________________________________
46362 [  8849] By: jhi                                   on 2001/02/20  17:12:20
46363         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
46364              From: "Craig A. Berry" <craigberry@mac.com>
46365              Date: Mon, 19 Feb 2001 23:36:12 -0600
46366              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
46367              
46368              Case-forgiving systems match TestInit.pm with TES*.
46369      Branch: perl
46370            ! t/lib/glob-basic.t
46371 ____________________________________________________________________________
46372 [  8848] By: jhi                                   on 2001/02/20  17:10:02
46373         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
46374      Branch: perl
46375            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
46376            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
46377            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
46378 ____________________________________________________________________________
46379 [  8847] By: jhi                                   on 2001/02/20  15:34:41
46380         Log: The #8843 wasn't quite right: %Config needs to imported.
46381      Branch: perl
46382            ! t/run/runenv.t
46383 ____________________________________________________________________________
46384 [  8846] By: jhi                                   on 2001/02/20  15:31:50
46385         Log: Retract the #8838 and #8840 for now because of
46386              the DB_File tie problem.
46387      Branch: perl
46388            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
46389            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
46390            ! proto.h sv.c
46391 ____________________________________________________________________________
46392 [  8845] By: alanbur                               on 2001/02/20  14:25:41
46393         Log: Removed GV <-> CV refcount loop
46394              CvGV(mycv) points to the parent GV of the CV, and was previously
46395              refcounted.  The pointer remains, but the refcounting has been removed
46396              as it causes a refcount loop between the CV and GV that means the CV
46397              can't ever be deleted.
46398      Branch: maint-5.6/pureperl
46399            ! gv.c op.c pp.c
46400 ____________________________________________________________________________
46401 [  8844] By: alanbur                               on 2001/02/20  14:23:13
46402         Log: Fixed %^H scoping bug
46403      Branch: maint-5.6/pureperl
46404            ! scope.c
46405 ____________________________________________________________________________
46406 [  8843] By: jhi                                   on 2001/02/19  13:38:08
46407         Log: fork() not everywhere, cleanup temp files.
46408      Branch: perl
46409            ! t/run/runenv.t
46410 ____________________________________________________________________________
46411 [  8842] By: alanbur                               on 2001/02/19  12:42:07
46412         Log: Resynchronised with parent
46413      Branch: maint-5.6/pureperl
46414           !> pod/perlfaq4.pod sv.c utf8.c
46415 ____________________________________________________________________________
46416 [  8841] By: jhi                                   on 2001/02/19  03:35:51
46417         Log: Update Changes.
46418      Branch: perl
46419            ! Changes patchlevel.h
46420 ____________________________________________________________________________
46421 [  8840] By: jhi                                   on 2001/02/19  00:23:41
46422         Log: Subject: [patch] add sv_setref_uv
46423              From: Doug MacEachern <dougm@covalent.net>
46424              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
46425              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
46426      Branch: perl
46427            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
46428            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
46429 ____________________________________________________________________________
46430 [  8839] By: jhi                                   on 2001/02/19  00:01:38
46431         Log: Put to rest the 20010205.001, the email address checking (not) regex.
46432      Branch: perl
46433            ! pod/perlfaq9.pod
46434 ____________________________________________________________________________
46435 [  8838] By: jhi                                   on 2001/02/18  22:17:54
46436         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
46437              From: Doug MacEachern <dougm@covalent.net>
46438              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
46439              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
46440      Branch: perl
46441            ! lib/ExtUtils/xsubpp
46442 ____________________________________________________________________________
46443 [  8837] By: jhi                                   on 2001/02/18  22:16:50
46444         Log: Subject: [patch] -Wall cleanup round 2
46445              From: Doug MacEachern <dougm@covalent.net>
46446              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
46447              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
46448      Branch: perl
46449            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
46450            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
46451            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
46452            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
46453            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
46454            ! ext/SDBM_File/SDBM_File.xs
46455 ____________________________________________________________________________
46456 [  8836] By: jhi                                   on 2001/02/18  22:11:20
46457         Log: Misapplied regex optimizations when \C is present.
46458              Fixes 20001230.002.
46459              
46460              What still remains broken is that the submatches that
46461              have \C in them get their UTF8 flag on because their
46462              parent SV has it on.  This will result in malformed
46463              UTF8 if a \C happened to match a non-ASCII byte.
46464      Branch: perl
46465            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
46466            ! t/pragma/utf8.t
46467 ____________________________________________________________________________
46468 [  8835] By: jhi                                   on 2001/02/18  20:12:02
46469         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
46470              
46471              The hash key got wrongly UTF8fied.
46472      Branch: perl
46473            ! pod/perlapi.pod toke.c utf8.c
46474 ____________________________________________________________________________
46475 [  8834] By: jhi                                   on 2001/02/18  19:44:25
46476         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
46477              don't warn on magical or overloaded things.
46478      Branch: perl
46479            ! pp_hot.c
46480 ____________________________________________________________________________
46481 [  8833] By: nick                                  on 2001/02/18  19:31:22
46482         Log: Integrate mainline
46483      Branch: perlio
46484           +> t/TestInit.pm t/run/runenv.t
46485            - t/UTEST
46486           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
46487           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
46488           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
46489           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
46490           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
46491           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
46492           !> utf8.c
46493 ____________________________________________________________________________
46494 [  8832] By: jhi                                   on 2001/02/18  19:21:18
46495         Log: Integrate perlio.
46496      Branch: perl
46497           !> perlio.c pod/perldiag.pod
46498 ____________________________________________________________________________
46499 [  8831] By: jhi                                   on 2001/02/18  19:14:20
46500         Log: Integrate change #8827 from mainline.
46501              
46502              UTF8 tweaks.
46503      Branch: maint-5.6/perl
46504           !> sv.c utf8.c
46505 ____________________________________________________________________________
46506 [  8830] By: nick                                  on 2001/02/18  19:10:34
46507         Log: Apply the spirit of patch from Nick Clark:
46508              Subject: [PATCH] Re: extensions that provide layers
46509              From: Nicholas Clark <nick@ccl4.org>
46510              Date: Mon, 12 Feb 2001 16:43:51 +0000
46511              Message-Id: <20010212164350.Q3652@plum.flirble.org>
46512      Branch: perlio
46513            ! perlio.c pod/perldiag.pod
46514 ____________________________________________________________________________
46515 [  8829] By: jhi                                   on 2001/02/18  19:03:25
46516         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
46517              From: schwern@pobox.com 
46518              Date: Sun, 18 Feb 2001 13:44:35 -0500
46519              Message-ID: <20010218134435.A17544@magnonel.guild.net>
46520              
46521              Applied, but as t/TestInit.pm.
46522      Branch: perl
46523            + t/TestInit.pm
46524            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
46525            ! t/op/subst_wamp.t
46526 ____________________________________________________________________________
46527 [  8828] By: jhi                                   on 2001/02/18  18:43:52
46528         Log: Integrate perlio.
46529      Branch: perl
46530           !> perlio.c
46531 ____________________________________________________________________________
46532 [  8827] By: jhi                                   on 2001/02/18  18:41:33
46533         Log: UTF-8 tweaks.
46534      Branch: perl
46535            ! sv.c utf8.c
46536 ____________________________________________________________________________
46537 [  8826] By: nick                                  on 2001/02/18  17:40:59
46538         Log: Fix [ID 20010217.002]
46539              open FOO, "<:raw:perlio", ...
46540              :raw now inserts default base layer below itself.
46541              Also
46542              open FOO, "<:unix", ...
46543              works as well - but leaves buffer layer on stack under the unix layer.
46544      Branch: perlio
46545            ! perlio.c
46546 ____________________________________________________________________________
46547 [  8825] By: jhi                                   on 2001/02/18  17:15:39
46548         Log: Integrate perlio.
46549      Branch: perl
46550           !> perlio.c perliol.h
46551 ____________________________________________________________________________
46552 [  8824] By: jhi                                   on 2001/02/18  17:10:53
46553         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
46554              From: schwern@pobox.com
46555              Date: Sun, 18 Feb 2001 01:48:50 -0500
46556              Message-ID: <20010218014850.C19957@magnonel.guild.net>
46557      Branch: perl
46558            ! lib/Test/Harness.pm t/TEST t/op/chop.t
46559 ____________________________________________________________________________
46560 [  8823] By: jhi                                   on 2001/02/18  17:01:06
46561         Log: Add run/*.t to testables.
46562      Branch: perl
46563            ! t/TEST
46564 ____________________________________________________________________________
46565 [  8822] By: jhi                                   on 2001/02/18  16:58:58
46566         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
46567              From: schwern@pobox.com
46568              Date: Sun, 18 Feb 2001 01:11:35 -0500
46569              Message-ID: <20010218011135.A19957@magnonel.guild.net>
46570              
46571              Revive mjd's and Simon's PERL5OPT fix.
46572      Branch: perl
46573            + t/run/runenv.t
46574            ! MANIFEST perl.c
46575 ____________________________________________________________________________
46576 [  8821] By: jhi                                   on 2001/02/18  16:53:46
46577         Log: Subject: Re: Why t/TEST and not Test::Harness?
46578              From: schwern@pobox.com
46579              Date: Sat, 17 Feb 2001 22:44:44 -0500
46580              Message-ID: <20010217224444.A6679@magnonel.guild.net>
46581              
46582              Replace UTEST with TEST -utf8.
46583      Branch: perl
46584            - t/UTEST
46585            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
46586            ! t/lib/glob-basic.t
46587 ____________________________________________________________________________
46588 [  8820] By: nick                                  on 2001/02/18  13:06:16
46589         Log: Clean up a few core dumps when layers are used in unexpected ways.
46590              (Still not "right"...)
46591      Branch: perlio
46592            ! perlio.c perliol.h
46593 ____________________________________________________________________________
46594 [  8819] By: jhi                                   on 2001/02/18  02:25:55
46595         Log: Integrate change #8818 from maintperl, a FAQ nit.
46596      Branch: perl
46597           !> pod/perlfaq4.pod
46598 ____________________________________________________________________________
46599 [  8818] By: jhi                                   on 2001/02/18  02:24:50
46600         Log: FAQ nit from Chris Fedde.
46601      Branch: maint-5.6/perl
46602            ! pod/perlfaq4.pod
46603 ____________________________________________________________________________
46604 [  8817] By: nick                                  on 2001/02/17  18:20:14
46605         Log: Integrate mainline
46606      Branch: perlio
46607           +> lib/unicode/UCD.html lib/unicode/Unicode.html
46608           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
46609           +> pod/perlclib.pod
46610            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
46611            - lib/unicode/Unicode.301
46612           !> (integrate 324 files)
46613 ____________________________________________________________________________
46614 [  8816] By: jhi                                   on 2001/02/17  16:56:58
46615         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
46616      Branch: perl
46617            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
46618            ! ext/Storable/Storable.xs t/lib/st-06compat.t
46619            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
46620 ____________________________________________________________________________
46621 [  8815] By: jhi                                   on 2001/02/17  16:40:07
46622         Log: Subject: [patch] -Wall
46623              From: Doug MacEachern <dougm@covalent.net>
46624              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
46625              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
46626      Branch: perl
46627            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
46628            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
46629 ____________________________________________________________________________
46630 [  8814] By: jhi                                   on 2001/02/16  19:27:18
46631         Log: Document qu better.
46632      Branch: perl
46633            ! pod/perlop.pod
46634 ____________________________________________________________________________
46635 [  8813] By: jhi                                   on 2001/02/15  13:54:37
46636         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
46637              From: Hugo <hv@crypt.compulink.co.uk>
46638              Date: Thu, 15 Feb 2001 13:39:49 +0000
46639              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
46640      Branch: perl
46641            ! toke.c
46642 ____________________________________________________________________________
46643 [  8812] By: alanbur                               on 2001/02/15  13:52:16
46644         Log: Resynchronised with parent
46645      Branch: maint-5.6/pureperl
46646            - ebcdic.c
46647           !> (integrate 36 files)
46648 ____________________________________________________________________________
46649 [  8811] By: jhi                                   on 2001/02/15  13:51:16
46650         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
46651              
46652              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
46653              From: Jan Dubois <JanD@ActiveState.com>
46654              Date: Wed, 31 Jan 2001 21:17:03 -0800
46655              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
46656              
46657              tweak change#8659 to keep it simple
46658              
46659              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
46660              From: Russ Allbery <rra@stanford.edu>
46661              Date: 14 Feb 2001 10:15:41 -0800
46662              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
46663              
46664              (8809 empty)
46665              
46666              Upgrade to podlators 1.08, from Russ Allbery.
46667      Branch: perl
46668           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
46669           !> utils/perldoc.PL
46670 ____________________________________________________________________________
46671 [  8810] By: jhi                                   on 2001/02/15  13:35:08
46672         Log: Upgrade to podlators 1.08, from Russ Allbery.
46673      Branch: maint-5.6/perl
46674            ! lib/Pod/Man.pm lib/Pod/Text.pm
46675 ____________________________________________________________________________
46676 [  8809] By: jhi                                   on 2001/02/15  13:26:38
46677         Log: (accidentally empty check-in)
46678      Branch: maint-5.6/perl
46679            ! lib/Test/Harness.pm
46680 ____________________________________________________________________________
46681 [  8808] By: jhi                                   on 2001/02/15  13:23:47
46682         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
46683              From: Russ Allbery <rra@stanford.edu>
46684              Date: 14 Feb 2001 10:15:41 -0800
46685              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
46686              
46687              perldoc was hardcoding $Config{installscript}, which breaks
46688              when install* isn't where Perl ends up (such as with AFS).
46689              
46690              Use $Config{scriptdir} instead.
46691      Branch: maint-5.6/perl
46692            ! utils/perldoc.PL
46693 ____________________________________________________________________________
46694 [  8807] By: jhi                                   on 2001/02/14  14:37:27
46695         Log: Update Changes.
46696      Branch: perl
46697            ! Changes patchlevel.h
46698 ____________________________________________________________________________
46699 [  8806] By: jhi                                   on 2001/02/14  14:25:31
46700         Log: Integrate changes #8803,8804,8805 from mainline.
46701              
46702              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
46703              
46704              Don't skip too much of the locale error message if no environ array,
46705              from Chris Nandor.
46706              
46707              More MacOS Classic fixes from Chris Nandor.
46708      Branch: maint-5.6/perl
46709           !> doop.c lib/Cwd.pm perl.c perl.h util.c
46710 ____________________________________________________________________________
46711 [  8805] By: jhi                                   on 2001/02/14  03:29:01
46712         Log: More MacOS Classic fixes from Chris Nandor.
46713      Branch: perl
46714            ! doop.c lib/Cwd.pm
46715 ____________________________________________________________________________
46716 [  8804] By: jhi                                   on 2001/02/14  03:18:35
46717         Log: Don't skip too much of the locale error message if no environ array,
46718              from Chris Nandor.
46719      Branch: perl
46720            ! util.c
46721 ____________________________________________________________________________
46722 [  8803] By: jhi                                   on 2001/02/14  03:14:14
46723         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
46724      Branch: perl
46725            ! perl.c perl.h
46726 ____________________________________________________________________________
46727 [  8802] By: jhi                                   on 2001/02/13  18:31:33
46728         Log: AUTHORS update.
46729      Branch: perl
46730            ! AUTHORS
46731 ____________________________________________________________________________
46732 [  8801] By: jhi                                   on 2001/02/13  17:55:19
46733         Log: Integrate change #8792 from mainline.
46734              
46735              Subject: buncha MacPerl patches for bleadperl
46736              From: Chris Nandor <pudge@pobox.com>
46737              Date: Tue, 13 Feb 2001 00:02:43 -0500
46738              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
46739      Branch: maint-5.6/perl
46740           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
46741           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
46742           !> t/lib/basename.t toke.c util.h
46743 ____________________________________________________________________________
46744 [  8800] By: jhi                                   on 2001/02/13  17:46:43
46745         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
46746              to be forced to Off_t.
46747              
46748              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
46749              From: nick@ccl4.org
46750              Date: Thu, 1 Feb 2001 12:01:04 +0000
46751              Message-Id: <20010201120103.E11401@plum.flirble.org>
46752      Branch: maint-5.6/perl
46753            ! iperlsys.h perlio.c
46754 ____________________________________________________________________________
46755 [  8799] By: jhi                                   on 2001/02/13  16:52:51
46756         Log: Duplex duplex hunk hunk.
46757      Branch: maint-5.6/perl
46758            ! Makefile.SH
46759 ____________________________________________________________________________
46760 [  8797] By: jhi                                   on 2001/02/13  14:52:04
46761         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
46762              From: "Craig A. Berry" <craigberry@mac.com>
46763              Date: Mon, 12 Feb 2001 11:05:25 -0600
46764              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
46765      Branch: perl
46766            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
46767 ____________________________________________________________________________
46768 [  8796] By: jhi                                   on 2001/02/13  14:36:47
46769         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
46770              From: simon.cozens@pembroke.oxford.ac.uk 
46771              Date: Sat, 10 Feb 2001 17:57:02 +0000
46772              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
46773              
46774              Now it does include.
46775      Branch: perl
46776            ! pod/perldiag.pod
46777 ____________________________________________________________________________
46778 [  8795] By: jhi                                   on 2001/02/13  14:30:11
46779         Log: Sort the MANIFEST.
46780      Branch: perl
46781            ! MANIFEST
46782 ____________________________________________________________________________
46783 [  8794] By: jhi                                   on 2001/02/13  14:26:51
46784         Log: Integrate change #8793 from mainline, FAQ updates.
46785      Branch: maint-5.6/perl
46786           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
46787 ____________________________________________________________________________
46788 [  8793] By: jhi                                   on 2001/02/13  14:25:13
46789         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
46790      Branch: perl
46791            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
46792 ____________________________________________________________________________
46793 [  8792] By: jhi                                   on 2001/02/13  14:22:50
46794         Log: Subject: buncha MacPerl patches for bleadperl
46795              From: Chris Nandor <pudge@pobox.com>
46796              Date: Tue, 13 Feb 2001 00:02:43 -0500
46797              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
46798      Branch: perl
46799            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
46800            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
46801            ! t/lib/basename.t toke.c util.h
46802 ____________________________________________________________________________
46803 [  8791] By: jhi                                   on 2001/02/13  14:10:39
46804         Log: Integrate change #8790 from mainline.
46805              
46806              environ array wrongly assumed in Perl_init_i18nl10n(),
46807      Branch: maint-5.6/perl
46808           !> util.c
46809 ____________________________________________________________________________
46810 [  8790] By: jhi                                   on 2001/02/13  14:06:15
46811         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
46812              noticed by Chris Nandor in MacOS Classic.
46813      Branch: perl
46814            ! util.c
46815 ____________________________________________________________________________
46816 [  8789] By: jhi                                   on 2001/02/13  13:58:07
46817         Log: Integrate changes #8373,8487,8544,8783 from mainline.
46818              
46819              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
46820              hints files, the dynaloading, assimilate ebcdic into util.c.
46821      Branch: maint-5.6/perl
46822            - ebcdic.c
46823            ! MANIFEST hints/posix-bc.sh
46824           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
46825           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
46826           !> perlapi.c proto.h util.c
46827 ____________________________________________________________________________
46828 [  8788] By: alanbur                               on 2001/02/13  10:33:13
46829         Log: Integrated changes from maint-5.6
46830      Branch: maint-5.6/pureperl
46831           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
46832           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
46833           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
46834           !> vos/config.ga.h vos/configure_perl.cm
46835 ____________________________________________________________________________
46836 [  8787] By: jhi                                   on 2001/02/13  05:56:36
46837         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
46838      Branch: perl
46839           !> Makefile.SH
46840 ____________________________________________________________________________
46841 [  8786] By: jhi                                   on 2001/02/13  05:54:34
46842         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
46843              From: Dorner Thomas <Thomas.Dorner@start.de>
46844              Date: Mon, 12 Feb 2001 15:06:26 +0100
46845              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
46846      Branch: maint-5.6/perl
46847            ! Makefile.SH
46848 ____________________________________________________________________________
46849 [  8785] By: jhi                                   on 2001/02/13  05:29:04
46850         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
46851      Branch: perl
46852           !> hints/openbsd.sh
46853 ____________________________________________________________________________
46854 [  8784] By: jhi                                   on 2001/02/13  02:25:24
46855         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
46856              From: Peter Prymmer <pvhp@forte.com>
46857              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
46858              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
46859      Branch: perl
46860            ! pod/perlclib.pod
46861 ____________________________________________________________________________
46862 [  8783] By: jhi                                   on 2001/02/13  02:22:36
46863         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
46864      Branch: perl
46865            - ebcdic.c
46866            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
46867            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
46868            ! util.c
46869 ____________________________________________________________________________
46870 [  8782] By: jhi                                   on 2001/02/13  02:00:07
46871         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
46872      Branch: maint-5.6/perl
46873            ! pod/perlport.pod
46874 ____________________________________________________________________________
46875 [  8781] By: jhi                                   on 2001/02/13  01:58:44
46876         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
46877      Branch: maint-5.6/perl
46878            ! hints/openbsd.sh
46879 ____________________________________________________________________________
46880 [  8780] By: jhi                                   on 2001/02/13  01:57:33
46881         Log: Synchronize the regexp tests between maintperl and mainline.
46882      Branch: maint-5.6/perl
46883           !> t/op/re_tests
46884 ____________________________________________________________________________
46885 [  8779] By: jhi                                   on 2001/02/13  01:49:35
46886         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
46887              From: Hugo <hv@crypt.compulink.co.uk>
46888              Date: Tue, 13 Feb 2001 00:11:11 +0000
46889              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
46890      Branch: perl
46891            ! regcomp.c t/op/re_tests
46892 ____________________________________________________________________________
46893 [  8778] By: jhi                                   on 2001/02/13  00:23:10
46894         Log: Comments do not nest.
46895      Branch: perl
46896            ! perl.h
46897 ____________________________________________________________________________
46898 [  8777] By: jhi                                   on 2001/02/13  00:17:54
46899         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
46900              From: Hugo <hv@crypt.compulink.co.uk>
46901              Date: Tue, 13 Feb 2001 00:11:11 +0000
46902              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
46903      Branch: maint-5.6/perl
46904            ! regcomp.c t/op/re_tests
46905 ____________________________________________________________________________
46906 [  8776] By: jhi                                   on 2001/02/12  23:25:52
46907         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
46908      Branch: maint-5.6/perl
46909            ! pod/perlport.pod
46910 ____________________________________________________________________________
46911 [  8775] By: jhi                                   on 2001/02/12  23:04:28
46912         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
46913      Branch: maint-5.6/perl
46914            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
46915            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
46916            ! vos/configure_perl.cm
46917 ____________________________________________________________________________
46918 [  8774] By: jhi                                   on 2001/02/12  22:59:11
46919         Log: Subject: Re: [patch] context for 'U' magic functions
46920              From: Doug MacEachern <dougm@covalent.net>
46921              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
46922              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
46923              
46924              plus the suggestion by Nick Ing-Simmons to name the macro
46925              as PERL_MG_UFUNC to avoid namespace pollution, plus add
46926              the advice by Doug for XS writers to perl.h
46927      Branch: perl
46928            ! mg.c perl.h
46929 ____________________________________________________________________________
46930 [  8773] By: jhi                                   on 2001/02/11  20:14:12
46931         Log: Update Changes.
46932      Branch: perl
46933            ! Changes patchlevel.h
46934 ____________________________________________________________________________
46935 [  8772] By: jhi                                   on 2001/02/11  18:47:52
46936         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
46937              From: Simon Cozens <simon@cozens.net>
46938              Date: Wed, 31 Jan 2001 16:31:43 +0000
46939              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
46940      Branch: perl
46941            + pod/perlclib.pod
46942            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
46943            ! pod/perltoc.pod
46944 ____________________________________________________________________________
46945 [  8771] By: jhi                                   on 2001/02/11  18:36:48
46946         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
46947              
46948              Blocks-4d3.beta.txt
46949              CaseFolding-3d4.beta.txt
46950              CompositionExclusions-3d6.beta.txt
46951              EastAsianWidth-4d4.beta.txt
46952              LineBreak-6d3.beta.txt
46953              NamesList-3.1.0d1.beta.txt
46954              PropList-3.1.0d4.beta.txt
46955              SpecialCasing-4d1.beta.txt
46956              UnicodeData-3.1.0d6.beta.txt
46957      Branch: perl
46958            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
46959           +> lib/unicode/UCD.html lib/unicode/Unicode.html
46960            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
46961            - lib/unicode/Unicode.301
46962            ! (edit 257 files)
46963 ____________________________________________________________________________
46964 [  8770] By: jhi                                   on 2001/02/11  17:26:22
46965         Log: UTF-8 documentation.
46966      Branch: perl
46967            ! utf8.h
46968 ____________________________________________________________________________
46969 [  8769] By: jhi                                   on 2001/02/11  17:12:49
46970         Log: Retract #8762.
46971      Branch: perl
46972            ! regexec.c
46973 ____________________________________________________________________________
46974 [  8768] By: jhi                                   on 2001/02/11  16:54:45
46975         Log: Subject: [PATCH] Test::Harness
46976              From: andreas.koenig@anima.de (Andreas J. Koenig)
46977              Date: 11 Feb 2001 14:37:00 +0100
46978              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
46979      Branch: perl
46980            ! lib/Test/Harness.pm
46981 ____________________________________________________________________________
46982 [  8767] By: jhi                                   on 2001/02/11  16:53:52
46983         Log: Subject: [PATCH] Document makepatch in Porting/patching
46984              From: andreas.koenig@anima.de (Andreas J. Koenig)
46985              Date: 11 Feb 2001 16:46:28 +0100
46986              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
46987      Branch: perl
46988            ! Porting/patching.pod
46989 ____________________________________________________________________________
46990 [  8766] By: jhi                                   on 2001/02/11  06:30:23
46991         Log: Subject: Re: [patch] GvSHARED
46992              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
46993              From: Doug MacEachern <dougm@covalent.net>
46994              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
46995              
46996              Subject: Re: [patch] GvSHARED
46997              From: Doug MacEachern <dougm@covalent.net>
46998              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
46999              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
47000              
47001              Subject: [patch] attributes.pm support for `shared'
47002              From: Doug MacEachern <dougm@covalent.net>
47003              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
47004              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
47005              
47006              our() attributes were ignored, our :shared pieces missing,
47007              allow attributes.pm to turn on shared.
47008      Branch: perl
47009            ! op.c t/op/attrs.t toke.c xsutils.c
47010 ____________________________________________________________________________
47011 [  8765] By: alanbur                               on 2001/02/10  23:11:19
47012         Log: Resync with parent (hopefully sucessfully this time)
47013      Branch: maint-5.6/pureperl
47014           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
47015           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
47016           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
47017           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
47018           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
47019           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
47020           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
47021 ____________________________________________________________________________
47022 [  8764] By: jhi                                   on 2001/02/10  22:54:38
47023         Log: Make TEST and UTEST more verbose in case something goes
47024              wrong in running/compiling a script, suggested by Doug
47025              MacEachern.
47026      Branch: perl
47027            ! t/TEST t/UTEST
47028 ____________________________________________________________________________
47029 [  8763] By: jhi                                   on 2001/02/10  22:11:34
47030         Log: Bogus shebang.
47031      Branch: perl
47032            ! t/lib/texttabs.t
47033 ____________________________________________________________________________
47034 [  8762] By: jhi                                   on 2001/02/10  21:56:02
47035         Log: (Retracted by #8769)
47036      Branch: perl
47037            ! regexec.c
47038 ____________________________________________________________________________
47039 [  8761] By: jhi                                   on 2001/02/10  21:26:15
47040         Log: Subject: Re: [patch] GvSHARED 
47041              From: Doug MacEachern <dougm@covalent.net>
47042              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
47043              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
47044              
47045              our @EXPORT : shared = (...);
47046      Branch: perl
47047            ! toke.c
47048 ____________________________________________________________________________
47049 [  8760] By: jhi                                   on 2001/02/10  21:25:07
47050         Log: Subject: [patch] GvSHARED
47051              From: Doug MacEachern <dougm@covalent.net>
47052              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
47053              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
47054      Branch: perl
47055            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
47056 ____________________________________________________________________________
47057 [  8759] By: alanbur                               on 2001/02/10  21:24:27
47058         Log: Backed out mismerge.
47059      Branch: maint-5.6/pureperl
47060            ! MANIFEST README.hpux README.vmesa gv.c installhtml
47061            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
47062            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
47063            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
47064            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
47065            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
47066            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
47067 ____________________________________________________________________________
47068 [  8758] By: jhi                                   on 2001/02/10  18:01:17
47069         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
47070              
47071              Fixed UMRs and leak in Perl_pmtrans()
47072              
47073              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
47074              associated UTFied tr/// code.  Also fixed scoping leak of
47075              PL_reg_start_tmp.
47076              
47077              newATTRSUB leaks when an attempt to redefine the active sort sub is
47078              made.
47079      Branch: maint-5.6/perl
47080           !> op.c regcomp.c
47081 ____________________________________________________________________________
47082 [  8757] By: alanbur                               on 2001/02/10  17:56:46
47083         Log: Resynchronised with parent
47084      Branch: maint-5.6/pureperl
47085           +> README.bs2000
47086            - README.posix-bc
47087            ! gv.c perl.c sv.c
47088           !> MANIFEST README.hpux README.vmesa installhtml
47089           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
47090           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
47091           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
47092           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
47093           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
47094           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
47095 ____________________________________________________________________________
47096 [  8756] By: alanbur                               on 2001/02/10  17:51:15
47097         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
47098              made.
47099      Branch: maint-5.6/pureperl
47100            ! op.c
47101 ____________________________________________________________________________
47102 [  8755] By: jhi                                   on 2001/02/09  22:41:35
47103         Log: Upgrade to CPAN 1.59_54, from Andreas König.
47104      Branch: perl
47105            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
47106 ____________________________________________________________________________
47107 [  8754] By: jhi                                   on 2001/02/09  22:29:20
47108         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
47109              
47110              Didn't upgrade the fill.t since it has a dependency to File::Slurp
47111              purely for debugging purposes, the actual test hasn't changed.
47112      Branch: perl
47113            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
47114            ! t/lib/textwrap.t
47115 ____________________________________________________________________________
47116 [  8753] By: jhi                                   on 2001/02/09  20:17:50
47117         Log: Integrate change #8682 from maintperl.
47118              
47119              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
47120              to work correctly.
47121      Branch: perl
47122           !> hints/irix_6.sh
47123 ____________________________________________________________________________
47124 [  8752] By: jhi                                   on 2001/02/09  20:00:46
47125         Log: Update Changes.
47126      Branch: perl
47127            ! Changes patchlevel.h
47128 ____________________________________________________________________________
47129 [  8751] By: nick                                  on 2001/02/09  19:48:37
47130         Log: Integrate mainline
47131      Branch: perlio
47132           +> README.bs2000 t/lib/cgi-esc.t
47133            - README.posix-bc
47134           !> (integrate 53 files)
47135 ____________________________________________________________________________
47136 [  8750] By: nick                                  on 2001/02/09  19:25:16
47137         Log: Subject: RE: Biannual Competition to Improve Hashing Function
47138              From: Fisher Mark <fisherm@tce.com>
47139              Date: Thu, 8 Feb 2001 10:44:00 -0500
47140              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
47141              Date: Thu, 8 Feb 2001 15:02:47 -0500
47142              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
47143      Branch: perl
47144            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
47145 ____________________________________________________________________________
47146 [  8749] By: jhi                                   on 2001/02/09  19:02:35
47147         Log: Forgotten fragment.
47148      Branch: perl
47149            ! pod/perlapi.pod
47150 ____________________________________________________________________________
47151 [  8748] By: jhi                                   on 2001/02/09  18:31:34
47152         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
47153              plus manual tweakage.
47154              
47155              Sync the perlfaq2 between mainline and maintperl.
47156      Branch: maint-5.6/perl
47157            ! pod/perlfaq2.pod
47158      Branch: perl
47159           !> pod/perlfaq2.pod
47160 ____________________________________________________________________________
47161 [  8747] By: jhi                                   on 2001/02/09  18:12:04
47162         Log: Subject: versiononly and installperl
47163              From: abigail@foad.org
47164              Date: Wed, 7 Feb 2001 22:43:12 +0100
47165              Message-ID: <20010207214312.7045.qmail@foad.org>    
47166              
47167              Add +v flag to force a normal install of the perl binary
47168              and the utilities.
47169              
47170              Subject: [PATCH] installperl
47171              From: Nicholas Clark <nick@ccl4.org>
47172              Date: Fri, 9 Feb 2001 16:28:57 +0000
47173              Message-ID: <20010209162857.B10931@plum.flirble.org>
47174              
47175              Add -A flag which also hardlinks the binary with
47176              the full architecture name.
47177      Branch: perl
47178            ! installperl
47179 ____________________________________________________________________________
47180 [  8746] By: jhi                                   on 2001/02/09  18:03:43
47181         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
47182              
47183              Subject: perlfaq2, re: perlmongers
47184              
47185              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
47186              
47187              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
47188              
47189              Subject: [ID 20010205.001] typo in perlfaq9
47190              
47191              Subject: [ID 20010208.002] unordered explanation in perlcall
47192      Branch: maint-5.6/perl
47193           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
47194           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
47195           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
47196 ____________________________________________________________________________
47197 [  8745] By: jhi                                   on 2001/02/09  17:59:09
47198         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
47199              From: abela@geneanet.org
47200              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
47201              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
47202      Branch: perl
47203            ! pod/perlcall.pod
47204 ____________________________________________________________________________
47205 [  8744] By: jhi                                   on 2001/02/09  17:48:16
47206         Log: Subject: [ID 20010205.001] typo in perlfaq9
47207              From: eserte@vran.herceg.de
47208              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
47209              Message-Id: <200102042244.XAA21926@vran.herceg.de>
47210      Branch: perl
47211            ! pod/perlfaq9.pod
47212 ____________________________________________________________________________
47213 [  8743] By: jhi                                   on 2001/02/09  17:25:12
47214         Log: Integrate change #8695 from maintperl.
47215              
47216              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
47217      Branch: perl
47218           !> thread.h
47219 ____________________________________________________________________________
47220 [  8742] By: jhi                                   on 2001/02/09  17:21:22
47221         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
47222              From: Andy Dougherty <doughera@lafayette.edu>
47223              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
47224              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
47225      Branch: perl
47226            ! embed.pl
47227 ____________________________________________________________________________
47228 [  8741] By: jhi                                   on 2001/02/09  17:05:19
47229         Log: Integrate changes #8738,8739,8740 from maintperl.
47230              
47231              Html files will be installed in a more logical and easier to
47232              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
47233              
47234              Html files will be generated with a header to make them look
47235              a little less bare.
47236              
47237              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
47238      Branch: perl
47239           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
47240 ____________________________________________________________________________
47241 [  8740] By: jhi                                   on 2001/02/09  17:03:46
47242         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
47243              From: "Brendan O'Dea" <bod@compusol.com.au>
47244              Date: Sun, 4 Feb 2001 11:17:56 +1100
47245              Message-ID: <20010204111756.A16301@compusol.com.au>
47246      Branch: maint-5.6/perl
47247            ! pod/perlfaq3.pod
47248 ____________________________________________________________________________
47249 [  8739] By: jhi                                   on 2001/02/09  17:01:59
47250         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
47251              From: "Indy Singh" <indy@nusphere.com>
47252              Date: Fri, 2 Feb 2001 15:09:59 -0500
47253              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
47254              
47255              Html files will be generated with a header to make them look
47256              a little less bare.
47257      Branch: maint-5.6/perl
47258            ! installhtml
47259 ____________________________________________________________________________
47260 [  8738] By: jhi                                   on 2001/02/09  16:58:48
47261         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
47262              From: "Indy Singh" <indy@nusphere.com>
47263              Date: Fri, 2 Feb 2001 15:08:23 -0500
47264              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
47265              
47266              Html files will be installed in a more logical and easier to
47267              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
47268      Branch: maint-5.6/perl
47269            ! win32/Makefile win32/makefile.mk
47270 ____________________________________________________________________________
47271 [  8737] By: jhi                                   on 2001/02/09  16:46:54
47272         Log: Integrate changes #8687,8736 from maintperl.
47273              
47274              HP-UX thread patches from Merijn H. Brand.
47275              
47276              Latin nit from Philip Newton.
47277      Branch: perl
47278           !> README.hpux hints/hpux.sh
47279 ____________________________________________________________________________
47280 [  8736] By: jhi                                   on 2001/02/09  16:42:31
47281         Log: Latin nit from Philip Newton.
47282      Branch: maint-5.6/perl
47283            ! README.hpux
47284 ____________________________________________________________________________
47285 [  8735] By: jhi                                   on 2001/02/09  16:24:03
47286         Log: Integrate changes #8704,8710 from pureperl.
47287              
47288              Fixed UMRs and leak in Perl_pmtrans()
47289              
47290              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
47291              associated UTFied tr/// code.  Also fixed scoping leak of
47292              PL_reg_start_tmp.
47293      Branch: perl
47294           !> op.c regcomp.c
47295 ____________________________________________________________________________
47296 [  8734] By: jhi                                   on 2001/02/09  15:40:21
47297         Log: Integrate change #8733 from maintperl.
47298              
47299              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
47300      Branch: perl
47301           !> pod/perlre.pod
47302 ____________________________________________________________________________
47303 [  8733] By: jhi                                   on 2001/02/09  15:35:47
47304         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
47305              From: Prymmer/Kahn <pvhp@best.com>
47306              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
47307              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
47308      Branch: maint-5.6/perl
47309            ! pod/perlre.pod
47310 ____________________________________________________________________________
47311 [  8732] By: jhi                                   on 2001/02/09  15:26:17
47312         Log: Rename README.posix-bc to README.bs2000 (to avoid the
47313              confusion of a "perlposix-bc.pod"), add a few missing
47314              arch pods, regen toc.
47315      Branch: maint-5.6/perl
47316           +> README.bs2000
47317            - README.posix-bc
47318            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
47319            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
47320 ____________________________________________________________________________
47321 [  8731] By: jhi                                   on 2001/02/09  15:23:39
47322         Log: De-cut-and-pasto.
47323      Branch: perl
47324            ! pod/perl.pod
47325 ____________________________________________________________________________
47326 [  8730] By: jhi                                   on 2001/02/09  15:11:13
47327         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
47328              when people think that perlposix-bc.pod tells anything about
47329              Perl and POSIX.  Regen toc.
47330      Branch: perl
47331           +> README.bs2000
47332            - README.posix-bc
47333            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
47334            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
47335 ____________________________________________________________________________
47336 [  8729] By: jhi                                   on 2001/02/09  14:52:28
47337         Log: The README.vmesa part of #8712 from maintperl.
47338      Branch: perl
47339            ! README.vmesa
47340 ____________________________________________________________________________
47341 [  8728] By: jhi                                   on 2001/02/09  14:46:06
47342         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
47343              From: Peter Prymmer <pvhp@forte.com>
47344              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
47345              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
47346      Branch: maint-5.6/perl
47347            ! README.vmesa win32/Makefile win32/makefile.mk
47348 ____________________________________________________________________________
47349 [  8727] By: jhi                                   on 2001/02/09  14:33:25
47350         Log: Integrate change #8712 from mainline.
47351              
47352              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
47353      Branch: maint-5.6/perl
47354           !> lib/Pod/Find.pm
47355 ____________________________________________________________________________
47356 [  8726] By: jhi                                   on 2001/02/09  14:30:28
47357         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
47358              From: Peter Prymmer <pvhp@forte.com>
47359              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
47360              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
47361      Branch: perl
47362            + t/lib/cgi-esc.t
47363            ! MANIFEST lib/CGI/Util.pm
47364 ____________________________________________________________________________
47365 [  8725] By: jhi                                   on 2001/02/09  04:56:47
47366         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
47367      Branch: maint-5.6/perl
47368            ! pod/perlport.pod
47369 ____________________________________________________________________________
47370 [  8724] By: jhi                                   on 2001/02/09  04:40:59
47371         Log: Integrate changes 7819,7820 from vmsperl into mainline.
47372              
47373              Add header for LIB$ prototypes (C. Berry)
47374              
47375              Convert fwrite()s to sockets to write()s, since some socket stacks
47376              don't take kindly to stdio.
47377              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
47378              (for often optional LNMs)
47379              Correct a few typos
47380              (C. Bailey)
47381      Branch: perl
47382           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
47383 ____________________________________________________________________________
47384 [  8723] By: jhi                                   on 2001/02/09  03:29:29
47385         Log: Integrate change #8722 from mainline.
47386              
47387              The Im() function wasn't returning zero for non-Math::Complex
47388              arguments.  The bug reported by John Gamble.
47389      Branch: maint-5.6/perl
47390           !> lib/Math/Complex.pm
47391 ____________________________________________________________________________
47392 [  8722] By: jhi                                   on 2001/02/09  03:28:33
47393         Log: The Im() function wasn't returning zero for non-Math::Complex
47394              arguments.  The bug reported by John Gamble.
47395      Branch: perl
47396            ! lib/Math/Complex.pm
47397 ____________________________________________________________________________
47398 [  8721] By: nick                                  on 2001/02/08  22:11:35
47399         Log: Correct the correction :-(
47400      Branch: perl
47401            ! perl.c
47402 ____________________________________________________________________________
47403 [  8720] By: bailey                                on 2001/02/08  20:59:22
47404         Log: Convert fwrite()s to sockets to write()s, since some socket stacks
47405              don't take kindly to stdio.
47406              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
47407              (for often optional LNMs)
47408              Correct a few typos
47409              (C. Bailey)
47410      Branch: vmsperl
47411            ! vms/vms.c vms/vmsish.h
47412 ____________________________________________________________________________
47413 [  8719] By: bailey                                on 2001/02/08  20:51:02
47414         Log: Add header for LIB$ prototypes (C. Berry)
47415      Branch: vmsperl
47416            ! ext/Devel/DProf/DProf.xs
47417 ____________________________________________________________________________
47418 [  8718] By: bailey                                on 2001/02/08  20:49:00
47419         Log: SYN SYN
47420      Branch: vmsperl
47421           +> pod/perliol.pod t/lib/sample-tests/bailout
47422           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
47423           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
47424           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
47425           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
47426           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
47427           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
47428            - lib/unicode/Is/DCinital.pl
47429           !> (integrate 101 files)
47430 ____________________________________________________________________________
47431 [  8717] By: nick                                  on 2001/02/08  19:38:48
47432         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
47433              From: Robin Barker <rmb1@cise.npl.co.uk>
47434              Date: Thu, 8 Feb 2001 14:38:07 GMT
47435              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
47436      Branch: perl
47437            ! lib/CPAN.pm
47438 ____________________________________________________________________________
47439 [  8716] By: nick                                  on 2001/02/08  19:29:07
47440         Log: Generated files form 8713 etc.
47441      Branch: perl
47442            ! embed.h global.sym objXSUB.h perlapi.c proto.h
47443 ____________________________________________________________________________
47444 [  8715] By: nick                                  on 2001/02/08  19:26:08
47445         Log: Fixup non-ithread build after 8713
47446      Branch: perl
47447            ! perl.c
47448 ____________________________________________________________________________
47449 [  8714] By: nick                                  on 2001/02/08  19:17:45
47450         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
47451              From: nick@ccl4.org
47452              Date: Wed, 7 Feb 2001 00:27:47 +0000
47453              Message-Id: <20010207002747.B63724@plum.flirble.org>
47454      Branch: perl
47455            ! sv.c toke.c
47456 ____________________________________________________________________________
47457 [  8713] By: nick                                  on 2001/02/08  19:15:58
47458         Log: Subject: Re: [patch] Re: PL_ptr_table
47459              From: Doug Maceachern <dougm@covalent.net>
47460              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
47461              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
47462      Branch: perl
47463            ! embed.pl perl.c sv.c sv.h
47464 ____________________________________________________________________________
47465 [  8712] By: nick                                  on 2001/02/08  19:12:47
47466         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
47467              From: Peter Prymmer <pvhp@forte.com>
47468              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
47469              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
47470      Branch: perl
47471            ! lib/Pod/Find.pm
47472 ____________________________________________________________________________
47473 [  8711] By: nick                                  on 2001/02/07  21:06:11
47474         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
47475              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
47476              From: Alan Burlison <Alan.Burlison@uk.sun.com>
47477              Date: Tue, 06 Feb 2001 23:37:01 +0000
47478              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
47479      Branch: perl
47480            ! regcomp.c
47481 ____________________________________________________________________________
47482 [  8710] By: alanbur                               on 2001/02/07  00:22:04
47483         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
47484              associated UTFied tr/// code.  Also fixed scoping leak of
47485              PL_reg_start_tmp.
47486      Branch: maint-5.6/pureperl
47487            ! op.c regcomp.c
47488 ____________________________________________________________________________
47489 [  8709] By: nick                                  on 2001/02/06  21:16:49
47490         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
47491              From: Michael G Schwern <schwern@pobox.com>
47492              Date: Sun, 4 Feb 2001 19:47:14 -0500
47493              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
47494      Branch: perl
47495            ! pod/perlapi.pod pod/perlmodlib.PL
47496 ____________________________________________________________________________
47497 [  8708] By: nick                                  on 2001/02/06  20:41:20
47498         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
47499              From: Michael G Schwern <schwern@pobox.com>
47500              Date: Sun, 4 Feb 2001 21:17:49 -0500
47501              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
47502      Branch: perl
47503            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
47504            ! pod/perltootc.pod
47505 ____________________________________________________________________________
47506 [  8707] By: nick                                  on 2001/02/06  20:29:11
47507         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
47508              From: Michael G Schwern <schwern@pobox.com>
47509              Date: Tue, 6 Feb 2001 05:54:30 -0500
47510              Message-Id: <20010206055430.A951@blackrider.aocn.com>
47511      Branch: perl
47512            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
47513 ____________________________________________________________________________
47514 [  8706] By: nick                                  on 2001/02/06  20:21:40
47515         Log: Subject: RE: some win32 fixes
47516              Date: Tue, 6 Feb 2001 09:23:20 +0300
47517              From: Vadim Konovalov <vkonovalov@lucent.com>
47518              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
47519      Branch: perl
47520            ! toke.c win32/Makefile win32/config.bc win32/config.gc
47521            ! win32/config.vc win32/config_H.bc win32/makefile.mk
47522 ____________________________________________________________________________
47523 [  8705] By: alanbur                               on 2001/02/06  15:00:03
47524         Log: Synchronised with parent
47525      Branch: maint-5.6/pureperl
47526            ! regexec.c
47527           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
47528           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
47529 ____________________________________________________________________________
47530 [  8704] By: alanbur                               on 2001/02/06  14:55:24
47531         Log: Fixed UMRs and leak in Perl_pmtrans()
47532      Branch: maint-5.6/pureperl
47533            ! op.c
47534 ____________________________________________________________________________
47535 [  8703] By: gsar                                  on 2001/02/06  02:29:37
47536         Log: $(MAKE) distclean doesn't clean up properly on windows
47537      Branch: maint-5.6/perl
47538            ! win32/Makefile win32/makefile.mk
47539 ____________________________________________________________________________
47540 [  8702] By: gsar                                  on 2001/02/06  01:00:46
47541         Log: tweak change#8659 to keep it simple
47542      Branch: maint-5.6/perl
47543            ! utils/perldoc.PL
47544 ____________________________________________________________________________
47545 [  8701] By: gsar                                  on 2001/02/05  22:45:41
47546         Log: change#8693 was missing testsuite changes
47547      Branch: maint-5.6/perl
47548           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
47549 ____________________________________________________________________________
47550 [  8700] By: nick                                  on 2001/02/05  20:32:52
47551         Log: Integrate mainline
47552      Branch: perlio
47553           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
47554           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
47555           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
47556           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
47557           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
47558           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
47559           +> t/lib/test-harness.t
47560           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
47561           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
47562           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
47563           !> pod/perlutil.pod t/TEST utils/h2xs.PL
47564 ____________________________________________________________________________
47565 [  8699] By: nick                                  on 2001/02/05  19:41:07
47566         Log: Subject: perlfaq2, re: perlmongers
47567              From: David H. Adler <dha@panix.com>
47568              Date: Sun, 4 Feb 2001 23:48:23 -0500
47569              Message-Id: <20010204234823.A13429@panix.com>
47570      Branch: perl
47571            ! pod/perlfaq2.pod
47572 ____________________________________________________________________________
47573 [  8698] By: nick                                  on 2001/02/05  19:39:31
47574         Log: Missed file f#rom the testharness mess.
47575      Branch: perl
47576            + t/lib/test-harness.t
47577 ____________________________________________________________________________
47578 [  8697] By: nick                                  on 2001/02/05  19:37:21
47579         Log: Subject: [DOC PATCH] overload.pm nits
47580              From: John Tobey <jtobey@john-edwin-tobey.org>
47581              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
47582              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
47583      Branch: perl
47584            ! lib/overload.pm
47585 ____________________________________________________________________________
47586 [  8696] By: alanbur                               on 2001/02/05  11:56:00
47587         Log: Sync with parent
47588      Branch: maint-5.6/pureperl
47589           !> thread.h
47590 ____________________________________________________________________________
47591 [  8695] By: gsar                                  on 2001/02/05  03:27:34
47592         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
47593      Branch: maint-5.6/perl
47594            ! thread.h
47595 ____________________________________________________________________________
47596 [  8694] By: alanbur                               on 2001/02/05  00:07:47
47597         Log: Initial branch creation from //depot/maint-5.6/perl
47598      Branch: maint-5.6/pureperl
47599           +> (branch 1719 files)
47600 ____________________________________________________________________________
47601 [  8693] By: gsar                                  on 2001/02/04  22:38:49
47602         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
47603              changes)
47604      Branch: maint-5.6/perl
47605           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
47606           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
47607           !> ext/DB_File/version.c
47608 ____________________________________________________________________________
47609 [  8692] By: nick                                  on 2001/02/04  18:15:57
47610         Log: The missed t/TEST part of the grand testharness upgrade.
47611      Branch: perl
47612            ! t/TEST
47613 ____________________________________________________________________________
47614 [  8691] By: nick                                  on 2001/02/04  18:05:17
47615         Log: New improved test harness
47616              Subject: Re: [PATCH Test::Harness] Third time's a charm?
47617              From: Michael G Schwern <schwern@pobox.com>
47618              Date: Sun, 4 Feb 2001 08:01:20 -0500
47619              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
47620      Branch: perl
47621            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
47622            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
47623            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
47624            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
47625            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
47626            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
47627            ! MANIFEST lib/Test/Harness.pm
47628 ____________________________________________________________________________
47629 [  8690] By: nick                                  on 2001/02/04  17:57:51
47630         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
47631              From: Jonathan Stowe <gellyfish@gellyfish.com>
47632              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
47633              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
47634      Branch: perl
47635            ! utils/h2xs.PL
47636 ____________________________________________________________________________
47637 [  8689] By: nick                                  on 2001/02/04  17:55:24
47638         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
47639              From: Michael G Schwern <schwern@pobox.com>
47640              Date: Sat, 3 Feb 2001 22:46:38 -0500
47641              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
47642      Branch: perl
47643            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
47644            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
47645 ____________________________________________________________________________
47646 [  8688] By: nick                                  on 2001/02/04  17:43:55
47647         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
47648              length byfailing to spot lack of closing )
47649              From: nick@talking.bollo.cx
47650              Date: Sat, 03 Feb 2001 23:53:16 +0000
47651              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
47652      Branch: perl
47653            ! perlio.c pod/perldiag.pod
47654 ____________________________________________________________________________
47655 [  8687] By: jhi                                   on 2001/02/03  17:11:42
47656         Log: HP-UX thread patches from Merijn H. Brand.
47657      Branch: maint-5.6/perl
47658            ! README.hpux hints/hpux.sh
47659 ____________________________________________________________________________
47660 [  8686] By: jhi                                   on 2001/02/03  16:40:12
47661         Log: Metaconfig changes for #8685.
47662      Branch: metaconfig
47663            ! U/installdirs/instubperl.U
47664      Branch: metaconfig/U/perl
47665            ! Devel.U versiononly.U
47666 ____________________________________________________________________________
47667 [  8685] By: jhi                                   on 2001/02/03  16:39:49
47668         Log: For -Dusedevel builds turn off installusrbinperl and turn on
47669              versiononly, a combined idea of Richard Soderberg and Merijn
47670              H. Brand.  You can still override both of these from the command
47671              line if you need to, -Dinstallusrbinperl and -Uversiononly.
47672      Branch: perl
47673            ! Configure
47674 ____________________________________________________________________________
47675 [  8684] By: jhi                                   on 2001/02/03  16:16:34
47676         Log: Metaconfig unit fix for #8683.
47677      Branch: metaconfig
47678            ! U/compline/nblock_io.U
47679 ____________________________________________________________________________
47680 [  8683] By: jhi                                   on 2001/02/03  16:16:12
47681         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
47682              reported by Peter Prymmer for 5.6-TRIAL1.
47683      Branch: perl
47684            ! Configure
47685 ____________________________________________________________________________
47686 [  8682] By: jhi                                   on 2001/02/03  05:52:11
47687         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
47688              to work correctly.
47689      Branch: maint-5.6/perl
47690            ! hints/irix_6.sh
47691 ____________________________________________________________________________
47692 [  8681] By: jhi                                   on 2001/02/03  05:47:33
47693         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
47694      Branch: maint-5.6/perl
47695            ! pod/perlport.pod
47696 ____________________________________________________________________________
47697 [  8680] By: jhi                                   on 2001/02/02  21:39:49
47698         Log: perlport update from Peter Prymmer.
47699      Branch: maint-5.6/perl
47700            ! pod/perlport.pod
47701 ____________________________________________________________________________
47702 [  8679] By: nick                                  on 2001/02/02  20:50:48
47703         Log: Integrate mainline
47704      Branch: perlio
47705           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
47706           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
47707           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
47708 ____________________________________________________________________________
47709 [  8678] By: gsar                                  on 2001/02/02  16:02:12
47710         Log: note about bincompat, slightly modified (from Lupe Christoph)
47711      Branch: maint-5.6/perl
47712            ! README.solaris
47713 ____________________________________________________________________________
47714 [  8677] By: jhi                                   on 2001/02/02  15:46:20
47715         Log: Supported platforms updates.
47716      Branch: maint-5.6/perl
47717            ! pod/perlport.pod
47718 ____________________________________________________________________________
47719 [  8676] By: jhi                                   on 2001/02/02  03:41:26
47720         Log: A couple more perlfaq2 tweaks.
47721      Branch: maint-5.6/perl
47722            ! pod/perlfaq2.pod
47723 ____________________________________________________________________________
47724 [  8675] By: jhi                                   on 2001/02/02  03:17:44
47725         Log: Misedit in #8661.
47726      Branch: maint-5.6/perl
47727            ! Configure
47728 ____________________________________________________________________________
47729 [  8674] By: jhi                                   on 2001/02/02  03:14:38
47730         Log: Damien again.
47731      Branch: maint-5.6/perl
47732            ! pod/perlfaq2.pod
47733 ____________________________________________________________________________
47734 [  8673] By: jhi                                   on 2001/02/02  03:12:40
47735         Log: perlfaq update from Elaine Ashton.
47736      Branch: maint-5.6/perl
47737            ! pod/perlfaq2.pod
47738 ____________________________________________________________________________
47739 [  8672] By: jhi                                   on 2001/02/02  03:07:08
47740         Log: UTF-8 s/// patch from Inaba Hiroto.
47741      Branch: maint-5.6/perl
47742            ! pp_ctl.c pp_hot.c
47743 ____________________________________________________________________________
47744 [  8671] By: jhi                                   on 2001/02/01  22:34:31
47745         Log: Update Changes.
47746      Branch: perl
47747            ! Changes patchlevel.h
47748 ____________________________________________________________________________
47749 [  8670] By: jhi                                   on 2001/02/01  22:15:29
47750         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
47751              from maintperl.
47752              
47753              Upgrade to Getopt::Long 2.25, from Johan Vromans.
47754              
47755              more files need to be writable in the source distribution
47756              
47757              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
47758              
47759              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
47760              
47761              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
47762              
47763              Allow the float to be fuzzier.
47764              
47765              need to use INT2PTR instead of a straight cast or ia64 fails
47766              
47767              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
47768              
47769              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
47770      Branch: perl
47771           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
47772           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
47773           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
47774 ____________________________________________________________________________
47775 [  8669] By: jhi                                   on 2001/02/01  21:57:02
47776         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
47777              From: Robin Barker <rmb1@cise.npl.co.uk>
47778              Date: Thu, 1 Feb 2001 16:59:05 GMT
47779              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
47780      Branch: maint-5.6/perl
47781            ! pod/perlmodlib.PL
47782 ____________________________________________________________________________
47783 [  8668] By: nick                                  on 2001/02/01  19:41:40
47784         Log: Integrate mainline
47785      Branch: perlio
47786           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
47787           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
47788           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
47789 ____________________________________________________________________________
47790 [  8667] By: gsar                                  on 2001/02/01  16:59:11
47791         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
47792      Branch: maint-5.6/perl
47793            ! embed.pl embedvar.h
47794 ____________________________________________________________________________
47795 [  8666] By: gsar                                  on 2001/02/01  16:34:51
47796         Log: add missing entries to win32/config.?c
47797      Branch: maint-5.6/perl
47798            ! win32/config.bc win32/config.gc win32/config.vc
47799            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
47800 ____________________________________________________________________________
47801 [  8665] By: jhi                                   on 2001/02/01  14:58:51
47802         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
47803              From: "Stephen P. Potter" <spp@spotter.yi.org>
47804              Date: Thu, 01 Feb 2001 10:45:46 -0500
47805              Message-Id: <200102011545.KAA31479@spotter.yi.org>
47806      Branch: maint-5.6/perl
47807            ! pod/perlfunc.pod
47808 ____________________________________________________________________________
47809 [  8664] By: gsar                                  on 2001/02/01  14:52:37
47810         Log: need to use INT2PTR instead of a straight cast or ia64 fails
47811              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
47812      Branch: maint-5.6/perl
47813            ! ext/POSIX/POSIX.xs
47814 ____________________________________________________________________________
47815 [  8663] By: jhi                                   on 2001/02/01  14:09:13
47816         Log: Allow the float to be fuzzier.
47817      Branch: maint-5.6/perl
47818            ! t/lib/peek.t
47819 ____________________________________________________________________________
47820 [  8662] By: jhi                                   on 2001/02/01  13:59:00
47821         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
47822              From: Robin Barker <rmb1@cise.npl.co.uk>
47823              Date: Thu, 1 Feb 2001 13:05:39 GMT
47824              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
47825      Branch: maint-5.6/perl
47826            ! pod/perlmodlib.pod
47827 ____________________________________________________________________________
47828 [  8661] By: jhi                                   on 2001/02/01  13:57:38
47829         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
47830              Date: Thu, 01 Feb 2001 14:15:41 +0100
47831              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47832              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
47833              
47834              Have the $ccflags in the gcc version test (strange, this change
47835              is claimed to be have been integrated already)
47836      Branch: maint-5.6/perl
47837            ! Configure
47838 ____________________________________________________________________________
47839 [  8660] By: jhi                                   on 2001/02/01  13:44:10
47840         Log: Integrate changes #7950,7964,7962 from mainline.
47841              
47842              Find the stdchar signedness using cpp, should fix some of
47843              the Solaris compiler warnings reported by Alan Burlison.
47844      Branch: maint-5.6/perl
47845           !> Configure config_h.SH
47846 ____________________________________________________________________________
47847 [  8659] By: jhi                                   on 2001/02/01  05:35:32
47848         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
47849              From: Jan Dubois <JanD@ActiveState.com>
47850              Date: Wed, 31 Jan 2001 21:17:03 -0800
47851              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
47852      Branch: maint-5.6/perl
47853            ! utils/perldoc.PL
47854 ____________________________________________________________________________
47855 [  8658] By: jhi                                   on 2001/02/01  04:33:17
47856         Log: Integrate the README.os390 and README.posix-bc parts of mainline
47857              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
47858              installperl parts were taken care of by #8657.)
47859      Branch: maint-5.6/perl
47860           !> README.os390 README.posix-bc
47861 ____________________________________________________________________________
47862 [  8657] By: jhi                                   on 2001/02/01  04:29:21
47863         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
47864              From: Peter Prymmer <pvhp@forte.com>
47865              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
47866              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
47867      Branch: maint-5.6/perl
47868            + ext/DynaLoader/dl_dllload.xs
47869            ! MANIFEST Makefile.SH hints/os390.sh installperl
47870 ____________________________________________________________________________
47871 [  8656] By: jhi                                   on 2001/02/01  04:25:45
47872         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
47873              From: Peter Prymmer <pvhp@forte.com>
47874              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
47875              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
47876      Branch: maint-5.6/perl
47877            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
47878 ____________________________________________________________________________
47879 [  8655] By: jhi                                   on 2001/02/01  04:14:47
47880         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
47881              From: troc@netrus.net
47882              Date: Wed, 31 Jan 2001 22:31:26 -0500
47883              Message-Id: <200102010331.WAA117.85@rocco.homenet>
47884      Branch: maint-5.6/perl
47885            ! os2/os2.c
47886 ____________________________________________________________________________
47887 [  8654] By: jhi                                   on 2001/02/01  04:12:52
47888         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
47889              as reported by Alan Burlison.
47890      Branch: maint-5.6/perl
47891            ! pp.h
47892 ____________________________________________________________________________
47893 [  8653] By: jhi                                   on 2001/02/01  04:05:12
47894         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
47895              From: dsugalski@northernlight.com
47896              Date: Wed, 31 Jan 2001 18:54:11 -0500
47897              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
47898      Branch: maint-5.6/perl
47899            ! configure.com
47900 ____________________________________________________________________________
47901 [  8652] By: jhi                                   on 2001/02/01  04:03:11
47902         Log: Misplaced #endif.
47903              
47904              Subject: [perl-5-6-1-trial2] patches for EPOC
47905              From: Olaf Flebbe <O.Flebbe@science-computing.de>
47906              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
47907              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
47908      Branch: maint-5.6/perl
47909            ! epoc/epocish.c
47910 ____________________________________________________________________________
47911 [  8651] By: jhi                                   on 2001/02/01  04:00:25
47912         Log: Integrate changes #8647,8648,8650 from mainline.
47913              
47914              Macrofy a magic UTF-8 test.
47915              
47916              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
47917              
47918              Watch out for cross compiling for EPOC (usually done on linux).
47919      Branch: maint-5.6/perl
47920           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
47921 ____________________________________________________________________________
47922 [  8650] By: jhi                                   on 2001/02/01  03:56:20
47923         Log: Watch out for cross compiling for EPOC (usually done on linux)
47924              
47925              Subject: [perl-5-6-1-trial2] patches for EPOC
47926              From: Olaf Flebbe <O.Flebbe@science-computing.de>
47927              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
47928              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
47929      Branch: perl
47930            ! ext/Errno/Errno_pm.PL
47931 ____________________________________________________________________________
47932 [  8649] By: gsar                                  on 2001/02/01  00:46:00
47933         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
47934      Branch: maint-5.6/perl
47935            ! sv.c
47936 ____________________________________________________________________________
47937 [  8648] By: jhi                                   on 2001/01/31  23:35:36
47938         Log: All the uses of PL_numeric_radix must be protected by
47939              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
47940              
47941              Subject: [perl-5-6-1-trial2] patches for EPOC
47942              From: Olaf Flebbe <O.Flebbe@science-computing.de>
47943              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
47944              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
47945      Branch: perl
47946            ! sv.c
47947 ____________________________________________________________________________
47948 [  8647] By: jhi                                   on 2001/01/31  22:56:16
47949         Log: Macrofy a magic UTF-8 test.
47950      Branch: perl
47951            ! utf8.c utf8.h
47952 ____________________________________________________________________________
47953 [  8646] By: gsar                                  on 2001/01/31  15:55:12
47954         Log: update Changes
47955      Branch: maint-5.6/perl
47956            ! Changes
47957 ____________________________________________________________________________
47958 [  8645] By: gsar                                  on 2001/01/31  15:10:14
47959         Log: Configure tweak suggested by Peter Prymmer
47960      Branch: maint-5.6/perl
47961            ! Configure
47962 ____________________________________________________________________________
47963 [  8644] By: gsar                                  on 2001/01/31  15:06:32
47964         Log: more files need to be writable in the source distribution
47965      Branch: maint-5.6/perl
47966            ! Porting/makerel
47967 ____________________________________________________________________________
47968 [  8643] By: jhi                                   on 2001/01/31  14:59:46
47969         Log: Integrate changes #8258,8278,8279 from mainline.
47970              
47971              Make the large file tests more robust/talkative.
47972      Branch: maint-5.6/perl
47973           !> t/lib/syslfs.t t/op/lfs.t
47974 ____________________________________________________________________________
47975 [  8642] By: gsar                                  on 2001/01/31  14:53:48
47976         Log: integrate changes#8311,8334 from mainline
47977              
47978              Add a new MakeMaker variable PM_FILTER that defines a Unix
47979              filter to be run on each .pm during the pm_to_blib() phase,
47980              a fixed version of
47981              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
47982              
47983              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
47984              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
47985              accurate reading of the "atime".  
47986      Branch: maint-5.6/perl
47987           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
47988           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
47989           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
47990 ____________________________________________________________________________
47991 [  8641] By: jhi                                   on 2001/01/31  14:46:37
47992         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
47993      Branch: maint-5.6/perl
47994            ! lib/Getopt/Long.pm
47995 ____________________________________________________________________________
47996 [  8640] By: gsar                                  on 2001/01/31  14:40:24
47997         Log: make regen_all
47998      Branch: maint-5.6/perl
47999            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
48000 ____________________________________________________________________________
48001 [  8639] By: gsar                                  on 2001/01/31  14:37:25
48002         Log: refresh windows config files
48003      Branch: maint-5.6/perl
48004            ! win32/Makefile win32/config_H.bc win32/config_H.gc
48005            ! win32/config_H.vc win32/makefile.mk
48006 ____________________________________________________________________________
48007 [  8638] By: gsar                                  on 2001/01/31  14:28:10
48008         Log: makefile tweaks for windows: introduce a bulk-switch to enable
48009              same options as ActivePerl; sync changes with makefile.mk
48010      Branch: maint-5.6/perl
48011            ! win32/Makefile win32/makefile.mk
48012 ____________________________________________________________________________
48013 [  8637] By: jhi                                   on 2001/01/31  04:41:30
48014         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
48015              From: Nicholas Clark <nick@ccl4.org>
48016              Date: Tue, 30 Jan 2001 19:51:05 +0000
48017              Message-ID: <20010130195105.R76607@plum.flirble.org> 
48018              
48019              op/inc cure.
48020      Branch: perl
48021            ! pp.c pp.h pp_hot.c t/op/arith.t
48022 ____________________________________________________________________________
48023 [  8636] By: jhi                                   on 2001/01/31  02:38:32
48024         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
48025              no perlio],8257,8380,8479,8515 from mainline.
48026              
48027              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
48028              
48029              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
48030              Subject: [PATCH perl@8133] fix-up for VMS extensions
48031              
48032              In VMS embedded perls couldn't access the statically built Socket.
48033              
48034              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
48035              
48036              Further VMS piping fixes from Charles Lane.
48037              
48038              Subject:  [PATCH] make t/op/misc.t work on VMS
48039              
48040              Add tracing for debugging extensions builds in VMS.
48041              
48042              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
48043      Branch: maint-5.6/perl
48044           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
48045           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
48046           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
48047 ____________________________________________________________________________
48048 [  8635] By: jhi                                   on 2001/01/31  01:46:41
48049         Log: Integrate change #7732 from mainline.
48050              
48051              Sparc 64-bit pack() fix from Jens Hamisch.
48052      Branch: maint-5.6/perl
48053           !> pp.c
48054 ____________________________________________________________________________
48055 [  8634] By: jhi                                   on 2001/01/31  01:41:16
48056         Log: One spot missing from #8626.
48057      Branch: maint-5.6/perl
48058            ! sv.c
48059 ____________________________________________________________________________
48060 [  8633] By: jhi                                   on 2001/01/31  00:49:17
48061         Log: Integrate change #7495 from mainline.
48062              
48063              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
48064      Branch: maint-5.6/perl
48065           !> MANIFEST ext/re/Makefile.PL
48066 ____________________________________________________________________________
48067 [  8632] By: jhi                                   on 2001/01/30  23:38:49
48068         Log: Integrate change #8396 from mainline.
48069              
48070              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
48071              better multicast support (resend)
48072      Branch: maint-5.6/perl
48073           !> ext/Socket/Socket.pm
48074 ____________________________________________________________________________
48075 [  8631] By: jhi                                   on 2001/01/30  23:28:03
48076         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
48077              
48078              More AIX lore. (7514, ext/re/hints/aix.pl)
48079              
48080              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
48081              
48082              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)
48083              
48084              Subject: [ID 20001214.002] Net::Ping patch
48085              
48086              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
48087              
48088              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
48089              
48090              Add ReuseAddr as a (preferred) alias for Reuse as we now
48091              also have ReusePort.
48092              
48093              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
48094      Branch: maint-5.6/perl
48095           +> ext/re/hints/aix.pl
48096           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
48097           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
48098 ____________________________________________________________________________
48099 [  8630] By: jhi                                   on 2001/01/30  23:03:59
48100         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
48101              
48102              read() documentation tweak for 20001121.004.
48103              
48104              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
48105      Branch: maint-5.6/perl
48106           !> pod/perlfunc.pod pod/perlre.pod
48107 ____________________________________________________________________________
48108 [  8629] By: jhi                                   on 2001/01/30  22:41:57
48109         Log: Integrate change #8098 from mainline.
48110              
48111              fastgetcwd is defined using a glob alias on a $^O dependent basis
48112              and there was no default assignment or perl subroutine.
48113      Branch: maint-5.6/perl
48114           !> lib/Cwd.pm
48115 ____________________________________________________________________________
48116 [  8628] By: jhi                                   on 2001/01/30  21:58:52
48117         Log: Integrate change #7866 from mainline.
48118              
48119              File::Temp 0.11.
48120      Branch: maint-5.6/perl
48121           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
48122 ____________________________________________________________________________
48123 [  8627] By: jhi                                   on 2001/01/30  21:39:44
48124         Log: Integrate changes #8075,8086,8228 from mainline.  
48125              
48126              Darwin is not Windows. (8075,8086)
48127              
48128              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
48129      Branch: maint-5.6/perl
48130           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
48131           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
48132           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
48133           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
48134 ____________________________________________________________________________
48135 [  8626] By: jhi                                   on 2001/01/30  21:22:11
48136         Log: Integrate with tweakery the change #8625 from mainline,
48137              the multibyte decimal separator fix ("fa_IR locale failure").
48138      Branch: maint-5.6/perl
48139            ! embedvar.h perlapi.h
48140           !> intrpvar.h perl.c perl.h sv.c util.c
48141 ____________________________________________________________________________
48142 [  8625] By: jhi                                   on 2001/01/30  20:26:33
48143         Log: Fix for the fa_IR locale failure.  The reason for the failure
48144              was that Perl was assuming the decimal separator aka the radix
48145              separator is one character.  The Farsi-Iranian locale crushed
48146              that bad assumption since there the separator is 'Momayyez',
48147              glyphwise looking somewhat like a slash, and in Unicode UTF-8
48148              encoded in two bytes, 0xd9 0xab.
48149      Branch: perl
48150            ! intrpvar.h perl.c perl.h sv.c util.c
48151 ____________________________________________________________________________
48152 [  8624] By: gsar                                  on 2001/01/30  20:17:03
48153         Log: regen_headers
48154      Branch: maint-5.6/perl
48155            ! Makefile.SH pod/perlintern.pod
48156 ____________________________________________________________________________
48157 [  8623] By: gsar                                  on 2001/01/30  19:42:34
48158         Log: backout change#7431 and its dependents (causes spurious rebuilds
48159              of autogenerated files)
48160              
48161              fix benign b.t failure
48162      Branch: maint-5.6/perl
48163            ! Makefile.SH t/lib/b.t
48164 ____________________________________________________________________________
48165 [  8622] By: jhi                                   on 2001/01/30  19:41:41
48166         Log: Microperl sync.
48167      Branch: perl
48168            ! mg.c perl.h
48169 ____________________________________________________________________________
48170 [  8621] By: gsar                                  on 2001/01/30  19:24:47
48171         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
48172              from mainline
48173              
48174              Subject: podlators 1.06 released
48175              
48176              Subject: [PATCH @8436] Eliminate op_children
48177              
48178              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
48179              
48180              (Replaced by #8448)  More op_children traces (cleanup of #8442).
48181              
48182              Subject: [PATCH #3 @8436] Re: Eliminate op_children
48183              Replace #8444 and #8445.
48184              
48185              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
48186              at the setting of the ofs_sv in new_struct_thread() as the
48187              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
48188              uninitialized fields are, uh, initialized with),
48189              SvREFCNT_inc()ing that invited a core dump.
48190              
48191              podlators 1.07, from Russ Allbery.
48192              
48193              Subject: [PATCH] regcomp.c old feature removal
48194              From: mjd@plover.com
48195              Date: 16 Jan 2001 14:43:18 -0000 
48196              Message-ID: <20010116144318.7140.qmail@plover.com> 
48197      Branch: maint-5.6/perl
48198           +> lib/Pod/Text/Overstrike.pm
48199           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
48200           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
48201           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
48202           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
48203           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
48204           !> util.c
48205 ____________________________________________________________________________
48206 [  8620] By: gsar                                  on 2001/01/30  18:48:32
48207         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
48208              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
48209              now fails one test)
48210              
48211              Subject: [PATCH] lvalue AUTOLOAD. No, really.
48212              
48213              Subject: [PATCH] Interesting syntax idea
48214              Make opens + bareword assigns do typeglob assigns.
48215              
48216              Tests for #8254.
48217              
48218              Subject: [PATCH @8269] Continue blocks and B::Deparse
48219              Make the peephole optimizer to bypass more null ops and
48220              and rewrite the deparse handling of continue blocks.
48221              
48222              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
48223              Doc tweak on #8313.
48224              
48225              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
48226              
48227              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
48228              
48229              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
48230              
48231              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
48232              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
48233              according to the platform.
48234              
48235              Subject: [PATCH @8404] Consolidated lvalue sub changes
48236              
48237              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
48238              
48239              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
48240              
48241              Subject: B::Concise -- an improved replacement for B::Terse 
48242              
48243              The B::Terse drop-in replacement wasn't quite drop-in.
48244              
48245              The LVRET macro needed an aTHX.
48246              
48247              Use the /^Perl_/-less form of is_lvalue_sub().
48248              
48249              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
48250      Branch: maint-5.6/perl
48251           +> ext/B/B/Concise.pm
48252           !> (integrate 27 files)
48253 ____________________________________________________________________________
48254 [  8619] By: nick                                  on 2001/01/30  18:40:28
48255         Log: Integrate mainline
48256      Branch: perlio
48257           !> (integrate 40 files)
48258 ____________________________________________________________________________
48259 [  8618] By: jhi                                   on 2001/01/30  18:37:18
48260         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
48261              Date: Mon, 29 Jan 2001 22:51:29 -0600
48262              From: "Craig A. Berry" <craigberry@mac.com>
48263              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
48264      Branch: perl
48265            ! vms/test.com
48266 ____________________________________________________________________________
48267 [  8617] By: jhi                                   on 2001/01/30  18:34:53
48268         Log: Subject: [PATCH] Add missing CV flags to dump.c
48269              From: Tim Jenness <t.jenness@jach.hawaii.edu>
48270              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
48271              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
48272      Branch: perl
48273            ! dump.c
48274 ____________________________________________________________________________
48275 [  8616] By: jhi                                   on 2001/01/30  18:20:58
48276         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
48277              part isn't applicable to maintperl.
48278              
48279              UTF-8 nit from Inaba Hiroto.
48280      Branch: maint-5.6/perl
48281           !> pod/perlapi.pod utf8.c
48282 ____________________________________________________________________________
48283 [  8615] By: jhi                                   on 2001/01/30  18:18:51
48284         Log: UTF-8 nit from Inaba Hiroto.
48285      Branch: perl
48286            ! pod/perlapi.pod t/op/each.t utf8.c
48287 ____________________________________________________________________________
48288 [  8614] By: jhi                                   on 2001/01/30  18:13:38
48289         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
48290              
48291              perl's internal variables are not for public consumption,
48292              move their docs from perlapi.pod to perlintern.pod
48293              
48294              support for -Dusethreads build under HP-UX 10.20 and DCE threads
48295              library (11.0 and later have pthreads but 10.x don't)
48296              
48297              avoid uninitialized value warnings
48298              
48299              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
48300              gets weird results)
48301              
48302              perldoc nit on windows
48303              
48304              make it possible to run the tests outside the source tree
48305              (there's still a dependency on ../lib being the library
48306              location)
48307      Branch: perl
48308           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
48309           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
48310           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
48311           !> win32/bin/search.pl win32/vdir.h
48312 ____________________________________________________________________________
48313 [  8613] By: gsar                                  on 2001/01/30  16:39:59
48314         Log: make it possible to run the tests outside the source tree
48315              (there's still a dependency on ../lib being the library
48316              location)
48317      Branch: maint-5.6/perl
48318            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
48319 ____________________________________________________________________________
48320 [  8612] By: gsar                                  on 2001/01/30  16:31:12
48321         Log: perldoc nit on windows
48322      Branch: maint-5.6/perl
48323            ! utils/perldoc.PL
48324 ____________________________________________________________________________
48325 [  8611] By: gsar                                  on 2001/01/30  16:22:54
48326         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
48327              gets weird results)
48328      Branch: maint-5.6/perl
48329            ! win32/vdir.h
48330 ____________________________________________________________________________
48331 [  8610] By: gsar                                  on 2001/01/30  16:12:45
48332         Log: avoid uninitialized value warnings
48333      Branch: maint-5.6/perl
48334            ! win32/bin/search.pl
48335 ____________________________________________________________________________
48336 [  8609] By: gsar                                  on 2001/01/30  16:08:01
48337         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
48338              library (11.0 and later have pthreads but 10.x don't)
48339      Branch: maint-5.6/perl
48340            ! hints/hpux.sh thread.h
48341 ____________________________________________________________________________
48342 [  8608] By: gsar                                  on 2001/01/30  15:48:55
48343         Log: perl's internal variables are not for public consumption,
48344              move their docs from perlapi.pod to perlintern.pod
48345      Branch: maint-5.6/perl
48346            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
48347            ! thrdvar.h
48348 ____________________________________________________________________________
48349 [  8607] By: gsar                                  on 2001/01/30  15:44:27
48350         Log: mistakenly branched perl56delta.pod, revert
48351      Branch: maint-5.6/perl
48352            - pod/perl56delta.pod
48353           !> pod/perldelta.pod
48354 ____________________________________________________________________________
48355 [  8606] By: gsar                                  on 2001/01/30  14:20:24
48356         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
48357              dTHR which has been a noop for a while now, except for the
48358              compatibility definition in thread.h)
48359      Branch: maint-5.6/perl
48360           !> (integrate 45 files)
48361 ____________________________________________________________________________
48362 [  8605] By: jhi                                   on 2001/01/30  05:43:58
48363         Log: Mark the UTF-8 APIs as experimental.
48364      Branch: maint-5.6/perl
48365            ! embed.pl pod/perlapi.pod
48366 ____________________________________________________________________________
48367 [  8604] By: jhi                                   on 2001/01/30  05:38:40
48368         Log: Nits from earlier integrates.
48369      Branch: maint-5.6/perl
48370            ! lib/Carp/Heavy.pm
48371           !> sv.c
48372 ____________________________________________________________________________
48373 [  8603] By: jhi                                   on 2001/01/30  05:27:26
48374         Log: Regenerate Porting files.
48375      Branch: maint-5.6/perl
48376            ! Porting/Glossary Porting/config.sh Porting/config_H
48377 ____________________________________________________________________________
48378 [  8602] By: jhi                                   on 2001/01/30  05:14:59
48379         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
48380              8310,8339,8447,8492,8493,8505,8525: documentation changes.
48381              
48382              Subject: Re: perlfaq style changes
48383              
48384              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
48385              
48386              Subject: [PATCH] docs on NaN
48387              
48388              Subject: [patch] perlfaq7
48389              
48390              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
48391              
48392              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
48393              
48394              Subject: [PATCH] open() example in perlfunc.pod
48395              
48396              Podify README.mpeix (a new version from the web)
48397              
48398              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
48399              
48400              Subject: [PATCH] format and rewording in perlfaq.pod
48401              
48402              Subject: [PATCH] API Variable documentation   
48403              
48404              Memory management calls documentation.
48405              
48406              Subject: [PATCH: perl@8482] README.vms URL updates
48407              
48408              Subject: Minor typos in perlfaq2.pod
48409              
48410              Subject: [PATCH] pod/perlvar.pod
48411      Branch: maint-5.6/perl
48412           +> pod/perl56delta.pod
48413            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
48414           !> README.amiga README.epoc README.mpeix README.vms
48415           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
48416           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
48417           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
48418           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
48419           !> pod/perlvar.pod thrdvar.h
48420 ____________________________________________________________________________
48421 [  8601] By: jhi                                   on 2001/01/30  04:38:35
48422         Log: Integrate changes #8036,8096,8253 from mainline:
48423              hints changes.
48424              
48425              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
48426              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
48427              
48428              Output the (apparent) version of gcc in Tru64.
48429      Branch: maint-5.6/perl
48430           +> ext/POSIX/hints/svr4.pl
48431           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
48432           !> hints/svr4.sh t/lib/bigfltpm.t
48433 ____________________________________________________________________________
48434 [  8600] By: jhi                                   on 2001/01/30  04:04:01
48435         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
48436              locale fixes.
48437              
48438              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
48439              
48440              Debian allows /usr/bin/locale to exist without any locales. (7868)
48441              
48442              Allow the locale test needing POSIX and the taint test
48443              needing IPC::SysV to run under 'minitest' (basically,
48444              bail out if loading the extension fails). (8384)
48445              
48446              Cleanup the locale.t output  (8480)
48447      Branch: maint-5.6/perl
48448           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
48449           !> t/pragma/locale.t
48450 ____________________________________________________________________________
48451 [  8599] By: jhi                                   on 2001/01/30  03:51:04
48452         Log: Missing generated files from #8598.
48453      Branch: maint-5.6/perl
48454            ! embed.h global.sym objXSUB.h perlapi.c proto.h
48455 ____________________________________________________________________________
48456 [  8598] By: jhi                                   on 2001/01/30  03:41:54
48457         Log: Integrate change #8555 from mainline, manually integrate parts
48458              of changes 8452 and 8583.
48459              
48460              Subject: [PATCH] utf8.c documentation (8452)
48461              
48462              No point in checking the length if the pointer is bogus. (8555)
48463              
48464              Introduce bytes_from_utf8() and implement sv_eq() using it,
48465              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
48466              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
48467              was malformed. (8583)
48468      Branch: maint-5.6/perl
48469            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
48470           !> pod/perlapi.pod sv.c utf8.c
48471 ____________________________________________________________________________
48472 [  8597] By: gsar                                  on 2001/01/30  02:37:26
48473         Log: get PERL_OBJECT build going again on windows
48474      Branch: maint-5.6/perl
48475            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
48476            ! pod/perlapi.pod proto.h sv.c
48477 ____________________________________________________________________________
48478 [  8596] By: jhi                                   on 2001/01/30  02:16:17
48479         Log: Signedness nit.
48480      Branch: perl
48481            ! sv.c
48482 ____________________________________________________________________________
48483 [  8595] By: jhi                                   on 2001/01/30  02:11:07
48484         Log: EBCDIC patch for Storable, from Peter Prymmer.
48485      Branch: perl
48486            ! t/lib/st-06compat.t
48487 ____________________________________________________________________________
48488 [  8594] By: jhi                                   on 2001/01/30  01:04:48
48489         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
48490              From: Peter Prymmer <pvhp@forte.com>
48491              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
48492              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
48493      Branch: perl
48494            ! t/lib/b.t
48495 ____________________________________________________________________________
48496 [  8593] By: jhi                                   on 2001/01/30  00:56:47
48497         Log: Subject: [PATCH: perl@8585] pod problems in io
48498              From: Peter Prymmer <pvhp@forte.com>
48499              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
48500              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
48501      Branch: perl
48502            ! pod/perlapio.pod pod/perliol.pod
48503 ____________________________________________________________________________
48504 [  8592] By: jhi                                   on 2001/01/30  00:48:20
48505         Log: Integrate perlio.
48506      Branch: perl
48507           !> pod/perlapio.pod pod/perliol.pod
48508 ____________________________________________________________________________
48509 [  8591] By: nick                                  on 2001/01/29  22:02:28
48510         Log: GNU 'merge' Simon's copy of perliol.pod with version
48511              patched by Craig's patch.
48512      Branch: perlio
48513            ! pod/perliol.pod
48514 ____________________________________________________________________________
48515 [  8590] By: nick                                  on 2001/01/29  21:55:10
48516         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
48517      Branch: perlio
48518            ! pod/perlapio.pod pod/perliol.pod
48519 ____________________________________________________________________________
48520 [  8589] By: jhi                                   on 2001/01/29  15:35:33
48521         Log: Integrate change #8586 from maint-5.6/perl.
48522              
48523              make the BOM detection code not call tell() until it has to
48524              (meant to fix esoteric compatibility issues where PL_rsfp
48525              is overridden)
48526      Branch: perl
48527           !> toke.c
48528 ____________________________________________________________________________
48529 [  8588] By: jhi                                   on 2001/01/29  15:29:11
48530         Log: Subject: MAking Solaris malloc() the default
48531              From: Lupe Christoph <lupe@lupe-christoph.de>
48532              Date: Mon, 29 Jan 2001 12:59:36 +0100
48533              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
48534              
48535              The README.solaris part slightly tweaked.
48536      Branch: perl
48537            ! README.solaris hints/solaris_2.sh
48538 ____________________________________________________________________________
48539 [  8587] By: jhi                                   on 2001/01/29  15:17:34
48540         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
48541              From: root@ak-75.mind.de
48542              Date: Sun, 28 Jan 2001 20:32:29 +0100
48543              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
48544      Branch: perl
48545            ! pod/perlre.pod
48546 ____________________________________________________________________________
48547 [  8586] By: gsar                                  on 2001/01/29  13:43:44
48548         Log: make the BOM detection code not call tell() until it has to
48549              (meant to fix esoteric compatibility issues where PL_rsfp
48550              is overridden)
48551      Branch: maint-5.6/perl
48552            ! toke.c
48553 ____________________________________________________________________________
48554 [  8585] By: jhi                                   on 2001/01/28  20:05:45
48555         Log: Update Changes.
48556      Branch: perl
48557            ! Changes patchlevel.h
48558 ____________________________________________________________________________
48559 [  8584] By: jhi                                   on 2001/01/28  19:30:02
48560         Log: Integrate perlio.
48561      Branch: perl
48562           +> pod/perliol.pod
48563           !> MANIFEST pod/perlapio.pod
48564 ____________________________________________________________________________
48565 [  8583] By: jhi                                   on 2001/01/28  19:28:40
48566         Log: Patch from Inaba Hiroto:
48567              - canonical UTF-8 hash keys: if a key string for a hash is
48568              UTF8-on, try downgrade the string and use it if
48569              unicode::distinct is not in effect.
48570              For the task, I added a function bytes_from_utf8() to utf8.c.
48571              It might resemble utf8_to_bytes() but it is not convenient
48572              to the task.
48573              Made a test for it and added to t/op/each.t
48574              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
48575              the mortal copy of the argument SV.
48576              And changed t/io/utf8.t test 18 which expects print() to
48577              upgrade its argument.
48578              - re-implement sv_eq with bytes_from_utf8()
48579              - some bug fixes
48580              - tr/// does not handle UTF8 range (\x{}-\x{})
48581              - \ before raw UTF8 character produced
48582              "Malformed UTF-8 character" warning.
48583              - "\x{100}\N{CENT SIGN}" is Malformed.
48584              Added tests for these 3.
48585              - and one silly bug (by me) with qu operator.
48586      Branch: perl
48587            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
48588            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
48589            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
48590 ____________________________________________________________________________
48591 [  8582] By: nick                                  on 2001/01/28  19:25:04
48592         Log: Add pod/perliol.pod to MANIFEST :-(
48593      Branch: perlio
48594            ! MANIFEST
48595 ____________________________________________________________________________
48596 [  8581] By: nick                                  on 2001/01/28  19:22:40
48597         Log: PerlIO documentation. Proofing and sub-editing requested.
48598      Branch: perlio
48599            + pod/perliol.pod
48600            ! pod/perlapio.pod
48601 ____________________________________________________________________________
48602 [  8580] By: jhi                                   on 2001/01/28  05:16:25
48603         Log: Revert the change to sv_2pv() done by #8054: Someone who
48604              did SvNV_set() on a scalar that also happened to be POK,
48605              followed by sv_2pv() won't get the right coercion anymore.
48606              [Sarathy]
48607      Branch: maint-5.6/perl
48608            ! sv.c
48609 ____________________________________________________________________________
48610 [  8579] By: jhi                                   on 2001/01/28  05:15:04
48611         Log: Remove the #8084 effect: do not allow -Q to be interpreted
48612              as -&Q(), this is too much wiggle room.
48613      Branch: maint-5.6/perl
48614            ! toke.c
48615 ____________________________________________________________________________
48616 [  8578] By: jhi                                   on 2001/01/28  05:12:45
48617         Log: Needed bits of #8439 (should have been in #8576),
48618              mainly for lval substr().
48619      Branch: maint-5.6/perl
48620            ! mg.c pp.c pp_hot.c
48621 ____________________________________________________________________________
48622 [  8577] By: jhi                                   on 2001/01/28  05:02:46
48623         Log: A missing check-in.
48624      Branch: maint-5.6/perl
48625            ! utf8.c
48626 ____________________________________________________________________________
48627 [  8576] By: jhi                                   on 2001/01/28  04:26:18
48628         Log: Integrate changes #8425,8436,8439,8517 from mainline.
48629              The 8439 was not truly integrated because it had too many
48630              dependencies on the development branch and because it introduced
48631              concepts too bold for a maintenance branch (such as the qu operator).
48632              
48633              Subject: [PATCH perl@8342] -Wformat
48634              
48635              Tighten some of the UTF-8 tests a bit.
48636              
48637              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
48638              - The substr lval was still not okay.
48639              - Now pp_stringify and sv_setsv copies source's UTF8 flag
48640              even if IN_BYTE.  pp_stringify is called from fold_constants
48641              at optimization phase and "\x{100}" was made SvUTF8_off under
48642              use bytes (the bytes pragma is for "byte semantics" and not
48643              for "do not produce UTF8 data")
48644      Branch: maint-5.6/perl
48645            ! t/lib/charnames.t t/op/substr.t toke.c
48646           !> sv.c t/pragma/utf8.t
48647 ____________________________________________________________________________
48648 [  8575] By: jhi                                   on 2001/01/28  04:01:51
48649         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
48650              
48651              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
48652              
48653              Subject: [ID 20001230.003] UTF-8 tr still hurts
48654              
48655              Test cases for #8385 (from Simon's "torture.pl")
48656              
48657              Start fixing UTF-8 lval substr() (8405)
48658      Branch: maint-5.6/perl
48659           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
48660           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
48661 ____________________________________________________________________________
48662 [  8574] By: jhi                                   on 2001/01/28  03:09:06
48663         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
48664              from mainline.
48665              
48666              UTF-8 cleanup.
48667              
48668              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
48669              
48670              "\x{FF}\xFF" was broken.
48671              
48672              Tests for #8329 and #8330.
48673              
48674              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
48675              
48676              IRIX compiler noticed that the bof initialization might be
48677              bypassed by control flow.
48678              
48679              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
48680      Branch: maint-5.6/perl
48681           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
48682           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
48683 ____________________________________________________________________________
48684 [  8573] By: jhi                                   on 2001/01/28  02:06:12
48685         Log: Retract #8552.
48686      Branch: perl
48687            ! lib/Text/Wrap.pm t/lib/textwrap.t
48688 ____________________________________________________________________________
48689 [  8572] By: jhi                                   on 2001/01/28  02:04:49
48690         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
48691              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
48692              not really integrated but instead salvaged by hand
48693              (they had too many dependencies on the development release
48694              to be cleanly integratable).
48695              
48696              Subject: more UTF8 test suites and an UTF8 patch
48697              
48698              Tweak for MULTIPLICITY/USE_PERLIO
48699              
48700              Signedness nit.
48701              
48702              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
48703              
48704              Use the UTF8_XXX macros in is_utf8_char().
48705              
48706              Rewrite pp_concat() in terms of sv_catsv().  The . operator
48707              should now be UTF-8-proof.
48708              
48709              Subject: [PATCH perl@8269] scanning two hex-constants
48710              fails on EBCDIC environment (script length.t)
48711              
48712              Add some Unicode chop() tests.
48713      Branch: maint-5.6/perl
48714            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
48715           !> sv.c t/op/chop.t utf8.h
48716 ____________________________________________________________________________
48717 [  8571] By: jhi                                   on 2001/01/28  00:35:59
48718         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
48719              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
48720              
48721              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
48722              
48723              The maxiters upper limit sanity check (guarding against
48724              non-progress) assumed bytes instead of characters in s///
48725              and split().
48726              
48727              Signedness nit.
48728              
48729              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
48730              join() should now be UTF-8-proof.
48731              
48732              More split // UTF-8 tests. (8250)
48733      Branch: maint-5.6/perl
48734           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
48735           !> util.c
48736 ____________________________________________________________________________
48737 [  8570] By: jhi                                   on 2001/01/27  22:15:46
48738         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
48739              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
48740              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
48741              8084,8204,8244,8333 from mainline.
48742              
48743              For -Q where Q might be a one-letter sub name one does no more
48744              get a warning about an unknown filetest (7941,7943,7944,8084).
48745              
48746              Subject: Re: [ID 20001130.011] expression parsing bug ?
48747              
48748              Make uv_to_utf8() to zero-terminate its output buffer.
48749              
48750              Split off t/op/length.t (7995)
48751              
48752              Split off t/op/utf8decode.t (7996)
48753              
48754              Remove an unnecessary 'use utf8' from the utf8.t (7998)
48755              
48756              Split off t/op/concat.t (8004)
48757              
48758              Split off t/op/ver.t (8005)
48759              
48760              Document utf8_length(), utf8_distance(), and utf8_hop().
48761              
48762              Document utf8_to_uv() better.
48763              
48764              Introduce macros for UTF8 decoding (8028,8033).
48765              
48766              Add test for reverse() (8030,8031).
48767              
48768              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
48769              
48770              Do not return the Unicode replacement character    on UTF-8
48771              decoding failure.
48772              
48773              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
48774              not this_utf8 i.e. the output string has one, but don't mess
48775              with source assumption. (8052,8053)
48776              
48777              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
48778              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
48779              was not expecting to be called with something that was already
48780              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
48781              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
48782              (8054)
48783              
48784              Recode the naughty binary bytes in utf8decode.t using the \xHH.
48785              
48786              Make some panic messages a bit more logical.
48787      Branch: maint-5.6/perl
48788           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
48789           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
48790           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
48791           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
48792           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
48793           !> utf8.c utf8.h
48794 ____________________________________________________________________________
48795 [  8569] By: jhi                                   on 2001/01/27  19:16:43
48796         Log: Integrate changes #7750 from perlio and #8566 from mainline.
48797      Branch: maint-5.6/perl
48798           !> regexec.c sv.c
48799 ____________________________________________________________________________
48800 [  8568] By: jhi                                   on 2001/01/27  18:06:51
48801         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
48802              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
48803              7935[-perlio.c],7936,7959,7965 from mainline.
48804              
48805              Change the "big byte" error message to "Wide character".
48806              (7355, the croak-if-wide-chars-in-print part ignored)
48807              
48808              Use UINT64_C().
48809              
48810              Introduce Perl_utf8_length().
48811              
48812              diff -se shows these as different (7753, forgotten check-ins)
48813              
48814              Subject: [PATCH] doop.c - UTF8 tr///
48815              
48816              If we use (aTHX_ ...) then put Perl_ on the front.
48817              
48818              Make utf8_length() and utf8_distance() to be less forgiving
48819              about bad UTF-8.
48820              
48821              Test line numbers are different with utf8.
48822              
48823              No need to scan till infinity, 13 is enough. (7872,7911)
48824              
48825              Subject: [PATCH] Tokeniser debugging
48826              
48827              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
48828              
48829              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
48830              
48831              Be more careful in Perl_sv_utf8_downgrade().
48832              
48833              Use DO_UTF8().
48834              
48835              Raw zero bytes in text files confuse at least GNU patch 2.1.
48836      Branch: maint-5.6/perl
48837           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
48838           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
48839           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
48840           !> t/pragma/utf8.t toke.c utf8.c utf8.h
48841 ____________________________________________________________________________
48842 [  8567] By: nick                                  on 2001/01/27  11:10:38
48843         Log: Integrate mainline
48844      Branch: perlio
48845           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
48846           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
48847           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
48848           !> toke.c
48849 ____________________________________________________________________________
48850 [  8566] By: jhi                                   on 2001/01/27  06:22:48
48851         Log: More documentation for the regexp context stack.
48852      Branch: perl
48853            ! regexec.c
48854 ____________________________________________________________________________
48855 [  8565] By: jhi                                   on 2001/01/27  05:21:57
48856         Log: Update Changes.
48857      Branch: perl
48858            ! Changes patchlevel.h
48859 ____________________________________________________________________________
48860 [  8564] By: jhi                                   on 2001/01/27  04:44:04
48861         Log: Threadedness patch for #8562 from Doug MacEachern.
48862      Branch: perl
48863            ! toke.c
48864 ____________________________________________________________________________
48865 [  8563] By: jhi                                   on 2001/01/27  04:26:24
48866         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
48867              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
48868              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
48869              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
48870      Branch: perl
48871            ! op.c
48872 ____________________________________________________________________________
48873 [  8562] By: jhi                                   on 2001/01/27  04:20:30
48874         Log: Subject: Re: Announce : Tokener reporting patch
48875              From: Simon Cozens <simon@cozens.net>
48876              Date: Mon, 22 Jan 2001 02:17:22 +0000
48877              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
48878      Branch: perl
48879            ! embed.h embed.pl proto.h toke.c
48880 ____________________________________________________________________________
48881 [  8561] By: jhi                                   on 2001/01/27  04:17:24
48882         Log: Forgot from #8545.  Oops.
48883      Branch: perl
48884            ! pp.c t/pragma/overload.t
48885 ____________________________________________________________________________
48886 [  8560] By: jhi                                   on 2001/01/27  03:01:47
48887         Log: A better module compilation test, use MANIFEST as suggested
48888              by Spider.
48889      Branch: perl
48890            ! t/lib/1_compile.t
48891 ____________________________________________________________________________
48892 [  8559] By: jhi                                   on 2001/01/27  02:50:48
48893         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
48894              From: Peter Prymmer <pvhp@forte.com>
48895              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
48896              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
48897      Branch: perl
48898            ! t/lib/b.t
48899 ____________________________________________________________________________
48900 [  8558] By: jhi                                   on 2001/01/27  02:27:05
48901         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
48902              From: Peter Prymmer <pvhp@forte.com>
48903              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
48904              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
48905      Branch: perl
48906            ! t/pragma/sub_lval.t
48907 ____________________________________________________________________________
48908 [  8557] By: jhi                                   on 2001/01/27  02:26:03
48909         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
48910              From: Peter Prymmer <pvhp@forte.com>
48911              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
48912              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
48913      Branch: perl
48914            ! t/lib/st-06compat.t
48915 ____________________________________________________________________________
48916 [  8556] By: jhi                                   on 2001/01/27  02:24:33
48917         Log: Subject: [PATCH: perl@8531] minor update to README.os390
48918              From: Peter Prymmer <pvhp@forte.com>
48919              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
48920              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
48921      Branch: perl
48922            ! README.os390
48923 ____________________________________________________________________________
48924 [  8555] By: jhi                                   on 2001/01/27  00:35:47
48925         Log: No point in checking the length before we know whether the pointer
48926              is bogus or not, fixes Abigail's odbm failures in Linux.
48927      Branch: perl
48928            ! sv.c
48929 ____________________________________________________________________________
48930 [  8554] By: nick                                  on 2001/01/26  19:01:31
48931         Log: Integrate mainline
48932      Branch: perlio
48933           !> lib/Text/Wrap.pm t/lib/textwrap.t
48934 ____________________________________________________________________________
48935 [  8553] By: jhi                                   on 2001/01/26  15:19:39
48936         Log: Integrate change #7792 from perlio (multiplicity fix),
48937              fix the AV leak in regex DEBUGGING (tiny part of the
48938              polymorphic regexp patch #8143).
48939      Branch: maint-5.6/perl
48940            ! regcomp.c
48941           !> scope.h
48942 ____________________________________________________________________________
48943 [  8552] By: jhi                                   on 2001/01/26  15:03:23
48944         Log: (Retracted by #8573)
48945              
48946              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
48947              From: Michael G Schwern <schwern@pobox.com>
48948              Date: Fri, 26 Jan 2001 09:28:31 -0500
48949              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
48950      Branch: perl
48951            ! lib/Text/Wrap.pm t/lib/textwrap.t
48952 ____________________________________________________________________________
48953 [  8551] By: jhi                                   on 2001/01/26  02:33:19
48954         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
48955              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
48956              
48957              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
48958              
48959              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
48960              
48961              Message nit.
48962              
48963              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
48964              
48965              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
48966              
48967              (the cleanup of unused submatches in regtry() and regcppop())
48968              
48969              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
48970              stored and restored, and thusly was trounced by the utf8 swash
48971              routines.
48972              
48973              use utf8 not required to use \x{}.
48974              
48975              Removed two more tests that make no sense in UTF-8 since the test
48976              data is not in UTF-8.
48977              
48978              Get the three different space character classes right under utf8.
48979              
48980              Implement ANYOFUTF8 regprop() dumping.
48981              
48982              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
48983              
48984              Document the regex context pushing/popping a bit better.
48985      Branch: maint-5.6/perl
48986           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
48987           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
48988           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
48989           !> t/op/regmesg.t utf8.c
48990 ____________________________________________________________________________
48991 [  8550] By: nick                                  on 2001/01/25  19:42:30
48992         Log: Integrate mainline
48993      Branch: perlio
48994           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
48995           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
48996           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
48997           !> t/lib/bigint.t t/lib/bigintpm.t
48998 ____________________________________________________________________________
48999 [  8549] By: jhi                                   on 2001/01/25  15:22:28
49000         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
49001      Branch: maint-5.6/perl
49002            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
49003 ____________________________________________________________________________
49004 [  8548] By: jhi                                   on 2001/01/25  15:02:55
49005         Log: Integrate changes #7997,8063,8492,8547 from mainline.
49006              
49007              Subject: Re: STRLEN - what?
49008              
49009              Subject: [PATCH] perlguts.pod
49010              
49011              Memory management calls documentation.
49012              
49013              Layout using tabulator is not a good idea in a pod.
49014      Branch: maint-5.6/perl
49015           !> pod/perlguts.pod
49016 ____________________________________________________________________________
49017 [  8547] By: jhi                                   on 2001/01/25  14:49:05
49018         Log: Layout using tabulator is not a good idea in a pod.
49019      Branch: perl
49020            ! pod/perlguts.pod
49021 ____________________________________________________________________________
49022 [  8546] By: jhi                                   on 2001/01/25  14:31:12
49023         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
49024              from mainline.
49025              
49026              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
49027              
49028              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
49029              
49030              More Win32 editor/IDE/shell hints.
49031              
49032              More Win32 Perling.
49033              
49034              Yet another editor edit.
49035              
49036              Edit edit edit.
49037              
49038              IDE/editor section tweaking.
49039              
49040              Few more IDE/editor nits from p5p.
49041      Branch: maint-5.6/perl
49042           !> pod/perlfaq3.pod
49043 ____________________________________________________________________________
49044 [  8545] By: jhi                                   on 2001/01/25  04:16:32
49045         Log: Subject: [PATCH 5.7.0] overload int()
49046              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49047              Date: Wed, 24 Jan 2001 19:06:57 -0500
49048              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
49049      Branch: perl
49050            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
49051            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
49052            ! t/lib/bigintpm.t
49053 ____________________________________________________________________________
49054 [  8544] By: jhi                                   on 2001/01/25  04:15:11
49055         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
49056              From: Peter Prymmer <pvhp@forte.com>
49057              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
49058              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
49059      Branch: perl
49060            ! Makefile.SH README.os390 hints/os390.sh installperl
49061 ____________________________________________________________________________
49062 [  8543] By: jhi                                   on 2001/01/25  03:52:08
49063         Log: Integrate change #8462,8469 from mainline.
49064              
49065              In VMS Perl subversion (perl -V) is undef.
49066      Branch: maint-5.6/perl
49067           !> configure.com
49068 ____________________________________________________________________________
49069 [  8542] By: jhi                                   on 2001/01/25  03:44:55
49070         Log: Integrate changes #7835,7850,8315,8316 from mainline.
49071              
49072              Solaris hints.
49073      Branch: maint-5.6/perl
49074           !> hints/solaris_2.sh
49075 ____________________________________________________________________________
49076 [  8541] By: jhi                                   on 2001/01/25  03:39:28
49077         Log: Integrate #8336 from mainline.
49078      Branch: maint-5.6/perl
49079           !> hv.c
49080 ____________________________________________________________________________
49081 [  8540] By: jhi                                   on 2001/01/25  03:23:50
49082         Log: Retract #8539.
49083      Branch: maint-5.6/perl
49084            ! pod/perlfaq3.pod
49085 ____________________________________________________________________________
49086 [  8539] By: jhi                                   on 2001/01/25  03:21:55
49087         Log: (Retracted by #8540.)
49088      Branch: maint-5.6/perl
49089            ! pod/perlfaq3.pod
49090 ____________________________________________________________________________
49091 [  8538] By: jhi                                   on 2001/01/25  03:14:07
49092         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
49093              From: Peter Prymmer <pvhp@forte.com>
49094              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
49095              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
49096              
49097              The VMS bits.
49098      Branch: maint-5.6/perl
49099            ! configure.com vms/descrip_mms.template
49100 ____________________________________________________________________________
49101 [  8537] By: jhi                                   on 2001/01/25  03:06:09
49102         Log: Integrate #7710,7824,7973 from mainline.
49103      Branch: maint-5.6/perl
49104           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
49105           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
49106           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
49107           !> vos/config.ga.def vos/config.ga.h win32/config.bc
49108           !> win32/config.gc win32/config.vc
49109 ____________________________________________________________________________
49110 [  8536] By: jhi                                   on 2001/01/24  13:50:20
49111         Log: Revert the edits made by me so far to the 5.6 branch since
49112              the TRIAL1 since I did edits when I should have been using
49113              integrates.  Bad programmer.   (Will integrate them properly later.)
49114              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
49115              The #8353 will not be reapplied at least for now since
49116              the UTF-8 hash keys need more thinking.
49117              (The patches #8347, #8354, #8454, #8473 were okay since they
49118              were original edits made specifically for the 5.6.1-TRIAL1.)
49119      Branch: maint-5.6/perl
49120            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49121            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
49122            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
49123            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
49124            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
49125            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
49126            ! win32/config.bc win32/config.gc win32/config.vc
49127 ____________________________________________________________________________
49128 [  8535] By: bailey                                on 2001/01/24  06:37:02
49129         Log: SYN SYN
49130      Branch: vmsperl
49131           +> (branch 26 files)
49132           !> (integrate 130 files)
49133 ____________________________________________________________________________
49134 [  8534] By: nick                                  on 2001/01/23  19:30:57
49135         Log: Integrate mainline.
49136      Branch: perlio
49137           !> Changes Configure Porting/Glossary Porting/config.sh
49138           !> Porting/config_H embed.h embed.pl ext/Encode/compile
49139           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
49140           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
49141           !> pod/perlvar.pod proto.h t/lib/1_compile.t
49142 ____________________________________________________________________________
49143 [  8533] By: jhi                                   on 2001/01/23  16:15:46
49144         Log: Forgotten from #8501.
49145      Branch: perl
49146            ! Porting/Glossary Porting/config.sh Porting/config_H
49147 ____________________________________________________________________________
49148 [  8532] By: jhi                                   on 2001/01/23  16:13:27
49149         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
49150              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
49151              Date: Mon, 22 Jan 2001 17:51:58 +0100
49152              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
49153      Branch: perl
49154            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
49155 ____________________________________________________________________________
49156 [  8531] By: jhi                                   on 2001/01/23  15:46:01
49157         Log: Update Changes.
49158      Branch: perl
49159            ! Changes patchlevel.h
49160 ____________________________________________________________________________
49161 [  8530] By: jhi                                   on 2001/01/23  15:38:39
49162         Log: De-cut-and-pasto.
49163      Branch: perl
49164            ! t/lib/1_compile.t
49165 ____________________________________________________________________________
49166 [  8529] By: jhi                                   on 2001/01/23  15:11:04
49167         Log: Document the mkdir trailing slashes case.
49168      Branch: perl
49169            ! pod/perlfunc.pod
49170 ____________________________________________________________________________
49171 [  8528] By: jhi                                   on 2001/01/23  15:08:28
49172         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
49173              get installed:
49174              
49175              Subject: lib/lib.pm
49176              From: <abigail@foad.org>
49177              Date: Mon, 28 Aug 2000 20:35:08 -0400
49178              Message-ID: <20000829003508.21281.qmail@foad.org>
49179      Branch: perl
49180            ! installperl
49181 ____________________________________________________________________________
49182 [  8527] By: jhi                                   on 2001/01/23  14:44:04
49183         Log: Metaconfig unit change for #8526.
49184      Branch: metaconfig
49185            ! U/threads/archname.U
49186 ____________________________________________________________________________
49187 [  8526] By: jhi                                   on 2001/01/23  14:43:19
49188         Log: Attach -perlio to the archname if so selected.
49189      Branch: perl
49190            ! Configure
49191 ____________________________________________________________________________
49192 [  8525] By: jhi                                   on 2001/01/23  14:24:01
49193         Log: Subject: [PATCH] pod/perlvar.pod
49194              From: abigail@foad.org
49195              Date: Tue, 23 Jan 2001 01:41:10 +0100
49196              Message-ID: <20010123004110.22259.qmail@foad.org>
49197      Branch: perl
49198            ! pod/perlvar.pod
49199 ____________________________________________________________________________
49200 [  8524] By: jhi                                   on 2001/01/23  14:22:32
49201         Log: A bug introduced in #8217 (the undefined variable in the
49202              lib/safe1_t #3) fixed, by Charles Lane:
49203              
49204              The earlier patch made it so that stuff running in Safe
49205              compartments could do a "caller" and see "main".  That
49206              little change in name is done right before the code in
49207              the compartment is run, and apparantly the parser
49208              was picking up the stash name before it got changed.
49209              
49210              (why it was threaded vs. unthreaded Perl that was sensitive to this
49211              I still don't know...and it probably doesn't matter).
49212              
49213              I tryed removing the stash name-change and saw that threaded Perl
49214              did indeed pass the lib/safe1.t tests.
49215              
49216              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
49217              do the name change (and to connect _ in the compartment to the global
49218              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
49219              to call _safe_pkg_prep when creating a new compartment.
49220              
49221              Passes all tests with threaded perl on linux; passes all tests
49222              with unthreaded perl on VMS.
49223              
49224              At some point I'll probably want to revisit Safe and Opcode to
49225              provide more sensible handling of global variables...and to get
49226              formats working in Safe compartments, which they don't do currently.
49227      Branch: perl
49228            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
49229 ____________________________________________________________________________
49230 [  8523] By: jhi                                   on 2001/01/23  14:11:58
49231         Log: Also the lib/Thread.pm itself needs to be ignored if
49232              the Thread extension hasn't been built.
49233      Branch: perl
49234            ! t/lib/1_compile.t
49235 ____________________________________________________________________________
49236 [  8522] By: jhi                                   on 2001/01/23  13:51:28
49237         Log: print() instead of warn() so that stderr doesn't get
49238              unnecessarily polluted.
49239      Branch: perl
49240            ! ext/Encode/compile
49241 ____________________________________________________________________________
49242 [  8521] By: jhi                                   on 2001/01/23  13:49:48
49243         Log: Integrate perlio.
49244      Branch: perl
49245           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
49246           !> ext/Encode/encode.h
49247 ____________________________________________________________________________
49248 [  8520] By: nick                                  on 2001/01/22  21:44:00
49249         Log: More messing with Encode:
49250              Extra fields in header to allow multiple names and to record
49251              other things "compile" knows.
49252              Re-organise compile to factor out common output routines.
49253      Branch: perlio
49254            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
49255 ____________________________________________________________________________
49256 [  8519] By: nick                                  on 2001/01/22  20:33:50
49257         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
49258      Branch: perlio
49259            ! ext/Encode/Makefile.PL ext/Encode/compile
49260 ____________________________________________________________________________
49261 [  8518] By: nick                                  on 2001/01/22  20:28:13
49262         Log: Integrate mainline
49263      Branch: perlio
49264           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
49265           !> vos/config.alpha.def vos/config.alpha.h
49266 ____________________________________________________________________________
49267 [  8517] By: jhi                                   on 2001/01/22  15:37:17
49268         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
49269              by Inaba Hiroto.
49270      Branch: perl
49271            ! sv.c
49272 ____________________________________________________________________________
49273 [  8516] By: jhi                                   on 2001/01/22  14:55:15
49274         Log: More SIG_SIZE fixes.
49275      Branch: perl
49276            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
49277 ____________________________________________________________________________
49278 [  8515] By: jhi                                   on 2001/01/22  14:50:27
49279         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
49280              From: "Craig A. Berry" <craigberry@mac.com>
49281              Date: Mon, 22 Jan 2001 00:42:24 -0600
49282              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
49283      Branch: perl
49284            ! configure.com
49285 ____________________________________________________________________________
49286 [  8514] By: jhi                                   on 2001/01/22  14:31:17
49287         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
49288              From: "Craig A. Berry" <craigberry@mac.com>
49289              Date: Sun, 21 Jan 2001 23:03:25 -0600
49290              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
49291      Branch: perl
49292            ! configure.com
49293 ____________________________________________________________________________
49294 [  8513] By: jhi                                   on 2001/01/22  14:14:00
49295         Log: Add the .ucm encoding tables to the MANIFEST.
49296      Branch: perl
49297            ! MANIFEST
49298 ____________________________________________________________________________
49299 [  8512] By: jhi                                   on 2001/01/22  13:43:33
49300         Log: Integrate perlio.
49301      Branch: perl
49302           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
49303           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
49304           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
49305           +> ext/Encode/Encode/iso8859-10.ucm
49306           +> ext/Encode/Encode/iso8859-13.ucm
49307           +> ext/Encode/Encode/iso8859-14.ucm
49308           +> ext/Encode/Encode/iso8859-15.ucm
49309           +> ext/Encode/Encode/iso8859-16.ucm
49310           +> ext/Encode/Encode/iso8859-2.ucm
49311           +> ext/Encode/Encode/iso8859-3.ucm
49312           +> ext/Encode/Encode/iso8859-4.ucm
49313           +> ext/Encode/Encode/iso8859-5.ucm
49314           +> ext/Encode/Encode/iso8859-6.ucm
49315           +> ext/Encode/Encode/iso8859-7.ucm
49316           +> ext/Encode/Encode/iso8859-8.ucm
49317           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
49318           +> ext/Encode/Encode/symbol.ucm
49319           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
49320           !> perliol.h
49321 ____________________________________________________________________________
49322 [  8511] By: nick                                  on 2001/01/21  23:44:47
49323         Log: Make "real" layers of ":utf8" and ":raw".
49324              So now PERLIO=utf8 perl ...
49325              does what Andreas wanted.
49326              Fix arg passing in open.pm (still have a Carp issue).
49327      Branch: perlio
49328            ! lib/open.pm perlio.c perliol.h
49329 ____________________________________________________________________________
49330 [  8510] By: jhi                                   on 2001/01/21  22:56:53
49331         Log: Document the regex content pushing/popping a bit better.
49332      Branch: perl
49333            ! regexec.c
49334 ____________________________________________________________________________
49335 [  8509] By: jhi                                   on 2001/01/21  22:55:44
49336         Log: Tweak the mkdir trailing slash code some more.
49337              
49338              TO DO: the same handling should probably be done for
49339              all the other filesystem functions that can have directories
49340              as their arguments.
49341      Branch: perl
49342            ! pp_sys.c
49343 ____________________________________________________________________________
49344 [  8508] By: nick                                  on 2001/01/21  21:37:43
49345         Log: Switch "compiled in" encodings to .ucm format.
49346              (Leave others as .enc till we can run-time load .ucm,
49347              or find some other way to load them.)
49348      Branch: perlio
49349            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
49350            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
49351            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
49352            + ext/Encode/Encode/iso8859-10.ucm
49353            + ext/Encode/Encode/iso8859-13.ucm
49354            + ext/Encode/Encode/iso8859-14.ucm
49355            + ext/Encode/Encode/iso8859-15.ucm
49356            + ext/Encode/Encode/iso8859-16.ucm
49357            + ext/Encode/Encode/iso8859-2.ucm
49358            + ext/Encode/Encode/iso8859-3.ucm
49359            + ext/Encode/Encode/iso8859-4.ucm
49360            + ext/Encode/Encode/iso8859-5.ucm
49361            + ext/Encode/Encode/iso8859-6.ucm
49362            + ext/Encode/Encode/iso8859-7.ucm
49363            + ext/Encode/Encode/iso8859-8.ucm
49364            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
49365            + ext/Encode/Encode/symbol.ucm
49366            ! ext/Encode/Makefile.PL ext/Encode/compile
49367 ____________________________________________________________________________
49368 [  8507] By: nick                                  on 2001/01/21  21:02:03
49369         Log: Integrate (partial) mainline.
49370      Branch: perlio
49371           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
49372           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
49373           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
49374 ____________________________________________________________________________
49375 [  8506] By: jhi                                   on 2001/01/21  20:09:30
49376         Log: Update Changes.
49377      Branch: perl
49378            ! Changes patchlevel.h
49379 ____________________________________________________________________________
49380 [  8505] By: jhi                                   on 2001/01/21  19:39:59
49381         Log: Subject: Minor typos in perlfaq2.pod
49382              From: "Stephen P. Potter" <spp@spotter.yi.org>
49383              Message-Id: <200101192101.QAA11911@spotter.yi.org>
49384              Date: Fri, 19 Jan 2001 16:01:13 -0500
49385              
49386              with a nit from Philip Newton.
49387      Branch: perl
49388            ! pod/perlfaq2.pod
49389 ____________________________________________________________________________
49390 [  8504] By: jhi                                   on 2001/01/21  19:33:05
49391         Log: Metaconfig change for #8503.
49392      Branch: metaconfig
49393            ! U/threads/usethreads.U
49394 ____________________________________________________________________________
49395 [  8503] By: jhi                                   on 2001/01/21  19:32:21
49396         Log: Sanity check for conflicting thread flavours.
49397      Branch: perl
49398            ! Configure config_h.SH
49399 ____________________________________________________________________________
49400 [  8502] By: jhi                                   on 2001/01/21  19:23:00
49401         Log: Metaconfig change for #8501.
49402      Branch: metaconfig
49403            ! U/modified/sig_name.U
49404 ____________________________________________________________________________
49405 [  8501] By: jhi                                   on 2001/01/21  19:22:26
49406         Log: The SIG_SIZE is the number of the elements *excluding*
49407              the terminating NULL.
49408      Branch: perl
49409            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
49410            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
49411            ! win32/config_H.vc
49412 ____________________________________________________________________________
49413 [  8500] By: jhi                                   on 2001/01/21  18:31:31
49414         Log: Integrate perlio.
49415      Branch: perl
49416           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
49417           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
49418           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
49419           !> pp_sys.c proto.h sv.c
49420 ____________________________________________________________________________
49421 [  8499] By: jhi                                   on 2001/01/21  17:43:57
49422         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
49423              From: Hugo <hv@crypt.compulink.co.uk>
49424              Date: Sun, 21 Jan 2001 13:34:05 +0000
49425              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
49426              
49427              In sprintf UTF8ize only if necessary.
49428      Branch: perl
49429            ! sv.c
49430 ____________________________________________________________________________
49431 [  8498] By: nick                                  on 2001/01/21  16:25:32
49432         Log: Encode cleanup.
49433              Add command line control over "compile" so that Makefile.PL
49434              needs can be combined with other uses.
49435              Use command line options in Makefile.PL.
49436              Fix multi-byte parsing in .ucm files.
49437      Branch: perlio
49438            ! ext/Encode/Makefile.PL ext/Encode/compile
49439 ____________________________________________________________________________
49440 [  8497] By: nick                                  on 2001/01/21  12:56:27
49441         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
49442      Branch: perlio
49443            ! ext/Encode/Encode.xs
49444 ____________________________________________________________________________
49445 [  8496] By: nick                                  on 2001/01/21  12:18:45
49446         Log: Fixup after integrate:
49447              missed the .sym files that are changed by regen_headers
49448              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
49449      Branch: perlio
49450            ! global.sym pp.sym sv.c
49451 ____________________________________________________________________________
49452 [  8495] By: nick                                  on 2001/01/21  11:51:07
49453         Log: Integrate mainline.
49454      Branch: perlio
49455           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
49456           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
49457           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
49458           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
49459           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
49460           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
49461           !> win32/Makefile win32/makefile.mk
49462 ____________________________________________________________________________
49463 [  8494] By: jhi                                   on 2001/01/20  23:12:11
49464         Log: Forgot the expect_number() prototype.
49465      Branch: perl
49466            ! embed.h embed.pl proto.h
49467 ____________________________________________________________________________
49468 [  8493] By: jhi                                   on 2001/01/20  22:56:39
49469         Log: Subject: [PATCH: perl@8482] README.vms URL updates
49470              From: Peter Prymmer <pvhp@forte.com>
49471              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
49472              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
49473              
49474              Plus Craig A. Berry's suggestion to use compaq.com instead
49475              of digital.com.
49476      Branch: perl
49477            ! README.vms
49478 ____________________________________________________________________________
49479 [  8492] By: jhi                                   on 2001/01/20  22:50:05
49480         Log: Memory management calls documentation.
49481      Branch: perl
49482            ! pod/perlguts.pod
49483 ____________________________________________________________________________
49484 [  8491] By: jhi                                   on 2001/01/20  22:38:33
49485         Log: Signedness nit plus few memcpy/Copy nits.
49486      Branch: perl
49487            ! sv.c
49488 ____________________________________________________________________________
49489 [  8490] By: jhi                                   on 2001/01/20  22:25:53
49490         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
49491              From: Peter Prymmer <pvhp@forte.com>
49492              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
49493              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
49494      Branch: perl
49495            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
49496 ____________________________________________________________________________
49497 [  8489] By: jhi                                   on 2001/01/20  22:24:41
49498         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
49499              From: Peter Prymmer <pvhp@forte.com>
49500              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
49501              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
49502      Branch: perl
49503            ! win32/Makefile win32/makefile.mk
49504 ____________________________________________________________________________
49505 [  8488] By: jhi                                   on 2001/01/20  22:22:27
49506         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
49507              From: Peter Prymmer <pvhp@forte.com>
49508              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
49509              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
49510      Branch: perl
49511            ! Makefile.SH
49512 ____________________________________________________________________________
49513 [  8487] By: jhi                                   on 2001/01/20  22:21:18
49514         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
49515              From: Peter Prymmer <pvhp@forte.com>
49516              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
49517              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
49518      Branch: perl
49519            + ext/DynaLoader/dl_dllload.xs
49520            ! MANIFEST Makefile.SH hints/os390.sh
49521 ____________________________________________________________________________
49522 [  8486] By: jhi                                   on 2001/01/20  22:17:53
49523         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
49524              From: Peter Prymmer <pvhp@forte.com>
49525              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
49526              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
49527      Branch: perl
49528            ! README.os390 README.posix-bc
49529 ____________________________________________________________________________
49530 [  8485] By: jhi                                   on 2001/01/20  20:15:30
49531         Log: Document and test the new qu operator.
49532      Branch: perl
49533            + t/op/qu.t
49534            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
49535            ! pod/perlretut.pod pod/perlunicode.pod
49536 ____________________________________________________________________________
49537 [  8484] By: nick                                  on 2001/01/20  19:42:30
49538         Log: Infrastructure to allow:
49539              open($fh,"|-",@array);
49540              to be implemented
49541              i.e. mark pp_open as needing a stack mark, and make pp_open
49542              process its args in that style (and pass them _all_ to tied handles OPEN).
49543              Invent do_openn() which takes SV ** at allow it to see multiple args.
49544              Note this does not _do_ anything yet.
49545      Branch: perlio
49546            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
49547            ! perlapi.c pp_proto.h pp_sys.c proto.h
49548 ____________________________________________________________________________
49549 [  8483] By: nick                                  on 2001/01/20  17:23:14
49550         Log: Integrate mainline.
49551      Branch: perlio
49552           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
49553           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
49554 ____________________________________________________________________________
49555 [  8482] By: jhi                                   on 2001/01/19  15:37:49
49556         Log: Update Changes.
49557      Branch: perl
49558            ! Changes patchlevel.h
49559 ____________________________________________________________________________
49560 [  8481] By: jhi                                   on 2001/01/19  14:41:24
49561         Log: Subject: Re: new feature: s?printf parameter reordering 
49562              From: Hugo <hv@crypt.compulink.co.uk>
49563              Date: Thu, 11 Jan 2001 17:09:03 +0000
49564              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
49565              
49566              - support reordering for all parameters: %, *v, *, .*
49567              - lay down that the reordering specification must immediately
49568              follow that parameter: %3$, *v3$, *3$, .*3$
49569              - fix vectorisation of a zero-length string
49570              - factor out the code choosing the argument to format
49571              
49572              Possibly unwanted side-effects:
49573              - the special format specifiers ' +-0' must now precede any
49574              vectorisation specifier. Tests in op/sprintf and op/ver
49575              have been changed to reflect this.
49576              - sprintf.t test #214 changed its expectations because in many
49577              cases, the next parameter has already been consumed when an
49578              invalid type letter is detected.
49579              
49580              Probably wanted side-effects:
49581              - attempts to format a non-existent parameter will warn as if C<undef>
49582              - attempt to write to non-existent parameter with '%n' will complain
49583              of "attempt to modify read-only value" instead of being silent
49584      Branch: perl
49585            ! sv.c t/op/sprintf.t t/op/ver.t
49586 ____________________________________________________________________________
49587 [  8480] By: jhi                                   on 2001/01/19  14:08:37
49588         Log: Subject: PATCH pragma/locale.t
49589              From: andreas.koenig@anima.de (Andreas J. Koenig)
49590              Date: 18 Jan 2001 09:45:37 +0100
49591              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
49592      Branch: perl
49593            ! t/pragma/locale.t
49594 ____________________________________________________________________________
49595 [  8479] By: jhi                                   on 2001/01/19  13:19:58
49596         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
49597      Branch: perl
49598            ! configure.com
49599 ____________________________________________________________________________
49600 [  8478] By: jhi                                   on 2001/01/19  02:12:35
49601         Log: Automate 1_compile.t.
49602      Branch: perl
49603            ! t/lib/1_compile.t
49604 ____________________________________________________________________________
49605 [  8477] By: jhi                                   on 2001/01/19  01:49:56
49606         Log: Integrate perlio.
49607      Branch: perl
49608           !> sv.c win32/config.bc win32/config.gc win32/config.vc
49609           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
49610 ____________________________________________________________________________
49611 [  8476] By: nick                                  on 2001/01/18  21:51:52
49612         Log: Integrate mainline
49613      Branch: perlio
49614           +> t/lib/1_compile.t t/lib/compmod.pl
49615           !> MANIFEST configure.com lib/unicode/distinct.pm
49616 ____________________________________________________________________________
49617 [  8475] By: nick                                  on 2001/01/18  21:48:02
49618         Log: Win32 "safe signals" co-existance fix.
49619              Fix SIG_SIZE value.
49620              Clear PL_sig_pending when cloning (fork).
49621      Branch: perlio
49622            ! sv.c win32/config.bc win32/config.gc win32/config.vc
49623            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
49624 ____________________________________________________________________________
49625 [  8474] By: jhi                                   on 2001/01/18  14:40:57
49626         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
49627      Branch: perl
49628            ! t/lib/1_compile.t
49629 ____________________________________________________________________________
49630 [  8473] By: gsar                                  on 2001/01/18  11:42:31
49631         Log: unsubmitted trial1 change
49632      Branch: maint-5.6/perl
49633            ! Changes
49634 ____________________________________________________________________________
49635 [  8472] By: jhi                                   on 2001/01/18  04:30:24
49636         Log: The first bug found by 1_compile.t.
49637      Branch: perl
49638            ! lib/unicode/distinct.pm
49639 ____________________________________________________________________________
49640 [  8471] By: jhi                                   on 2001/01/18  04:29:42
49641         Log: Add Schwern's 1_compile test.  The compile_module script renamed
49642              to be a bit shorter for the 8.3 people.
49643      Branch: perl
49644            + t/lib/1_compile.t t/lib/compmod.pl
49645            ! MANIFEST
49646 ____________________________________________________________________________
49647 [  8470] By: jhi                                   on 2001/01/18  04:16:00
49648         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)
49649              From: Peter Prymmer <pvhp@forte.com>
49650              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
49651              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
49652              Replace #8463.
49653      Branch: maint-5.6/perl
49654            ! configure.com
49655 ____________________________________________________________________________
49656 [  8469] By: jhi                                   on 2001/01/18  04:13:02
49657         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)
49658              From: Peter Prymmer <pvhp@forte.com>
49659              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
49660              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
49661              Replace #8462.
49662      Branch: perl
49663            ! configure.com
49664 ____________________________________________________________________________
49665 [  8468] By: jhi                                   on 2001/01/18  03:42:08
49666         Log: Integrate perlio.
49667      Branch: perl
49668           !> gv.c mg.c perlio.c util.c
49669 ____________________________________________________________________________
49670 [  8467] By: nick                                  on 2001/01/17  22:41:10
49671         Log: "Safe" signals - trial implementation.
49672              gv.c tweaked to zero PL_sig_pend array
49673              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
49674              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
49675              Odd thing is that it "works" with PERLIO=stdio as well (linux).
49676      Branch: perlio
49677            ! gv.c mg.c perlio.c util.c
49678 ____________________________________________________________________________
49679 [  8466] By: nick                                  on 2001/01/17  20:40:20
49680         Log: Integrate mainline.
49681      Branch: perlio
49682           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
49683           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
49684           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
49685           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
49686           !> vos/config.ga.h win32/config.bc win32/config.gc
49687           !> win32/config.vc
49688 ____________________________________________________________________________
49689 [  8465] By: jhi                                   on 2001/01/17  18:37:13
49690         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
49691              From: Nicholas Clark <nick@ccl4.org>
49692              Date: Wed, 17 Jan 2001 17:31:33 +0000
49693              Message-ID: <20010117173133.I2633@plum.flirble.org>
49694      Branch: perl
49695            ! t/op/int.t
49696 ____________________________________________________________________________
49697 [  8464] By: jhi                                   on 2001/01/17  14:43:17
49698         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
49699              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
49700              Date: Wed, 17 Jan 2001 15:16:43 +0100
49701              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
49702              
49703              pp_int() was dropping an NV to the floor,
49704              int(279964589018079/59) either returned not an integer
49705              4745162525730.15, or one got "Attempt to free unreferenced scalar."
49706      Branch: perl
49707            ! pp.c
49708 ____________________________________________________________________________
49709 [  8463] By: jhi                                   on 2001/01/17  06:12:42
49710         Log: (Replaced by #8470)
49711              
49712              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)
49713              From: "Craig A. Berry" <craigberry@mac.com>
49714              Date: Tue, 16 Jan 2001 23:38:46 -0600
49715              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
49716      Branch: maint-5.6/perl
49717            ! configure.com
49718 ____________________________________________________________________________
49719 [  8462] By: jhi                                   on 2001/01/17  06:11:31
49720         Log: (Replaced by #8469)
49721              
49722              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)
49723              From: "Craig A. Berry" <craigberry@mac.com>
49724              Date: Tue, 16 Jan 2001 23:38:46 -0600
49725              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
49726      Branch: perl
49727            ! configure.com
49728 ____________________________________________________________________________
49729 [  8461] By: jhi                                   on 2001/01/17  05:56:12
49730         Log: Allow for one trailing slash in the directory of mkdir().
49731      Branch: perl
49732            ! pp_sys.c
49733 ____________________________________________________________________________
49734 [  8460] By: jhi                                   on 2001/01/17  03:26:01
49735         Log: Metaconfig unit changes for #8459.
49736      Branch: metaconfig
49737            ! U/modified/Loc.U U/modified/sig_name.U
49738 ____________________________________________________________________________
49739 [  8459] By: jhi                                   on 2001/01/17  03:24:48
49740         Log: Define SIG_SIZE, the number of elements in the sig_name and
49741              sig_num arrays, including the final NULL entry.
49742      Branch: perl
49743            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49744            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
49745            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
49746            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
49747            ! win32/config.bc win32/config.gc win32/config.vc
49748 ____________________________________________________________________________
49749 [  8458] By: jhi                                   on 2001/01/17  01:41:33
49750         Log: Integrate perlio.
49751      Branch: perl
49752           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
49753           !> perlapi.h proto.h sv.c
49754 ____________________________________________________________________________
49755 [  8457] By: nick                                  on 2001/01/16  22:07:26
49756         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
49757              Provides all the "cost" but no benefit yet - it is to allow cost
49758              to be measured, and implementation experiments (just in mg.c?).
49759      Branch: perlio
49760            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
49761            ! perlapi.h proto.h sv.c
49762 ____________________________________________________________________________
49763 [  8456] By: nick                                  on 2001/01/16  21:07:07
49764         Log: Integrate mainline.
49765      Branch: perlio
49766           !> (integrate 51 files)
49767 ____________________________________________________________________________
49768 [  8455] By: jhi                                   on 2001/01/16  18:13:43
49769         Log: Subject: [PATCH] regcomp.c old feature removal
49770              From: mjd@plover.com
49771              Date: 16 Jan 2001 14:43:18 -0000 
49772              Message-ID: <20010116144318.7140.qmail@plover.com> 
49773      Branch: perl
49774            ! regcomp.c
49775 ____________________________________________________________________________
49776 [  8454] By: jhi                                   on 2001/01/16  16:12:39
49777         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
49778              From: "Indy Singh" <indy@nusphere.com>
49779              Date: Wed, 10 Jan 2001 20:17:49 -0500
49780              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
49781      Branch: maint-5.6/perl
49782            ! win32/Makefile
49783 ____________________________________________________________________________
49784 [  8453] By: jhi                                   on 2001/01/16  16:09:33
49785         Log: Update Changes.
49786      Branch: perl
49787            ! Changes patchlevel.h
49788 ____________________________________________________________________________
49789 [  8452] By: jhi                                   on 2001/01/16  15:42:04
49790         Log: Subject: Re: API Cleanup
49791              To: perl5-porters@perl.org
49792              Date: Tue, 16 Jan 2001 13:42:30 +0000
49793              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
49794              
49795              Subject: [PATCH] utf8.c documentation
49796              From: Simon Cozens <simon@cozens.net>
49797              Date: Tue, 16 Jan 2001 13:52:48 +0000
49798              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
49799              
49800              Subject: Re: API Cleanup
49801              From: Simon Cozens <simon@cozens.net>
49802              Date: Tue, 16 Jan 2001 14:58:55 +0000
49803              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
49804              
49805              UTF-8 doc patches.
49806      Branch: perl
49807            ! embed.pl pod/perlapi.pod utf8.c
49808 ____________________________________________________________________________
49809 [  8451] By: jhi                                   on 2001/01/16  14:41:39
49810         Log: podlators 1.07, from Russ Allbery.
49811      Branch: perl
49812            ! lib/Pod/Man.pm
49813 ____________________________________________________________________________
49814 [  8450] By: jhi                                   on 2001/01/16  14:24:19
49815         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
49816              From: "Indy Singh" <indy@nusphere.com>
49817              Date: Mon, 15 Jan 2001 20:59:40 -0500
49818              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
49819      Branch: perl
49820            ! win32/Makefile
49821 ____________________________________________________________________________
49822 [  8449] By: jhi                                   on 2001/01/16  03:42:55
49823         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
49824              at the setting of the ofs_sv in new_struct_thread() as the
49825              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
49826              uninitialized fields are, uh, initialized with),
49827              SvREFCNT_inc()ing that invited a core dump.
49828      Branch: perl
49829            ! util.c
49830 ____________________________________________________________________________
49831 [  8448] By: jhi                                   on 2001/01/16  01:49:07
49832         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
49833              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
49834              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
49835              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
49836              
49837              Replace #8444 and #8445.
49838      Branch: perl
49839            ! ext/B/B.xs ext/B/B/Debug.pm
49840 ____________________________________________________________________________
49841 [  8447] By: jhi                                   on 2001/01/15  21:05:35
49842         Log: Subject: [PATCH] API Variable documentation   
49843              From: Simon Cozens <simon@cozens.net>
49844              Date: Mon, 15 Jan 2001 19:35:54 +0000
49845              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
49846      Branch: perl
49847            ! pod/perlapi.pod thrdvar.h
49848 ____________________________________________________________________________
49849 [  8446] By: jhi                                   on 2001/01/15  20:49:20
49850         Log: Signedness nit.
49851      Branch: perl
49852            ! pp_ctl.c
49853 ____________________________________________________________________________
49854 [  8445] By: jhi                                   on 2001/01/15  20:28:48
49855         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
49856      Branch: perl
49857            ! ext/B/B/Debug.pm
49858 ____________________________________________________________________________
49859 [  8444] By: jhi                                   on 2001/01/15  13:09:10
49860         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
49861      Branch: perl
49862            ! ext/B/B.xs
49863 ____________________________________________________________________________
49864 [  8443] By: jhi                                   on 2001/01/15  13:06:26
49865         Log: Missing from #8439.
49866      Branch: perl
49867            ! keywords.h mg.c
49868 ____________________________________________________________________________
49869 [  8442] By: jhi                                   on 2001/01/15  13:02:38
49870         Log: Subject: [PATCH @8436] Eliminate op_children
49871              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
49872              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
49873              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
49874              
49875              Subject: [PATCH @8436] Re: Eliminate op_children
49876              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
49877              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
49878              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
49879      Branch: perl
49880            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
49881            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
49882            ! op.c op.h
49883 ____________________________________________________________________________
49884 [  8441] By: jhi                                   on 2001/01/15  12:57:08
49885         Log: Use the /^Perl_/-less form of is_lvalue_sub().
49886      Branch: perl
49887            ! pp.h
49888 ____________________________________________________________________________
49889 [  8440] By: jhi                                   on 2001/01/15  05:13:09
49890         Log: Revert #8437 and #8438, the Linux large files story is more complex.
49891      Branch: metaconfig/U/perl
49892            ! d_fpos64_t.U d_off64_t.U
49893      Branch: perl
49894            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49895            ! config_h.SH configure.com epoc/config.sh perl.h
49896            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
49897            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
49898            ! win32/config.bc win32/config.gc win32/config.vc
49899 ____________________________________________________________________________
49900 [  8439] By: jhi                                   on 2001/01/15  05:02:24
49901         Log: More UTF-8 patches from Inaba Hiroto.
49902              - The substr lval was still not okay.
49903              - Now pp_stringify and sv_setsv copies source's UTF8 flag
49904              even if IN_BYTE.  pp_stringify is called from fold_constants
49905              at optimization phase and "\x{100}" was made SvUTF8_off under
49906              use bytes (the bytes pragma is for "byte semantics" and not
49907              for "do not produce UTF8 data")
49908              - New `qu' operator to generate UTF8 string explicitly.
49909              Though I agree with the policy "0x00-0xff always produce bytes",
49910              sometimes want to such a string to be coded in UTF8.
49911              I can use pack"U0a*" but it requires more typing and has
49912              runtime overhead.
49913              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
49914              change, the bug appears if a pm has PMdf_UTF8 flag but interpolated
49915              string is not UTF8_on and has char 0x80-0xff.
49916              
49917              TODO: document and test qu.
49918      Branch: perl
49919            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
49920            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
49921            ! toke.c
49922 ____________________________________________________________________________
49923 [  8438] By: jhi                                   on 2001/01/14  05:10:23
49924         Log: (Reverted by #8440)
49925              
49926              Metaconfig unit changes for #8437.
49927      Branch: metaconfig/U/perl
49928            ! d_fpos64_t.U d_off64_t.U
49929 ____________________________________________________________________________
49930 [  8437] By: jhi                                   on 2001/01/14  04:55:34
49931         Log: (Reverted by #8440)
49932              
49933              Add <features.h> probing, seems to be needed for (some?)
49934              Linux largefileness.
49935      Branch: perl
49936            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49937            ! config_h.SH configure.com epoc/config.sh perl.h
49938            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
49939            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
49940            ! win32/config.bc win32/config.gc win32/config.vc
49941 ____________________________________________________________________________
49942 [  8436] By: jhi                                   on 2001/01/13  17:47:21
49943         Log: Tighten some of the tests a bit.
49944      Branch: perl
49945            ! t/pragma/utf8.t
49946 ____________________________________________________________________________
49947 [  8435] By: jhi                                   on 2001/01/13  17:31:54
49948         Log: Integrate perlio.
49949      Branch: perl
49950           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
49951           !> win32/config_H.gc win32/config_H.vc
49952 ____________________________________________________________________________
49953 [  8434] By: nick                                  on 2001/01/13  11:36:53
49954         Log: Run dmake regen_config_h for Win32
49955      Branch: perlio
49956            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
49957 ____________________________________________________________________________
49958 [  8433] By: nick                                  on 2001/01/13  11:31:55
49959         Log: VMS friendly patch to Encode compile process
49960      Branch: perlio
49961            ! ext/Encode/Makefile.PL ext/Encode/compile
49962 ____________________________________________________________________________
49963 [  8432] By: nick                                  on 2001/01/13  11:06:44
49964         Log: Integrate mainline
49965      Branch: perlio
49966           +> ext/B/B/Concise.pm
49967           !> (integrate 52 files)
49968 ____________________________________________________________________________
49969 [  8431] By: jhi                                   on 2001/01/13  05:55:55
49970         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
49971              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
49972              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
49973              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
49974      Branch: perl
49975            ! ext/B/B/Concise.pm
49976 ____________________________________________________________________________
49977 [  8430] By: jhi                                   on 2001/01/13  04:24:18
49978         Log: The LVRET macro needed an aTHX.
49979      Branch: perl
49980            ! pp.h
49981 ____________________________________________________________________________
49982 [  8429] By: jhi                                   on 2001/01/13  02:12:42
49983         Log: Update Changes.
49984      Branch: perl
49985            ! Changes patchlevel.h
49986 ____________________________________________________________________________
49987 [  8428] By: jhi                                   on 2001/01/13  02:08:50
49988         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
49989              From: Peter Prymmer <pvhp@forte.com>
49990              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
49991              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
49992              
49993              Add a BEGIN guard for sloppy floating point division.
49994      Branch: perl
49995            ! lib/Math/BigInt.pm lib/bigint.pl
49996 ____________________________________________________________________________
49997 [  8427] By: jhi                                   on 2001/01/13  01:47:16
49998         Log: The B::Terse drop-in replacement wasn't quite drop-in.
49999      Branch: perl
50000            ! ext/B/B/Terse.pm
50001 ____________________________________________________________________________
50002 [  8426] By: jhi                                   on 2001/01/12  21:20:43
50003         Log: Use UVXf.
50004      Branch: perl
50005            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50006            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
50007            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
50008            ! vos/config.ga.def vos/config.ga.h win32/config.bc
50009            ! win32/config.gc win32/config.vc
50010 ____________________________________________________________________________
50011 [  8425] By: jhi                                   on 2001/01/12  20:20:14
50012         Log: Subject: [PATCH perl@8342] -Wformat
50013              From: Robin Barker <rmb1@cise.npl.co.uk>
50014              Date: Fri, 12 Jan 2001 20:03:14 GMT
50015              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
50016      Branch: perl
50017            ! ext/Encode/Encode.xs mg.c sv.c toke.c
50018 ____________________________________________________________________________
50019 [  8424] By: jhi                                   on 2001/01/12  20:01:48
50020         Log: Subject: B::Concise -- an improved replacement for B::Terse 
50021              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
50022              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
50023              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
50024      Branch: perl
50025            + ext/B/B/Concise.pm
50026            ! MANIFEST ext/B/B/Terse.pm
50027 ____________________________________________________________________________
50028 [  8423] By: jhi                                   on 2001/01/12  19:24:02
50029         Log: The new metaconfig unit from the #8421.
50030      Branch: metaconfig/U/perl
50031            + d_sigprocmask.U
50032 ____________________________________________________________________________
50033 [  8422] By: jhi                                   on 2001/01/12  19:23:43
50034         Log: Forgot the microperl config from the #8421.
50035      Branch: perl
50036            ! uconfig.h uconfig.sh
50037 ____________________________________________________________________________
50038 [  8421] By: jhi                                   on 2001/01/12  19:05:27
50039         Log: Add sigprocmask() probe, regen Configure, regen toc.
50040      Branch: perl
50041            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50042            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
50043            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
50044            ! vos/config.ga.h win32/config.bc win32/config.gc
50045            ! win32/config.vc
50046 ____________________________________________________________________________
50047 [  8420] By: jhi                                   on 2001/01/12  18:34:31
50048         Log: Add sockatmark() to the todo list.
50049      Branch: perl
50050            ! Todo-5.6
50051 ____________________________________________________________________________
50052 [  8419] By: jhi                                   on 2001/01/12  18:09:46
50053         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
50054      Branch: perl
50055            ! op.c
50056 ____________________________________________________________________________
50057 [  8418] By: jhi                                   on 2001/01/12  18:05:30
50058         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
50059              From: Radu Greab <radu@netsoft.ro>
50060              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
50061              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
50062      Branch: perl
50063            ! op.c t/pragma/sub_lval.t
50064 ____________________________________________________________________________
50065 [  8417] By: jhi                                   on 2001/01/12  16:09:09
50066         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
50067              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
50068              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
50069              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
50070      Branch: perl
50071            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
50072            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
50073            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
50074            ! t/pragma/sub_lval.t toke.c
50075 ____________________________________________________________________________
50076 [  8416] By: jhi                                   on 2001/01/12  15:42:06
50077         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
50078              From: "Richard Soderberg" <rs@crystalflame.net>
50079              Date: Fri, 12 Jan 2001 04:49:35 -0800
50080              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
50081              
50082              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
50083              according to the platform.
50084      Branch: perl
50085            ! op.c
50086 ____________________________________________________________________________
50087 [  8415] By: jhi                                   on 2001/01/12  15:33:41
50088         Log: One more UTF-8 fix from Inaba Hiroto.
50089      Branch: perl
50090            ! pp.c regexec.c t/pragma/utf8.t
50091 ____________________________________________________________________________
50092 [  8414] By: jhi                                   on 2001/01/12  15:30:18
50093         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
50094      Branch: perl
50095            ! regexec.c
50096 ____________________________________________________________________________
50097 [  8413] By: jhi                                   on 2001/01/12  15:22:10
50098         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
50099              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
50100              Date: Thu, 11 Jan 2001 12:53:36 +0100
50101              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
50102      Branch: perl
50103            ! toke.c
50104 ____________________________________________________________________________
50105 [  8412] By: jhi                                   on 2001/01/12  15:20:25
50106         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
50107              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
50108              Date: Fri, 12 Jan 2001 14:37:55 +0100
50109              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
50110      Branch: perl
50111            ! hints/posix-bc.sh
50112 ____________________________________________________________________________
50113 [  8411] By: jhi                                   on 2001/01/12  15:14:14
50114         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
50115              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
50116              Date: Fri, 12 Jan 2001 10:42:21 +0100
50117              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
50118      Branch: perl
50119            ! t/op/regmesg.t
50120 ____________________________________________________________________________
50121 [  8410] By: jhi                                   on 2001/01/12  05:48:55
50122         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
50123              From: Nicholas Clark <nick@ccl4.org> 
50124              Date: Sun, 7 Jan 2001 19:47:14 +0000
50125              Message-ID: <20010107194714.B1048@plum.flirble.org>
50126      Branch: perl
50127            ! t/op/numconvert.t
50128 ____________________________________________________________________________
50129 [  8409] By: jhi                                   on 2001/01/12  05:41:28
50130         Log: Integrate perlio.
50131      Branch: perl
50132           !> mg.c scope.h
50133 ____________________________________________________________________________
50134 [  8408] By: nick                                  on 2001/01/11  22:43:28
50135         Log: Remove variables that were used in experiments.
50136      Branch: perlio
50137            ! mg.c
50138 ____________________________________________________________________________
50139 [  8407] By: nick                                  on 2001/01/11  20:57:44
50140         Log: Catch die in %SIG handler and unblock the signal before re-dying.
50141              This make Linux work _without_ sigsetjmp().
50142              Turn off sigsetjmp() to see what else it does.
50143              May need Configure probe for sigprocmask() if anything has sigaction()
50144              but not sigprocmask().
50145      Branch: perlio
50146            ! mg.c scope.h
50147 ____________________________________________________________________________
50148 [  8406] By: nick                                  on 2001/01/11  19:32:07
50149         Log: Integrate mainline
50150      Branch: perlio
50151           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
50152           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
50153           !> t/op/substr.t
50154 ____________________________________________________________________________
50155 [  8405] By: jhi                                   on 2001/01/11  17:11:01
50156         Log: Fix UTF-8 lval substr().
50157      Branch: perl
50158            ! mg.c t/op/substr.t
50159 ____________________________________________________________________________
50160 [  8404] By: jhi                                   on 2001/01/11  05:13:58
50161         Log: Update Changes.
50162      Branch: perl
50163            ! Changes patchlevel.h
50164 ____________________________________________________________________________
50165 [  8403] By: jhi                                   on 2001/01/11  04:38:24
50166         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
50167              From: Hugo <hv@crypt.compulink.co.uk>
50168              Date: Mon, 30 Oct 2000 01:33:26 +0000
50169              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
50170      Branch: perl
50171            ! regexec.c t/op/re_tests
50172 ____________________________________________________________________________
50173 [  8402] By: jhi                                   on 2001/01/11  04:26:12
50174         Log: Integrate perlio.
50175      Branch: perl
50176           !> scope.h util.c
50177 ____________________________________________________________________________
50178 [  8401] By: nick                                  on 2001/01/10  22:52:55
50179         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
50180              (So Alan and Ilya can try setting via hints.)
50181              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
50182              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
50183              doing the save everywhere seems to restart read() correctly, but just
50184              doing it once "round" the handler does not.
50185      Branch: perlio
50186            ! scope.h
50187 ____________________________________________________________________________
50188 [  8400] By: jhi                                   on 2001/01/10  21:57:54
50189         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
50190              of IRIX, HP-UX is unaffected.
50191      Branch: perl
50192            ! perl.h
50193 ____________________________________________________________________________
50194 [  8399] By: nick                                  on 2001/01/10  21:29:19
50195         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
50196      Branch: perlio
50197            ! util.c
50198 ____________________________________________________________________________
50199 [  8398] By: jhi                                   on 2001/01/10  20:55:31
50200         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
50201              also have ReusePort.
50202      Branch: perl
50203            ! ext/IO/lib/IO/Socket/INET.pm
50204 ____________________________________________________________________________
50205 [  8397] By: jhi                                   on 2001/01/10  20:50:57
50206         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
50207              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
50208              Date: Wed, 10 Jan 2001 01:38:13 -0800
50209              Message-ID: <20010110013813.B41744@yahoo-inc.com>
50210      Branch: perl
50211            ! ext/IO/lib/IO/Socket/INET.pm
50212 ____________________________________________________________________________
50213 [  8396] By: jhi                                   on 2001/01/10  20:49:30
50214         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
50215              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
50216              Date: Wed, 10 Jan 2001 01:37:32 -0800
50217              Message-ID: <20010110013732.A41744@yahoo-inc.com>
50218      Branch: perl
50219            ! ext/Socket/Socket.pm
50220 ____________________________________________________________________________
50221 [  8395] By: jhi                                   on 2001/01/10  20:41:37
50222         Log: Test for bug id 20010105.016 (fixed by #8378).
50223      Branch: perl
50224            ! t/op/split.t
50225 ____________________________________________________________________________
50226 [  8394] By: jhi                                   on 2001/01/10  20:26:32
50227         Log: Integrate perlio.
50228      Branch: perl
50229            ! util.c
50230 ____________________________________________________________________________
50231 [  8393] By: nick                                  on 2001/01/10  19:34:30
50232         Log: Back out Simon's pid hackery for now.
50233      Branch: perlio
50234            ! util.c
50235 ____________________________________________________________________________
50236 [  8392] By: nick                                  on 2001/01/10  19:23:13
50237         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
50238      Branch: perlio
50239           !> (integrate 29 files)
50240 ____________________________________________________________________________
50241 [  8391] By: jhi                                   on 2001/01/10  18:43:15
50242         Log: Subject: [PATCH] Fix my_pclose segfault
50243              From: Simon Cozens <simon@cozens.net>
50244              Date: Wed, 10 Jan 2001 18:39:35 +0000
50245              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
50246      Branch: perl
50247            ! util.c
50248 ____________________________________________________________________________
50249 [  8390] By: jhi                                   on 2001/01/10  18:42:08
50250         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
50251              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
50252              Date:     Wed, 10 Jan 2001 13:23:02 EST
50253              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
50254      Branch: perl
50255            ! ext/Opcode/Opcode.xs
50256 ____________________________________________________________________________
50257 [  8389] By: jhi                                   on 2001/01/10  15:16:07
50258         Log: Turn off the integer preservation for now.
50259      Branch: perl
50260            ! perl.h
50261 ____________________________________________________________________________
50262 [  8388] By: jhi                                   on 2001/01/10  15:01:25
50263         Log: Few more IDE/editor nits from p5p.
50264      Branch: perl
50265            ! pod/perlfaq3.pod
50266 ____________________________________________________________________________
50267 [  8387] By: jhi                                   on 2001/01/10  06:53:16
50268         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
50269              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
50270              Date: Tue, 9 Jan 2001 23:16:02 +0000
50271              Message-ID: <20010109231602.A81101@plum.flirble.org>
50272      Branch: perl
50273            ! sv.c
50274 ____________________________________________________________________________
50275 [  8386] By: jhi                                   on 2001/01/10  03:17:54
50276         Log: Test cases for #8385 (from Simon's "torture.pl")
50277      Branch: perl
50278            ! t/op/tr.t
50279 ____________________________________________________________________________
50280 [  8385] By: jhi                                   on 2001/01/10  03:17:11
50281         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
50282              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
50283              Date: Wed, 10 Jan 2001 11:39:39 +0900
50284              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
50285              
50286              Some more UTF-8 tr cases fixed.
50287      Branch: perl
50288            ! doop.c
50289 ____________________________________________________________________________
50290 [  8384] By: jhi                                   on 2001/01/09  22:45:40
50291         Log: Allow the locale test needing POSIX and the taint test
50292              needing IPC::SysV to run under 'minitest' (basically,
50293              bail out if loading the extension fails)
50294      Branch: perl
50295            ! t/op/misc.t t/op/taint.t
50296 ____________________________________________________________________________
50297 [  8383] By: jhi                                   on 2001/01/09  21:36:04
50298         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
50299              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
50300              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
50301              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
50302      Branch: perl
50303            ! t/io/openpid.t
50304 ____________________________________________________________________________
50305 [  8382] By: jhi                                   on 2001/01/09  21:06:08
50306         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
50307              Should finish up the bug id 20001205.022.
50308      Branch: perl
50309            ! pp.c pp_hot.c scope.c
50310 ____________________________________________________________________________
50311 [  8381] By: jhi                                   on 2001/01/09  18:27:43
50312         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
50313              From: Andy Dougherty <doughera@lafayette.edu>
50314              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
50315              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
50316              
50317              More robust yacc/bison error detection.
50318      Branch: perl
50319            ! t/comp/proto.t
50320 ____________________________________________________________________________
50321 [  8380] By: jhi                                   on 2001/01/09  15:21:38
50322         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
50323              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
50324              Date:     Tue, 9 Jan 2001 07:53:55 EST
50325              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
50326      Branch: perl
50327            ! t/op/misc.t vms/test.com
50328 ____________________________________________________________________________
50329 [  8379] By: jhi                                   on 2001/01/09  15:20:38
50330         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
50331              From: jhi@cc.hut.fi
50332              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
50333              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
50334              
50335              The #8378 fixed this.
50336      Branch: perl
50337            ! t/op/tr.t
50338 ____________________________________________________________________________
50339 [  8378] By: jhi                                   on 2001/01/09  15:05:32
50340         Log: Subject: One more patch for UTF8 
50341              From: Inaba Hiroto <inaba@st.rim.or.jp>
50342              Date: Tue, 09 Jan 2001 01:04:32 +0900
50343              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
50344              
50345              UTF-8 fixes for 'x' and tr///.
50346      Branch: perl
50347            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
50348            ! regcomp.c regexec.c toke.c utf8.c
50349 ____________________________________________________________________________
50350 [  8377] By: jhi                                   on 2001/01/09  14:32:17
50351         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
50352      Branch: perl
50353            ! t/op/length.t
50354 ____________________________________________________________________________
50355 [  8376] By: jhi                                   on 2001/01/09  04:32:32
50356         Log: integrate changes #7775, #8316, #8316 from mainline
50357      Branch: maint-5.6/perl
50358            ! hints/solaris_2.sh
50359 ____________________________________________________________________________
50360 [  8375] By: jhi                                   on 2001/01/09  04:26:43
50361         Log: Update Changes.
50362      Branch: perl
50363            ! Changes patchlevel.h
50364 ____________________________________________________________________________
50365 [  8374] By: jhi                                   on 2001/01/09  04:14:32
50366         Log: IDE/editor section tweaking.
50367      Branch: perl
50368            ! pod/perlfaq3.pod
50369 ____________________________________________________________________________
50370 [  8373] By: jhi                                   on 2001/01/09  02:38:26
50371         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
50372              From: Peter Prymmer <pvhp@forte.com>
50373              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
50374              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
50375              
50376              In preparation os OS/390 dynamic loading.
50377      Branch: perl
50378            ! README.os390 hints/os390.sh
50379 ____________________________________________________________________________
50380 [  8372] By: jhi                                   on 2001/01/09  00:24:30
50381         Log: Integrate with perlio.
50382      Branch: perl
50383           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
50384 ____________________________________________________________________________
50385 [  8371] By: nick                                  on 2001/01/08  23:54:33
50386         Log: Fix "scalars leaked" bugs caused by overload magic
50387              (Highlighted by Ilya's DESTROY optimization.)
50388      Branch: perlio
50389            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
50390 ____________________________________________________________________________
50391 [  8370] By: nick                                  on 2001/01/08  20:19:41
50392         Log: Integrate mainline
50393      Branch: perlio
50394           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
50395           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
50396           !> t/op/64bitint.t
50397 ____________________________________________________________________________
50398 [  8369] By: jhi                                   on 2001/01/08  17:30:52
50399         Log: save_delete() Safefree() doesn't (anymore?) work with shared
50400              strings, one test failure in op/misc and almost all of lib/b.
50401              (Outcomments #8369.)
50402      Branch: perl
50403            ! scope.c
50404 ____________________________________________________________________________
50405 [  8368] By: jhi                                   on 2001/01/08  14:47:10
50406         Log: (Outcommented by #8369.)
50407              
50408              Subject: Re: Perl BugID 20001205.022 ---- save_delete
50409              From: Simon Cozens <simon@cozens.net>
50410              Date: Sat, 6 Jan 2001 11:48:40 +0000
50411              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
50412              
50413              The save_delete() does need the Safefree.
50414      Branch: perl
50415            ! scope.c
50416 ____________________________________________________________________________
50417 [  8367] By: bailey                                on 2001/01/08  08:53:52
50418         Log: Once again syncing after too long an absence
50419      Branch: vmsperl
50420           +> (branch 55 files)
50421            - MAINTAIN fix_pl vos/config.def vos/config.h
50422            - vos/config_h.SH_orig
50423           !> (integrate 498 files)
50424 ____________________________________________________________________________
50425 [  8366] By: jhi                                   on 2001/01/08  02:42:59
50426         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
50427              From: nick@ccl4.org
50428              Date: Sun, 7 Jan 2001 21:07:18 +0000
50429              Message-Id: <20010107210717.D1048@plum.flirble.org>
50430      Branch: perl
50431            ! sv.c t/op/64bitint.t
50432 ____________________________________________________________________________
50433 [  8365] By: jhi                                   on 2001/01/08  02:35:16
50434         Log: Subject: [PATCH] environ nit
50435              From: Simon Cozens <simon@cozens.net>
50436              Date: Sun, 7 Jan 2001 17:57:07 +0000
50437              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
50438              
50439              Use environ only if we have it.
50440      Branch: perl
50441            ! mg.c
50442 ____________________________________________________________________________
50443 [  8364] By: jhi                                   on 2001/01/08  02:24:51
50444         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
50445      Branch: perl
50446            ! ext/GDBM_File/GDBM_File.xs
50447 ____________________________________________________________________________
50448 [  8363] By: jhi                                   on 2001/01/08  02:19:24
50449         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
50450              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
50451              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
50452              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
50453      Branch: perl
50454            ! dump.c op.c
50455 ____________________________________________________________________________
50456 [  8362] By: jhi                                   on 2001/01/08  02:17:43
50457         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
50458              From: Doug MacEachern <dougm@covalent.net>
50459              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
50460              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
50461              
50462              Allow AUTOLOAD to be an xsub and allow such xsubs
50463              to avoid use of $AUTOLOAD.
50464      Branch: perl
50465            ! gv.c
50466 ____________________________________________________________________________
50467 [  8361] By: jhi                                   on 2001/01/08  02:16:07
50468         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
50469              From: Radu Greab <radu@netsoft.ro>
50470              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
50471              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
50472              
50473              No need for the potentially nonportable $SIG{CHLD}.
50474      Branch: perl
50475            ! t/io/pipe.t
50476 ____________________________________________________________________________
50477 [  8360] By: jhi                                   on 2001/01/08  01:58:23
50478         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
50479      Branch: perl
50480            ! lib/Getopt/Long.pm
50481 ____________________________________________________________________________
50482 [  8359] By: jhi                                   on 2001/01/08  01:55:44
50483         Log: Integrate perlio.
50484      Branch: perl
50485           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
50486           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
50487           !> utf8.c win32/Makefile
50488 ____________________________________________________________________________
50489 [  8358] By: jhi                                   on 2001/01/07  21:16:50
50490         Log: Update the EPOC cross SDK URL.
50491      Branch: perl
50492            ! README.epoc
50493 ____________________________________________________________________________
50494 [  8357] By: jhi                                   on 2001/01/07  21:16:09
50495         Log: Update the EPOC cross SDK URL.
50496      Branch: maint-5.6/perl
50497            ! README.epoc
50498 ____________________________________________________________________________
50499 [  8356] By: nick                                  on 2001/01/06  21:47:52
50500         Log: FILE * in XS code for PerlIO world:
50501              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
50502              - Add FILE * T_STDIO typemap.
50503              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
50504      Branch: perlio
50505            ! lib/ExtUtils/typemap perlio.c perlio.h
50506 ____________________________________________________________________________
50507 [  8355] By: jhi                                   on 2001/01/06  20:27:15
50508         Log: integrate change #8336 from mainline
50509              
50510              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
50511      Branch: maint-5.6/perl
50512            ! hv.c
50513 ____________________________________________________________________________
50514 [  8354] By: jhi                                   on 2001/01/06  20:24:29
50515         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
50516              From: Robin Barker <rmb1@cise.npl.co.uk>
50517              Date: Fri, 22 Dec 2000 12:17:38 GMT
50518              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
50519              
50520              The patch reformats some long =item lines so they give
50521              correct output via pod2man | nroff -man
50522              
50523              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
50524              From: Robin Barker <rmb1@cise.npl.co.uk>
50525              Date: Tue, 2 Jan 2001 15:35:03 GMT
50526              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
50527              
50528              Here is a _further_ patch which corrects a few more errors:
50529              * an empty C<=item> in CPAN.pm
50530              * patching the wrong file (pod/perlamiga.pod not README.amiga)
50531              * leaving empty C<=item>s which formatted incorrectly
50532              * over long C<=item>s revealed by latest patch to Pod::Man
50533      Branch: maint-5.6/perl
50534            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
50535            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
50536            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
50537            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
50538            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
50539            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
50540 ____________________________________________________________________________
50541 [  8353] By: jhi                                   on 2001/01/06  20:21:10
50542         Log: integrate changes #7980, 8056, 8057 from mainline
50543              
50544              UTF-8 hash keys.
50545      Branch: maint-5.6/perl
50546            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
50547 ____________________________________________________________________________
50548 [  8352] By: jhi                                   on 2001/01/06  20:18:44
50549         Log: Forgotten from #8438.
50550      Branch: maint-5.6/perl
50551            ! epoc/epocish.h
50552 ____________________________________________________________________________
50553 [  8351] By: jhi                                   on 2001/01/06  20:18:12
50554         Log: Forgotten from #8347.
50555      Branch: maint-5.6/perl
50556            ! config_h.SH
50557 ____________________________________________________________________________
50558 [  8350] By: jhi                                   on 2001/01/06  20:00:19
50559         Log: Thinko in #8347.
50560      Branch: maint-5.6/perl
50561            ! regcomp.c
50562 ____________________________________________________________________________
50563 [  8349] By: jhi                                   on 2001/01/06  18:05:30
50564         Log: Copy the FAQ3 IDE section from the development branch,
50565              changes originally by Peter Prymmer.
50566      Branch: maint-5.6/perl
50567            ! pod/perlfaq3.pod
50568 ____________________________________________________________________________
50569 [  8348] By: jhi                                   on 2001/01/06  18:03:02
50570         Log: EPOC updates for TRIAL1.
50571              
50572              Subject: [5.6.1 trial1] EPOC update
50573              From: Olaf Flebbe <O.Flebbe@science-computing.de>
50574              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
50575              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
50576              
50577              Subject: epoc patch2 for perl-5.6.1-trial1
50578              From: Olaf Flebbe <O.Flebbe@science-computing.de>
50579              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
50580              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
50581      Branch: maint-5.6/perl
50582            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
50583            ! epoc/epocish.c
50584 ____________________________________________________________________________
50585 [  8347] By: jhi                                   on 2001/01/06  17:29:10
50586         Log: integrate changes #7710,7824,7973 from mainline,
50587              plus VMS nits from Peter Prymmer and Dan Sugalski.
50588              
50589              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
50590              library (getprotobyname and getprotobynumber are outversioned by
50591              the same calls in libc, at least for xlc version 3.
50592              
50593              Add HAS_SBRK_PROTO.
50594              
50595              Fixes for signedness warnings noticed by VMSperlers.
50596      Branch: maint-5.6/perl
50597            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50598            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
50599            ! sv.c vms/descrip_mms.template vos/config.alpha.def
50600            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
50601            ! win32/config.bc win32/config.gc win32/config.vc
50602 ____________________________________________________________________________
50603 [  8346] By: nick                                  on 2001/01/06  14:36:01
50604         Log: Fixup accumulated integrate muddles (perlio == devperl again)
50605      Branch: perlio
50606            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
50607 ____________________________________________________________________________
50608 [  8345] By: nick                                  on 2001/01/06  14:24:58
50609         Log: Integrate mainline
50610      Branch: perlio
50611           !> (integrate 55 files)
50612 ____________________________________________________________________________
50613 [  8344] By: jhi                                   on 2001/01/06  02:24:02
50614         Log: Subject: [patch] PerlIO_cleanup() prototype
50615              From: Doug MacEachern <dougm@covalent.net>
50616              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
50617              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
50618      Branch: perl
50619            ! perlio.h
50620 ____________________________________________________________________________
50621 [  8343] By: jhi                                   on 2001/01/06  01:04:09
50622         Log: IRIX compiler noticed that the bof initialization might be
50623              bypassed by control flow.
50624      Branch: perl
50625            ! toke.c
50626 ____________________________________________________________________________
50627 [  8342] By: jhi                                   on 2001/01/06  00:10:48
50628         Log: Update Changes.
50629      Branch: perl
50630            ! Changes patchlevel.h
50631 ____________________________________________________________________________
50632 [  8341] By: jhi                                   on 2001/01/05  23:52:33
50633         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
50634      Branch: perl
50635            ! toke.c
50636 ____________________________________________________________________________
50637 [  8340] By: jhi                                   on 2001/01/05  22:44:08
50638         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
50639              From: Radu Greab <radu@netsoft.ro>
50640              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
50641              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
50642      Branch: perl
50643            ! t/io/pipe.t util.c
50644 ____________________________________________________________________________
50645 [  8339] By: jhi                                   on 2001/01/05  22:35:17
50646         Log: Subject: [PATCH] format and rewording in perlfaq.pod
50647              From: Robin Barker <rmb1@cise.npl.co.uk>
50648              Date: Fri, 5 Jan 2001 18:51:20 GMT
50649              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
50650      Branch: perl
50651            ! pod/perlfaq.pod
50652 ____________________________________________________________________________
50653 [  8338] By: jhi                                   on 2001/01/05  22:31:17
50654         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
50655              From: Peter Prymmer <pvhp@forte.com>
50656              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
50657              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
50658      Branch: perl
50659            ! utils/perlbug.PL
50660 ____________________________________________________________________________
50661 [  8337] By: jhi                                   on 2001/01/05  18:15:11
50662         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
50663              From: Robin Barker <rmb1@cise.npl.co.uk>
50664              Date: Tue, 2 Jan 2001 15:24:07 GMT
50665              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
50666              
50667              If you call configure as C<./Configure> or C<sh ./Configure>,
50668              $src is set to the absolute path name, not '.'.
50669              
50670              This, in turn, means -Dmksymlink tries to do its stuff because
50671              it does not think it is in the src directory.
50672              
50673              (plus a metaconfig nitfix)
50674      Branch: metaconfig
50675            ! U/compline/ccflags.U U/modified/src.U
50676      Branch: perl
50677            ! Configure config_h.SH
50678 ____________________________________________________________________________
50679 [  8336] By: jhi                                   on 2001/01/05  17:48:32
50680         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
50681              From: Alan Burlison <Alan.Burlison@uk.sun.com>
50682              Message-ID: <3A5606C4.473D2226@uk.sun.com>
50683              Date: Fri, 05 Jan 2001 17:39:16 +0000
50684      Branch: perl
50685            ! hv.c
50686 ____________________________________________________________________________
50687 [  8335] By: jhi                                   on 2001/01/05  16:05:44
50688         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
50689      Branch: perl
50690            ! lib/Getopt/Long.pm
50691 ____________________________________________________________________________
50692 [  8334] By: jhi                                   on 2001/01/05  16:00:51
50693         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
50694              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
50695              Date: Fri, 05 Jan 2001 13:46:51 +0100
50696              Message-ID: <13693.978698811@nice.ram.loc>
50697              
50698              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
50699              accurate reading of the "atime".  
50700      Branch: perl
50701            ! t/io/fs.t
50702 ____________________________________________________________________________
50703 [  8333] By: jhi                                   on 2001/01/05  15:57:37
50704         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
50705              From: Simon Cozens <simon@cozens.net>
50706              Date: Fri, 8 Dec 2000 13:33:31 +0000
50707              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
50708              
50709              A lost patch fragment.
50710      Branch: perl
50711            ! doop.c
50712 ____________________________________________________________________________
50713 [  8332] By: jhi                                   on 2001/01/05  15:40:42
50714         Log: Do away with strncpy() and a fixed length buffer.
50715      Branch: perl
50716            ! utf8.c
50717 ____________________________________________________________________________
50718 [  8331] By: jhi                                   on 2001/01/05  15:03:07
50719         Log: Tests for #8329 and #8330.
50720      Branch: perl
50721            ! t/op/bop.t
50722 ____________________________________________________________________________
50723 [  8330] By: jhi                                   on 2001/01/05  15:02:38
50724         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
50725              raw 8-bit form to the UTF-8 string.
50726      Branch: perl
50727            ! toke.c
50728 ____________________________________________________________________________
50729 [  8329] By: jhi                                   on 2001/01/05  14:55:13
50730         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
50731              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
50732              Date: Fri, 5 Jan 2001 12:28:52 +0100
50733              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
50734              
50735              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
50736              no effect.  (changed the strncpy() to Copy())
50737      Branch: perl
50738            ! toke.c
50739 ____________________________________________________________________________
50740 [  8328] By: jhi                                   on 2001/01/05  06:44:27
50741         Log: UTF-8 cleanup.
50742      Branch: perl
50743            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
50744            ! regexec.c sv.c toke.c
50745 ____________________________________________________________________________
50746 [  8327] By: jhi                                   on 2001/01/05  01:11:29
50747         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')
50748              From: Radu Greab <radu@netsoft.ro>
50749              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
50750              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
50751              
50752              Cleans up Harness to not use FileHandle, which uses IO.
50753      Branch: perl
50754            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
50755 ____________________________________________________________________________
50756 [  8326] By: jhi                                   on 2001/01/05  00:56:37
50757         Log: Update Changes.
50758      Branch: perl
50759            ! Changes patchlevel.h
50760 ____________________________________________________________________________
50761 [  8325] By: jhi                                   on 2001/01/05  00:53:18
50762         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
50763              From: Peter Prymmer <pvhp@forte.com>
50764              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
50765              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
50766              
50767              plus a couple more tailing whitespace removals.
50768      Branch: perl
50769            ! win32/Makefile
50770 ____________________________________________________________________________
50771 [  8324] By: jhi                                   on 2001/01/05  00:47:39
50772         Log: Add some Unicode chop() tests.
50773      Branch: perl
50774            ! t/op/chop.t
50775 ____________________________________________________________________________
50776 [  8323] By: jhi                                   on 2001/01/05  00:47:23
50777         Log: Unify UTF-8 malformedness handling.
50778      Branch: perl
50779            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
50780 ____________________________________________________________________________
50781 [  8322] By: jhi                                   on 2001/01/04  22:21:54
50782         Log: The new $issymlink was unknown to Mksymlinks.
50783      Branch: metaconfig/U/perl
50784            ! Mksymlinks.U issymlink.U
50785      Branch: perl
50786            ! Configure config_h.SH
50787 ____________________________________________________________________________
50788 [  8321] By: jhi                                   on 2001/01/04  21:51:05
50789         Log: The test didn't work under the core test framework.
50790      Branch: perl
50791            ! t/lib/st-lock.t
50792 ____________________________________________________________________________
50793 [  8320] By: jhi                                   on 2001/01/04  21:14:22
50794         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
50795      Branch: perl
50796            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
50797 ____________________________________________________________________________
50798 [  8319] By: jhi                                   on 2001/01/04  20:46:17
50799         Log: Typo in #8312 when manually applying a problematic patch fragment.
50800      Branch: perl
50801            ! ext/Storable/Storable.xs
50802 ____________________________________________________________________________
50803 [  8318] By: jhi                                   on 2001/01/04  20:43:01
50804         Log: The $sh_c didn't fly.
50805      Branch: metaconfig
50806            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
50807            ! U/modified/Loc.U U/modified/myhostname.U
50808            ! U/modified/spitshell.U
50809      Branch: metaconfig/U/perl
50810            ! issymlink.U
50811      Branch: perl
50812            ! Configure config_h.SH
50813 ____________________________________________________________________________
50814 [  8317] By: jhi                                   on 2001/01/04  19:58:01
50815         Log: AIX builtin test -h is broken, changes based on
50816              
50817              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
50818              Date: Tue, 02 Jan 2001 11:24:39 +0100
50819              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50820              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
50821      Branch: metaconfig
50822            + U/modified/spitshell.U
50823            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
50824            ! U/modified/Loc.U U/modified/myhostname.U
50825      Branch: metaconfig/U/perl
50826            ! Mksymlinks.U issymlink.U
50827      Branch: perl
50828            ! Configure
50829 ____________________________________________________________________________
50830 [  8316] By: jhi                                   on 2001/01/04  19:02:22
50831         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
50832              From: Andy Dougherty <doughera@lafayette.edu>
50833              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
50834              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
50835              
50836              Beware of GNU ld.
50837      Branch: perl
50838            ! hints/solaris_2.sh
50839 ____________________________________________________________________________
50840 [  8315] By: jhi                                   on 2001/01/04  18:56:48
50841         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
50842              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
50843              Date: Wed, 3 Jan 2001 07:58:51 +0100
50844              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
50845      Branch: perl
50846            ! hints/solaris_2.sh
50847 ____________________________________________________________________________
50848 [  8314] By: jhi                                   on 2001/01/04  18:54:07
50849         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
50850              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
50851              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
50852              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
50853              
50854              Doc tweak on #8313.
50855      Branch: perl
50856            ! ext/B/B/Deparse.pm
50857 ____________________________________________________________________________
50858 [  8313] By: jhi                                   on 2001/01/04  18:52:27
50859         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
50860              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
50861              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
50862              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
50863              
50864              Make the peephole optimizer to bypass more null ops and
50865              and rewrite the deparse handling of continue blocks.
50866      Branch: perl
50867            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
50868 ____________________________________________________________________________
50869 [  8312] By: jhi                                   on 2001/01/04  18:47:39
50870         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
50871      Branch: perl
50872            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
50873            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
50874            ! t/lib/st-lock.t
50875 ____________________________________________________________________________
50876 [  8311] By: jhi                                   on 2001/01/04  18:36:08
50877         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
50878              filter to be run on each .pm during the pm_to_blib() phase,
50879              a fixed version of
50880              
50881              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
50882              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
50883              Date: Wed, 03 Jan 2001 22:01:30 +0100
50884              Message-ID: <5296.978555690@nice.ram.loc>
50885      Branch: perl
50886            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
50887            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
50888            ! lib/ExtUtils/MakeMaker.pm
50889 ____________________________________________________________________________
50890 [  8310] By: jhi                                   on 2001/01/04  18:32:54
50891         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
50892              From: Robin Barker <rmb1@cise.npl.co.uk>
50893              Date: Tue, 2 Jan 2001 15:35:03 GMT
50894              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
50895      Branch: perl
50896            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
50897            ! pod/perlrequick.pod
50898 ____________________________________________________________________________
50899 [  8309] By: jhi                                   on 2001/01/04  18:29:07
50900         Log: Subject: Re: [patch] static-ize XS()
50901              From: Doug MacEachern <dougm@covalent.net>
50902              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
50903              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
50904              
50905              Provide prototypes for the XS functions.
50906      Branch: perl
50907            ! lib/ExtUtils/xsubpp
50908 ____________________________________________________________________________
50909 [  8308] By: jhi                                   on 2001/01/04  18:27:44
50910         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
50911              From: Doug MacEachern <dougm@covalent.net>
50912              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
50913              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
50914      Branch: perl
50915            ! lib/ExtUtils/typemap
50916 ____________________________________________________________________________
50917 [  8307] By: jhi                                   on 2001/01/04  18:25:25
50918         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
50919              From: Doug MacEachern <dougm@covalent.net>
50920              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
50921              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
50922              
50923              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
50924      Branch: perl
50925            ! lib/ExtUtils/MM_Unix.pm
50926 ____________________________________________________________________________
50927 [  8306] By: jhi                                   on 2001/01/04  18:23:00
50928         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
50929              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
50930              Date: Thu, 4 Jan 2001 12:47:10 +0100 
50931              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
50932              
50933              The toke.c part only, patching embed.h and proto.h is futile.
50934      Branch: perl
50935            ! toke.c
50936 ____________________________________________________________________________
50937 [  8305] By: jhi                                   on 2001/01/04  18:05:51
50938         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
50939              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
50940              Date: Thu, 4 Jan 2001 17:50:12 +0100 
50941              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
50942      Branch: perl
50943            ! toke.c
50944 ____________________________________________________________________________
50945 [  8304] By: jhi                                   on 2001/01/04  18:03:26
50946         Log: Subject: [PATCH perl@8269]
50947              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
50948              Date: Thu, 4 Jan 2001 12:53:39 +0100 
50949              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
50950              
50951              If running byacc write-enable also perly.h.
50952      Branch: perl
50953            ! Makefile.SH
50954 ____________________________________________________________________________
50955 [  8303] By: jhi                                   on 2001/01/04  15:40:49
50956         Log: Rewrite pp_concat() in terms of sv_catsv().
50957      Branch: perl
50958            ! pp_hot.c
50959 ____________________________________________________________________________
50960 [  8302] By: nick                                  on 2001/01/03  22:43:22
50961         Log: Integrate mainline.
50962      Branch: perlio
50963           !> ext/Encode/Encode.xs sv.c utf8.c
50964 ____________________________________________________________________________
50965 [  8301] By: jhi                                   on 2001/01/02  23:40:26
50966         Log: Variable naming tweak.
50967      Branch: perl
50968            ! sv.c
50969 ____________________________________________________________________________
50970 [  8300] By: jhi                                   on 2001/01/02  23:40:02
50971         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
50972              in is_utf8_string().
50973      Branch: perl
50974            ! utf8.c
50975 ____________________________________________________________________________
50976 [  8299] By: jhi                                   on 2001/01/02  22:14:40
50977         Log: Integrate perlio.
50978      Branch: perl
50979           !> pp.c pp_hot.c win32/Makefile
50980 ____________________________________________________________________________
50981 [  8298] By: nick                                  on 2001/01/02  22:03:06
50982         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
50983      Branch: perlio
50984            ! pp.c pp_hot.c
50985 ____________________________________________________________________________
50986 [  8297] By: jhi                                   on 2001/01/02  04:26:28
50987         Log: Signedness nit.
50988      Branch: perl
50989            ! ext/Encode/Encode.xs
50990 ____________________________________________________________________________
50991 [  8296] By: nick                                  on 2001/01/01  23:49:36
50992         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
50993      Branch: perlio
50994            ! win32/Makefile
50995 ____________________________________________________________________________
50996 [  8295] By: jhi                                   on 2001/01/01  23:05:48
50997         Log: Integrate perlio.
50998      Branch: perl
50999           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
51000           !> t/lib/encode.t
51001 ____________________________________________________________________________
51002 [  8294] By: nick                                  on 2001/01/01  22:48:34
51003         Log: Integrate mainline
51004      Branch: perlio
51005            ! pp_hot.c t/lib/encode.t
51006           !> (integrate 65 files)
51007 ____________________________________________________________________________
51008 [  8293] By: nick                                  on 2001/01/01  21:58:50
51009         Log: More rigor in UTF-8-ness of Encode's toUnicode
51010              XS export some of the utf8 internal functions.
51011              Test some of the functions.
51012              Fix pp_concat() bug shown by said tests.
51013      Branch: perlio
51014            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
51015            ! t/lib/encode.t
51016 ____________________________________________________________________________
51017 [  8292] By: jhi                                   on 2001/01/01  18:11:44
51018         Log: Integrate perlio.
51019      Branch: perl
51020           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
51021           !> ext/Encode/encengine.c ext/Encode/encode.h
51022 ____________________________________________________________________________
51023 [  8291] By: jhi                                   on 2001/01/01  18:10:58
51024         Log: Podify README.mpeix (a new version from the web),
51025              add a dummy NAME to Carp::Heavy, regen toc.
51026      Branch: perl
51027            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
51028            ! pod/perltoc.pod
51029 ____________________________________________________________________________
51030 [  8290] By: nick                                  on 2001/01/01  17:43:47
51031         Log: Loose the "Loading..." warning.
51032              Another bug in fallback support
51033      Branch: perlio
51034            ! ext/Encode/Encode.pm ext/Encode/encengine.c
51035 ____________________________________________________________________________
51036 [  8289] By: jhi                                   on 2001/01/01  00:01:57
51037         Log: Bump up Larry's copyright.
51038      Branch: perl
51039            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
51040            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
51041            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
51042            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
51043            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
51044            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
51045            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
51046            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
51047 ____________________________________________________________________________
51048 [  8288] By: nick                                  on 2000/12/31  21:27:53
51049         Log: Fix .ucm reading - forgot a chr()
51050              Start of .ucm write (for .enc to .ucm)
51051      Branch: perlio
51052            ! ext/Encode/compile
51053 ____________________________________________________________________________
51054 [  8287] By: jhi                                   on 2000/12/31  18:15:56
51055         Log: Comment away a diagnostic message as noted by Craig A. Berry
51056              (the unexpected message was confusing testing)
51057      Branch: perl
51058            ! ext/Encode/Encode.pm
51059 ____________________________________________________________________________
51060 [  8286] By: jhi                                   on 2000/12/31  18:14:51
51061         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
51062              Date: Sun, 31 Dec 2000 11:17:37 -0600
51063              From: "Craig A. Berry" <craigberry@mac.com>
51064              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
51065      Branch: perl
51066            ! ext/Encode/Makefile.PL
51067 ____________________________________________________________________________
51068 [  8285] By: nick                                  on 2000/12/31  18:11:54
51069         Log: Start of support of ICU-style .ucm files:
51070              - teach compile how to read a .ucm file
51071              - first guess at how to represent fallbacks in "tries".
51072              - use fallbacks if check == 0
51073              - new return code to indicate we used one.
51074      Branch: perlio
51075            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
51076            ! ext/Encode/encengine.c ext/Encode/encode.h
51077 ____________________________________________________________________________
51078 [  8284] By: jhi                                   on 2000/12/31  18:04:41
51079         Log: Pacify picky VMS compiler.
51080              
51081              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
51082              From: "Craig A. Berry" <craig.berry@psinetcs.com>
51083              Date: Sat, 30 Dec 2000 18:10:02 -0600
51084              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
51085      Branch: perl
51086            ! sv.c
51087 ____________________________________________________________________________
51088 [  8283] By: jhi                                   on 2000/12/31  16:11:47
51089         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
51090      Branch: perl
51091            ! t/lib/glob-basic.t
51092 ____________________________________________________________________________
51093 [  8282] By: jhi                                   on 2000/12/31  15:26:11
51094         Log: Integrate perlio.
51095      Branch: perl
51096           !> makedef.pl opcode.pl os2/os2.c perlio.c
51097 ____________________________________________________________________________
51098 [  8281] By: nick                                  on 2000/12/31  10:06:15
51099         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
51100              is available to be exported
51101      Branch: perlio
51102            ! makedef.pl perlio.c
51103 ____________________________________________________________________________
51104 [  8280] By: nick                                  on 2000/12/31  09:41:26
51105         Log: Ilya's OS2 patch (testing for damage on Win32)
51106      Branch: perlio
51107            ! makedef.pl opcode.pl os2/os2.c
51108 ____________________________________________________________________________
51109 [  8279] By: jhi                                   on 2000/12/30  21:52:07
51110         Log: Test nits.
51111      Branch: perl
51112            ! t/lib/syslfs.t t/op/lfs.t
51113 ____________________________________________________________________________
51114 [  8278] By: jhi                                   on 2000/12/30  21:47:49
51115         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
51116              From: andreas.koenig@anima.de (Andreas J. Koenig)
51117              Date: 30 Dec 2000 22:35:37 +0100
51118              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
51119              
51120              The 32-bit wraparound test wasn't quite right.
51121      Branch: perl
51122            ! t/lib/syslfs.t t/op/lfs.t
51123 ____________________________________________________________________________
51124 [  8277] By: jhi                                   on 2000/12/30  21:33:44
51125         Log: Subject: [PATCH] open() example in perlfunc.pod 
51126              From: Karsten Sperling <s_sperli@ira.uka.de>
51127              Date: Sat, 30 Dec 2000 22:27:09 +0100
51128              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
51129      Branch: perl
51130            ! pod/perlfunc.pod
51131 ____________________________________________________________________________
51132 [  8276] By: jhi                                   on 2000/12/30  20:32:40
51133         Log: Not quite that many tests yet.
51134      Branch: perl
51135            ! t/op/pat.t
51136 ____________________________________________________________________________
51137 [  8275] By: jhi                                   on 2000/12/30  20:26:58
51138         Log: Integrate perlio.
51139      Branch: perl
51140           !> toke.c
51141 ____________________________________________________________________________
51142 [  8274] By: jhi                                   on 2000/12/30  20:24:56
51143         Log: Signedness nit.
51144      Branch: perl
51145            ! utf8.c
51146 ____________________________________________________________________________
51147 [  8273] By: jhi                                   on 2000/12/30  20:15:46
51148         Log: Add a test case for 20000731.001 which was fixed by the #8267.
51149      Branch: perl
51150            ! t/op/pat.t
51151 ____________________________________________________________________________
51152 [  8272] By: nick                                  on 2000/12/30  19:47:51
51153         Log: Tweak for MULTIPLICITY/USE_PERLIO
51154      Branch: perlio
51155            ! toke.c
51156 ____________________________________________________________________________
51157 [  8271] By: nick                                  on 2000/12/30  19:46:45
51158         Log: Integrate mainline
51159      Branch: perlio
51160           +> lib/unicode/distinct.pm
51161           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
51162           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
51163           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
51164 ____________________________________________________________________________
51165 [  8270] By: jhi                                   on 2000/12/30  19:39:50
51166         Log: Subject: RE: perl@8269
51167              From: "Richard Soderberg" <rs@crystalflame.net>
51168              Date: Sat, 30 Dec 2000 11:36:27 -0800
51169              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
51170              
51171              A missing aTHX_.
51172      Branch: perl
51173            ! toke.c
51174 ____________________________________________________________________________
51175 [  8269] By: jhi                                   on 2000/12/30  18:55:48
51176         Log: Update Changes.
51177      Branch: perl
51178            ! Changes patchlevel.h
51179 ____________________________________________________________________________
51180 [  8268] By: jhi                                   on 2000/12/30  17:18:40
51181         Log: Add a test for Unicode split //.  The #8267 was the cure.
51182      Branch: perl
51183            ! t/op/split.t
51184 ____________________________________________________________________________
51185 [  8267] By: jhi                                   on 2000/12/30  17:14:19
51186         Log: Subject: more UTF8 test suites and an UTF8 patch
51187              From: Inaba Hiroto <inaba@st.rim.or.jp>
51188              Date: Sat, 30 Dec 2000 14:27:10 +0900
51189              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
51190              
51191              Just the patch part for now, and the pragma renamed
51192              as unicode::distinct.
51193      Branch: perl
51194            + lib/unicode/distinct.pm
51195            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
51196            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
51197            ! regcomp.h regexec.c sv.c toke.c utf8.c
51198 ____________________________________________________________________________
51199 [  8266] By: nick                                  on 2000/12/30  16:40:49
51200         Log: Integrate mainline
51201      Branch: perlio
51202           +> lib/Pod/Text/Overstrike.pm
51203           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
51204           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
51205           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
51206           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
51207           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
51208 ____________________________________________________________________________
51209 [  8265] By: jhi                                   on 2000/12/30  07:28:55
51210         Log: The sv_catsv() fix, take two.
51211      Branch: perl
51212            ! sv.c t/op/join.t
51213 ____________________________________________________________________________
51214 [  8264] By: jhi                                   on 2000/12/30  06:19:18
51215         Log: Undo all the join-related changes since #8248: relevant
51216              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
51217              The new sv_catsv() doesn't fly so it must go back to
51218              the drawing board.
51219      Branch: perl
51220            ! sv.c t/op/join.t t/pragma/utf8.t
51221 ____________________________________________________________________________
51222 [  8263] By: jhi                                   on 2000/12/30  01:08:32
51223         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
51224      Branch: perl
51225            ! sv.c
51226 ____________________________________________________________________________
51227 [  8262] By: jhi                                   on 2000/12/30  00:45:14
51228         Log: Retract #8261.
51229      Branch: perl
51230            ! hv.c util.c
51231 ____________________________________________________________________________
51232 [  8261] By: jhi                                   on 2000/12/30  00:38:32
51233         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
51234      Branch: perl
51235            ! hv.c util.c
51236 ____________________________________________________________________________
51237 [  8260] By: jhi                                   on 2000/12/29  22:51:33
51238         Log: (Retracted by #8264)  More fixing for #8251.
51239      Branch: perl
51240            ! sv.c
51241 ____________________________________________________________________________
51242 [  8259] By: jhi                                   on 2000/12/29  18:27:30
51243         Log: Subject: podlators 1.06 released
51244              From: Russ Allbery <rra@stanford.edu>
51245              Date: 25 Dec 2000 05:09:30 -0800
51246              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
51247      Branch: perl
51248            + lib/Pod/Text/Overstrike.pm
51249            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
51250            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
51251 ____________________________________________________________________________
51252 [  8258] By: jhi                                   on 2000/12/29  18:20:45
51253         Log: Make the large file tests more robust/talkative as suggested by
51254              
51255              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
51256              From: andreas.koenig@anima.de (Andreas J. Koenig)
51257              Date: 29 Dec 2000 14:23:01 +0100
51258              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
51259      Branch: perl
51260            ! t/lib/syslfs.t t/op/lfs.t
51261 ____________________________________________________________________________
51262 [  8257] By: jhi                                   on 2000/12/29  17:48:04
51263         Log: Further VMS piping fixes from Charles Lane:
51264              
51265              In summary, error messages produced when a subprocess terminated
51266              abnormally were being sent not just to the parent process, but to
51267              grandparents, because of default values for error output that were
51268              not completely overridden when the subprocess was started.
51269              
51270              This patch fixes this behavior by defining user-mode (i.e., temporary
51271              for the duration of the program) logical names for SYS$OUTPUT and
51272              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
51273              changes to make it so that the user-mode logicals are the ones that
51274              control where Perl's error messages go if it terminates abnormally.
51275              
51276              I also added some gratuitous fixes to the indentation of braces in
51277              the piping code.  It just looked ugly, before.
51278      Branch: perl
51279            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
51280 ____________________________________________________________________________
51281 [  8256] By: jhi                                   on 2000/12/29  17:45:12
51282         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
51283              From: "Casey R. Tweten" <crt@kiski.net>
51284              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
51285              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
51286              
51287              Tests for for #8240.
51288      Branch: perl
51289            ! t/pragma/constant.t
51290 ____________________________________________________________________________
51291 [  8255] By: jhi                                   on 2000/12/29  17:43:07
51292         Log: Subject: Re: [PATCH] Interesting syntax idea
51293              From: Simon Cozens <simon@cozens.net>
51294              Date: Fri, 29 Dec 2000 14:34:04 +0000
51295              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
51296              
51297              Tests for #8254.
51298      Branch: perl
51299            ! t/pragma/sub_lval.t
51300 ____________________________________________________________________________
51301 [  8254] By: jhi                                   on 2000/12/29  17:42:11
51302         Log: Subject: [PATCH] Interesting syntax idea
51303              From: Simon Cozens <simon@cozens.net>
51304              Date: Wed, 27 Dec 2000 05:08:57 +0000
51305              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
51306              
51307              Make opens + bareword assigns do typeglob assigns.
51308      Branch: perl
51309            ! op.c
51310 ____________________________________________________________________________
51311 [  8253] By: jhi                                   on 2000/12/29  17:36:45
51312         Log: Output the (apparent) version of gcc, as suggested by
51313              
51314              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
51315              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
51316              Date: 26 Dec 2000 04:29:17 -0500
51317              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
51318              
51319              (The patch as such didn't any more apply as the misparsing had
51320              already been addressed in #6474.)  Also change the wording about
51321              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
51322      Branch: perl
51323            ! hints/dec_osf.sh
51324 ____________________________________________________________________________
51325 [  8252] By: nick                                  on 2000/12/29  12:14:31
51326         Log: Integrate mainline
51327      Branch: perlio
51328           !> (integrate 27 files)
51329 ____________________________________________________________________________
51330 [  8251] By: jhi                                   on 2000/12/29  08:45:46
51331         Log: (Retracted by #8264)
51332              
51333              (Fixed by #8260.)
51334              
51335              sv_catsv() needs one more byte space than seems reasonable.
51336              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
51337              Curiouser and curiouser.
51338      Branch: perl
51339            ! sv.c
51340 ____________________________________________________________________________
51341 [  8250] By: jhi                                   on 2000/12/29  07:57:52
51342         Log: More split // UTF-8 tests.
51343      Branch: perl
51344            ! t/pragma/utf8.t
51345 ____________________________________________________________________________
51346 [  8249] By: jhi                                   on 2000/12/29  07:54:51
51347         Log: (Retracted by #8264)  More join() testing which was good because
51348              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
51349      Branch: perl
51350            ! pp.c t/op/join.t utf8.c utf8.h
51351 ____________________________________________________________________________
51352 [  8248] By: jhi                                   on 2000/12/29  07:08:32
51353         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
51354              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
51355              that the only cases to care about are byte+byte and byte+character.
51356              
51357              TODO: See how well pp_concat() could be implemented in terms
51358              of sv_catsv().
51359      Branch: perl
51360            ! doop.c sv.c t/op/join.t utf8.h
51361 ____________________________________________________________________________
51362 [  8247] By: jhi                                   on 2000/12/29  06:35:23
51363         Log: Signedness nit.
51364      Branch: perl
51365            ! pp_hot.c
51366 ____________________________________________________________________________
51367 [  8246] By: jhi                                   on 2000/12/29  01:23:31
51368         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
51369              From: Lupe Christoph <lupe@lupe-christoph.de>
51370              Date: Thu, 28 Dec 2000 23:00:00 +0100
51371              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
51372              
51373              Suggest rsync --delete --dry-run.
51374      Branch: perl
51375            ! pod/perlhack.pod
51376 ____________________________________________________________________________
51377 [  8245] By: jhi                                   on 2000/12/28  23:57:05
51378         Log: The maxiters upper limit sanity check (guarding against
51379              non-progress) assumed bytes instead of characters in s///
51380              and split().
51381      Branch: perl
51382            ! pp.c pp_hot.c
51383 ____________________________________________________________________________
51384 [  8244] By: jhi                                   on 2000/12/28  23:34:08
51385         Log: Make some panic messages a bit more logical.
51386      Branch: perl
51387            ! doop.c pod/perldiag.pod pp.c pp_hot.c
51388 ____________________________________________________________________________
51389 [  8243] By: jhi                                   on 2000/12/28  22:59:16
51390         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
51391              From: Simon Cozens <simon@cozens.net>
51392              Date: Wed, 27 Dec 2000 02:30:03 +0000
51393              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
51394      Branch: perl
51395            ! pp.c t/pragma/sub_lval.t
51396 ____________________________________________________________________________
51397 [  8242] By: jhi                                   on 2000/12/28  22:56:53
51398         Log: Subject: [PATCH blead] Fix B::Terse indentation
51399              From: Daniel Chetlin <daniel@chetlin.com>
51400              Date: Wed, 27 Dec 2000 06:43:30 -0800
51401              Message-ID: <20001227064329.B9573@darkstar>
51402      Branch: perl
51403            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
51404 ____________________________________________________________________________
51405 [  8241] By: jhi                                   on 2000/12/28  22:48:59
51406         Log: The latter patch from the
51407              
51408              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
51409              From: Peter Prymmer <pvhp@forte.com> 
51410              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
51411              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
51412              
51413              (the former patch from the above should have been
51414              taken care of by Nick I-S)
51415      Branch: perl
51416            ! win32/Makefile
51417 ____________________________________________________________________________
51418 [  8240] By: jhi                                   on 2000/12/28  22:45:22
51419         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
51420              From: "Casey R. Tweten" <crt@kiski.net>
51421              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
51422              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
51423      Branch: perl
51424            ! lib/constant.pm
51425 ____________________________________________________________________________
51426 [  8239] By: jhi                                   on 2000/12/28  22:37:45
51427         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
51428              From: Simon Cozens <simon@cozens.net>
51429              Date: Wed, 27 Dec 2000 14:12:44 +0000
51430              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
51431      Branch: perl
51432            ! t/op/method.t t/op/sort.t toke.c
51433 ____________________________________________________________________________
51434 [  8238] By: jhi                                   on 2000/12/28  22:30:32
51435         Log: Subject: [PATCH perl@8229] Call.pm
51436              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
51437              Date: Mon, 25 Dec 2000 10:47:15 -0000
51438              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
51439      Branch: perl
51440            ! ext/Filter/Util/Call/Call.pm
51441 ____________________________________________________________________________
51442 [  8237] By: jhi                                   on 2000/12/28  22:19:21
51443         Log: Subject: [PATCH blead] Fix problem with `&' prototype
51444              From: Daniel Chetlin <daniel@chetlin.com>
51445              Date: Wed, 27 Dec 2000 15:55:32 -0800
51446              Message-ID: <20001227155532.D9573@darkstar>
51447      Branch: perl
51448            ! op.c t/comp/proto.t
51449 ____________________________________________________________________________
51450 [  8236] By: jhi                                   on 2000/12/28  22:09:25
51451         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
51452              From: Daniel Chetlin <daniel@chetlin.com>
51453              Date: Sun, 24 Dec 2000 04:09:49 -0800
51454              Message-ID: <20001224040949.B3090@darkstar>
51455      Branch: perl
51456            ! gv.c mg.c t/op/attrs.t
51457 ____________________________________________________________________________
51458 [  8235] By: jhi                                   on 2000/12/28  22:07:11
51459         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
51460              From: Jan Dubois <jand@ActiveState.com>
51461              Date: Tue, 26 Dec 2000 20:57:31 -0800
51462              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
51463      Branch: perl
51464            ! win32/win32.c
51465 ____________________________________________________________________________
51466 [  8234] By: jhi                                   on 2000/12/28  21:52:42
51467         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
51468              From: Simon Cozens <simon@cozens.net>
51469              Date: Thu, 28 Dec 2000 20:33:13 +0000
51470              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
51471      Branch: perl
51472            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
51473 ____________________________________________________________________________
51474 [  8233] By: jhi                                   on 2000/12/28  19:40:49
51475         Log: Integrate perlio.
51476      Branch: perl
51477           !> ext/Encode/Makefile.PL ext/Encode/compile
51478 ____________________________________________________________________________
51479 [  8232] By: nick                                  on 2000/12/23  16:06:00
51480         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
51481              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
51482      Branch: perlio
51483            ! ext/Encode/Makefile.PL
51484 ____________________________________________________________________________
51485 [  8231] By: nick                                  on 2000/12/23  14:30:34
51486         Log: "Compiled" encode build cleanup
51487              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
51488              - .c files do not export sub-tables
51489      Branch: perlio
51490            ! ext/Encode/Makefile.PL ext/Encode/compile
51491 ____________________________________________________________________________
51492 [  8230] By: nick                                  on 2000/12/23  12:50:37
51493         Log: Integrate mainline
51494      Branch: perlio
51495           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
51496           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
51497           !> pod/perl5004delta.pod pod/perl5005delta.pod
51498           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
51499           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
51500           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
51501           !> pod/perlsub.pod
51502 ____________________________________________________________________________
51503 [  8229] By: jhi                                   on 2000/12/22  15:32:12
51504         Log: Integrate perlio.
51505      Branch: perl
51506           +> win32/distclean.bat
51507           !> MANIFEST t/io/utf8.t
51508 ____________________________________________________________________________
51509 [  8228] By: jhi                                   on 2000/12/22  15:29:40
51510         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
51511              From: Robin Barker <rmb1@cise.npl.co.uk>
51512              Date: Fri, 22 Dec 2000 12:17:38 GMT
51513              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
51514      Branch: perl
51515            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
51516            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
51517            ! pod/perl5004delta.pod pod/perl5005delta.pod
51518            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
51519            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
51520            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
51521            ! pod/perlsub.pod
51522 ____________________________________________________________________________
51523 [  8227] By: jhi                                   on 2000/12/22  15:24:28
51524         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
51525              From: "John L. Allen" <allen@grumman.com>
51526              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
51527              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
51528              
51529              Document APPLLIB_EXP.
51530      Branch: perl
51531            ! INSTALL
51532 ____________________________________________________________________________
51533 [  8226] By: nick                                  on 2000/12/21  22:11:50
51534         Log: Handy script for when one forgets to "dmake clean" 
51535      Branch: perlio
51536            + win32/distclean.bat
51537            ! MANIFEST
51538 ____________________________________________________________________________
51539 [  8225] By: nick                                  on 2000/12/21  21:54:04
51540         Log: CRLF platform issue with io/utf8 fix.
51541      Branch: perlio
51542            ! t/io/utf8.t
51543 ____________________________________________________________________________
51544 [  8224] By: nick                                  on 2000/12/21  21:02:20
51545         Log: Integrate mainline
51546      Branch: perlio
51547           !> Changes Configure Makefile.SH Porting/Glossary
51548           !> Porting/config.sh Porting/config_H configure.com
51549           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
51550           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
51551           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
51552           !> win32/config.bc win32/config.gc win32/config.vc
51553 ____________________________________________________________________________
51554 [  8223] By: jhi                                   on 2000/12/21  17:09:16
51555         Log: Update Changes.
51556      Branch: perl
51557            ! Changes patchlevel.h
51558 ____________________________________________________________________________
51559 [  8222] By: jhi                                   on 2000/12/21  16:24:01
51560         Log: Metaconfig unit changes for #8221.
51561      Branch: metaconfig/U/perl
51562           +> issymlink.U
51563            - testsyml.U
51564            ! Mksymlinks.U
51565 ____________________________________________________________________________
51566 [  8221] By: jhi                                   on 2000/12/21  16:23:48
51567         Log: Rename testsyml to issymlink.
51568      Branch: perl
51569            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51570            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
51571            ! win32/config.vc
51572 ____________________________________________________________________________
51573 [  8220] By: jhi                                   on 2000/12/21  15:47:26
51574         Log: Robustness support for #8218 (symlink forest) since the GNU
51575              tools seem to be overly picky about symlinkage depths.
51576      Branch: perl
51577            ! Makefile.SH t/io/fs.t
51578 ____________________________________________________________________________
51579 [  8219] By: jhi                                   on 2000/12/21  15:38:27
51580         Log: Metaconfig changes for #8218.
51581      Branch: metaconfig
51582            ! U/modified/Oldconfig.U
51583      Branch: metaconfig/U/perl
51584            + Mksymlinks.U
51585            ! testsyml.U
51586 ____________________________________________________________________________
51587 [  8218] By: jhi                                   on 2000/12/21  15:37:57
51588         Log: Add Configure option -Dmksymlinks which will create a symlink
51589              forest if the current/build differs from the source directory.
51590              TODO: mkdir -p is not portable.
51591      Branch: perl
51592            ! Configure
51593 ____________________________________________________________________________
51594 [  8217] By: jhi                                   on 2000/12/21  14:39:12
51595         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
51596              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
51597              Date: Thu, 21 Dec 2000 09:38:18 GMT
51598              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
51599              
51600              The ofs became an SV.
51601      Branch: perl
51602            ! ext/Thread/Thread.xs
51603 ____________________________________________________________________________
51604 [  8216] By: jhi                                   on 2000/12/21  05:40:21
51605         Log: The polymorphism seems to have fixed 20000517.001.
51606      Branch: perl
51607            ! t/pragma/utf8.t
51608 ____________________________________________________________________________
51609 [  8215] By: jhi                                   on 2000/12/21  04:44:52
51610         Log: read() documentation tweak for 20001121.004.
51611      Branch: perl
51612            ! pod/perlfunc.pod
51613 ____________________________________________________________________________
51614 [  8214] By: jhi                                   on 2000/12/21  03:54:11
51615         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
51616      Branch: perl
51617            ! pp_sys.c t/op/misc.t
51618 ____________________________________________________________________________
51619 [  8213] By: jhi                                   on 2000/12/21  00:28:10
51620         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
51621              From: Peter Prymmer <pvhp@forte.com>
51622              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
51623              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
51624      Branch: perl
51625            ! configure.com
51626 ____________________________________________________________________________
51627 [  8212] By: jhi                                   on 2000/12/21  00:26:21
51628         Log: Edit edit edit.
51629      Branch: perl
51630            ! pod/perlfaq3.pod
51631 ____________________________________________________________________________
51632 [  8211] By: jhi                                   on 2000/12/20  18:52:46
51633         Log: Update Changes.
51634      Branch: perl
51635            ! Changes patchlevel.h
51636 ____________________________________________________________________________
51637 [  8210] By: jhi                                   on 2000/12/20  18:34:47
51638         Log: Yet another editor edit.
51639      Branch: perl
51640            ! pod/perlfaq3.pod
51641 ____________________________________________________________________________
51642 [  8209] By: jhi                                   on 2000/12/20  15:33:28
51643         Log: More Win32 Perling.
51644      Branch: perl
51645            ! pod/perlfaq3.pod
51646 ____________________________________________________________________________
51647 [  8208] By: jhi                                   on 2000/12/20  15:07:46
51648         Log: More Win32 editor/IDE/shell hints.
51649      Branch: perl
51650            ! pod/perlfaq3.pod
51651 ____________________________________________________________________________
51652 [  8207] By: jhi                                   on 2000/12/20  03:54:08
51653         Log: Subject: [PATCH] obscure timing knowledge
51654              From: Nicholas Clark <nick@ccl4.org>
51655              Date: Tue, 19 Dec 2000 19:22:31 +0000
51656              Message-ID: <20001219192231.F2827@plum.flirble.org>
51657      Branch: perl
51658            ! sv.c
51659 ____________________________________________________________________________
51660 [  8206] By: jhi                                   on 2000/12/20  03:45:57
51661         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
51662              From: Spider Boardman <spider@leggy.zk3.dec.com>
51663              Date: Tue, 19 Dec 2000 21:30:16 -0500
51664              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
51665      Branch: perl
51666            ! sv.c
51667 ____________________________________________________________________________
51668 [  8205] By: jhi                                   on 2000/12/19  23:02:01
51669         Log: Update Changes.
51670      Branch: perl
51671            ! Changes patchlevel.h
51672 ____________________________________________________________________________
51673 [  8204] By: jhi                                   on 2000/12/19  22:58:18
51674         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
51675              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
51676              on editors and diffing/patching.
51677      Branch: perl
51678            ! t/op/utf8decode.t
51679 ____________________________________________________________________________
51680 [  8203] By: nick                                  on 2000/12/19  21:36:16
51681         Log: Integrate mainline (forgot my own change...)
51682      Branch: perlio
51683           !> ext/Encode/compile
51684 ____________________________________________________________________________
51685 [  8202] By: nick                                  on 2000/12/19  21:34:42
51686         Log: Integrate mainline.
51687      Branch: perlio
51688           !> (integrate 61 files)
51689 ____________________________________________________________________________
51690 [  8201] By: nick                                  on 2000/12/19  21:34:06
51691         Log: Avoid looking for File::Glob when we don't need it.
51692      Branch: perl
51693            ! ext/Encode/compile
51694 ____________________________________________________________________________
51695 [  8200] By: jhi                                   on 2000/12/19  18:35:49
51696         Log: Update Changes.
51697      Branch: perl
51698            ! Changes patchlevel.h
51699 ____________________________________________________________________________
51700 [  8199] By: jhi                                   on 2000/12/19  18:35:07
51701         Log: Microperl tweaks.
51702      Branch: perl
51703            ! sv.c uconfig.h uconfig.sh
51704 ____________________________________________________________________________
51705 [  8198] By: jhi                                   on 2000/12/19  18:29:59
51706         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
51707      Branch: perl
51708            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51709            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
51710 ____________________________________________________________________________
51711 [  8197] By: jhi                                   on 2000/12/19  17:55:29
51712         Log: In VMS embedded perls couldn't access the statically built Socket,
51713              from Charles Lane.
51714      Branch: perl
51715            ! configure.com
51716 ____________________________________________________________________________
51717 [  8196] By: jhi                                   on 2000/12/19  17:49:50
51718         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
51719              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
51720              Date: Sun, 17 Dec 2000 19:11:44 -0000
51721              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
51722      Branch: perl
51723            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
51724            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
51725 ____________________________________________________________________________
51726 [  8195] By: jhi                                   on 2000/12/19  17:47:53
51727         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
51728              From: Jonathan Stowe <gellyfish@gellyfish.com>
51729              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
51730              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
51731      Branch: perl
51732            ! utils/h2xs.PL
51733 ____________________________________________________________________________
51734 [  8194] By: jhi                                   on 2000/12/19  17:46:28
51735         Log: Subject: Re: useless use of void context work-around
51736              From: andreas.koenig@anima.de (Andreas J. Koenig)
51737              Date: 16 Dec 2000 15:13:36 +0100
51738              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
51739              
51740              Document (comment) the q(di ds ig) trick in the code.
51741      Branch: perl
51742            ! op.c
51743 ____________________________________________________________________________
51744 [  8193] By: jhi                                   on 2000/12/19  17:10:57
51745         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
51746              From: "Mark J. Reed" <mreed@strange.turner.com>
51747              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
51748              Message-Id: <200012160222.VAA13986@strange.turner.com>
51749      Branch: perl
51750            ! ext/Sys/Syslog/Syslog.pm
51751 ____________________________________________________________________________
51752 [  8192] By: jhi                                   on 2000/12/19  17:07:45
51753         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
51754              From: Nicholas Clark <nick@ccl4.org>
51755              Date: Sat, 16 Dec 2000 19:03:13 +0000
51756              Message-ID: <20001216190313.D68304@plum.flirble.org>
51757      Branch: perl
51758            ! t/op/64bitint.t
51759 ____________________________________________________________________________
51760 [  8191] By: jhi                                   on 2000/12/19  17:06:13
51761         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
51762              From: Dominic Dunlop <domo@computer.org>
51763              Date: Mon, 18 Dec 2000 12:00:15 +0100
51764              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
51765              
51766              This patchlet is needed in order that perl can be statically linked.  
51767      Branch: perl
51768            ! regexec.c
51769 ____________________________________________________________________________
51770 [  8190] By: jhi                                   on 2000/12/19  17:03:08
51771         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
51772              From: "Craig A. Berry" <craig.berry@psinetcs.com>
51773              Date: Sun, 17 Dec 2000 00:18:35 -0600
51774              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
51775      Branch: perl
51776            ! perlio.h vms/gen_shrfls.pl
51777 ____________________________________________________________________________
51778 [  8189] By: jhi                                   on 2000/12/19  16:20:28
51779         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
51780              From: Prymmer/Kahn <pvhp@best.com>
51781              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
51782              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
51783              
51784              A better version of #8188.
51785      Branch: perl
51786            ! pod/perlfaq3.pod
51787 ____________________________________________________________________________
51788 [  8188] By: jhi                                   on 2000/12/19  15:57:06
51789         Log: (Replaced by #8189)
51790              
51791              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
51792              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
51793              From: Prymmer/Kahn <pvhp@best.com>
51794              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
51795              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
51796              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
51797              Date: Mon, 18 Dec 2000 11:10:45 -0500
51798              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
51799      Branch: perl
51800            ! pod/perlfaq3.pod
51801 ____________________________________________________________________________
51802 [  8187] By: jhi                                   on 2000/12/19  15:54:19
51803         Log: Email address fix for Anton Berezin.
51804      Branch: perl
51805            ! AUTHORS
51806 ____________________________________________________________________________
51807 [  8186] By: jhi                                   on 2000/12/19  15:38:54
51808         Log: Subject: [PATCH perl@8102] cygwin port
51809              From: "Eric Fifer" <efifer@dircon.co.uk> 
51810              Date: Thu, 14 Dec 2000 13:41:29 -0000
51811              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
51812              
51813              When compiling modules the data item that is being imported
51814              from libperl.dll needs to be tagged as imported/shared data:
51815              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
51816      Branch: perl
51817            ! perliol.h
51818 ____________________________________________________________________________
51819 [  8185] By: jhi                                   on 2000/12/19  14:53:24
51820         Log: Regen uconfig.h and uconfig.sh.
51821      Branch: perl
51822            ! uconfig.h uconfig.sh
51823 ____________________________________________________________________________
51824 [  8184] By: jhi                                   on 2000/12/18  20:43:49
51825         Log: Comments work so much better when they are closed.
51826      Branch: perl
51827            ! regcomp.c
51828 ____________________________________________________________________________
51829 [  8183] By: jhi                                   on 2000/12/18  18:04:02
51830         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
51831              Fixes the bug 20001218.016.
51832      Branch: perl
51833            ! regcomp.c
51834 ____________________________________________________________________________
51835 [  8182] By: gsar                                  on 2000/12/18  09:53:47
51836         Log: delete spurious files
51837      Branch: maint-5.6/perl
51838            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
51839            - vos/config.h vos/config_h.SH_orig
51840 ____________________________________________________________________________
51841 [  8181] By: gsar                                  on 2000/12/18  09:46:08
51842         Log: regen perltoc
51843      Branch: maint-5.6/perl
51844            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
51845 ____________________________________________________________________________
51846 [  8180] By: gsar                                  on 2000/12/18  09:20:27
51847         Log: integrate changes#7924..7926,7946,7952 from mainline
51848              
51849              A test works better if it has the right 1..$n output.
51850              
51851              All the core library users of Class::Struct seem to be
51852              using "use Class::Struct 'struct';" instead of the bare
51853              "use Class::Struct;", which isn't documented in Class::Struct.
51854              This can't be right.
51855              
51856              Make the Class::Struct import() wiser.
51857              
51858              Upgrade to CPAN 1.59_51, from Andreas König.
51859              
51860              Subject: Re: long shell lines
51861              Split overly long shell command lines.
51862      Branch: maint-5.6/perl
51863           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
51864           !> lib/File/stat.pm t/lib/class-struct.t
51865 ____________________________________________________________________________
51866 [  8179] By: gsar                                  on 2000/12/18  08:55:54
51867         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
51868              7918,7919,7988,8907 from mainline (various)
51869              
51870              Subject: [ID 20001127.004] White space problem in perlamiga.pod
51871              
51872              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
51873              
51874              Subject: [PATCH] perlcc.PL cleanups
51875              
51876              Subject: [PATCH] Updating perltie.pod for arrays
51877              
51878              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
51879              Subject: Re: [PATCH] Updating perltie.pod for arrays
51880              Subject: Re: [PATCH] Updating perltie.pod for arrays
51881              
51882              One more perltie.pod nit from Casey R. Tweten.
51883              
51884              Subject: [PATCH] $^O  win32 -> MSWin32
51885              plus similar nits for vms, err, VMS, and UNICOS.
51886              
51887              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
51888              More checking in case someone has broken their services or
51889              protocol databases.
51890              
51891              Make "use Class::Struct 'struct';" work again (broken by #7617);
51892              add a test for Class::Struct.
51893              
51894              Integrate the "skip" messages to explain().
51895              
51896              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
51897      Branch: maint-5.6/perl
51898           +> t/lib/class-struct.t
51899           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
51900           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
51901           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
51902 ____________________________________________________________________________
51903 [  8178] By: gsar                                  on 2000/12/18  08:16:30
51904         Log: avoid redefinition warnings on windows due to sys/socket.h getting
51905              #included before win32.h
51906      Branch: maint-5.6/perl
51907            ! win32/include/sys/socket.h
51908 ____________________________________________________________________________
51909 [  8177] By: gsar                                  on 2000/12/18  05:24:04
51910         Log: make regen_headers; fix POSIX.xs problems; remove outdated
51911              code from sys/socket.h that makes build fail now
51912      Branch: maint-5.6/perl
51913            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
51914            ! pod/perlapi.pod
51915           !> win32/include/sys/socket.h
51916 ____________________________________________________________________________
51917 [  8176] By: gsar                                  on 2000/12/18  05:20:17
51918         Log: update Changes
51919      Branch: maint-5.6/perl
51920            ! Changes patchlevel.h
51921 ____________________________________________________________________________
51922 [  8175] By: gsar                                  on 2000/12/18  04:57:48
51923         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
51924              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
51925              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
51926              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
51927              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
51928              7823,7825,7838
51929              
51930              Subject: Re: [PATCH] README.solaris
51931              
51932              Add getpagesize() probing, on non-UNIX guess 'undef'.
51933              
51934              Simplify the getpagesize() unit by dropping the
51935              pagesize probe since it's nowadays slightly more
51936              complicated because of sysconf(). (Note: if some
51937              platform really needs the -lPW for getpagesize,
51938              I just broke it.)
51939              TODO: a new pagesize unit.
51940              
51941              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
51942              
51943              MachTen doesn't really do mmap() and munmap().
51944              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
51945              
51946              More README.solaris updates from Andy Dougherty.
51947              
51948              Copy the s// information of README.hpux also to the perlrun.
51949              
51950              Add HAS_FSYNC, lack noticed by Nicholas Clark.
51951              
51952              Add a metaconfig unit for fsync.
51953              
51954              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
51955              
51956              Many subdocumented return values of the IO extension now documented.
51957              ungetc and write still left subdocumented.
51958              Subject: [PATCH] (was Re: IO::Handle::ungetc)
51959              
51960              Document tell() on special streams.
51961              
51962              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
51963              
51964              Subject: [ID 20001112.007] sfio's sftell isn't ftell
51965              
51966              Couple of tests from #7660 salvaged.
51967              
51968              Tweak the definition of the bit complement on UTF-8 data:
51969              if none of the characters in the string are > 0xff,
51970              the result is a complemented byte string, not a (UTF-8)
51971              char string.  Based on the summary in
51972              Subject: Re: [ID 20000918.005] ~ on wide chars
51973              This should give us the maximum backward (pre-char string)
51974              compatibility and utf8 compatibility.  The other alternative
51975              would be to limit the bit complement to be always byte only,
51976              taking the least significant byte of the chars.
51977              
51978              Cleanup messy #ifdef.
51979              
51980              Typos in #7667.
51981              
51982              Declare reg_data like reg_substr_data.
51983              
51984              Placate nervous compilers that see longer than ints switch()ing.
51985              
51986              Remove the new two tests of lib/io_xs for now, they seem to
51987              fail under perlio on some platforms.
51988              
51989              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
51990              
51991              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
51992              
51993              Subject: tiny typo in perl5db.pl
51994              
51995              Subject: some additions for makefiles for win32 (for perl@7674)
51996              
51997              Hoist the duplicated socket/netdb include logic to perl.h;
51998              undef SETERRNO in case SOCKS has defined it.  Based on:
51999              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
52000              
52001              Regen Configure.
52002              
52003              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
52004              (a macro to define signed and unsigned integer constants).
52005              
52006              Use UINT64_C().
52007              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
52008              
52009              Use u_int32_t for the size of hash_cb(), not size_t.
52010              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
52011              
52012              Quit utf8_to_uv() instantly if curlen == 0.
52013              
52014              Subject: [PATCH: perl@7674] updates to README.os390
52015              
52016              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
52017              
52018              EBCDIC tweaks.
52019              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
52020              
52021              Linenumber fix.
52022              
52023              SOCKS has its own USE_THREADS, based on
52024              Subject: [ID 20001114.002] et. al. bugfix followup
52025              
52026              UINT64_C() work continues.
52027              
52028              Detypo.
52029              
52030              The type of the hash_cb() size argument is tricky.
52031              
52032              Add fwalk() probe to the configuration files and regen perltoc.
52033              
52034              Subject: perllocale.pod changes
52035              
52036              Avoid an infinite loop in VMS when utils scripts are run
52037              with no arguments, from Charles Lane.
52038              
52039              Subject: Re: Bug in Carp::Heavy/5.6.0?
52040              
52041              For Solaris use64bitall the stdchar needs a little bit of help.
52042              
52043              The long double hints can be here or there.
52044              
52045              Test tweak for the open pragma.
52046              
52047              Also the 64bitall hints can be either here or there.
52048              
52049              As surmised the #7719 wasn't a good move.
52050              
52051              Subject: Fix for 20000409.001
52052              
52053              Subject: Fix for 20000815.006
52054              It's really 20000518.006.
52055              
52056              Subject: [PATCH 5.6.0 README.win32] very minor typos
52057              
52058              Subject: Fix for README.amiga (20000323.033)
52059              
52060              Explain in more detail the {} syntax ambiguousity.
52061              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
52062              
52063              Sparc 64-bit pack() fix from Jens Hamisch.
52064              
52065              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
52066              
52067              Subject: podlators 1.05 available        
52068              
52069              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
52070              
52071              Subject: [perl 7711: EPOC] updates
52072              
52073              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
52074              
52075              Miraculous typo.
52076              
52077              sysseek() instead of seek().
52078              
52079              Solaris hints tweaks.
52080              
52081              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
52082              This may be overly harsh but until proven otherwise, we think this
52083              way, or until we have a simple test for Configure (having to start
52084              up servers is does not count as simple) to check for the problems.
52085              
52086              Remove the shared object before attempting to create
52087              (by linking) a new one.  E.g. in AIX not removing
52088              becomes quite painful if one tries to do more than one
52089              build in the same tree (an interrupted build, for example),
52090              since the AIX' shared dynaloader seemingly keeps the shared
52091              objects open and therefore 'busy' for quite a while, even when
52092              nobody is using the objects, leading into link failures.
52093              
52094              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
52095              
52096              Subject: DOC PATCH 5.6.0 perlreftut
52097              
52098              Subject: [PATCH: perl@7777] add system locale testing for VMS
52099              
52100              Subject: [PATCH] Test.pm POD peculiarity
52101              
52102              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
52103              
52104              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
52105              
52106              Subject: Re: perl@7777 
52107              Detypoing.
52108              
52109              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
52110              
52111              Go ahead and #include <unistd.h> in perl.h.
52112              
52113              Subject: [PATCH perl@7795] small cleanup task for test suite
52114              
52115              Subject: Re: av.c patch (having slight problems)
52116              unshift() speedup.
52117              
52118              Reach back one higher up when searching for PERL_SRC.
52119      Branch: maint-5.6/perl
52120           +> lib/File/Spec/Epoc.pm
52121           !> (integrate 88 files)
52122 ____________________________________________________________________________
52123 [  8174] By: gsar                                  on 2000/12/18  03:53:09
52124         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
52125              7625..7629,7631..7634,7637,7639,7642 from mainline
52126              
52127              Fix for the tie-refhash string table leaks.
52128              
52129              Subject: [patch perl@7595] VMS configure.com tweak
52130              
52131              More careful detection of how well NVs and UVs mix.
52132              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))
52133              Added some SIGFPE paranoia.
52134              
52135              Forgot to bump the line numbers in #7601.
52136              
52137              Subject: PATCH std stdio for (Free)BSD
52138              
52139              Deleting $ENV{PATH} in VMS is not recommendable.
52140              
52141              Locale buglets.
52142              Subject: RE: Locales support (setlocale) fixes
52143              
52144              Do not test UTF-8 locales since that the tests would require
52145              polymorphic regexen.
52146              
52147              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
52148              
52149              A missing aTHX_.
52150              
52151              Subject: [ID 20001108.013] spelling
52152              
52153              Subject: [PATCH] Class::Struct at compile time
52154              
52155              Make deleting for %ENV work for (newer versions of) VMS,
52156              from Craig A. Berry.
52157              
52158              Forgot from #7618.
52159              
52160              More VMS moves on environment handling, from Charles Lane.
52161              
52162              Remove unused extra arguments.
52163              
52164              Typo in an ifndef.
52165              Subject: Re: [PATCH 5.7.0] better messages from malloc()
52166              
52167              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
52168              All except the "cow orker" change.
52169              
52170              The generated boot_* headers are wrong.  Pickier compiler,
52171              such as KAI C++ will refuse to compile the resulting perlmain.
52172              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
52173              
52174              There's no =head3.
52175              
52176              Disable only the tests 99 and 166 for UTF-8 locales.
52177              
52178              Missing dTHXs.
52179              Subject: RE: perl@7595 builds not on cygwin
52180              
52181              Subject: Re: bash -c exit and linux hints 
52182              
52183              Various doc oddball characters.
52184              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
52185              
52186              Subject: [PATCH] IO::Seekable pod
52187              
52188              Amdahl UTS hints updates.
52189              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
52190              
52191              Explain better why certain regex tests are skipped.
52192              Subject: Re: tests skipped: unknown reason
52193              
52194              Subject: [PATCH] README.solaris
52195              
52196              Subject: [PATCH perl@7638] cygwin port
52197      Branch: maint-5.6/perl
52198           +> README.solaris
52199           !> (integrate 26 files)
52200 ____________________________________________________________________________
52201 [  8173] By: gsar                                  on 2000/12/18  03:37:02
52202         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
52203              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
52204              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
52205              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
52206              
52207              Better create a true mailing list for the repository keepers.
52208              
52209              Subject: [ID 20001027.007] uniq array in perlfaq
52210              
52211              De-quoted-unreadable to ISO Latin 1.
52212              (There's one ISO-2022-JP name in Changes5.004.)
52213              
52214              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
52215              
52216              The #7476 needs a MANIFEST change, too.
52217              
52218              Add also emailless people.
52219              
52220              UTF-8 decoder tweak.
52221              
52222              Make \x{...} consistently produce UTF-8.
52223              Subject: Re: \x{...} is confused 
52224              
52225              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
52226              
52227              Add a perlbug flag, -A, to avoid acknowledgement messages.
52228              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
52229              
52230              Use Errno magic.
52231              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
52232              
52233              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
52234              
52235              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
52236              
52237              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
52238              
52239              Be more lenient on bad UTF-8 when doing bit arithmetics.
52240              Subject: Re: [ID 20000918.005] ~ on wide chars
52241              (The ord() part of the patch skipped.)
52242              
52243              Subject: perlfaq style changes
52244              
52245              AUTHORS tweaks.
52246              
52247              Whitespace style tweak.  Was originally going to see to
52248              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
52249              but that had already been taken care of.
52250              
52251              The compiler is either gcc or cc, from Tom Bates.
52252              
52253              The osname has been lowercased by now, from Tom Bates.
52254              
52255              The NonStop-UX libraries have a novel way to say NaN.
52256              
52257              printf UVs the correct way, noticed by Robin Barker.
52258              
52259              Subject: [PATCH] startperl to respect versiononly
52260              
52261              AUTHORS updates.
52262              
52263              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
52264              
52265              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
52266              
52267              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
52268              
52269              Generalize the Camel wording.
52270              Subject: Re: perlfaq style changes
52271              
52272              Subject: [ID 20001005.006] Documentation -- description of qr//
52273              
52274              C.pm part of
52275              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
52276              
52277              Locale warning explanation tweak.
52278              
52279              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
52280              
52281              Make the POSIX::setuid and POSIX::setgid to really call setuid()
52282              and setgid() because they were just changing $< and $( which means
52283              only changing the real uid/gid, as opposed to changing both
52284              real and effective ids.  (The alternative way could have been
52285              in POSIX.pm to change $> and $), too, but making a direct call
52286              to the C API feels cleaner.)  Fixes the bug
52287              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
52288              
52289              Expand %Config variables and %ENV variables only if
52290              so requested during build time using the
52291              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
52292              Not expanding makes relocating distributions easier.
52293              
52294              More tweaking on the #7522 theme.
52295              
52296              Test::Harness revealed buglets in the new DynaLoader.
52297              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
52298              
52299              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
52300              fix a autovivification bug in Tie::RefHash, add tests for both.
52301              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
52302              
52303              Detpyo.
52304              
52305              recv() can fail and return undef.
52306              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
52307              
52308              Fix the problem discussed in
52309              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
52310              originally from Linc Madison.  Also Andreas König's comments
52311              taken into account.  Some other problems with Tie::SubstrHash
52312              fixed: didn't croak when the table exceeded the requested number
52313              of entries (as documented) but instead when the number of entries
52314              exceeded the size of the table, a croak() had an unnecessary \n,
52315              didn't have a CLEAR method, documented that there is no exists().
52316              Didn't fix to be strict-proof because the module uses &foo; and
52317              dynamic scope.  Added a test script exercizing both first tamely 
52318              the basic functionality, and then the failure cases reported by
52319              Linc Madison.
52320              
52321              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
52322              
52323              The #7521 touched things it shouldn't have.
52324              
52325              Subject: [PATCH 5.7.0] better messages from malloc()
52326              
52327              Subject: Re: README.aix
52328              
52329              Add FCNTL_CAN_LOCK.
52330              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
52331              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
52332              
52333              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
52334              create a "fast path" for locale name probing using "locale -a"
52335              if available, squash finally hopefully the s?printf resetting
52336              the numeric locale (since, IIUC perllocale, it never shouldn't). 
52337              
52338              More Changes tweakery.
52339              
52340              Dying is too strict here, better just skip.
52341              
52342              Subject: Locales support (setlocale) fixes
52343              Modified quite a bit to be more portable.
52344              
52345              Configure would use a bad $myuname from an old config.sh.
52346              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
52347              
52348              Fix for
52349              Subject: [ID 20001004.006] undef is never tainted
52350              An undef read from a slurped file was not tainted.
52351              
52352              Fix for
52353              Subject: [ID 20001004.007] taint propogation is inconsistent
52354              The culprit was sv_setsv() which was rather blindly
52355              propagating taint, which lead to behaviour where if
52356              a tainted anon hash value was seen all the hash values
52357              from then on at that level became tainted, or at any
52358              upper levels in the case of nested anon hashes.
52359              
52360              Test tweak: show also the failed locales.
52361              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
52362              
52363              A fix of sorts for 20000329.026, a better error message
52364              for a missing "use charnames" when using the \N{...}. 
52365              
52366              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
52367              
52368              Add =pod to be tidy.
52369              
52370              Fix for bug id 19990615.008, pos() unset during s///ge.
52371              
52372              Add a note for future generations about bug id 20000229.006.
52373              
52374              Use -dM for gcc (the suggested patch did it only for Linux,
52375              but I think it can be generalized).
52376              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
52377              
52378              opmini.o can linger from Configures past.
52379              
52380              Document that the evaled syntax errors cause scalar leaks.
52381              
52382              Fix for
52383              Subject: [ID 20000728.005] perl -P broken
52384              (hopefully).  The fix is also not complete, it seems to break
52385              BOM swallowing for libc5 systems, but until someone figures
52386              out a way to do this without ftell(), this will do.
52387              
52388              AUTHORS updates.
52389              
52390              Subject: Re: rsync'ed patches vs. rsync'ed source
52391              
52392              Admit that the test leaks scalars.
52393              
52394              Sanitize the environment further.
52395              
52396              VOS updates from Paul Green.
52397              
52398              Document %ENV = () portability issues.
52399              
52400              Make the stdio test program of 7427 less noisy while being 
52401              compiled so that Digital UNIX wouldn't get both
52402              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
52403              undefined.  This makes perlio happy.
52404              
52405              glibc5 detection by __GNU_LIBRARY__.
52406              
52407              %ENV note tweaks from Dan Sugalski.
52408              
52409              Varargs don't always work too well if one puts an unsigned
52410              char on the stack and pop an unsigned quad off the stack.
52411              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
52412              
52413              Subject: Pod updates
52414              
52415              Fake support of holey files in win/dosish platforms.
52416              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
52417              
52418              A doc addition for bug id 20001105.019, beware \p.
52419              
52420              Tweak #7587.
52421              
52422              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
52423              
52424              perlhack updates from H.Merijn Brand.
52425              
52426              Subject: [PATCH perl@7573] cygwin port
52427              Synchronize with Cygwin 1.1.5.
52428              
52429              Bad thinko in #7581 (I used the test program with the expanded
52430              values as-is).
52431              
52432              Make perlbug not insist on dumping to a file when stdout isn't a tty.
52433              Subject: [PATCH] perlbug.PL
52434              
52435              Overrideable keys, each, pop, push, shift, splice, unshift.
52436              Subject: [PATCH] prototyped functions that should be overrideable
52437              
52438              Try to avoid flockless and emulationless places.
52439      Branch: maint-5.6/perl
52440           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
52441            - MAINTAIN
52442           !> (integrate 111 files)
52443 ____________________________________________________________________________
52444 [  8172] By: jhi                                   on 2000/12/18  02:49:27
52445         Log: Regen pods.
52446      Branch: perl
52447            ! pod/perlmodlib.pod pod/perltoc.pod
52448 ____________________________________________________________________________
52449 [  8171] By: gsar                                  on 2000/12/18  02:49:24
52450         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
52451              7465..7471 from mainline
52452              
52453              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
52454              in platforms that strictly require all the symbols being present
52455              at link time.
52456              
52457              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
52458              
52459              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
52460              
52461              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
52462              
52463              Subject: [PATCH] todo
52464              
52465              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
52466              
52467              Use $sort, $uniq (and $tr) consistently as wondered
52468              by Nicholas Clark.
52469              
52470              Too enthusiastic editing in #7460.
52471              
52472              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
52473              
52474              Upgrade to CPAN 1.58_55.
52475              Subject: CPAN.pm status
52476              
52477              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
52478              
52479              Make target reordering to avoid pointless re-makes.
52480              Subject: Re: Total re-make of 'make okfile' after 7451 ?
52481              
52482              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
52483              
52484              Subject: DOC PATCH 5.6.0
52485              
52486              Add the repository doc by Malcolm, Sarathy, and by Simon,
52487              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
52488      Branch: maint-5.6/perl
52489           +> Porting/repository.pod
52490           !> Configure MANIFEST Makefile.SH README.dos README.os2
52491           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
52492           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
52493           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
52494 ____________________________________________________________________________
52495 [  8169] By: gsar                                  on 2000/12/18  02:33:34
52496         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
52497              7435..7441,7445 from mainline
52498              
52499              Make the UTF-8 decoding stricter and more verbose when
52500              malformation happens.  This involved adding an argument
52501              to utf8_to_uv_chk(), which involved changing its prototype,
52502              and prefer STRLEN over I32 for the UTF-8 length, which as
52503              a domino effect necessitated changing the prototypes of
52504              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
52505              The stricter UTF-8 decoding checking uses Markus Kuhn's
52506              UTF-8 Decode Stress Tester from
52507              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
52508              
52509              Run vms/vms_yfix.pl, should have done that after changing
52510              perly.c in #7382.
52511              
52512              Subject: [PATCH 5.7.0] static linking with uninstalled perl
52513              
52514              (Replaced by #7440.)
52515              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
52516              
52517              Fix the bug ID 20001024.005, the bug introduced by #7416.
52518              
52519              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
52520              
52521              Fix the bug reported in
52522              From: andreas.koenig@anima.de (Andreas J. Koenig)
52523              Also make is_utf8_char() stricter.
52524              
52525              Missed the header file changes from #7425.
52526              
52527              Check if stdio supports tweaking lval and cnt simultaneously.
52528              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
52529              
52530              Stratus VOS updates from Paul Green.
52531              
52532              Podify README.epoc and README.vos.
52533              
52534              Add targets to Makefile.SH, most importantly
52535              'regen_all' which also remembers to update vms/perly*.
52536              
52537              Subject: Minor update to find2perl, for portability
52538              
52539              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
52540              
52541              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
52542              
52543              Rename UTF8LEN() to be UNISKIP(), too confusing to have
52544              UTF8LEN() and UTF8SKIP(). 
52545              
52546              Allow poking holes at the UTF-8 decoding strictness.
52547              
52548              Continue the internal UTF-8 API tweaking.
52549              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
52550              used much more than the simpler API, now called utf8_to_uv_simple().
52551              Still not quite happy with API, too much partial duplication
52552              of functionality.
52553              
52554              A new version of making the syslog test more robust.
52555              (Replaces #7421.)
52556              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
52557              
52558              buildtoc target tweaks.
52559              
52560              Integrate with vmsperl #7430 by Charles Bailey:
52561              
52562              Cleanup from prior patch (Charles Lane?):
52563              - improve handling of MFDs in Basename and Path
52564              - default to no xsubpp line # munging when building debug images
52565      Branch: maint-5.6/perl
52566           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
52567           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
52568           !> (integrate 67 files)
52569 ____________________________________________________________________________
52570 [  8168] By: gsar                                  on 2000/12/18  02:05:49
52571         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
52572              
52573              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
52574              From: Martin Husemann <martin@duskware.de>
52575              
52576              Subject: [PATCH 5.7.0] restore match data on backtracing
52577              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52578      Branch: maint-5.6/perl
52579           !> regcomp.c regexec.c t/op/re_tests
52580 ____________________________________________________________________________
52581 [  8167] By: gsar                                  on 2000/12/18  01:55:22
52582         Log: integrate changes#7858,7986 from mainline
52583              
52584              C<foreach my $x ...> in pseudo-fork()ed process may diddle
52585              parent's memory; fix it by keeping track of the actual pad
52586              offset rather than a raw pointer (this change is probably also
52587              relevant to non-ithreads case to avoid fallout from reallocs of
52588              the pad array, but is currently only enabled for the ithreads
52589              case in the interests of minimal disruption to existing "well
52590              tested" code)
52591              
52592              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
52593              due to the notorious GetFileType() bug in Windows 9x, which fstat()
52594              tickles)
52595      Branch: maint-5.6/perl
52596           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
52597           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
52598           !> win32/win32.c win32/win32.h win32/win32sck.c
52599 ____________________________________________________________________________
52600 [  8166] By: gsar                                  on 2000/12/18  01:52:59
52601         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
52602              from mainline (xsubpp and ExtUtils::LibList fixups, various
52603              other small items)
52604              
52605              The generated boot_* headers are wrong.  Pickier compiler,
52606              such as KAI C++ will refuse to compile the resulting perlmain.
52607              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
52608              
52609              Various doc oddball characters.
52610              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
52611              
52612              Subject: [PATCH] Re: 20001101.003 PDL
52613              
52614              Subject: [PATCH 5.7.0] etags broken again
52615              
52616              Subject: [PATCH 5.7.0] Liblist finally works
52617              
52618              Subject: [PATCH 5.7.0] Liblist returns found libraries
52619              
52620              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
52621              
52622              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
52623              
52624              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
52625              OUT keyword nits.
52626              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
52627              OUT and IN_OUT documentation.
52628      Branch: maint-5.6/perl
52629           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
52630           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
52631           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
52632           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
52633           !> win32/bin/search.pl
52634 ____________________________________________________________________________
52635 [  8165] By: gsar                                  on 2000/12/18  01:28:45
52636         Log: integrate changes#7533,7563,7611,7623 from mainline (various
52637              malloc.c embellishments)
52638      Branch: maint-5.6/perl
52639           !> malloc.c pod/perldiag.pod
52640 ____________________________________________________________________________
52641 [  8164] By: gsar                                  on 2000/12/18  01:23:33
52642         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
52643              fixups)
52644      Branch: maint-5.6/perl
52645           !> utils/h2xs.PL
52646 ____________________________________________________________________________
52647 [  8163] By: gsar                                  on 2000/12/18  01:17:50
52648         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
52649              fixups)
52650      Branch: maint-5.6/perl
52651           !> Makefile.SH utils/perlbug.PL
52652 ____________________________________________________________________________
52653 [  8162] By: gsar                                  on 2000/12/18  00:25:43
52654         Log: always export Perl_deb() (it is required by re.xs whether
52655              Perl is built with or without -DDEBUGGING)
52656      Branch: maint-5.6/perl
52657            ! makedef.pl
52658 ____________________________________________________________________________
52659 [  8161] By: gsar                                  on 2000/12/18  00:23:38
52660         Log: integrate change#7414 from mainline
52661              
52662              Undo the basename() part of #7412 since the lib/basename
52663              tests would need upgrading too.
52664              
52665              squelch two tests in tr.t that rely on tr/// paranoia change
52666              that's not in 5.6.x
52667      Branch: maint-5.6/perl
52668            ! t/op/tr.t
52669           !> lib/File/Basename.pm
52670 ____________________________________________________________________________
52671 [  8160] By: gsar                                  on 2000/12/18  00:05:30
52672         Log: missing change in previous integrate
52673      Branch: maint-5.6/perl
52674           !> README.aix
52675 ____________________________________________________________________________
52676 [  8159] By: gsar                                  on 2000/12/18  00:03:38
52677         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
52678              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
52679              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
52680              7410..7413 from mainline
52681              
52682              Introduce the man[24-8] variables, from Andy Dougherty.
52683              
52684              Upgrade to CPAN 1.58, from Andreas König.
52685              
52686              An updated EBCDIC tr patch.
52687              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
52688              
52689              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
52690              
52691              Two thirds of
52692              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
52693              The Install.pm changes will be submitted separately because
52694              they need some work and discussion still.
52695              
52696              The Install.pm third of
52697              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
52698              
52699              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
52700              
52701              Subject: [PATCH 5.7.0] IVs in mtats
52702              
52703              Subject: [PATCH 5.7.0] Perl API for mstats
52704              
52705              Ilya implemented the memory profiling API.
52706              
52707              In Amdahl UTS "struct sv" is defined by a system header,
52708              <ksync.h>.
52709              
52710              Slight tweak of the code to appease Amdahl UTS cc.
52711              
52712              Amdahl UTS doesn't seem to do dynaloading.
52713              
52714              Use UTF8SKIP(), from Simon Cozens.
52715              
52716              Thinko in #7222.
52717              
52718              op/sprintf.t patch for OS/390 (and any other host with limited
52719              floating-point exponent length)
52720              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
52721              
52722              Tweak #7225.
52723              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
52724              
52725              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
52726              
52727              Needs to be conditional on SunOS 4.
52728              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
52729              
52730              Test cases for bug id 20000323.056 (the bug seems to be fixed).
52731              
52732              Add test for bug id 20000427.003 (which seems to have
52733              been fixed) (also duplicate as 20000427.004, though
52734              with a higher severity).  Move one utf8 from op/append
52735              to pragma/utf8, tag the tests with bug ids.
52736              
52737              Document FNCASE=y as discussed in the bug 20000902.009.
52738              
52739              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
52740              The problem was that rx->minlen was in chars while pp_split()
52741              thought it would be in bytes. 
52742              
52743              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
52744              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
52745              
52746              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
52747              
52748              Fix a couple of compiler-noted nits in #7235.
52749              
52750              Tweak the test of #7235.
52751              
52752              One more ~utf8 tweak.
52753              
52754              -w cleanup.
52755              Subject: Re: Problems with bleadperl 
52756              
52757              Subject: small pod patch
52758              
52759              Subject: [PATCH perlguts.pod] Document offset hack
52760              
52761              Add Charles Lane.
52762              
52763              Add the capability to include/exclude branches.
52764              
52765              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
52766              
52767              Detect early whether the std streams have gone bad.
52768              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
52769              
52770              More IoTYPE sprinkling.
52771              
52772              Workaround for a sfio bug where the stream error indicator
52773              is not cleared as documented.
52774              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
52775              
52776              Clarify documentation on 'use bytes'.
52777              Subject: Re: What does 'use bytes' "mean" ?
52778              
52779              Show the failed remote port, instead of the failing line number.
52780              Subject: [PATCH 5.6.1 Debugger] More diagnostics
52781              
52782              Make Cwd more bulletproof in chrooted environments.
52783              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
52784              
52785              Subject: Pod patch for Devel::Peek
52786              
52787              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
52788              
52789              Borland C fstat() never saw the fd as writable.
52790              Subject: fix for Borland's weak "stat" (perl@7211)
52791              
52792              Missing change from #7362.
52793              
52794              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
52795              
52796              Add the test case for the bug id 20000730.004 which seems
52797              to have been fixed by now.
52798              
52799              Fix of sorts for bug id 20000901.092.  There seems to be no trace
52800              of a 'pmshort' anywhere in the B, so the offending line was simply
52801              removed.
52802              
52803              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
52804              
52805              Subject: PATCH do_print has 2 PerlIO_error()s
52806              
52807              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
52808              
52809              Typo noted by Mark Lutz.
52810              
52811              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
52812              
52813              In the latest compiler builds cccdlflags must not become -fpic,
52814              from Wilfredo Sánchez.
52815              
52816              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
52817              
52818              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
52819              
52820              SOCKS function redefinitions need prototypes, too, otherwise
52821              for example 32 bit versus 64 bit differences cause a lot of
52822              problems.  Part of
52823              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
52824              
52825              Portability tweak on #7377.
52826              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
52827              
52828              Don't write double values through long double pointers,
52829              based on a part of
52830              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
52831              
52832              Reëntrancy fix.
52833              Subject: [PATCH perl@7229] Rentrant parser and yylex()
52834              
52835              Make scan_num() reëntrant, as suggested in
52836              Subject: [PATCH perl@7229] Rentrant parser and yylex()
52837              
52838              Fix for ID 20001020.006, concatenating an unset submatch
52839              with utf8 resulted in "Modification of a read-only value".
52840              
52841              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
52842              
52843              The #7383 was right only in the context of the original bug report,
52844              not in more general case.
52845              
52846              Update Changes.
52847              
52848              Testcases for a #7383,#7385 related bug.
52849              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
52850              
52851              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
52852              
52853              Tweak the Is* definitions of Unicode character classes
52854              to better match the official categorizations; embrace
52855              the official categorizations; add the combining marks
52856              as alpha (and -numeric); fix DCinital (a typo and edito)
52857              to be DCmedial.
52858              
52859              Hints tweak from Anton Berezin.
52860              
52861              Subject: installman go-faster stripes
52862              Subject: Re: installman go-faster stripes
52863              
52864              Subject: [ID 20001021.003] updated hints/openbsd.sh
52865              
52866              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
52867              
52868              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
52869              
52870              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
52871              
52872              Doc patch.
52873              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
52874              
52875              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
52876              
52877              Subject: Re: [ID 20001021.005] SEGV with regex match 
52878              
52879              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
52880              
52881              The change #7187 was not so good on VMS.
52882              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
52883              
52884              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
52885              
52886              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
52887              
52888              Document PERL_INSTALL_ROOT of #7210.
52889      Branch: maint-5.6/perl
52890           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
52891           +> t/lib/tie-splice.t
52892            - lib/unicode/Is/DCinital.pl
52893           !> (integrate 112 files)
52894 ____________________________________________________________________________
52895 [  8158] By: jhi                                   on 2000/12/17  23:04:24
52896         Log: Subject: [PATCHES] RE: perl@8150 
52897              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
52898              Date: Sun, 17 Dec 2000 21:46:39 +0100
52899              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
52900              
52901              Neither cygwin has a getpwuid() one can trust on.
52902      Branch: perl
52903            ! t/lib/glob-basic.t
52904 ____________________________________________________________________________
52905 [  8157] By: jhi                                   on 2000/12/17  23:01:54
52906         Log: More MAN.PODS => {} fixes.
52907      Branch: perl
52908            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
52909            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
52910            ! os2/OS2/REXX/Makefile.PL
52911 ____________________________________________________________________________
52912 [  8156] By: gsar                                  on 2000/12/17  22:49:13
52913         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
52914              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
52915              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
52916              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
52917              7201,7204 from mainline
52918              
52919              Remove vestiges of tr//CU.
52920              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
52921              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
52922              
52923              The return value of setlocale must be copied away.
52924              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
52925              
52926              Allow chop() and chomp() to be overridden.
52927              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
52928              
52929              Hints optimization.
52930              Subject: Minor nit
52931              
52932              Subject: [PATCH] de-wall t/README
52933              
52934              Subject: Re: Two advertising clauses need to be removed
52935              
52936              Batch of UTF-8 patches from Simon Cozens.
52937              
52938              Fix for a parsing bug, not for the original bug.
52939              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
52940              
52941              Compilation warnings and an error.
52942              
52943              Subject: File::Find 5.7.0 POD nits
52944              
52945              Subject: [PATCH perl-5.7.0] continued -Wformat support
52946              
52947              The one that got away.
52948              
52949              Subject: Re: perl@7078
52950              
52951              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
52952              convertable to bytes by checking it doesn't go above 0xc3
52953              Subject: Re: perl@7078
52954              
52955              Replace #7084 with
52956              Subject: Re: perl@7078 
52957              
52958              We don't need to count the high bit bytes, a boolean is enough. 
52959              
52960              Subject: [PATCH] utf8.c apidoc
52961              
52962              Subject: Re: perl@7078 
52963              
52964              Botched the #7090 check-in.
52965              
52966              Fix for the charnames.t failures from Spider Boardman.
52967              
52968              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
52969              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
52970              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
52971              0 to checking to get the warning.
52972              
52973              Subject: [PATCH] Nits in perlmod.pod
52974              
52975              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
52976              
52977              Subject: Re: unicode support and perl [ID 20000901.097]
52978              
52979              Subject: Re: unicode support and perl [ID 20000901.097]
52980              
52981              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
52982              
52983              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
52984              
52985              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
52986              
52987              Subject: [PATCH@blead] Fix some recursion in overload.pm
52988              
52989              s/Robin Parker/Robin Barker/
52990              
52991              Subject: [PATCH] Fix aliasing of tied filehandles
52992              
52993              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
52994              
52995              Subject: Re: [PATCH 5.005_64 missed]
52996              
52997              SOCK_DGRAM and listen() do not mix as reported in
52998              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
52999              The patch for 5.7.0+ had to be reengineered, though.
53000              
53001              Subject: DOC PATCH 5.6.0
53002              
53003              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
53004              
53005              Document the issue (is not a syntax error, kind of)
53006              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
53007              
53008              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
53009              Did not apply cleanly, manual intervention was needed.
53010              
53011              Subject: [PATCH] DLL not restartabke with threaded perl
53012              
53013              Inside require() $^S was always left undefined.
53014              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
53015              
53016              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
53017              
53018              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
53019              
53020              Regen headers.
53021              
53022              Subject: [PATCH 5.7.0] Epoc update
53023              
53024              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
53025              as suggested by Olaf Flebbe and Nick Clark.
53026              
53027              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
53028              
53029              Misplaced else.
53030              
53031              Scale down the VMS message boxes, by Charles Lane.
53032              Fix for ID 20000903.009, workaround at
53033              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
53034              
53035              Subject: [ID 20001003.006] B::Debug not -w clean
53036              
53037              Test harness update to sync with the new perlcc,
53038              from Simon Cozens.
53039              
53040              One remaining nit less at the VMS mailbox sizing.
53041              
53042              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
53043              
53044              It is possible to have no hosts database at all.  Pointed out in
53045              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
53046              
53047              Subject: [PATCH 5.7.0] h2xs not working
53048              Subject: [PATCH 5.7.0] h2xs not documenting the created module
53049              
53050              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
53051              
53052              Subject: perlhack.pod Patch for Externals Tools
53053              
53054              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
53055              
53056              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
53057              
53058              Enable disabling scripts installation by Configure -Uinstallscripts,
53059              suggested by H. Merijn Brand.
53060              
53061              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
53062              reported several times by Dominic Dunlop, for example in
53063              ID 20000315.008.  Patch from Dominic.  Patch affects at
53064              least MachTen, and possibly other oldish BSDs. Should not
53065              break non-broken platforms (tested on LinuxPPC). 
53066              
53067              Regen toc.
53068              
53069              Subject: Re: Questions about Tie::Array and perl modules
53070              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
53071              
53072              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
53073              
53074              Tweak #7153.
53075              
53076              IO::Handle->syswrite() did not handle length omission
53077              like CORE::syswrite() does.
53078              Subject: [Fwd] IO::Handle, syswrite and arguments
53079              The original patch from andrew@ugh.net.au.
53080              
53081              Also the $ccflags is needed for the C compiler check.
53082              Subject: Configure (check for C-compiler)
53083              
53084              Eliminate $Is_VMS code from the test.
53085              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
53086              
53087              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
53088              as the first option of cc/ld because of ultrapicky compilers
53089              (e.g. OS/390 R2.5)
53090              
53091              Change the version number of Tie::Handle in the core to 4.0,
53092              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
53093              Subject: Note on Tie::Handle
53094              
53095              UTF8ize split() so that the cloned substrings get the UTF8
53096              flag of the original scalar.  Problem reported by Simon Cozens.
53097              
53098              save_re_context() could reset PL_curcop to freed memory, causing core
53099              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
53100              
53101              Subject: PATCH 5.6 perldebguts grammar cleanup
53102              
53103              Add a todo note about overloadable assertions.
53104              
53105              on Windows, LoadLibrary() could load an extension DLL multiple
53106              times if forward slashes are used in the path
53107              
53108              on Windows, cwd strings in the environment should be of the
53109              form =X:=X:\foo instead of =X=X:\foo\
53110              
53111              on Windows, avoid potential exception (could happen if MSVCRT isn't
53112              being used) when closing a socket handle
53113              
53114              avoid nonportable example code
53115              
53116              Windows9x doesn't support link(), despite what Config.pm
53117              might think
53118              
53119              pod nit
53120              
53121              Change #7160 had a nasty typo.
53122              
53123              Warn about unknown scripts.
53124              Subject: Re: ideas? patches? [PATCH bleadperl]
53125              
53126              on Windows, clean targets might not work under some flavors of the shell
53127              
53128              tweak for change#7173
53129              
53130              Make eq work again with utf8 (disabling the upgrading
53131              should no more be necessary since the copies of the
53132              scalars are upgraded, not the scalars themselves).
53133              Takes care of ID 20001009.001.  (The claimed length()
53134              bug in 20001009.001 seems bogus to me.)
53135              
53136              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
53137              
53138              Upgrade to CGI.pm 2.74, from Lincoln Stein.
53139              
53140              Upgrade to podlators 1.04, from Russ Allbery.
53141              
53142              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
53143              
53144              Quote the temp file name, needed in Win32 because the
53145              default name unfortunately contains spaces, shouldn't
53146              hurt elsewhere.
53147              Subject: FW: perldoc fails if $TEMP contains spaces
53148              
53149              Subject: RE: [ID 19990803.001] README.win32 suggestions 
53150              
53151              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
53152              
53153              Subject: Re: utf8 concat, mg_get
53154              
53155              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
53156              
53157              Subject: [PATCH: perl@7181] op/tr tests on OS/390
53158              
53159              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
53160              
53161              Use the versiononly instead of the installscripts,
53162              retract the changes 7146 and 7147.
53163              
53164              Reapply Andy's patch and regen Configure.
53165              
53166              Add the test case for #7190, from the original bug report
53167              by Andreas König.
53168              
53169              Remove duplicated code.
53170              
53171              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
53172              
53173              restore change#7202
53174      Branch: maint-5.6/perl
53175           !> (integrate 121 files)
53176 ____________________________________________________________________________
53177 [  8155] By: jhi                                   on 2000/12/17  22:30:58
53178         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
53179              From: "Craig A. Berry" <craigberry@mac.com>
53180              Date: Sun, 17 Dec 2000 13:09:28 -0600
53181              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
53182              
53183              MAN.PODS => ' ' is naughty.
53184      Branch: perl
53185            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
53186 ____________________________________________________________________________
53187 [  8154] By: nick                                  on 2000/12/17  22:07:13
53188         Log: MULTIPLICITY nit.
53189      Branch: perl
53190            ! mg.c
53191 ____________________________________________________________________________
53192 [  8153] By: gsar                                  on 2000/12/17  21:23:05
53193         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
53194              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
53195              from mainline
53196              
53197              Document the SvIOK_.*UV().
53198              
53199              Update Unicode todo list.
53200              
53201              Guard against bad string->int conversion for quads.
53202              
53203              Subject: small apidoc fix
53204              
53205              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
53206              
53207              Subject: [PATCH] Tied filehandle documentation
53208              
53209              Subject: [PATCH] Modernize Opcode.pm documentation
53210              
53211              Make Data::Dumper (non-XS) to work with changed semantics of ref().
53212              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
53213              [applied even though said semantics didn't change in 5.6.x]
53214              
53215              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
53216              
53217              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
53218              
53219              Fix the URL, but the server is still missing in action.
53220              Subject: [ID 20000905.002] perlfaq1.pod URL error
53221              
53222              Subject: [ID 20000903.001] \w in utf8-strings
53223              
53224              Fix the ccversion detection for 5.1 and beyond.
53225              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
53226              
53227              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
53228              
53229              Subject: [ID 20000904.008] Tiny fix for perldiag
53230              
53231              Subject: Re: [ID 20000906.004] segfault with bad perl statement
53232              
53233              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
53234              
53235              Subject: [ID 20000908.002] perlipc documentation bug.
53236              
53237              Subject: [PATCH lib/Benchmark.pm]
53238              
53239              Re-allow vec() for characters > 255.
53240              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
53241              
53242              Do away with memory models cruft.  Sorry, PDP users.
53243              
53244              Continue #7041.
53245              
53246              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
53247              
53248              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
53249              
53250              Upgrade to CPAN 1.57_65, from Andreas König.
53251              
53252              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
53253              by Russ Allbery.
53254              
53255              Silence t/pod/*.t about alternate quote-mappings now implemented
53256              by Pod::Text, from Brad Appleton.
53257              
53258              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
53259              Subject: borland C++ win32.c tweak
53260              
53261              C<@a = @b = split(...)> optimization coredumps under ithreads
53262              (missed a spot when fixing up op_pmreplroot hack for ithreads)
53263              
53264              Document the SvUTF8*().
53265              
53266              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
53267              
53268              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
53269              
53270              Do in VMS as the #7054 does.
53271              
53272              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
53273              
53274              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
53275              
53276              Subject: [patch: perl@7045] vms updates
53277              
53278              Test for the #7049.
53279              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
53280              
53281              Break up the myconfig lines a bit.
53282              Subject: perlbug/perl -V output format
53283              
53284              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
53285              
53286              The #7054 truncated Configure badly.
53287              
53288              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
53289              initialization in all the threads on Windows
53290              
53291              Allow for whitespace between "#" and "line" in cpp output.
53292              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
53293              
53294              Remove vestiges of tr//CU.
53295              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
53296              
53297              The return value of setlocale must be copied away.
53298              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
53299              
53300              Allow chop() and chomp() to be overridden.
53301              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
53302              
53303              Hints optimization.
53304              Subject: Minor nit
53305              
53306              Subject: [PATCH] de-wall t/README
53307              
53308              Subject: Re: Two advertising clauses need to be removed
53309      Branch: maint-5.6/perl
53310           !> (integrate 75 files)
53311 ____________________________________________________________________________
53312 [  8152] By: gsar                                  on 2000/12/17  20:30:11
53313         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
53314              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
53315              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
53316              
53317              Don't attach -ld to the archname if pointless.
53318              
53319              Document UNTIE in a very minimalistic way.
53320              
53321              POSIX doesn't report long double values under -Duselongdouble
53322              when the long doubles are "real" (bigger than doubles).
53323              
53324              More author updates.
53325              
53326              Try to deduce NV_MAX.  Really should be Configure fodder.
53327              
53328              :: not allowed in pathnames, change to .
53329              Subject: [PATCH perl@6938] cygwin port
53330              
53331              Forget about NV_MAX (#6951).  Various floating point tweaks,
53332              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
53333              
53334              Move the Solaris 7 scan to use64bitall, make the
53335              failure to find 64-bot sparc libc to mention the
53336              possibility of being in an intel, from Lupe and Alan.
53337              
53338              Regen perltoc.
53339              
53340              AUTHORS tweaks, from Peter Prymmer.
53341              
53342              More address tweaking.
53343              
53344              Small tweaks all over.
53345              
53346              File::Temp patches from Andreas König,
53347              
53348              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
53349              
53350              Subject: CPAN.pm beta 1.57_57 for the core
53351              
53352              Part of the solution.
53353              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
53354              
53355              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
53356              
53357              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
53358              
53359              Add the overload warnings to perldiag.
53360              
53361              Drop unused argument.
53362              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
53363              
53364              Subject: Nit in Configure (bleadperl@6961)
53365              
53366              Update to PodParser 1.18, from Brad Appleton.
53367              
53368              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
53369              
53370              Subject: [PATCH: 6948] add SCNfldbl to configure.com
53371              
53372              Document UNTIE. Also tweak implementation to suppress the 'inner references'
53373              warning when UNTIE exists and instead pass the cound of extra references to
53374              the UNTIE method.
53375              
53376              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
53377              so that case-ignoring systems like DCL can tell them from
53378              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
53379              
53380              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
53381              
53382              Feature ordering tweak.
53383              
53384              Regen perltoc.
53385              
53386              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
53387              
53388              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
53389              
53390              Subject: http:// in L<>
53391              
53392              Detypo.
53393              
53394              change#6791 accidentally clobbered change#6710, put it back
53395              
53396              Only the first line, thank you very much.
53397              
53398              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
53399              plus rework the http: spots as suggested by Tom Christiansen,
53400              plus regen perltoc.
53401              
53402              Undo part of change 6489 which looks like a bulk edit which
53403              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
53404              The supressing of main:: on return from select() is undesirable.
53405              
53406              Apparently avoiding the swapping is too costly.
53407              
53408              Various Configure nits by Philip Newton,
53409              plus the ebcdic one by me.
53410              
53411              Make certain cc is set before trying to run it.
53412              
53413              If overloaded %{} etc. return the object do not loop.
53414              Thus  sub deref { $_[0] } functions if object is wanted type.
53415              
53416              Update perlhist.
53417              
53418              More %{} and other deref special casing - do not pass to 'nomethod'.
53419      Branch: maint-5.6/perl
53420           !> (integrate 59 files)
53421 ____________________________________________________________________________
53422 [  8151] By: gsar                                  on 2000/12/17  19:14:38
53423         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
53424              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
53425              
53426              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
53427              
53428              Make the epsilon to be relative, not absolute.
53429              
53430              Put back the flags dump as reasoned in
53431              Subject: Re: [PATCH] Glob dumping
53432              
53433              Introduce ccname to keep track of what compiler kind of we have.
53434              
53435              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
53436              
53437              Put back the slice accidentally removed by #6907.
53438              
53439              Reset archname and archname64 always, forcing them be
53440              recomputed at each Configure run, make Configure and
53441              the hints files agree on the naming of largefiles variables.
53442              
53443              Don't say "Perl 5.0 source kit".
53444              
53445              Subject: [PATCH] fix misc cast warnings
53446              
53447              Subject: typos in pods
53448              
53449              NVs not necessarily doubles, as pointed out by Yitzchak.
53450              
53451              Subject: [PATCH 6889] add a few ldbl formats to configure.com
53452              
53453              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
53454              
53455              Better options for rsync.
53456              
53457              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
53458              
53459              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
53460              
53461              Subject: [PATCH] Re: UNTIE method 
53462              
53463              A better fix for the Socket building problem from Craig Berry.
53464              
53465              Retract the dummy test, skip the security tests (instead of failing),
53466              explain what the warnings mean.
53467              
53468              Heap decorruption.
53469              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
53470              
53471              Update to Unicode 3.0.1.
53472              
53473              Missed one Unicode file.
53474              
53475              Subject: Re: typos in pods
53476              
53477              The #6929 was too skimpy.
53478              
53479              sscanf() may be the only way to read long doubles from strings.
53480              
53481              Reveal Borland's isnan.
53482              Subject: build with BC++ tweak
53483              
53484              Issue useful diagnostic on unknown pod commands.
53485              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
53486              
53487              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
53488              
53489              Clarify the third case of ftmp-security warnings.
53490              
53491              Make -Dusemorebits find long doubles in Solaris.
53492              
53493              Wrap the test in eval.
53494      Branch: maint-5.6/perl
53495           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
53496           +> lib/unicode/PropList.txt lib/unicode/README.perl
53497           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
53498           +> lib/unicode/Unicode.301 vms/vmspipe.com
53499            - lib/unicode/Props.txt lib/unicode/UCD300.html
53500            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
53501           !> (integrate 305 files)
53502 ____________________________________________________________________________
53503 [  8150] By: jhi                                   on 2000/12/17  18:47:57
53504         Log: Uncheckedin generated files.
53505      Branch: perl
53506            ! global.sym perlapi.c pod/perlapi.pod
53507 ____________________________________________________________________________
53508 [  8149] By: jhi                                   on 2000/12/17  18:41:22
53509         Log: Update Changes.
53510      Branch: perl
53511            ! Changes patchlevel.h
53512 ____________________________________________________________________________
53513 [  8148] By: jhi                                   on 2000/12/17  18:39:16
53514         Log: Subject: [PATCH] Fcntl constants speedup
53515              From: Nicholas Clark <nick@ccl4.org>
53516              Date: Sun, 17 Dec 2000 16:29:24 +0000
53517              Message-ID: <20001217162924.E97668@plum.flirble.org>
53518              
53519              Use IVs for the Fcntl constants instead of NVs.
53520      Branch: perl
53521            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
53522 ____________________________________________________________________________
53523 [  8147] By: jhi                                   on 2000/12/17  18:33:41
53524         Log: Add test for #8145 (binmode() warning), add warning for
53525              ioctl() and sockpair(), document them. (fileno() cannot
53526              be tripwired with the same kind of warning because
53527              'defined fileno($foo)' seems to be an idiom.)
53528      Branch: perl
53529            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
53530 ____________________________________________________________________________
53531 [  8146] By: gsar                                  on 2000/12/17  18:09:08
53532         Log: update Changes
53533      Branch: maint-5.6/perl
53534            ! Changes
53535 ____________________________________________________________________________
53536 [  8145] By: jhi                                   on 2000/12/17  17:39:35
53537         Log: Subject: [PATCH] Re: The long awaited feature ...
53538              From: Simon Cozens <simon@cozens.net>
53539              Date: Sun, 17 Dec 2000 12:31:56 +0000
53540              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
53541              
53542              Add a warning to binmode() about using bad filehandles
53543              (can happen e.g. if someone forgets the filehandle argument)
53544      Branch: perl
53545            ! pp_sys.c
53546 ____________________________________________________________________________
53547 [  8144] By: jhi                                   on 2000/12/17  17:33:48
53548         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
53549              From: Jonathan Stowe <gellyfish@gellyfish.com>
53550              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
53551              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
53552      Branch: perl
53553            ! lib/Net/Ping.pm
53554 ____________________________________________________________________________
53555 [  8143] By: jhi                                   on 2000/12/17  05:31:37
53556         Log: Polymorphic regexps.
53557              
53558              Fixes at least the bugs 20001028.003 (both of them...) and
53559              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
53560              also to be fixed by now, probably already before this patch.
53561      Branch: perl
53562            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
53563            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
53564            ! t/op/utf8decode.t t/pragma/utf8.t
53565 ____________________________________________________________________________
53566 [  8142] By: jhi                                   on 2000/12/16  17:16:05
53567         Log: Subject: [patch perl@8102] dos/djgpp update
53568              From: Laszlo Molnar <ml1050@freemail.hu>
53569              Date: Sat, 16 Dec 2000 01:40:52 +0100
53570              Message-ID: <20001216014052.A335@freemail.hu>
53571      Branch: perl
53572            ! djgpp/config.over t/base/commonsense.t
53573 ____________________________________________________________________________
53574 [  8141] By: jhi                                   on 2000/12/16  17:09:27
53575         Log: Few uncheckedin files.
53576      Branch: perl
53577            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
53578 ____________________________________________________________________________
53579 [  8140] By: nick                                  on 2000/12/15  22:14:31
53580         Log: Integrate mainline
53581      Branch: perlio
53582           !> (integrate 53 files)
53583 ____________________________________________________________________________
53584 [  8139] By: jhi                                   on 2000/12/15  19:49:49
53585         Log: One more IVUV tweak from Nicholas Clark.
53586      Branch: perl
53587            ! sv.c
53588 ____________________________________________________________________________
53589 [  8138] By: jhi                                   on 2000/12/15  19:17:06
53590         Log: Return of the IVUV-preservation, now seems to be happy even
53591              in Digital UNIX (the broken strtoul brokenness detection
53592              seems to have been the fly in the ointment).
53593      Branch: perl
53594            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53595            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
53596            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
53597            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
53598            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
53599            ! vos/config.ga.h win32/config.bc win32/config.gc
53600            ! win32/config.vc
53601 ____________________________________________________________________________
53602 [  8137] By: jhi                                   on 2000/12/15  18:12:14
53603         Log: Metaconfig unit change for #8136.
53604      Branch: metaconfig
53605            ! U/modified/d_strtoul.U
53606      Branch: metaconfig/U/perl
53607            ! d_strtoull.U d_strtouq.U
53608 ____________________________________________________________________________
53609 [  8136] By: jhi                                   on 2000/12/15  18:11:35
53610         Log: I don't think it's sensible or portable to test the strtou*
53611              on /^-/ strings.
53612      Branch: perl
53613            ! Configure
53614 ____________________________________________________________________________
53615 [  8135] By: jhi                                   on 2000/12/15  17:18:49
53616         Log: Metaconfig unit change for #8134.
53617      Branch: metaconfig
53618            ! U/modified/d_strtoul.U
53619 ____________________________________________________________________________
53620 [  8134] By: jhi                                   on 2000/12/15  17:14:13
53621         Log: If longsize is 8 we don't need a LL suffix for integer constants.
53622      Branch: perl
53623            ! Configure config_h.SH
53624 ____________________________________________________________________________
53625 [  8133] By: jhi                                   on 2000/12/15  16:00:23
53626         Log: Update Changes.
53627      Branch: perl
53628            ! Changes patchlevel.h
53629 ____________________________________________________________________________
53630 [  8132] By: jhi                                   on 2000/12/15  15:44:16
53631         Log: Some compilers get huffy if you do not cast a const pointer
53632              to a non-const when assigning.
53633      Branch: perl
53634            ! gv.c
53635 ____________________________________________________________________________
53636 [  8131] By: jhi                                   on 2000/12/15  15:38:30
53637         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
53638              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53639              Date: Fri, 15 Dec 2000 05:26:57 -0500
53640              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
53641      Branch: perl
53642            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
53643            ! t/pragma/overload.t
53644 ____________________________________________________________________________
53645 [  8130] By: jhi                                   on 2000/12/15  15:36:08
53646         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
53647              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53648              Date: Thu, 14 Dec 2000 22:02:43 -0500
53649              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
53650      Branch: perl
53651            ! gv.c perl.h
53652 ____________________________________________________________________________
53653 [  8129] By: jhi                                   on 2000/12/15  15:34:16
53654         Log: Subject: PATCH: h2xs nit
53655              From: Tim Jenness <t.jenness@jach.hawaii.edu>
53656              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
53657              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
53658              
53659              Add a template README.
53660      Branch: perl
53661            ! utils/h2xs.PL
53662 ____________________________________________________________________________
53663 [  8128] By: jhi                                   on 2000/12/15  15:32:22
53664         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
53665      Branch: perl
53666            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
53667 ____________________________________________________________________________
53668 [  8127] By: jhi                                   on 2000/12/15  15:19:34
53669         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
53670              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
53671              Date:     Thu, 14 Dec 2000 20:04:42 EST
53672              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
53673      Branch: perl
53674            ! ext/Opcode/Opcode.xs
53675 ____________________________________________________________________________
53676 [  8126] By: jhi                                   on 2000/12/15  15:17:49
53677         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
53678              From: Peter Prymmer <pvhp@forte.com>
53679              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
53680              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
53681      Branch: perl
53682            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
53683            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
53684            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
53685 ____________________________________________________________________________
53686 [  8125] By: jhi                                   on 2000/12/15  15:11:05
53687         Log: This seems to be a stage sane and stable enough to checkin.
53688              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
53689      Branch: perl
53690            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
53691            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
53692            ! t/op/cmp.t t/op/numconvert.t
53693 ____________________________________________________________________________
53694 [  8124] By: jhi                                   on 2000/12/15  04:20:26
53695         Log: Something is really wonky.
53696      Branch: perl
53697            ! sv.c
53698 ____________________________________________________________________________
53699 [  8123] By: jhi                                   on 2000/12/15  04:00:50
53700         Log: Fixes for the IV UV patches to compile in Digital UNIX.
53701      Branch: perl
53702            ! sv.c
53703 ____________________________________________________________________________
53704 [  8122] By: jhi                                   on 2000/12/15  02:53:40
53705         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
53706              From: "Craig A. Berry" <craigberry@mac.com>
53707              Date: Thu, 14 Dec 2000 19:10:49 -0600
53708              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
53709      Branch: perl
53710            ! vms/vms.c
53711 ____________________________________________________________________________
53712 [  8121] By: jhi                                   on 2000/12/15  02:50:00
53713         Log: Metaconfig changes for #8120.
53714      Branch: metaconfig
53715            + U/modified/d_strtoul.U
53716      Branch: metaconfig/U/perl
53717            ! d_strtoull.U d_strtouq.U
53718 ____________________________________________________________________________
53719 [  8120] By: jhi                                   on 2000/12/15  02:49:42
53720         Log: From: Nicholas Clark <nick@ccl4.org> 
53721              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
53722              Date: Thu, 14 Dec 2000 18:38:57 +0000
53723              Message-ID: <20001214183857.B97909@plum.flirble.org>
53724      Branch: perl
53725            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53726            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
53727            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
53728            ! vos/config.ga.def vos/config.ga.h win32/config.bc
53729            ! win32/config.gc win32/config.vc
53730 ____________________________________________________________________________
53731 [  8119] By: jhi                                   on 2000/12/14  23:40:58
53732         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
53733              From: Nicholas Clark <nick@ccl4.org>
53734              Date: Wed, 13 Dec 2000 20:08:50 +0000
53735              Message-ID: <20001213200849.B71166@plum.flirble.org>
53736      Branch: perl
53737            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
53738            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
53739 ____________________________________________________________________________
53740 [  8118] By: jhi                                   on 2000/12/14  22:46:26
53741         Log: Integrate perlio.
53742      Branch: perl
53743           !> MANIFEST ext/Encode/compile makedef.pl
53744 ____________________________________________________________________________
53745 [  8117] By: nick                                  on 2000/12/14  22:38:53
53746         Log: Win32 tweaks to get Encode to build
53747              - temp hack to makedef.pl till PerlIO is properly "exported".
53748              - MSVC dislikes  
53749              static encpage_t foo[];
53750              so make 'em extern for now.
53751      Branch: perlio
53752            ! ext/Encode/compile makedef.pl
53753 ____________________________________________________________________________
53754 [  8116] By: nick                                  on 2000/12/14  22:00:53
53755         Log: Document the new files
53756      Branch: perlio
53757            ! MANIFEST
53758 ____________________________________________________________________________
53759 [  8115] By: jhi                                   on 2000/12/14  21:58:01
53760         Log: MANIFEST new files of #8114.
53761      Branch: perl
53762            ! MANIFEST
53763 ____________________________________________________________________________
53764 [  8114] By: jhi                                   on 2000/12/14  21:50:49
53765         Log: Integrate perlio.
53766      Branch: perl
53767           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
53768           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
53769           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
53770           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
53771           !> ext/Encode/Makefile.PL
53772 ____________________________________________________________________________
53773 [  8113] By: jhi                                   on 2000/12/14  21:48:49
53774         Log: The documentation part of the
53775              
53776              Subject: [ID 20001214.002] Net::Ping patch
53777              From: Jonathan Stowe <gellyfish@gellyfish.com>
53778              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
53779              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
53780              since the #7529 had already addressed the same problem.
53781      Branch: perl
53782            ! lib/Net/Ping.pm
53783 ____________________________________________________________________________
53784 [  8112] By: jhi                                   on 2000/12/14  21:42:57
53785         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
53786              From: Dominic Dunlop <domo@computer.org>
53787              Date: Tue, 12 Dec 2000 10:47:10 +0100
53788              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
53789              
53790              Document how elusive subroutines can be.
53791      Branch: perl
53792            ! pod/perlfunc.pod
53793 ____________________________________________________________________________
53794 [  8111] By: jhi                                   on 2000/12/14  21:38:05
53795         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
53796              From: Dominic Dunlop <domo@computer.org>
53797              Date: Thu, 14 Dec 2000 10:13:51 +0100
53798              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
53799      Branch: perl
53800            ! ext/POSIX/POSIX.pod
53801 ____________________________________________________________________________
53802 [  8110] By: jhi                                   on 2000/12/14  21:36:32
53803         Log: Subject: [patch] perlfaq7
53804              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
53805              Date: Thu, 14 Dec 2000 15:31:07 +0100
53806              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
53807      Branch: perl
53808            ! pod/perlfaq7.pod
53809 ____________________________________________________________________________
53810 [  8109] By: jhi                                   on 2000/12/14  21:29:20
53811         Log: Subject: [8104] Encode
53812              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53813              Date: Thu, 14 Dec 2000 14:49:34 +0100
53814              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
53815              
53816              Type casting for nervous compilers.
53817      Branch: perl
53818            ! ext/Encode/Encode.xs
53819 ____________________________________________________________________________
53820 [  8108] By: jhi                                   on 2000/12/14  21:26:17
53821         Log: Subject: [8104] DB_File
53822              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53823              Date: Thu, 14 Dec 2000 14:49:35 +0100
53824              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
53825              
53826              Type definition incorrect for DB 2.7.7.  Not known when it
53827              changed, so only changed it for a known revision.
53828      Branch: perl
53829            ! ext/DB_File/DB_File.xs
53830 ____________________________________________________________________________
53831 [  8107] By: jhi                                   on 2000/12/14  21:23:41
53832         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
53833              From: Peter Prymmer <pvhp@forte.com>
53834              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
53835              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
53836              
53837              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
53838      Branch: perl
53839            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
53840            ! ext/Encode/Encode/posix-bc.enc
53841 ____________________________________________________________________________
53842 [  8106] By: nick                                  on 2000/12/14  20:36:13
53843         Log: "Cold" build correction to Encode's Makefile.PL
53844      Branch: perlio
53845            ! ext/Encode/Makefile.PL
53846 ____________________________________________________________________________
53847 [  8105] By: nick                                  on 2000/12/14  20:09:37
53848         Log: "Compiled" encodings.
53849              Correct replacement character in EBCDIC .enc files
53850              Add 0x7F to ASCII repertoire.
53851      Branch: perlio
53852            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
53853            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
53854            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
53855            ! ext/Encode/Makefile.PL ext/Encode/compile
53856            ! ext/Encode/encengine.c ext/Encode/encode.h
53857 ____________________________________________________________________________
53858 [  8104] By: nick                                  on 2000/12/14  00:38:20
53859         Log: Integrate mainline
53860      Branch: perlio
53861           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
53862           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
53863           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
53864           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
53865           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
53866           !> t/lib/db-hash.t t/lib/db-recno.t
53867 ____________________________________________________________________________
53868 [  8103] By: nick                                  on 2000/12/13  23:16:13
53869         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
53870              so far and so it does not get lost.
53871      Branch: perlio
53872            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
53873 ____________________________________________________________________________
53874 [  8102] By: jhi                                   on 2000/12/13  17:14:22
53875         Log: Update Changes.
53876      Branch: perl
53877            ! Changes patchlevel.h
53878 ____________________________________________________________________________
53879 [  8101] By: jhi                                   on 2000/12/13  16:53:41
53880         Log: Move the proto of start_glob() to a better place; regen api files.
53881      Branch: perl
53882            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
53883 ____________________________________________________________________________
53884 [  8100] By: jhi                                   on 2000/12/13  16:47:11
53885         Log: Metaconfig change for #8099.
53886      Branch: metaconfig
53887            ! U/modified/Head.U
53888 ____________________________________________________________________________
53889 [  8099] By: jhi                                   on 2000/12/13  16:46:48
53890         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
53891              From: Andy Dougherty <doughera@lafayette.edu>
53892              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
53893              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
53894      Branch: perl
53895            ! Configure
53896 ____________________________________________________________________________
53897 [  8098] By: jhi                                   on 2000/12/13  16:39:02
53898         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
53899              From: rspier@pobox.com (Robert Spier)
53900              Date: Tue, 12 Dec 2000 21:12:39 -0500
53901              Message-ID: <14902.56087.678086.725773@rls.cx>
53902              
53903              fastgetcwd is defined using a glob alias on a $^O dependent basis -
53904              and there was no default assignment or perl subroutine.
53905      Branch: perl
53906            ! lib/Cwd.pm
53907 ____________________________________________________________________________
53908 [  8097] By: jhi                                   on 2000/12/13  16:16:01
53909         Log: Subject: [PATCH] move startglob out of pp_hot.c
53910              From: Nicholas Clark <nick@ccl4.org>
53911              Date: Mon, 11 Dec 2000 23:16:39 +0000
53912              Message-ID: <20001211231638.A55550@plum.flirble.org>
53913      Branch: perl
53914            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
53915 ____________________________________________________________________________
53916 [  8096] By: jhi                                   on 2000/12/13  15:26:23
53917         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
53918              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
53919              Date: Wed, 13 Dec 2000 14:01:37 +0100
53920              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
53921              
53922              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
53923              in turn requires libpthread in libswanted.
53924      Branch: perl
53925            ! hints/hpux.sh
53926 ____________________________________________________________________________
53927 [  8095] By: jhi                                   on 2000/12/12  19:51:05
53928         Log: The integration wars continue.
53929      Branch: perl
53930           !> sv.c
53931 ____________________________________________________________________________
53932 [  8094] By: jhi                                   on 2000/12/12  19:48:26
53933         Log: Subject: [PATCH perl@8070] DB_File-1.74  
53934              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
53935              Date: Mon, 11 Dec 2000 23:07:17 -0000
53936              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
53937      Branch: perl
53938            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
53939            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
53940            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
53941            ! t/lib/db-recno.t
53942 ____________________________________________________________________________
53943 [  8093] By: nick                                  on 2000/12/12  19:42:13
53944         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
53945      Branch: perlio
53946            ! sv.c
53947           !> lib/File/DosGlob.pm
53948 ____________________________________________________________________________
53949 [  8092] By: jhi                                   on 2000/12/12  19:28:11
53950         Log: Integrate perlio.
53951      Branch: perl
53952           !> sv.c
53953 ____________________________________________________________________________
53954 [  8091] By: nick                                  on 2000/12/12  18:49:45
53955         Log: Fix for Tk, and upgrading shared SVs.
53956      Branch: perlio
53957            ! sv.c
53958 ____________________________________________________________________________
53959 [  8090] By: jhi                                   on 2000/12/12  16:48:59
53960         Log: Subject: [PATCH] Re: Breadperl & Tk
53961              From: Nick Ing-Simmons <nik@tiuk.ti.com>
53962              Date: Tue, 12 Dec 2000 14:48:27 GMT
53963              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
53964      Branch: perl
53965            ! sv.c
53966 ____________________________________________________________________________
53967 [  8089] By: jhi                                   on 2000/12/12  03:37:19
53968         Log: Subject: DosGlob.pm diff for bash style brace expansion.
53969              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
53970              Date: Fri, 8 Dec 2000 10:45:30 -0600
53971              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
53972      Branch: perl
53973            ! lib/File/DosGlob.pm
53974 ____________________________________________________________________________
53975 [  8088] By: nick                                  on 2000/12/11  23:59:59
53976         Log: Integrate mainline
53977      Branch: perlio
53978           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
53979           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
53980           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
53981           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
53982           !> t/op/local.t t/pragma/warn/toke toke.c
53983 ____________________________________________________________________________
53984 [  8087] By: jhi                                   on 2000/12/11  23:20:23
53985         Log: Integrate perlio.
53986      Branch: perl
53987           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
53988 ____________________________________________________________________________
53989 [  8086] By: jhi                                   on 2000/12/11  22:50:59
53990         Log: Tune further the OS detection of CGI.
53991      Branch: perl
53992            ! lib/CGI.pm
53993 ____________________________________________________________________________
53994 [  8085] By: nick                                  on 2000/12/11  22:50:46
53995         Log: Finish 1st pass of "encoding" layer e.g. :
53996              open($fh,"<encoding(iso8859-7)",$greek) || die;
53997      Branch: perlio
53998            ! ext/Encode/Encode.xs perlio.c perliol.h
53999 ____________________________________________________________________________
54000 [  8084] By: jhi                                   on 2000/12/11  22:32:06
54001         Log: Revert the -f ambiguousity patch, seems to cause
54002              too much hassle (the interpret -Q as a function
54003              where Q is not a known filetest part is left in).
54004      Branch: perl
54005            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
54006            ! toke.c
54007 ____________________________________________________________________________
54008 [  8083] By: jhi                                   on 2000/12/11  22:27:23
54009         Log: (accidentally empty check-in)
54010      Branch: perl
54011            ! lib/File/DosGlob.pm
54012 ____________________________________________________________________________
54013 [  8082] By: nick                                  on 2000/12/11  19:09:51
54014         Log: Restore mmap function (broken by tweaks to shared buffer
54015              layer for encode(xxxx)).
54016      Branch: perlio
54017            ! perlio.c
54018 ____________________________________________________________________________
54019 [  8081] By: jhi                                   on 2000/12/11  18:29:13
54020         Log: Subject: Re: The long awaited feature ...
54021              From: Simon Cozens <simon@cozens.net>
54022              Date: Mon, 11 Dec 2000 15:54:24 +0000
54023              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
54024              
54025              More io/utf8 tests.
54026      Branch: perl
54027            ! t/io/utf8.t
54028 ____________________________________________________________________________
54029 [  8080] By: jhi                                   on 2000/12/11  18:19:36
54030         Log: Subject: PATCH MakeMaker manpage clarification
54031              From: andreas.koenig@anima.de (Andreas J. Koenig)
54032              Date: 10 Dec 2000 20:46:13 +0100
54033              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
54034      Branch: perl
54035            ! lib/ExtUtils/MakeMaker.pm
54036 ____________________________________________________________________________
54037 [  8079] By: jhi                                   on 2000/12/11  15:35:07
54038         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
54039              From: Simon Cozens <simon@cozens.net>
54040              Date: Sun, 10 Dec 2000 19:06:19 +0000
54041              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
54042      Branch: perl
54043            ! ext/B/B/Deparse.pm t/lib/b.t
54044 ____________________________________________________________________________
54045 [  8078] By: jhi                                   on 2000/12/11  15:09:11
54046         Log: Subject: [PATCH] docs on NaN
54047              From: Nicholas Clark <nick@ccl4.org>
54048              Date: Mon, 11 Dec 2000 01:48:38 +0000
54049              Message-ID: <20001211014838.B99205@plum.flirble.org>
54050      Branch: perl
54051            ! pod/perlop.pod
54052 ____________________________________________________________________________
54053 [  8077] By: jhi                                   on 2000/12/11  15:02:21
54054         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
54055              From: Simon Cozens <simon@cozens.net>
54056              Date: Mon, 11 Dec 2000 01:21:45 +0000
54057              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
54058      Branch: perl
54059            ! pp.c pp_hot.c scope.c t/op/local.t
54060 ____________________________________________________________________________
54061 [  8076] By: nick                                  on 2000/12/10  20:43:32
54062         Log: Not merge worthy...
54063              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
54064              syntax is modelled on attributes.
54065              Untested fix for io/utf8 on Win32 etc.
54066              Very clumsy start to the encode layer.
54067      Branch: perlio
54068            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
54069 ____________________________________________________________________________
54070 [  8075] By: jhi                                   on 2000/12/10  18:39:33
54071         Log: Darwin is not Windows.
54072      Branch: perl
54073            ! lib/CGI.pm
54074 ____________________________________________________________________________
54075 [  8074] By: jhi                                   on 2000/12/10  18:31:27
54076         Log: Subject: Ambiguous -%c() resolved as a file test
54077              From: "Paul Marquess" <Paul.Marquess@openwave.com>
54078              Date: Sun, 10 Dec 2000 15:35:07 -0000
54079              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
54080      Branch: perl
54081            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
54082 ____________________________________________________________________________
54083 [  8073] By: jhi                                   on 2000/12/10  18:16:29
54084         Log: Subject: PATCH installperl misinformed 
54085              From: andreas.koenig@anima.de (Andreas J. Koenig)
54086              Date: 10 Dec 2000 13:01:32 +0100 
54087              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
54088      Branch: perl
54089            ! installperl
54090 ____________________________________________________________________________
54091 [  8072] By: jhi                                   on 2000/12/10  18:07:55
54092         Log: The walkoptree confusion rages; walkoptree() seems to be coming
54093              from B.xs, while walkoptree_slow() comes from B.pm.
54094      Branch: perl
54095            ! ext/B/B.pm
54096 ____________________________________________________________________________
54097 [  8071] By: nick                                  on 2000/12/10  11:45:47
54098         Log: Integrate mainline
54099      Branch: perlio
54100           +> t/base/commonsense.t
54101           !> (integrate 37 files)
54102 ____________________________________________________________________________
54103 [  8070] By: jhi                                   on 2000/12/10  04:46:21
54104         Log: Update Changes.
54105      Branch: perl
54106            ! Changes patchlevel.h
54107 ____________________________________________________________________________
54108 [  8069] By: jhi                                   on 2000/12/10  04:39:19
54109         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
54110              From: andreas.koenig@anima.de (Andreas J. Koenig)
54111              Date: 09 Dec 2000 17:14:25 +0100
54112              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
54113      Branch: perl
54114            + t/base/commonsense.t
54115            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
54116 ____________________________________________________________________________
54117 [  8068] By: jhi                                   on 2000/12/10  04:17:36
54118         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
54119              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
54120              Date: Sat, 9 Dec 2000 16:47:22 -0000
54121              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
54122      Branch: perl
54123            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
54124            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
54125            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
54126            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
54127            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
54128            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
54129            ! t/lib/sdbm.t
54130 ____________________________________________________________________________
54131 [  8067] By: jhi                                   on 2000/12/10  03:52:02
54132         Log: Test case for #8066.
54133      Branch: perl
54134            ! t/op/misc.t
54135 ____________________________________________________________________________
54136 [  8066] By: jhi                                   on 2000/12/10  03:50:30
54137         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
54138              From: Simon Cozens <simon@cozens.net>
54139              Date: Sun, 10 Dec 2000 00:55:37 +0000
54140              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
54141      Branch: perl
54142            ! pp_sys.c
54143 ____________________________________________________________________________
54144 [  8065] By: jhi                                   on 2000/12/10  03:44:52
54145         Log: Test case for #8064.
54146      Branch: perl
54147            ! t/comp/proto.t
54148 ____________________________________________________________________________
54149 [  8064] By: jhi                                   on 2000/12/10  03:42:32
54150         Log: Subject: Re: prototype of substr
54151              From: Simon Cozens <simon@cozens.net>
54152              Date: Sun, 10 Dec 2000 00:13:33 +0000
54153              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
54154              
54155              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
54156              In other words, make the returned prototypes for any function
54157              stop prepending the ';' optionality marker after the first one.
54158              If they start getting optional, all the rest are optional.
54159      Branch: perl
54160            ! pp.c
54161 ____________________________________________________________________________
54162 [  8063] By: jhi                                   on 2000/12/10  03:39:42
54163         Log: Subject: [PATCH] perlguts.pod
54164              From: Simon Cozens <simon@cozens.net>
54165              Date: Sun, 10 Dec 2000 00:06:47 +0000
54166              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
54167              
54168              Documentation of the different types of ops,
54169              plus the functions in dump.c
54170      Branch: perl
54171            ! pod/perlguts.pod
54172 ____________________________________________________________________________
54173 [  8062] By: jhi                                   on 2000/12/10  03:30:04
54174         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
54175              From: Nicholas Clark <nick@talking.bollo.cx>
54176              Date: Sat, 09 Dec 2000 18:57:25 +0000
54177              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
54178              
54179              Be more robust in weird hostname setups.
54180      Branch: perl
54181            ! t/lib/net-hostent.t
54182 ____________________________________________________________________________
54183 [  8061] By: jhi                                   on 2000/12/10  03:28:21
54184         Log: Pacify fussy compiler. 
54185      Branch: perl
54186            ! pp_sys.c
54187 ____________________________________________________________________________
54188 [  8060] By: jhi                                   on 2000/12/10  02:52:46
54189         Log: Integrate perlio.
54190      Branch: perl
54191           !> pp_sys.c t/io/utf8.t
54192 ____________________________________________________________________________
54193 [  8059] By: nick                                  on 2000/12/09  23:40:14
54194         Log: read/sysread/recv should now be utf8 aware.
54195              Basic test for utf8 read.
54196      Branch: perlio
54197            ! pp_sys.c t/io/utf8.t
54198 ____________________________________________________________________________
54199 [  8058] By: jhi                                   on 2000/12/09  21:56:02
54200         Log: Integrate perlio.
54201      Branch: perl
54202           +> t/io/utf8.t
54203           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
54204 ____________________________________________________________________________
54205 [  8057] By: jhi                                   on 2000/12/09  21:53:35
54206         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
54207              From: Inaba Hiroto <inaba@st.rim.or.jp>
54208              Date: Sun, 10 Dec 2000 05:53:21 +0900
54209              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
54210              
54211              Tests for #8056.
54212      Branch: perl
54213            ! t/op/each.t
54214 ____________________________________________________________________________
54215 [  8056] By: jhi                                   on 2000/12/09  21:51:16
54216         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
54217              From: Inaba Hiroto <inaba@st.rim.or.jp>
54218              Date: Sat, 09 Dec 2000 18:02:00 +0900
54219              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
54220              
54221              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
54222      Branch: perl
54223            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
54224 ____________________________________________________________________________
54225 [  8055] By: nick                                  on 2000/12/09  20:11:48
54226         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
54227              than raw PerlIO_write() - does not seem to break any tests.
54228      Branch: perlio
54229            ! pp_sys.c
54230 ____________________________________________________________________________
54231 [  8054] By: nick                                  on 2000/12/09  19:47:30
54232         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
54233              (sysread, recv and write i.e. formats still to do...)
54234              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
54235              open($fh,">:utf8","name")
54236              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
54237              so no extra overhead is involved.
54238              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
54239              to a non-utf8 stream.
54240              Add initial io/utf8.t
54241              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
54242              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
54243              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
54244      Branch: perlio
54245            + t/io/utf8.t
54246            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
54247 ____________________________________________________________________________
54248 [  8053] By: nick                                  on 2000/12/09  19:26:37
54249         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
54250              was only testing this_utf8.
54251      Branch: perlio
54252            ! toke.c
54253 ____________________________________________________________________________
54254 [  8052] By: nick                                  on 2000/12/09  19:09:41
54255         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
54256              i.e. the output string has one, but don't mess with source assumption.
54257      Branch: perlio
54258            ! toke.c
54259 ____________________________________________________________________________
54260 [  8051] By: jhi                                   on 2000/12/09  16:55:17
54261         Log: Integrate perlio.
54262      Branch: perl
54263           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
54264           !> sv.c thrdvar.h util.c
54265 ____________________________________________________________________________
54266 [  8050] By: jhi                                   on 2000/12/09  16:48:07
54267         Log: Nits noticed by Peter Prymmer.
54268      Branch: perl
54269            ! lib/ExtUtils/MM_VMS.pm
54270 ____________________________________________________________________________
54271 [  8049] By: nick                                  on 2000/12/09  13:49:40
54272         Log: UTF8 output prework.
54273              - Store $\ and $, as SVs so they can have SvUTF8 flag
54274              - use do_print() rather than raw PerlIO_write() to print them.
54275      Branch: perlio
54276            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
54277            ! thrdvar.h util.c
54278 ____________________________________________________________________________
54279 [  8048] By: nick                                  on 2000/12/09  12:30:43
54280         Log: Integrate mainline.
54281      Branch: perlio
54282           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
54283           +> t/op/reverse.t
54284           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
54285           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
54286           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
54287           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
54288           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
54289           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
54290 ____________________________________________________________________________
54291 [  8047] By: jhi                                   on 2000/12/09  00:23:27
54292         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
54293              From: Michael G Schwern <schwern@pobox.com>
54294              Date: Fri, 8 Dec 2000 14:43:04 -0600
54295      Branch: perl
54296            ! lib/ExtUtils/MM_VMS.pm
54297 ____________________________________________________________________________
54298 [  8046] By: jhi                                   on 2000/12/08  23:10:27
54299         Log: A missed check-in.
54300      Branch: perl
54301            ! lib/ExtUtils/Manifest.pm
54302 ____________________________________________________________________________
54303 [  8045] By: jhi                                   on 2000/12/08  21:57:12
54304         Log: (null check-in)
54305      Branch: perl
54306            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
54307 ____________________________________________________________________________
54308 [  8044] By: jhi                                   on 2000/12/08  21:11:06
54309         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
54310              at the final draft stage.
54311      Branch: perl
54312            + ext/Encode/Encode/iso8859-16.enc
54313            ! MANIFEST
54314 ____________________________________________________________________________
54315 [  8043] By: jhi                                   on 2000/12/08  16:39:04
54316         Log: Update Changes.
54317      Branch: perl
54318            ! Changes patchlevel.h
54319 ____________________________________________________________________________
54320 [  8042] By: jhi                                   on 2000/12/08  16:33:39
54321         Log: Do not return the Unicode replacement character if UTF-8
54322              decoding goes awry, it should be up to the caller to decide.
54323      Branch: perl
54324            ! pod/perlapi.pod utf8.c
54325 ____________________________________________________________________________
54326 [  8041] By: jhi                                   on 2000/12/08  16:22:28
54327         Log: metaconfig maintenance.
54328      Branch: metaconfig
54329            ! U/modified/stdchar.U
54330      Branch: metaconfig/U/perl
54331            + testsyml.U
54332 ____________________________________________________________________________
54333 [  8040] By: jhi                                   on 2000/12/08  16:03:08
54334         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
54335              From: sthoenna@efn.org
54336              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
54337              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
54338      Branch: perl
54339            ! Changes lib/ExtUtils/MM_OS2.pm
54340 ____________________________________________________________________________
54341 [  8039] By: jhi                                   on 2000/12/08  15:57:11
54342         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
54343              From: Simon Cozens <simon@cozens.net>
54344              Date: Fri, 8 Dec 2000 13:33:31 +0000
54345              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
54346              
54347              (The pp_hot part needed a rewrite.)
54348      Branch: perl
54349            ! doop.c pp_hot.c utf8.c
54350 ____________________________________________________________________________
54351 [  8038] By: jhi                                   on 2000/12/08  15:25:08
54352         Log: Subject: djSP
54353              From: Michael Stevens <michael@etla.org>
54354              Date: Wed, 6 Dec 2000 23:24:01 +0000
54355              Message-ID: <20001206232400.A21381@firedrake.org>
54356              
54357              Plus a note from Nick Ing-Simmons.
54358      Branch: perl
54359            ! pp.h
54360 ____________________________________________________________________________
54361 [  8037] By: jhi                                   on 2000/12/08  15:18:35
54362         Log: Filetype is text.
54363      Branch: perl
54364            ! t/op/utf8decode.t
54365 ____________________________________________________________________________
54366 [  8036] By: jhi                                   on 2000/12/08  03:31:27
54367         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
54368              From: Andy Dougherty <doughera@lafayette.edu>
54369              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
54370              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
54371              
54372              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
54373              From: Andy Dougherty <doughera@lafayette.edu>
54374              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
54375              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
54376      Branch: perl
54377            + ext/POSIX/hints/svr4.pl
54378            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
54379 ____________________________________________________________________________
54380 [  8035] By: jhi                                   on 2000/12/08  03:26:01
54381         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
54382              From: Andy Dougherty <doughera@lafayette.edu>
54383              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
54384              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
54385      Branch: perl
54386            ! t/README t/base/term.t
54387 ____________________________________________________________________________
54388 [  8034] By: jhi                                   on 2000/12/08  03:21:59
54389         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
54390              From: mjd@plover.com  
54391              Date: 7 Dec 2000 21:04:20 -0000
54392              Message-ID: <20001207210420.22282.qmail@plover.com>
54393              
54394              Plus -z doc.
54395      Branch: perl
54396            ! pod/perlfunc.pod
54397 ____________________________________________________________________________
54398 [  8033] By: jhi                                   on 2000/12/08  03:19:03
54399         Log: Use the UTF8 macros a bit.  They can't be used with abandon
54400              everywhere because we do generate illegal UTF-8 in some situations.
54401              This is of course naughty.
54402      Branch: perl
54403            ! pod/perlapi.pod utf8.c utf8.h
54404 ____________________________________________________________________________
54405 [  8032] By: jhi                                   on 2000/12/08  03:00:09
54406         Log: Out of sync?
54407      Branch: perl
54408            ! t/pragma/warn/utf8
54409 ____________________________________________________________________________
54410 [  8031] By: jhi                                   on 2000/12/08  02:22:39
54411         Log: Cnt spl.
54412      Branch: perl
54413            ! MANIFEST
54414 ____________________________________________________________________________
54415 [  8030] By: jhi                                   on 2000/12/08  01:23:54
54416         Log: Add test for reverse().
54417      Branch: perl
54418            + t/op/reverse.t
54419            ! MANIFEST
54420 ____________________________________________________________________________
54421 [  8029] By: jhi                                   on 2000/12/08  01:21:47
54422         Log: Integrate perlio.
54423      Branch: perl
54424           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
54425           !> perlio.c perlio.h perlsdio.h warnings.pl
54426 ____________________________________________________________________________
54427 [  8028] By: jhi                                   on 2000/12/08  01:19:08
54428         Log: Introduce macros for UTF8 decoding.
54429      Branch: perl
54430            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
54431 ____________________________________________________________________________
54432 [  8027] By: nick                                  on 2000/12/07  22:18:19
54433         Log: Integrate mainline
54434      Branch: perlio
54435           !> embed.pl pod/perlapi.pod utf8.c
54436 ____________________________________________________________________________
54437 [  8026] By: nick                                  on 2000/12/07  21:45:08
54438         Log: Various oddities p4 diff -se showed up
54439              Remove 'our' from warnings.pl
54440      Branch: perlio
54441            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
54442 ____________________________________________________________________________
54443 [  8025] By: nick                                  on 2000/12/07  21:43:32
54444         Log: Change PerlIO_(get|set)pos to take SV *
54445              Should fix, OS/2, VMS, (sfio??)
54446      Branch: perlio
54447            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
54448 ____________________________________________________________________________
54449 [  8024] By: jhi                                   on 2000/12/07  19:05:32
54450         Log: Document utf8_to_uv() better.
54451      Branch: perl
54452            ! pod/perlapi.pod utf8.c
54453 ____________________________________________________________________________
54454 [  8023] By: jhi                                   on 2000/12/07  18:23:47
54455         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
54456      Branch: perl
54457            ! embed.pl pod/perlapi.pod utf8.c
54458 ____________________________________________________________________________
54459 [  8022] By: jhi                                   on 2000/12/07  04:13:51
54460         Log: Integrate perlio.
54461      Branch: perl
54462           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
54463           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
54464           !> win32/makefile.mk
54465 ____________________________________________________________________________
54466 [  8021] By: nick                                  on 2000/12/07  00:28:14
54467         Log: Various attempts at MSVC debug - not sure what has
54468              changed but works now. 
54469              Seems atexit() _may_ work for DLLs built with MSVC so don't
54470              call cleanup that way.
54471      Branch: perlio
54472            ! perlio.c win32/makefile.mk
54473 ____________________________________________________________________________
54474 [  8020] By: nick                                  on 2000/12/06  19:57:20
54475         Log: Integrate mainline
54476      Branch: perlio
54477           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
54478           !> (integrate 75 files)
54479 ____________________________________________________________________________
54480 [  8019] By: nick                                  on 2000/12/06  19:28:21
54481         Log: Add useperlio to config.vc
54482              Turn off binmode in config_H.PL
54483              Regen all the config_H.xx
54484              Attempt to get debugging build with MSVC.
54485      Branch: perlio
54486            ! win32/config.vc win32/config_H.bc win32/config_H.gc
54487            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
54488 ____________________________________________________________________________
54489 [  8018] By: nick                                  on 2000/12/06  19:21:57
54490         Log: Test various dup/external program options on all platforms.
54491      Branch: perlio
54492            ! t/io/dup.t
54493 ____________________________________________________________________________
54494 [  8017] By: nick                                  on 2000/12/06  19:20:47
54495         Log: Fix harness to be less picky
54496      Branch: perlio
54497            ! lib/Test/Harness.pm
54498 ____________________________________________________________________________
54499 [  8016] By: jhi                                   on 2000/12/06  16:45:12
54500         Log: Update Changes.
54501      Branch: perl
54502            ! Changes patchlevel.h
54503 ____________________________________________________________________________
54504 [  8015] By: jhi                                   on 2000/12/06  16:41:03
54505         Log: Test \x{...} with ord().
54506      Branch: perl
54507            ! t/op/ord.t
54508 ____________________________________________________________________________
54509 [  8014] By: jhi                                   on 2000/12/06  16:20:33
54510         Log: Test tweak because of #8013.
54511      Branch: perl
54512            ! t/lib/b.t
54513 ____________________________________________________________________________
54514 [  8013] By: jhi                                   on 2000/12/06  16:09:09
54515         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
54516              From: Michael G Schwern <schwern@pobox.com>
54517              Date: Tue, 5 Dec 2000 21:23:28 -0500
54518              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
54519              
54520              Carp::Heavy parts not very applicable because of recent changes.
54521      Branch: perl
54522            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
54523            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
54524            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
54525            ! lib/Exporter.pm lib/Exporter/Heavy.pm
54526            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
54527            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
54528            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
54529            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
54530            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
54531            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
54532            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
54533            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
54534            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
54535            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
54536            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
54537            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
54538            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
54539            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
54540            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
54541            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
54542            ! warnings.pl
54543 ____________________________________________________________________________
54544 [  8012] By: jhi                                   on 2000/12/06  15:22:38
54545         Log: Subject: [PATCH] Re: New harness is failing things
54546              From: Nick Ing-Simmons <nik@tiuk.ti.com>
54547              Date: Wed, 6 Dec 2000 13:00:30 GMT
54548              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
54549      Branch: perl
54550            ! lib/Test/Harness.pm
54551 ____________________________________________________________________________
54552 [  8011] By: jhi                                   on 2000/12/06  15:12:08
54553         Log: Subject: installhtml changes
54554              From: Michael Stevens <michael@etla.org>
54555              Date: Wed, 6 Dec 2000 13:15:53 +0000
54556              Message-ID: <20001206131553.A27317@firedrake.org>
54557      Branch: perl
54558            ! installhtml
54559 ____________________________________________________________________________
54560 [  8010] By: jhi                                   on 2000/12/06  15:06:05
54561         Log: Subject: the dTHR hits
54562              From: Michael Stevens <michael@etla.org>
54563              Date: Wed, 6 Dec 2000 12:06:03 +0000
54564              Message-ID: <20001206120603.A24581@firedrake.org>
54565              
54566              More, errrm, less dTHRs.
54567      Branch: perl
54568            ! bytecode.pl ext/B/B/C.pm
54569 ____________________________________________________________________________
54570 [  8009] By: jhi                                   on 2000/12/06  15:04:25
54571         Log: Subject: MakeMaker mailing list gone?
54572              From: Michael G Schwern <schwern@pobox.com>
54573              Date: Tue, 5 Dec 2000 19:29:59 -0500
54574              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
54575              
54576              The MakeMaker mailing list is dead, perlbug is the right
54577              address to report bugs.
54578      Branch: perl
54579            ! lib/ExtUtils/MakeMaker.pm
54580 ____________________________________________________________________________
54581 [  8008] By: jhi                                   on 2000/12/06  15:00:32
54582         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
54583              From: Michael G Schwern <schwern@pobox.com>
54584              Date: Tue, 5 Dec 2000 19:21:21 -0500
54585              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
54586              
54587              Add a default MANIFEST skip that ignores things like
54588              version control files, editor temporary files, and the Makefile.
54589      Branch: perl
54590            + lib/ExtUtils/MANIFEST.SKIP
54591            ! MANIFEST lib/ExtUtils/Manifest.pm
54592 ____________________________________________________________________________
54593 [  8007] By: jhi                                   on 2000/12/06  14:57:20
54594         Log: In Amiga more manual hackery of the scripts seems to be needed,
54595              from Jan-Erik Karlsson.  Why Configure does not get this right
54596              is unknown, may be shell-induced.
54597      Branch: perl
54598            ! README.amiga
54599 ____________________________________________________________________________
54600 [  8006] By: jhi                                   on 2000/12/05  23:53:12
54601         Log: Add TOPm1s to peek at the second topmost stack item.
54602      Branch: perl
54603            ! pp.h
54604 ____________________________________________________________________________
54605 [  8005] By: jhi                                   on 2000/12/05  23:13:55
54606         Log: Avaunt, you foul UTF-8 tests.
54607      Branch: perl
54608            ! t/op/ver.t t/pragma/utf8.t
54609 ____________________________________________________________________________
54610 [  8004] By: jhi                                   on 2000/12/05  23:09:54
54611         Log: Continue utf8 dispersal. 
54612      Branch: perl
54613            + t/op/concat.t
54614            ! MANIFEST t/pragma/utf8.t
54615 ____________________________________________________________________________
54616 [  8003] By: nick                                  on 2000/12/05  23:02:39
54617         Log: Integrate mainline.
54618      Branch: perlio
54619           +> t/op/length.t t/op/utf8decode.t
54620           !> (integrate 69 files)
54621 ____________________________________________________________________________
54622 [  8002] By: jhi                                   on 2000/12/05  22:59:28
54623         Log: Integrate perlio.
54624      Branch: perl
54625           !> iperlsys.h perl.c perlio.c win32/perllib.c
54626 ____________________________________________________________________________
54627 [  8001] By: nick                                  on 2000/12/05  22:07:52
54628         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
54629              - calloc/free suffer from damage on TerminateThread()
54630              - use PerlMemShared (as originally planned) now fixed
54631              - avoid doing anything important on DLL "detach".
54632      Branch: perlio
54633            ! perl.c perlio.c win32/perllib.c
54634 ____________________________________________________________________________
54635 [  8000] By: nick                                  on 2000/12/05  21:05:09
54636         Log: Fix gross PerlMemShared issue.
54637      Branch: perlio
54638            ! iperlsys.h
54639 ____________________________________________________________________________
54640 [  7999] By: jhi                                   on 2000/12/05  20:46:58
54641         Log: Test for Unicode (UTF-8) hash keys.
54642      Branch: perl
54643            ! t/op/each.t
54644 ____________________________________________________________________________
54645 [  7998] By: jhi                                   on 2000/12/05  20:30:35
54646         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
54647              is now always UTF-8), empty line cosmetics.
54648      Branch: perl
54649            ! t/pragma/utf8.t
54650 ____________________________________________________________________________
54651 [  7997] By: jhi                                   on 2000/12/05  20:15:40
54652         Log: Subject: Re: STRLEN - what?
54653              From: Andy Dougherty <doughera@lafayette.edu>
54654              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
54655              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
54656              
54657              Explain STRLEN.
54658      Branch: perl
54659            ! pod/perlguts.pod
54660 ____________________________________________________________________________
54661 [  7996] By: jhi                                   on 2000/12/05  20:13:34
54662         Log: Split off the UTF-8 decoder tests, make them to check also
54663              the error message.
54664      Branch: perl
54665            + t/op/utf8decode.t
54666            ! MANIFEST t/pragma/utf8.t utf8.c
54667 ____________________________________________________________________________
54668 [  7995] By: jhi                                   on 2000/12/05  16:39:47
54669         Log: Start migrating bits of pragma/utf8 to elsewhere
54670              (since the long term plan is to obsolete 'use utf8').
54671      Branch: perl
54672            + t/op/length.t
54673            ! MANIFEST t/pragma/utf8.t
54674 ____________________________________________________________________________
54675 [  7994] By: jhi                                   on 2000/12/05  16:30:21
54676         Log: Fix a manual edit typo from #7993, fix the message formatting
54677              for Unicode, add few our declarations.
54678      Branch: perl
54679            ! lib/Carp/Heavy.pm
54680 ____________________________________________________________________________
54681 [  7993] By: jhi                                   on 2000/12/05  16:09:15
54682         Log: Subject: Need help with warnings :-(
54683              From: "Ben Tilly" <ben_tilly@hotmail.com>
54684              Date: Tue, 05 Dec 2000 01:35:54 -0500
54685              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
54686              
54687              Subject: UPDATE: Carp/Heavy now passes all tests
54688              From: "Ben Tilly" <ben_tilly@hotmail.com>
54689              Date: Tue, 05 Dec 2000 07:59:41 -0500
54690              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
54691              
54692              The Brave New Carp.
54693      Branch: perl
54694            ! lib/Carp.pm lib/Carp/Heavy.pm
54695 ____________________________________________________________________________
54696 [  7992] By: jhi                                   on 2000/12/05  15:55:08
54697         Log: Subject: [PATCH perl@7979] cygwin port
54698              From: "Eric Fifer" <efifer@dircon.co.uk>
54699              Date: Tue, 5 Dec 2000 14:04:09 -0000
54700              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
54701      Branch: perl
54702            ! t/lib/net-hostent.t
54703 ____________________________________________________________________________
54704 [  7991] By: jhi                                   on 2000/12/05  15:52:34
54705         Log: Subject: Re: [PATCH] The largest hoax of all times?
54706              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54707              Date: Tue, 5 Dec 2000 00:40:25 -0500
54708              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
54709              
54710              Subject: Re: [PATCH] The largest hoax of all times?
54711              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54712              Date: Mon, 4 Dec 2000 23:55:53 -0500
54713              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
54714              
54715              Subject: Re: [PATCH] The largest hoax of all times?
54716              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54717              Date: Tue, 5 Dec 2000 01:28:45 -0500
54718              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
54719              
54720              Fix the unpredictable order of DESTROYs.
54721      Branch: perl
54722            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
54723            ! sv.c sv.h t/op/ref.t
54724 ____________________________________________________________________________
54725 [  7990] By: jhi                                   on 2000/12/05  14:38:53
54726         Log: Subject: [PATCH] shrink pp_hot fractionally
54727              From: Nicholas Clark <nick@ccl4.org>
54728              Date: Tue, 5 Dec 2000 12:44:31 +0000
54729              Message-ID: <20001205124431.E74518@plum.flirble.org>
54730              
54731              Use report_evil_fh().
54732      Branch: perl
54733            ! opcode.pl opnames.h pp_hot.c util.c
54734 ____________________________________________________________________________
54735 [  7989] By: jhi                                   on 2000/12/05  14:21:27
54736         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
54737              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
54738              Date: Mon, 04 Dec 2000 22:21:59 -0800
54739              Message-ID: <HmIL6gzkgepS092yn@efn.org>
54740              
54741              Harness shouldn't ignore responses like "ok 3\r\r\n".
54742      Branch: perl
54743            ! lib/Test/Harness.pm
54744 ____________________________________________________________________________
54745 [  7988] By: jhi                                   on 2000/12/05  13:51:28
54746         Log: Integrate the "skip" messages to explain().
54747      Branch: perl
54748            ! t/lib/syslfs.t t/op/lfs.t
54749 ____________________________________________________________________________
54750 [  7987] By: jhi                                   on 2000/12/05  12:34:54
54751         Log: The one that got away in #7984.
54752              
54753              Subject: Re: dTHR - what and why?
54754              From: Michael Stevens <michael@etla.org> 
54755              Date: Tue, 5 Dec 2000 11:15:52 +0000
54756              Message-ID: <20001205111552.A4647@firedrake.org>
54757      Branch: perl
54758            ! sv.h
54759 ____________________________________________________________________________
54760 [  7986] By: gsar                                  on 2000/12/05  09:14:44
54761         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
54762              due to the notorious GetFileType() bug in Windows 9x, which fstat()
54763              tickles)
54764      Branch: perl
54765            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
54766 ____________________________________________________________________________
54767 [  7985] By: jhi                                   on 2000/12/05  05:49:03
54768         Log: Integrate perlio.
54769      Branch: perl
54770           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
54771           !> win32/perlhost.h win32/perllib.c
54772 ____________________________________________________________________________
54773 [  7984] By: jhi                                   on 2000/12/05  05:48:16
54774         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
54775      Branch: perl
54776            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
54777            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
54778            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
54779            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
54780            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
54781            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
54782            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
54783            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
54784            ! win32/win32.c
54785 ____________________________________________________________________________
54786 [  7983] By: nick                                  on 2000/12/04  23:27:43
54787         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
54788      Branch: perlio
54789            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
54790            ! win32/perlhost.h win32/perllib.c
54791 ____________________________________________________________________________
54792 [  7982] By: jhi                                   on 2000/12/04  19:44:09
54793         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
54794              uncovered by #7980.
54795      Branch: perl
54796            ! op.c
54797 ____________________________________________________________________________
54798 [  7981] By: jhi                                   on 2000/12/04  19:42:07
54799         Log: Subject: [PATCH] Trivial dump.c feature
54800              From: Simon Cozens <simon@cozens.net>
54801              Date: Mon, 4 Dec 2000 18:08:38 +0000
54802              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
54803              
54804              Show whether a constant is UTF-8.
54805      Branch: perl
54806            ! dump.c
54807 ____________________________________________________________________________
54808 [  7980] By: jhi                                   on 2000/12/04  19:36:51
54809         Log: UTF-8 hash keys, patch from Inaba Hiroto.
54810      Branch: perl
54811            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
54812 ____________________________________________________________________________
54813 [  7979] By: jhi                                   on 2000/12/04  17:36:28
54814         Log: Update Changes.
54815      Branch: perl
54816            ! Changes patchlevel.h
54817 ____________________________________________________________________________
54818 [  7978] By: jhi                                   on 2000/12/04  16:42:17
54819         Log: Retract #7977, still too volatile (the euphemism of the day
54820              for unfinished and buggy :-)
54821      Branch: perl
54822            ! doop.c hv.c pp.c sv.h
54823 ____________________________________________________________________________
54824 [  7977] By: jhi                                   on 2000/12/04  16:25:15
54825         Log: (Retracted by #7978, too shaky yet.)
54826              
54827              Subject: Re: utf8 in hash keys, implementor missing
54828              From: Simon Cozens <simon@cozens.net>
54829              Date: Sat, 2 Dec 2000 19:49:35 +0000
54830              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
54831              
54832              The first step at UTF-8 hash keys.
54833      Branch: perl
54834            ! doop.c hv.c pp.c sv.h
54835 ____________________________________________________________________________
54836 [  7976] By: jhi                                   on 2000/12/04  16:13:53
54837         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
54838              From: sthoenna@efn.org
54839              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
54840              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
54841      Branch: perl
54842            ! os2/os2.c perlio.c
54843 ____________________________________________________________________________
54844 [  7975] By: jhi                                   on 2000/12/04  16:05:25
54845         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
54846              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
54847              Date: Thu, 30 Nov 2000 20:50:37 -0800
54848              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
54849      Branch: perl
54850            ! os2/os2.c
54851 ____________________________________________________________________________
54852 [  7974] By: jhi                                   on 2000/12/04  16:03:57
54853         Log: Subject: [PATCH] ++ 20% faster
54854              From: Nicholas Clark <nick@ccl4.org>
54855              Date: Mon, 4 Dec 2000 12:17:27 +0000
54856              Message-ID: <20001204121726.B52976@plum.flirble.org>
54857              
54858              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
54859      Branch: perl
54860            ! sv.c
54861 ____________________________________________________________________________
54862 [  7973] By: jhi                                   on 2000/12/04  16:00:48
54863         Log: 
54864              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
54865              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54866              Date: Mon, 04 Dec 2000 12:30:45 +0100
54867              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
54868              
54869              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
54870              library (getprotobyname and getprotobynumber are outversioned by
54871              the same calls in libc, at least for xlc version 3.
54872      Branch: perl
54873            ! hints/aix.sh
54874 ____________________________________________________________________________
54875 [  7972] By: jhi                                   on 2000/12/04  02:58:31
54876         Log: Integrate perlio.
54877      Branch: perl
54878           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
54879           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
54880           !> win32/win32.h win32/win32iop.h win32/win32thread.h
54881 ____________________________________________________________________________
54882 [  7971] By: nick                                  on 2000/12/04  00:24:33
54883         Log: Quieten some noise in Win32 builds:
54884              - win32.h is included after <sys/socket.h>, so need to 
54885              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
54886              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
54887      Branch: perlio
54888            ! doio.c perl.h toke.c win32/win32.h
54889 ____________________________________________________________________________
54890 [  7970] By: nick                                  on 2000/12/03  22:57:46
54891         Log: PERL_IMPLICIT_SYS compiles but does not work.
54892      Branch: perlio
54893            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
54894            ! win32/perlhost.h win32/perllib.c win32/win32.h
54895            ! win32/win32iop.h win32/win32thread.h
54896 ____________________________________________________________________________
54897 [  7969] By: jhi                                   on 2000/12/03  22:12:58
54898         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
54899              used to swash_init(), makes regprop() dumps more informative
54900              (+utf8::IsAlpha, -utf8::IsDigit, for example).
54901      Branch: perl
54902            ! regcomp.c regexec.c
54903 ____________________________________________________________________________
54904 [  7968] By: jhi                                   on 2000/12/03  21:39:56
54905         Log: Implement ANYOFUTF8 regprop() dumping.
54906      Branch: perl
54907            ! regcomp.c
54908 ____________________________________________________________________________
54909 [  7967] By: jhi                                   on 2000/12/03  20:57:19
54910         Log: Make uv_to_utf8() to zero-terminate its output buffer,
54911              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
54912      Branch: perl
54913            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
54914 ____________________________________________________________________________
54915 [  7966] By: nick                                  on 2000/12/03  18:41:21
54916         Log: Integrate mainline (STDCHAR)
54917      Branch: perlio
54918           !> Configure t/pragma/utf8.t
54919 ____________________________________________________________________________
54920 [  7965] By: jhi                                   on 2000/12/03  17:58:20
54921         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
54922      Branch: perl
54923            ! t/pragma/utf8.t
54924 ____________________________________________________________________________
54925 [  7964] By: jhi                                   on 2000/12/03  17:35:56
54926         Log: Integrate perlio.
54927      Branch: perl
54928           !> iperlsys.h perlio.c
54929 ____________________________________________________________________________
54930 [  7963] By: jhi                                   on 2000/12/03  17:33:55
54931         Log: Metaconfig unit change for #7962.
54932      Branch: metaconfig
54933            ! U/modified/stdchar.U
54934 ____________________________________________________________________________
54935 [  7962] By: jhi                                   on 2000/12/03  17:33:27
54936         Log: Untangle the <stdio.h> #include nest for the stdchar test,
54937              from Andy Dougherty.
54938      Branch: perl
54939            ! Configure
54940 ____________________________________________________________________________
54941 [  7961] By: nick                                  on 2000/12/03  16:53:00
54942         Log: Make iperlsys.h vector stdio not PerlIO.
54943      Branch: perlio
54944            ! iperlsys.h perlio.c
54945 ____________________________________________________________________________
54946 [  7960] By: nick                                  on 2000/12/03  14:43:01
54947         Log: Integrate mainline
54948      Branch: perlio
54949           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
54950           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
54951 ____________________________________________________________________________
54952 [  7959] By: jhi                                   on 2000/12/03  08:16:36
54953         Log: Use DO_UTF8().
54954      Branch: perl
54955            ! op.c
54956 ____________________________________________________________________________
54957 [  7958] By: jhi                                   on 2000/12/02  18:33:05
54958         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
54959              From: Mike Guy <mjtg@cam.ac.uk>         
54960              Date: Sat, 02 Dec 2000 17:27:13 +0000
54961              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
54962              
54963              An extraneous argument.
54964      Branch: perl
54965            ! toke.c
54966 ____________________________________________________________________________
54967 [  7957] By: jhi                                   on 2000/12/02  18:22:32
54968         Log: A missing hunk.
54969      Branch: perl
54970            ! t/lib/net-hostent.t
54971 ____________________________________________________________________________
54972 [  7956] By: jhi                                   on 2000/12/02  18:06:20
54973         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
54974              From: Nicholas Clark <nick@ccl4.org>
54975              Date: Sat, 2 Dec 2000 14:28:27 +0000
54976              Message-ID: <20001202142827.A12308@plum.flirble.org>
54977              
54978              Test robustness.
54979      Branch: perl
54980            ! t/lib/net-hostent.t
54981 ____________________________________________________________________________
54982 [  7955] By: jhi                                   on 2000/12/02  17:58:06
54983         Log: Metaconfig unit change for #7954.
54984      Branch: metaconfig
54985            ! U/modified/stdchar.U
54986 ____________________________________________________________________________
54987 [  7954] By: jhi                                   on 2000/12/02  17:54:32
54988         Log: An inconvenient hang would happen if the stdio _ptr wasn't
54989              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
54990              would be grepping stdin for all eternity for the _ptr.)
54991      Branch: perl
54992            ! Configure
54993 ____________________________________________________________________________
54994 [  7953] By: jhi                                   on 2000/12/02  00:07:15
54995         Log: Update Changes.
54996      Branch: perl
54997            ! Changes patchlevel.h
54998 ____________________________________________________________________________
54999 [  7952] By: jhi                                   on 2000/12/01  23:54:47
55000         Log: Subject: Re: long shell lines
55001              From: Andy Dougherty <doughera@lafayette.edu>
55002              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
55003              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
55004              
55005              Split overly long shell command lines.
55006      Branch: perl
55007            ! lib/ExtUtils/MM_Unix.pm
55008 ____________________________________________________________________________
55009 [  7951] By: jhi                                   on 2000/12/01  23:48:02
55010         Log: The metaconfig unit change for #7950.
55011      Branch: metaconfig
55012            + U/modified/stdchar.U
55013 ____________________________________________________________________________
55014 [  7950] By: jhi                                   on 2000/12/01  23:47:39
55015         Log: Try to find stdchar also from <stdio_impl.h>.
55016      Branch: perl
55017            ! Configure config_h.SH
55018 ____________________________________________________________________________
55019 [  7949] By: jhi                                   on 2000/12/01  23:46:45
55020         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
55021              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
55022              Date: Fri, 1 Dec 2000 16:26:08 -0500
55023              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
55024              
55025              Reword the diagnostic message.
55026      Branch: perl
55027            ! pod/perldiag.pod
55028 ____________________________________________________________________________
55029 [  7948] By: nick                                  on 2000/12/01  22:49:43
55030         Log: Integrate mainline (for s/y/m as sub names stuff).
55031      Branch: perlio
55032           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
55033           !> t/pragma/warn/toke toke.c
55034 ____________________________________________________________________________
55035 [  7947] By: jhi                                   on 2000/12/01  20:55:41
55036         Log: Integrate perlio.
55037      Branch: perl
55038           !> perlio.c perliol.h t/io/pipe.t
55039 ____________________________________________________________________________
55040 [  7946] By: jhi                                   on 2000/12/01  20:36:51
55041         Log: Upgrade to CPAN 1.59_51, from Andreas König.
55042      Branch: perl
55043            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
55044 ____________________________________________________________________________
55045 [  7945] By: nick                                  on 2000/12/01  20:31:32
55046         Log: Integrate mainline
55047      Branch: perlio
55048           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
55049           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
55050           +> t/lib/net-hostent.t
55051           !> (integrate 35 files)
55052 ____________________________________________________________________________
55053 [  7944] By: jhi                                   on 2000/12/01  20:23:29
55054         Log: Some help for 20001130.011.  Now one gets warnings like
55055              "Ambiguous -f() resolved as a file test ..."
55056      Branch: perl
55057            ! pod/perldiag.pod t/pragma/warn/toke toke.c
55058 ____________________________________________________________________________
55059 [  7943] By: jhi                                   on 2000/12/01  19:44:44
55060         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
55061              that also breaks using them as methods. 
55062      Branch: perl
55063            ! pod/perldiag.pod t/op/misc.t toke.c
55064 ____________________________________________________________________________
55065 [  7942] By: nick                                  on 2000/12/01  17:56:46
55066         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
55067              Make 'unix' pass most tests
55068              - do unread by temporary push of layer ("pending") holding unread chars
55069              - fast_gets is now based on per-handle flag
55070              - relax one of io/pipe.t tests to allow print to fail and close to
55071              succeed so that it passes on unbuffered "unix" layer.
55072              Remaining fail is sporadic and a genuine race condition between
55073              parent/child in fork test.
55074      Branch: perlio
55075            ! perlio.c perliol.h t/io/pipe.t
55076 ____________________________________________________________________________
55077 [  7941] By: jhi                                   on 2000/12/01  15:28:58
55078         Log: (Retracted by #7943.)
55079              
55080              Reserve the short named string operator names.
55081      Branch: perl
55082            ! pod/perldiag.pod t/op/misc.t toke.c
55083 ____________________________________________________________________________
55084 [  7940] By: jhi                                   on 2000/12/01  06:45:53
55085         Log: Get the three different space character classes right under utf8.
55086      Branch: perl
55087            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
55088            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
55089            ! regexec.c t/op/pat.t utf8.c
55090 ____________________________________________________________________________
55091 [  7939] By: jhi                                   on 2000/12/01  03:26:26
55092         Log: Two more tests that make no sense in UTF-8 since the test
55093              data is not in UTF-8.
55094      Branch: perl
55095            ! t/op/regexp.t
55096 ____________________________________________________________________________
55097 [  7938] By: jhi                                   on 2000/12/01  03:20:39
55098         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
55099              should it be required inside regexen?
55100      Branch: perl
55101            ! regcomp.c t/op/regmesg.t
55102 ____________________________________________________________________________
55103 [  7937] By: jhi                                   on 2000/12/01  02:58:53
55104         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
55105              stored and restored, and thusly was trounced by the utf8 swash
55106              routines.
55107      Branch: perl
55108            ! regcomp.c
55109 ____________________________________________________________________________
55110 [  7936] By: jhi                                   on 2000/11/30  20:41:39
55111         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
55112              Why the different platforms behave so differently (core dump vs
55113              no core dump) on this bug is a but of a mystery, but if I had to
55114              guess I would mumble something like 'alignment'.
55115      Branch: perl
55116            ! sv.c
55117 ____________________________________________________________________________
55118 [  7935] By: jhi                                   on 2000/11/30  16:17:02
55119         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
55120              From: Robin Barker <rmb1@cise.npl.co.uk>
55121              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
55122              Date: Thu, 30 Nov 2000 14:27:12 GMT
55123      Branch: perl
55124            ! perlio.c toke.c
55125 ____________________________________________________________________________
55126 [  7934] By: jhi                                   on 2000/11/30  16:04:49
55127         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
55128      Branch: perl
55129            ! t/lib/net-hostent.t
55130 ____________________________________________________________________________
55131 [  7933] By: jhi                                   on 2000/11/30  06:07:26
55132         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
55133              From: Peter Prymmer <pvhp@forte.com>
55134              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
55135              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
55136              
55137              In VMS the localhost may be LOCALHOST.
55138      Branch: perl
55139            ! t/lib/net-hostent.t
55140 ____________________________________________________________________________
55141 [  7932] By: jhi                                   on 2000/11/30  01:11:11
55142         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
55143              From: Peter Prymmer <pvhp@forte.com>
55144              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
55145              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
55146              
55147              plus regen perlapi.pod.
55148      Branch: perl
55149            ! pod/perlapi.pod utf8.c
55150 ____________________________________________________________________________
55151 [  7931] By: jhi                                   on 2000/11/30  01:06:19
55152         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
55153              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
55154              Date:     Wed, 29 Nov 2000 17:15:11 EST
55155              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
55156      Branch: perl
55157            ! t/lib/filter-util.pl t/lib/filter-util.t
55158 ____________________________________________________________________________
55159 [  7930] By: jhi                                   on 2000/11/29  18:51:55
55160         Log: Update Changes.
55161      Branch: perl
55162            ! Changes patchlevel.h
55163 ____________________________________________________________________________
55164 [  7929] By: jhi                                   on 2000/11/29  18:50:55
55165         Log: Update the va_copy() metaconfig unit.
55166      Branch: metaconfig/U/perl
55167            ! need_va_copy.U
55168 ____________________________________________________________________________
55169 [  7928] By: jhi                                   on 2000/11/29  17:50:43
55170         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
55171              From: Dominic Dunlop <domo@computer.org>
55172              Date: Tue, 28 Nov 2000 16:41:57 +0100
55173              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
55174              
55175              Patch to catch a core dump in the Configure va_copy test.
55176      Branch: perl
55177            ! Configure config_h.SH
55178 ____________________________________________________________________________
55179 [  7927] By: jhi                                   on 2000/11/29  17:31:59
55180         Log: Retract #7921, the patch shouldn't be needed.
55181      Branch: perl
55182            ! sv.c
55183 ____________________________________________________________________________
55184 [  7926] By: jhi                                   on 2000/11/29  17:01:41
55185         Log: Make the Class::Struct import() wiser.
55186      Branch: perl
55187            ! lib/Class/Struct.pm t/lib/class-struct.t
55188 ____________________________________________________________________________
55189 [  7925] By: jhi                                   on 2000/11/29  16:36:33
55190         Log: All the core library users of Class::Struct seem to be
55191              using "use Class::Struct 'struct';" instead of the bare
55192              "use Class::Struct;", which isn't documented in Class::Struct.
55193              This can't be right.
55194      Branch: perl
55195            ! lib/File/stat.pm
55196 ____________________________________________________________________________
55197 [  7924] By: jhi                                   on 2000/11/29  16:32:15
55198         Log: A test works better if it has the right 1..$n output.
55199      Branch: perl
55200            ! t/lib/class-struct.t
55201 ____________________________________________________________________________
55202 [  7923] By: jhi                                   on 2000/11/29  16:29:11
55203         Log: Forgot to MANIFEST the new Net::hostent test.
55204      Branch: perl
55205            ! MANIFEST
55206 ____________________________________________________________________________
55207 [  7922] By: jhi                                   on 2000/11/29  16:27:49
55208         Log: Integrate perlio.
55209      Branch: perl
55210           !> iperlsys.h perlio.c
55211 ____________________________________________________________________________
55212 [  7921] By: jhi                                   on 2000/11/29  16:27:10
55213         Log: (Retracted by #7927.)
55214              
55215              Subject: [PATCH] Is infinity a number?
55216              From: Simon Cozens <simon@cozens.net>
55217              Date: Wed, 29 Nov 2000 14:48:20 +0000
55218              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
55219      Branch: perl
55220            ! sv.c
55221 ____________________________________________________________________________
55222 [  7920] By: jhi                                   on 2000/11/29  16:23:02
55223         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
55224              From: rspier@pobox.com (Robert Spier)
55225              Date: Wed, 29 Nov 2000 02:17:49 -0500
55226              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
55227              
55228              Add a test for Net::hostent.
55229      Branch: perl
55230            + t/lib/net-hostent.t
55231 ____________________________________________________________________________
55232 [  7919] By: jhi                                   on 2000/11/29  16:21:31
55233         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
55234              add a test for Class::Struct.
55235      Branch: perl
55236            + t/lib/class-struct.t
55237            ! MANIFEST lib/Class/Struct.pm
55238 ____________________________________________________________________________
55239 [  7918] By: jhi                                   on 2000/11/29  15:48:40
55240         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
55241              From: rspier@pobox.com (Robert Spier)
55242              Date: Wed, 29 Nov 2000 02:25:39 -0500
55243              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
55244              
55245              More checking in case someone has broken their services or
55246              protocol databases.
55247      Branch: perl
55248            ! ext/Sys/Syslog/Syslog.pm
55249 ____________________________________________________________________________
55250 [  7917] By: jhi                                   on 2000/11/29  15:46:25
55251         Log: Subject: [PATCH] $^O  win32 -> MSWin32
55252              From: rspier@pobox.com (Robert Spier)
55253              Date: Wed, 29 Nov 2000 02:17:38 -0500
55254              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
55255              
55256              plus similar nits for vms, err, VMS, and UNICOS.
55257      Branch: perl
55258            ! t/lib/syslfs.t t/op/lfs.t
55259 ____________________________________________________________________________
55260 [  7916] By: jhi                                   on 2000/11/29  15:42:51
55261         Log: Subject: [PATCH] Tokeniser debugging
55262              From: Simon Cozens <simon@cozens.net>
55263              Date: Wed, 29 Nov 2000 14:15:45 +0000
55264              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
55265      Branch: perl
55266            ! perl.c perl.h pod/perlrun.pod toke.c
55267 ____________________________________________________________________________
55268 [  7915] By: jhi                                   on 2000/11/29  15:41:36
55269         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
55270              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55271              Date: Wed, 29 Nov 2000 02:13:14 -0500
55272              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
55273              
55274              OUT keyword nits.
55275              
55276              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
55277              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55278              Date: Wed, 29 Nov 2000 03:09:04 -0500
55279              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
55280              
55281              OUT and IN_OUT documentation.
55282      Branch: perl
55283            ! lib/ExtUtils/xsubpp pod/perlxs.pod
55284 ____________________________________________________________________________
55285 [  7914] By: jhi                                   on 2000/11/29  03:35:01
55286         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
55287              From: John Tobey <jtobey@john-edwin-tobey.org>
55288              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
55289              Message-Id: <m140e1N-000FOoC@feynman.localnet>
55290              
55291              plus a performance speedup noticed by Sarathy.
55292      Branch: perl
55293            ! op.c
55294 ____________________________________________________________________________
55295 [  7913] By: jhi                                   on 2000/11/29  03:16:59
55296         Log: Use "1 while unlink" so that VMS gets clean, too.
55297      Branch: perl
55298            ! t/lib/filter-util.t
55299 ____________________________________________________________________________
55300 [  7912] By: jhi                                   on 2000/11/29  03:09:08
55301         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
55302              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55303              Date: Tue, 28 Nov 2000 03:27:09 -0500
55304              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
55305      Branch: perl
55306            ! lib/ExtUtils/xsubpp
55307 ____________________________________________________________________________
55308 [  7911] By: jhi                                   on 2000/11/29  03:06:30
55309         Log: This should have been part of #7872: no need to scan UTF-8
55310              until eternity.
55311      Branch: perl
55312            ! utf8.c
55313 ____________________________________________________________________________
55314 [  7910] By: jhi                                   on 2000/11/29  02:50:04
55315         Log: One more perltie.pod nit from Casey R. Tweten.
55316      Branch: perl
55317            ! pod/perltie.pod
55318 ____________________________________________________________________________
55319 [  7909] By: jhi                                   on 2000/11/29  02:44:23
55320         Log: Document the known sprintf test failures, exact standard
55321              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
55322      Branch: perl
55323            ! pod/perldelta.pod t/op/sprintf.t
55324 ____________________________________________________________________________
55325 [  7908] By: jhi                                   on 2000/11/29  02:36:23
55326         Log: Add the Encoding table format documentation.
55327      Branch: perl
55328            + ext/Encode/Encode/EncodeFormat.pod
55329            ! MANIFEST
55330 ____________________________________________________________________________
55331 [  7907] By: jhi                                   on 2000/11/29  02:07:24
55332         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
55333              From: "Casey R. Tweten" <crt@kiski.net>
55334              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
55335              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
55336              
55337              Subject: Re: [PATCH] Updating perltie.pod for arrays
55338              From: "Casey R. Tweten" <crt@kiski.net>
55339              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
55340              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
55341      Branch: perl
55342            ! pod/perltie.pod
55343 ____________________________________________________________________________
55344 [  7906] By: nick                                  on 2000/11/28  22:40:59
55345         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
55346      Branch: perlio
55347            ! iperlsys.h perlio.c
55348 ____________________________________________________________________________
55349 [  7905] By: nick                                  on 2000/11/28  22:04:34
55350         Log: Integrate mainline
55351      Branch: perlio
55352           !> (integrate 39 files)
55353 ____________________________________________________________________________
55354 [  7904] By: jhi                                   on 2000/11/28  16:44:43
55355         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
55356              From: Nicholas Clark <nick@babyhippo.co.uk>
55357              Date: Tue, 28 Nov 2000 11:16:57 +0000
55358              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
55359      Branch: perl
55360            ! pod/perlipc.pod
55361 ____________________________________________________________________________
55362 [  7903] By: jhi                                   on 2000/11/28  16:40:31
55363         Log: Subject: [PATCH] Updating perltie.pod for arrays
55364              From: "Casey R. Tweten" <crt@kiski.net>
55365              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
55366              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
55367      Branch: perl
55368            ! pod/perltie.pod
55369 ____________________________________________________________________________
55370 [  7902] By: jhi                                   on 2000/11/28  16:39:37
55371         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
55372              From: Robin Barker <rmb1@cise.npl.co.uk>
55373              Date: Mon, 27 Nov 2000 17:56:44 GMT
55374              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
55375      Branch: perl
55376            ! pod/perlfunc.pod t/op/split.t
55377 ____________________________________________________________________________
55378 [  7901] By: jhi                                   on 2000/11/28  16:28:04
55379         Log: setmode() is a DOSish-only thing.
55380      Branch: perl
55381            ! perlio.c
55382 ____________________________________________________________________________
55383 [  7900] By: jhi                                   on 2000/11/28  16:21:46
55384         Log: Subject: [PATCH] perlcc.PL cleanups
55385              From: Simon Cozens <simon@cozens.net>
55386              Date: Tue, 28 Nov 2000 12:44:35 +0000
55387              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
55388      Branch: perl
55389            ! utils/perlcc.PL
55390 ____________________________________________________________________________
55391 [  7899] By: gsar                                  on 2000/11/28  06:32:55
55392         Log: reintegrate files missed by change#7895
55393      Branch: maint-5.6/perl
55394           +> ext/ByteLoader/bytecode.h utils/Makefile
55395            - utils/perlbc.PL
55396 ____________________________________________________________________________
55397 [  7897] By: gsar                                  on 2000/11/27  18:22:47
55398         Log: can't integrate these two files, for some reason
55399      Branch: maint-5.6/perl
55400            - ext/ByteLoader/bytecode.h utils/Makefile
55401 ____________________________________________________________________________
55402 [  7895] By: gsar                                  on 2000/11/27  18:11:21
55403         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
55404              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
55405              6757..6890,6892..6901 from mainline
55406              
55407              Bytecompiler patches from Benjamin Stuhl.
55408              
55409              More bytecompiler.
55410              
55411              Subject: [PATCH blead] B:: missing dependency
55412              
55413              Subject: [PATCH: 6757] configure.com updates and syslog build
55414              
55415              Long double Gconvert fixes from Yitzchak Scott-Thoennes
55416              and Spider Boardman.
55417              
55418              Subject: [PATCH blead] nextchar() abuse misses an optimisation
55419              
55420              Long double fixes from Spider Boardman.
55421              
55422              Make the selection of NVff et al stricter.
55423              
55424              cSVOPo_*v things index into the current PL_curpad
55425              under ithreads, which is different from the curpad
55426              used by the XSUB.  (In other words, the code as-is
55427              before this patch wouldn't work under ithreads.)
55428              
55429              Be portable.
55430              
55431              VMS MMS (make) wants null action.
55432              
55433              Mac and other portability updates from Chris Nandor.
55434              
55435              Storable support, v-version fixes.
55436              Subject: CPAN.pm beta for testing available
55437              
55438              Portability fix from Hugo van der Sanden.
55439              
55440              Bad makefile.
55441              
55442              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
55443              
55444              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
55445              
55446              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
55447              
55448              Replace #6705 with a minimal doc patch.
55449              Subject: [PATCH 5.6.0] replace change #6705
55450              
55451              Drop the separate perlbc, perlcc -b should be enough.
55452              
55453              installperl couldn't tell whether it had run tests or not.
55454              Subject: [PATCH] Re: installperl and t/TEST
55455              
55456              Add silencer flags to installperl.
55457              Subject: [PATCH] Making installperl silent.
55458              
55459              Make "make install" by default silent.  A new "install-verbose"
55460              target is verbose.
55461              
55462              More liberal parsing of version numbers.
55463              Subject: Re: CPAN.pm beta for testing available
55464              
55465              Create directories in silence.
55466              Subject: [PATCH] Another silencer for MakeMaker
55467              
55468              DOS patches and portability/porting notes, from Tim Jenness.
55469              
55470              Make installman to recognize the silence flag -S.
55471              
55472              Actually do something with the silencer option.
55473              
55474              Continue silencing.
55475              
55476              Show the doc file, not the temp file.
55477              
55478              Regen perltoc.
55479              
55480              Subject: [PATCH] More silencing of installman.
55481              
55482              Better wording for the vec lvalue diagnostic.
55483              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
55484              
55485              Subject: [PATCH: 6805] several more tweaks to configure.com
55486              
55487              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
55488              
55489              Missing parts of 
55490              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
55491              
55492              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
55493              (applied slightly modified)
55494              
55495              installperl --verbose and --silent.
55496              Subject: Re: [PATCH] More silencing of installman.
55497              
55498              Add install-silent target.
55499              
55500              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
55501              the problem reported in
55502              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
55503              
55504              Tweak the sfio/useperlio logic, hopefully as wished in
55505              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
55506              
55507              One forgotten file from #6816.
55508              
55509              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
55510              
55511              Remove duplicately applied patch shards.
55512              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
55513              
55514              Support preserving extremely big/small angles.
55515              
55516              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
55517              
55518              Subject: [PATCH] installation not quite silent yet.
55519              
55520              Update the test count.
55521              
55522              Use UVxf, PTR2UV, NVff.
55523              
55524              Document PTR2XX and INT2PTR.
55525              
55526              no-install target a la make -n.
55527              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
55528              
55529              grep -e isn't portable.
55530              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
55531              
55532              Can't get the test to reliably work thanks to the
55533              inaccurateness of floating point.  "Resolves" bug ids
55534              20000826.003, 20000826.009, 20000826.010,
55535              
55536              Subject: installman buglet
55537              
55538              DJGPP update from Laszlo Molnar.
55539              
55540              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
55541              
55542              Passing -R in ldflags makes now it to appear in the default
55543              for lddlflags, just like with -L.
55544              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
55545              
55546              Test nit.
55547              
55548              Use the actual thread type, not the pointer-to-struct.
55549              
55550              Provice virtual $Config{ccflags_nolargefiles} etc. 
55551              
55552              display_format used as a class method without arguments was broken,
55553              reported in
55554              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
55555              
55556              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
55557              
55558              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
55559              
55560              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
55561              
55562              opmini.o may be left around if a build is interrupted.
55563              
55564              Typo in #6858.
55565              
55566              Fix for ID 20000828.001, long doubles were not formatted
55567              correctly (showed up in $], which stopped installing perl).
55568              
55569              An attempt to fix the problem reported in
55570              Subject: Building perl@6856 using gcc/AIX 4.3.3 
55571              I can't test this properly since the gcc installation I have
55572              access to seems to be botched (gcc is calling the AIX cpp,
55573              a losing proposition...)
55574              
55575              Add -ld to archname on long tr...double platforms.
55576              
55577              Subject: hv.h Doc Patch
55578              
55579              Potential cruft.
55580              
55581              Subject: [PATCH bleedperl@6856] warnings fixes
55582              
55583              -S is the silent flag, -s is the strip flag.
55584              Subject: [PATCH] Re: [PATCH] make no-install          
55585              
55586              Take out the SUIDMAIL thing, that will not be
55587              a problem in 5.7.*.
55588              
55589              Subject: [PATCH bleedperl@6866] spellings
55590              
55591              Subject: [PATCH] Re: files not cleaned even by veryclean
55592              
55593              Use minimal @INC in tests, most of the time just '../lib',
55594              so that we simply can't pick up stuff from other Perls than
55595              the one we are testing.  Pointed out by
55596              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
55597              
55598              Update to Getopt::Long 2.24, from Johan Vromans.
55599              
55600              Fix for thinko in #6848.
55601              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
55602              
55603              Patches all over for people and the files they (hopefully) care about.
55604              
55605              Subject: Net::protoent does not export 'getproto'
55606              
55607              Missed a change in #6869.
55608              
55609              Subject: [PATCH] Warnings in B::Deparse
55610              
55611              Subject: [PATCH] Glob dumping
55612              
55613              Disable one of the tests for now.
55614              
55615              Disabling the one test is a bit tricky.
55616              
55617              Don't forget to tidy up.
55618              
55619              The #6881 removed one dump line.
55620              
55621              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
55622              
55623              Under usethreads the dumped variable is IN_PAD.
55624              Subject: Re: [PATCH] Glob dumping
55625              
55626              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
55627              
55628              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
55629              
55630              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
55631              
55632              Regen Configure for #6894.
55633              
55634              Subject: [PATCH: 6889] updates to perlebcdic.pod
55635              
55636              Undo namespace pollution of #6878.
55637              Subject: Re: Net::protoent does not export 'getproto'
55638              
55639              Admit that we are leaking scalars.
55640              
55641              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
55642      Branch: maint-5.6/perl
55643           !> (integrate 271 files)
55644 ____________________________________________________________________________
55645 [  7894] By: gsar                                  on 2000/11/27  16:00:34
55646         Log: a couple of nits
55647      Branch: maint-5.6/perl
55648            ! MANIFEST pp_sys.c
55649 ____________________________________________________________________________
55650 [  7893] By: gsar                                  on 2000/11/27  15:10:56
55651         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
55652              6740..6745,6747..6757,6760
55653              
55654              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
55655              
55656              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
55657              
55658              Doc nits spotted by Richard Soderberg.
55659              
55660              move WNOHANG definition to where other such things are
55661              
55662              Make $Config{byteorder} more magical so that it is
55663              dynamically computed: nice for 'fat binaries'.
55664              Subject: [PATCH]: default byteorder
55665              
55666              Subject: [PATCH] Cwd.pm now uses strict
55667              
55668              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
55669              
55670              Get -DLEAKTEST to compile (not necessarily to work, mind)
55671              Subject: [ID 20000724.006] -DLEAKTEST problem
55672              
55673              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
55674              
55675              Add perlebcdic from Peter Prymmer, regen toc.
55676              
55677              Don't propose using modules built for 5.005 if no binary
55678              compatibility with 5.005 is attempted.
55679              
55680              Do not use prototyping here.
55681              Subject: [ID 20000817.016] [PATCH] Peek.xs
55682              
55683              Document what the backtick returns if the command fails.
55684              
55685              Add byteorder to the myconfig output.
55686              
55687              Introduce NVef, NVff, and NVgf, use the middle one.
55688              (helps for lib/peek + Linux + long doubles)  Reported in
55689              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
55690              Use NVs in POSIX math, not doubles.
55691              Subject: [ID 20000817.014] POSIX & modfl
55692              
55693              Subject: [PATCH 5.6.0+] newSVrv() memory leak
55694              
55695              The byteorder code in #6671 was wrong.
55696              
55697              Fix the lib/complex failure of
55698              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
55699              Linux long double accuracy issue: something that
55700              when printed with %g looks like "2" but int() of it is 1.
55701              
55702              Propagate new Configure vars.
55703              
55704              Unbuffer the output.
55705              
55706              Subject: [PATCH] perltrap.pod spring cleaning
55707              
55708              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
55709              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
55710              
55711              Tiny Getopt::Long patch from Johan Vromans.
55712              
55713              Document code point which makes if (defined %stash::) to work
55714              (noted by Spider Boardman).
55715              
55716              Subject: [PATCH perl@6698] cygwin port
55717              
55718              Document the NDBM_File and ODBM_File as SDBM_File
55719              was documented in #6417.
55720              
55721              The new tests were missing from #6415.
55722              
55723              Add [[:blank:]] as suggested in
55724              Subject: [ID 20000716.024] [=cc=] / [:blank:]
55725              (the [=cc=] has already been taken care of by #6439
55726              so the whole bug report can be closed)
55727              and make [[:space:]] to be equivalent to isspace(3)
55728              (as opposed to \s, which is isSPACE()).  The difference
55729              is that now [[:space:]] matches the mythical vertical tab,
55730              while \s doesn't.
55731              
55732              Don't eat leading os from index entries.
55733              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
55734              
55735              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
55736              
55737              Typo in pp_complement().
55738              Subject: [PATCH perl-current] Deparse
55739              
55740              Add warnif(), check warnings further up the stack,
55741              all the warnings functions now can take an optional object reference.
55742              Subject: [PATCH bleedperl@6691] warnings pragma update
55743              
55744              Fix a core dump in lib/selfloader under -DDEBUGGING.
55745              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
55746              
55747              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
55748              
55749              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
55750              
55751              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
55752              Put back the long double avoidance code to POSIX.xs
55753              because VMS seems to need it still.
55754              
55755              Introduce a 'veryclean' target that is like 'distclean'
55756              but also removes *~ and *.orig.
55757              
55758              Subject: [ID 20000817.023] endianness description in perlfunc.pod
55759              
55760              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
55761              
55762              Let's try #6717 again.
55763              
55764              UTF8 concat fixes.
55765              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
55766              
55767              pp_open() could pass an uninitialized filename down to do_open9().
55768              
55769              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
55770              
55771              Update to CGI 2.72, from Lincoln Stein.
55772              
55773              Subject: [PATCH] Silence MakeMaker (Was: installman)
55774              
55775              Use temporary directory instead of current directory.
55776              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
55777              
55778              Document odd vs even subreleases and -Dusedevel.
55779              
55780              The veryclean target needs to clobber.
55781              
55782              Use File::Spec->tmpdir().
55783              
55784              Document the number of exponent digits.
55785              
55786              Mention perlebcdic and perlposix-bc.
55787              
55788              s/this one/the 5.6.0 release/
55789              
55790              The #6724 is here.
55791              
55792              The correct cleaning order is an art.
55793              
55794              small tweaks for change#6705: avoid C++ style comments in C code;
55795              use Perl's malloc API rather than the low level system one
55796              
55797              Array context keeps slithering in.
55798              
55799              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
55800              
55801              Subject: [PATCH] os2.c fix for use64bitint
55802              
55803              Update to Pod::LaTeX 0.53.
55804              Subject: [PATCH] lib/Pod/LaTeX.pm updates
55805              
55806              Document the endianness of Alpha more precisely.
55807              
55808              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
55809              
55810              Rename the macro argument because some preprocessors
55811              can't tell the difference and expand arguments also inside
55812              double quoted strings.
55813              
55814              free TLS slot properly on Windows
55815              
55816              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
55817              
55818              Unicos/mk requires elaborate paranoia.
55819              
55820              Tweak the floating point output routine preferences.
55821              
55822              Also under djgpp the timestamps are funky.
55823              
55824              Apply some PodParser 1.18 patches; the Pod/Find.pm
55825              patches cannot be applied since #6712 conflicts.
55826              
55827              Use PodParser 1.18 new test.
55828              
55829              A pod nit.
55830              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
55831              
55832              Be verydeepclean.
55833      Branch: maint-5.6/perl
55834           +> pod/perlebcdic.pod
55835           !> (integrate 106 files)
55836 ____________________________________________________________________________
55837 [  7892] By: jhi                                   on 2000/11/27  15:02:32
55838         Log: Update Changes.
55839      Branch: perl
55840            ! Changes patchlevel.h
55841 ____________________________________________________________________________
55842 [  7891] By: jhi                                   on 2000/11/27  14:57:23
55843         Log: Subject: Re: perlfaq style changes
55844              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
55845              Date: Sat, 25 Nov 2000 23:32:26 -0800
55846              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
55847              
55848              plus a note from Ronald Kimball.
55849      Branch: perl
55850            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
55851 ____________________________________________________________________________
55852 [  7890] By: jhi                                   on 2000/11/27  14:53:14
55853         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
55854              From: Benjamin Holzman <bah@ecnvantage.com>
55855              Date: Sun, 26 Nov 2000 16:27:33 -0500
55856              Message-ID: <20001126162733.J25040@ecnvantage.com>
55857      Branch: perl
55858            ! gv.c
55859 ____________________________________________________________________________
55860 [  7889] By: jhi                                   on 2000/11/27  14:43:11
55861         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
55862              From: lvirden@cas.org
55863              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
55864              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
55865      Branch: perl
55866            ! README.amiga
55867 ____________________________________________________________________________
55868 [  7888] By: jhi                                   on 2000/11/27  14:32:34
55869         Log: Restore also the locale test to no-sprintf-taint state.
55870              Fixes the bug 20001127.003.
55871      Branch: perl
55872            ! sv.c t/pragma/locale.t
55873 ____________________________________________________________________________
55874 [  7887] By: gsar                                  on 2000/11/27  14:13:05
55875         Log: integrate changes#6613..6616,6620..6665 from mainline
55876              
55877              VMS configure.com update continues.
55878              
55879              Subject: Test fails / warnings with perl-current #6612
55880              
55881              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
55882              
55883              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
55884              
55885              For now remove the mail code.
55886              
55887              Subject: Re: [PATCH] @+, @- readonly
55888              
55889              Subject: warning: storage class after type is obsolescent
55890              
55891              Subject: sfio2000
55892              
55893              Subject: Re: File::Temp problems on VMS in bleedperl
55894              
55895              README.os2 update.
55896              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
55897              
55898              Make the user to give up his firstborn, err, to knowingly
55899              verify installing an unstable developer release.  Also bump
55900              the release to 5.7.0, but leave a patch tag in the local
55901              patches saying that this is not yet the real thing.
55902              
55903              Update (kinda) to Test 1.14, from Joshua Pritikin.
55904              
55905              make ok etc also for win32.
55906              
55907              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
55908              
55909              Don't blow limited stacks, a lower number is enough to
55910              tickle the lookbehind limit.
55911              
55912              Use -Dusedevel; regen Configure and the respective Porting stuff.
55913              
55914              Subject: [PATCH] debugger exit code should reflect user exit code
55915              
55916              Subject: [PATCH perl@6620] cygwin port
55917              
55918              Missed a file from #6638.
55919              
55920              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)
55921              
55922              magic callbacks all need to have same type signature
55923              
55924              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
55925              
55926              Fix a dependency problem.
55927              Subject: [PATCH: 6640] VMS Makefile.SH update
55928              
55929              The numeric locale was reset to "C" by s?printf and never restored.
55930              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
55931              No test since adding the failing example to locale.t
55932              does not fail -- probably because the locale settings are so
55933              thoroughly tweaked by that time.  Running the example standalone
55934              does fail, though.  UPDATE: test case added at change #7540.
55935              
55936              Subject: [ID 20000324.040] minor fix to perlhpux.pod
55937              
55938              Update to CPAN 1.57.
55939              
55940              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
55941              
55942              Change the perlbug address to perl.org since it's more forgiving.
55943              
55944              Change the regx compilation error markers to use = instead of <
55945              since pod makes using the latter quite messy.  Reported in
55946              ID 20000814.006 by Abigail and in
55947              Subject: Unknown escape E<> ?
55948              
55949              Update to perldebtut 1.9, from Richard Foley.
55950              
55951              check that the number pseudo children doesn't exceed
55952              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
55953              the WaitForMultipleObjects() limit that would cause wait()
55954              to crash)
55955              wait() and waitpid() could potentially be rewritten to use
55956              more than one thread to do the waiting to eliminate this
55957              limitation
55958              
55959              change#6328 could make close(SOCKET) return false on windows
55960              when it shouldn't
55961              
55962              pod nit seen in passing
55963              
55964              on windows, the return values from wait() and waitpid() don't
55965              match those of pseudo-pids
55966              
55967              waitpid() now handles externally spawned pids correctly;
55968              fixes for backtick/wait/waitpid failures on Windows 9x
55969              these changes make the pid returned by process functions on
55970              Windows 9x always positive by clearing the high bit (which
55971              is always set on Win9x); pseudo-process PIDs are likewise
55972              always negative now on Win9x (just as on NT/2000)
55973              
55974              trailing new %ENV entries weren't being pushed into the real
55975              environment of subprocesses on Windows
55976              
55977              Tweak the regex compilation errors once more.
55978              
55979              avoid warnings from dense compiler
55980              
55981              add "ok" targets from change#6632 in makefile.mk
55982      Branch: maint-5.6/perl
55983            - lib/Pod/PlainText.pm vms/configure.com
55984           !> (integrate 66 files)
55985 ____________________________________________________________________________
55986 [  7886] By: jhi                                   on 2000/11/27  13:54:18
55987         Log: __FUNCTION__ isn't portable and trying to emulate it leads
55988              into practically spelling out the name of the function.
55989              Takes care of the bug 20001127.001.
55990      Branch: perl
55991            ! perlio.c
55992 ____________________________________________________________________________
55993 [  7885] By: gsar                                  on 2000/11/27  13:53:18
55994         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
55995              6610..6611 from mainline
55996              
55997              Make regular expression parse error messages easier to understand.
55998              Subject: Re: enhanced(?) regex error messages
55999              
56000              Tiny tidying on report_evil_fh().
56001              
56002              Subject: Re: enhanced(?) regex error messages 
56003              plus Capitalize the error messages, plus perldiag them.
56004              
56005              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
56006              
56007              Document here-doc better.
56008              
56009              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
56010              
56011              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
56012              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
56013              (either perlbug or p5p ate the original), plus regen
56014              perlapi and perltoc. 
56015              
56016              Regen global.sym.
56017              
56018              Double check that we have a dirhandle.
56019              
56020              Subject: Re: enhanced(?) regex error messages
56021              (plus two small patches sent privately)
56022              (this still seems to leave few test failures)
56023              
56024              warn is a macro, avoid using at a variable to avoid warnings
56025              in some configurations; readdir.t is too conservative in
56026              estimating number of *.t's
56027              
56028              Get back into sync with Jeffrey on the enhanced regex warnings.
56029              
56030              Subject: [PATCH 5.6.0] cygwin port
56031              
56032              Zero entries were skipped, fix from Adrian Goalby
56033              <argoalby@yahoo.co.uk>
56034              
56035              Subject: Remove dead entry in perldiag
56036              
56037              Amend the description of Perl6.
56038              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
56039              
56040              detypo
56041              
56042              It's the 2ndO'ROSSC.
56043              
56044              Revert the sv.c part of #6559, a better fix is needed.
56045              
56046              Iterating perl6 description.
56047              
56048              Update to Term::ANSIColor 1.03, from Russ Allbery.
56049              
56050              Update to Getopt::Long 2.23_05, from Johan Vromans.
56051              
56052              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
56053              
56054              Update to Pod::Parser 1.17, from Brad Appleton.
56055              
56056              Update to CPAN 1.56, from Andreas König.
56057              
56058              Update to CGI 2.70, from Lincoln Stein.
56059              
56060              Put back the std @INC thing.
56061              
56062              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
56063              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
56064              
56065              Document the IO::Select timeout.
56066              
56067              sleep(1) does not necessarily return 1.
56068              Subject: [PATCH bleadperl] op/lex_assign.t  
56069              
56070              Subject: debugger "d" command doesnt check line number
56071              
56072              B::Deparse didn't do sub attributes.
56073              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
56074              
56075              Preprocessing and postprocessing for File::Find.
56076              Subject: Patch to Find::File.pm to allow alphabetical results
56077              
56078              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
56079              
56080              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
56081              
56082              Subject: Re: [ID 20000730.003] utf8::length() bad
56083              
56084              Subject: Getting perlio and threads to compile
56085              (the Solaris version changes in Configure skipped)
56086              
56087              Tests for #6589.
56088              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
56089              
56090              Add Perl debugging tutorial, regen toc. 
56091              Subject: perldebtut.pod
56092              
56093              Add a few missing files, update MANIFEST.
56094              
56095              Rewrite of vms/subconfigure.com as configure.com,
56096              from Peter Prymmer and the vmsperl crew.
56097              
56098              Should have deleted this in #6603.
56099              
56100              Fix the test for 5005threads.
56101              
56102              Fix-n-skip the tests under 5005threads.
56103              
56104              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
56105              
56106              Upgrade to CGI 2.71, from Lincoln Stein.
56107      Branch: maint-5.6/perl
56108           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
56109           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
56110           +> t/op/regmesg.t t/pod/find.t vms/configure.com
56111            - vms/subconfigure.com
56112            ! lib/lib.pm
56113           !> (integrate 115 files)
56114 ____________________________________________________________________________
56115 [  7884] By: jhi                                   on 2000/11/27  13:44:33
56116         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
56117              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
56118              Date:     Mon, 27 Nov 2000 08:23:54 EST
56119              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
56120      Branch: perl
56121            ! vms/descrip_mms.template vms/test.com
56122 ____________________________________________________________________________
56123 [  7883] By: gsar                                  on 2000/11/27  11:50:46
56124         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
56125              6511..6513,6515..6523,6525..6536
56126              
56127              The swallow_bom() saga continues.  The #23 of require.t
56128              (UTF16-LE) still fails (silently, no output) but the #22
56129              (UTF16-BE) seems to be working now.  The root of the
56130              failure may be in sv_gets(): is it UTF-16LE-aware,
56131              especially when it comes to line endings? 
56132              
56133              Document the problem with -P in HP-UX and its workaround.
56134              
56135              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
56136              (aka ID 20000730.002)
56137              
56138              Subject: fix and question re: waitpid() under win32
56139              
56140              Make the safety catch for buggy gccs work with triple version
56141              numbers like 2.95.2.  Reported in
56142              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
56143              
56144              In Digital UNIX warn if gcc explicitly chosen because even
56145              2.95.2 is known to cause problems.
56146              
56147              Make chr() for values >127 to create utf8 when under utf8.
56148              
56149              various syntax errors and such (not fixed: comp/require.t#22 coredump
56150              on Windows)
56151              
56152              Stash away the largefiles flags and libswanted.
56153              
56154              BOM patching from Simon Cozens.
56155              
56156              If gccosandvers is equal to osname, clear gccosandvers.
56157              
56158              Make p4desc to skip non-mainperl branches by default.
56159              
56160              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
56161              
56162              The test from this
56163              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
56164              
56165              In new BSDs changes to argv[] do not show up in ps(1) output,
56166              instead one must use setproctitle().  This was already addressed
56167              by change #6457, but the below has a new variant for FreeBSD 4.0
56168              or later, and the matter is also documented more.
56169              
56170              FreeBSD 3.* updates from
56171              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
56172              
56173              regen_headers, regen perltoc.
56174              
56175              Document in one place the memory abstractions used in Perl core.
56176              
56177              memcpy has n o in it, as pinted ut by Sarathy.
56178              
56179              Remove the extraneous "main::" prefix from all the
56180              "opened only for", "on closed", and "never opened" warnings.
56181              
56182              The name of a filehandle does not have <these>.
56183              
56184              The tr utf8 patching continues.
56185              
56186              The new setproctitle() feature is available only in 
56187              bleeding edge FreeBSD.  From Paul Saab.
56188              
56189              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
56190              
56191              Dump UVs as UVs in Data::Dumper.
56192              
56193              detypo #6494
56194              
56195              Document the IVdf UVuf UVof UVxf.
56196              
56197              require.t needs binmode() to work on windows
56198              
56199              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
56200              that are hopefully soon put into use.
56201              
56202              Allow "no Module;" even if there is no 'unimport'.
56203              
56204              Better skip message for the test; one of the two problems in
56205              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
56206              
56207              The subtest 4 may fail also on VOBS, as pointed out
56208              by Nick Ing-Simmons in November 1999, bug id 19991124.003
56209              (but the failure in that bug report isn't the subtest 4).
56210              
56211              Be more informative on what is skipped and why,
56212              also repeat the list at the end.
56213              
56214              Add a URL for FSF.
56215              
56216              Subject: [PATCH] sv.h documentation - SvLEN
56217              
56218              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
56219              
56220              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
56221              
56222              Subject: [PATCH] bad cppsymbols on os2 + Configure question
56223              
56224              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
56225              
56226              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
56227              mention the idea of @( and @)
56228              
56229              This is 6512.  Really.
56230              
56231              Subject: [ID 19990721.004] Documentation bug in perlfunc
56232              
56233              Subject: Minor tweak to perlvar.pod
56234              
56235              In the warnings call filehandles consistently so;
56236              add "unopened" warning for stat().
56237              
56238              After the #6519 a warning about stat() is just that,
56239              not about a filetest, which now have their own warning.
56240              
56241              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
56242              
56243              Subject: Re: Array vs. List context
56244              
56245              Subject: New perlcc, take 2
56246              
56247              Weed buglets pointed out by
56248              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
56249              
56250              gcc versions might have (parentheses) in them.
56251              
56252              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
56253              
56254              Essential prototype changes were missing from #6527.
56255              Also make report_evil_fh() more bomb-proof.
56256              
56257              Zap lib/Sys directory when cleaning up.
56258              
56259              Change the Policy policy: now -Dprefix= with an existing
56260              Policy.sh and prefix == siteprefix == vendorprefix, then all
56261              of them follow along the new prefix.
56262              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
56263              
56264              Continue fixing the io warnings.  This also
56265              sort of fixes bug ID 20000802.003: the core dump
56266              is no more.  Whether the current behaviour is correct
56267              (giving a warning: "Not a format reference"), is another matter.
56268              
56269              Have symbols for the IoTYPEs.
56270              
56271              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
56272              
56273              Document a bit that UDP is not what you might think.
56274              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
56275              tr memory corruption fix from Simon Cozens.
56276              
56277              Plug the security hole described in the Aug 05 2000 bugtraq message
56278              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
56279              The security hole exists only in suidperls, which isn't
56280              installed or even built by default.
56281      Branch: maint-5.6/perl
56282           !> (integrate 71 files)
56283 ____________________________________________________________________________
56284 [  7882] By: gsar                                  on 2000/11/27  10:25:36
56285         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
56286              from mainline
56287              
56288              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
56289              to be fatal errors (instead of by default ignoring them, and
56290              ignoring with a bug: even though -w gave an error, the opening [
56291              was left in)  Reported in:
56292              
56293              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
56294              
56295              Subject: [PATCH] split /^/
56296              
56297              MacOS nits from Matthias Neeracher.
56298              
56299              More split() doc and test patches from Mike Guy.
56300              
56301              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
56302              from Graham Barr in the module list.
56303              
56304              docfix from Peter Scott <Peter@PSDT.com>.
56305              
56306              File::Temp patches for VMS and OS/2 from Tim Jenness.
56307              
56308              open() wariness in perlbug.
56309              
56310              Subject: [PATCH] minor doc change - perlguts
56311              
56312              Subject: Minor doc patch: handy.h
56313              
56314              Be wary of close()s, too.
56315              
56316              Further File::Temp patches from Yitzchak Scott-Thoennes
56317              and Craig A. Berry.
56318              
56319              Subject: [PATCH] fixes bug 20000508.004
56320              
56321              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
56322              
56323              Allow "no AutoLoader;", based on change #6444,
56324              suggested by Graham Barr.
56325              
56326              Use setproctitle() if available to modify $0.
56327              
56328              Warn if the version of the operating system used to compile gcc
56329              differs from the current version of the operating system.
56330              Also display the gcc compilation os and version in myconfig.
56331              Inspiration from
56332              
56333              Tiny fixes for #6460.
56334              
56335              The problem described in this
56336              Subject: [ID 20000322.018] named chars aren't magical enough
56337              has been fixed in perl 5.6.0 but just in case added a test
56338              to keep it away.  (The report from Joseph Hall.)
56339              
56340              Tune the comments and hopefully stop a memory leak.
56341              
56342              Subject: UTF8 concat
56343              (with a memory leak fixed, plus a few casts added)
56344              This also seems to help for
56345              Subject: [ID 20000716.015] join UTF8 weirdness
56346              
56347              Do not upgrade SVs into utf8 just because they participate
56348              in eq or cmp.  Reported and fix suggested in
56349              Subject: [ID 20000720.009] sv_eq UTF8 bug
56350              
56351              Fix the HALF_UPGRADE() macro introduced in #6263.
56352              
56353              Find green threads before native threads.
56354              Subject: Re: Patch to jpl/JNI/Makefile.PL
56355      Branch: maint-5.6/perl
56356           !> (integrate 30 files)
56357 ____________________________________________________________________________
56358 [  7881] By: jhi                                   on 2000/11/27  05:48:41
56359         Log: It seems that *both* the unused submatch loop cleanup
56360              codes are needed.
56361      Branch: perl
56362            ! regexec.c
56363 ____________________________________________________________________________
56364 [  7880] By: jhi                                   on 2000/11/27  04:50:07
56365         Log: Clean .exists deeper.
56366      Branch: perl
56367            ! Makefile.SH
56368 ____________________________________________________________________________
56369 [  7879] By: jhi                                   on 2000/11/27  02:31:35
56370         Log: The code in regcppop() (see #7878) contains the correct lower
56371              limit for the unused submatch 'cleanup' loop so that under
56372              "use utf8" the following code wouldn't dump core:
56373              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
56374              the cleanup loop in regtry() stomped beyond allocated area
56375              in the startp[] array.  Therefore, copied the correct lower
56376              loop limit (*PL_reglastparen) to regtry().  Note: something
56377              may still not be quite right: why was the _higher_ loop limit
56378              (prog->nparens) different in the utf8 case?
56379              
56380              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
56381              without core dumps, there were about 17 of them before
56382              the patch (with us since Perl 5.7.0).  Two failures, still:
56383              496 and 505 (though these may not be severe).
56384              
56385              Patch #7881 is also needed since both the cleanup loops
56386              seem to be needed.
56387              
56388              Also, the t/op/pat#44 seems to core dump under utf8.
56389              Plus a couple of failures.  UGH-8.
56390      Branch: perl
56391            ! regexec.c
56392 ____________________________________________________________________________
56393 [  7878] By: jhi                                   on 2000/11/27  02:21:17
56394         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
56395              the code in regcppop() seems to be redundant for the test suite --
56396              but it contains a germ of truth, and it needed for the build
56397              process itself: see #7879 and #7881.
56398      Branch: perl
56399            ! regexec.c
56400 ____________________________________________________________________________
56401 [  7877] By: jhi                                   on 2000/11/27  01:53:09
56402         Log: Comment on comment.
56403      Branch: perl
56404            ! regexec.c
56405 ____________________________________________________________________________
56406 [  7876] By: jhi                                   on 2000/11/27  00:49:59
56407         Log: Adjust the docs to agree with #7875.
56408      Branch: perl
56409            ! pod/perllocale.pod
56410 ____________________________________________________________________________
56411 [  7875] By: jhi                                   on 2000/11/27  00:49:27
56412         Log: Retract #7863.  It makes more sense not to taint formatted output,
56413              not even by sprintf().
56414      Branch: perl
56415            ! sv.c
56416 ____________________________________________________________________________
56417 [  7874] By: jhi                                   on 2000/11/26  23:36:02
56418         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
56419              Not really fixed (should really dump the UTF-8 charclass),
56420              but stopped displaying the garbage.
56421              
56422              Also add a note on the (missing) Unicode PSXSPC and BLANK.
56423      Branch: perl
56424            ! regcomp.c
56425 ____________________________________________________________________________
56426 [  7873] By: jhi                                   on 2000/11/26  21:31:13
56427         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
56428      Branch: perl
56429            ! regexec.c
56430 ____________________________________________________________________________
56431 [  7872] By: jhi                                   on 2000/11/26  21:06:04
56432         Log: No need to scan till infinity, 13 is enough.
56433      Branch: perl
56434            ! handy.h utf8.c
56435 ____________________________________________________________________________
56436 [  7871] By: jhi                                   on 2000/11/26  20:20:32
56437         Log: Test line numbers are different with utf8.
56438      Branch: perl
56439            ! t/op/re_tests
56440 ____________________________________________________________________________
56441 [  7870] By: jhi                                   on 2000/11/26  20:10:12
56442         Log: Message nit.
56443      Branch: perl
56444            ! regcomp.c
56445 ____________________________________________________________________________
56446 [  7869] By: jhi                                   on 2000/11/26  19:01:05
56447         Log: Make utf8_length() and utf8_distance() (the latter of which
56448              is unused at the moment) to be less forgiving about bad UTF-8.
56449      Branch: perl
56450            ! embed.h embed.pl objXSUB.h proto.h utf8.c
56451 ____________________________________________________________________________
56452 [  7868] By: jhi                                   on 2000/11/26  18:45:56
56453         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
56454              From: Benjamin Holzman <bah@ecnvantage.com>
56455              Date: Sat, 25 Nov 2000 20:40:20 -0500       
56456              Message-ID: <20001125204020.A25040@ecnvantage.com>              
56457              
56458              Debian allows installing /usr/bin/locale without installing
56459              any locales, an error message will ensue.
56460      Branch: perl
56461            ! t/pragma/locale.t
56462 ____________________________________________________________________________
56463 [  7867] By: jhi                                   on 2000/11/26  18:31:12
56464         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
56465              From: Benjamin Holzman <bah@ecnvantage.com>
56466              Date: Sun, 26 Nov 2000 02:42:34 -0500
56467              Message-ID: <20001126024234.G25040@ecnvantage.com>
56468              
56469              Patch for the bug 20000212.002.
56470      Branch: perl
56471            ! sv.c t/op/array.t
56472 ____________________________________________________________________________
56473 [  7866] By: jhi                                   on 2000/11/26  18:28:09
56474         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
56475              From: Tim Jenness <t.jenness@jach.hawaii.edu>
56476              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
56477              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
56478              
56479              File::Temp 0.11.
56480      Branch: perl
56481            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
56482 ____________________________________________________________________________
56483 [  7865] By: jhi                                   on 2000/11/26  18:24:22
56484         Log: The metaconfig unit change for #7864.
56485      Branch: metaconfig/U/perl
56486            ! need_va_copy.U
56487 ____________________________________________________________________________
56488 [  7864] By: jhi                                   on 2000/11/26  18:23:41
56489         Log: Make the va_copy() test not to be so talkative.
56490      Branch: perl
56491            ! Configure config_h.SH
56492 ____________________________________________________________________________
56493 [  7863] By: jhi                                   on 2000/11/26  18:11:02
56494         Log: Fix locale inconsistencies unearthed by Hugo's work.
56495              Now the floating point sprintf really does taint the result
56496              string as perllocale promises (has promised for a long time)
56497              if "use locale" is in the lexical scope.
56498      Branch: perl
56499            ! sv.c t/pragma/locale.t
56500 ____________________________________________________________________________
56501 [  7862] By: jhi                                   on 2000/11/26  00:35:15
56502         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
56503              From: Nicholas Clark <nick@ccl4.org>
56504              Date: Sun, 26 Nov 2000 00:07:50 +0000
56505              Message-ID: <20001126000750.A22446@plum.flirble.org>
56506              
56507              Infinit.
56508      Branch: perl
56509            ! sv.c
56510 ____________________________________________________________________________
56511 [  7861] By: jhi                                   on 2000/11/26  00:01:26
56512         Log: Integrate perlio.
56513      Branch: perl
56514           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
56515 ____________________________________________________________________________
56516 [  7860] By: nick                                  on 2000/11/25  22:04:17
56517         Log: Correct relative path from new ext\Filter\Util\Call location
56518              back to miniperl.
56519      Branch: perlio
56520            ! win32/makefile.mk
56521 ____________________________________________________________________________
56522 [  7859] By: nick                                  on 2000/11/25  21:26:54
56523         Log: Integrate mainline.
56524      Branch: perlio
56525           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
56526           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
56527           +> t/lib/filter-util.t
56528            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
56529            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
56530            - t/lib/filt-util.t
56531           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
56532           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
56533           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
56534           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
56535           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
56536           !> win32/makefile.mk
56537 ____________________________________________________________________________
56538 [  7858] By: gsar                                  on 2000/11/25  20:52:17
56539         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
56540              parent's memory; fix it by keeping track of the actual pad
56541              offset rather than a raw pointer (this change is probably also
56542              relevant to non-ithreads case to avoid fallout from reallocs of
56543              the pad array, but is currently only enabled for the ithreads
56544              case in the interests of minimal disruption to existing "well
56545              tested" code)
56546      Branch: perl
56547            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
56548            ! proto.h scope.c scope.h sv.c t/op/fork.t
56549 ____________________________________________________________________________
56550 [  7857] By: nick                                  on 2000/11/25  20:01:28
56551         Log: All tests pass on Win32/gcc/USE_PERLIO.
56552              - when crlf layer is pushed make unix-level binary.
56553              - remove :crlf injection in pp_backtick in pp_sys.c
56554              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
56555      Branch: perlio
56556            ! doio.c perlio.c pp_sys.c win32/makefile.mk
56557 ____________________________________________________________________________
56558 [  7856] By: jhi                                   on 2000/11/25  18:38:30
56559         Log: Update the metaconfig units for #7855.
56560      Branch: metaconfig/U/perl
56561            ! useperlio.U usesocks.U
56562 ____________________________________________________________________________
56563 [  7855] By: jhi                                   on 2000/11/25  18:37:54
56564         Log: Undo the SOCKS workarounds, instead start using PerlIO
56565              if SOCKS is selected.
56566              
56567              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
56568              From: Jens Hamisch <jens@Strawberry.COM>
56569              Date: Fri, 24 Nov 2000 18:31:30 +0100
56570              Message-ID: <20001124183130.E28337@Strawberry.COM>
56571              
56572              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
56573              From: Jens Hamisch <jens@Strawberry.COM>
56574              Date: Fri, 24 Nov 2000 19:11:51 +0100
56575              Message-ID: <20001124191151.A28753@Strawberry.COM>
56576      Branch: perl
56577            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
56578            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
56579 ____________________________________________________________________________
56580 [  7854] By: jhi                                   on 2000/11/25  17:39:08
56581         Log: Undo #7848.  Some of the code seems to use walkoptree(),
56582              some walkoptree_slow().  An unfinished renaming?
56583              Now the sub is walkoptree() (which is @EXPORT_OK),
56584              the walkoptree_slow() is a typeglob alias to walkoptree.
56585              This makes the tests to pass, at least.
56586      Branch: perl
56587            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
56588 ____________________________________________________________________________
56589 [  7853] By: nick                                  on 2000/11/24  22:24:33
56590         Log: Re-arrange crlf vs binary for platforms that care.
56591              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
56592              Lip-service to making stdio layer work on such platforms (untested).
56593              Now fails 3 tests rather than one, checkin to see if I can debug 
56594              the issue under linux. (Do not merge.)
56595      Branch: perlio
56596            ! doio.c perlio.c perliol.h
56597 ____________________________________________________________________________
56598 [  7852] By: jhi                                   on 2000/11/24  18:57:39
56599         Log: AUTHORS edits.
56600      Branch: perl
56601            ! AUTHORS
56602 ____________________________________________________________________________
56603 [  7851] By: jhi                                   on 2000/11/24  17:34:56
56604         Log: Add Jan-Erik Karlsson.
56605      Branch: perl
56606            ! AUTHORS
56607 ____________________________________________________________________________
56608 [  7850] By: jhi                                   on 2000/11/24  17:27:56
56609         Log: Configure should find stdchar on its own.
56610      Branch: perl
56611            ! hints/solaris_2.sh
56612 ____________________________________________________________________________
56613 [  7849] By: jhi                                   on 2000/11/24  17:24:55
56614         Log: Subject: PATCH over 7848: Filter test flawed
56615              From: andreas.koenig@anima.de (Andreas J. Koenig)
56616              Date: 24 Nov 2000 10:28:29 +0100
56617              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
56618      Branch: perl
56619            ! t/lib/filter-util.t
56620 ____________________________________________________________________________
56621 [  7848] By: jhi                                   on 2000/11/24  17:22:15
56622         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
56623              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
56624              Date: Fri, 24 Nov 2000 16:12:58 +0000
56625              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
56626      Branch: perl
56627            ! ext/B/B.pm
56628 ____________________________________________________________________________
56629 [  7847] By: jhi                                   on 2000/11/24  03:07:01
56630         Log: Integrate perlio.
56631      Branch: perl
56632           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
56633           !> win32/makefile.mk
56634 ____________________________________________________________________________
56635 [  7846] By: gsar                                  on 2000/11/24  00:55:57
56636         Log: integrate changes#6415..6418,6420..6438 from mainline
56637              
56638              Fix the bitvector ops for utf8 (tricky since past 7 bits
56639              the utf8 'characters' can be more than one octet).
56640              
56641              MPE/ix updates for perl 5.6.0 from Mark Bixby.
56642              
56643              Subject: SDBM_File documentation
56644              
56645              Detypo.
56646              
56647              Decutandpasto.
56648              
56649              Send all installperl messages to STDERR and be -w clean.
56650              
56651              Out-of-date note removed.
56652              
56653              Protect against "wild next"s, that is, callbacks doing "next"
56654              instead of "return".
56655              
56656              Use STDOUT consistently.
56657              
56658              The output might have been produced in the wrong order.
56659              
56660              A missing 'break' after the [[:space:]] switch case.
56661              
56662              Add tests for
56663              [ID 19991110.003] another matching finding by pcre author
56664              which has already been fixed by some patch, as verified in
56665              
56666              Documentation to explain the behaviour of map().
56667              
56668              Add an optimization for map-maps-a-list-element-to-more-list-elements
56669              case, but add also notes explaining the relationship of this
56670              patch and the earlier notes by Sarathy.
56671              
56672              Subject: [ID 20000716.023] syslog test fails without sockets
56673              
56674              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
56675              Test cases for #6431.
56676              
56677              File::Spec::VMS fixup for tmpdir from Craig Berry.
56678              
56679              Make the "uninit variable" warning to say "concat or string"
56680              or "join or string" when in concat or join .
56681              
56682              Get UTF16 BOMs working.  Patch from
56683              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
56684              
56685              Subject: [PATCH] Make large file tests deal with SIGXFSZ
56686              
56687              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
56688              
56689              Subject: [PATCH] av.c apidoc
56690      Branch: maint-5.6/perl
56691           !> (integrate 43 files)
56692 ____________________________________________________________________________
56693 [  7845] By: gsar                                  on 2000/11/24  00:20:45
56694         Log: integrate changes#6406..6414 from mainline
56695              
56696              Merge perlhacktut into perlhack, update perlguts.
56697              
56698              Fix AutoSplit to use File::Spec the right way in VMS,
56699              from Peter Prymmer.
56700              
56701              The bug report
56702              [ID 19991110.002] minimal matching discrepancy found by pcre author
56703              seems to have been fixed (though differently from what was suggested
56704              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
56705              
56706              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
56707              not in pod, from Peter Prymmer
56708              
56709              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
56710              From: Hugo <hv@crypt.compulink.co.uk>
56711              Date: Fri, 14 Jul 2000 23:05:20 +0100
56712              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
56713              
56714              Didn't anymore apply, but that point still could use another fix.
56715              
56716              lib/b test fixes from Peter Prymmer.
56717              
56718              More docs for sv functions.
56719              
56720              perlvms.pod whitespace cleanup to keep pod utils happy.
56721              
56722              another VMS build tweak from Peter Prymmer
56723      Branch: maint-5.6/perl
56724           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
56725           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
56726           !> vms/descrip_mms.template vms/perlvms.pod
56727 ____________________________________________________________________________
56728 [  7844] By: nick                                  on 2000/11/23  23:42:45
56729         Log: Win32/perlio Now just fails one io/argv.t test - lack 
56730              of default :crlf on standard streams.
56731      Branch: perlio
56732            ! doio.c perlio.c
56733 ____________________________________________________________________________
56734 [  7843] By: nick                                  on 2000/11/23  23:04:05
56735         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
56736              peek fail is showing a real problem (multiple crlf layers
56737              are getting pushed.)
56738      Branch: perlio
56739            ! doio.c perlio.c win32/makefile.mk
56740 ____________________________________________________________________________
56741 [  7842] By: nick                                  on 2000/11/23  19:46:23
56742         Log: Implement PerlIO_binmode()
56743              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
56744              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
56745              make binmode in t/lib/io_tell.t unconditional so that works.
56746              Checkin just so Win32 machine can see these changes.
56747      Branch: perlio
56748            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
56749 ____________________________________________________________________________
56750 [  7841] By: jhi                                   on 2000/11/23  19:30:00
56751         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
56752      Branch: perl
56753            ! README.amiga
56754 ____________________________________________________________________________
56755 [  7840] By: jhi                                   on 2000/11/23  17:18:02
56756         Log: SOCKS wrestling continues, patches from Jens Hamisch.
56757      Branch: perl
56758            ! doio.c embed.h embed.pl perlsdio.h proto.h
56759 ____________________________________________________________________________
56760 [  7839] By: jhi                                   on 2000/11/23  16:54:14
56761         Log: Push Filter::Util::Call one level deeper.
56762      Branch: perl
56763            + t/lib/filter-util.t
56764           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
56765           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
56766            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
56767            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
56768            - t/lib/filt-util.t
56769            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
56770            ! win32/Makefile win32/makefile.mk
56771 ____________________________________________________________________________
56772 [  7838] By: jhi                                   on 2000/11/23  16:52:40
56773         Log: Reach back one higher up when searching for PERL_SRC.
56774      Branch: perl
56775            ! lib/ExtUtils/MM_Unix.pm
56776 ____________________________________________________________________________
56777 [  7837] By: jhi                                   on 2000/11/23  16:05:41
56778         Log: Subject: Re: perl@7826
56779              Date: Thu, 23 Nov 2000 02:20:25 -0600
56780              From: "Craig A. Berry" <craigberry@mac.com>
56781              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
56782              
56783              Make VMS to like Filter::Util::Call. 
56784      Branch: perl
56785            ! configure.com ext/Filter/Util/Makefile.PL
56786 ____________________________________________________________________________
56787 [  7836] By: nick                                  on 2000/11/23  16:04:08
56788         Log: Implement crlf layer - not ready for merge.
56789      Branch: perlio
56790            ! perlio.c win32/makefile.mk
56791 ____________________________________________________________________________
56792 [  7835] By: jhi                                   on 2000/11/23  15:56:52
56793         Log: STDCHAR is different in Sparc v9 vs x86.
56794      Branch: perl
56795            ! hints/solaris_2.sh
56796 ____________________________________________________________________________
56797 [  7834] By: jhi                                   on 2000/11/23  15:50:47
56798         Log: The type needs to be visible to protos.
56799      Branch: perl
56800            ! perl.h
56801 ____________________________________________________________________________
56802 [  7833] By: jhi                                   on 2000/11/23  15:40:46
56803         Log: Finish unfinished SOCKS workaround changes.
56804      Branch: perl
56805            ! doio.c
56806 ____________________________________________________________________________
56807 [  7832] By: jhi                                   on 2000/11/23  15:33:30
56808         Log: Integrate perlio.
56809      Branch: perl
56810           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
56811           !> win32/makefile.mk
56812 ____________________________________________________________________________
56813 [  7831] By: nick                                  on 2000/11/23  10:31:07
56814         Log: Correct makefile.mk dependancies for ext/Filter/Util
56815              Build ext/Encode
56816              Run dmake regen_config_h
56817      Branch: perlio
56818            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
56819            ! win32/makefile.mk
56820 ____________________________________________________________________________
56821 [  7830] By: nick                                  on 2000/11/23  08:05:07
56822         Log: Integrate mainline
56823      Branch: perlio
56824           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
56825           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
56826           +> t/lib/filt-util.pl t/lib/filt-util.t
56827           !> (integrate 41 files)
56828 ____________________________________________________________________________
56829 [  7829] By: gsar                                  on 2000/11/23  03:07:11
56830         Log: build the Filter extension on windows
56831      Branch: perl
56832            ! win32/Makefile win32/makefile.mk
56833 ____________________________________________________________________________
56834 [  7828] By: gsar                                  on 2000/11/23  02:46:35
56835         Log: regenerate win32/config* and fix some inconsistencies in the
56836              makefiles; always export Perl_deb() because it is needed
56837              by ext/re/* (whether perl itself is built with -DDEBUGGING
56838              or not)
56839      Branch: perl
56840            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
56841            ! win32/config_H.vc win32/makefile.mk
56842 ____________________________________________________________________________
56843 [  7827] By: gsar                                  on 2000/11/23  02:18:38
56844         Log: get sources building on windows+MSVC again (untested with other
56845              compilers)
56846      Branch: perl
56847            ! win32/include/sys/socket.h win32/perllib.c
56848 ____________________________________________________________________________
56849 [  7826] By: jhi                                   on 2000/11/23  01:18:26
56850         Log: Update Changes.
56851      Branch: perl
56852            ! Changes patchlevel.h
56853 ____________________________________________________________________________
56854 [  7825] By: jhi                                   on 2000/11/23  00:20:41
56855         Log: Subject: Re: av.c patch (having slight problems)
56856              From: "Ben Tilly" <ben_tilly@hotmail.com>
56857              Date: Tue, 21 Nov 2000 23:29:31 -0500
56858              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
56859              
56860              unshift() speedup.
56861      Branch: perl
56862            ! av.c
56863 ____________________________________________________________________________
56864 [  7824] By: jhi                                   on 2000/11/22  23:59:15
56865         Log: Fixes for signedness warnings noticed by VMSperlers.
56866      Branch: perl
56867            ! ext/Storable/Storable.xs regcomp.c sv.c
56868 ____________________________________________________________________________
56869 [  7823] By: jhi                                   on 2000/11/22  23:19:31
56870         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
56871              From: Peter Prymmer <pvhp@forte.com>
56872              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
56873              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
56874      Branch: perl
56875            ! t/pragma/warn/pp_hot
56876 ____________________________________________________________________________
56877 [  7822] By: jhi                                   on 2000/11/22  22:52:20
56878         Log: Be clean.
56879      Branch: perl
56880            ! Makefile.SH
56881 ____________________________________________________________________________
56882 [  7821] By: jhi                                   on 2000/11/22  22:46:39
56883         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
56884              by Damian Conway, as suggested by Paul Marquess.
56885      Branch: perl
56886            + lib/Filter/Simple.pm
56887 ____________________________________________________________________________
56888 [  7820] By: jhi                                   on 2000/11/22  22:45:51
56889         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
56890      Branch: perl
56891            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
56892            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
56893            + t/lib/filt-util.t
56894            ! MANIFEST
56895 ____________________________________________________________________________
56896 [  7819] By: jhi                                   on 2000/11/22  22:03:27
56897         Log: Integrate perlio.
56898      Branch: perl
56899           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
56900           !> win32/makefile.mk
56901 ____________________________________________________________________________
56902 [  7818] By: jhi                                   on 2000/11/22  21:56:02
56903         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
56904      Branch: perl
56905            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
56906            ! t/lib/io_sock.t
56907 ____________________________________________________________________________
56908 [  7817] By: jhi                                   on 2000/11/22  21:39:49
56909         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
56910              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56911              Date: Wed, 22 Nov 2000 16:08:12 -0500
56912              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
56913      Branch: perl
56914            ! lib/ExtUtils/Liblist.pm
56915 ____________________________________________________________________________
56916 [  7816] By: jhi                                   on 2000/11/22  21:38:25
56917         Log: Go ahead and #include <unistd.h> in perl.h.
56918      Branch: perl
56919            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
56920            ! util.c
56921 ____________________________________________________________________________
56922 [  7815] By: jhi                                   on 2000/11/22  21:22:52
56923         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
56924              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56925              Date: Mon, 20 Nov 2000 18:30:52 -0500
56926              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
56927      Branch: perl
56928            ! pod/perlre.pod regcomp.c t/op/re_tests
56929 ____________________________________________________________________________
56930 [  7814] By: jhi                                   on 2000/11/22  21:21:46
56931         Log: Subject: [PATCH 5.7.0] Liblist finally works
56932              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56933              Date: Tue, 21 Nov 2000 22:02:17 -0500
56934              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
56935      Branch: perl
56936            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
56937            ! lib/ExtUtils/MakeMaker.pm
56938 ____________________________________________________________________________
56939 [  7813] By: jhi                                   on 2000/11/22  21:20:23
56940         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
56941              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56942              Date: Wed, 22 Nov 2000 17:53:15 +0100
56943              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
56944              
56945              AIX dynaloader and perlio patch.
56946      Branch: perl
56947            ! ext/DynaLoader/dl_aix.xs
56948 ____________________________________________________________________________
56949 [  7812] By: jhi                                   on 2000/11/22  21:17:52
56950         Log: (Accidentally empty patch.)
56951      Branch: perl
56952            ! av.c
56953 ____________________________________________________________________________
56954 [  7811] By: jhi                                   on 2000/11/22  21:16:31
56955         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
56956              From: Peter Prymmer <pvhp@forte.com>
56957              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
56958              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
56959      Branch: perl
56960            ! vms/test.com
56961 ____________________________________________________________________________
56962 [  7810] By: jhi                                   on 2000/11/22  21:15:36
56963         Log: Subject: Re: perl@7777 
56964              From: "John P. Linderman" <jpl@research.att.com>
56965              Date: Wed, 22 Nov 2000 13:11:11 -0500
56966              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
56967              
56968              Detypoing.
56969      Branch: perl
56970            ! lib/CPAN.pm
56971 ____________________________________________________________________________
56972 [  7809] By: jhi                                   on 2000/11/22  21:14:19
56973         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
56974              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
56975              Date:     Wed, 22 Nov 2000 13:51:37 EST
56976              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
56977      Branch: perl
56978            ! perlsdio.h
56979 ____________________________________________________________________________
56980 [  7808] By: jhi                                   on 2000/11/22  21:13:27
56981         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
56982              From: Casey Tweten <crt@kiski.net>
56983              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
56984              Message-Id: <200011201653.LAA10194@home.kiski.net>
56985      Branch: perl
56986            ! t/lib/io_udp.t
56987 ____________________________________________________________________________
56988 [  7807] By: jhi                                   on 2000/11/22  21:12:35
56989         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
56990              From: Casey Tweten <crt@kiski.net>
56991              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
56992              Message-Id: <200011201636.LAA07227@home.kiski.net>
56993      Branch: perl
56994            ! t/lib/io_sock.t
56995 ____________________________________________________________________________
56996 [  7806] By: jhi                                   on 2000/11/22  21:10:59
56997         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
56998              From: "Casey R. Tweten" <crt@kiski.net>
56999              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
57000              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
57001      Branch: perl
57002            ! utils/h2xs.PL
57003 ____________________________________________________________________________
57004 [  7805] By: nick                                  on 2000/11/22  21:05:06
57005         Log: Integrate mainline
57006      Branch: perlio
57007           !> Changes Porting/genlog ext/DB_File/DB_File.xs
57008           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
57009           !> utils/perlbug.PL
57010 ____________________________________________________________________________
57011 [  7804] By: jhi                                   on 2000/11/22  21:01:12
57012         Log: Subject: [PATCH] Test.pm POD peculiarity
57013              From: "Casey R. Tweten" <crt@kiski.net>
57014              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
57015              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
57016      Branch: perl
57017            ! lib/Test.pm
57018 ____________________________________________________________________________
57019 [  7803] By: jhi                                   on 2000/11/22  20:59:59
57020         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
57021              From: "Philip Newton" <pnewton@gmx.de>
57022              Date: Wed, 22 Nov 2000 14:25:53 +0100
57023              Message-Id: <3A1BD771.25462.1939FAD@localhost>
57024              
57025              Be case-understanding also on 's', and use the -oi of sendmail
57026              not to terminate the transmission on a lone '.'.
57027      Branch: perl
57028            ! utils/perlbug.PL
57029 ____________________________________________________________________________
57030 [  7802] By: nick                                  on 2000/11/22  20:51:42
57031         Log: Win32 PerlIO intermediate state now working as expected.
57032              - In current state we are still using C runtime in text/binary
57033              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
57034              - PERLIO=stdio and PERLIO=unix pass all expected tests.
57035              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
57036              and PerlIO_seek() and the dummy crlf layer is not making adjustments
57037              for CRLF translation happening in C runtime. All other tests pass.
57038              
57039              Added note to README.win32 to point out the snags of doing a perl build
57040              with Norton AntiVirus turned on.
57041              
57042              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
57043              which file a fail comes from.
57044              
57045              Updated "canned" config.h to match the one generated.
57046      Branch: perlio
57047            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
57048            ! win32/makefile.mk
57049 ____________________________________________________________________________
57050 [  7801] By: jhi                                   on 2000/11/22  06:50:20
57051         Log: Nickety nits.
57052      Branch: perl
57053            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
57054 ____________________________________________________________________________
57055 [  7800] By: jhi                                   on 2000/11/22  01:29:55
57056         Log: Changes had accidentally gone too silent on non-main branches.
57057      Branch: perl
57058            ! Changes Porting/genlog patchlevel.h
57059 ____________________________________________________________________________
57060 [  7799] By: gsar                                  on 2000/11/22  01:02:56
57061         Log: some lib_pm.PL changes snuck in via change#7772
57062      Branch: maint-5.6/perl
57063            ! Makefile.SH
57064 ____________________________________________________________________________
57065 [  7798] By: nick                                  on 2000/11/21  21:59:40
57066         Log: Integrate mainline
57067      Branch: perlio
57068           !> (integrate 28 files)
57069 ____________________________________________________________________________
57070 [  7797] By: jhi                                   on 2000/11/21  21:01:45
57071         Log: Integrate perlio.
57072      Branch: perl
57073           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
57074 ____________________________________________________________________________
57075 [  7796] By: nick                                  on 2000/11/21  20:36:22
57076         Log: Win32 builds and runs (mostly) with USE_PERLIO.
57077              PERLIO=perlio passes all tests. 
57078              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
57079      Branch: perlio
57080            ! perlio.c win32/perllib.c win32/win32.c
57081 ____________________________________________________________________________
57082 [  7795] By: jhi                                   on 2000/11/21  19:03:44
57083         Log: Update Changes.
57084      Branch: perl
57085            ! Changes patchlevel.h
57086 ____________________________________________________________________________
57087 [  7794] By: jhi                                   on 2000/11/21  18:56:34
57088         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
57089              From: "Craig A. Berry" <craigberry@mac.com>
57090              Date: Mon, 20 Nov 2000 20:27:06 -0600
57091              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
57092              
57093              A cut-and-pasto.
57094      Branch: perl
57095            ! perlio.h
57096 ____________________________________________________________________________
57097 [  7793] By: jhi                                   on 2000/11/21  18:54:41
57098         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
57099              From: Dominic Dunlop <domo@computer.org> 
57100              Date: Mon, 20 Nov 2000 18:55:29 +0100
57101              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
57102              
57103              va_copy() and the need of it.
57104              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
57105      Branch: metaconfig/U/perl
57106            + need_va_copy.U
57107      Branch: perl
57108            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57109            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
57110            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
57111            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
57112            ! win32/config.bc win32/config.gc win32/config.vc
57113 ____________________________________________________________________________
57114 [  7792] By: jhi                                   on 2000/11/21  17:04:10
57115         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
57116      Branch: perl
57117           !> scope.h
57118 ____________________________________________________________________________
57119 [  7791] By: jhi                                   on 2000/11/21  17:01:16
57120         Log: Export the SOCKS workaround symbols only if necessary.
57121      Branch: perl
57122            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
57123 ____________________________________________________________________________
57124 [  7790] By: nick                                  on 2000/11/20  23:57:11
57125         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
57126      Branch: perlio
57127            ! scope.h
57128 ____________________________________________________________________________
57129 [  7789] By: nick                                  on 2000/11/20  23:38:33
57130         Log: Integrate mainline
57131      Branch: perlio
57132           +> lib/File/Spec/Epoc.pm
57133           !> (integrate 34 files)
57134 ____________________________________________________________________________
57135 [  7788] By: nick                                  on 2000/11/20  23:20:18
57136         Log: Make extra buffer layer work (dummy crlf layer)
57137      Branch: perlio
57138            ! doio.c perlio.c perlio.h
57139 ____________________________________________________________________________
57140 [  7787] By: jhi                                   on 2000/11/20  22:44:04
57141         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
57142              From: Peter Prymmer <pvhp@forte.com>
57143              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
57144              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
57145      Branch: perl
57146            ! t/pragma/locale.t
57147 ____________________________________________________________________________
57148 [  7786] By: jhi                                   on 2000/11/20  22:29:10
57149         Log: Subject: DOC PATCH 5.6.0 perlreftut
57150              From: mjd@plover.com
57151              Date: 20 Nov 2000 19:45:06 -0000
57152              Message-ID: <20001120194506.9505.qmail@plover.com>
57153      Branch: perl
57154            ! pod/perlreftut.pod
57155 ____________________________________________________________________________
57156 [  7785] By: jhi                                   on 2000/11/20  22:27:44
57157         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
57158              From: David Dyck <dcd@tc.fluke.com>
57159              Date: Mon, 20 Nov 2000 11:43:40 -0800
57160              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
57161      Branch: perl
57162            ! lib/Cwd.pm
57163 ____________________________________________________________________________
57164 [  7784] By: jhi                                   on 2000/11/20  22:23:21
57165         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
57166              Date: Mon, 20 Nov 2000 17:06:10 -0500
57167              To: Mailing list Perl5 <perl5-porters@perl.org>
57168              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
57169      Branch: perl
57170            ! pp_ctl.c t/op/pat.t
57171 ____________________________________________________________________________
57172 [  7783] By: jhi                                   on 2000/11/20  22:11:18
57173         Log: Subject: [PATCH] doop.c - UTF8 tr///               
57174              From: Simon Cozens <simon@cozens.net>
57175              Date: Sat, 18 Nov 2000 18:49:30 +0000
57176              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
57177              
57178              Subject: Re: [PATCH] doop.c - UTF8 tr///           
57179              From: Simon Cozens <simon@cozens.net>
57180              Date: Mon, 20 Nov 2000 20:45:22 +0000
57181              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
57182              
57183              Make tr on UTF-8 better but still not correct.
57184      Branch: perl
57185            ! doop.c
57186 ____________________________________________________________________________
57187 [  7782] By: jhi                                   on 2000/11/20  22:02:16
57188         Log: Remove the shared object before attempting to create
57189              (by linking) a new one.  E.g. in AIX not removing
57190              becomes quite painful if one tries to do more than one
57191              build in the same tree (an interrupted build, for example),
57192              since the AIX' shared dynaloader seemingly keeps the shared
57193              objects open and therefore 'busy' for quite a while, even when
57194              nobody is using the objects, leading into link failures.
57195      Branch: perl
57196            ! lib/ExtUtils/MM_Unix.pm
57197 ____________________________________________________________________________
57198 [  7781] By: gsar                                  on 2000/11/20  19:02:55
57199         Log: type mismatch due to faulty integration
57200      Branch: maint-5.6/perl
57201            ! toke.c win32/Makefile
57202 ____________________________________________________________________________
57203 [  7780] By: gsar                                  on 2000/11/20  17:31:55
57204         Log: integrate changes#6392,6394..6399,6401..6404
57205              
57206              The {multiplier} of a fixed substring was overlooked which
57207              caused a wrong initial search offset for that substring.
57208              
57209              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
57210              From: Hugo <hv@crypt.compulink.co.uk>
57211              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
57212              Date: Thu, 13 Jul 2000 19:27:13 +0100
57213              
57214              Fix the BOM bug: not a byteorder bug, a signedness bug.
57215              
57216              Replace change #6337 with a better one.
57217              
57218              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
57219              From: Hugo <hv@crypt.compulink.co.uk>
57220              Date: Fri, 14 Jul 2000 04:16:20 +0100
57221              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
57222              
57223              MakeMaker should not remove editor backups (*~) on `make clean`
57224              by default (completes change#6383)
57225              
57226              move new variables to the end of the interpreter structure (for
57227              bincompat in code that doesn't #include XSUB.h)
57228              
57229              rename totally bletcherous SvLOCK() thingy (doesn't do what the
57230              name suggests anyway)
57231              
57232              various cleanups (typos, misformatted code, and small bugs)
57233              
57234              typecasts needed for change#6394
57235              
57236              typos in change#6399, regen headers
57237              
57238              inconsistent types needs casts
57239              
57240              PERL_OBJECT build tweaks
57241      Branch: maint-5.6/perl
57242           !> MANIFEST doop.c embed.h embed.pl embedvar.h
57243           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
57244           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
57245           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
57246           !> toke.c util.c
57247 ____________________________________________________________________________
57248 [  7779] By: gsar                                  on 2000/11/20  17:06:29
57249         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
57250              
57251              Cosmetics and perldelta.
57252              
57253              Fix nits noticed by Boston.pm.
57254              
57255              Do the cc sanity check both before the hints and
57256              after the cc selction.
57257              
57258              get sprintf.t to adjust properly for 3-digit exponents
57259              
57260              don't clobber *.orig files on *clean targets
57261              
57262              fix bugs in processing %v-*d and similar format specs (from
57263              Avi Finkel <avi@finkel.org>)
57264              
57265              sprintf test tweaks (from Dominic Dunlop)
57266              
57267              new selfloader.t in change#6183 doesn't close DATA handles,
57268              and thus fails to clean up tmp files on dosish platforms
57269              
57270              typos (spotted by Peter Prymmer)
57271              
57272              typo fix from Craig Berry
57273      Branch: maint-5.6/perl
57274           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
57275           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
57276           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
57277           !> x2p/Makefile.SH
57278 ____________________________________________________________________________
57279 [  7778] By: gsar                                  on 2000/11/20  16:46:51
57280         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
57281              
57282              Subject: Re: format bug report  [Patch]
57283              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
57284              Date: Wed, 05 Jul 2000 13:12:52 +0200
57285              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
57286              
57287              Subject: Re: format bug report  [Patch]
57288              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
57289              Date: Wed, 05 Jul 2000 14:10:01 +0200
57290              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
57291              
57292              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
57293              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
57294              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
57295              Date: Fri, 07 Jul 2000 17:57:16 +0100
57296              
57297              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
57298              To: perl5-porters@perl.org
57299              From: Karsten Sperling <spiff@phreax.net>
57300              Date: Mon, 10 Jul 2000 15:12:52 +0200
57301              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
57302              
57303              README.posix-bc podified from Thomas Dorner.
57304              
57305              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
57306              From: Dominic Dunlop <domo@computer.org>
57307              Date: Tue, 11 Jul 2000 12:27:33 +0200
57308              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
57309              
57310              Typo in #6341.
57311              
57312              Fix for
57313              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
57314              From: Roderick Schertler <roderick@argon.org>
57315              Date: Tue, 11 Jul 2000 13:55:05 -0400
57316              Message-Id: <200007111755.NAA05077@jones.argon.org>
57317              
57318              Minor cleanups on the booklist.
57319              
57320              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
57321              regen perltoc.
57322              
57323              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
57324      Branch: maint-5.6/perl
57325           +> pod/perlbook.pod
57326           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
57327           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
57328           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
57329 ____________________________________________________________________________
57330 [  7777] By: jhi                                   on 2000/11/20  16:08:49
57331         Log: Update Changes.
57332      Branch: perl
57333            ! Changes patchlevel.h
57334 ____________________________________________________________________________
57335 [  7776] By: jhi                                   on 2000/11/20  15:27:56
57336         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
57337              This may be overly harsh but until proven otherwise, we think this
57338              way, or until we have a simple test for Configure (having to start
57339              up servers is does not count as simple) to check for the problems.
57340      Branch: perl
57341            ! perl.h
57342 ____________________________________________________________________________
57343 [  7775] By: jhi                                   on 2000/11/20  15:22:17
57344         Log: Solaris hints tweaks.
57345      Branch: perl
57346            ! hints/solaris_2.sh
57347 ____________________________________________________________________________
57348 [  7774] By: jhi                                   on 2000/11/20  15:01:20
57349         Log: Add a workaround to SOCKS 64-bit problems.
57350      Branch: perl
57351            ! doio.c embed.h embed.pl perlsdio.h proto.h
57352 ____________________________________________________________________________
57353 [  7773] By: jhi                                   on 2000/11/20  14:51:47
57354         Log: sysseek() instead of seek().
57355      Branch: perl
57356            ! t/lib/syslfs.t
57357 ____________________________________________________________________________
57358 [  7772] By: gsar                                  on 2000/11/20  13:06:23
57359         Log: integrate changes#6315..6319,6321..6331,6333..6338
57360              
57361              Integrate with Sarathy, preliminary fix for unicos
57362              alignment problems in [ID 20000612.002] Perl problem on Cray system.
57363              
57364              some debugger output does not go to the socket when RemotePort is set
57365              
57366              winsock cleanup never done on Windows (leads to handle leaks)
57367              
57368              fix UNC path handling on Windows under ithreads, and chdir()
57369              return value when given a non-existent directory
57370              
57371              Autogenerate pod/Makefile and pod/buildtoc.
57372              buildtoc also checks whether the existin pods are
57373              mentioned in MANIFEST and perl.pod, and vice versa.
57374              (None of the thusly found discrepancies fixed yet.)
57375              roffitall also needs to be autogenerated similarly but it
57376              seems so badly out of date that I didn't touch it yet.
57377              
57378              Config is being used.
57379              
57380              Add =head1 NAMEs so that buildtoc is happy.
57381              (The CGI::Util nit reported to Lincoln.)
57382              
57383              Fix complaints of buildtoc.
57384              
57385              Fix the alignment problem in Crays ([ID 20000612.002]).
57386              
57387              Remove perlbook, update perlfaq book listing,
57388              rearrange perl.pod, regenerate perltoc.
57389              
57390              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
57391              was cast to an unsigned (32-bit) integer with wild abandon.
57392              
57393              winsock options weren't being set in all threads under ithreads
57394              (caused send()s from second and subsequent threads to fail)
57395              
57396              accept() leaks memory on windows due to incorrect ordering of
57397              closesocket() and fclose() calls
57398              
57399              Reorder perl.pod once more.
57400              
57401              More POSIX.pod tweaks.
57402              
57403              Sprinkle ldlibpath.
57404              
57405              Precedence goof, fix based on
57406              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
57407              From: Hugo <hv@crypt.compulink.co.uk>
57408              Date: Tue, 11 Jul 2000 12:52:38 +0100
57409              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
57410              
57411              Subject: PATCH perlguts.pod: Document D and d magic types
57412              From: mjd@plover.com
57413              Date: 5 Jul 2000 18:01:51 -0000
57414              Message-ID: <20000705180151.29413.qmail@plover.com>
57415              
57416              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
57417              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
57418              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
57419              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
57420              
57421              Subject: [PATCH cfgperl] $& segfaults if you trick it
57422              From: simon@brecon.co.uk (Simon Cozens)
57423              Date: 7 Jul 2000 11:26:09 GMT
57424              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
57425              
57426              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
57427              From: Hugo <hv@crypt.compulink.co.uk>
57428              Date: Tue, 11 Jul 2000 12:44:50 +0100
57429              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
57430              
57431              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
57432              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
57433              Date: Tue, 11 Jul 2000 13:50:51 +0100
57434              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
57435      Branch: maint-5.6/perl
57436           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
57437           +> pod/buildtoc.PL
57438            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
57439           !> (integrate 26 files)
57440 ____________________________________________________________________________
57441 [  7771] By: gsar                                  on 2000/11/20  12:31:42
57442         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
57443              6310,6311,6314
57444              
57445              Subject: [PATCH bleedperl] File::Spec 0.82 beta
57446              From: Barrie Slaymaker <barries@jester.slaysys.com>
57447              Date: Wed, 28 Jun 2000 11:35:29 -0400
57448              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
57449              
57450              tweak perlembed for multiplicity/usethreads sanity; correct notes
57451              about Windows
57452              
57453              localize %INC in a Safe compartment so that use/require work
57454              (many other magic globals probably need similar treatment)
57455              
57456              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
57457              when @_ is modified, causing coredumps
57458              
57459              slurp mode fix in change#4736 still not quite right
57460              
57461              Point to perlipc for more SysV IPC examples.
57462              
57463              Elaborate POSIX.pod.  Still needs work.
57464              
57465              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
57466              
57467              fix large memory leak that has been around for ever, masked by
57468              -DPURIFY (most of the arenas were never freed!)
57469              
57470              fix memory leak on Windows (PL_sys_intern contents were never
57471              freed)
57472              
57473              PERL_OBJECT build tweak
57474              
57475              adjust change#6299
57476              
57477              remove rel2abs prototypes (from Barrie Slaymaker)
57478              
57479              missing perldiag entry for unpack("w",...) diagnostic (from
57480              Andreas Koenig)
57481              
57482              better diagnostic on Frob->stuff() when Frob:: doesn't exist
57483              (from Richard Soderberg <rs@oregonnet.com>)
57484              
57485              Win32 patches for cfgperl from Sarathy.
57486              
57487              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
57488              
57489              More POSIX.pod embellishment.
57490              
57491              tyop in change#6306
57492      Branch: maint-5.6/perl
57493           !> (integrate 44 files)
57494 ____________________________________________________________________________
57495 [  7770] By: gsar                                  on 2000/11/20  11:51:00
57496         Log: integrate changes#6268..6282 from cfgperl branch
57497              
57498              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
57499              From: Dominic Dunlop <domo@computer.org>
57500              Date: Thu, 29 Jun 2000 12:32:39 +0200
57501              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
57502              
57503              Regen headers for #6261 (and update embed.pl for this) and #6267,
57504              silence few compiler warnings.
57505              
57506              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
57507              From: Nicholas Clark <nick@talking.bollo.cx>
57508              Date: Fri, 23 Jun 2000 16:21:15 +0100
57509              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
57510              
57511              Subject: PATCH pod/perltie.pod
57512              From: Ian Phillipps <Ian.Phillipps@iname.com>
57513              Date: Fri, 16 Jun 2000 00:17:19 +0100
57514              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
57515              (only the first hunk, the second hunk had already been done
57516              by some other patch)
57517              
57518              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
57519              From: Tom Phoenix <rootbeer@redcat.com>
57520              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
57521              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
57522              
57523              Subject: [PATCH] xsub attributes
57524              From: Doug MacEachern <dougm@covalent.net>
57525              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
57526              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
57527              
57528              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
57529              From: Andy Dougherty <doughera@lafayette.edu>
57530              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
57531              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
57532              
57533              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
57534              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
57535              Date: Tue, 13 Jun 2000 02:43:48 -0500
57536              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
57537              
57538              Subject: [PATCH] Re: eval documentation: context
57539              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
57540              Date: Mon, 12 Jun 2000 15:07:29 +0100
57541              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
57542              
57543              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
57544              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
57545              Date: Mon, 12 Jun 2000 14:55:59 +0100
57546              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
57547              
57548              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
57549              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
57550              Date: Fri, 09 Jun 2000 12:39:27 -0400
57551              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
57552              (plus update the version "number" of Text::Wrap)
57553              
57554              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
57555              From: Tim Ayers <tayers@bridge.com>
57556              Date: Thu, 08 Jun 2000 08:11:06 +0200
57557              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
57558              [resent by Richard Foley, Message-Id probably wrong]
57559              
57560              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
57561              From: rspier@pobox.com (Robert Spier)
57562              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
57563              Message-ID: <14654.31913.845602.610277@rls.cx>
57564              
57565              Subject: [PATCH 5.6.0] utils/h2xs.PL
57566              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
57567              Date: Wed, 7 Jun 2000 04:02:04 -0500
57568              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
57569              
57570              Subject: [PATCH 5.6.0]ITHREADs for VMS
57571              From: Dan Sugalski <dan@sidhe.org>
57572              Date: Tue, 06 Jun 2000 11:59:50 -0400
57573              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
57574      Branch: maint-5.6/perl
57575           !> (integrate 31 files)
57576 ____________________________________________________________________________
57577 [  7769] By: gsar                                  on 2000/11/20  11:29:06
57578         Log: integrate changes#6261..6266 from cfgperl
57579              
57580              Subject: Re: [PATCH cfgperl] BOMs away!
57581              From: simon@brecon.co.uk (Simon Cozens)
57582              Date: 17 Jun 2000 11:49:57 GMT
57583              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
57584              
57585              Subject: 5.6.0 Patch for EPOC
57586              From: Olaf Flebbe <o.flebbe@gmx.de>
57587              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
57588              Message-ID: <23449.960929969@www11.gmx.net>
57589              
57590              tr fixes from Simon Cozens
57591              
57592              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
57593              From: Marty Lucich <marty@netcom.com>
57594              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
57595              Message-Id: <200006282116.OAA11148@netcom.com>
57596              ccdlflags update (the BSD/OS 4.1 part had already been taken
57597              care of by #6141).
57598              
57599              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
57600              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57601              Date: Wed, 28 Jun 2000 17:50:12 -0700
57602              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
57603              
57604              Subject: [PATCH 5.6.0] cygwin port
57605              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
57606              From: "Fifer, Eric" <EFifer@sanwaint.com>
57607              Date: Thu, 29 Jun 2000 12:58:29 +0100
57608      Branch: maint-5.6/perl
57609           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
57610           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
57611           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
57612           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
57613 ____________________________________________________________________________
57614 [  7768] By: gsar                                  on 2000/11/20  11:13:44
57615         Log: integrate changes#6252..6256,6259..6260
57616              
57617              Paranoia tweak on #6249.
57618              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
57619              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
57620              Date: Sun, 25 Jun 2000 23:43:12 -0400
57621              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
57622              
57623              Subject: tr///, help wanted.
57624              From: simon@brecon.co.uk (Simon Cozens)
57625              Date: 28 Jun 2000 11:29:04 GMT
57626              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
57627              
57628              small thinko tweaks
57629              
57630              tweaks from Simon Conzes to further fix tr/// under utf8
57631              
57632              perlnewmod was missing from MANIFEST.
57633              
57634              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
57635              From: simon@brecon.co.uk (Simon Cozens)
57636              Date: 17 Jun 2000 11:56:44 GMT
57637              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
57638              pack U0, pack C0
57639      Branch: maint-5.6/perl
57640           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
57641           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
57642           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
57643           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
57644 ____________________________________________________________________________
57645 [  7767] By: gsar                                  on 2000/11/20  10:51:38
57646         Log: integrate change#6250 from cfgperl
57647              
57648              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
57649              From: Doug MacEachern <dougm@covalent.net>
57650              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
57651              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
57652      Branch: maint-5.6/perl
57653           +> t/op/my_stash.t
57654           !> MANIFEST embed.pl global.sym proto.h toke.c
57655 ____________________________________________________________________________
57656 [  7766] By: gsar                                  on 2000/11/20  10:48:34
57657         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
57658              
57659              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
57660              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
57661              Date: Mon, 26 Jun 2000 18:40:14 +0100
57662              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
57663              
57664              Subject: [PATCH] bytes<->utf8 fixes
57665              From: simon@brecon.co.uk (Simon Cozens)
57666              Date: 26 Jun 2000 04:55:45 GMT
57667              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
57668              
57669              Subject: [PATCH] is_utf8_string
57670              From: simon@brecon.co.uk (Simon Cozens)
57671              Date: 26 Jun 2000 02:25:59 GMT
57672              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
57673              
57674              Subject: [PATCH] avoid mg_ptr in '*' magic
57675              From: Doug MacEachern <dougm@covalent.net>
57676              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
57677              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
57678              
57679              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
57680              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
57681              Date: Sat, 24 Jun 2000 13:06:20 +0100
57682              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
57683              
57684              Allow for standalone testing.
57685              
57686              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
57687              From: Mark-Jason Dominus <mjd@plover.com>
57688              Date: Tue, 27 Jun 2000 22:36:42 -0400
57689              Message-ID: <20000628023642.12166.qmail@plover.com>
57690              
57691              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
57692              From: Frank Tobin <ftobin@uiuc.edu>
57693              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
57694              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
57695      Branch: maint-5.6/perl
57696           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
57697           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
57698           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
57699           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
57700           !> utf8.c utils/h2xs.PL
57701 ____________________________________________________________________________
57702 [  7765] By: gsar                                  on 2000/11/20  10:29:13
57703         Log: integrate change#6239 from cfgperl
57704              
57705              Configure maintenance.  Sever some dependency cycles,
57706              separate gccversion from the cc unit,
57707              address [ID 20000623.006] Configure script patch for using gcc on AIX
57708              (but solve it a little bit differently),
57709              unduplex some accidentally duplicated units,
57710              suggest using gcc if no cc available
57711              (p5p thread: "Solaris configure: counterproposal", 1999-09)
57712      Branch: maint-5.6/perl
57713           !> Configure Todo-5.6 config_h.SH
57714 ____________________________________________________________________________
57715 [  7764] By: gsar                                  on 2000/11/20  10:25:55
57716         Log: integrate changes#6233..6238 from cfgperl
57717              
57718              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
57719              From: Mark-Jason Dominus <mjd@plover.com>
57720              Date: Fri, 16 Jun 2000 20:53:04 -0400
57721              Message-ID: <20000617005304.8008.qmail@plover.com>
57722              
57723              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
57724              because when run as services (Win32ese for daemons)
57725              no environment variables are set and tmpdir ends up as /tmp,
57726              which is ambiguous.
57727              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
57728              From: matt@sergeant.org
57729              Date: 16 Jun 2000 16:30:43 -0000
57730              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
57731              
57732              The thread begun by
57733              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
57734              From: Kevin.Ruscoe@ubsw.com
57735              Date: Fri, 16 Jun 2000 16:38:51 +0100
57736              Message-Id: <H000019b03c300d6@MHS>
57737              
57738              Tweak embed.pl, regen headers.
57739              
57740              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
57741              From: Dan Sugalski <dan@sidhe.org>
57742              Date: Fri, 23 Jun 2000 17:00:00 -0400
57743              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
57744      Branch: maint-5.6/perl
57745           !> (integrate 27 files)
57746 ____________________________________________________________________________
57747 [  7763] By: gsar                                  on 2000/11/20  10:08:08
57748         Log: s/perl56delta/perldelta/g
57749      Branch: maint-5.6/perl
57750            ! pod/Makefile
57751 ____________________________________________________________________________
57752 [  7762] By: gsar                                  on 2000/11/20  10:04:00
57753         Log: integrate changes#6225,6229,6231,6232 from cfgperl
57754              
57755              Add source code filenames to apidoc.
57756              From: simon@brecon.co.uk (Simon Cozens)
57757              Subject: [PATCH embed.pl] Source X-ref
57758              Date: 22 Jun 2000 02:18:49 GMT
57759              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
57760              
57761              Subject: README.hpux version 0.6.1
57762              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
57763              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
57764              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
57765              
57766              Subject: [PATCH 5.6.0] cygwin port
57767              From: "Fifer, Eric" <EFifer@sanwaint.com>
57768              Date: Tue, 20 Jun 2000 14:30:58 +0100
57769              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
57770              
57771              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
57772              From: simon@brecon.co.uk (Simon Cozens)
57773              Date: 19 Jun 2000 15:18:27 GMT
57774              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
57775              
57776              plus update pod/Makefile and regenerate perltoc
57777      Branch: maint-5.6/perl
57778           +> pod/perlutil.pod
57779           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
57780           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
57781 ____________________________________________________________________________
57782 [  7761] By: jhi                                   on 2000/11/20  04:09:55
57783         Log: Miraculous typo.
57784      Branch: perl
57785            ! t/op/pat.t
57786 ____________________________________________________________________________
57787 [  7760] By: jhi                                   on 2000/11/20  04:06:08
57788         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
57789              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57790              Date: Sun, 19 Nov 2000 22:30:26 -0500
57791              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
57792      Branch: perl
57793            ! regexec.c scope.h t/op/pat.t
57794 ____________________________________________________________________________
57795 [  7759] By: jhi                                   on 2000/11/20  02:05:22
57796         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
57797      Branch: perl
57798            ! perl.h
57799 ____________________________________________________________________________
57800 [  7758] By: jhi                                   on 2000/11/20  01:58:11
57801         Log: Subject: [perl 7711: EPOC] updates
57802              From: Olaf Flebbe <o.flebbe@gmx.de>
57803              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
57804              Message-ID: <25575.974658810@www23.gmx.net>               
57805      Branch: perl
57806            + lib/File/Spec/Epoc.pm
57807            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
57808            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
57809            ! lib/File/Spec.pm perl.c sv.c
57810 ____________________________________________________________________________
57811 [  7757] By: jhi                                   on 2000/11/20  01:53:11
57812         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
57813      Branch: perl
57814            ! MANIFEST
57815 ____________________________________________________________________________
57816 [  7756] By: jhi                                   on 2000/11/20  01:47:22
57817         Log: Integrate perlio.
57818      Branch: perl
57819            - ext/re/hints/MSWin32.pl
57820           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
57821           !> win32/config.gc win32/config_H.gc win32/win32sck.c
57822 ____________________________________________________________________________
57823 [  7755] By: nick                                  on 2000/11/19  20:57:17
57824         Log: Add dummy crlf layer (just as buffer)
57825              Correct 1st bug - one layer of indirection.
57826      Branch: perlio
57827            ! perlio.c perlio.h perliol.h
57828 ____________________________________________________________________________
57829 [  7754] By: nick                                  on 2000/11/19  20:56:12
57830         Log: Work-round to Perl_deb_nocontext is no longer required
57831      Branch: perlio
57832            - ext/re/hints/MSWin32.pl
57833 ____________________________________________________________________________
57834 [  7753] By: nick                                  on 2000/11/19  20:01:16
57835         Log: diff -se shows these as different
57836      Branch: perlio
57837            ! global.sym pod/perlapi.pod
57838 ____________________________________________________________________________
57839 [  7752] By: nick                                  on 2000/11/19  18:57:30
57840         Log: Configure GCC/Win32 build -Duseperlio
57841              Fix a couple of gross issues
57842              - double-include of ../deb.o in re.dll
57843              - win32sck.c needs PerlIO and FILE 
57844      Branch: perlio
57845            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
57846            ! win32/win32sck.c
57847 ____________________________________________________________________________
57848 [  7751] By: nick                                  on 2000/11/19  17:05:36
57849         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
57850      Branch: perlio
57851            ! perlio.c
57852 ____________________________________________________________________________
57853 [  7750] By: nick                                  on 2000/11/19  16:57:14
57854         Log: Missing aTHX_
57855      Branch: perlio
57856            ! sv.c
57857 ____________________________________________________________________________
57858 [  7749] By: jhi                                   on 2000/11/19  16:28:40
57859         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
57860              From: "Peter J. Farley III" <pjfarley@banet.net>
57861              Date: Sun, 19 Nov 2000 01:42:58 -0500
57862              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
57863      Branch: perl
57864            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
57865 ____________________________________________________________________________
57866 [  7748] By: jhi                                   on 2000/11/19  16:08:10
57867         Log: Subject: podlators 1.05 available        
57868              From: Russ Allbery <rra@stanford.edu>   
57869              Date: 18 Nov 2000 22:04:28 -0800
57870              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
57871      Branch: perl
57872            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
57873 ____________________________________________________________________________
57874 [  7747] By: nick                                  on 2000/11/19  11:19:39
57875         Log: Integrate mainline
57876      Branch: perlio
57877           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
57878           !> util.c
57879 ____________________________________________________________________________
57880 [  7746] By: jhi                                   on 2000/11/19  06:42:22
57881         Log: Make hex scanning warn on "\x{x}" and "\xx".
57882              "\x" and and hex("x") are still valid.
57883      Branch: perl
57884            ! util.c
57885 ____________________________________________________________________________
57886 [  7745] By: nick                                  on 2000/11/18  22:52:28
57887         Log: Integrate mainline
57888      Branch: perlio
57889           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
57890           !> perl.h perlio.c proto.h regcomp.c regcomp.h
57891 ____________________________________________________________________________
57892 [  7744] By: jhi                                   on 2000/11/18  22:50:28
57893         Log: Introduce Perl_utf8_length().  Use it.
57894      Branch: perl
57895            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
57896 ____________________________________________________________________________
57897 [  7743] By: jhi                                   on 2000/11/18  22:38:51
57898         Log: Compiler denit.
57899      Branch: perl
57900            ! perlio.c
57901 ____________________________________________________________________________
57902 [  7742] By: jhi                                   on 2000/11/18  20:33:05
57903         Log: Integrate perlio.
57904      Branch: perl
57905           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
57906           !> perlio.h pp_ctl.c pp_sys.c sv.c
57907 ____________________________________________________________________________
57908 [  7741] By: jhi                                   on 2000/11/18  20:31:27
57909         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
57910              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57911              Date: Fri, 17 Nov 2000 20:35:11 -0500
57912              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
57913              
57914              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
57915              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57916              Date: Fri, 17 Nov 2000 21:03:47 -0500
57917              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
57918              
57919              Plus a little bit of tweaking in pregcomp().
57920      Branch: perl
57921            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
57922 ____________________________________________________________________________
57923 [  7740] By: nick                                  on 2000/11/18  20:17:22
57924         Log: Lexical use open ... support:
57925              add ->cop_io to COP structure in cop.h.
57926              Make mg.c and gv.c associate it with ${^OPEN}.
57927              Make lib/open.pm set it.
57928              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
57929              manner similar to ->cop_warnings.
57930              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
57931              call new PerlIO_apply_layers().
57932              Declare latter in perlio.h and define in perlio.c
57933      Branch: perlio
57934            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
57935            ! perlio.h pp_ctl.c pp_sys.c sv.c
57936 ____________________________________________________________________________
57937 [  7739] By: jhi                                   on 2000/11/18  19:54:00
57938         Log: Integrate perlio.
57939      Branch: perl
57940           !> doio.c perlio.c pp.c
57941 ____________________________________________________________________________
57942 [  7738] By: jhi                                   on 2000/11/18  17:16:13
57943         Log: Subject: [PATCH 5.7.0] etags broken again
57944              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57945              Date: Sat, 18 Nov 2000 02:41:36 -0500
57946              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
57947      Branch: perl
57948            ! emacs/ptags
57949 ____________________________________________________________________________
57950 [  7737] By: jhi                                   on 2000/11/18  17:12:18
57951         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
57952      Branch: perl
57953            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
57954 ____________________________________________________________________________
57955 [  7736] By: nick                                  on 2000/11/18  14:06:20
57956         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
57957              part to be isolated.
57958      Branch: perlio
57959            ! doio.c perlio.c
57960 ____________________________________________________________________________
57961 [  7735] By: nick                                  on 2000/11/18  11:03:32
57962         Log: Integrate mainline
57963      Branch: perlio
57964           !> Changes README.amiga README.win32 patchlevel.h
57965           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
57966 ____________________________________________________________________________
57967 [  7734] By: jhi                                   on 2000/11/18  01:18:56
57968         Log: Update Changes.
57969      Branch: perl
57970            ! Changes patchlevel.h
57971 ____________________________________________________________________________
57972 [  7733] By: jhi                                   on 2000/11/18  00:32:54
57973         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
57974              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57975              Date: Fri, 17 Nov 2000 17:28:02 -0500
57976              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
57977      Branch: perl
57978            ! regcomp.c regexec.c t/op/re_tests
57979 ____________________________________________________________________________
57980 [  7732] By: jhi                                   on 2000/11/18  00:28:56
57981         Log: Sparc 64-bit pack() fix from Jens Hamisch.
57982      Branch: perl
57983            ! pp.c
57984 ____________________________________________________________________________
57985 [  7731] By: jhi                                   on 2000/11/18  00:18:39
57986         Log: Explain in more detail the {} syntax ambiguousity.
57987              
57988              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
57989              From: Nicholas Clark <nick@ccl4.org>
57990              Date: Fri, 17 Nov 2000 22:10:28 +0000
57991              Message-ID: <20001117221028.A88930@plum.flirble.org>
57992      Branch: perl
57993            ! pod/perlfunc.pod
57994 ____________________________________________________________________________
57995 [  7730] By: jhi                                   on 2000/11/18  00:12:18
57996         Log: Subject: Fix for README.amiga (20000323.033)
57997              From: "Stephen P. Potter" <spp@spotter.yi.org>
57998              Date: Fri, 17 Nov 2000 12:25:51 -0500
57999              Message-Id: <200011171725.MAA05768@spotter.yi.org>
58000      Branch: perl
58001            ! README.amiga
58002 ____________________________________________________________________________
58003 [  7729] By: jhi                                   on 2000/11/18  00:08:34
58004         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
58005              From: "A. C. Yardley" <yardley@tanet.net>
58006              Date: Mon, 3 Apr 2000 11:35:33 -0700
58007              Message-ID: <3483.000403@tanet.net>
58008      Branch: perl
58009            ! README.win32
58010 ____________________________________________________________________________
58011 [  7728] By: nick                                  on 2000/11/17  21:59:47
58012         Log: Integrate mainline
58013      Branch: perlio
58014           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
58015           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
58016           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
58017           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
58018 ____________________________________________________________________________
58019 [  7727] By: nick                                  on 2000/11/17  21:56:31
58020         Log: Experiment on use of attributes.pm interface.
58021              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
58022              SVt_PVRV if not already something better (else vivify of say magic gets
58023              core dump).
58024      Branch: perlio
58025            ! perlio.c pp.c
58026 ____________________________________________________________________________
58027 [  7726] By: jhi                                   on 2000/11/17  14:15:49
58028         Log: Subject: Fix for 20000815.006
58029              From: "Stephen P. Potter" <spp@spotter.yi.org>
58030              Date: Fri, 17 Nov 2000 08:57:45 -0500
58031              Message-Id: <200011171357.IAA05122@spotter.yi.org>
58032              
58033              It's really 20000518.006.
58034      Branch: perl
58035            ! pod/perlmodlib.PL
58036 ____________________________________________________________________________
58037 [  7725] By: jhi                                   on 2000/11/17  14:12:31
58038         Log: Subject: Fix for 20000409.001
58039              From: "Stephen P. Potter" <spp@spotter.yi.org>
58040              Date: Fri, 17 Nov 2000 08:55:45 -0500
58041              Message-Id: <200011171355.IAA05104@spotter.yi.org>
58042      Branch: perl
58043            ! pod/perlfaq9.pod
58044 ____________________________________________________________________________
58045 [  7724] By: jhi                                   on 2000/11/17  14:08:58
58046         Log: Undo #7627 now that we have =head3.
58047      Branch: perl
58048            ! pod/perlhack.pod
58049 ____________________________________________________________________________
58050 [  7723] By: jhi                                   on 2000/11/17  14:04:09
58051         Log: As surmised the #7719 wasn't a good move.
58052      Branch: perl
58053            ! hints/solaris_2.sh
58054 ____________________________________________________________________________
58055 [  7722] By: jhi                                   on 2000/11/17  13:59:04
58056         Log: Also the 64bitall hints can be either here or there.
58057      Branch: perl
58058            ! hints/solaris_2.sh
58059 ____________________________________________________________________________
58060 [  7721] By: jhi                                   on 2000/11/17  02:26:23
58061         Log: Test tweak for the open pragma.
58062      Branch: perl
58063            ! t/lib/b.t
58064 ____________________________________________________________________________
58065 [  7720] By: jhi                                   on 2000/11/17  00:23:22
58066         Log: The long double hints can be here or there.
58067      Branch: perl
58068            ! hints/solaris_2.sh
58069 ____________________________________________________________________________
58070 [  7719] By: jhi                                   on 2000/11/17  00:14:06
58071         Log: For Solaris use64bitall the stdchar needs a little bit of help.
58072      Branch: perl
58073            ! hints/solaris_2.sh
58074 ____________________________________________________________________________
58075 [  7718] By: jhi                                   on 2000/11/16  23:27:34
58076         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
58077              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
58078              Date: Wed, 15 Nov 2000 08:56:32 +0100
58079              Message-ID: <3A1241B0.64477E00@alcatel.at>
58080      Branch: perl
58081            ! lib/Carp/Heavy.pm
58082 ____________________________________________________________________________
58083 [  7717] By: jhi                                   on 2000/11/16  23:23:29
58084         Log: Subject: [PATCH] Re: 20001101.003 PDL
58085              From: Nicholas Clark <nick@ccl4.org>
58086              Date: Thu, 16 Nov 2000 16:48:25 +0000
58087              Message-ID: <20001116164825.B93487@plum.flirble.org>
58088      Branch: perl
58089            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
58090 ____________________________________________________________________________
58091 [  7716] By: jhi                                   on 2000/11/16  23:21:31
58092         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
58093              From: "Casey R. Tweten" <crt@kiski.net>
58094              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
58095              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
58096      Branch: perl
58097            ! lib/Pod/Checker.pm pod/perlpod.pod
58098 ____________________________________________________________________________
58099 [  7715] By: jhi                                   on 2000/11/16  23:19:40
58100         Log: Avoid an infinite loop in VMS when utils scripts are run
58101              with no arguments, from Charles Lane.
58102      Branch: perl
58103            ! configure.com
58104 ____________________________________________________________________________
58105 [  7714] By: jhi                                   on 2000/11/16  23:17:08
58106         Log: Subject: perllocale.pod changes
58107              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
58108              Date: Mon, 13 Nov 2000 10:09:22 +0300
58109              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
58110      Branch: perl
58111            ! pod/perllocale.pod
58112 ____________________________________________________________________________
58113 [  7713] By: jhi                                   on 2000/11/16  23:14:06
58114         Log: Integrate perlio.
58115      Branch: perl
58116           !> doio.c perlio.c perlio.h util.c
58117 ____________________________________________________________________________
58118 [  7712] By: nick                                  on 2000/11/16  21:10:58
58119         Log: Integrate mainline
58120      Branch: perlio
58121           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
58122           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
58123           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
58124           !> vos/config.ga.def vos/config.ga.h win32/config.bc
58125           !> win32/config.gc win32/config.vc
58126 ____________________________________________________________________________
58127 [  7711] By: nick                                  on 2000/11/16  19:56:41
58128         Log: Minor tweaks:
58129              consistent way of getting 'rb', 'wb' etc. for binary opens
58130              move *perlio::layers to *open::layers
58131              a #define to show layers available
58132              DOSISH popen/PerlIO had export/import sense inverted.
58133      Branch: perlio
58134            ! doio.c perlio.c perlio.h util.c
58135 ____________________________________________________________________________
58136 [  7710] By: jhi                                   on 2000/11/16  15:46:05
58137         Log: Add HAS_SBRK_PROTO.
58138      Branch: metaconfig/U/perl
58139            + d_sbrkproto.U
58140      Branch: perl
58141            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58142            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
58143            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
58144            ! vos/config.ga.def vos/config.ga.h win32/config.bc
58145            ! win32/config.gc win32/config.vc
58146 ____________________________________________________________________________
58147 [  7709] By: nick                                  on 2000/11/16  07:31:49
58148         Log: Integrate mainline
58149      Branch: perlio
58150           !> (integrate 35 files)
58151 ____________________________________________________________________________
58152 [  7708] By: jhi                                   on 2000/11/16  05:33:03
58153         Log: These files are text, not binary.
58154      Branch: perl
58155            ! ext/Encode/Encode/iso8859-10.enc
58156            ! ext/Encode/Encode/iso8859-13.enc
58157            ! ext/Encode/Encode/iso8859-14.enc
58158            ! ext/Encode/Encode/iso8859-15.enc
58159 ____________________________________________________________________________
58160 [  7707] By: jhi                                   on 2000/11/16  01:53:37
58161         Log: Update Changes.
58162      Branch: perl
58163            ! Changes patchlevel.h
58164 ____________________________________________________________________________
58165 [  7706] By: jhi                                   on 2000/11/16  01:35:59
58166         Log: More #undefing of stdio.
58167      Branch: perl
58168            ! fakesdio.h nostdio.h
58169 ____________________________________________________________________________
58170 [  7705] By: jhi                                   on 2000/11/16  01:34:18
58171         Log: Add fwalk() probe to the configuration files and regen perltoc.
58172      Branch: perl
58173            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58174            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
58175            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
58176            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
58177            ! win32/config.bc win32/config.gc win32/config.vc
58178 ____________________________________________________________________________
58179 [  7704] By: jhi                                   on 2000/11/16  01:33:07
58180         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
58181              an optional third argument to Inlibc?)
58182      Branch: metaconfig/U/perl
58183            + d__fwalk.U
58184 ____________________________________________________________________________
58185 [  7703] By: jhi                                   on 2000/11/16  01:09:22
58186         Log: The type of the hash_cb() size argument is tricky.
58187      Branch: perl
58188            ! ext/DB_File/DB_File.xs
58189 ____________________________________________________________________________
58190 [  7702] By: jhi                                   on 2000/11/15  23:01:16
58191         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
58192      Branch: perl
58193            ! nostdio.h
58194 ____________________________________________________________________________
58195 [  7701] By: jhi                                   on 2000/11/15  22:52:32
58196         Log: Detypo.
58197      Branch: perl
58198            ! t/lib/bigfltpm.t
58199 ____________________________________________________________________________
58200 [  7700] By: jhi                                   on 2000/11/15  22:51:56
58201         Log: UINT64_C() work continues.
58202      Branch: perl
58203            ! handy.h perl.h utf8.h
58204 ____________________________________________________________________________
58205 [  7699] By: jhi                                   on 2000/11/15  14:13:04
58206         Log: SOCKS has its own USE_THREADS, based on
58207              
58208              Subject: [ID 20001114.002] et. al. bugfix followup
58209              From: Jens Hamisch <jens@Strawberry.COM> 
58210              Date: Wed, 15 Nov 2000 14:23:11 +0100
58211              Message-ID: <20001115142311.A21164@Strawberry.COM>
58212      Branch: perl
58213            ! perl.h
58214 ____________________________________________________________________________
58215 [  7698] By: jhi                                   on 2000/11/15  03:50:56
58216         Log: Add few missing #undefs and sort them.
58217      Branch: perl
58218            ! fakesdio.h
58219 ____________________________________________________________________________
58220 [  7697] By: jhi                                   on 2000/11/15  03:39:14
58221         Log: Linenumber fix.
58222      Branch: perl
58223            ! t/pragma/warn/utf8
58224 ____________________________________________________________________________
58225 [  7696] By: jhi                                   on 2000/11/15  02:55:26
58226         Log: EBCDIC tweaks.
58227              
58228              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
58229              From: Peter Prymmer <pvhp@forte.com>
58230              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
58231              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
58232      Branch: perl
58233            ! t/op/regmesg.t t/pragma/warn/utf8
58234 ____________________________________________________________________________
58235 [  7695] By: jhi                                   on 2000/11/15  02:53:58
58236         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
58237              From: Peter Prymmer <pvhp@forte.com>
58238              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
58239              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
58240      Branch: perl
58241            ! utf8.c
58242 ____________________________________________________________________________
58243 [  7694] By: jhi                                   on 2000/11/15  02:50:55
58244         Log: Subject: [PATCH: perl@7674] updates to README.os390
58245              From: Prymmer/Kahn <pvhp@best.com>
58246              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
58247              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
58248      Branch: perl
58249            ! README.os390
58250 ____________________________________________________________________________
58251 [  7693] By: jhi                                   on 2000/11/15  02:48:37
58252         Log: Quit utf8_to_uv() instantly if curlen == 0.
58253      Branch: perl
58254            ! utf8.c
58255 ____________________________________________________________________________
58256 [  7692] By: jhi                                   on 2000/11/15  02:24:29
58257         Log: Use u_int32_t for the size of hash_cb(), not size_t.
58258              
58259              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
58260              From: Jens Hamisch <jens@Strawberry.COM>     
58261              Date: Tue, 14 Nov 2000 19:03:55 +0100
58262              Message-Id: <20001114190355.A20559@Strawberry.COM>
58263      Branch: perl
58264            ! ext/DB_File/DB_File.xs
58265 ____________________________________________________________________________
58266 [  7691] By: jhi                                   on 2000/11/15  02:20:12
58267         Log: Use UINT64_C().
58268              
58269              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
58270              From: Jens Hamisch <jens@Strawberry.COM>
58271              Date: Tue, 14 Nov 2000 19:16:23 +0100
58272              Message-Id: <20001114191623.G20559@Strawberry.COM>
58273      Branch: perl
58274            ! utf8.c utf8.h
58275 ____________________________________________________________________________
58276 [  7690] By: jhi                                   on 2000/11/15  02:17:06
58277         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
58278              (a macro to define signed and unsigned integer constants).
58279      Branch: perl
58280            ! handy.h
58281 ____________________________________________________________________________
58282 [  7689] By: jhi                                   on 2000/11/15  01:56:51
58283         Log: Regen Configure.
58284      Branch: perl
58285            ! Configure
58286 ____________________________________________________________________________
58287 [  7688] By: jhi                                   on 2000/11/15  01:56:32
58288         Log: Make the unit know about SOCKS.
58289      Branch: metaconfig
58290            ! U/protos/socksizetype.U
58291 ____________________________________________________________________________
58292 [  7687] By: jhi                                   on 2000/11/15  01:54:47
58293         Log: Remove unused dependencies.
58294      Branch: metaconfig
58295            ! U/compline/d_getpagsz.U
58296 ____________________________________________________________________________
58297 [  7686] By: nick                                  on 2000/11/14  21:25:13
58298         Log: Integrate mainline.
58299      Branch: perlio
58300           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
58301           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
58302           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
58303           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
58304           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
58305           !> win32/config.bc win32/config.gc win32/config.vc
58306           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
58307 ____________________________________________________________________________
58308 [  7685] By: jhi                                   on 2000/11/14  17:54:56
58309         Log: Integrate perlio.
58310      Branch: perl
58311           +> fakesdio.h perliol.h
58312           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
58313           !> perlsdio.h perlsfio.h pod/perlfunc.pod
58314 ____________________________________________________________________________
58315 [  7684] By: nick                                  on 2000/11/14  17:43:04
58316         Log: PerlIO #include and #ifdef re-work.
58317      Branch: perlio
58318            + fakesdio.h perliol.h
58319            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
58320            ! perlsdio.h perlsfio.h
58321 ____________________________________________________________________________
58322 [  7683] By: jhi                                   on 2000/11/14  15:42:40
58323         Log: Hoist the duplicated socket/netdb include logic to perl.h;
58324              undef SETERRNO in case SOCKS has defined it.  Based on:
58325              
58326              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
58327              From: Jens Hamisch <jens@Strawberry.COM> 
58328              Date: Tue, 14 Nov 2000 11:34:40 +0100
58329              Message-Id: <20001114113440.A20005@Strawberry.COM>
58330      Branch: perl
58331            ! doio.c perl.h pp_sys.c
58332 ____________________________________________________________________________
58333 [  7682] By: jhi                                   on 2000/11/14  14:07:28
58334         Log: Subject: some additions for makefiles for win32 (for perl@7674)
58335              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
58336              Date: Tue, 14 Nov 2000 09:31:13 +0300
58337              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
58338      Branch: perl
58339            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
58340            ! win32/makefile.mk
58341 ____________________________________________________________________________
58342 [  7681] By: jhi                                   on 2000/11/14  14:01:41
58343         Log: Subject: tiny typo in perl5db.pl
58344              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
58345              Date: Tue, 14 Nov 2000 09:29:28 +0300
58346              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
58347      Branch: perl
58348            ! lib/perl5db.pl
58349 ____________________________________________________________________________
58350 [  7680] By: jhi                                   on 2000/11/14  04:13:50
58351         Log: Redo #7679 with LFs instead of CRLFs.
58352      Branch: perl
58353            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
58354            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
58355            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
58356 ____________________________________________________________________________
58357 [  7679] By: jhi                                   on 2000/11/14  01:21:09
58358         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
58359              From: Benjamin Stuhl <tiriath@yahoo.com> 
58360              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
58361              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
58362      Branch: perl
58363            + win32/bin/mdelete.bat
58364            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
58365            ! makedef.pl perlio.c win32/Makefile win32/config.gc
58366            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
58367 ____________________________________________________________________________
58368 [  7678] By: jhi                                   on 2000/11/14  01:19:20
58369         Log: Fix the re extension building for Win32.
58370              
58371              Subject: [PATCH perl@7638] Get PerlIO building on Win32
58372              From: Benjamin Stuhl <tiriath@yahoo.com> 
58373              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
58374              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
58375      Branch: perl
58376            + ext/re/hints/MSWin32.pl
58377            ! MANIFEST
58378 ____________________________________________________________________________
58379 [  7677] By: jhi                                   on 2000/11/14  01:13:54
58380         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
58381              From: sthoenna@efn.org
58382              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
58383              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
58384      Branch: perl
58385            ! doop.c pp.c toke.c utf8.c utf8.h
58386 ____________________________________________________________________________
58387 [  7676] By: jhi                                   on 2000/11/13  20:23:15
58388         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
58389              From: Nicholas Clark <nick@ccl4.org>
58390              Date: Mon, 13 Nov 2000 18:55:04 +0000
58391              Message-ID: <20001113185504.J29183@plum.flirble.org>
58392      Branch: perl
58393            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
58394 ____________________________________________________________________________
58395 [  7675] By: nick                                  on 2000/11/13  20:21:57
58396         Log: Integrate mainline ...
58397      Branch: perlio
58398           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
58399           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
58400           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
58401           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
58402 ____________________________________________________________________________
58403 [  7674] By: jhi                                   on 2000/11/13  15:07:56
58404         Log: Update Changes.
58405      Branch: perl
58406            ! Changes patchlevel.h
58407 ____________________________________________________________________________
58408 [  7673] By: jhi                                   on 2000/11/13  14:42:42
58409         Log: Remove the new two tests of lib/io_xs for now, they seem to
58410              fail under perlio on some platforms.
58411      Branch: perl
58412            ! t/lib/io_xs.t
58413 ____________________________________________________________________________
58414 [  7672] By: jhi                                   on 2000/11/13  13:57:53
58415         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
58416      Branch: perl
58417            ! perlio.c
58418 ____________________________________________________________________________
58419 [  7671] By: jhi                                   on 2000/11/13  05:30:48
58420         Log: Placate nervous compilers that see longer than ints switch()ing.
58421      Branch: perl
58422            ! utf8.c
58423 ____________________________________________________________________________
58424 [  7670] By: jhi                                   on 2000/11/13  05:14:21
58425         Log: fputs() does return EOF on error but here we don't care.
58426      Branch: perl
58427            ! perlio.c
58428 ____________________________________________________________________________
58429 [  7669] By: jhi                                   on 2000/11/13  05:02:45
58430         Log: Declare reg_data like reg_substr_data.
58431      Branch: perl
58432            ! regexp.h
58433 ____________________________________________________________________________
58434 [  7668] By: jhi                                   on 2000/11/13  04:54:34
58435         Log: Typos in #7667.
58436      Branch: perl
58437            ! perl.h
58438 ____________________________________________________________________________
58439 [  7667] By: jhi                                   on 2000/11/13  04:49:49
58440         Log: Cleanup messy #ifdef.
58441      Branch: perl
58442            ! perl.h
58443 ____________________________________________________________________________
58444 [  7666] By: jhi                                   on 2000/11/13  04:17:34
58445         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
58446              From: Nicholas Clark <nick@talking.bollo.cx>
58447              Date: Sun, 12 Nov 2000 21:14:11 +0000
58448              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
58449              
58450              Note: only one breakage of the two reported is fixed by this patch.
58451      Branch: perl
58452            ! perlio.c
58453 ____________________________________________________________________________
58454 [  7665] By: jhi                                   on 2000/11/13  04:05:07
58455         Log: Tweak the definition of the bit complement on UTF-8 data:
58456              if none of the characters in the string are > 0xff,
58457              the result is a complemented byte string, not a (UTF-8)
58458              char string.  Based on the summary in
58459              
58460              Subject: Re: [ID 20000918.005] ~ on wide chars
58461              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
58462              Date: Fri, 10 Nov 2000 09:47:15 -0800
58463              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
58464              
58465              This should give us the maximum backward (pre-char string)
58466              compatibility and utf8 compatibility.  The other alternative
58467              would be to limit the bit complement to be always byte only,
58468              taking the least significant byte of the chars.
58469      Branch: perl
58470            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
58471 ____________________________________________________________________________
58472 [  7664] By: jhi                                   on 2000/11/13  00:23:44
58473         Log: Couple of tests from #7660 salvaged.
58474      Branch: perl
58475            - t/op/tell.t
58476            ! MANIFEST t/io/tell.t
58477 ____________________________________________________________________________
58478 [  7663] By: jhi                                   on 2000/11/13  00:02:48
58479         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
58480              From: Nicholas Clark <nick@talking.bollo.cx>
58481              Date: Sun, 12 Nov 2000 21:23:43 +0000
58482              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
58483      Branch: perl
58484            ! perlsfio.h
58485 ____________________________________________________________________________
58486 [  7662] By: jhi                                   on 2000/11/13  00:01:39
58487         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
58488              From: Nicholas Clark <nick@talking.bollo.cx>
58489              Date: Sun, 12 Nov 2000 21:30:04 +0000
58490              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
58491      Branch: perl
58492            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
58493 ____________________________________________________________________________
58494 [  7661] By: jhi                                   on 2000/11/12  23:57:29
58495         Log: Document tell() on special streams.
58496      Branch: perl
58497            ! pod/perlfunc.pod
58498 ____________________________________________________________________________
58499 [  7660] By: jhi                                   on 2000/11/12  23:54:22
58500         Log: (Subsumed by #7664)
58501      Branch: perl
58502            + t/op/tell.t
58503            ! MANIFEST
58504 ____________________________________________________________________________
58505 [  7659] By: jhi                                   on 2000/11/12  22:55:25
58506         Log: Many subdocumented return values of the IO extension now documented.
58507              ungetc and write still left subdocumented.
58508              
58509              Subject: [PATCH] (was Re: IO::Handle::ungetc)
58510              From: Nicholas Clark <nick@talking.bollo.cx>
58511              Date: Sun, 12 Nov 2000 21:35:53 +0000
58512              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
58513      Branch: perl
58514            ! ext/IO/lib/IO/Handle.pm
58515 ____________________________________________________________________________
58516 [  7658] By: jhi                                   on 2000/11/12  21:37:06
58517         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
58518              From: Nicholas Clark <nick@talking.bollo.cx>
58519              Date: Sun, 12 Nov 2000 20:03:22 +0000
58520              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
58521      Branch: perl
58522            ! pod/perlfunc.pod
58523 ____________________________________________________________________________
58524 [  7657] By: jhi                                   on 2000/11/12  20:34:55
58525         Log: Integrate perlio.
58526      Branch: perl
58527           !> perlio.c
58528 ____________________________________________________________________________
58529 [  7656] By: nick                                  on 2000/11/12  19:25:06
58530         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
58531      Branch: perlio
58532            ! perlio.c
58533 ____________________________________________________________________________
58534 [  7655] By: nick                                  on 2000/11/12  19:09:41
58535         Log: Integrate mainline
58536      Branch: perlio
58537           +> README.solaris ext/Encode/Encode/cp1006.enc
58538           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
58539           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
58540           +> ext/Encode/Encode/iso8859-13.enc
58541           +> ext/Encode/Encode/iso8859-14.enc
58542           +> ext/Encode/Encode/iso8859-15.enc
58543           !> (integrate 34 files)
58544 ____________________________________________________________________________
58545 [  7654] By: jhi                                   on 2000/11/12  19:00:22
58546         Log: Add a metaconfig unit for fsync.
58547      Branch: metaconfig/U/perl
58548            + d_fsync.U
58549 ____________________________________________________________________________
58550 [  7653] By: jhi                                   on 2000/11/12  19:00:01
58551         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
58552      Branch: perl
58553            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58554            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
58555            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
58556            ! vos/config.ga.h win32/config.bc win32/config.gc
58557            ! win32/config.vc
58558 ____________________________________________________________________________
58559 [  7652] By: jhi                                   on 2000/11/11  21:12:01
58560         Log: Copy the s// information of README.hpux also to the perlrun.
58561      Branch: perl
58562            ! README.hpux pod/perlrun.pod
58563 ____________________________________________________________________________
58564 [  7651] By: jhi                                   on 2000/11/11  21:03:13
58565         Log: More README.solaris updates from Andy Dougherty.
58566      Branch: perl
58567            ! README.solaris
58568 ____________________________________________________________________________
58569 [  7650] By: jhi                                   on 2000/11/11  18:38:57
58570         Log: More descriptive error for unknown perlio layers.
58571              
58572              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
58573              From: Dominic Dunlop <domo@computer.org> 
58574              Date: Sat, 11 Nov 2000 18:20:32 +0100             
58575              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
58576      Branch: perl
58577            ! perlio.c pod/perldiag.pod
58578 ____________________________________________________________________________
58579 [  7649] By: jhi                                   on 2000/11/11  18:37:52
58580         Log: MachTen doesn't really do mmap() and munmap().
58581              
58582              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
58583              From: Dominic Dunlop <domo@computer.org> 
58584              Date: Sat, 11 Nov 2000 18:20:32 +0100             
58585              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
58586      Branch: perl
58587            ! hints/machten.sh
58588 ____________________________________________________________________________
58589 [  7648] By: jhi                                   on 2000/11/11  18:36:46
58590         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
58591              From: rspier@pobox.com (Robert Spier)
58592              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
58593              Message-ID: <14861.32839.491271.985797@rls.cx>
58594      Branch: perl
58595            ! Porting/Contract pod/perltoot.pod
58596 ____________________________________________________________________________
58597 [  7647] By: jhi                                   on 2000/11/11  18:35:30
58598         Log: Simplify the getpagesize() unit by dropping the
58599              pagesize probe since it's nowadays slightly more
58600              complicated because of sysconf(). (Note: if some
58601              platform really needs the -lPW for getpagesize,
58602              I just broke it.)
58603              
58604              TODO: a new pagesize unit.
58605      Branch: metaconfig
58606            ! U/compline/d_getpagsz.U
58607 ____________________________________________________________________________
58608 [  7646] By: jhi                                   on 2000/11/11  18:33:23
58609         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
58610      Branch: perl
58611            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58612            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
58613            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
58614            ! vos/config.ga.h win32/config.bc win32/config.gc
58615            ! win32/config.vc
58616 ____________________________________________________________________________
58617 [  7645] By: jhi                                   on 2000/11/11  16:45:15
58618         Log: Use sysconf() or getpagesize() to find out the pagesize.
58619      Branch: perl
58620            ! perlio.c
58621 ____________________________________________________________________________
58622 [  7644] By: jhi                                   on 2000/11/11  15:46:08
58623         Log: Integrate perlio.
58624      Branch: perl
58625           !> perlio.c
58626 ____________________________________________________________________________
58627 [  7643] By: jhi                                   on 2000/11/11  15:33:36
58628         Log: Subject: Re: [PATCH] README.solaris
58629              From: Lupe Christoph <lupe@lupe-christoph.de>
58630              Date: Sat, 11 Nov 2000 14:08:10 +0100
58631              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
58632      Branch: perl
58633            ! README.solaris
58634 ____________________________________________________________________________
58635 [  7642] By: jhi                                   on 2000/11/11  15:22:12
58636         Log: Subject: [PATCH perl@7638] cygwin port
58637              From: "Eric Fifer" <egf7@columbia.edu>            
58638              Date: Fri, 10 Nov 2000 19:30:30 -0000
58639              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
58640      Branch: perl
58641            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
58642 ____________________________________________________________________________
58643 [  7641] By: nick                                  on 2000/11/11  14:50:36
58644         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
58645              Also call "Buf" layer directly when unread'ing non-read chars.
58646      Branch: perlio
58647            ! perlio.c
58648 ____________________________________________________________________________
58649 [  7640] By: jhi                                   on 2000/11/11  02:05:02
58650         Log: Add more encoding tables.
58651      Branch: perl
58652            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
58653            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
58654            + ext/Encode/Encode/iso8859-10.enc
58655            + ext/Encode/Encode/iso8859-13.enc
58656            + ext/Encode/Encode/iso8859-14.enc
58657            + ext/Encode/Encode/iso8859-15.enc
58658            ! MANIFEST
58659 ____________________________________________________________________________
58660 [  7639] By: jhi                                   on 2000/11/10  18:49:25
58661         Log: Subject: [PATCH] README.solaris
58662              From: Andy Dougherty <doughera@lafayette.edu>
58663              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
58664              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
58665      Branch: perl
58666            + README.solaris
58667            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
58668            ! pod/perl.pod pod/perltoc.pod
58669 ____________________________________________________________________________
58670 [  7638] By: jhi                                   on 2000/11/10  15:04:15
58671         Log: Update Changes.
58672      Branch: perl
58673            ! Changes patchlevel.h
58674 ____________________________________________________________________________
58675 [  7637] By: jhi                                   on 2000/11/10  14:14:28
58676         Log: Explain better why certain regex tests are skipped.
58677              
58678              Subject: Re: tests skipped: unknown reason
58679              From: Lupe Christoph <lupe@lupe-christoph.de>
58680              Date: Fri, 10 Nov 2000 09:08:56 +0100
58681              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
58682      Branch: perl
58683            ! t/op/regexp.t
58684 ____________________________________________________________________________
58685 [  7636] By: nick                                  on 2000/11/10  13:40:00
58686         Log: Integrate mainline.
58687      Branch: perlio
58688           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
58689           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
58690           !> win32/bin/search.pl
58691 ____________________________________________________________________________
58692 [  7635] By: nick                                  on 2000/11/10  13:25:52
58693         Log: Re-instate stdio large file support via perlio.
58694      Branch: perl
58695            ! perlio.c
58696 ____________________________________________________________________________
58697 [  7634] By: jhi                                   on 2000/11/10  04:49:55
58698         Log: Amdahl UTS hints updates.
58699              
58700              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
58701              From: hom00@utsglobal.com (Harold O Morris)
58702              Date: Thu, 9 Nov 2000 20:02 PST
58703              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
58704      Branch: perl
58705            ! hints/uts.sh
58706 ____________________________________________________________________________
58707 [  7633] By: jhi                                   on 2000/11/09  23:33:28
58708         Log: Subject: [PATCH] IO::Seekable pod
58709              From: Nicholas Clark <nick@talking.bollo.cx>
58710              Date: Thu, 9 Nov 2000 20:29:45 +0000
58711              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
58712      Branch: perl
58713            ! ext/IO/lib/IO/Handle.pm
58714 ____________________________________________________________________________
58715 [  7632] By: jhi                                   on 2000/11/09  21:55:41
58716         Log: Various doc oddball characters.
58717              
58718              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
58719              From: Michael Somos <somos@grail.cba.csuohio.edu>
58720              Date: Mon, 6 Nov 2000 17:44:20 -0500
58721              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
58722      Branch: perl
58723            ! emacs/cperl-mode.el lib/unicode/syllables.txt
58724            ! win32/bin/search.pl
58725 ____________________________________________________________________________
58726 [  7631] By: jhi                                   on 2000/11/09  21:12:29
58727         Log: Subject: Re: bash -c exit and linux hints 
58728              From: "John P. Linderman" <jpl@research.att.com>
58729              Date: Thu, 02 Nov 2000 09:37:25 -0500
58730              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
58731      Branch: perl
58732            ! hints/linux.sh
58733 ____________________________________________________________________________
58734 [  7630] By: nick                                  on 2000/11/09  20:34:11
58735         Log: Integrate mainline.
58736      Branch: perlio
58737           !> (integrate 91 files)
58738 ____________________________________________________________________________
58739 [  7629] By: jhi                                   on 2000/11/09  19:46:31
58740         Log: Missing dTHXs.
58741              
58742              Subject: RE: perl@7595 builds not on cygwin
58743              From: "Eric Fifer" <egf7@columbia.edu>
58744              Date: Thu, 9 Nov 2000 19:26:50 -0000
58745              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
58746      Branch: perl
58747            ! ext/Devel/Peek/Peek.xs
58748 ____________________________________________________________________________
58749 [  7628] By: jhi                                   on 2000/11/09  14:48:27
58750         Log: Disable only the tests 99 and 166 for UTF-8 locales.
58751      Branch: perl
58752            ! t/pragma/locale.t
58753 ____________________________________________________________________________
58754 [  7627] By: jhi                                   on 2000/11/09  14:40:27
58755         Log: There's no =head3.
58756      Branch: perl
58757            ! pod/perlhack.pod
58758 ____________________________________________________________________________
58759 [  7626] By: jhi                                   on 2000/11/09  13:54:26
58760         Log: The generated boot_* headers are wrong.  Pickier compiler,
58761              such as KAI C++ will refuse to compile the resulting perlmain.
58762              
58763              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
58764              From: Harri Pasanen <harri.pasanen@trema.com>
58765              Date: Thu, 09 Nov 2000 14:23:28 +0100
58766              Message-Id: <3A0AA550.26D548A3@trema.com>
58767      Branch: perl
58768            ! minimod.pl
58769 ____________________________________________________________________________
58770 [  7625] By: jhi                                   on 2000/11/09  13:50:44
58771         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
58772              From: Prymmer/Kahn <pvhp@best.com>
58773              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
58774              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
58775              
58776              All except the "cow orker" change.
58777      Branch: perl
58778            ! Porting/pumpkin.pod
58779 ____________________________________________________________________________
58780 [  7624] By: jhi                                   on 2000/11/09  13:45:33
58781         Log: Fix for
58782              
58783              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
58784              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
58785              Date: Thu, 09 Nov 2000 11:05:52 +0100
58786              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
58787      Branch: perl
58788            ! pod/perldiag.pod t/pragma/warn/pp_sys
58789 ____________________________________________________________________________
58790 [  7623] By: jhi                                   on 2000/11/09  13:37:16
58791         Log: Typo in an ifndef.
58792              
58793              Subject: Re: [PATCH 5.7.0] better messages from malloc()
58794              From: Joe Smith <jms@inwap.com>         
58795              Date: Thu, 09 Nov 2000 01:33:14 -0800
58796              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
58797      Branch: perl
58798            ! malloc.c
58799 ____________________________________________________________________________
58800 [  7622] By: jhi                                   on 2000/11/09  13:31:18
58801         Log: Remove unused extra arguments.
58802      Branch: metaconfig/U/perl
58803            ! perlxv.U
58804      Branch: perl
58805            ! Configure config_h.SH
58806 ____________________________________________________________________________
58807 [  7621] By: jhi                                   on 2000/11/09  13:16:36
58808         Log: More VMS moves on environment handling, from Charles Lane.
58809      Branch: perl
58810            ! t/pragma/locale.t
58811 ____________________________________________________________________________
58812 [  7620] By: jhi                                   on 2000/11/09  04:42:38
58813         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
58814              From: David Dyck <dcd@tc.fluke.com>
58815              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
58816              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
58817      Branch: perl
58818            ! pp_sys.c
58819 ____________________________________________________________________________
58820 [  7619] By: jhi                                   on 2000/11/09  04:36:21
58821         Log: Forgot from #7618.
58822      Branch: perl
58823            ! lib/File/stat.pm
58824 ____________________________________________________________________________
58825 [  7618] By: jhi                                   on 2000/11/09  04:28:44
58826         Log: Make deleting for %ENV work for (newer versions of) VMS,
58827              from Craig A. Berry.
58828      Branch: perl
58829            ! vms/vms.c
58830 ____________________________________________________________________________
58831 [  7617] By: jhi                                   on 2000/11/09  04:25:05
58832         Log: Subject: [PATCH] Class::Struct at compile time
58833              From: "Casey R. Tweten" <crt@kiski.net>
58834              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
58835              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
58836      Branch: perl
58837            ! lib/Class/Struct.pm
58838 ____________________________________________________________________________
58839 [  7616] By: jhi                                   on 2000/11/09  04:15:17
58840         Log: Subject: [ID 20001108.013] spelling
58841              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
58842              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
58843              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
58844      Branch: perl
58845            ! lib/ftp.pl
58846 ____________________________________________________________________________
58847 [  7615] By: jhi                                   on 2000/11/09  04:12:42
58848         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
58849              From: Peter Prymmer <pvhp@forte.com>
58850              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
58851              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
58852      Branch: perl
58853            ! configure.com
58854 ____________________________________________________________________________
58855 [  7614] By: jhi                                   on 2000/11/08  22:42:55
58856         Log: A missing aTHX_.
58857      Branch: perl
58858            ! ext/IPC/SysV/SysV.xs
58859 ____________________________________________________________________________
58860 [  7613] By: jhi                                   on 2000/11/08  19:30:21
58861         Log: Update Changes.
58862      Branch: perl
58863            ! Changes patchlevel.h
58864 ____________________________________________________________________________
58865 [  7612] By: jhi                                   on 2000/11/08  18:35:25
58866         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
58867              From: David Dyck <dcd@tc.fluke.com>
58868              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
58869              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
58870      Branch: perl
58871            ! pp_sys.c
58872 ____________________________________________________________________________
58873 [  7611] By: jhi                                   on 2000/11/08  18:30:26
58874         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
58875              From: Dominic Dunlop <domo@computer.org>
58876              Date: Tue, 7 Nov 2000 12:05:25 +0100
58877              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
58878      Branch: perl
58879            ! malloc.c
58880 ____________________________________________________________________________
58881 [  7610] By: jhi                                   on 2000/11/08  18:25:14
58882         Log: Do not test UTF-8 locales since that the tests would require
58883              polymorphic regexen.
58884      Branch: perl
58885            ! t/pragma/locale.t
58886 ____________________________________________________________________________
58887 [  7609] By: jhi                                   on 2000/11/08  17:12:51
58888         Log: Locale buglets.
58889              
58890              Subject: RE: Locales support (setlocale) fixes
58891              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
58892              Date: Wed, 8 Nov 2000 20:01:39 +0300
58893              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
58894      Branch: perl
58895            ! t/pragma/locale.t util.c
58896 ____________________________________________________________________________
58897 [  7608] By: jhi                                   on 2000/11/08  17:00:16
58898         Log: Deleting $ENV{PATH} in VMS is not recommendable.
58899      Branch: perl
58900            ! t/pragma/locale.t
58901 ____________________________________________________________________________
58902 [  7607] By: jhi                                   on 2000/11/08  16:58:26
58903         Log: Subject: PATCH std stdio for (Free)BSD
58904              From: Nicholas Clark <nick@ccl4.org>
58905              Date: Wed, 8 Nov 2000 15:36:29 +0000
58906              Message-ID: <20001108153629.D98736@plum.flirble.org>
58907      Branch: metaconfig
58908            ! U/compline/d_stdstdio.U
58909      Branch: perl
58910            ! Configure config_h.SH
58911 ____________________________________________________________________________
58912 [  7606] By: jhi                                   on 2000/11/08  16:43:31
58913         Log: Forgot to bump the line numbers in #7601.
58914      Branch: perl
58915            ! t/pragma/warn/pp_sys
58916 ____________________________________________________________________________
58917 [  7605] By: jhi                                   on 2000/11/08  16:39:12
58918         Log: More careful detection of how well NVs and UVs mix.
58919              
58920              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))
58921              From: Nicholas Clark <nick@ccl4.org>
58922              Date: Wed, 8 Nov 2000 15:14:12 +0000
58923              Message-ID: <20001108151412.B98736@plum.flirble.org>
58924              
58925              Added some SIGFPE paranoia.
58926      Branch: metaconfig/U/perl
58927            ! perlxv.U
58928      Branch: perl
58929            ! Configure config_h.SH
58930 ____________________________________________________________________________
58931 [  7604] By: jhi                                   on 2000/11/08  14:39:10
58932         Log: Subject: [patch perl@7595] VMS configure.com tweak
58933              From: "Craig A. Berry" <craigberry@mac.com>
58934              Date: Wed, 8 Nov 2000 00:24:12 -0600
58935              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
58936      Branch: perl
58937            ! configure.com
58938 ____________________________________________________________________________
58939 [  7603] By: jhi                                   on 2000/11/08  14:27:11
58940         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
58941              From: Robin Barker <rmb1@cise.npl.co.uk>
58942              Date: Wed, 8 Nov 2000 11:11:39 GMT
58943              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
58944      Branch: perl
58945            ! perlio.c
58946 ____________________________________________________________________________
58947 [  7602] By: jhi                                   on 2000/11/08  14:25:03
58948         Log: Fix for the tie-refhash string table leaks.
58949              
58950              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
58951              Date: Wed, 8 Nov 2000 13:03:04 GMT
58952              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
58953      Branch: perl
58954            ! t/lib/tie-refhash.t
58955 ____________________________________________________________________________
58956 [  7601] By: jhi                                   on 2000/11/08  14:21:08
58957         Log: Try to avoid flockless and emulationless places.
58958      Branch: perl
58959            ! t/pragma/warn/pp_sys
58960 ____________________________________________________________________________
58961 [  7600] By: jhi                                   on 2000/11/08  02:28:54
58962         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
58963              
58964              Subject: [PATCH] prototyped functions that should be overrideable
58965              From: "Casey R. Tweten" <crt@kiski.net>
58966              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
58967              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
58968      Branch: perl
58969            ! toke.c
58970 ____________________________________________________________________________
58971 [  7599] By: jhi                                   on 2000/11/08  01:12:05
58972         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
58973              
58974              Subject: [PATCH] perlbug.PL
58975              From: "Kurt D. Starsinic" <kstar@chapin.edu>
58976              Date: Mon, 6 Nov 2000 21:39:01 -0500
58977              Message-ID: <20001106213901.B20955@O2.chapin.edu>
58978      Branch: perl
58979            ! utils/perlbug.PL
58980 ____________________________________________________________________________
58981 [  7598] By: jhi                                   on 2000/11/07  23:42:00
58982         Log: Bad thinko in #7581 (I used the test program with the expanded
58983              values as-is).
58984      Branch: metaconfig
58985            ! U/compline/d_stdstdio.U
58986      Branch: perl
58987            ! Configure
58988 ____________________________________________________________________________
58989 [  7597] By: jhi                                   on 2000/11/07  21:43:29
58990         Log: Subject: [PATCH perl@7573] cygwin port
58991              From: "Fifer, Eric" <EFifer@sanwaint.com>
58992              Date: Tue, 7 Nov 2000 18:08:51 -0000 
58993              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
58994              
58995              Synchronize with Cygwin 1.1.5.
58996      Branch: perl
58997            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
58998            ! pod/perlport.pod unixish.h util.c
58999 ____________________________________________________________________________
59000 [  7596] By: jhi                                   on 2000/11/07  21:39:25
59001         Log: perlhack updates from H.Merijn Brand.
59002      Branch: perl
59003            ! pod/perlhack.pod
59004 ____________________________________________________________________________
59005 [  7595] By: jhi                                   on 2000/11/07  20:21:41
59006         Log: Update Changes.
59007      Branch: perl
59008            ! Changes patchlevel.h
59009 ____________________________________________________________________________
59010 [  7594] By: jhi                                   on 2000/11/07  19:18:58
59011         Log: Be more robust in Dynaloader.pm.
59012      Branch: perl
59013            ! ext/DynaLoader/DynaLoader_pm.PL
59014 ____________________________________________________________________________
59015 [  7593] By: jhi                                   on 2000/11/07  16:49:31
59016         Log: AUTHORS update.
59017      Branch: perl
59018            ! AUTHORS
59019 ____________________________________________________________________________
59020 [  7592] By: gsar                                  on 2000/11/07  16:39:51
59021         Log: normalize relative paths in virtualized current directory on windows,
59022              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
59023              returns)
59024      Branch: perl
59025            ! win32/vdir.h
59026 ____________________________________________________________________________
59027 [  7591] By: jhi                                   on 2000/11/07  16:04:26
59028         Log: Too profiler-happy: with optimization the #7590 actually makes
59029              the test to run 0.5% _slower_.  Requires much more instrumentation.
59030              Retract #7590.
59031      Branch: perl
59032            ! regcomp.c regcomp.h
59033 ____________________________________________________________________________
59034 [  7590] By: jhi                                   on 2000/11/07  15:51:13
59035         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
59036              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
59037              by using memset() and testing bytewise (as opposed to bitwise).
59038      Branch: perl
59039            ! regcomp.c regcomp.h
59040 ____________________________________________________________________________
59041 [  7589] By: jhi                                   on 2000/11/07  12:56:39
59042         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
59043              From: "Craig A. Berry" <craig.berry@psinetcs.com>
59044              Date: Mon, 06 Nov 2000 23:45:30 -0500
59045              Message-Id: <0011079735.AA973576259@univpress.com>
59046      Branch: perl
59047            ! configure.com t/lib/st-lock.t
59048 ____________________________________________________________________________
59049 [  7588] By: jhi                                   on 2000/11/07  01:03:28
59050         Log: Tweak #7587.
59051      Branch: perl
59052            ! pod/perldiag.pod
59053 ____________________________________________________________________________
59054 [  7587] By: jhi                                   on 2000/11/07  01:00:27
59055         Log: A doc addition for bug id 20001105.019, beware \p.
59056      Branch: perl
59057            ! pod/perldiag.pod
59058 ____________________________________________________________________________
59059 [  7586] By: jhi                                   on 2000/11/07  00:32:22
59060         Log: Fake support of holey files in win/dosish platforms.
59061              
59062              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
59063              From: kipp@shonanblue.ne.jp
59064              Date: Mon, 6 Nov 2000 13:30:55 -0800
59065              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
59066      Branch: perl
59067            ! ext/SDBM_File/sdbm/sdbm.c
59068 ____________________________________________________________________________
59069 [  7585] By: jhi                                   on 2000/11/07  00:12:54
59070         Log: Subject: Pod updates
59071              From: "Stephen P. Potter" <spp@spotter.yi.org>
59072              Date: Mon, 06 Nov 2000 18:56:43 -0500
59073              Message-Id: <200011062357.SAA18173@spotter.yi.org>
59074      Branch: perl
59075            ! README.dos README.os2 README.win32 pod/buildtoc.PL
59076            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
59077            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
59078            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
59079            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
59080            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
59081            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
59082            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
59083            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
59084            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
59085            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
59086            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
59087            ! pod/perltootc.pod pod/perlunicode.pod
59088 ____________________________________________________________________________
59089 [  7584] By: jhi                                   on 2000/11/07  00:04:17
59090         Log: Varargs don't always work too well if one puts an unsigned
59091              char on the stack and pop an unsigned quad off the stack.
59092              
59093              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
59094              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
59095              Date: Mon, 06 Nov 2000 15:19:05 -0800
59096              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
59097      Branch: perl
59098            ! utf8.c
59099 ____________________________________________________________________________
59100 [  7583] By: jhi                                   on 2000/11/06  23:58:48
59101         Log: %ENV note tweaks from Dan Sugalski.
59102      Branch: perl
59103            ! pod/perlport.pod vms/perlvms.pod
59104 ____________________________________________________________________________
59105 [  7582] By: jhi                                   on 2000/11/06  23:05:49
59106         Log: glibc5 detection by __GNU_LIBRARY__.
59107      Branch: perl
59108            ! toke.c
59109 ____________________________________________________________________________
59110 [  7581] By: jhi                                   on 2000/11/06  22:51:29
59111         Log: Make the stdio test program of 7427 less noisy while being 
59112              compiled so that Digital UNIX wouldn't get both
59113              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
59114              undefined.  This makes perlio happy.
59115      Branch: metaconfig
59116            ! U/compline/d_stdstdio.U
59117      Branch: perl
59118            ! Configure config_h.SH
59119 ____________________________________________________________________________
59120 [  7580] By: jhi                                   on 2000/11/06  22:41:41
59121         Log: Document %ENV = () portability issues.
59122      Branch: perl
59123            ! pod/perlport.pod vms/perlvms.pod
59124 ____________________________________________________________________________
59125 [  7579] By: jhi                                   on 2000/11/06  21:29:24
59126         Log: VOS updates from Paul Green.
59127      Branch: perl
59128            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
59129 ____________________________________________________________________________
59130 [  7578] By: jhi                                   on 2000/11/06  21:00:40
59131         Log: Sanitize the environment further.
59132      Branch: perl
59133            ! t/pragma/locale.t
59134 ____________________________________________________________________________
59135 [  7577] By: jhi                                   on 2000/11/06  20:53:51
59136         Log: Re-introduce 7552 lost in integration.
59137      Branch: perl
59138            ! perlio.c
59139 ____________________________________________________________________________
59140 [  7576] By: jhi                                   on 2000/11/06  20:33:46
59141         Log: Admit that the test leaks scalars.
59142      Branch: perl
59143            ! t/comp/proto.t
59144 ____________________________________________________________________________
59145 [  7575] By: jhi                                   on 2000/11/06  20:17:08
59146         Log: Integrate perlio.
59147      Branch: perl
59148           !> perlio.c
59149 ____________________________________________________________________________
59150 [  7574] By: nick                                  on 2000/11/06  20:07:28
59151         Log: Remove debug. Try (Mmap_t) on madvise() call.
59152      Branch: perlio
59153            ! perlio.c
59154 ____________________________________________________________________________
59155 [  7573] By: jhi                                   on 2000/11/06  13:56:05
59156         Log: Update Changes.
59157      Branch: perl
59158            ! Changes patchlevel.h
59159 ____________________________________________________________________________
59160 [  7572] By: jhi                                   on 2000/11/06  13:48:41
59161         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
59162              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59163              Date: Mon, 06 Nov 2000 10:11:42 +0100
59164              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
59165      Branch: perl
59166            ! pod/perlhack.pod
59167 ____________________________________________________________________________
59168 [  7571] By: jhi                                   on 2000/11/06  01:45:51
59169         Log: AUTHORS updates.
59170      Branch: perl
59171            ! AUTHORS
59172 ____________________________________________________________________________
59173 [  7570] By: jhi                                   on 2000/11/06  00:18:00
59174         Log: Fix for
59175              
59176              Subject: [ID 20000728.005] perl -P broken
59177              From: David Dyck <dcd@tc.fluke.com>
59178              Date: Fri, 28 Jul 2000 17:19:16 -0700
59179              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
59180              
59181              (hopefully).  The fix is also not complete, it seems to break
59182              BOM swallowing for libc5 systems, but until someone figures
59183              out a way to do this without ftell(), this will do.
59184      Branch: perl
59185            ! toke.c
59186 ____________________________________________________________________________
59187 [  7569] By: jhi                                   on 2000/11/06  00:05:30
59188         Log: Document that the evaled syntax errors cause scalar leaks.
59189      Branch: perl
59190            ! t/comp/proto.t
59191 ____________________________________________________________________________
59192 [  7568] By: jhi                                   on 2000/11/05  23:14:47
59193         Log: opmini.o can linger from Configures past.
59194      Branch: perl
59195            ! Makefile.SH
59196 ____________________________________________________________________________
59197 [  7567] By: jhi                                   on 2000/11/05  21:28:39
59198         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
59199              first argument correctly.
59200      Branch: perl
59201            ! perlio.c
59202 ____________________________________________________________________________
59203 [  7566] By: jhi                                   on 2000/11/05  21:15:56
59204         Log: Integrate perlio.
59205      Branch: perl
59206           !> perlio.c
59207 ____________________________________________________________________________
59208 [  7565] By: jhi                                   on 2000/11/05  21:15:13
59209         Log: Use -dM for gcc (the suggested patch did it only for Linux,
59210              but I think it can be generalized).
59211              
59212              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
59213              From: Pixel <pixel@mandrakesoft.com>
59214              Date: 05 Nov 2000 21:49:34 +0100 
59215              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
59216      Branch: perl
59217            ! ext/Errno/Errno_pm.PL
59218 ____________________________________________________________________________
59219 [  7564] By: nick                                  on 2000/11/05  21:09:18
59220         Log: Added a mmap layer as a "subclass" of perlio.
59221              PERLIO=mmap ./perl harness passes
59222      Branch: perlio
59223            ! perlio.c
59224 ____________________________________________________________________________
59225 [  7563] By: jhi                                   on 2000/11/05  19:48:55
59226         Log: Add a note for future generations about bug id 20000229.006.
59227      Branch: perl
59228            ! malloc.c
59229 ____________________________________________________________________________
59230 [  7562] By: jhi                                   on 2000/11/05  19:38:24
59231         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
59232      Branch: perl
59233            ! pp_ctl.c t/op/pos.t
59234 ____________________________________________________________________________
59235 [  7561] By: jhi                                   on 2000/11/05  18:21:46
59236         Log: Add =pod to be tidy.
59237      Branch: perl
59238            ! lib/Math/Complex.pm
59239 ____________________________________________________________________________
59240 [  7560] By: jhi                                   on 2000/11/05  17:38:46
59241         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
59242      Branch: perl
59243            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
59244            ! ext/Storable/Storable.xs t/lib/st-recurse.t
59245 ____________________________________________________________________________
59246 [  7559] By: jhi                                   on 2000/11/05  17:32:59
59247         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
59248              From: "Peter J. Farley III" <pjfarley@banet.net>
59249              Date: Sun, 05 Nov 2000 11:55:59 -0500
59250              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
59251      Branch: perl
59252            ! t/lib/syslog.t
59253 ____________________________________________________________________________
59254 [  7558] By: jhi                                   on 2000/11/05  17:29:19
59255         Log: Integrate perlio.
59256      Branch: perl
59257           !> perlio.c
59258 ____________________________________________________________________________
59259 [  7557] By: jhi                                   on 2000/11/05  17:22:01
59260         Log: A fix of sorts for 20000329.026, a better error message
59261              for a missing "use charnames" when using the \N{...}. 
59262      Branch: perl
59263            ! pod/perldiag.pod toke.c
59264 ____________________________________________________________________________
59265 [  7556] By: jhi                                   on 2000/11/05  16:33:50
59266         Log: Test tweak: show also the failed locales.
59267              
59268              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
59269              From: Lupe Christoph <lupe@lupe-christoph.de>         
59270              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
59271              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
59272      Branch: perl
59273            ! t/pragma/locale.t
59274 ____________________________________________________________________________
59275 [  7555] By: nick                                  on 2000/11/05  11:09:34
59276         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
59277              open RDWR so does not fail. (pragma/warnings 303 again...)
59278      Branch: perlio
59279            ! perlio.c
59280 ____________________________________________________________________________
59281 [  7554] By: nick                                  on 2000/11/05  10:10:13
59282         Log: Fix case where ungetc(f,EOF) was allowed.
59283              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
59284              so we can see similarities.
59285              Use types more carefully and a STDCHAR array in hope that this will
59286              fix Jarrko's 64bit machine.
59287      Branch: perlio
59288            ! perlio.c
59289 ____________________________________________________________________________
59290 [  7553] By: jhi                                   on 2000/11/05  01:12:16
59291         Log: Fix for
59292              
59293              Subject: [ID 20001004.007] taint propogation is inconsistent
59294              From: pimlott@idiomtech.com (Andrew Pimlott) 
59295              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
59296              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
59297              
59298              The culprit was sv_setsv() which was rather blindly
59299              propagating taint, which lead to behaviour where if
59300              a tainted anon hash value was seen all the hash values
59301              from then on at that level became tainted, or at any
59302              upper levels in the case of nested anon hashes.
59303      Branch: perl
59304            ! sv.c t/op/taint.t
59305 ____________________________________________________________________________
59306 [  7552] By: jhi                                   on 2000/11/04  23:44:18
59307         Log: Some cpps don't like splitting conditionals across several lines.
59308      Branch: perl
59309            ! perlio.c
59310 ____________________________________________________________________________
59311 [  7551] By: nick                                  on 2000/11/04  23:40:44
59312         Log: Integrate mainline
59313      Branch: perlio
59314           !> pp_hot.c t/op/taint.t
59315 ____________________________________________________________________________
59316 [  7550] By: nick                                  on 2000/11/04  23:39:05
59317         Log: Integrate mainline again
59318      Branch: perlio
59319           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
59320           !> t/lib/b.t t/op/misc.t util.c
59321 ____________________________________________________________________________
59322 [  7549] By: jhi                                   on 2000/11/04  23:14:01
59323         Log: Fix for
59324              
59325              Subject: [ID 20001004.006] undef is never tainted
59326              From: pimlott@idiomtech.com (Andrew Pimlott)
59327              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
59328              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
59329              
59330              An undef read from a slurped file was not tainted.
59331      Branch: perl
59332            ! pp_hot.c t/op/taint.t
59333 ____________________________________________________________________________
59334 [  7548] By: jhi                                   on 2000/11/04  22:56:21
59335         Log: Test tweak ($Config{useperlio} is by default undef) .
59336      Branch: perl
59337            ! t/lib/b.t
59338 ____________________________________________________________________________
59339 [  7547] By: jhi                                   on 2000/11/04  22:43:56
59340         Log: Integrate perlio.
59341      Branch: perl
59342           +> lib/perlio.pm
59343           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
59344           !> pod/perlapi.pod t/lib/b.t
59345 ____________________________________________________________________________
59346 [  7546] By: jhi                                   on 2000/11/04  22:40:59
59347         Log: Configure would use a bad $myuname from an old config.sh.
59348              
59349              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
59350              From: Andy Dougherty <doughera@lafayette.edu>
59351              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
59352              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
59353      Branch: metaconfig
59354            ! U/modified/Oldconfig.U
59355      Branch: perl
59356            ! Configure config_h.SH
59357 ____________________________________________________________________________
59358 [  7545] By: jhi                                   on 2000/11/04  22:36:54
59359         Log: Subject: Locales support (setlocale) fixes
59360              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
59361              Date: Sat, 4 Nov 2000 10:15:48 +0300 
59362              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
59363              
59364              Modified quite a bit to be more portable.
59365      Branch: perl
59366            ! embed.h embed.pl perl.h proto.h util.c
59367 ____________________________________________________________________________
59368 [  7544] By: jhi                                   on 2000/11/04  22:32:47
59369         Log: Dying is too strict here, better just skip.
59370      Branch: perl
59371            ! t/op/misc.t
59372 ____________________________________________________________________________
59373 [  7543] By: nick                                  on 2000/11/04  21:55:13
59374         Log: Merge mainline
59375      Branch: perlio
59376           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
59377           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
59378           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
59379           !> (integrate 64 files)
59380 ____________________________________________________________________________
59381 [  7542] By: jhi                                   on 2000/11/04  21:09:28
59382         Log: More Changes tweakery.
59383      Branch: perl
59384            ! Changes Porting/genlog
59385 ____________________________________________________________________________
59386 [  7541] By: jhi                                   on 2000/11/04  20:58:18
59387         Log: Changes fixups.
59388      Branch: perl
59389            ! Changes
59390 ____________________________________________________________________________
59391 [  7540] By: jhi                                   on 2000/11/04  20:42:38
59392         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
59393              create a "fast path" for locale name probing using "locale -a"
59394              if available, squash finally hopefully the s?printf resetting
59395              the numeric locale (since, IIUC perllocale, it never shouldn't). 
59396      Branch: perl
59397            ! sv.c t/op/misc.t t/pragma/locale.t
59398 ____________________________________________________________________________
59399 [  7539] By: nick                                  on 2000/11/04  19:56:10
59400         Log: PerlIO infrastructure complete.
59401      Branch: perlio
59402            + lib/perlio.pm
59403            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
59404 ____________________________________________________________________________
59405 [  7538] By: nick                                  on 2000/11/04  14:31:32
59406         Log: Type tweaks + less contorted allocation scheme
59407      Branch: perlio
59408            ! perlio.c
59409 ____________________________________________________________________________
59410 [  7537] By: nick                                  on 2000/11/04  12:40:42
59411         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
59412              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
59413              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
59414              sensible) which lead to some interesting fails.
59415      Branch: perlio
59416            ! perlio.c
59417 ____________________________________________________________________________
59418 [  7536] By: jhi                                   on 2000/11/04  00:20:02
59419         Log: Add FCNTL_CAN_LOCK.
59420              
59421              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
59422              From: Andy Dougherty <doughera@lafayette.edu>
59423              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
59424              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
59425              
59426              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
59427              From: Andy Dougherty <doughera@lafayette.edu>
59428              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
59429              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
59430      Branch: metaconfig/U/perl
59431            + d_fcntl_can_lock.U
59432            ! startperl.U
59433      Branch: perl
59434            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59435            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
59436            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
59437            ! vos/config.ga.h win32/config.bc win32/config.gc
59438            ! win32/config.vc
59439 ____________________________________________________________________________
59440 [  7535] By: nick                                  on 2000/11/03  22:19:10
59441         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
59442              - Works on Linux with
59443              perlio + unix
59444              stdio
59445              - Works on Solaris with
59446              perlio + unix
59447              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
59448              - Fails (hangs in openpid) if you try and stack
59449              perlio + stdio - Linux stdio's read() logic is hanging.
59450      Branch: perlio
59451            ! iperlsys.h perlio.c
59452 ____________________________________________________________________________
59453 [  7534] By: jhi                                   on 2000/11/03  15:16:02
59454         Log: Subject: Re: README.aix
59455              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59456              Date: Fri, 03 Nov 2000 16:03:15 +0100
59457              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
59458      Branch: perl
59459            ! README.aix
59460 ____________________________________________________________________________
59461 [  7533] By: jhi                                   on 2000/11/03  03:59:02
59462         Log: Subject: [PATCH 5.7.0] better messages from malloc()
59463              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
59464              Date: Wed, 1 Nov 2000 23:39:56 -0500
59465              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
59466      Branch: perl
59467            ! malloc.c pod/perldiag.pod
59468 ____________________________________________________________________________
59469 [  7532] By: jhi                                   on 2000/11/03  00:11:56
59470         Log: The #7521 touched things it shouldn't have.
59471      Branch: perl
59472            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
59473 ____________________________________________________________________________
59474 [  7531] By: jhi                                   on 2000/11/02  22:32:33
59475         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
59476              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
59477              Date:     Thu, 2 Nov 2000 16:58:36 EST
59478              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
59479      Branch: perl
59480            ! vms/gen_shrfls.pl
59481 ____________________________________________________________________________
59482 [  7530] By: jhi                                   on 2000/11/02  22:08:49
59483         Log: Fix the problem discussed in
59484              
59485              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
59486              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
59487              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
59488              
59489              originally from Linc Madison.  Also Andreas König's comments
59490              taken into account.  Some other problems with Tie::SubstrHash
59491              fixed: didn't croak when the table exceeded the requested number
59492              of entries (as documented) but instead when the number of entries
59493              exceeded the size of the table, a croak() had an unnecessary \n,
59494              didn't have a CLEAR method, documented that there is no exists().
59495              Didn't fix to be strict-proof because the module uses &foo; and
59496              dynamic scope.  Added a test script exercizing both first tamely 
59497              the basic functionality, and then the failure cases reported by
59498              Linc Madison.
59499      Branch: perl
59500            + t/lib/tie-substrhash.t
59501            ! MANIFEST lib/Tie/SubstrHash.pm
59502 ____________________________________________________________________________
59503 [  7529] By: jhi                                   on 2000/11/02  17:58:08
59504         Log: recv() can fail and return undef.
59505              
59506              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
59507              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
59508              Date: Thu, 2 Nov 2000 20:12:20 +0300
59509              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
59510      Branch: perl
59511            ! lib/Net/Ping.pm
59512 ____________________________________________________________________________
59513 [  7528] By: jhi                                   on 2000/11/02  17:49:09
59514         Log: Detpyo.
59515      Branch: perl
59516            ! pod/perlop.pod
59517 ____________________________________________________________________________
59518 [  7527] By: jhi                                   on 2000/11/02  15:48:37
59519         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
59520              fix a autovivification bug in Tie::RefHash, add tests for both.
59521              
59522              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
59523              From: Edward Avis <epa98@doc.ic.ac.uk>
59524              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
59525              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
59526      Branch: perl
59527            + t/lib/tie-refhash.t
59528            ! MANIFEST lib/Tie/RefHash.pm
59529 ____________________________________________________________________________
59530 [  7526] By: jhi                                   on 2000/11/02  13:56:26
59531         Log: Test::Harness revealed buglets in the new DynaLoader.
59532              
59533              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
59534              From: andreas.koenig@anima.de (Andreas J. Koenig)
59535              Date: 02 Nov 2000 11:26:48 +0100 
59536              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
59537      Branch: perl
59538            ! ext/DynaLoader/DynaLoader_pm.PL
59539 ____________________________________________________________________________
59540 [  7525] By: jhi                                   on 2000/11/01  23:52:08
59541         Log: The entry for #7503 was missing.
59542      Branch: perl
59543            ! Changes
59544 ____________________________________________________________________________
59545 [  7524] By: jhi                                   on 2000/11/01  23:40:52
59546         Log: Update Changes.
59547      Branch: perl
59548            ! Changes patchlevel.h
59549 ____________________________________________________________________________
59550 [  7523] By: jhi                                   on 2000/11/01  22:57:09
59551         Log: More tweaking on the #7522 theme.
59552      Branch: perl
59553            ! ext/DynaLoader/DynaLoader_pm.PL
59554 ____________________________________________________________________________
59555 [  7522] By: jhi                                   on 2000/11/01  22:06:15
59556         Log: Expand %Config variables and %ENV variables only if
59557              so requested during build time using the
59558              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
59559              Not expanding makes relocating distributions easier.
59560      Branch: perl
59561            ! ext/DynaLoader/DynaLoader_pm.PL
59562 ____________________________________________________________________________
59563 [  7521] By: jhi                                   on 2000/11/01  20:56:34
59564         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
59565              and setgid() because they were just changing $< and $( which means
59566              only changing the real uid/gid, as opposed to changing both
59567              real and effective ids.  (The alternative way could have been
59568              in POSIX.pm to change $> and $), too, but making a direct call
59569              to the C API feels cleaner.)  Fixes the bug
59570              
59571              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
59572              From: "Garry T. Williams" <garry@zvolve.com>
59573              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
59574              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
59575      Branch: perl
59576            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
59577            ! ext/POSIX/typemap pod/perlvar.pod
59578 ____________________________________________________________________________
59579 [  7520] By: jhi                                   on 2000/11/01  20:08:33
59580         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
59581              From: "Garry T. Williams" <garry@zvolve.com>
59582              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
59583              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
59584      Branch: perl
59585            ! pod/perlsec.pod
59586 ____________________________________________________________________________
59587 [  7519] By: jhi                                   on 2000/11/01  20:01:22
59588         Log: Locale warning explanation tweak.
59589      Branch: perl
59590            ! pod/perldiag.pod
59591 ____________________________________________________________________________
59592 [  7518] By: jhi                                   on 2000/11/01  18:57:13
59593         Log: C.pm part of
59594              
59595              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
59596              From: Jarkko Hietaniemi <jhi@iki.fi>
59597              Date: Tue, 10 Oct 2000 08:22:28 -0500
59598              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
59599      Branch: perl
59600            ! ext/B/B/C.pm
59601 ____________________________________________________________________________
59602 [  7517] By: jhi                                   on 2000/11/01  18:41:59
59603         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
59604              From: Martien Verbruggen <mgjv@comdyn.com.au>
59605              Date: Fri, 6 Oct 2000 14:09:10 +1100
59606              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
59607      Branch: perl
59608            ! pod/perlop.pod
59609 ____________________________________________________________________________
59610 [  7516] By: jhi                                   on 2000/11/01  18:34:55
59611         Log: Generalize the Camel wording.
59612              
59613              Subject: Re: perlfaq style changes
59614              From: John Borwick <jhborwic@unity.ncsu.edu>
59615              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
59616              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
59617      Branch: perl
59618            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
59619 ____________________________________________________________________________
59620 [  7515] By: jhi                                   on 2000/11/01  16:52:31
59621         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
59622              From: pimlott@idiomtech.com (Andrew Pimlott)
59623              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
59624              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
59625      Branch: perl
59626            ! pod/perlsec.pod
59627 ____________________________________________________________________________
59628 [  7514] By: jhi                                   on 2000/11/01  15:03:40
59629         Log: More AIX lore.
59630      Branch: perl
59631            ! ext/re/hints/aix.pl
59632 ____________________________________________________________________________
59633 [  7513] By: jhi                                   on 2000/11/01  14:48:30
59634         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
59635              From: root <root@chronos.fi.muni.cz>
59636              Date: Wed, 1 Nov 2000 12:31:32 +0100
59637              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
59638      Branch: perl
59639            ! lib/Net/Ping.pm
59640 ____________________________________________________________________________
59641 [  7512] By: jhi                                   on 2000/11/01  14:46:47
59642         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
59643              From: Martin Husemann <martin@duskware.de>
59644              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
59645              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
59646      Branch: perl
59647            ! regcomp.c
59648 ____________________________________________________________________________
59649 [  7511] By: jhi                                   on 2000/11/01  14:39:50
59650         Log: AUTHORS updates.
59651      Branch: perl
59652            ! AUTHORS
59653 ____________________________________________________________________________
59654 [  7510] By: jhi                                   on 2000/11/01  14:29:50
59655         Log: Subject: [PATCH] startperl to respect versiononly
59656              From: Robin Barker <rmb1@cise.npl.co.uk> 
59657              Date: Tue, 31 Oct 2000 16:29:36 GMT
59658              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
59659      Branch: metaconfig/U/perl
59660            ! startperl.U
59661      Branch: perl
59662            ! Configure config_h.SH
59663 ____________________________________________________________________________
59664 [  7509] By: jhi                                   on 2000/11/01  14:19:53
59665         Log: printf UVs the correct way, noticed by Robin Barker.
59666      Branch: perl
59667            ! utf8.c
59668 ____________________________________________________________________________
59669 [  7508] By: jhi                                   on 2000/11/01  14:10:03
59670         Log: Do not cleanup *% because the % has special meanings in some
59671              shell environments.
59672      Branch: perl
59673            ! ext/Storable/Makefile.PL
59674 ____________________________________________________________________________
59675 [  7507] By: jhi                                   on 2000/11/01  14:06:00
59676         Log: The NonStop-UX libraries have a novel way to say NaN.
59677      Branch: perl
59678            ! t/lib/bigfltpm.t
59679 ____________________________________________________________________________
59680 [  7506] By: jhi                                   on 2000/11/01  14:03:35
59681         Log: The osname has been lowercased by now, from Tom Bates.
59682      Branch: metaconfig
59683            ! U/modified/Oldconfig.U
59684      Branch: perl
59685            ! Configure config_h.SH
59686 ____________________________________________________________________________
59687 [  7505] By: jhi                                   on 2000/10/31  19:18:39
59688         Log: The compiler is either gcc or cc, from Tom Bates.
59689      Branch: perl
59690            ! hints/nonstopux.sh
59691 ____________________________________________________________________________
59692 [  7504] By: jhi                                   on 2000/10/31  14:53:42
59693         Log: Update Changes.
59694      Branch: perl
59695            ! Changes patchlevel.h
59696 ____________________________________________________________________________
59697 [  7503] By: jhi                                   on 2000/10/31  14:30:50
59698         Log: Whitespace style tweak.  Was originally going to see to
59699              
59700              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
59701              From: Joe Smith <jms@inwap.com>
59702              Date: Mon, 30 Oct 2000 18:47:57 -0800
59703              Message-Id: <39FE32DD.24AAC4D@inwap.com>
59704              
59705              but that had already been taken care of.
59706      Branch: metaconfig
59707            ! U/compline/d_stdstdio.U
59708      Branch: perl
59709            ! Configure config_h.SH
59710 ____________________________________________________________________________
59711 [  7502] By: jhi                                   on 2000/10/31  14:25:02
59712         Log: AUTHORS tweaks.
59713      Branch: perl
59714            ! AUTHORS
59715 ____________________________________________________________________________
59716 [  7501] By: jhi                                   on 2000/10/31  14:23:59
59717         Log: Subject: perlfaq style changes
59718              From: John Borwick <jhborwic@unity.ncsu.edu>
59719              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
59720              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
59721      Branch: perl
59722            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
59723            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
59724            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
59725            ! pod/perlfaq9.pod
59726 ____________________________________________________________________________
59727 [  7500] By: jhi                                   on 2000/10/31  14:22:15
59728         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
59729              
59730              Subject: Re: [ID 20000918.005] ~ on wide chars
59731              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59732              Date: Mon, 30 Oct 2000 21:09:55 -0800
59733              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
59734              
59735              (The ord() part of the patch skipped.)
59736      Branch: perl
59737            ! doop.c
59738 ____________________________________________________________________________
59739 [  7499] By: jhi                                   on 2000/10/31  14:20:08
59740         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
59741              From: Jens Hamisch <jens@Strawberry.COM>
59742              Date: Mon, 30 Oct 2000 15:17:07 +0100
59743              Message-Id: <20001030151707.A9597@Strawberry.COM>
59744      Branch: perl
59745            ! av.c
59746 ____________________________________________________________________________
59747 [  7498] By: jhi                                   on 2000/10/31  14:16:29
59748         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
59749              From: Peter Prymmer <pvhp@forte.com>
59750              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
59751              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
59752      Branch: perl
59753            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
59754            + ext/Encode/Encode/posix-bc.enc
59755            ! MANIFEST t/lib/encode.t
59756 ____________________________________________________________________________
59757 [  7497] By: jhi                                   on 2000/10/31  14:13:22
59758         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
59759              From: Peter Prymmer <pvhp@forte.com>
59760              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
59761              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
59762      Branch: perl
59763            ! t/lib/cgi-html.t
59764 ____________________________________________________________________________
59765 [  7496] By: jhi                                   on 2000/10/31  14:12:05
59766         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
59767              From: Peter Prymmer <pvhp@forte.com>
59768              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
59769              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
59770      Branch: perl
59771            ! t/lib/cgi-function.t
59772 ____________________________________________________________________________
59773 [  7495] By: jhi                                   on 2000/10/31  14:11:08
59774         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
59775              From: Peter Prymmer <pvhp@forte.com>
59776              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
59777              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
59778      Branch: perl
59779            + ext/re/hints/aix.pl
59780            ! MANIFEST ext/re/Makefile.PL
59781 ____________________________________________________________________________
59782 [  7494] By: jhi                                   on 2000/10/31  14:08:32
59783         Log: Use Errno magic.
59784              
59785              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
59786              From: Casey Tweten <perl@ctweten.amsite.com>
59787              Date: Mon, 30 Oct 2000 15:51:17 -0500
59788              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
59789      Branch: perl
59790            ! lib/File/Temp.pm
59791 ____________________________________________________________________________
59792 [  7493] By: jhi                                   on 2000/10/31  14:05:07
59793         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
59794              
59795              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
59796              From: Nicholas Clark <nick@ccl4.org>
59797              Date: Mon, 30 Oct 2000 17:38:45 +0000
59798              Message-ID: <20001030173845.O60355@plum.flirble.org>
59799      Branch: perl
59800            ! Makefile.SH utils/perlbug.PL
59801 ____________________________________________________________________________
59802 [  7492] By: nick                                  on 2000/10/30  19:37:23
59803         Log: Change files which are mysteriously different to mainline to be
59804              copies of mainline.
59805      Branch: perlio
59806            ! objXSUB.h perlapi.c pod/perlapi.pod
59807 ____________________________________________________________________________
59808 [  7491] By: nick                                  on 2000/10/30  18:05:54
59809         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
59810              - typo in endian code in putc.
59811              - Don't allow read of write-only files and vice-versa
59812              - and off-by-one in flush-all loop.
59813              Remove debug calls as they were using GCC specific features.
59814      Branch: perlio
59815            ! perlio.c
59816 ____________________________________________________________________________
59817 [  7490] By: nick                                  on 2000/10/29  21:45:45
59818         Log: Integrate mainline to perlio
59819      Branch: perlio
59820           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
59821           !> toke.c
59822 ____________________________________________________________________________
59823 [  7489] By: jhi                                   on 2000/10/29  21:11:08
59824         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
59825              From: andreas.koenig@anima.de (Andreas J. Koenig)
59826              Date: 29 Oct 2000 22:05:59 +0100
59827              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
59828      Branch: perl
59829            ! lib/ExtUtils/Manifest.pm
59830 ____________________________________________________________________________
59831 [  7488] By: jhi                                   on 2000/10/29  21:07:47
59832         Log: Tests for #7487.
59833              
59834              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
59835              From: andreas.koenig@anima.de (Andreas J. Koenig)
59836              Date: 29 Oct 2000 19:37:09 +0100
59837              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
59838      Branch: perl
59839            ! t/comp/proto.t
59840 ____________________________________________________________________________
59841 [  7487] By: jhi                                   on 2000/10/29  21:06:27
59842         Log: constsub spillage.
59843              
59844              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
59845              From: John Tobey <jtobey@john-edwin-tobey.org>
59846              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
59847              Message-Id: <m13pvSr-000FObC@feynman.localnet>
59848      Branch: perl
59849            ! op.c
59850 ____________________________________________________________________________
59851 [  7486] By: nick                                  on 2000/10/29  21:05:04
59852         Log: Integrate mainline to perlio branch
59853      Branch: perlio
59854           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
59855           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
59856           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
59857           +> vos/install_perl.cm
59858            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
59859            - vos/config.h vos/config_h.SH_orig
59860           !> (integrate 141 files)
59861 ____________________________________________________________________________
59862 [  7485] By: jhi                                   on 2000/10/29  21:00:47
59863         Log: Make \x{...} consistently produce UTF-8.
59864              
59865              Subject: Re: \x{...} is confused 
59866              From: Simon Cozens <simon@cozens.net>
59867              Date: Sun, 29 Oct 2000 19:36:48 +0000
59868              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
59869      Branch: perl
59870            ! t/pragma/utf8.t toke.c
59871 ____________________________________________________________________________
59872 [  7484] By: nick                                  on 2000/10/29  20:05:29
59873         Log: PerlIO passes all tests.
59874      Branch: perlio
59875            ! perlio.c
59876 ____________________________________________________________________________
59877 [  7483] By: jhi                                   on 2000/10/29  18:06:55
59878         Log: Update Changes.
59879      Branch: perl
59880            ! Changes patchlevel.h
59881 ____________________________________________________________________________
59882 [  7482] By: nick                                  on 2000/10/29  17:43:28
59883         Log: Include <unistd.h> to get correct lseek() prototype etc.
59884              (I thought perl.h did that) - down to two fails
59885              - comp/require.t (last test)
59886              - lib/io_xs.t - possibly import/export of FILE * ?
59887      Branch: perlio
59888            ! perlio.c
59889 ____________________________________________________________________________
59890 [  7481] By: jhi                                   on 2000/10/29  17:02:37
59891         Log: UTF-8 decoder tweak.
59892      Branch: perl
59893            ! utf8.c
59894 ____________________________________________________________________________
59895 [  7480] By: nick                                  on 2000/10/29  16:26:11
59896         Log: Fixed two bugs:
59897              - error code not being set on close (of broken pipe)
59898              - append mode was truncating.
59899              At least one seek/tell bug remains.
59900      Branch: perlio
59901            ! perlio.c
59902 ____________________________________________________________________________
59903 [  7479] By: nick                                  on 2000/10/29  11:18:16
59904         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
59905              in case of accidents. Still several worrying fails, no line disciplines yet.
59906      Branch: perlio
59907            ! iperlsys.h perlio.c
59908 ____________________________________________________________________________
59909 [  7478] By: jhi                                   on 2000/10/29  02:04:01
59910         Log: Add also emailless people.
59911      Branch: perl
59912            ! AUTHORS
59913 ____________________________________________________________________________
59914 [  7477] By: jhi                                   on 2000/10/29  01:36:00
59915         Log: The #7476 needs a MANIFEST change, too.
59916      Branch: perl
59917            ! MANIFEST
59918 ____________________________________________________________________________
59919 [  7476] By: jhi                                   on 2000/10/29  01:35:21
59920         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
59921      Branch: perl
59922            - MAINTAIN
59923            ! AUTHORS Changes
59924 ____________________________________________________________________________
59925 [  7475] By: jhi                                   on 2000/10/28  23:57:25
59926         Log: De-quoted-unreadable to ISO Latin 1.
59927              (There's one ISO-2022-JP name in Changes5.004.)
59928      Branch: perl
59929            ! Changes Changes5.6
59930 ____________________________________________________________________________
59931 [  7474] By: jhi                                   on 2000/10/28  19:13:06
59932         Log: Subject: [ID 20001027.007] uniq array in perlfaq
59933              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
59934              Date: Fri, 27 Oct 2000 19:28:30 +0200
59935              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
59936      Branch: perl
59937            ! pod/perlfaq4.pod
59938 ____________________________________________________________________________
59939 [  7473] By: jhi                                   on 2000/10/28  18:02:05
59940         Log: Locking null mutexes is not recommendable.
59941              
59942              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
59943              From: Hugo <hv@crypt.compulink.co.uk>
59944              Date: Sat, 28 Oct 2000 18:41:12 +0100
59945              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
59946      Branch: perl
59947            ! op.c
59948 ____________________________________________________________________________
59949 [  7472] By: jhi                                   on 2000/10/28  17:52:58
59950         Log: Better create a true mailing list for the repository keepers.
59951      Branch: perl
59952            ! Porting/repository.pod
59953 ____________________________________________________________________________
59954 [  7471] By: jhi                                   on 2000/10/28  17:28:24
59955         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
59956              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
59957      Branch: perl
59958            + Porting/repository.pod
59959            ! MANIFEST
59960 ____________________________________________________________________________
59961 [  7470] By: jhi                                   on 2000/10/28  17:20:54
59962         Log: Subject: DOC PATCH 5.6.0
59963              From: mjd@plover.com
59964              Date: 27 Oct 2000 17:32:44 -0000
59965              Message-ID: <20001027173244.23754.qmail@plover.com>
59966      Branch: perl
59967            ! pod/perlfunc.pod
59968 ____________________________________________________________________________
59969 [  7469] By: jhi                                   on 2000/10/28  17:16:45
59970         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
59971              From: "Peter J. Farley III" <pjfarley@banet.net>
59972              Date: Fri, 27 Oct 2000 20:32:56 -0400
59973              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
59974      Branch: perl
59975            ! README.dos
59976 ____________________________________________________________________________
59977 [  7468] By: jhi                                   on 2000/10/28  17:07:18
59978         Log: Make target reordering to avoid pointless re-makes.
59979              
59980              Subject: Re: Total re-make of 'make okfile' after 7451 ?
59981              From: Nicholas Clark <nick@ccl4.org>
59982              Date: Sat, 28 Oct 2000 00:31:02 +0100
59983              Message-ID: <20001028003101.A54517@plum.flirble.org>
59984      Branch: perl
59985            ! Makefile.SH
59986 ____________________________________________________________________________
59987 [  7467] By: jhi                                   on 2000/10/28  17:05:31
59988         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
59989              From: lvirden@cas.org
59990              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
59991              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
59992      Branch: perl
59993            ! README.os2
59994 ____________________________________________________________________________
59995 [  7466] By: jhi                                   on 2000/10/28  16:09:16
59996         Log: Upgrade to CPAN 1.58_55.
59997              
59998              Subject: CPAN.pm status
59999              From: andreas.koenig@anima.de (Andreas J. Koenig) 
60000              Date: 28 Oct 2000 08:18:00 +0200 
60001              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
60002      Branch: perl
60003            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
60004 ____________________________________________________________________________
60005 [  7465] By: jhi                                   on 2000/10/28  16:02:47
60006         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
60007      Branch: perl
60008            ! embed.h embed.pl perl.h proto.h toke.c
60009 ____________________________________________________________________________
60010 [  7464] By: nick                                  on 2000/10/28  10:43:44
60011         Log: Fix for sv_2iv() on "shared" value from keys %hash.
60012      Branch: perl
60013            ! sv.c
60014 ____________________________________________________________________________
60015 [  7463] By: jhi                                   on 2000/10/27  16:18:29
60016         Log: Update Changes.
60017      Branch: perl
60018            ! Changes patchlevel.h
60019 ____________________________________________________________________________
60020 [  7462] By: jhi                                   on 2000/10/27  16:17:44
60021         Log: Too enthusiastic editing in #7460.
60022      Branch: metaconfig
60023            ! U/modified/Oldsym.U
60024      Branch: perl
60025            ! Configure config_h.SH
60026 ____________________________________________________________________________
60027 [  7461] By: jhi                                   on 2000/10/27  15:37:38
60028         Log: Retract #7459, the script needs more work.
60029      Branch: perl
60030            - mkreef
60031            ! MANIFEST
60032 ____________________________________________________________________________
60033 [  7460] By: jhi                                   on 2000/10/27  15:23:14
60034         Log: Use $sort, $uniq (and $tr) consistently as wondered
60035              by Nicholas Clark.
60036      Branch: metaconfig
60037            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
60038            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
60039            ! U/modified/libc.U
60040      Branch: perl
60041            ! Configure config_h.SH
60042 ____________________________________________________________________________
60043 [  7459] By: jhi                                   on 2000/10/27  15:02:07
60044         Log: (Retracted by #7461)
60045              
60046              Add a shell script for creating/removing symbolic link farms,
60047              useful for keeping the source code read-only and doing the
60048              builds somewhere else.
60049      Branch: perl
60050            + mkreef
60051            ! MANIFEST
60052 ____________________________________________________________________________
60053 [  7458] By: jhi                                   on 2000/10/27  14:42:20
60054         Log: Do away with the fix_pl.
60055      Branch: perl
60056            - fix_pl
60057            ! MANIFEST Makefile.SH
60058 ____________________________________________________________________________
60059 [  7457] By: jhi                                   on 2000/10/27  12:43:13
60060         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
60061              From: Jens Hamisch <jens@Strawberry.COM>
60062              Date: Fri, 27 Oct 2000 14:38:21 +0200
60063              Message-Id: <20001027143821.B3366@Strawberry.COM>
60064      Branch: perl
60065            ! perl.h
60066 ____________________________________________________________________________
60067 [  7456] By: jhi                                   on 2000/10/27  12:33:42
60068         Log: Subject: [PATCH] todo
60069              From: Nicholas Clark <nick@ccl4.org>
60070              Date: Thu, 26 Oct 2000 22:32:29 +0100
60071              Message-ID: <20001026223229.A44540@plum.flirble.org>
60072      Branch: perl
60073            ! pod/perltodo.pod
60074 ____________________________________________________________________________
60075 [  7455] By: jhi                                   on 2000/10/27  12:02:21
60076         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
60077              From: John Tobey <jtobey@john-edwin-tobey.org>
60078              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
60079              Message-Id: <m13ozHF-000FObC@feynman.localnet>
60080      Branch: perl
60081            ! op.c t/pragma/sub_lval.t
60082 ____________________________________________________________________________
60083 [  7454] By: jhi                                   on 2000/10/27  11:59:42
60084         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
60085              From: sthoenna@efn.org
60086              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
60087              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
60088      Branch: perl
60089            ! pp.c t/op/assignwarn.t
60090 ____________________________________________________________________________
60091 [  7453] By: jhi                                   on 2000/10/27  00:15:08
60092         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
60093      Branch: perl
60094            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
60095            ! ext/Storable/Storable.xs t/lib/st-lock.t
60096 ____________________________________________________________________________
60097 [  7452] By: jhi                                   on 2000/10/26  13:05:52
60098         Log: Undo #7451, this seems to be a deficiency in Perforce,
60099              there is no per-file line-terminator type, only per-client.
60100      Branch: perl
60101            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
60102            ! win32/makefile.mk
60103 ____________________________________________________________________________
60104 [  7451] By: jhi                                   on 2000/10/26  04:56:03
60105         Log: Experimenting in DOS arcana.
60106      Branch: perl
60107            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
60108            ! win32/makefile.mk
60109 ____________________________________________________________________________
60110 [  7450] By: jhi                                   on 2000/10/26  04:50:52
60111         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
60112              From: "Peter J. Farley III" <pjfarley@banet.net>            
60113              Date: Wed, 25 Oct 2000 23:10:18 -0400
60114              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
60115      Branch: perl
60116            ! t/io/open.t
60117 ____________________________________________________________________________
60118 [  7449] By: jhi                                   on 2000/10/26  04:49:16
60119         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
60120              From: Hugo <hv@crypt.compulink.co.uk>
60121              Date: Thu, 26 Oct 2000 01:55:17 +0100
60122              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
60123              
60124              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
60125      Branch: perl
60126            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
60127 ____________________________________________________________________________
60128 [  7448] By: jhi                                   on 2000/10/26  04:38:36
60129         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
60130              From: Peter Prymmer <pvhp@forte.com>
60131              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
60132              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
60133      Branch: perl
60134            ! configure.com
60135 ____________________________________________________________________________
60136 [  7447] By: jhi                                   on 2000/10/25  23:20:02
60137         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
60138              in platforms that strictly require all the symbols being present
60139              at link time.
60140      Branch: perl
60141            ! handy.h
60142 ____________________________________________________________________________
60143 [  7446] By: jhi                                   on 2000/10/25  21:55:57
60144         Log: Update Changes.
60145      Branch: perl
60146            ! Changes patchlevel.h
60147 ____________________________________________________________________________
60148 [  7445] By: jhi                                   on 2000/10/25  21:27:08
60149         Log: Integrate with vmsperl #7430 by Charles Bailey:
60150              
60151              Cleanup from prior patch (Charles Lane?):
60152              - improve handling of MFDs in Basename and Path
60153              - default to no xsubpp line # munging when building debug images
60154      Branch: perl
60155           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
60156 ____________________________________________________________________________
60157 [  7444] By: jhi                                   on 2000/10/25  21:03:50
60158         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
60159              From: John Peacock <JPeacock@UnivPress.com>
60160              Date: Thu, 18 May 2000 11:55:27 -0400
60161              Message-ID: <3924126F.A58BE57A@UnivPress.com>
60162      Branch: perl
60163            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
60164            ! t/op/write.t
60165 ____________________________________________________________________________
60166 [  7443] By: jhi                                   on 2000/10/25  20:43:10
60167         Log: Temporary stopgap for the self-tying issue: for now only
60168              array and hash self-ties are verboten.  The real fix, of
60169              course, would be to comprehensively test (and implement?)
60170              and debug (and document) self-ties.
60171      Branch: perl
60172            ! pod/perldiag.pod pp_sys.c t/op/tie.t
60173 ____________________________________________________________________________
60174 [  7442] By: jhi                                   on 2000/10/25  20:14:30
60175         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
60176              From: Dan Sugalski <dan@sidhe.org>
60177              Date: Wed, 25 Oct 2000 13:36:35 -0400
60178              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
60179              
60180              plus regen global.sym.
60181      Branch: perl
60182            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
60183            ! thrdvar.h util.c
60184 ____________________________________________________________________________
60185 [  7441] By: jhi                                   on 2000/10/25  20:12:20
60186         Log: buildtoc target tweaks.
60187      Branch: perl
60188            ! pod/Makefile.SH
60189 ____________________________________________________________________________
60190 [  7440] By: jhi                                   on 2000/10/25  20:03:53
60191         Log: A new version of making the syslog test more robust.
60192              (Replaces #7421.)
60193              
60194              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
60195              From: "Kurt D. Starsinic" <kstar@chapin.edu>
60196              Date: Wed, 25 Oct 2000 12:13:54 -0400
60197              Message-ID: <20001025121354.B2264@O2.chapin.edu>
60198      Branch: perl
60199            ! t/lib/syslog.t
60200 ____________________________________________________________________________
60201 [  7439] By: jhi                                   on 2000/10/25  20:00:48
60202         Log: Continue the internal UTF-8 API tweaking.
60203              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
60204              used much more than the simpler API, now called utf8_to_uv_simple().
60205              Still not quite happy with API, too much partial duplication
60206              of functionality.
60207      Branch: perl
60208            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
60209            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
60210            ! regcomp.c regexec.c sv.c toke.c utf8.c
60211 ____________________________________________________________________________
60212 [  7438] By: jhi                                   on 2000/10/25  18:52:30
60213         Log: Allow poking holes at the UTF-8 decoding strictness.
60214      Branch: perl
60215            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
60216            ! utf8.h
60217 ____________________________________________________________________________
60218 [  7437] By: jhi                                   on 2000/10/25  13:53:05
60219         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
60220              UTF8LEN() and UTF8SKIP(). 
60221      Branch: perl
60222            ! pp.c utf8.c utf8.h
60223 ____________________________________________________________________________
60224 [  7436] By: jhi                                   on 2000/10/25  13:51:37
60225         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
60226              From: Nicholas Clark <nick@ccl4.org>
60227              Date: Wed, 25 Oct 2000 14:44:05 +0100
60228              Message-ID: <20001025144404.D27253@plum.flirble.org>
60229      Branch: perl
60230            ! pod/perlrun.pod
60231 ____________________________________________________________________________
60232 [  7435] By: jhi                                   on 2000/10/25  13:49:32
60233         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
60234              From: Mike Guy <mjtg@cam.ac.uk>
60235              Date: Tue, 24 Oct 2000 14:59:40 +0100
60236              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
60237      Branch: perl
60238            ! scope.c
60239 ____________________________________________________________________________
60240 [  7434] By: jhi                                   on 2000/10/25  13:48:41
60241         Log: AIX is picky about its symbol exports.  Solution for now
60242              is to include the deb.o explicitly to the re extension build.
60243              
60244              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
60245              From: Peter Prymmer <pvhp@forte.com>
60246              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
60247              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
60248      Branch: perl
60249            ! ext/re/Makefile.PL hints/aix.sh
60250 ____________________________________________________________________________
60251 [  7433] By: jhi                                   on 2000/10/25  13:46:49
60252         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
60253              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60254              Date: Wed, 25 Oct 2000 12:02:20 +0200
60255              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
60256      Branch: perl
60257            ! perlsdio.h
60258 ____________________________________________________________________________
60259 [  7432] By: jhi                                   on 2000/10/25  13:44:28
60260         Log: Subject: Minor update to find2perl, for portability
60261              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
60262              Date: Wed, 25 Oct 2000 12:05:47 +0100
60263              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
60264      Branch: perl
60265            ! x2p/find2perl.PL
60266 ____________________________________________________________________________
60267 [  7431] By: jhi                                   on 2000/10/25  13:40:39
60268         Log: Add targets to Makefile.SH, most importantly
60269              'regen_all' which also remembers to update vms/perly*.
60270      Branch: perl
60271            ! Makefile.SH
60272 ____________________________________________________________________________
60273 [  7430] By: bailey                                on 2000/10/25  03:13:53
60274         Log: Cleanup from prior patch (Charles Lane?):
60275              - improve handling of MFDs in Basename and Path
60276              - default to no xsubpp line # munging when building debug images
60277      Branch: vmsperl
60278            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
60279 ____________________________________________________________________________
60280 [  7429] By: jhi                                   on 2000/10/24  20:03:40
60281         Log: Podify README.epoc and README.vos.
60282      Branch: perl
60283            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
60284            ! pod/perlport.pod pod/perltoc.pod
60285 ____________________________________________________________________________
60286 [  7428] By: jhi                                   on 2000/10/24  19:10:33
60287         Log: Stratus VOS updates from Paul Green.
60288      Branch: perl
60289            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
60290            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
60291            - vos/config.def vos/config.h vos/config_h.SH_orig
60292            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
60293            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
60294 ____________________________________________________________________________
60295 [  7427] By: jhi                                   on 2000/10/24  18:59:48
60296         Log: Check if stdio supports tweaking lval and cnt simultaneously.
60297              
60298              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
60299              From: Nicholas Clark <nick@ccl4.org>
60300              Date: Mon, 23 Oct 2000 15:39:32 +0100
60301              Message-ID: <20001023153932.A10786@plum.flirble.org>
60302      Branch: metaconfig
60303            ! U/compline/d_stdstdio.U
60304      Branch: perl
60305            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60306            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
60307            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
60308            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
60309            ! vos/config.h vos/config_h.SH_orig win32/config.bc
60310            ! win32/config.gc win32/config.vc
60311 ____________________________________________________________________________
60312 [  7426] By: jhi                                   on 2000/10/24  17:57:44
60313         Log: Missed the header file changes from #7425.
60314      Branch: perl
60315            ! embed.h embed.pl objXSUB.h proto.h
60316 ____________________________________________________________________________
60317 [  7425] By: jhi                                   on 2000/10/24  17:55:17
60318         Log: Fix the bug reported in
60319              
60320              From: andreas.koenig@anima.de (Andreas J. Koenig)
60321              Subject: Encode bug?
60322              Date: 24 Oct 2000 14:01:26 +0200 
60323              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
60324              
60325              Also make is_utf8_char() stricter.
60326      Branch: perl
60327            ! ext/Encode/Encode.xs utf8.c
60328 ____________________________________________________________________________
60329 [  7424] By: jhi                                   on 2000/10/24  15:15:39
60330         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
60331              From: Peter Scott <Peter@PSDT.com>
60332              Date: Mon, 23 Oct 2000 19:46:01 -0700
60333              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
60334      Branch: perl
60335            ! pod/perlfaq5.pod
60336 ____________________________________________________________________________
60337 [  7423] By: jhi                                   on 2000/10/24  14:25:30
60338         Log: Test tweak to avoid pulling in the whole Config.
60339      Branch: perl
60340            ! t/lib/st-lock.t
60341 ____________________________________________________________________________
60342 [  7422] By: jhi                                   on 2000/10/24  14:03:16
60343         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
60344      Branch: perl
60345            ! pp.c
60346 ____________________________________________________________________________
60347 [  7421] By: jhi                                   on 2000/10/24  13:32:09
60348         Log: (Replaced by #7440.)
60349              
60350              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
60351              From: "Kurt D. Starsinic" <kstar@chapin.edu>
60352              Date: Mon, 23 Oct 2000 16:40:54 -0400
60353              Message-ID: <20001023164054.B14491@O2.chapin.edu>
60354      Branch: perl
60355            ! t/lib/syslog.t
60356 ____________________________________________________________________________
60357 [  7420] By: jhi                                   on 2000/10/24  13:30:53
60358         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
60359              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60360              Date: Mon, 23 Oct 2000 17:29:03 -0400
60361              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
60362      Branch: perl
60363            ! lib/ExtUtils/MM_Unix.pm
60364 ____________________________________________________________________________
60365 [  7419] By: jhi                                   on 2000/10/24  13:29:57
60366         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
60367              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60368              Date: Mon, 23 Oct 2000 19:01:32 -0400
60369              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
60370      Branch: perl
60371            ! utils/h2xs.PL
60372 ____________________________________________________________________________
60373 [  7418] By: jhi                                   on 2000/10/24  13:26:04
60374         Log: Replace #7409 with
60375              
60376              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
60377              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
60378              Date: Mon, 23 Oct 2000 20:08:56 +0200
60379              Message-ID: <20001023200855.A14850@nice.ram.loc>
60380      Branch: perl
60381            ! ext/Storable/Storable.pm t/lib/st-lock.t
60382 ____________________________________________________________________________
60383 [  7417] By: jhi                                   on 2000/10/24  13:17:52
60384         Log: Run vms/vms_yfix.pl, should have done that after changing
60385              perly.c in #7382.
60386      Branch: perl
60387            ! vms/perly_c.vms vms/perly_h.vms
60388 ____________________________________________________________________________
60389 [  7416] By: jhi                                   on 2000/10/24  02:55:33
60390         Log: Make the UTF-8 decoding stricter and more verbose when
60391              malformation happens.  This involved adding an argument
60392              to utf8_to_uv_chk(), which involved changing its prototype,
60393              and prefer STRLEN over I32 for the UTF-8 length, which as
60394              a domino effect necessitated changing the prototypes of
60395              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
60396              The stricter UTF-8 decoding checking uses Markus Kuhn's
60397              UTF-8 Decode Stress Tester from
60398              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
60399      Branch: perl
60400            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
60401            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
60402            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
60403            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
60404 ____________________________________________________________________________
60405 [  7415] By: jhi                                   on 2000/10/23  14:06:06
60406         Log: Update Changes.
60407      Branch: perl
60408            ! Changes patchlevel.h
60409 ____________________________________________________________________________
60410 [  7414] By: jhi                                   on 2000/10/23  12:39:52
60411         Log: Undo the basename() part of #7412 since the lib/basename
60412              tests would need upgrading too.
60413      Branch: perl
60414            ! lib/File/Basename.pm
60415 ____________________________________________________________________________
60416 [  7413] By: jhi                                   on 2000/10/23  12:19:27
60417         Log: Document PERL_INSTALL_ROOT of #7210.
60418      Branch: perl
60419            ! lib/ExtUtils/Install.pm
60420 ____________________________________________________________________________
60421 [  7412] By: jhi                                   on 2000/10/23  12:16:47
60422         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
60423      Branch: perl
60424            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
60425            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
60426 ____________________________________________________________________________
60427 [  7411] By: jhi                                   on 2000/10/23  12:07:41
60428         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
60429              From: Prymmer/Kahn <pvhp@best.com>
60430              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
60431              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
60432      Branch: perl
60433            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
60434 ____________________________________________________________________________
60435 [  7410] By: jhi                                   on 2000/10/23  04:10:11
60436         Log: The change #7187 was not so good on VMS.
60437              
60438              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
60439              From: "Craig A. Berry" <craig.berry@psinetcs.com>
60440              Date: Sun, 22 Oct 2000 23:03:08 -0500
60441              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
60442      Branch: perl
60443            ! utils/perldoc.PL
60444 ____________________________________________________________________________
60445 [  7409] By: jhi                                   on 2000/10/23  03:57:36
60446         Log: Avoid Storable locking on DJGPP for now.
60447              
60448              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
60449              From: "Peter J. Farley III" <pjfarley@banet.net>
60450              Date: Sun, 22 Oct 2000 20:00:00 -0400
60451              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
60452      Branch: perl
60453            ! ext/Storable/Storable.pm t/lib/st-lock.t
60454 ____________________________________________________________________________
60455 [  7408] By: jhi                                   on 2000/10/23  03:50:24
60456         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
60457              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
60458              Date: Sun, 22 Oct 2000 21:12:22 -0400
60459              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
60460      Branch: perl
60461            ! lib/vars.pm
60462 ____________________________________________________________________________
60463 [  7407] By: jhi                                   on 2000/10/23  03:43:12
60464         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
60465              From: Hugo <hv@crypt.compulink.co.uk>
60466              Date: Mon, 23 Oct 2000 00:47:22 +0100
60467              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
60468      Branch: perl
60469            ! regexec.c t/op/pat.t
60470 ____________________________________________________________________________
60471 [  7406] By: jhi                                   on 2000/10/23  03:40:29
60472         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
60473      Branch: perl
60474            ! lib/ExtUtils/MakeMaker.pm
60475 ____________________________________________________________________________
60476 [  7405] By: jhi                                   on 2000/10/22  21:32:00
60477         Log: Doc patch.
60478              
60479              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
60480              From: rspier@pobox.com (Robert Spier)
60481              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
60482              Message-ID: <14835.16112.13457.447971@rls.cx>
60483      Branch: perl
60484            ! lib/strict.pm
60485 ____________________________________________________________________________
60486 [  7404] By: jhi                                   on 2000/10/22  21:30:51
60487         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
60488              From: rspier@pobox.com (Robert Spier)
60489              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
60490              Message-ID: <14835.17223.72448.705566@rls.cx>
60491      Branch: perl
60492            ! lib/ExtUtils/MakeMaker.pm
60493 ____________________________________________________________________________
60494 [  7403] By: jhi                                   on 2000/10/22  21:24:11
60495         Log: Subject: [PATCH bleadperl] ripples from constsub patch
60496              From: John Tobey <jtobey@john-edwin-tobey.org>
60497              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
60498              Message-Id: <m13nSOB-000FObC@feynman.localnet>
60499      Branch: perl
60500            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
60501 ____________________________________________________________________________
60502 [  7402] By: jhi                                   on 2000/10/22  20:59:35
60503         Log: Support s?printf parameter reordering.
60504      Branch: perl
60505            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
60506 ____________________________________________________________________________
60507 [  7401] By: jhi                                   on 2000/10/22  19:19:14
60508         Log: Expand %Config variables only if explicitly so requested
60509              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
60510              
60511              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
60512              From: Gurusamy Sarathy <gsar@ActiveState.com>
60513              Date: Sun, 22 Oct 2000 11:47:32 -0700
60514              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
60515      Branch: perl
60516            ! Makefile.SH lib/lib_pm.PL
60517 ____________________________________________________________________________
60518 [  7400] By: jhi                                   on 2000/10/22  18:24:10
60519         Log: Move the #7390 test from warn/op to comp/redef.
60520              
60521              Subject: Re: Creating const subs for constants.
60522              From: John Tobey <jtobey@john-edwin-tobey.org>
60523              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
60524              Message-Id: <m13nG72-000FObC@feynman.localnet>               
60525      Branch: perl
60526            ! t/comp/redef.t t/pragma/warn/op
60527 ____________________________________________________________________________
60528 [  7399] By: jhi                                   on 2000/10/22  17:49:59
60529         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
60530              From: Nicholas Clark <nick@ccl4.org>
60531              Date: Sat, 21 Oct 2000 22:23:19 +0100
60532              Message-ID: <20001021222319.B45586@plum.flirble.org>
60533      Branch: perl
60534            ! ext/DynaLoader/DynaLoader_pm.PL
60535 ____________________________________________________________________________
60536 [  7398] By: jhi                                   on 2000/10/22  17:47:35
60537         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
60538              From: Hugo <hv@crypt.compulink.co.uk>
60539              Date: Sat, 21 Oct 2000 18:19:59 +0100
60540              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
60541      Branch: perl
60542            ! ext/B/B.pm ext/B/B/C.pm
60543 ____________________________________________________________________________
60544 [  7397] By: jhi                                   on 2000/10/22  17:35:18
60545         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
60546              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
60547              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
60548              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
60549      Branch: perl
60550            ! hints/openbsd.sh
60551 ____________________________________________________________________________
60552 [  7396] By: jhi                                   on 2000/10/22  17:19:46
60553         Log: Subject: installman go-faster stripes
60554              From: Nicholas Clark <nick@talking.bollo.cx>
60555              Date: Sat, 21 Oct 2000 17:24:53 +0100
60556              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
60557              
60558              Subject: Re: installman go-faster stripes
60559              From: Russ Allbery <rra@stanford.edu>
60560              Date: 21 Oct 2000 11:04:13 -0700
60561              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
60562      Branch: perl
60563            ! installman pod/pod2man.PL
60564 ____________________________________________________________________________
60565 [  7395] By: jhi                                   on 2000/10/22  17:17:35
60566         Log: Hints tweak from Anton Berezin.
60567      Branch: perl
60568            ! hints/freebsd.sh
60569 ____________________________________________________________________________
60570 [  7394] By: jhi                                   on 2000/10/22  04:50:04
60571         Log: Tweak the Is* definitions of Unicode character classes
60572              to better match the official categorizations; embrace
60573              the official categorizations; add the combining marks
60574              as alpha (and -numeric); fix DCinital (a typo and edito)
60575              to be DCmedial.
60576      Branch: perl
60577            + lib/unicode/Is/DCmedial.pl
60578            - lib/unicode/Is/DCinital.pl
60579            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
60580            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
60581            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
60582            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
60583 ____________________________________________________________________________
60584 [  7393] By: jhi                                   on 2000/10/21  18:06:05
60585         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
60586              From: Daniel Chetlin <daniel@chetlin.com>
60587              Date: Sat, 21 Oct 2000 02:57:03 -0700
60588              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
60589      Branch: perl
60590            + t/lib/tie-splice.t
60591            ! MANIFEST lib/Tie/Array.pm
60592 ____________________________________________________________________________
60593 [  7392] By: gsar                                  on 2000/10/21  18:05:15
60594         Log: resync utfperl branch with mainline
60595      Branch: utfperl
60596           !> (integrate 1760 files)
60597 ____________________________________________________________________________
60598 [  7391] By: jhi                                   on 2000/10/21  14:37:49
60599         Log: Testcases for a #7383,#7385 related bug.
60600              
60601              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
60602              From: Nicholas Clark <nick@ccl4.org>
60603              Date: Sat, 21 Oct 2000 15:04:51 +0100
60604              Message-ID: <20001021150451.A51566@plum.flirble.org>
60605      Branch: perl
60606            ! t/pragma/utf8.t
60607 ____________________________________________________________________________
60608 [  7390] By: jhi                                   on 2000/10/21  14:35:57
60609         Log: Add a testcase for #7389.
60610      Branch: perl
60611            ! t/pragma/warn/op
60612 ____________________________________________________________________________
60613 [  7389] By: jhi                                   on 2000/10/21  14:26:45
60614         Log: Subject: Re: Creating const subs for constants.
60615              From: John Tobey <jtobey@john-edwin-tobey.org>
60616              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
60617              Message-Id: <m13mo0N-000FObC@feynman.localnet>
60618      Branch: perl
60619            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
60620            ! proto.h sv.c
60621 ____________________________________________________________________________
60622 [  7388] By: nick                                  on 2000/10/21  11:44:23
60623         Log: Populate perlio branch
60624      Branch: perlio
60625           +> (branch 1760 files)
60626 ____________________________________________________________________________
60627 [  7387] By: nick                                  on 2000/10/21  10:52:05
60628         Log: Get branch back as replica of mainline via :
60629              p4 integrate -b utfperl
60630              p4 resolve -at ./...
60631      Branch: utfperl
60632           +> (branch 269 files)
60633            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
60634            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
60635            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
60636            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
60637            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
60638            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
60639            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
60640            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
60641            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
60642            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
60643            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
60644            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
60645            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
60646            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
60647            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
60648            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
60649            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
60650            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
60651            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
60652            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
60653            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
60654            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
60655            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
60656            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
60657            - lib/unicode/UCD300.html lib/unicode/Unicode.300
60658            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
60659            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
60660            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
60661            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
60662           !> (integrate 965 files)
60663 ____________________________________________________________________________
60664 [  7386] By: jhi                                   on 2000/10/21  01:31:12
60665         Log: Update Changes.
60666      Branch: perl
60667            ! Changes patchlevel.h
60668 ____________________________________________________________________________
60669 [  7385] By: jhi                                   on 2000/10/21  01:28:42
60670         Log: The #7383 was right only in the context of the original bug report,
60671              not in more general case.
60672      Branch: perl
60673            ! pp_hot.c
60674 ____________________________________________________________________________
60675 [  7384] By: jhi                                   on 2000/10/21  01:08:23
60676         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
60677      Branch: perl
60678            ! ext/IO/lib/IO/Select.pm
60679 ____________________________________________________________________________
60680 [  7383] By: jhi                                   on 2000/10/21  00:44:18
60681         Log: Fix for ID 20001020.006, concatenating an unset submatch
60682              with utf8 resulted in "Modification of a read-only value".
60683      Branch: perl
60684            ! pp_hot.c t/pragma/utf8.t
60685 ____________________________________________________________________________
60686 [  7382] By: jhi                                   on 2000/10/20  20:44:31
60687         Log: Make scan_num() reëntrant, as suggested in
60688              
60689              Subject: [PATCH perl@7229] Rentrant parser and yylex()
60690              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
60691              Date: Fri, 20 Oct 2000 14:17:27 +0100
60692              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
60693      Branch: perl
60694            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
60695            ! toke.c
60696 ____________________________________________________________________________
60697 [  7381] By: jhi                                   on 2000/10/20  20:07:29
60698         Log: Reëntrancy fix.
60699              
60700              Subject: [PATCH perl@7229] Rentrant parser and yylex()
60701              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
60702              Date: Fri, 20 Oct 2000 14:17:27 +0100
60703              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
60704      Branch: perl
60705            ! embed.h embed.pl perl.h proto.h toke.c
60706 ____________________________________________________________________________
60707 [  7380] By: jhi                                   on 2000/10/20  19:15:54
60708         Log: Don't write double values through long double pointers,
60709              based on a part of
60710              
60711              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
60712              From: Jens Hamisch <jens@Strawberry.COM>
60713              Date: Tue, 17 Oct 2000 08:39:36 +0200
60714              Message-Id: <20001017083936.A11104@Strawberry.COM>
60715      Branch: perl
60716            ! perl.h pp.c
60717 ____________________________________________________________________________
60718 [  7379] By: jhi                                   on 2000/10/20  18:43:37
60719         Log: Portability tweak on #7377.
60720              
60721              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
60722              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
60723              Date:     Fri, 20 Oct 2000 13:13:41 EDT
60724              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
60725      Branch: perl
60726            ! t/lib/dprof.t
60727 ____________________________________________________________________________
60728 [  7378] By: jhi                                   on 2000/10/20  12:57:19
60729         Log: SOCKS function redefinitions need prototypes, too, otherwise
60730              for example 32 bit versus 64 bit differences cause a lot of
60731              problems.  Part of
60732              
60733              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
60734              From: Jens Hamisch <jens@Strawberry.COM>
60735              Date: Tue, 17 Oct 2000 08:39:36 +0200
60736              Message-Id: <20001017083936.A11104@Strawberry.COM>
60737      Branch: perl
60738            ! doio.c pp_sys.c
60739 ____________________________________________________________________________
60740 [  7377] By: jhi                                   on 2000/10/20  12:37:12
60741         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
60742              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
60743              Date:     Fri, 20 Oct 2000 08:26:04 EDT
60744              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
60745      Branch: perl
60746            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
60747 ____________________________________________________________________________
60748 [  7376] By: jhi                                   on 2000/10/20  12:35:31
60749         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
60750              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
60751              Date:     Fri, 20 Oct 2000 07:48:15 EDT
60752              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
60753      Branch: perl
60754            ! configure.com vms/gen_shrfls.pl
60755 ____________________________________________________________________________
60756 [  7375] By: bailey                                on 2000/10/20  04:44:37
60757         Log: SYN SYN
60758      Branch: vmsperl
60759           +> (branch 134 files)
60760            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
60761            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
60762            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
60763            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
60764            - eg/cgi/frameset.cgi eg/cgi/index.html
60765            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
60766            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
60767            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
60768            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
60769            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
60770            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
60771            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
60772            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
60773            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
60774            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
60775            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
60776            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
60777            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
60778            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
60779            - lib/unicode/Props.txt lib/unicode/UCD300.html
60780            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
60781            - utils/perlbc.PL vms/subconfigure.com
60782           !> (integrate 785 files)
60783 ____________________________________________________________________________
60784 [  7374] By: jhi                                   on 2000/10/20  00:59:48
60785         Log: In the latest compiler builds cccdlflags must not become -fpic,
60786              from Wilfredo Sánchez.
60787      Branch: perl
60788            ! hints/darwin.sh
60789 ____________________________________________________________________________
60790 [  7373] By: jhi                                   on 2000/10/20  00:56:35
60791         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
60792              From: Tony Cook <tony@develop-help.com>
60793              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
60794              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
60795      Branch: perl
60796            ! pod/perlop.pod
60797 ____________________________________________________________________________
60798 [  7372] By: jhi                                   on 2000/10/19  19:34:40
60799         Log: Typo noted by Mark Lutz.
60800      Branch: perl
60801            ! t/op/64bitint.t
60802 ____________________________________________________________________________
60803 [  7371] By: jhi                                   on 2000/10/19  19:33:13
60804         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
60805      Branch: metaconfig
60806            ! U/modified/Cppsym.U U/modified/Oldconfig.U
60807      Branch: metaconfig/U/perl
60808            ! End.U dlsrc.U libperl.U
60809      Branch: perl
60810            + hints/nonstopux.sh
60811            ! Configure MANIFEST config_h.SH
60812 ____________________________________________________________________________
60813 [  7370] By: jhi                                   on 2000/10/19  17:18:08
60814         Log: Subject: PATCH do_print has 2 PerlIO_error()s
60815              From: nick@ccl4.org
60816              Date: Thu, 19 Oct 2000 18:09:20 +0100
60817              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
60818      Branch: perl
60819            ! doio.c
60820 ____________________________________________________________________________
60821 [  7369] By: jhi                                   on 2000/10/19  14:01:49
60822         Log: Update Changes.
60823      Branch: perl
60824            ! Changes patchlevel.h
60825 ____________________________________________________________________________
60826 [  7368] By: jhi                                   on 2000/10/19  13:04:29
60827         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
60828              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60829              Date: Wed, 18 Oct 2000 13:12:01 +0200
60830              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
60831      Branch: perl
60832            ! hints/aix.sh
60833 ____________________________________________________________________________
60834 [  7367] By: jhi                                   on 2000/10/19  02:22:40
60835         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
60836              of a 'pmshort' anywhere in the B, so the offending line was simply
60837              removed.
60838      Branch: perl
60839            ! ext/B/B/Debug.pm
60840 ____________________________________________________________________________
60841 [  7366] By: jhi                                   on 2000/10/19  02:12:37
60842         Log: Add the test case for the bug id 20000730.004 which seems
60843              to have been fixed by now.
60844      Branch: perl
60845            ! t/pragma/utf8.t
60846 ____________________________________________________________________________
60847 [  7365] By: jhi                                   on 2000/10/18  23:36:24
60848         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
60849              From: Hugo <hv@crypt.compulink.co.uk>
60850              Date: Wed, 18 Oct 2000 23:25:58 +0100
60851              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
60852      Branch: perl
60853            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
60854 ____________________________________________________________________________
60855 [  7364] By: jhi                                   on 2000/10/18  21:12:53
60856         Log: (retracted)
60857      Branch: perl
60858            ! pp.c
60859 ____________________________________________________________________________
60860 [  7363] By: jhi                                   on 2000/10/18  20:55:38
60861         Log: Missing change from #7362.
60862      Branch: perl
60863            ! win32/perlhost.h
60864 ____________________________________________________________________________
60865 [  7362] By: jhi                                   on 2000/10/18  20:52:01
60866         Log: Borland C fstat() never saw the fd as writable.
60867              
60868              Subject: fix for Borland's weak "stat" (perl@7211)
60869              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
60870              Date: Mon, 16 Oct 2000 09:55:03 +0400
60871              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
60872      Branch: perl
60873            ! win32/win32.c
60874 ____________________________________________________________________________
60875 [  7361] By: jhi                                   on 2000/10/18  17:43:50
60876         Log: Regen toc.
60877      Branch: perl
60878            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
60879 ____________________________________________________________________________
60880 [  7360] By: jhi                                   on 2000/10/18  17:07:44
60881         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60882              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
60883              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
60884              Date: Mon, 16 Oct 2000 15:19:49 +0200
60885      Branch: perl
60886            + README.aix
60887            ! MANIFEST
60888 ____________________________________________________________________________
60889 [  7359] By: jhi                                   on 2000/10/18  17:04:49
60890         Log: Subject: Pod patch for Devel::Peek
60891              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60892              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
60893              Date: Mon, 16 Oct 2000 12:26:34 +0200
60894      Branch: perl
60895            ! ext/Devel/Peek/Peek.pm
60896 ____________________________________________________________________________
60897 [  7358] By: jhi                                   on 2000/10/18  17:03:15
60898         Log: Make Cwd more bulletproof in chrooted environments.
60899              
60900              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
60901              From: "Eric E. Coe" <Eric.Coe@oracle.com>
60902              Date: Wed, 18 Oct 2000 04:03:54 -0400
60903              Message-Id: <39ED596A.70E599FE@oracle.com>
60904      Branch: perl
60905            ! lib/Cwd.pm
60906 ____________________________________________________________________________
60907 [  7357] By: jhi                                   on 2000/10/18  16:37:26
60908         Log: Disable the UTF8 downgrade croakage for now to avoid
60909              too many not okay messages.
60910      Branch: perl
60911            ! doio.c
60912 ____________________________________________________________________________
60913 [  7356] By: jhi                                   on 2000/10/17  23:29:41
60914         Log: Show the failed remote port, instead of the failing line number.
60915              
60916              Subject: [PATCH 5.6.1 Debugger] More diagnostics
60917              From: David Sparks <daves@ActiveState.com>
60918              Date: Tue, 17 Oct 2000 15:00:24 -0700
60919              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
60920      Branch: perl
60921            ! lib/perl5db.pl
60922 ____________________________________________________________________________
60923 [  7355] By: jhi                                   on 2000/10/17  14:11:31
60924         Log: On output try to downgrade to bytes, croak if impossible,
60925              from Simon Cozens.  This means that outputting >255 UTF8
60926              is impossible.  Consider this as a strong incentive to get
60927              the I/O disciplines implemented.
60928      Branch: perl
60929            ! doio.c pod/perldiag.pod sv.c
60930 ____________________________________________________________________________
60931 [  7354] By: jhi                                   on 2000/10/17  13:42:23
60932         Log: Clarify documentation on 'use bytes'.
60933              
60934              Subject: Re: What does 'use bytes' "mean" ?
60935              From: Simon Cozens <simon@cozens.net>
60936              Date: Mon, 18 Sep 2000 18:24:25 +0100
60937              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
60938      Branch: perl
60939            ! lib/bytes.pm
60940 ____________________________________________________________________________
60941 [  7353] By: jhi                                   on 2000/10/17  13:28:12
60942         Log: Workaround for a sfio bug where the stream error indicator
60943              is not cleared as documented.
60944              
60945              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
60946              From: Nicholas Clark <nick@ccl4.org>
60947              Date: Mon, 16 Oct 2000 18:28:23 +0100
60948              Message-ID: <20001016182823.J19700@plum.flirble.org>
60949      Branch: perl
60950            ! doio.c
60951 ____________________________________________________________________________
60952 [  7352] By: jhi                                   on 2000/10/17  13:06:19
60953         Log: More IoTYPE sprinkling.
60954      Branch: perl
60955            ! doio.c pp_hot.c
60956 ____________________________________________________________________________
60957 [  7351] By: jhi                                   on 2000/10/16  22:47:07
60958         Log: Detect early whether the std streams have gone bad.
60959              
60960              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
60961              Date: Mon, 16 Oct 2000 23:28:42 +0100
60962              From: Nicholas Clark <nick@ccl4.org>
60963              Message-ID: <20001016232842.A37942@plum.flirble.org>
60964      Branch: perl
60965            ! t/op/misc.t
60966 ____________________________________________________________________________
60967 [  7350] By: jhi                                   on 2000/10/16  22:45:16
60968         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
60969              From: "Peter J. Farley III" <pjfarley@banet.net>
60970              Date: Mon, 16 Oct 2000 18:15:59 -0400
60971              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
60972      Branch: perl
60973            ! djgpp/djgpp.c dosish.h t/io/open.t
60974 ____________________________________________________________________________
60975 [  7349] By: jhi                                   on 2000/10/16  22:36:45
60976         Log: perldelta tweak.
60977      Branch: perl
60978            ! pod/perldelta.pod
60979 ____________________________________________________________________________
60980 [  7348] By: jhi                                   on 2000/10/16  15:17:53
60981         Log: Update Changes.
60982      Branch: perl
60983            ! Changes patchlevel.h
60984 ____________________________________________________________________________
60985 [  7347] By: jhi                                   on 2000/10/16  13:55:27
60986         Log: Add the capability to include/exclude branches.
60987      Branch: perl
60988            ! Porting/genlog
60989 ____________________________________________________________________________
60990 [  7346] By: jhi                                   on 2000/10/16  13:18:04
60991         Log: Add Charles Lane.
60992      Branch: perl
60993            ! AUTHORS Changes
60994 ____________________________________________________________________________
60995 [  7345] By: jhi                                   on 2000/10/16  13:13:21
60996         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
60997      Branch: perl
60998            ! pod/perldelta.pod
60999 ____________________________________________________________________________
61000 [  7344] By: gsar                                  on 2000/10/16  09:30:21
61001         Log: integrate change#6220 from cfgperl
61002              
61003              Win32 patches from Benjamin Stuhl.
61004      Branch: maint-5.6/perl
61005           !> makedef.pl win32/win32.h
61006 ____________________________________________________________________________
61007 [  7343] By: gsar                                  on 2000/10/16  08:32:19
61008         Log: integrate changes#6221,6222 from cfgperl
61009              
61010              Remove tr///CU (the feature is to be obsoleted by better interfaces).
61011              From: simon@brecon.co.uk (Simon Cozens)
61012              Subject: [PATCH] Eliminate tr///[CU][CU]
61013              Date: 23 Jun 2000 11:05:40 GMT
61014              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
61015              
61016              doc typo fix
61017              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
61018              From: Ian Phillipps <Ian.Phillipps@iname.com>
61019              Date: Fri, 23 Jun 2000 10:40:58 +0100
61020              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
61021      Branch: maint-5.6/perl
61022           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
61023 ____________________________________________________________________________
61024 [  7342] By: gsar                                  on 2000/10/16  08:28:08
61025         Log: integrate change#6217 from cfgperl (in part)
61026              
61027              Rename the fdpid locking and integrate with Sarathy.
61028      Branch: maint-5.6/perl
61029           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
61030           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
61031           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
61032           !> win32/win32.c
61033 ____________________________________________________________________________
61034 [  7341] By: gsar                                  on 2000/10/16  08:23:39
61035         Log: integrate changes#6214..6216 from mainline
61036              
61037              @_ can't have junk in it even in the non-USE_ITHREADS case because
61038              caller() wants to populate @DB::args with it (causes a coredump
61039              in Carp::confess())
61040              
61041              tweak comment about @DB::args
61042              
61043              be more optimal about clearing @_
61044      Branch: maint-5.6/perl
61045           !> av.h cop.h pp_ctl.c t/op/runlevel.t
61046 ____________________________________________________________________________
61047 [  7340] By: gsar                                  on 2000/10/16  08:20:37
61048         Log: integrate changes#6207..6210 from cfgperl
61049              
61050              Subject: [PATCH 5.6.0] Threadsafe patches
61051              From: Dan Sugalski <dan@sidhe.org>
61052              To: perl5-porters@perl.org
61053              Date: Mon, 08 May 2000 18:08:13 -0400
61054              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
61055              
61056              Regen headers for #6207.
61057              
61058              Lock PL_fdpid against race conditions, based on:
61059              Subject: [PATCH 5.6.0]subprocess fixup for threads
61060              From: Dan Sugalski <dan@sidhe.org>
61061              To: perl5-porters@perl.org
61062              Date: Tue, 11 Apr 2000 17:02:32 -0400
61063              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
61064              
61065              Mopup for #6207 and #6209.
61066      Branch: maint-5.6/perl
61067           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
61068           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
61069           !> win32/win32.c
61070 ____________________________________________________________________________
61071 [  7339] By: gsar                                  on 2000/10/16  08:14:34
61072         Log: integrate change#6203 from cfgperl
61073              
61074              perldiag should refer to perlos2.pod not README.os2
61075      Branch: maint-5.6/perl
61076           !> pod/perldiag.pod
61077 ____________________________________________________________________________
61078 [  7338] By: gsar                                  on 2000/10/16  08:11:42
61079         Log: integrate change#6201 from mainline
61080              
61081              Perl_eval_pv() leaks 4 bytes every time it is called because it
61082              does a PUSHMARK that's never ever POPMARKed; in general, only
61083              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
61084              Perl_eval_[sp]v() don't because they don't take any incoming
61085              arguments (this leak has been around since the original version
61086              of perl_eval_pv() in 5.003_97e)
61087      Branch: maint-5.6/perl
61088           !> perl.c
61089 ____________________________________________________________________________
61090 [  7337] By: gsar                                  on 2000/10/16  08:08:47
61091         Log: integrate changes#6197..6200 from cfgperl
61092              
61093              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
61094              From: John Borwick <jhborwic@unity.ncsu.edu>
61095              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
61096              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
61097              
61098              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
61099              From: Dan Sugalski <dan@sidhe.org>
61100              To: vmsperl@perl.org, perl5-porters@perl.org
61101              Date: Fri, 02 Jun 2000 16:00:41 -0400
61102              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
61103              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
61104              
61105              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
61106              From: Dan Sugalski <dan@sidhe.org>
61107              To: perl5-porters@perl.org, vmsperl@perl.org
61108              Date: Fri, 02 Jun 2000 17:30:51 -0400
61109              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
61110              
61111              Update to cperl-mode.el 4.31 from
61112              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
61113              Subject: A couple of notes
61114              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61115              To: Mailing list Perl5 <perl5-porters@perl.org>
61116              Date: Sat, 3 Jun 2000 23:33:32 -0400
61117              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
61118      Branch: maint-5.6/perl
61119           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
61120           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
61121           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
61122           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
61123           !> vms/vmsish.h
61124 ____________________________________________________________________________
61125 [  7336] By: gsar                                  on 2000/10/16  08:03:46
61126         Log: integrate changes#6194,6195 from mainline
61127              
61128              fix small eval"" memory leaks under USE_ITHREADS
61129              
61130              fix yet another eval"" leak under USE_ITHREADS
61131      Branch: maint-5.6/perl
61132           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
61133           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
61134           !> vms/perly_c.vms
61135 ____________________________________________________________________________
61136 [  7335] By: gsar                                  on 2000/10/16  08:02:15
61137         Log: integrate changes#6190,6191 from mainline
61138              
61139              submit missing embed.pl change
61140              
61141              vec() loses numericalness (modified version of patch suggested
61142              by Robin Barker)
61143      Branch: maint-5.6/perl
61144           !> doop.c embed.pl t/op/vec.t
61145 ____________________________________________________________________________
61146 [  7334] By: gsar                                  on 2000/10/16  08:01:03
61147         Log: integrate change#6189 from mainline
61148              
61149              counting tr/// corrupts later operation (from M.J.T Guy)
61150      Branch: maint-5.6/perl
61151           !> doop.c t/op/tr.t
61152 ____________________________________________________________________________
61153 [  7333] By: gsar                                  on 2000/10/16  07:59:07
61154         Log: integrate changes#6183..6188 from mainline
61155              
61156              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
61157              <nick@ccl4.org>)
61158              
61159              tweak for change#6127
61160              
61161              remove incorrect documentation about implicit split to @_ in
61162              list context, which never really worked in perl 5 (from
61163              M.J.T. Guy)
61164              
61165              further qualify references to "alphanumeric" (from Wolfgang Laun
61166              <wolfgang.laun@alcatel.at>)
61167              
61168              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
61169              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
61170              
61171              h2xs tweaks
61172      Branch: maint-5.6/perl
61173           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
61174           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
61175           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
61176           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
61177           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
61178           !> pod/pod2latex.PL utils/h2xs.PL
61179 ____________________________________________________________________________
61180 [  7332] By: gsar                                  on 2000/10/16  07:53:52
61181         Log: integrate change#6179 from mainline
61182              
61183              buggy modulus on UVs introduced by change#3378 (resulted in
61184              4063328477 % 65535 amounting to 27406, instead of 27407)
61185      Branch: maint-5.6/perl
61186           !> pp.c t/op/arith.t
61187 ____________________________________________________________________________
61188 [  7331] By: gsar                                  on 2000/10/16  07:52:49
61189         Log: integrate changes#6176,6177,6178,6182 from cfgperl
61190              
61191              Single-quoted utf8 patch from Simon Cozens.
61192              
61193              Substitution utf8 patch from Simon Cozens.
61194              
61195              Be cleaner.
61196              
61197              Be Cleaner Part Deux.
61198      Branch: maint-5.6/perl
61199           !> Makefile.SH pp_hot.c toke.c
61200 ____________________________________________________________________________
61201 [  7330] By: gsar                                  on 2000/10/16  07:41:36
61202         Log: integrate change#6172 from mainline
61203              
61204              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
61205              (from Ilya Zakharevich)
61206      Branch: maint-5.6/perl
61207           !> regexec.c t/op/re_tests
61208 ____________________________________________________________________________
61209 [  7329] By: gsar                                  on 2000/10/16  07:40:25
61210         Log: integrate change#6171 from mainline
61211              
61212              scalar() doesn't force scalar context when used in void context
61213              (from Simon Cozens)
61214      Branch: maint-5.6/perl
61215           !> op.c t/op/wantarray.t
61216 ____________________________________________________________________________
61217 [  7328] By: gsar                                  on 2000/10/16  07:39:33
61218         Log: integrate change#6170 from mainline
61219              
61220              change#6142 needs tweaks to tests to work where there's no
61221              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
61222      Branch: maint-5.6/perl
61223           !> t/lib/filefind.t
61224 ____________________________________________________________________________
61225 [  7327] By: gsar                                  on 2000/10/16  07:35:34
61226         Log: integrate changes#6166..6168 from cfgperl
61227              
61228              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
61229              in case somebody wants to write an extension for more
61230              shadow database interfaces.
61231              
61232              tweak todo
61233              
61234              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
61235      Branch: maint-5.6/perl
61236           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
61237           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
61238           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
61239           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
61240           !> win32/config.vc win32/config_H.bc win32/config_H.gc
61241           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
61242 ____________________________________________________________________________
61243 [  7326] By: gsar                                  on 2000/10/16  07:29:05
61244         Log: integrate changes#6157,6159..6161,6164 from cfgperl
61245              
61246              Regen Configure to jive with #6149.
61247              
61248              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
61249              
61250              Changes for the File::Temp 0.08 (change #6159) test suite
61251              to fit better into the Perl distribution test framework.
61252              
61253              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
61254              both from Simon Cozens.
61255              
61256              detypo
61257      Branch: maint-5.6/perl
61258           +> pod/perlmodlib.PL pod/perlnewmod.pod
61259           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
61260           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
61261           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
61262           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
61263 ____________________________________________________________________________
61264 [  7325] By: gsar                                  on 2000/10/16  07:25:13
61265         Log: integrate change#6158 from vmsperl
61266              
61267              Add fallback to tmpfile for use in cases where user's relying on
61268              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
61269              Lane's patch)
61270      Branch: maint-5.6/perl
61271           !> vms/vms.c vms/vmsish.h
61272 ____________________________________________________________________________
61273 [  7324] By: gsar                                  on 2000/10/16  07:20:50
61274         Log: integrate changes#6153..6155 from mainline
61275              
61276              prettier Test::Harness output on failed tests (from Nicholas Clark
61277              <nick@Bagpuss.uk.boo.com>)
61278              
61279              avoid type mismatch warning
61280              
61281              small bug in change#6144; remove random \xA0 character that snuck
61282              in via change#6145
61283      Branch: maint-5.6/perl
61284           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
61285           !> perl.c
61286 ____________________________________________________________________________
61287 [  7323] By: gsar                                  on 2000/10/16  07:18:47
61288         Log: integrate changes#6151,6152 from mainline
61289              
61290              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
61291              
61292              cosmetic fixups of RE debug output (from Ilya Zakharevich)
61293      Branch: maint-5.6/perl
61294           !> regexec.c
61295 ____________________________________________________________________________
61296 [  7322] By: gsar                                  on 2000/10/16  07:17:25
61297         Log: integrate changes#6146..6150 from mainline
61298              
61299              doc typo
61300              
61301              add a make entry to Config.pm so "perl -V:make" works on VMS
61302              (from Peter Prymmer)
61303              
61304              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
61305              
61306              OS/2 tweaks for usethreads build (from Rocco Caputo
61307              <troc@netrus.net>)
61308              
61309              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
61310      Branch: maint-5.6/perl
61311           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
61312           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
61313           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
61314           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
61315           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
61316           !> warnings.pl x2p/a2p.h
61317 ____________________________________________________________________________
61318 [  7321] By: gsar                                  on 2000/10/16  07:14:02
61319         Log: integrate changes#6143..6145 from mainline
61320              
61321              MacOS support, part 1 (from Matthias Neeracher
61322              <neeri@iis.ee.ethz.ch>)
61323              
61324              MacOS support, part 2: make AutoSplit use File::Spec instead
61325              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
61326              <neeri@iis.ee.ethz.ch>)
61327              
61328              make xsubpp skip embedded pod (from Matthias Neeracher
61329              <neeri@iis.ee.ethz.ch>)
61330      Branch: maint-5.6/perl
61331           +> ext/DynaLoader/dl_mac.xs
61332           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
61333           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
61334           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
61335           !> pp_ctl.c proto.h toke.c util.c util.h
61336 ____________________________________________________________________________
61337 [  7320] By: gsar                                  on 2000/10/16  07:12:13
61338         Log: integrate changes#6141,6142 from mainline
61339              
61340              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
61341              forwarded by Peter Seebach from the bsdi-users mailing list.
61342              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
61343              
61344              File::Find fails to chdir when chasing symlinks (from
61345              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
61346      Branch: maint-5.6/perl
61347           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
61348 ____________________________________________________________________________
61349 [  7319] By: gsar                                  on 2000/10/16  07:04:30
61350         Log: integrate change#6139 from mainline
61351              
61352              revise mktables.PL for bugs and newness in Unicode 3.0
61353              (from James Bence <jbence@amgen.com>)
61354      Branch: maint-5.6/perl
61355           +> (branch 30 files)
61356           !> (integrate 49 files)
61357 ____________________________________________________________________________
61358 [  7318] By: gsar                                  on 2000/10/16  07:01:01
61359         Log: integrate changes#6137,6138 from mainline
61360              
61361              fix bogus redeclaration warning for "our" variables in different
61362              scopes
61363              
61364              add note about the handling of negative indices to tied arrays
61365              (from Michael G Schwern <schwern@pobox.com>)
61366      Branch: maint-5.6/perl
61367           !> op.c pod/perltie.pod t/pragma/strict-vars
61368 ____________________________________________________________________________
61369 [  7317] By: gsar                                  on 2000/10/16  06:58:46
61370         Log: integrate changes#6127..6136 from mainline
61371              
61372              call_method(...,G_EVAL) can longjmp() out if the method probing
61373              failed (from Gisle Aas)
61374              
61375              new perlxstut example for passing/returning refs to arrays
61376              (from David Lowe <dlowe@pootpoot.com>)
61377              
61378              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
61379              
61380              fix places that mean C<"word" character> but say C<alphanumeric
61381              character>
61382              
61383              avoid warnings in POSIX.pm (from Barrie Slaymaker)
61384              
61385              warnings::enabled() doesn't fall back to looking at $^W if
61386              caller isn't using lexical warnings (from Paul Marquess)
61387              
61388              elide bogus test in change#6132
61389              
61390              make Test::Harness use wait.h/WCOREDUMP if available
61391              (from Ben Tilly <ben_tilly@hotmail.com>)
61392              
61393              enable Test::Harness to dynamically determine column width etc.
61394              (from Rob Napier <rnapier@employees.org>)
61395              
61396              random pod typos (from Peter Scott <Peter@PSDT.com>)
61397      Branch: maint-5.6/perl
61398           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
61399           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
61400           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
61401           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
61402 ____________________________________________________________________________
61403 [  7316] By: gsar                                  on 2000/10/16  06:53:23
61404         Log: integrate change#6126 from mainline
61405              
61406              change#2879 broke rvalue autovivification of magicals such as
61407              ${$num} (reworked variant of patch suggested by Simon Cozens)
61408      Branch: maint-5.6/perl
61409           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
61410           !> pp_hot.c proto.h t/op/gv.t
61411 ____________________________________________________________________________
61412 [  7315] By: gsar                                  on 2000/10/16  06:51:38
61413         Log: integrate changes#6123,6125 from mainline
61414              
61415              clarify gotcha with #line directives (from Rocco Caputo
61416              <troc@netrus.net>)
61417              
61418              enable propagating exception objects via Perl_croak() in XS code
61419              (from Gisle Aas)
61420      Branch: maint-5.6/perl
61421           !> pod/perldebug.pod pod/perlsyn.pod util.c
61422 ____________________________________________________________________________
61423 [  7314] By: gsar                                  on 2000/10/16  06:49:28
61424         Log: integrate change#6122 from mainline
61425              
61426              downgrade fatal error on C<"foo@nosucharray.com"> to optional
61427              warning (from Mark-Jason Dominus)
61428      Branch: maint-5.6/perl
61429           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
61430           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
61431           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
61432           !> toke.c
61433 ____________________________________________________________________________
61434 [  7313] By: gsar                                  on 2000/10/16  06:46:54
61435         Log: integrate changes#6112..6121 from vmsperl
61436              
61437              Check for existence of file before trying to delete
61438              
61439              Ugly workaround for version-specific RTL error
61440              
61441              Urk -- undo previous removal of vmsish 'exit' change
61442              
61443              Add bounds checking for several strings (Charles Lane)
61444              
61445              Miscellaneous cosmetic fixes (Charles Lane)
61446              
61447              Treat sockets as special in sys(read|write) (Charles Lane et al.)
61448              
61449              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
61450              Flatten case labels in switch statements uniformly (Charles Bailey)
61451              
61452              Quiet error messages in vmsish.t (Charles Lane)
61453              
61454              Add missing escape (Charles Lane)
61455              
61456              Allow eliminate_macros() and fixpath() to handle space-delimited
61457              lists (based on fixes by Craig Berry)
61458      Branch: maint-5.6/perl
61459           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
61460           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
61461           !> vms/vmsish.h
61462 ____________________________________________________________________________
61463 [  7312] By: gsar                                  on 2000/10/16  06:41:18
61464         Log: integrate changes#6107,6110 from cfgperl
61465              
61466              Tweak the todo list.
61467              
61468              todo tweak
61469      Branch: maint-5.6/perl
61470           !> Todo-5.6
61471 ____________________________________________________________________________
61472 [  7311] By: gsar                                  on 2000/10/16  06:38:38
61473         Log: integrate changes#6104,6108 from mainline
61474              
61475              PL_sys_intern was being initialized too late on windows
61476              
61477              reenable fake signal handling on Windows, bugs and all
61478      Branch: maint-5.6/perl
61479           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
61480           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
61481           !> win32/win32.c
61482 ____________________________________________________________________________
61483 [  7310] By: gsar                                  on 2000/10/16  06:36:03
61484         Log: integrate changes#6095,6097..6103 from cfgperl
61485              
61486              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
61487              might be useful in future.
61488              
61489              Add a note about possible compilation problems from Allen Smith.
61490              
61491              Add a note about other, yet unsupported, shadow password APIs.
61492              
61493              Tweaks for the cc bugs from Allen Smith.
61494              
61495              More compilation tweakery from Allen Smith.
61496              
61497              Hints and test tweaks for Unicos.
61498              
61499              The test suite tweak in #6101 wasn't quite right.
61500              
61501              Test tweaking for Unicos continues.
61502      Branch: maint-5.6/perl
61503           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
61504           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
61505           !> t/lib/complex.t t/op/64bitint.t
61506 ____________________________________________________________________________
61507 [  7309] By: gsar                                  on 2000/10/16  06:29:41
61508         Log: integrate changes#6093,6094 from mainline
61509              
61510              fork() failure to create pseudo process sets errno=EAGAIN and returns
61511              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
61512              
61513              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
61514      Branch: maint-5.6/perl
61515           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
61516           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
61517 ____________________________________________________________________________
61518 [  7308] By: gsar                                  on 2000/10/16  06:27:29
61519         Log: integrate change#6092 from cfgperl
61520              
61521              Regen perltoc with the fixed buildtoc.
61522      Branch: maint-5.6/perl
61523           !> pod/perltoc.pod
61524 ____________________________________________________________________________
61525 [  7307] By: gsar                                  on 2000/10/16  06:26:40
61526         Log: integrate changes#6089,6090 from mainline
61527              
61528              buildtoc tweak to fix newline lossage
61529              
61530              concat doesn't preserve utf8-ness, and doesn't invalidate
61531              [NI]OK; added tests for both
61532      Branch: maint-5.6/perl
61533           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
61534 ____________________________________________________________________________
61535 [  7306] By: gsar                                  on 2000/10/16  06:24:05
61536         Log: integrate change#6088 from cfgperl
61537              
61538              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
61539              because we do not use those.  The HAS_GETSPNAM remains,
61540              though, because we still do use that.
61541      Branch: maint-5.6/perl
61542           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
61543           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
61544           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
61545           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
61546           !> win32/config.vc win32/config_H.bc win32/config_H.gc
61547           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
61548 ____________________________________________________________________________
61549 [  7305] By: gsar                                  on 2000/10/16  06:15:52
61550         Log: integrate changes#6084,6085,6087 from mainline
61551              
61552              substr() does not preserve utf8-ness (from Stefan Eissing
61553              <Eissing@medicaldataservice.de>); added tests
61554              
61555              repeat operator (x) doesn't preserve utf8-ness
61556              
61557              reverse() and quotemeta() weren't preserving utf8-ness; add tests
61558      Branch: maint-5.6/perl
61559           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
61560 ____________________________________________________________________________
61561 [  7304] By: gsar                                  on 2000/10/16  06:13:10
61562         Log: integrate changes#6077..6083 from mainline
61563              
61564              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
61565              and Tom Phoenix)
61566              
61567              workaround for CRT bug in chdir() (from Charles Lane, via
61568              Peter Prymmer)
61569              
61570              remove outdated kludge in Carp (NULLs are permitted in diagnostics
61571              now)
61572              
61573              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
61574              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
61575              
61576              better default perlbug categories for ok reports (from Richard Foley)
61577              
61578              peek.t non-portable to ithreads
61579              
61580              note about undocumented caller() return value (from M.J.T. Guy);
61581              yet another peek.t tweak
61582      Branch: maint-5.6/perl
61583           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
61584           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
61585           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
61586           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
61587           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
61588           !> vms/vmsish.h
61589 ____________________________________________________________________________
61590 [  7303] By: gsar                                  on 2000/10/16  06:03:18
61591         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
61592              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
61593              
61594              &HUGE_VAL is not defined, it exists.
61595              
61596              Do not warn that an infinity does not look like a number.
61597              
61598              Rewrite the pwent/spent logic to be a little bit more clearer.
61599              
61600              Continue on the pwent/spent case.
61601              
61602              Correct Freudian slip.
61603              
61604              Use HUGE_VALL if applicable.
61605              
61606              pwent/spent #ifdef imbalance.
61607              
61608              Infinite problems.
61609              
61610              Call getspnam() only iff needd.
61611              
61612              Test both the scalar and list contexts.
61613              
61614              Use setxxent()/endxxent().
61615              
61616              Complex tweakery.
61617              
61618              Unicos hint tweak.
61619              
61620              Be more forgiving in POSIX about HUGE_VALL.
61621              
61622              Detypo.
61623              
61624              The search of infinity continues, this time simplified.
61625              
61626              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
61627              in natively 64-bit platforms where a long is a quad (no need
61628              for long longs).  Also added bias for IVs.
61629              
61630              Complex tweaks.
61631              
61632              Introduce t/lib/peek.t.
61633              
61634              Make the test more portable.
61635      Branch: maint-5.6/perl
61636           +> t/lib/peek.t
61637            ! pp_sys.c
61638           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
61639           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
61640           !> t/op/pwent.t toke.c util.c
61641 ____________________________________________________________________________
61642 [  7302] By: gsar                                  on 2000/10/16  05:03:37
61643         Log: integrate changes#6066..6071 from mainline
61644              
61645              s/END/CHECK/
61646              
61647              replace direct call to sighandler() with (*PL_sighandlerp)()
61648              
61649              note about values()
61650              
61651              File::Spec compatibility update (from Barrie Slaymaker
61652              <barries@slaysys.com>)
61653              
61654              remove misleading comment (from M.J.T. Guy)
61655              
61656              misformatted perllocal.pod (from Tim Jenness
61657              <t.jenness@jach.hawaii.edu>)
61658      Branch: maint-5.6/perl
61659           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
61660           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
61661           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
61662           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
61663 ____________________________________________________________________________
61664 [  7301] By: gsar                                  on 2000/10/16  05:00:08
61665         Log: integrate changes#6061..6063 from mainline
61666              
61667              change#5921 neglected to make eq honor "use bytes"
61668              
61669              additional tests for utf8.t
61670              
61671              tokeq() could read unallocated field in argument
61672      Branch: maint-5.6/perl
61673           !> sv.c t/pragma/utf8.t toke.c
61674 ____________________________________________________________________________
61675 [  7300] By: gsar                                  on 2000/10/16  04:56:54
61676         Log: integrate changes#6046,6048,6057,6058 from mainline
61677              
61678              libscheck has insufficient checks for n32 libs (from
61679              Albert Chin-A-Young <china@thewrittenword.com>)
61680              
61681              add note about how $( doesn't interpolate in REs (from
61682              Philip Newton <newton@ficus.frogspace.net>)
61683              
61684              fix broken parsing of /\x{ab}/
61685              
61686              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
61687              (spotted by Donald Kinzer <dkinzer@premia.com>)
61688      Branch: maint-5.6/perl
61689           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
61690           !> t/pragma/utf8.t
61691 ____________________________________________________________________________
61692 [  7299] By: gsar                                  on 2000/10/16  04:52:50
61693         Log: integrate change#6044 from mainline
61694              
61695              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
61696              such that underscores are only ignored in literal numbers,
61697              "\x{...}", and hex/oct argument
61698      Branch: maint-5.6/perl
61699           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
61700 ____________________________________________________________________________
61701 [  7298] By: gsar                                  on 2000/10/16  04:50:53
61702         Log: integrate changes#6027..6043 from mainline
61703              
61704              podlators-1.02 update (from Russ Allbery)
61705              
61706              Pod::Man generates groff-incompatible macro definition (from
61707              Tom Christiansen)
61708              
61709              add CGI.pm v2.66 (from Lincoln Stein)
61710              
61711              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
61712              for @- and @+ (from Johan Vromans)
61713              
61714              small nits in diagnostics.pm (from Robin Barker)
61715              
61716              whitespace adjustments
61717              
61718              missing files in MANIFEST
61719              
61720              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
61721              to compensate
61722              
61723              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
61724              
61725              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
61726      Branch: maint-5.6/perl
61727           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
61728           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
61729           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
61730           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
61731           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
61732           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
61733           !> t/lib/cgi-html.t t/lib/cgi-request.t
61734 ____________________________________________________________________________
61735 [  7297] By: gsar                                  on 2000/10/16  04:44:30
61736         Log: integrate change#6025 from mainline
61737              
61738              Is{Alnum,Alpha,Word} don't match titlecase
61739              TODO: IsSpace is defined recursively!
61740              (both spotted by Larry)
61741      Branch: maint-5.6/perl
61742           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
61743           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
61744 ____________________________________________________________________________
61745 [  7296] By: gsar                                  on 2000/10/16  04:39:30
61746         Log: integrate change#6023 from mainline
61747              
61748              debugger stomps on $. (from M.J.T. Guy)
61749      Branch: maint-5.6/perl
61750           !> lib/perl5db.pl
61751 ____________________________________________________________________________
61752 [  7295] By: gsar                                  on 2000/10/16  04:38:02
61753         Log: integrate change#6022 from mainline
61754              
61755              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
61756      Branch: maint-5.6/perl
61757           !> sv.c
61758 ____________________________________________________________________________
61759 [  7294] By: gsar                                  on 2000/10/16  04:37:05
61760         Log: integrate changes#6018..6021 from mainline
61761              
61762              make lib/syslog.t portable to systems that don't have _PATH_LOG,
61763              make _PATH_LOG() return "" if unavailable
61764              
61765              windows portability tweaks
61766              
61767              test tweak
61768              
61769              remove Win2K issue in pod (fixed by change#6020)
61770      Branch: maint-5.6/perl
61771           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
61772           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
61773           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
61774 ____________________________________________________________________________
61775 [  7293] By: gsar                                  on 2000/10/16  04:20:00
61776         Log: integrate changes#6013..6015 from mainline
61777              
61778              tweak change#5945 to display correct switch name in diagnostic
61779              
61780              glob() loading File::Glob behind the scenes may cause syntax errors
61781              
61782              tweak test for portability
61783      Branch: maint-5.6/perl
61784           !> op.c perl.c pod/perldiag.pod t/lib/b.t
61785 ____________________________________________________________________________
61786 [  7292] By: gsar                                  on 2000/10/16  04:18:11
61787         Log: integrate changes#6005..6010 from mainline, cfgperl
61788              
61789              perldoc might fail via "use blib" (from Hugo van der Sanden)
61790              
61791              Regen Configure.
61792              
61793              note about compile failures and END blocks (from M.J.T. Guy)
61794              
61795              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
61796              
61797              (change#6009 integrated earlier in change#7255)
61798              
61799              clarify note about shadow password support (from
61800              gellyfish@gellyfish.com)
61801      Branch: maint-5.6/perl
61802           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
61803           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
61804           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
61805 ____________________________________________________________________________
61806 [  7291] By: gsar                                  on 2000/10/16  04:12:03
61807         Log: integrate changes#6002,6003 from mainline
61808              
61809              destructive sv_setsv() can lose UV-ness from source, causing
61810              numeric promotions/comparisons to fail to do the right thing
61811              
61812              allow REG_EXPAND_SZ keys in Windows registry (from
61813              John Clayton <John.Clayton@barclayscapital.com>)
61814      Branch: maint-5.6/perl
61815           !> sv.c win32/win32.c
61816 ____________________________________________________________________________
61817 [  7290] By: gsar                                  on 2000/10/16  04:10:19
61818         Log: integrate change#6001 from mainline
61819              
61820              support additional library locations via $Config{otherlibdirs}
61821              (from Andy Dougherty)
61822      Branch: maint-5.6/perl
61823           !> Configure INSTALL Porting/Glossary Porting/config.sh
61824           !> Porting/config_H config_h.SH epoc/config.sh perl.c
61825           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
61826           !> win32/config.bc win32/config.gc win32/config.vc
61827 ____________________________________________________________________________
61828 [  7289] By: gsar                                  on 2000/10/16  04:08:28
61829         Log: integrate change#5999 from mainline
61830              
61831              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
61832      Branch: maint-5.6/perl
61833           !> t/pragma/warn/toke toke.c
61834 ____________________________________________________________________________
61835 [  7288] By: gsar                                  on 2000/10/16  04:07:01
61836         Log: integrate changes#5997,5998 from cfgperl
61837              
61838              Preserve $!.
61839              
61840              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
61841      Branch: maint-5.6/perl
61842           !> lib/Math/Complex.pm
61843 ____________________________________________________________________________
61844 [  7287] By: gsar                                  on 2000/10/16  04:04:37
61845         Log: integrate change#5995 from mainline
61846              
61847              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
61848      Branch: maint-5.6/perl
61849           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
61850 ____________________________________________________________________________
61851 [  7286] By: gsar                                  on 2000/10/16  04:03:21
61852         Log: integrate change#5994 from mainline
61853              
61854              fix for missed accounting for null byte in pack("Z",...) (from
61855              M.J.T. Guy)
61856      Branch: maint-5.6/perl
61857           !> pp.c t/op/pack.t
61858 ____________________________________________________________________________
61859 [  7285] By: gsar                                  on 2000/10/16  04:02:11
61860         Log: integrate changes#5989..5993 from mainline
61861              
61862              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
61863              itself and no other (from Tom Hughes)
61864              
61865              use $ENV{LIB} to search for libs under Visual C compiler
61866              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
61867              
61868              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
61869              
61870              pod nit (from Simon Cozens)
61871              
61872              various minor tweaks seen on p5p
61873      Branch: maint-5.6/perl
61874           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
61875           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
61876           !> t/op/array.t toke.c
61877 ____________________________________________________________________________
61878 [  7284] By: gsar                                  on 2000/10/16  03:59:00
61879         Log: integrate changes#5978..5988 from mainline
61880              
61881              sync version numbers in File::Spec with the ones on CPAN
61882              (from Barrie Slaymaker)
61883              
61884              under useithreads, constant pad entries could inadvertantly be
61885              shared across threads (from Eric Blood <eblood@xmission.com>);
61886              added Eric's test case to testsuite
61887              
61888              allow Configure -S to run non-interactively (spotted by Greg Hudson
61889              <ghudson@mit.edu>)
61890              
61891              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
61892              prototype mismatch with CORE::glob(); update pod and tests to
61893              suit (File::Glob::glob() is still available for backward
61894              compatibility, but should be considered deprecated)
61895              
61896              avoid error in IO::Socket::INET when given an unknown service name
61897              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
61898              
61899              numeric conversion of non-number in change#3378 tramples on
61900              OOK offset, causing segfaults
61901              
61902              attributes::reftype() doesn't work on tied argument
61903              
61904              forked child may not exit correctly if it failed to open
61905              /dev/console (from Graham Barr)
61906              
61907              add regular expressions tutorial and quick-start guide (from
61908              Mark Kvale <kvale@phy.ucsf.edu>)
61909              
61910              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
61911              
61912              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
61913              <paul@miraclefish.com>)
61914      Branch: maint-5.6/perl
61915           +> pod/perlrequick.pod pod/perlretut.pod
61916           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
61917           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
61918           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
61919           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
61920           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
61921           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
61922           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
61923           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
61924 ____________________________________________________________________________
61925 [  7283] By: gsar                                  on 2000/10/16  03:52:14
61926         Log: integrate change#5977 from mainline
61927              
61928              autoquote barewords followed by newline and arrow properly
61929              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
61930      Branch: maint-5.6/perl
61931           !> t/pragma/warn/toke toke.c
61932 ____________________________________________________________________________
61933 [  7282] By: gsar                                  on 2000/10/16  03:50:48
61934         Log: integrate change#5976 from mainline
61935              
61936              DB_File v1.73 update (from Paul Marquess)
61937      Branch: maint-5.6/perl
61938           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
61939           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
61940 ____________________________________________________________________________
61941 [  7281] By: gsar                                  on 2000/10/16  03:49:14
61942         Log: integrate change#5975 from mainline
61943              
61944              allow sort() reentrancy (variant of patch suggested by
61945              Hugo van der Sanden)
61946      Branch: maint-5.6/perl
61947           !> pp_ctl.c t/op/sort.t
61948 ____________________________________________________________________________
61949 [  7280] By: gsar                                  on 2000/10/16  03:48:22
61950         Log: integrate change#5974 from mainline
61951              
61952              change#4197 somehow missed initializing PL_errors, meaning
61953              syntax error queueing wasn't working outside eval"" at all;
61954              also fixed eval"" to localize PL_error_count, so that compile-time
61955              eval's don't clobber the error state of the outer context
61956      Branch: maint-5.6/perl
61957           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
61958           !> t/pragma/warn/toke
61959 ____________________________________________________________________________
61960 [  7279] By: gsar                                  on 2000/10/16  03:46:21
61961         Log: integrate change#5973 from mainline
61962              
61963              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
61964      Branch: maint-5.6/perl
61965           !> regcomp.c regexec.c t/op/re_tests
61966 ____________________________________________________________________________
61967 [  7278] By: gsar                                  on 2000/10/16  03:44:54
61968         Log: integrate change#5971 from cfgperl
61969              
61970              Unicos tweaks from Mark P. Lutz.
61971      Branch: maint-5.6/perl
61972           !> hints/unicos.sh lib/Math/Complex.pm
61973 ____________________________________________________________________________
61974 [  7277] By: gsar                                  on 2000/10/16  03:42:59
61975         Log: integrate changes#5966..5970 from mainline
61976              
61977              add testsuite for B backends, fix bug in B::Deparse (from
61978              Simon Cozens <simon@brecon.co.uk>)
61979              
61980              improved docs on the warn_uninit diagnostic (from David Glasser
61981              and Simon Cozens)
61982              
61983              tolerate spaces in group names in test on solaris (from David Boyce
61984              <dsb@boyski.com>)
61985              
61986              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
61987              
61988              Data::Dumper fumbles negative numbers on 32-bit platforms where
61989              IV is >32bits
61990      Branch: maint-5.6/perl
61991           +> t/lib/b.t t/lib/syslog.t
61992           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
61993           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
61994           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
61995 ____________________________________________________________________________
61996 [  7276] By: gsar                                  on 2000/10/16  03:39:30
61997         Log: integrate change#5965 from mainline
61998              
61999              avoid "will not stay shared" warnings for our variables (from
62000              Robin Barker)
62001      Branch: maint-5.6/perl
62002           !> op.c t/pragma/warn/op
62003 ____________________________________________________________________________
62004 [  7275] By: gsar                                  on 2000/10/16  03:38:18
62005         Log: integrate change#5964 from mainline
62006              
62007              reformat to 72 columns (again)
62008      Branch: maint-5.6/perl
62009           !> pod/perldiag.pod
62010 ____________________________________________________________________________
62011 [  7274] By: gsar                                  on 2000/10/16  03:36:58
62012         Log: integrate change#5963 from mainline
62013              
62014              patch from Larry to make (\&) prototype work; added tests for
62015              the same
62016      Branch: maint-5.6/perl
62017           !> op.c t/comp/proto.t
62018 ____________________________________________________________________________
62019 [  7273] By: gsar                                  on 2000/10/16  03:35:51
62020         Log: integrate changes#5956..5962 from mainline
62021              
62022              better diagnostics on failed tests (from Ilya Zakharevich)
62023              
62024              pod nits (from A. C. Yardley <yardley@tanet.net>)
62025              
62026              change#3569 deleted some essential code, revert; avoid use of
62027              atexit() to make DynaLoader work properly on AIX under mod_perl
62028              (from Jens-Uwe Mager <jum@helios.de>)
62029              
62030              doubled words in pods (from Simon Cozens
62031              <simon.p.cozens@jp.pwcglobal.com>)
62032              
62033              better INSTALL notes on Solaris issues (from Dominic Dunlop)
62034              
62035              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
62036              
62037              updated README.hpux (from Jeff Okamoto)
62038      Branch: maint-5.6/perl
62039           !> INSTALL README.hpux emacs/cperl-mode.el
62040           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
62041           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
62042           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
62043           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
62044           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
62045           !> t/op/lex_assign.t
62046 ____________________________________________________________________________
62047 [  7272] By: gsar                                  on 2000/10/16  03:31:22
62048         Log: integrate change#5955 from mainline
62049              
62050              longstanding bug exposed by change#3307: sort arguments weren't
62051              compiled with the right wantarray context (ensuing runtime lookup
62052              via block_gimme() was getting the incidental context of the
62053              sort() itself)
62054      Branch: maint-5.6/perl
62055           !> op.c t/op/sort.t
62056 ____________________________________________________________________________
62057 [  7271] By: gsar                                  on 2000/10/16  03:29:11
62058         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
62059              branch
62060              
62061              Flatten the cpp jungle doing the nosuid checking.
62062              
62063              Do not assume sign propagation. (from M.J.T. Guy)
62064              
62065              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
62066              
62067              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
62068              Now pp_ncmp() returns undef is either operand is a NaN.
62069              
62070              On second thoughts frexp() does have two arguments.
62071              
62072              Document that tr() is not tr(1).
62073              
62074              Be more robust on "extreme" (large absolute value)
62075              arguments.  Originally reported by Daniel Connelly
62076              as a problem with asinh() on large negative arguments,
62077              asinh() used to bail out because an argument to log()
62078              ended up being zero.  Ilya Zakharevich proposed using
62079              Taylor's series in such cases, which for such large
62080              arguments is a very good approximation.
62081              
62082              Undo "use integer" addition from 64bitint as it seems
62083              to break most of the subtests in Digital UNIX;
62084              Unicos needs to find another way.
62085      Branch: maint-5.6/perl
62086           !> (integrate 29 files)
62087 ____________________________________________________________________________
62088 [  7270] By: gsar                                  on 2000/10/16  03:09:44
62089         Log: integrate changes#5948,5949,5950 from mainline
62090              
62091              typo in vars.pm that leads to cryptic message (from Piotr
62092              Piatkowski <kompas@kompas.usr.onet.pl>)
62093              
62094              make perldoc use the pod2man from the same version (from
62095              M.J.T. Guy)
62096              
62097              reformat perldiag to avoid long lines
62098      Branch: maint-5.6/perl
62099           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
62100 ____________________________________________________________________________
62101 [  7269] By: gsar                                  on 2000/10/16  03:05:54
62102         Log: integrate change#5947 from mainline
62103              
62104              use &dl_error rather than &dl_load_file as the guard for calling
62105              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
62106              statically built perl)
62107      Branch: maint-5.6/perl
62108           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
62109 ____________________________________________________________________________
62110 [  7268] By: gsar                                  on 2000/10/16  03:04:48
62111         Log: integrate change#5945 from mainline
62112              
62113              make module name mandatory after -M switch; reorder perldiag
62114              alphabetically (from Mark-Jason Dominus)
62115      Branch: maint-5.6/perl
62116           !> perl.c pod/perldiag.pod
62117 ____________________________________________________________________________
62118 [  7267] By: gsar                                  on 2000/10/16  03:03:01
62119         Log: integrate change#5939 from mainline
62120              
62121              more pod nits (from Larry Virden)
62122      Branch: maint-5.6/perl
62123           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
62124           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
62125           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
62126 ____________________________________________________________________________
62127 [  7266] By: gsar                                  on 2000/10/16  03:01:39
62128         Log: integrate change#5938 from mainline
62129              
62130              Consolidated B::Deparse fixes (from Stephen McCamant)
62131      Branch: maint-5.6/perl
62132           !> ext/B/B/Deparse.pm
62133 ____________________________________________________________________________
62134 [  7265] By: gsar                                  on 2000/10/16  03:00:43
62135         Log: integrate change#5936 from mainline
62136              
62137              additional tests for change#7263 (from Paul Marquess)
62138      Branch: maint-5.6/perl
62139           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
62140           !> t/pragma/warn/5nolint t/pragma/warn/6default
62141 ____________________________________________________________________________
62142 [  7264] By: gsar                                  on 2000/10/16  02:58:34
62143         Log: integrate change#5934 from mainline
62144              
62145              propagate lexical warnings from surrounding scope correctly
62146              within string eval() (from Paul Marquess)
62147      Branch: maint-5.6/perl
62148           !> pp_ctl.c t/pragma/warn/pp_ctl
62149 ____________________________________________________________________________
62150 [  7263] By: gsar                                  on 2000/10/16  02:56:53
62151         Log: integrate change#5932 from mainline
62152              
62153              add rsignal(), whichsig() and do_join() to public API list
62154              (mod_perl uses them to good advantage)
62155      Branch: maint-5.6/perl
62156           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
62157 ____________________________________________________________________________
62158 [  7262] By: gsar                                  on 2000/10/16  02:55:53
62159         Log: integrate change#5931 from mainline
62160              
62161              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
62162      Branch: maint-5.6/perl
62163           !> pp_hot.c regexec.c t/op/pat.t
62164 ____________________________________________________________________________
62165 [  7261] By: gsar                                  on 2000/10/16  02:55:01
62166         Log: integrate change#5930 from mainline
62167              
62168              small os390 tweaks (from Peter Prymmer)
62169      Branch: maint-5.6/perl
62170           !> config_h.SH makedepend.SH
62171 ____________________________________________________________________________
62172 [  7260] By: gsar                                  on 2000/10/16  02:54:10
62173         Log: integrate change#5929 from mainline
62174              
62175              pod nits
62176      Branch: maint-5.6/perl
62177           !> pod/perlguts.pod
62178 ____________________________________________________________________________
62179 [  7259] By: gsar                                  on 2000/10/16  02:52:55
62180         Log: integrate change#5927 from mainline
62181              
62182              arrange for next() to resume at the unstack op rather than the
62183              loop conditional, so that scope cleanup happens correctly
62184              (from Stephen McCamant)
62185      Branch: maint-5.6/perl
62186           !> op.c pp_ctl.c t/op/misc.t
62187 ____________________________________________________________________________
62188 [  7258] By: gsar                                  on 2000/10/16  02:51:38
62189         Log: integrate change#5926 from mainline
62190              
62191              on windows, reserve 16M of stack rather than 128M (allows more
62192              threads to run concurrently)
62193      Branch: maint-5.6/perl
62194           !> win32/Makefile win32/makefile.mk
62195 ____________________________________________________________________________
62196 [  7257] By: gsar                                  on 2000/10/16  02:50:37
62197         Log: integrate change#5925 from mainline
62198              
62199              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
62200      Branch: maint-5.6/perl
62201           !> toke.c
62202 ____________________________________________________________________________
62203 [  7256] By: gsar                                  on 2000/10/16  02:49:36
62204         Log: integrate change#5924 from mainline
62205              
62206              avoid using uninitialized memory in require version check
62207      Branch: maint-5.6/perl
62208           !> pp_ctl.c universal.c
62209 ____________________________________________________________________________
62210 [  7255] By: gsar                                  on 2000/10/16  02:48:03
62211         Log: integrate changes#5923,5928,6009 from mainline
62212              
62213              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
62214      Branch: maint-5.6/perl
62215           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
62216 ____________________________________________________________________________
62217 [  7254] By: gsar                                  on 2000/10/16  02:44:46
62218         Log: integrate change#5922 from mainline
62219              
62220              commentary about IoTYPE() (from Nathan Torkington)
62221      Branch: maint-5.6/perl
62222           !> sv.h
62223 ____________________________________________________________________________
62224 [  7253] By: gsar                                  on 2000/10/16  02:43:49
62225         Log: integrate change#5921 from mainline
62226              
62227              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
62228      Branch: maint-5.6/perl
62229           !> sv.c t/lib/charnames.t t/pragma/utf8.t
62230 ____________________________________________________________________________
62231 [  7252] By: gsar                                  on 2000/10/16  02:42:31
62232         Log: integrate change#5920 from mainline
62233              
62234              Larry's fix for buggy propagation of utf8-ness in join(); add test
62235      Branch: maint-5.6/perl
62236           !> doop.c t/op/ver.t
62237 ____________________________________________________________________________
62238 [  7251] By: gsar                                  on 2000/10/16  02:41:14
62239         Log: integrate changes#5915..5919 from mainline
62240              
62241              various (pod tweaks &c)
62242      Branch: maint-5.6/perl
62243           !> (integrate 33 files)
62244 ____________________________________________________________________________
62245 [  7250] By: gsar                                  on 2000/10/16  02:38:16
62246         Log: integrate change#5914 from mainline
62247              
62248              caller() wasn't returning the right number of elements for
62249              eval {...}
62250      Branch: maint-5.6/perl
62251           !> pp_ctl.c t/pragma/warn/9enabled
62252 ____________________________________________________________________________
62253 [  7249] By: gsar                                  on 2000/10/16  02:37:02
62254         Log: integrate change#5913 from mainline
62255              
62256              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
62257              (from Mark-Jason Dominus)
62258      Branch: maint-5.6/perl
62259           !> pod/perlfunc.pod
62260 ____________________________________________________________________________
62261 [  7248] By: gsar                                  on 2000/10/16  02:35:58
62262         Log: integrate change#5912 from mainline
62263              
62264              fix totally broken caching in UNIVERSAL::isa() (from
62265              Nick Ing-Simmons)
62266      Branch: maint-5.6/perl
62267           !> t/op/universal.t universal.c
62268 ____________________________________________________________________________
62269 [  7247] By: gsar                                  on 2000/10/16  02:34:27
62270         Log: integrate changes#5910,5911 from mainline
62271              
62272              typo in pod
62273              
62274              add linebreak properties from unicode/LineBrk.txt (from
62275              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
62276      Branch: maint-5.6/perl
62277           +> (branch 29 files)
62278           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
62279 ____________________________________________________________________________
62280 [  7246] By: gsar                                  on 2000/10/16  02:33:29
62281         Log: integrate change#5909 from mainline
62282              
62283              mode argument to do_binmode() should be file mode, not boolean
62284      Branch: maint-5.6/perl
62285           !> pp_sys.c
62286 ____________________________________________________________________________
62287 [  7245] By: gsar                                  on 2000/10/16  02:31:04
62288         Log: integrate change#5908 from mainline
62289              
62290              introduce illegal symbols into null package so that
62291              gv_fetchpv(...,TRUE) always returns a valid GV even when the
62292              symbol is trapped by strictures (avoids coredumps)
62293      Branch: maint-5.6/perl
62294           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
62295           !> t/pragma/strict-vars
62296 ____________________________________________________________________________
62297 [  7244] By: jhi                                   on 2000/10/16  02:29:54
62298         Log: Subject: $Carp::ExportLevel confusion in Exporter
62299              From: "Ben Tilly" <ben_tilly@hotmail.com>
62300              Date: Sat, 14 Oct 2000 16:44:34 EDT
62301              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
62302      Branch: perl
62303            ! lib/Exporter/Heavy.pm
62304 ____________________________________________________________________________
62305 [  7243] By: jhi                                   on 2000/10/16  02:28:33
62306         Log: Subject: [PATCH perlguts.pod] Document offset hack
62307              From: Simon Cozens <simon@cozens.net>
62308              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
62309              Date: Sat, 14 Oct 2000 19:32:25 +0100
62310      Branch: perl
62311            ! pod/perlguts.pod
62312 ____________________________________________________________________________
62313 [  7242] By: gsar                                  on 2000/10/16  02:26:51
62314         Log: integrate changes#5905,5906,5907,6064 from mainline
62315              
62316              printf/sprintf didn't get quad types right under use64bitint
62317      Branch: maint-5.6/perl
62318           !> pp_sys.c sv.c t/op/64bitint.t
62319 ____________________________________________________________________________
62320 [  7241] By: jhi                                   on 2000/10/16  02:22:44
62321         Log: Subject: small pod patch
62322              From: Dan Boorstein <dan_boo@bellsouth.net>
62323              Date: Sat, 14 Oct 2000 14:29:24 -0400
62324              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
62325      Branch: perl
62326            ! pod/perlfaq7.pod pod/perlmod.pod
62327 ____________________________________________________________________________
62328 [  7240] By: jhi                                   on 2000/10/16  02:13:46
62329         Log: -w cleanup.
62330              
62331              Subject: Re: Problems with bleadperl 
62332              From: "Stephen P. Potter" <spp@ds.net>
62333              Date: Fri, 13 Oct 2000 13:32:49 -0400
62334              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
62335      Branch: perl
62336            ! t/pragma/overload.t
62337 ____________________________________________________________________________
62338 [  7239] By: jhi                                   on 2000/10/16  01:41:18
62339         Log: One more ~utf8 tweak.
62340      Branch: perl
62341            ! t/op/bop.t
62342 ____________________________________________________________________________
62343 [  7238] By: jhi                                   on 2000/10/16  01:34:14
62344         Log: Tweak the test of #7235.
62345      Branch: perl
62346            ! t/op/bop.t
62347 ____________________________________________________________________________
62348 [  7237] By: jhi                                   on 2000/10/16  01:25:04
62349         Log: Fix a couple of compiler-noted nits in #7235.
62350      Branch: perl
62351            ! pp.c
62352 ____________________________________________________________________________
62353 [  7236] By: jhi                                   on 2000/10/16  01:22:46
62354         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
62355      Branch: perl
62356            ! pp.c pp_hot.c
62357 ____________________________________________________________________________
62358 [  7235] By: jhi                                   on 2000/10/15  16:24:44
62359         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
62360              
62361              From: Simon Cozens <simon@cozens.net>
62362              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
62363              Date: Sat, 14 Oct 2000 20:52:13 +0100
62364              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
62365      Branch: perl
62366            ! pp.c t/op/bop.t utf8.h
62367 ____________________________________________________________________________
62368 [  7234] By: jhi                                   on 2000/10/15  15:19:29
62369         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
62370              The problem was that rx->minlen was in chars while pp_split()
62371              thought it would be in bytes. 
62372      Branch: perl
62373            ! pp.c t/pragma/utf8.t
62374 ____________________________________________________________________________
62375 [  7233] By: jhi                                   on 2000/10/14  20:24:24
62376         Log: Document FNCASE=y as discussed in the bug 20000902.009.
62377      Branch: perl
62378            ! README.dos
62379 ____________________________________________________________________________
62380 [  7232] By: jhi                                   on 2000/10/14  18:52:21
62381         Log: Add test for bug id 20000427.003 (which seems to have
62382              been fixed) (also duplicate as 20000427.004, though
62383              with a higher severity).  Move one utf8 from op/append
62384              to pragma/utf8, tag the tests with bug ids.
62385      Branch: perl
62386            ! t/op/append.t t/pragma/utf8.t
62387 ____________________________________________________________________________
62388 [  7231] By: jhi                                   on 2000/10/14  17:28:37
62389         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
62390      Branch: perl
62391            ! t/pragma/utf8.t
62392 ____________________________________________________________________________
62393 [  7230] By: jhi                                   on 2000/10/14  14:24:50
62394         Log: Needs to be conditional on SunOS 4.
62395              
62396              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
62397              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
62398              Date: Sat, 14 Oct 2000 13:37:49 +0100
62399              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
62400      Branch: metaconfig/U/perl
62401            ! End.U
62402      Branch: perl
62403            ! Configure myconfig.SH pod/perldelta.pod
62404 ____________________________________________________________________________
62405 [  7229] By: jhi                                   on 2000/10/14  00:49:22
62406         Log: Update Changes.
62407      Branch: perl
62408            ! Changes patchlevel.h
62409 ____________________________________________________________________________
62410 [  7228] By: jhi                                   on 2000/10/14  00:46:10
62411         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
62412              From: Peter Prymmer <pvhp@forte.com>
62413              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
62414              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
62415      Branch: perl
62416            ! lib/utf8.pm
62417 ____________________________________________________________________________
62418 [  7227] By: jhi                                   on 2000/10/13  23:20:30
62419         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
62420      Branch: perl
62421            ! t/op/tie.t
62422 ____________________________________________________________________________
62423 [  7226] By: jhi                                   on 2000/10/13  22:14:32
62424         Log: Tweak #7225.
62425              
62426              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
62427              From: Peter Prymmer <pvhp@forte.com>
62428              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
62429              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
62430      Branch: perl
62431            ! t/op/sprintf.t
62432 ____________________________________________________________________________
62433 [  7225] By: jhi                                   on 2000/10/13  22:11:31
62434         Log: op/sprintf.t patch for OS/390 (and any other host with limited
62435              floating-point exponent length)
62436              
62437              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
62438              From: Dominic Dunlop <domo@computer.org>
62439              Date: Fri, 13 Oct 2000 19:17:57 +0200
62440              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
62441      Branch: perl
62442            ! t/op/sprintf.t
62443 ____________________________________________________________________________
62444 [  7224] By: jhi                                   on 2000/10/13  18:40:48
62445         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
62446      Branch: perl
62447            ! toke.c
62448 ____________________________________________________________________________
62449 [  7223] By: jhi                                   on 2000/10/13  18:37:13
62450         Log: Thinko in #7222.
62451      Branch: perl
62452            ! utf8.c
62453 ____________________________________________________________________________
62454 [  7222] By: jhi                                   on 2000/10/13  18:05:23
62455         Log: Use UTF8SKIP(), from Simon Cozens.
62456      Branch: perl
62457            ! utf8.c
62458 ____________________________________________________________________________
62459 [  7221] By: jhi                                   on 2000/10/13  15:43:19
62460         Log: (accidentally empty check-in)
62461      Branch: perl
62462            ! utf8.c
62463 ____________________________________________________________________________
62464 [  7220] By: jhi                                   on 2000/10/13  15:23:51
62465         Log: Add (optimistically) Storable to static extensions.
62466      Branch: perl
62467            ! hints/uwin.sh hints/vmesa.sh
62468 ____________________________________________________________________________
62469 [  7219] By: jhi                                   on 2000/10/13  15:20:05
62470         Log: Amdahl UTS doesn't seem to do dynaloading.
62471      Branch: perl
62472            ! hints/uts.sh
62473 ____________________________________________________________________________
62474 [  7218] By: jhi                                   on 2000/10/13  15:15:20
62475         Log: Slight tweak of the code to appease Amdahl UTS cc.
62476      Branch: perl
62477            ! pp.c
62478 ____________________________________________________________________________
62479 [  7217] By: jhi                                   on 2000/10/13  14:50:42
62480         Log: In Amdahl UTS "struct sv" is defined by a system header,
62481              <ksync.h>.
62482      Branch: perl
62483            ! perl.h sv.h
62484 ____________________________________________________________________________
62485 [  7216] By: jhi                                   on 2000/10/13  11:58:25
62486         Log: Ilya implemented the memory profiling API.
62487      Branch: perl
62488            ! Todo
62489 ____________________________________________________________________________
62490 [  7215] By: jhi                                   on 2000/10/13  02:56:38
62491         Log: Subject: [PATCH 5.7.0] Perl API for mstats
62492              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62493              Date: Thu, 12 Oct 2000 22:52:40 -0400
62494              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
62495      Branch: perl
62496            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
62497 ____________________________________________________________________________
62498 [  7214] By: jhi                                   on 2000/10/13  02:55:38
62499         Log: Subject: [PATCH 5.7.0] IVs in mtats
62500              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62501              Date: Thu, 12 Oct 2000 22:51:04 -0400
62502              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
62503      Branch: perl
62504            ! malloc.c perl.h
62505 ____________________________________________________________________________
62506 [  7213] By: jhi                                   on 2000/10/13  02:31:47
62507         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
62508      Branch: perl
62509            ! pod/perldiag.pod pp_sys.c
62510 ____________________________________________________________________________
62511 [  7212] By: jhi                                   on 2000/10/13  01:27:38
62512         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
62513              From: Peter Prymmer <pvhp@forte.com>
62514              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
62515              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
62516      Branch: perl
62517            ! t/op/oct.t
62518 ____________________________________________________________________________
62519 [  7211] By: jhi                                   on 2000/10/13  00:35:09
62520         Log: Update Changes.
62521      Branch: perl
62522            ! Changes patchlevel.h
62523 ____________________________________________________________________________
62524 [  7210] By: jhi                                   on 2000/10/12  23:59:40
62525         Log: The Install.pm third of
62526              
62527              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
62528              From: Bill Campbell <bill@celestial.com>
62529              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
62530              Date: Thu, 5 Oct 2000 18:04:51 -0700
62531      Branch: perl
62532            ! lib/ExtUtils/Install.pm
62533 ____________________________________________________________________________
62534 [  7209] By: jhi                                   on 2000/10/12  23:58:43
62535         Log: Two thirds of
62536              
62537              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
62538              Date: Thu, 5 Oct 2000 18:04:51 -0700
62539              From: Bill Campbell <bill@celestial.com>
62540              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
62541              
62542              The Install.pm changes will be submitted separately because
62543              they need some work and discussion still.
62544      Branch: perl
62545            ! lib/getopts.pl lib/termcap.pl
62546 ____________________________________________________________________________
62547 [  7208] By: jhi                                   on 2000/10/12  23:41:19
62548         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
62549              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
62550              Date:     Thu, 12 Oct 2000 07:30:02 EDT
62551              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
62552      Branch: perl
62553            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
62554            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
62555 ____________________________________________________________________________
62556 [  7207] By: jhi                                   on 2000/10/12  23:39:01
62557         Log: An updated EBCDIC tr patch.
62558              
62559              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
62560              From: Peter Prymmer <pvhp@forte.com>
62561              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
62562              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
62563      Branch: perl
62564            ! t/op/tr.t
62565 ____________________________________________________________________________
62566 [  7206] By: jhi                                   on 2000/10/12  23:34:55
62567         Log: Upgrade to CPAN 1.58, from Andreas König.
62568      Branch: perl
62569            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
62570 ____________________________________________________________________________
62571 [  7205] By: jhi                                   on 2000/10/12  23:29:08
62572         Log: Introduce the man[24-8] variables, from Andy Dougherty.
62573      Branch: metaconfig/U/perl
62574            + mandirs.U mandirstyle.U
62575      Branch: perl
62576            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62577            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
62578            ! vos/config.h vos/config.pl vos/config_h.SH_orig
62579            ! win32/config.bc win32/config.gc win32/config.vc
62580 ____________________________________________________________________________
62581 [  7204] By: gsar                                  on 2000/10/12  18:11:24
62582         Log: restore change#7202
62583      Branch: perl
62584            ! mg.c
62585 ____________________________________________________________________________
62586 [  7203] By: gsar                                  on 2000/10/12  18:09:40
62587         Log: another test of the Emergency Broadcast System--back out 
62588              change#7202
62589      Branch: perl
62590            ! mg.c
62591 ____________________________________________________________________________
62592 [  7202] By: gsar                                  on 2000/10/12  16:40:47
62593         Log: (submitted on behalf of Jarkko)
62594              Fix the lib/encode.t subtest 6 failure as reported by Andreas
62595              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
62596              was unearthed by change 7182, as was a bug in HTML::Entities.
62597      Branch: perl
62598            ! mg.c
62599 ____________________________________________________________________________
62600 [  7201] By: jhi                                   on 2000/10/11  03:16:05
62601         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
62602      Branch: perl
62603            ! pp_hot.c t/pragma/utf8.t
62604 ____________________________________________________________________________
62605 [  7200] By: jhi                                   on 2000/10/11  00:40:30
62606         Log: The #7198 was a false alarm.
62607      Branch: perl
62608            ! pp_hot.c
62609 ____________________________________________________________________________
62610 [  7199] By: jhi                                   on 2000/10/11  00:26:04
62611         Log: Remove duplicated code.
62612      Branch: perl
62613            ! t/lib/cgi-html.t
62614 ____________________________________________________________________________
62615 [  7198] By: jhi                                   on 2000/10/10  23:30:46
62616         Log: (Retracted by #7200.)
62617      Branch: perl
62618            ! pp_hot.c
62619 ____________________________________________________________________________
62620 [  7197] By: jhi                                   on 2000/10/10  21:49:30
62621         Log: Add the test case for #7190, from the original bug report
62622              by Andreas König.
62623      Branch: perl
62624            ! t/pragma/utf8.t
62625 ____________________________________________________________________________
62626 [  7196] By: jhi                                   on 2000/10/10  21:40:49
62627         Log: Reapply Andy's patch and regen Configure.
62628      Branch: perl
62629            ! Configure INSTALL Makefile.SH Porting/Glossary
62630            ! Porting/config.sh config_h.SH epoc/config.sh installperl
62631            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
62632            ! win32/config.vc
62633 ____________________________________________________________________________
62634 [  7195] By: jhi                                   on 2000/10/10  21:09:30
62635         Log: Use the versiononly instead of the installscripts,
62636              retract the changes 7146 and 7147.
62637      Branch: perl
62638            ! Configure INSTALL Makefile.SH Porting/Glossary
62639            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
62640            ! installperl uconfig.sh vos/config.def win32/config.bc
62641            ! win32/config.gc win32/config.vc
62642 ____________________________________________________________________________
62643 [  7194] By: jhi                                   on 2000/10/10  21:06:15
62644         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
62645              From: Peter Prymmer <pvhp@forte.com>
62646              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
62647              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
62648      Branch: perl
62649            ! t/op/ver.t
62650 ____________________________________________________________________________
62651 [  7193] By: jhi                                   on 2000/10/10  21:05:12
62652         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
62653              From: Peter Prymmer <pvhp@forte.com>
62654              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
62655              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
62656      Branch: perl
62657            ! t/op/tr.t
62658 ____________________________________________________________________________
62659 [  7192] By: jhi                                   on 2000/10/10  20:57:30
62660         Log: Add versiononly, delete installscripts, from Andy Dougherty.
62661      Branch: metaconfig
62662            - U/installdirs/installscripts.U
62663      Branch: metaconfig/U/perl
62664            + versiononly.U
62665 ____________________________________________________________________________
62666 [  7191] By: jhi                                   on 2000/10/10  19:41:21
62667         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
62668              From: Peter Prymmer <pvhp@forte.com>
62669              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
62670              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
62671      Branch: perl
62672            ! pod/perlebcdic.pod
62673 ____________________________________________________________________________
62674 [  7190] By: jhi                                   on 2000/10/10  19:26:14
62675         Log: Subject: Re: utf8 concat, mg_get
62676              From: Simon Cozens <simon@cozens.net>
62677              Date: Tue, 10 Oct 2000 17:40:17 +0100
62678              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
62679      Branch: perl
62680            ! pp_hot.c
62681 ____________________________________________________________________________
62682 [  7189] By: jhi                                   on 2000/10/10  19:23:03
62683         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
62684              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
62685              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
62686              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
62687      Branch: perl
62688            ! lib/ExtUtils/MM_Unix.pm
62689 ____________________________________________________________________________
62690 [  7188] By: jhi                                   on 2000/10/10  15:31:24
62691         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
62692              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
62693              Date: Fri, 14 Jul 2000 10:47:36 +0100
62694              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
62695      Branch: perl
62696            ! README.win32
62697 ____________________________________________________________________________
62698 [  7187] By: jhi                                   on 2000/10/10  13:30:10
62699         Log: Quote the temp file name, needed in Win32 because the
62700              default name unfortunately contains spaces, shouldn't
62701              hurt elsewhere.
62702              
62703              Subject: FW: perldoc fails if $TEMP contains spaces
62704              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
62705              Date: Thu, 14 Sep 2000 08:58:45 +0100
62706              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
62707      Branch: perl
62708            ! utils/perldoc.PL
62709 ____________________________________________________________________________
62710 [  7186] By: jhi                                   on 2000/10/10  13:16:27
62711         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
62712              From: hv@hugo.hybyte.com
62713              Date: Tue, 10 Oct 2000 14:10:20 +0100
62714              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
62715      Branch: perl
62716            ! t/lib/thr5005.t util.c
62717 ____________________________________________________________________________
62718 [  7185] By: jhi                                   on 2000/10/10  12:06:22
62719         Log: Upgrade to podlators 1.04, from Russ Allbery.
62720      Branch: perl
62721            ! lib/Pod/Man.pm lib/Pod/Text.pm
62722 ____________________________________________________________________________
62723 [  7184] By: jhi                                   on 2000/10/10  12:01:32
62724         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
62725      Branch: perl
62726            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
62727 ____________________________________________________________________________
62728 [  7183] By: jhi                                   on 2000/10/09  23:47:15
62729         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
62730              From: Peter Prymmer <pvhp@forte.com>
62731              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
62732              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
62733      Branch: perl
62734            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
62735 ____________________________________________________________________________
62736 [  7182] By: jhi                                   on 2000/10/09  23:43:16
62737         Log: Make eq work again with utf8 (disabling the upgrading
62738              should no more be necessary since the copies of the
62739              scalars are upgraded, not the scalars themselves).
62740              Takes care of ID 20001009.001.  (The claimed length()
62741              bug in 20001009.001 seems bogus to me.)
62742      Branch: perl
62743            ! sv.c t/pragma/utf8.t
62744 ____________________________________________________________________________
62745 [  7181] By: gsar                                  on 2000/10/09  19:41:54
62746         Log: tweak for change#7173
62747      Branch: perl
62748            ! win32/win32sck.c
62749 ____________________________________________________________________________
62750 [  7180] By: gsar                                  on 2000/10/09  19:26:56
62751         Log: on Windows, clean targets might not work under some flavors of the shell
62752      Branch: perl
62753            ! win32/Makefile win32/makefile.mk
62754 ____________________________________________________________________________
62755 [  7179] By: jhi                                   on 2000/10/09  19:21:02
62756         Log: Update Changes.
62757      Branch: perl
62758            ! Changes patchlevel.h
62759 ____________________________________________________________________________
62760 [  7178] By: jhi                                   on 2000/10/09  19:18:23
62761         Log: Warn about unknown scripts.
62762              
62763              Subject: Re: ideas? patches? [PATCH bleadperl]
62764              From: Dominic Dunlop <domo@computer.org>
62765              Date: Mon, 9 Oct 2000 14:57:17 +0200
62766              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
62767      Branch: perl
62768            ! lib/charnames.pm
62769 ____________________________________________________________________________
62770 [  7177] By: jhi                                   on 2000/10/09  19:13:27
62771         Log: Change #7160 had a nasty typo.
62772      Branch: metaconfig
62773            ! U/compline/Compile.U
62774      Branch: perl
62775            ! Configure config_h.SH
62776 ____________________________________________________________________________
62777 [  7176] By: gsar                                  on 2000/10/09  18:59:33
62778         Log: pod nit
62779      Branch: perl
62780            ! pod/perlport.pod
62781 ____________________________________________________________________________
62782 [  7175] By: gsar                                  on 2000/10/09  18:54:28
62783         Log: Windows9x doesn't support link(), despite what Config.pm
62784              might think
62785      Branch: perl
62786            ! lib/ExtUtils/Manifest.pm
62787 ____________________________________________________________________________
62788 [  7174] By: gsar                                  on 2000/10/09  18:50:03
62789         Log: avoid nonportable example code
62790      Branch: perl
62791            ! lib/File/Copy.pm
62792 ____________________________________________________________________________
62793 [  7173] By: gsar                                  on 2000/10/09  18:46:54
62794         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
62795              being used) when closing a socket handle
62796      Branch: perl
62797            ! win32/win32.c win32/win32.h win32/win32sck.c
62798 ____________________________________________________________________________
62799 [  7172] By: gsar                                  on 2000/10/09  18:41:40
62800         Log: on Windows, cwd strings in the environment should be of the
62801              form =X:=X:\foo instead of =X=X:\foo\
62802      Branch: perl
62803            ! win32/vdir.h
62804 ____________________________________________________________________________
62805 [  7171] By: gsar                                  on 2000/10/09  18:30:09
62806         Log: on Windows, LoadLibrary() could load an extension DLL multiple
62807              times if forward slashes are used in the path
62808      Branch: perl
62809            ! win32/win32.c
62810 ____________________________________________________________________________
62811 [  7170] By: jhi                                   on 2000/10/09  17:53:59
62812         Log: Add a todo note about overloadable assertions.
62813      Branch: perl
62814            ! Todo-5.6
62815 ____________________________________________________________________________
62816 [  7169] By: jhi                                   on 2000/10/09  13:43:45
62817         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
62818              From: mjd@plover.com
62819              Date: 9 Oct 2000 00:24:44 -0000
62820              Message-ID: <20001009002444.10616.qmail@plover.com>
62821      Branch: perl
62822            ! pod/perldebguts.pod
62823 ____________________________________________________________________________
62824 [  7168] By: nick                                  on 2000/10/08  13:16:33
62825         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
62826              is not right thing to do on (e.g. x86). Network order is also "right" for
62827              X fonts.
62828      Branch: perl
62829            ! ext/Encode/Encode.pm
62830 ____________________________________________________________________________
62831 [  7167] By: nick                                  on 2000/10/08  12:54:42
62832         Log: Make "encodings" work post-install when Encode/*.enc files may not
62833              be in same directory as Encode.pm
62834      Branch: perl
62835            ! ext/Encode/Encode.pm
62836 ____________________________________________________________________________
62837 [  7166] By: nick                                  on 2000/10/08  11:51:26
62838         Log: Work round the fact that $hash->{$key} does not take into account
62839              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
62840              so that key is always in the "expected" encoding - i.e. same way we put
62841              it in the hash.
62842      Branch: perl
62843            ! ext/Encode/Encode.pm
62844 ____________________________________________________________________________
62845 [  7165] By: gsar                                  on 2000/10/08  04:15:29
62846         Log: save_re_context() could reset PL_curcop to freed memory, causing core
62847              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
62848      Branch: perl
62849            ! pp_ctl.c
62850 ____________________________________________________________________________
62851 [  7164] By: jhi                                   on 2000/10/06  20:51:48
62852         Log: UTF8ize split() so that the cloned substrings get the UTF8
62853              flag of the original scalar.  Problem reported by Simon Cozens.
62854      Branch: perl
62855            ! pp.c t/pragma/utf8.t
62856 ____________________________________________________________________________
62857 [  7163] By: nick                                  on 2000/10/06  20:48:34
62858         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
62859              got a false +ve and so did not reach code which would have un-FAKEd the SV.
62860      Branch: perl
62861            ! sv.c
62862 ____________________________________________________________________________
62863 [  7162] By: nick                                  on 2000/10/06  20:25:37
62864         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
62865              To fix  (sort {$a <=> $b} keys %hash) in particular but
62866              should cover a number of other as-yet-unknown cases as well.
62867      Branch: perl
62868            ! sv.c
62869 ____________________________________________________________________________
62870 [  7161] By: jhi                                   on 2000/10/06  19:56:18
62871         Log: Change the version number of Tie::Handle in the core to 4.0,
62872              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
62873              
62874              Subject: Note on Tie::Handle
62875              From: andreas.koenig@anima.de (Andreas J. Koenig)
62876              Date:      06 Oct 2000 21:48:58 +0200
62877              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
62878      Branch: perl
62879            ! lib/Tie/Handle.pm
62880 ____________________________________________________________________________
62881 [  7160] By: jhi                                   on 2000/10/06  18:20:35
62882         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
62883              as the first option of cc/ld because of ultrapicky compilers
62884              (e.g. OS/390 R2.5)
62885      Branch: metaconfig
62886            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
62887            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
62888            ! U/compline/orderlib.U U/modified/Cppsym.U
62889            ! U/modified/d_access.U
62890      Branch: metaconfig/U/perl
62891            ! Checkcc.U d_dlsymun.U gccvers.U
62892      Branch: perl
62893            ! Configure config_h.SH
62894 ____________________________________________________________________________
62895 [  7159] By: jhi                                   on 2000/10/06  13:56:39
62896         Log: Update Changes.
62897      Branch: perl
62898            ! Changes patchlevel.h
62899 ____________________________________________________________________________
62900 [  7158] By: jhi                                   on 2000/10/06  12:48:40
62901         Log: Eliminate $Is_VMS code from the test.
62902              
62903              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
62904              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
62905              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
62906              Date:     Thu, 5 Oct 2000 07:46:33 EDT
62907      Branch: perl
62908            ! t/lib/b.t
62909 ____________________________________________________________________________
62910 [  7157] By: jhi                                   on 2000/10/06  12:47:13
62911         Log: Also the $ccflags is needed for the C compiler check.
62912              
62913              Subject: Configure (check for C-compiler)
62914              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62915              Date: Fri, 06 Oct 2000 08:47:15 +0200
62916              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
62917      Branch: metaconfig/U/perl
62918            ! Checkcc.U
62919      Branch: perl
62920            ! Configure config_h.SH
62921 ____________________________________________________________________________
62922 [  7156] By: jhi                                   on 2000/10/06  11:45:15
62923         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
62924      Branch: perl
62925            ! perl.c pp_ctl.c sv.h utf8.c
62926 ____________________________________________________________________________
62927 [  7155] By: jhi                                   on 2000/10/06  11:40:41
62928         Log: IO::Handle->syswrite() did not handle length omission
62929              like CORE::syswrite() does.
62930              
62931              Subject: [Fwd] IO::Handle, syswrite and arguments
62932              From: Graham Barr <gbarr@pobox.com>
62933              Date: Fri, 6 Oct 2000 10:22:05 +0100
62934              Message-ID: <20001006102205.U6312@pobox.com>
62935              
62936              The original patch from andrew@ugh.net.au.
62937      Branch: perl
62938            ! ext/IO/lib/IO/Handle.pm
62939 ____________________________________________________________________________
62940 [  7154] By: jhi                                   on 2000/10/06  01:42:15
62941         Log: Tweak #7153.
62942      Branch: perl
62943            ! utf8.h
62944 ____________________________________________________________________________
62945 [  7153] By: jhi                                   on 2000/10/06  00:39:55
62946         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
62947      Branch: perl
62948            ! utf8.h
62949 ____________________________________________________________________________
62950 [  7152] By: jhi                                   on 2000/10/06  00:38:11
62951         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
62952      Branch: perl
62953            ! perl.c pp_ctl.c sv.h utf8.c
62954 ____________________________________________________________________________
62955 [  7151] By: jhi                                   on 2000/10/06  00:36:38
62956         Log: Subject: Re: Questions about Tie::Array and perl modules
62957              From: Nick Ing-Simmons <nik@tiuk.ti.com>
62958              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
62959              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
62960              
62961              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
62962      Branch: perl
62963            ! lib/Tie/Array.pm t/op/array.t
62964 ____________________________________________________________________________
62965 [  7150] By: jhi                                   on 2000/10/05  00:20:45
62966         Log: Regen Changes.
62967      Branch: perl
62968            ! Changes patchlevel.h
62969 ____________________________________________________________________________
62970 [  7149] By: jhi                                   on 2000/10/05  00:20:01
62971         Log: Regen toc.
62972      Branch: perl
62973            ! pod/perltoc.pod
62974 ____________________________________________________________________________
62975 [  7148] By: jhi                                   on 2000/10/04  23:35:08
62976         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
62977              reported several times by Dominic Dunlop, for example in
62978              ID 20000315.008.  Patch from Dominic.  Patch affects at
62979              least MachTen, and possibly other oldish BSDs. Should not
62980              break non-broken platforms (tested on LinuxPPC). 
62981      Branch: perl
62982            ! doio.c
62983 ____________________________________________________________________________
62984 [  7147] By: jhi                                   on 2000/10/04  23:26:34
62985         Log: The one that got away from 7146.
62986      Branch: metaconfig
62987            + U/installdirs/installscripts.U
62988 ____________________________________________________________________________
62989 [  7146] By: jhi                                   on 2000/10/04  23:25:04
62990         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
62991              suggested by H. Merijn Brand.
62992      Branch: perl
62993            ! Configure INSTALL Makefile.SH Porting/Glossary
62994            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
62995            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
62996            ! win32/config.vc
62997 ____________________________________________________________________________
62998 [  7145] By: jhi                                   on 2000/10/04  22:08:21
62999         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
63000              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63001              Date: Wed, 4 Oct 2000 17:37:46 -0400
63002              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
63003      Branch: perl
63004            ! utils/h2xs.PL
63005 ____________________________________________________________________________
63006 [  7144] By: jhi                                   on 2000/10/04  18:11:41
63007         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
63008              From: Jeff Pinyan <jeffp@crusoe.net>
63009              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
63010              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
63011      Branch: perl
63012            ! pod/perlrun.pod
63013 ____________________________________________________________________________
63014 [  7143] By: jhi                                   on 2000/10/04  18:09:58
63015         Log: Subject: perlhack.pod Patch for Externals Tools
63016              From: Fisher Mark <fisherm@tce.com>
63017              Date: Tue, 3 Oct 2000 15:43:27 -0500 
63018              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
63019      Branch: perl
63020            ! pod/perlhack.pod
63021 ____________________________________________________________________________
63022 [  7142] By: jhi                                   on 2000/10/04  18:08:41
63023         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
63024              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
63025              Date:     Wed, 4 Oct 2000 12:11:11 EDT
63026              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
63027      Branch: perl
63028            ! vms/vms.c
63029 ____________________________________________________________________________
63030 [  7141] By: jhi                                   on 2000/10/04  12:20:16
63031         Log: Subject: [PATCH 5.7.0] h2xs not working
63032              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63033              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
63034              Date: Tue, 3 Oct 2000 21:43:01 -0400
63035              
63036              Subject: [PATCH 5.7.0] h2xs not documenting the created module
63037              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63038              Date: Tue, 3 Oct 2000 22:55:19 -0400
63039              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
63040      Branch: perl
63041            ! utils/h2xs.PL
63042 ____________________________________________________________________________
63043 [  7140] By: jhi                                   on 2000/10/04  11:53:44
63044         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
63045              From: nick@babyhippo.com
63046              Date: Wed, 4 Oct 2000 12:06:45 +0100
63047              Message-Id: <20001004120645.A7356@babyhippo.com>
63048              
63049              Retract 7118 and 7135.
63050      Branch: perl
63051            ! installman installperl op.c t/pragma/subs.t
63052 ____________________________________________________________________________
63053 [  7139] By: jhi                                   on 2000/10/03  22:09:41
63054         Log: It is possible to have no hosts database at all.  Pointed out in
63055              
63056              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
63057              From: Peter Prymmer <pvhp@forte.com>
63058              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
63059              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
63060      Branch: metaconfig
63061            ! U/modified/myhostname.U
63062      Branch: perl
63063            ! Configure config_h.SH
63064 ____________________________________________________________________________
63065 [  7138] By: jhi                                   on 2000/10/03  21:49:49
63066         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
63067              From: Peter Prymmer <pvhp@forte.com>
63068              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
63069              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
63070      Branch: perl
63071            ! pp_sys.c
63072 ____________________________________________________________________________
63073 [  7137] By: jhi                                   on 2000/10/03  20:10:05
63074         Log: One remaining nit less at the VMS mailbox sizing.
63075      Branch: perl
63076            ! vms/vms.c
63077 ____________________________________________________________________________
63078 [  7136] By: jhi                                   on 2000/10/03  20:08:47
63079         Log: Test harness update to sync with the new perlcc,
63080              from Simon Cozens.
63081      Branch: perl
63082            ! t/TEST t/UTEST
63083 ____________________________________________________________________________
63084 [  7135] By: jhi                                   on 2000/10/03  15:15:42
63085         Log: Subject: Re: PATCH for 20001003.004
63086              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
63087              From: "AARON B. DOSSETT" <aaron@iglou.com>
63088              Message-Id: <E13gTay-0006od-00@iglou.com>
63089      Branch: perl
63090            ! installman installperl
63091 ____________________________________________________________________________
63092 [  7134] By: jhi                                   on 2000/10/03  15:00:34
63093         Log: Subject: [ID 20001003.006] B::Debug not -w clean
63094              From: Nicholas Clark <nick@babyhippo.co.uk>
63095              Date: Tue, 03 Oct 2000 15:46:32 +0100
63096              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
63097      Branch: perl
63098            ! ext/B/B/Debug.pm
63099 ____________________________________________________________________________
63100 [  7133] By: jhi                                   on 2000/10/03  14:58:39
63101         Log: Scale down the VMS message boxes, by Charles Lane.
63102              Fix for ID 20000903.009, workaround at
63103              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
63104      Branch: perl
63105            ! vms/vms.c
63106 ____________________________________________________________________________
63107 [  7132] By: jhi                                   on 2000/10/03  11:20:37
63108         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
63109      Branch: perl
63110            + t/lib/st-lock.t t/lib/st-utf8.t
63111            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
63112            ! ext/Storable/Storable.xs t/lib/st-recurse.t
63113 ____________________________________________________________________________
63114 [  7131] By: jhi                                   on 2000/10/03  03:38:23
63115         Log: Encode nits.
63116      Branch: perl
63117            ! MANIFEST Makefile.SH
63118 ____________________________________________________________________________
63119 [  7130] By: jhi                                   on 2000/10/03  03:31:05
63120         Log: Update Changes.
63121      Branch: perl
63122            ! Changes patchlevel.h
63123 ____________________________________________________________________________
63124 [  7129] By: jhi                                   on 2000/10/03  02:24:02
63125         Log: Misplaced else.
63126      Branch: metaconfig/U/perl
63127            ! d_strtoll.U
63128      Branch: perl
63129            ! Configure config_h.SH
63130 ____________________________________________________________________________
63131 [  7128] By: jhi                                   on 2000/10/03  02:08:29
63132         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
63133              From: sthoenna@efn.org
63134              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
63135              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
63136      Branch: metaconfig/U/perl
63137            ! d_strtoll.U
63138      Branch: perl
63139            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
63140 ____________________________________________________________________________
63141 [  7127] By: jhi                                   on 2000/10/03  01:13:14
63142         Log: Update Changes.
63143      Branch: perl
63144            ! Changes patchlevel.h
63145 ____________________________________________________________________________
63146 [  7126] By: jhi                                   on 2000/10/03  00:57:08
63147         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
63148              as suggested by Olaf Flebbe and Nick Clark.
63149      Branch: perl
63150            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
63151 ____________________________________________________________________________
63152 [  7125] By: jhi                                   on 2000/10/03  00:50:56
63153         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
63154              From: Nick Clark <nick@plum.flirble.org>
63155              Date: Mon, 2 Oct 2000 11:03:24 +0100
63156              Message-Id: <20001002110324.D20073@plum.flirble.org>
63157              
63158              Also fixes bug ID 20001002.005.
63159      Branch: perl
63160            ! t/lib/encode.t
63161 ____________________________________________________________________________
63162 [  7124] By: jhi                                   on 2000/10/03  00:34:59
63163         Log: Subject: [PATCH 5.7.0] Epoc update
63164              From: Olaf Flebbe <o.flebbe@gmx.de>
63165              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
63166              Message-ID: <26423.969484586@www10.gmx.net>
63167      Branch: perl
63168            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
63169            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
63170            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
63171            ! util.c util.h
63172 ____________________________________________________________________________
63173 [  7123] By: jhi                                   on 2000/10/03  00:30:07
63174         Log: Regen headers.
63175      Branch: perl
63176            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
63177 ____________________________________________________________________________
63178 [  7122] By: jhi                                   on 2000/10/03  00:10:48
63179         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
63180      Branch: perl
63181            ! hints/openbsd.sh
63182 ____________________________________________________________________________
63183 [  7121] By: jhi                                   on 2000/10/03  00:05:06
63184         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
63185              From: <abigail@foad.org>
63186              Date: Tue, 26 Sep 2000 13:36:14 -0400
63187              Message-ID: <20000926173614.4356.qmail@foad.org>
63188      Branch: perl
63189            ! pod/perlop.pod
63190 ____________________________________________________________________________
63191 [  7120] By: jhi                                   on 2000/10/03  00:04:00
63192         Log: Inside require() $^S was always left undefined.
63193              
63194              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
63195              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63196              Date: Wed, 27 Sep 2000 18:54:49 -0400
63197              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
63198      Branch: perl
63199            ! cop.h mg.c pp_ctl.c util.c
63200 ____________________________________________________________________________
63201 [  7119] By: jhi                                   on 2000/10/03  00:00:16
63202         Log: Subject: [PATCH] DLL not restartabke with threaded perl
63203              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
63204              Date: Thu, 28 Sep 2000 09:20:46 +0100
63205              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
63206      Branch: perl
63207            ! perl.c
63208 ____________________________________________________________________________
63209 [  7118] By: jhi                                   on 2000/10/02  23:59:20
63210         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
63211              From: Nicholas Clark <nick@ccl4.org>
63212              Date: Thu, 28 Sep 2000 11:52:24 +0100
63213              Message-ID: <20000928115224.D7924@plum.flirble.org>
63214      Branch: perl
63215            ! op.c
63216 ____________________________________________________________________________
63217 [  7117] By: jhi                                   on 2000/10/02  23:57:51
63218         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
63219              From: Nicholas Clark <nick@babyhippo.co.uk>
63220              Date: Thu, 28 Sep 2000 12:18:10 +0100
63221              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
63222              
63223              Did not apply cleanly, manual intervention was needed.
63224      Branch: perl
63225            ! ext/B/B/Bytecode.pm utils/perlcc.PL
63226 ____________________________________________________________________________
63227 [  7116] By: jhi                                   on 2000/10/02  23:50:40
63228         Log: Document the issue (is not a syntax error, kind of)
63229              
63230              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
63231              From: Nicholas Clark <nick@ccl4.org>
63232              Date: Thu, 28 Sep 2000 17:12:42 +0100
63233              Message-ID: <20000928171242.K7924@plum.flirble.org>
63234      Branch: perl
63235            ! pod/perldata.pod
63236 ____________________________________________________________________________
63237 [  7115] By: jhi                                   on 2000/10/02  23:48:58
63238         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
63239              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63240              Date: Thu, 28 Sep 2000 21:55:31 -0400
63241              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
63242      Branch: perl
63243            ! regexec.c
63244 ____________________________________________________________________________
63245 [  7114] By: jhi                                   on 2000/10/02  23:47:57
63246         Log: Subject: DOC PATCH 5.6.0
63247              From: mjd@plover.com
63248              Date: 30 Sep 2000 06:02:34 -0000
63249              Message-ID: <20000930060234.4559.qmail@plover.com>
63250      Branch: perl
63251            ! pod/perldebguts.pod
63252 ____________________________________________________________________________
63253 [  7113] By: jhi                                   on 2000/10/02  23:46:43
63254         Log: SOCK_DGRAM and listen() do not mix as reported in
63255              
63256              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
63257              From: Petter Reinholdtsen <pere@hungry.com>
63258              Date: Sun, 1 Oct 2000 10:57:20 +0800
63259              Message-Id: <200010010257.KAA05735@localhost.localdomain>
63260              
63261              The patch for 5.7.0+ had to be reengineered, though.
63262      Branch: perl
63263            ! ext/IO/lib/IO/Socket/UNIX.pm
63264 ____________________________________________________________________________
63265 [  7112] By: jhi                                   on 2000/10/02  23:36:57
63266         Log: Subject: Re: [PATCH 5.005_64 missed]
63267              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63268              Date: Sun, 1 Oct 2000 18:50:10 -0400
63269              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
63270      Branch: perl
63271            ! pod/perlxs.pod
63272 ____________________________________________________________________________
63273 [  7111] By: jhi                                   on 2000/10/02  23:35:40
63274         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
63275              From: Radu Greab <radu@netsoft.ro>
63276              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
63277              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
63278      Branch: perl
63279            ! op.c opcode.pl t/op/substr.t
63280 ____________________________________________________________________________
63281 [  7110] By: jhi                                   on 2000/10/02  23:32:38
63282         Log: Subject: [PATCH] Fix aliasing of tied filehandles
63283              From: Daniel Chetlin <daniel@chetlin.com>
63284              Date: Mon, 2 Oct 2000 14:53:27 -0700
63285              Message-ID: <20001002145327.C1617@ilmd>
63286      Branch: perl
63287            ! perl.h pp_hot.c t/op/tiehandle.t
63288 ____________________________________________________________________________
63289 [  7109] By: jhi                                   on 2000/10/02  23:31:30
63290         Log: s/Robin Parker/Robin Barker/
63291      Branch: perl
63292            ! Changes5.6
63293 ____________________________________________________________________________
63294 [  7108] By: jhi                                   on 2000/10/02  23:15:46
63295         Log: Retract #7091 as suggested in
63296              
63297              From: Robin Barker <rmb1@cise.npl.co.uk> 
63298              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
63299              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
63300              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
63301      Branch: perl
63302            ! embed.pl proto.h
63303 ____________________________________________________________________________
63304 [  7107] By: nick                                  on 2000/10/02  18:23:14
63305         Log: A few tweaks to get Tk803 to work with Encode scheme.
63306      Branch: perl
63307            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
63308 ____________________________________________________________________________
63309 [  7106] By: nick                                  on 2000/10/01  21:34:14
63310         Log: Add checking cases to Encode's toUnicode and fromUnicode.
63311      Branch: perl
63312            ! ext/Encode/Encode.pm
63313 ____________________________________________________________________________
63314 [  7105] By: nick                                  on 2000/10/01  17:18:01
63315         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
63316              To read and use them.
63317              Add a lib/encode.t which checks a few things.
63318      Branch: perl
63319            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
63320            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
63321            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
63322            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
63323            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
63324            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
63325            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
63326            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
63327            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
63328            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
63329            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
63330            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
63331            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
63332            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
63333            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
63334            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
63335            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
63336            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
63337            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
63338            + ext/Encode/Encode/iso2022-jp.enc
63339            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
63340            + ext/Encode/Encode/iso8859-1.enc
63341            + ext/Encode/Encode/iso8859-2.enc
63342            + ext/Encode/Encode/iso8859-3.enc
63343            + ext/Encode/Encode/iso8859-4.enc
63344            + ext/Encode/Encode/iso8859-5.enc
63345            + ext/Encode/Encode/iso8859-6.enc
63346            + ext/Encode/Encode/iso8859-7.enc
63347            + ext/Encode/Encode/iso8859-8.enc
63348            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
63349            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
63350            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
63351            + ext/Encode/Encode/macCentEuro.enc
63352            + ext/Encode/Encode/macCroatian.enc
63353            + ext/Encode/Encode/macCyrillic.enc
63354            + ext/Encode/Encode/macDingbats.enc
63355            + ext/Encode/Encode/macGreek.enc
63356            + ext/Encode/Encode/macIceland.enc
63357            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
63358            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
63359            + ext/Encode/Encode/macTurkish.enc
63360            + ext/Encode/Encode/macUkraine.enc
63361            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
63362            + t/lib/encode.t
63363            ! MANIFEST ext/Encode/Encode.pm
63364 ____________________________________________________________________________
63365 [  7104] By: nick                                  on 2000/09/30  13:04:30
63366         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
63367              From: Daniel Chetlin <daniel@chetlin.com>
63368              Date: Mon, 18 Sep 2000 05:05:40 -0700
63369              Message-Id: <20000918050540.C652@ilmd>
63370      Branch: perl
63371            ! lib/overload.pm sv.c t/pragma/overload.t
63372 ____________________________________________________________________________
63373 [  7103] By: nick                                  on 2000/09/30  12:53:36
63374         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
63375              From: Johan Vromans <jvromans@squirrel.nl>
63376              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
63377              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
63378      Branch: perl
63379            ! pod/Makefile.SH
63380 ____________________________________________________________________________
63381 [  7102] By: nick                                  on 2000/09/30  12:52:31
63382         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
63383              From: Spider Boardman <spider@Orb.Nashua.NH.US>
63384              Date: Sat, 16 Sep 2000 16:36:45 -0400
63385              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
63386      Branch: perl
63387            ! ext/B/B/Deparse.pm
63388 ____________________________________________________________________________
63389 [  7101] By: nick                                  on 2000/09/30  12:51:41
63390         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
63391              From: Craig A. Berry <craig.berry@psinetcs.com>
63392              Date: Sat, 16 Sep 2000 10:11:10 -0500
63393              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
63394      Branch: perl
63395            ! vms/vms.c
63396 ____________________________________________________________________________
63397 [  7100] By: nick                                  on 2000/09/30  12:50:33
63398         Log: Subject: Re: unicode support and perl [ID 20000901.097]
63399              From: Spider Boardman <spider@Orb.Nashua.NH.US>
63400              Date: Fri, 15 Sep 2000 16:37:58 -0400
63401              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
63402      Branch: perl
63403            ! t/op/append.t
63404 ____________________________________________________________________________
63405 [  7099] By: nick                                  on 2000/09/30  12:49:35
63406         Log: Subject: Re: unicode support and perl [ID 20000901.097]
63407              From: Spider Boardman <spider@Orb.Nashua.NH.US>
63408              Date: Fri, 15 Sep 2000 16:25:30 -0400
63409              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
63410      Branch: perl
63411            ! pp_hot.c
63412 ____________________________________________________________________________
63413 [  7098] By: nick                                  on 2000/09/30  12:48:00
63414         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
63415              From: Gisle Aas <gisle@ActiveState.com>
63416              Date: 15 Sep 2000 16:23:41 +0200
63417              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
63418      Branch: perl
63419            ! toke.c
63420 ____________________________________________________________________________
63421 [  7097] By: nick                                  on 2000/09/30  12:45:16
63422         Log: Subject: [PATCH] Nits in perlmod.pod
63423              From: Daniel Chetlin <daniel@chetlin.com>
63424              Date: Fri, 15 Sep 2000 02:04:09 -0700
63425              Message-Id: <20000915020409.A2104@ilmd>
63426      Branch: perl
63427            ! pod/perlmod.pod
63428 ____________________________________________________________________________
63429 [  7096] By: nick                                  on 2000/09/30  12:18:00
63430         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
63431              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
63432              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
63433              0 to checking to get the warning.
63434      Branch: perl
63435            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
63436            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
63437            ! regexec.c sv.c toke.c utf8.c
63438 ____________________________________________________________________________
63439 [  7095] By: nick                                  on 2000/09/15  16:55:59
63440         Log: Multiplicity & ithreads fix for sv.c/Encode.xs
63441              
63442              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
63443              From: Spider Boardman <spider@Orb.Nashua.NH.US>
63444              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
63445              Date: Fri, 15 Sep 2000 06:37:30 -0400
63446      Branch: perl
63447            ! ext/Encode/Encode.xs sv.c
63448 ____________________________________________________________________________
63449 [  7094] By: jhi                                   on 2000/09/15  03:23:32
63450         Log: Update Changes.
63451      Branch: perl
63452            ! Changes patchlevel.h
63453 ____________________________________________________________________________
63454 [  7093] By: jhi                                   on 2000/09/15  03:11:44
63455         Log: Fix for the charnames.t failures from Spider Boardman.
63456      Branch: perl
63457            ! toke.c
63458 ____________________________________________________________________________
63459 [  7092] By: jhi                                   on 2000/09/15  00:15:48
63460         Log: Botched the #7090 check-in.
63461      Branch: perl
63462            ! sv.c
63463 ____________________________________________________________________________
63464 [  7091] By: jhi                                   on 2000/09/14  23:33:24
63465         Log: Part of #7081 didn't come through.
63466      Branch: perl
63467            ! embed.pl proto.h
63468 ____________________________________________________________________________
63469 [  7090] By: jhi                                   on 2000/09/14  23:17:39
63470         Log: Subject: Re: perl@7078 
63471              From: Spider Boardman <spider@web.zk3.dec.com>
63472              Date: Thu, 14 Sep 2000 19:06:36 -0400
63473              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
63474      Branch: perl
63475            ! sv.c toke.c
63476 ____________________________________________________________________________
63477 [  7089] By: jhi                                   on 2000/09/14  23:11:21
63478         Log: Small portability tweaks.
63479      Branch: perl
63480            ! ext/Encode/Encode.xs
63481 ____________________________________________________________________________
63482 [  7088] By: jhi                                   on 2000/09/14  22:57:23
63483         Log: Fake return to pacify picky compilers.
63484      Branch: perl
63485            ! ext/Encode/Encode.xs
63486 ____________________________________________________________________________
63487 [  7087] By: jhi                                   on 2000/09/14  22:53:37
63488         Log: Subject: [PATCH] utf8.c apidoc
63489              From: Simon Cozens <simon@cozens.net>
63490              Date: Thu, 14 Sep 2000 23:46:57 +0100
63491              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
63492      Branch: perl
63493            ! perlapi.c pod/perlapi.pod utf8.c
63494 ____________________________________________________________________________
63495 [  7086] By: jhi                                   on 2000/09/14  22:40:38
63496         Log: We don't need to count the high bit bytes, a boolean is enough. 
63497      Branch: perl
63498            ! sv.c
63499 ____________________________________________________________________________
63500 [  7085] By: jhi                                   on 2000/09/14  21:20:09
63501         Log: Replace #7084 with
63502              
63503              Subject: Re: perl@7078 
63504              From: Spider Boardman <spider@web.zk3.dec.com>
63505              Date: Thu, 14 Sep 2000 17:09:36 -0400
63506              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
63507      Branch: perl
63508            ! sv.c utf8.c
63509 ____________________________________________________________________________
63510 [  7084] By: jhi                                   on 2000/09/14  20:03:34
63511         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
63512              convertible to bytes by checking it doesn't go above 0xc3
63513              
63514              Subject: Re: perl@7078
63515              From: Simon Cozens <simon@cozens.net>
63516              Date: Thu, 14 Sep 2000 20:59:19 +0100
63517              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
63518      Branch: perl
63519            ! utf8.c
63520 ____________________________________________________________________________
63521 [  7083] By: jhi                                   on 2000/09/14  19:38:47
63522         Log: Subject: Re: perl@7078
63523              From: Simon Cozens <simon@cozens.net>
63524              Date: Thu, 14 Sep 2000 20:13:09 +0100
63525              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
63526      Branch: perl
63527            ! t/op/bop.t
63528 ____________________________________________________________________________
63529 [  7082] By: jhi                                   on 2000/09/14  17:50:44
63530         Log: The one that got away.
63531      Branch: perl
63532            ! lib/File/Find.pm
63533 ____________________________________________________________________________
63534 [  7081] By: jhi                                   on 2000/09/14  17:45:35
63535         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
63536              From: Robin Barker <rmb1@cise.npl.co.uk>
63537              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
63538              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
63539      Branch: perl
63540            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
63541            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
63542            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
63543            ! regcomp.c toke.c universal.c
63544 ____________________________________________________________________________
63545 [  7080] By: jhi                                   on 2000/09/14  17:40:35
63546         Log: Problems picked up by AIX cc.
63547              
63548              Subject: Re: perl@7078 (patch included)
63549              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
63550              Date: Thu, 14 Sep 2000 18:53:30 +0200
63551              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
63552      Branch: perl
63553            ! ext/Encode/Encode.xs
63554 ____________________________________________________________________________
63555 [  7079] By: jhi                                   on 2000/09/14  17:38:27
63556         Log: Subject: File::Find 5.7.0 POD nits
63557              From: Rich Morin <rdm@cfcl.com>
63558              Date: Wed, 13 Sep 2000 22:03:58 -0700
63559              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
63560      Branch: perl
63561            ! lib/File/Find.pm
63562 ____________________________________________________________________________
63563 [  7078] By: jhi                                   on 2000/09/14  14:58:20
63564         Log: Update Changes.
63565      Branch: perl
63566            ! Changes patchlevel.h
63567 ____________________________________________________________________________
63568 [  7077] By: jhi                                   on 2000/09/14  14:55:54
63569         Log: Compilation warnings and an error.
63570      Branch: perl
63571            ! sv.c
63572 ____________________________________________________________________________
63573 [  7076] By: jhi                                   on 2000/09/14  14:42:56
63574         Log: Fix for a parsing bug, not for the original bug.
63575              
63576              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
63577              From: Spider Boardman <spider@web.zk3.dec.com>
63578              Date: Wed, 13 Sep 2000 17:52:20 -0400
63579              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
63580      Branch: perl
63581            ! regcomp.c
63582 ____________________________________________________________________________
63583 [  7075] By: jhi                                   on 2000/09/14  14:40:40
63584         Log: Batch of UTF-8 patches from Simon Cozens.
63585      Branch: perl
63586            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
63587            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
63588            ! toke.c utf8.c
63589 ____________________________________________________________________________
63590 [  7074] By: jhi                                   on 2000/09/14  14:29:58
63591         Log: Subject: Re: Two advertising clauses need to be removed
63592              From: Russ Allbery <rra@stanford.edu>
63593              Date: 13 Sep 2000 18:50:26 -0700
63594              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
63595      Branch: perl
63596            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
63597 ____________________________________________________________________________
63598 [  7073] By: jhi                                   on 2000/09/14  14:28:20
63599         Log: Subject: [PATCH] de-wall t/README
63600              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
63601              Date: Wed, 13 Sep 2000 17:46:55 -0700
63602              Message-ID: <//Bw5gzkge/e092yn@efn.org>
63603      Branch: perl
63604            ! t/README
63605 ____________________________________________________________________________
63606 [  7072] By: jhi                                   on 2000/09/14  14:25:10
63607         Log: Hints optimization.
63608              
63609              Subject: Minor nit
63610              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
63611              Date: Wed, 13 Sep 2000 21:42:07 +0200
63612              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
63613      Branch: perl
63614            ! hints/hpux.sh
63615 ____________________________________________________________________________
63616 [  7071] By: jhi                                   on 2000/09/14  14:23:30
63617         Log: Allow chop() and chomp() to be overridden.
63618              
63619              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
63620              From: "Casey R. Tweten" <crt@kiski.net>
63621              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
63622              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
63623      Branch: perl
63624            ! toke.c
63625 ____________________________________________________________________________
63626 [  7070] By: jhi                                   on 2000/09/14  14:20:36
63627         Log: The return value of setlocale must be copied away.
63628              
63629              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
63630              From: Alan Burlison <Alan.Burlison@uk.sun.com>
63631              Date: Wed, 13 Sep 2000 16:27:37 +0100 
63632              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
63633      Branch: perl
63634            ! util.c
63635 ____________________________________________________________________________
63636 [  7069] By: jhi                                   on 2000/09/14  14:16:27
63637         Log: Remove vestiges of tr//CU.
63638              
63639              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
63640              From: Nick Clark <nick@plum.flirble.org>
63641              Date: Tue, 12 Sep 2000 22:50:14 +0100
63642              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
63643              
63644              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
63645              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
63646              Date: Tue, 12 Sep 2000 21:38:48 -0700
63647              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
63648      Branch: perl
63649            ! op.h pod/perlunicode.pod
63650 ____________________________________________________________________________
63651 [  7068] By: jhi                                   on 2000/09/13  14:18:39
63652         Log: Add the Encode extension.  The code is still largely just skeleton.
63653      Branch: perl
63654            + ext/Encode/Encode.pm ext/Encode/Encode.xs
63655            + ext/Encode/Makefile.PL ext/Encode/Todo
63656            ! MANIFEST Todo-5.6
63657 ____________________________________________________________________________
63658 [  7067] By: jhi                                   on 2000/09/12  17:43:33
63659         Log: Allow for whitespace between "#" and "line" in cpp output.
63660              
63661              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
63662              From: Calle Dybedahl <calle@lysator.liu.se>
63663              Date: 12 Sep 2000 19:38:02 +0200 
63664              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
63665      Branch: perl
63666            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
63667 ____________________________________________________________________________
63668 [  7066] By: gsar                                  on 2000/09/12  17:24:29
63669         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
63670              initialization in all the threads on Windows
63671      Branch: perl
63672            ! win32/win32.c
63673 ____________________________________________________________________________
63674 [  7065] By: jhi                                   on 2000/09/12  15:11:31
63675         Log: Update Changes.
63676      Branch: perl
63677            ! Changes patchlevel.h
63678 ____________________________________________________________________________
63679 [  7064] By: jhi                                   on 2000/09/12  14:54:54
63680         Log: Retract #7062, the pod tests are not ready.
63681      Branch: perl
63682            ! t/TEST t/harness
63683 ____________________________________________________________________________
63684 [  7063] By: jhi                                   on 2000/09/12  14:25:41
63685         Log: The #7054 truncated Configure badly.
63686      Branch: metaconfig/U/perl
63687            ! End.U
63688      Branch: perl
63689            ! Configure config_h.SH
63690 ____________________________________________________________________________
63691 [  7062] By: jhi                                   on 2000/09/12  14:08:32
63692         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
63693              From: sthoenna@efn.org
63694              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
63695              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
63696      Branch: perl
63697            ! t/TEST t/harness
63698 ____________________________________________________________________________
63699 [  7061] By: jhi                                   on 2000/09/12  14:07:18
63700         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
63701              From: sthoenna@efn.org
63702              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
63703              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
63704      Branch: perl
63705            ! pod/perlxs.pod
63706 ____________________________________________________________________________
63707 [  7060] By: jhi                                   on 2000/09/12  14:06:08
63708         Log: Break up the myconfig lines a bit.
63709              
63710              Subject: perlbug/perl -V output format
63711              From: sthoenna@efn.org
63712              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
63713              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
63714      Branch: perl
63715            ! myconfig.SH
63716 ____________________________________________________________________________
63717 [  7059] By: jhi                                   on 2000/09/12  14:05:04
63718         Log: Test for the #7049.
63719              
63720              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
63721              From: andreas.koenig@anima.de (Andreas J. Koenig)
63722              Date: 12 Sep 2000 06:42:01 +0200
63723              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
63724      Branch: perl
63725            ! t/op/my.t
63726 ____________________________________________________________________________
63727 [  7058] By: jhi                                   on 2000/09/12  14:03:05
63728         Log: Subject: [patch: perl@7045] vms updates
63729              From: Peter Prymmer <pvhp@forte.com>
63730              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
63731              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
63732      Branch: perl
63733            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
63734 ____________________________________________________________________________
63735 [  7057] By: jhi                                   on 2000/09/12  14:00:51
63736         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
63737              From: sthoenna@efn.org
63738              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
63739              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
63740      Branch: perl
63741            ! t/op/64bitint.t
63742 ____________________________________________________________________________
63743 [  7056] By: jhi                                   on 2000/09/12  13:58:14
63744         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
63745              From: Jeff Pinyan <jeffp@crusoe.net>
63746              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
63747              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
63748      Branch: perl
63749            ! pod/perlfunc.pod
63750 ____________________________________________________________________________
63751 [  7055] By: jhi                                   on 2000/09/12  13:56:32
63752         Log: Do in VMS as the #7054 does.
63753      Branch: perl
63754            ! configure.com
63755 ____________________________________________________________________________
63756 [  7054] By: jhi                                   on 2000/09/12  13:50:31
63757         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
63758              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
63759              Date: Mon, 11 Sep 2000 08:33:09 +0100
63760              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
63761      Branch: metaconfig/U/perl
63762            ! End.U
63763      Branch: perl
63764            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
63765            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
63766 ____________________________________________________________________________
63767 [  7053] By: jhi                                   on 2000/09/12  13:29:19
63768         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
63769              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
63770              Date:     Tue, 12 Sep 2000 08:35:59 EDT
63771              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
63772      Branch: perl
63773            ! vms/test.com
63774 ____________________________________________________________________________
63775 [  7052] By: jhi                                   on 2000/09/11  23:01:50
63776         Log: Document the SvUTF8*().
63777      Branch: perl
63778            ! pod/perlapi.pod sv.h
63779 ____________________________________________________________________________
63780 [  7051] By: gsar                                  on 2000/09/11  14:46:30
63781         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
63782              (missed a spot when fixing up op_pmreplroot hack for ithreads)
63783      Branch: perl
63784            ! op.c t/op/split.t
63785 ____________________________________________________________________________
63786 [  7050] By: nick                                  on 2000/09/11  10:03:51
63787         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
63788              
63789              Subject: borland C++ win32.c tweak
63790              From: Vadim Konovalov <vkonovalov@lucent.com>
63791              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
63792              Date: Mon, 11 Sep 2000 11:22:33 +0400
63793      Branch: perl
63794            ! win32/win32.c
63795 ____________________________________________________________________________
63796 [  7049] By: nick                                  on 2000/09/11  09:57:33
63797         Log: Point fix for s/// on foreach (keys %xxx).
63798      Branch: perl
63799            ! pp_hot.c
63800 ____________________________________________________________________________
63801 [  7048] By: jhi                                   on 2000/09/10  23:37:09
63802         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
63803              by Pod::Text, from Brad Appleton.
63804      Branch: perl
63805            ! t/pod/testp2pt.pl
63806 ____________________________________________________________________________
63807 [  7047] By: jhi                                   on 2000/09/10  14:32:53
63808         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
63809              by Russ Allbery.
63810      Branch: perl
63811            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
63812 ____________________________________________________________________________
63813 [  7046] By: jhi                                   on 2000/09/10  14:15:08
63814         Log: Upgrade to CPAN 1.57_65, from Andreas König.
63815      Branch: perl
63816            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
63817 ____________________________________________________________________________
63818 [  7045] By: jhi                                   on 2000/09/08  21:36:32
63819         Log: Update Changes.
63820      Branch: perl
63821            ! Changes patchlevel.h
63822 ____________________________________________________________________________
63823 [  7044] By: jhi                                   on 2000/09/08  21:29:56
63824         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
63825              From: Peter Prymmer <pvhp@forte.com>
63826              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
63827              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
63828      Branch: perl
63829            ! configure.com
63830 ____________________________________________________________________________
63831 [  7043] By: jhi                                   on 2000/09/08  21:27:50
63832         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
63833              From: Peter Prymmer <pvhp@forte.com>
63834              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
63835              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
63836      Branch: perl
63837            ! Makefile.SH installperl
63838 ____________________________________________________________________________
63839 [  7042] By: jhi                                   on 2000/09/08  21:23:21
63840         Log: Continue #7041.
63841      Branch: perl
63842            ! cygwin/Makefile.SHs os2/Makefile.SHs
63843 ____________________________________________________________________________
63844 [  7041] By: jhi                                   on 2000/09/08  21:18:10
63845         Log: Do away with memory models cruft.  Sorry, PDP users.
63846      Branch: metaconfig
63847            ! U/modified/cc.U U/modified/libpth.U
63848      Branch: perl
63849            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
63850            ! Porting/config_H cflags.SH config_h.SH configure.com
63851            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
63852            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
63853            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
63854 ____________________________________________________________________________
63855 [  7040] By: jhi                                   on 2000/09/08  14:34:18
63856         Log: Major rewrite of s2p.  And I mean really major, it is
63857              an implementation of sed in perl.  If called as s2p it
63858              will function as s2p.  Note: needs non-UNIXifying.
63859              
63860              Subject: s2p
63861              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
63862              Date: Mon, 28 Aug 2000 14:05:12 +0200
63863              Message-ID: <39AA5578.2102E2AA@alcatel.at>
63864      Branch: perl
63865            ! x2p/s2p.PL
63866 ____________________________________________________________________________
63867 [  7039] By: jhi                                   on 2000/09/08  14:19:49
63868         Log: Re-allow vec() for characters > 255.
63869              
63870              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
63871              From: Spider Boardman <spider@web.zk3.dec.com>
63872              Date: Fri, 08 Sep 2000 02:21:02 -0400
63873              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
63874      Branch: perl
63875            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
63876            ! t/op/vec.t
63877 ____________________________________________________________________________
63878 [  7038] By: jhi                                   on 2000/09/08  14:14:18
63879         Log: Subject: [PATCH lib/Benchmark.pm]
63880              From: <abigail@foad.org>
63881              Date: Thu, 7 Sep 2000 15:03:20 -0400
63882              Message-ID: <20000907190320.888.qmail@foad.org>
63883      Branch: perl
63884            ! lib/Benchmark.pm
63885 ____________________________________________________________________________
63886 [  7037] By: jhi                                   on 2000/09/08  14:11:06
63887         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
63888              
63889              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
63890              From: Spider Boardman <spider@web.zk3.dec.com>
63891              Date: Fri, 08 Sep 2000 01:30:27 -0400
63892              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
63893      Branch: perl
63894            ! op.c
63895 ____________________________________________________________________________
63896 [  7036] By: jhi                                   on 2000/09/08  14:08:58
63897         Log: Subject: [ID 20000908.002] perlipc documentation bug.
63898              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
63899              Date: Fri, 08 Sep 2000 12:38:32 +0200
63900              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
63901      Branch: perl
63902            ! pod/perlipc.pod
63903 ____________________________________________________________________________
63904 [  7035] By: jhi                                   on 2000/09/08  14:03:12
63905         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
63906              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
63907              Date: Fri, 08 Sep 2000 11:47:34 +0200
63908              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
63909      Branch: perl
63910            ! hints/dec_osf.sh
63911 ____________________________________________________________________________
63912 [  7034] By: jhi                                   on 2000/09/08  13:59:35
63913         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
63914              From: Simon Cozens <simon@cozens.net>
63915              Date: Thu, 7 Sep 2000 20:40:38 +0100
63916              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
63917      Branch: perl
63918            ! pp_hot.c
63919 ____________________________________________________________________________
63920 [  7033] By: jhi                                   on 2000/09/08  04:03:03
63921         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
63922              From: "Larry W. Virden" <lvirden@cas.org>
63923              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
63924              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
63925      Branch: perl
63926            ! pod/perldiag.pod
63927 ____________________________________________________________________________
63928 [  7032] By: jhi                                   on 2000/09/07  22:18:30
63929         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
63930              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
63931              Date: Mon, 04 Sep 2000 13:16:38 -0700
63932              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
63933      Branch: perl
63934            ! lib/perl5db.pl
63935 ____________________________________________________________________________
63936 [  7031] By: jhi                                   on 2000/09/07  22:02:29
63937         Log: Fix the ccversion detection for 5.1 and beyond.
63938              
63939              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
63940              From: Spider Boardman <spider@leggy.zk3.dec.com>
63941              Date: Thu, 7 Sep 2000 17:54:27 -0400
63942              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
63943      Branch: perl
63944            ! hints/dec_osf.sh
63945 ____________________________________________________________________________
63946 [  7030] By: jhi                                   on 2000/09/07  19:12:28
63947         Log: Fix for
63948              
63949              Subject: [ID 20000903.001] \w in utf8-strings
63950              From: Marc Lehmann <pcg@goof.com>
63951              Date: Sun, 03 Sep 2000 09:44:29 +0200
63952              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
63953              
63954              and various related nits.
63955      Branch: perl
63956            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
63957 ____________________________________________________________________________
63958 [  7029] By: jhi                                   on 2000/09/07  18:49:09
63959         Log: Fix the URL, but the server is still missing in action.
63960              
63961              Subject: [ID 20000905.002] perlfaq1.pod URL error
63962              From: "Larry W. Virden" <lvirden@cas.org>
63963              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
63964              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
63965      Branch: perl
63966            ! pod/perlfaq1.pod
63967 ____________________________________________________________________________
63968 [  7028] By: jhi                                   on 2000/09/07  18:47:13
63969         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
63970              From: Hugo <hv@crypt.compulink.co.uk>
63971              Date: Tue, 05 Sep 2000 14:13:37 +0100
63972              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
63973      Branch: perl
63974            ! toke.c
63975 ____________________________________________________________________________
63976 [  7027] By: jhi                                   on 2000/09/07  18:45:35
63977         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
63978              From: Daniel Chetlin <daniel@chetlin.com>
63979              Date: Tue, 5 Sep 2000 04:57:07 -0700
63980              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
63981      Branch: perl
63982            ! pod/perlfaq6.pod pod/perlop.pod
63983 ____________________________________________________________________________
63984 [  7026] By: jhi                                   on 2000/09/07  18:44:01
63985         Log: Document the new ref() semantics.
63986              
63987              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
63988              From: Gisle Aas <gisle@ActiveState.com>
63989              Date: 05 Sep 2000 08:10:30 +0200
63990              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
63991      Branch: perl
63992            ! pod/perldelta.pod
63993 ____________________________________________________________________________
63994 [  7025] By: jhi                                   on 2000/09/07  18:42:27
63995         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
63996              
63997              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
63998              From: Gisle Aas <gisle@ActiveState.com>
63999              Date: 05 Sep 2000 08:11:40 +0200
64000              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
64001      Branch: perl
64002            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
64003 ____________________________________________________________________________
64004 [  7024] By: jhi                                   on 2000/09/07  18:39:32
64005         Log: Subject: [PATCH] Modernize Opcode.pm documentation
64006              From: Gisle Aas <gisle@ActiveState.com>
64007              Date: 4 Sep 2000 00:18:55 -0000
64008              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
64009      Branch: perl
64010            ! ext/Opcode/Opcode.pm
64011 ____________________________________________________________________________
64012 [  7023] By: jhi                                   on 2000/09/07  18:37:42
64013         Log: Subject: [PATCH] Tied filehandle documentation
64014              From: Gisle Aas <gisle@ActiveState.com>
64015              Date: 4 Sep 2000 00:14:40 -0000
64016              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
64017      Branch: perl
64018            ! pod/perlfunc.pod pod/perltie.pod
64019 ____________________________________________________________________________
64020 [  7022] By: jhi                                   on 2000/09/07  18:35:37
64021         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
64022              From: Gisle Aas <gisle@ActiveState.com>
64023              Date: 4 Sep 2000 00:04:22 -0000
64024              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
64025      Branch: perl
64026            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
64027 ____________________________________________________________________________
64028 [  7021] By: jhi                                   on 2000/09/07  18:33:22
64029         Log: Subject: small apidoc fix
64030              From: Marc Lehmann <pcg@goof.com>
64031              Date: Sun, 3 Sep 2000 05:12:06 +0200
64032              Message-ID: <20000903051206.A5909@cerebro.laendle>
64033      Branch: perl
64034            ! pod/perlapi.pod utf8.c
64035 ____________________________________________________________________________
64036 [  7020] By: jhi                                   on 2000/09/07  16:14:57
64037         Log: Tiny perldelta nits.
64038      Branch: perl
64039            ! pod/perldelta.pod
64040 ____________________________________________________________________________
64041 [  7019] By: jhi                                   on 2000/09/07  16:04:20
64042         Log: Guard against bad string->int conversion for quads.
64043      Branch: perl
64044            ! t/op/64bitint.t
64045 ____________________________________________________________________________
64046 [  7018] By: jhi                                   on 2000/09/06  17:07:03
64047         Log: Update Unicode todo list.
64048      Branch: perl
64049            ! Todo-5.6
64050 ____________________________________________________________________________
64051 [  7017] By: jhi                                   on 2000/09/05  21:16:01
64052         Log: Document the SvIOK_.*UV().
64053      Branch: perl
64054            ! pod/perlapi.pod sv.h
64055 ____________________________________________________________________________
64056 [  7016] By: nick                                  on 2000/09/03  21:54:46
64057         Log: Hash lookup of constant strings optimization:
64058              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
64059              to string table (as per sharepvn). Add newSV_pvn_share to create such
64060              a thing. Make hv.c compare addresses of strings and skip string compare
64061              if equal. Make method_named and helem ops use these shared-string SVs
64062              when arg is constant. Make keys op return shared-string SVs (less clearly
64063              a win).
64064      Branch: perl
64065            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
64066            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
64067            ! pod/perlintern.pod pp_hot.c proto.h sv.c
64068 ____________________________________________________________________________
64069 [  7015] By: jhi                                   on 2000/09/02  17:48:59
64070         Log: This is 5.7.0.
64071      Branch: perl
64072            ! Changes
64073 ____________________________________________________________________________
64074 [  7014] By: jhi                                   on 2000/09/02  17:35:45
64075         Log: Changes and patchlevel tweaks.
64076      Branch: perl
64077            ! Changes patchlevel.h
64078 ____________________________________________________________________________
64079 [  7013] By: jhi                                   on 2000/09/02  17:30:50
64080         Log: Update Changes.
64081      Branch: perl
64082            ! Changes patchlevel.h
64083 ____________________________________________________________________________
64084 [  7012] By: nick                                  on 2000/09/02  17:25:20
64085         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
64086      Branch: perl
64087            ! gv.c lib/overload.pm
64088 ____________________________________________________________________________
64089 [  7011] By: jhi                                   on 2000/09/02  17:16:25
64090         Log: Update perlhist.
64091      Branch: perl
64092            ! pod/perlhist.pod
64093 ____________________________________________________________________________
64094 [  7010] By: jhi                                   on 2000/09/02  17:01:35
64095         Log: perldelta nits.
64096      Branch: perl
64097            ! pod/perldelta.pod
64098 ____________________________________________________________________________
64099 [  7009] By: nick                                  on 2000/09/02  16:48:35
64100         Log: If overloaded %{} etc. return the object do not loop.
64101              Thus  sub deref { $_[0] } functions if object is wanted type.
64102      Branch: perl
64103            ! pp.h
64104 ____________________________________________________________________________
64105 [  7008] By: jhi                                   on 2000/09/02  16:26:11
64106         Log: Retab MANIFEST.
64107      Branch: perl
64108            ! ext/Storable/MANIFEST
64109 ____________________________________________________________________________
64110 [  7007] By: jhi                                   on 2000/09/02  16:23:02
64111         Log: Make certain cc is set before trying to run it.
64112      Branch: perl
64113            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
64114 ____________________________________________________________________________
64115 [  7006] By: jhi                                   on 2000/09/02  15:45:41
64116         Log: Unicode notes.
64117      Branch: perl
64118            ! pod/perldelta.pod
64119 ____________________________________________________________________________
64120 [  7005] By: jhi                                   on 2000/09/02  15:42:11
64121         Log: Various Configure nits by Philip Newton,
64122              plus the ebcdic one by me.
64123      Branch: metaconfig
64124            + U/modified/pager.U
64125            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
64126      Branch: metaconfig/U/perl
64127            ! Devel.U quadfio.U
64128      Branch: perl
64129            ! Configure config_h.SH
64130 ____________________________________________________________________________
64131 [  7004] By: jhi                                   on 2000/09/02  15:06:14
64132         Log: Apparently avoiding the swapping is too costly.
64133              
64134              From: "Ben Tilly" <ben_tilly@hotmail.com>
64135              Subject: Re: the door is closed.
64136              Date: Fri, 01 Sep 2000 20:23:16 EDT
64137              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
64138      Branch: perl
64139            ! pod/perlfaq4.pod
64140 ____________________________________________________________________________
64141 [  7003] By: nick                                  on 2000/09/02  12:26:04
64142         Log: Undo part of change 6489 which looks like a bulk edit which
64143              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
64144              The supressing of main:: on return from select() is undesirable.
64145      Branch: perl
64146            ! pp_sys.c
64147 ____________________________________________________________________________
64148 [  7002] By: jhi                                   on 2000/09/01  23:08:54
64149         Log: Update Changes.
64150      Branch: perl
64151            ! Changes patchlevel.h
64152 ____________________________________________________________________________
64153 [  7001] By: jhi                                   on 2000/09/01  23:00:13
64154         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
64155              From: Peter Prymmer <pvhp@forte.com>
64156              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
64157              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
64158              
64159              plus rework the http: spots as suggested by Tom Christiansen,
64160              plus regen perltoc.
64161      Branch: perl
64162            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
64163            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
64164 ____________________________________________________________________________
64165 [  7000] By: jhi                                   on 2000/09/01  22:36:01
64166         Log: Only the first line, thank you very much.
64167      Branch: perl
64168            ! hints/solaris_2.sh
64169 ____________________________________________________________________________
64170 [  6999] By: gsar                                  on 2000/09/01  22:16:40
64171         Log: change#6791 accidentally clobbered change#6710, put it back
64172      Branch: perl
64173            ! win32/win32.c
64174 ____________________________________________________________________________
64175 [  6998] By: jhi                                   on 2000/09/01  22:14:16
64176         Log: Mention the HP-UX LP64 freak failure.
64177      Branch: perl
64178            ! pod/perldelta.pod
64179 ____________________________________________________________________________
64180 [  6997] By: jhi                                   on 2000/09/01  21:48:32
64181         Log: Detypo.
64182      Branch: perl
64183            ! hints/hpux.sh
64184 ____________________________________________________________________________
64185 [  6996] By: jhi                                   on 2000/09/01  21:27:10
64186         Log: Update Changes.
64187      Branch: perl
64188            ! Changes patchlevel.h
64189 ____________________________________________________________________________
64190 [  6995] By: jhi                                   on 2000/09/01  21:14:24
64191         Log: Mi splgn s gnin.g
64192      Branch: perl
64193            ! pp_ctl.c
64194 ____________________________________________________________________________
64195 [  6994] By: jhi                                   on 2000/09/01  21:09:54
64196         Log: Subject: http:// in L<>
64197              From: Nicholas Clark <nick@ccl4.org>
64198              Date: Fri, 1 Sep 2000 22:03:21 +0100
64199              Message-ID: <20000901220321.B72074@plum.flirble.org>
64200      Branch: perl
64201            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
64202 ____________________________________________________________________________
64203 [  6993] By: jhi                                   on 2000/09/01  21:06:54
64204         Log: Update to Storable 1.0, from Raphael Manfredi.
64205      Branch: perl
64206            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
64207            ! ext/Storable/Makefile.PL ext/Storable/README
64208            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
64209            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
64210            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
64211            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
64212            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
64213            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
64214 ____________________________________________________________________________
64215 [  6992] By: jhi                                   on 2000/09/01  20:43:05
64216         Log: Mention known sfio+linux buglet.
64217      Branch: perl
64218            ! pod/perldelta.pod
64219 ____________________________________________________________________________
64220 [  6991] By: jhi                                   on 2000/09/01  20:40:11
64221         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
64222              From: Peter Prymmer <pvhp@forte.com>
64223              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
64224              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
64225      Branch: perl
64226            ! vms/vms.c
64227 ____________________________________________________________________________
64228 [  6990] By: jhi                                   on 2000/09/01  20:25:26
64229         Log: Retract #6986.
64230      Branch: perl
64231            ! hints/solaris_2.sh
64232 ____________________________________________________________________________
64233 [  6989] By: jhi                                   on 2000/09/01  20:23:00
64234         Log: Mergesort is back.
64235      Branch: perl
64236            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
64237 ____________________________________________________________________________
64238 [  6988] By: jhi                                   on 2000/09/01  19:37:40
64239         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
64240              From: Mike Guy <mjtg@cam.ac.uk>
64241              Date: Fri, 01 Sep 2000 17:43:33 +0100
64242              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
64243      Branch: perl
64244            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
64245            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
64246 ____________________________________________________________________________
64247 [  6987] By: jhi                                   on 2000/09/01  19:17:10
64248         Log: Regen perltoc.
64249      Branch: perl
64250            ! pod/perltoc.pod
64251 ____________________________________________________________________________
64252 [  6986] By: jhi                                   on 2000/09/01  18:51:10
64253         Log: Subject: Re: Solaris x86 has no SPARC libraries!
64254              From: Lupe Christoph <lupe@lupe-christoph.de>
64255              Date: Fri, 1 Sep 2000 20:41:20 +0200
64256              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
64257      Branch: perl
64258            ! hints/solaris_2.sh
64259 ____________________________________________________________________________
64260 [  6985] By: jhi                                   on 2000/09/01  18:28:10
64261         Log: Update Changes.
64262      Branch: perl
64263            ! Changes patchlevel.h
64264 ____________________________________________________________________________
64265 [  6984] By: jhi                                   on 2000/09/01  18:26:53
64266         Log: Feature ordering tweak.
64267      Branch: perl
64268            ! myconfig.SH
64269 ____________________________________________________________________________
64270 [  6983] By: jhi                                   on 2000/09/01  18:19:50
64271         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
64272              From: <abigail@foad.org>
64273              Date: Fri, 1 Sep 2000 13:07:32 -0400
64274              Message-ID: <20000901170732.18249.qmail@foad.org>
64275      Branch: perl
64276            ! t/pragma/overload.t
64277 ____________________________________________________________________________
64278 [  6982] By: jhi                                   on 2000/09/01  18:17:54
64279         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
64280              so that case-ignoring systems like DCL can tell them from
64281              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
64282      Branch: metaconfig/U/perl
64283            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
64284      Branch: perl
64285            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64286            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
64287            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
64288            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
64289            ! vos/config.def vos/config.h vos/config_h.SH_orig
64290            ! win32/config.bc win32/config.gc win32/config.vc
64291 ____________________________________________________________________________
64292 [  6981] By: nick                                  on 2000/09/01  17:21:57
64293         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
64294              warning when UNTIE exists and instead pass the count of extra references to
64295              the UNTIE method.
64296      Branch: perl
64297            ! pod/perltie.pod pp_sys.c
64298 ____________________________________________________________________________
64299 [  6980] By: jhi                                   on 2000/09/01  16:54:44
64300         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
64301              From: Peter Prymmer <pvhp@forte.com>
64302              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
64303              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
64304      Branch: perl
64305            ! configure.com
64306 ____________________________________________________________________________
64307 [  6979] By: jhi                                   on 2000/09/01  16:06:20
64308         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
64309              From: Mike Guy <mjtg@cam.ac.uk> 
64310              Date: Fri, 01 Sep 2000 16:49:27 +0100
64311              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
64312      Branch: perl
64313            ! t/base/rs.t
64314 ____________________________________________________________________________
64315 [  6978] By: jhi                                   on 2000/09/01  16:00:42
64316         Log: Update to PodParser 1.18, from Brad Appleton.
64317      Branch: perl
64318            ! lib/Pod/Checker.pm t/pod/find.t
64319 ____________________________________________________________________________
64320 [  6977] By: jhi                                   on 2000/09/01  14:48:58
64321         Log: Subject: Nit in Configure (bleadperl@6961)
64322              From: Lupe Christoph <lupe@lupe-christoph.de>
64323              Date: Fri, 1 Sep 2000 16:34:29 +0200
64324              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
64325      Branch: metaconfig
64326            ! U/compline/ccflags.U
64327      Branch: perl
64328            ! Configure config_h.SH
64329 ____________________________________________________________________________
64330 [  6976] By: jhi                                   on 2000/09/01  14:39:52
64331         Log: Update Changes.
64332      Branch: perl
64333            ! Changes patchlevel.h
64334 ____________________________________________________________________________
64335 [  6975] By: jhi                                   on 2000/09/01  14:37:36
64336         Log: microperl config update.
64337      Branch: perl
64338            ! uconfig.h uconfig.sh
64339 ____________________________________________________________________________
64340 [  6974] By: jhi                                   on 2000/09/01  14:36:53
64341         Log: Document known deficiencies.
64342      Branch: perl
64343            ! pod/perldelta.pod
64344 ____________________________________________________________________________
64345 [  6973] By: jhi                                   on 2000/09/01  14:10:20
64346         Log: Mention warnings fixes and updates.
64347      Branch: perl
64348            ! pod/perldelta.pod
64349 ____________________________________________________________________________
64350 [  6972] By: jhi                                   on 2000/09/01  14:01:52
64351         Log: Drop unused argument.
64352              
64353              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
64354              From: Spider Boardman <spider@web.zk3.dec.com>
64355              Date: Thu, 31 Aug 2000 16:10:15 -0400
64356              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
64357      Branch: perl
64358            ! toke.c
64359 ____________________________________________________________________________
64360 [  6971] By: jhi                                   on 2000/09/01  13:59:24
64361         Log: Add the overload warnings to perldiag.
64362      Branch: perl
64363            ! lib/overload.pm pod/perldiag.pod
64364 ____________________________________________________________________________
64365 [  6970] By: jhi                                   on 2000/09/01  13:55:10
64366         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
64367              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
64368              Date: Fri, 1 Sep 2000 13:43:15 +0100 
64369              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
64370      Branch: perl
64371            ! lib/overload.pm t/pragma/overload.t
64372 ____________________________________________________________________________
64373 [  6969] By: jhi                                   on 2000/09/01  13:52:27
64374         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
64375              From: <abigail@foad.org>
64376              Date: Fri, 1 Sep 2000 05:46:54 -0400
64377              Message-ID: <20000901094654.6476.qmail@foad.org>
64378      Branch: perl
64379            ! lib/overload.pm
64380 ____________________________________________________________________________
64381 [  6968] By: jhi                                   on 2000/09/01  13:50:05
64382         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
64383              From: Daniel Chetlin <daniel@chetlin.com>
64384              Date: Fri, 1 Sep 2000 02:10:55 -0700
64385              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
64386      Branch: perl
64387            ! pod/perlretut.pod
64388 ____________________________________________________________________________
64389 [  6967] By: jhi                                   on 2000/09/01  13:47:54
64390         Log: Part of the solution.
64391              
64392              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
64393              From: Mike Guy <mjtg@cam.ac.uk>
64394              Date: Fri, 01 Sep 2000 14:16:01 +0100
64395              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
64396      Branch: perl
64397            ! gv.c mg.c
64398 ____________________________________________________________________________
64399 [  6966] By: jhi                                   on 2000/09/01  13:46:17
64400         Log: Subject: CPAN.pm beta 1.57_57 for the core
64401              From: andreas.koenig@anima.de (Andreas J. Koenig)
64402              Date: 01 Sep 2000 15:16:31 +0200
64403              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
64404      Branch: perl
64405            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
64406 ____________________________________________________________________________
64407 [  6965] By: jhi                                   on 2000/09/01  13:43:18
64408         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
64409              From: "Craig A. Berry" <craig.berry@psinetcs.com>
64410              Date: Fri, 01 Sep 2000 01:47:22 -0500
64411              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
64412      Branch: perl
64413            ! pod/perldelta.pod vms/vms.c
64414 ____________________________________________________________________________
64415 [  6964] By: jhi                                   on 2000/09/01  13:35:35
64416         Log: File::Temp patches from Andreas König,
64417              
64418              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
64419              From: andreas.koenig@anima.de (Andreas J. Koenig)
64420              Date: 01 Sep 2000 10:07:20 +0200
64421              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
64422              
64423              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
64424              From: andreas.koenig@anima.de (Andreas J. Koenig)
64425              Date: 31 Aug 2000 23:26:08 +0200
64426              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
64427      Branch: perl
64428            ! lib/File/Temp.pm t/lib/ftmp-security.t
64429 ____________________________________________________________________________
64430 [  6963] By: jhi                                   on 2000/09/01  02:22:24
64431         Log: Retract the mergesort code, way too incompatible licensing
64432              and copyrights.
64433      Branch: perl
64434            ! pod/perldelta.pod pp_ctl.c
64435 ____________________________________________________________________________
64436 [  6962] By: jhi                                   on 2000/08/31  23:27:32
64437         Log: Update Changes.
64438      Branch: perl
64439            ! Changes patchlevel.h
64440 ____________________________________________________________________________
64441 [  6961] By: jhi                                   on 2000/08/31  23:20:04
64442         Log: Small tweaks all over.
64443      Branch: metaconfig
64444            ! U/compline/d_gconvert.U
64445      Branch: perl
64446            ! AUTHORS Configure config_h.SH pp_ctl.c
64447 ____________________________________________________________________________
64448 [  6960] By: jhi                                   on 2000/08/31  22:39:36
64449         Log: Further rewording.
64450      Branch: perl
64451            ! pp_ctl.c
64452 ____________________________________________________________________________
64453 [  6959] By: jhi                                   on 2000/08/31  21:26:44
64454         Log: More address tweaking.
64455      Branch: perl
64456            ! AUTHORS Changes
64457 ____________________________________________________________________________
64458 [  6958] By: jhi                                   on 2000/08/31  20:47:25
64459         Log: AUTHORS tweaks, from Peter Prymmer.
64460              
64461              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
64462              From: Peter Prymmer <pvhp@forte.com>
64463              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
64464              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
64465      Branch: perl
64466            ! AUTHORS MAINTAIN
64467 ____________________________________________________________________________
64468 [  6957] By: jhi                                   on 2000/08/31  20:34:43
64469         Log: perldelta tweaks.
64470      Branch: perl
64471            ! pod/perldelta.pod
64472 ____________________________________________________________________________
64473 [  6956] By: jhi                                   on 2000/08/31  19:11:06
64474         Log: Regen perltoc.
64475      Branch: perl
64476            ! pod/perltoc.pod
64477 ____________________________________________________________________________
64478 [  6955] By: jhi                                   on 2000/08/31  19:06:30
64479         Log: Clarify the mergesort situation.
64480      Branch: perl
64481            ! pp_ctl.c
64482 ____________________________________________________________________________
64483 [  6954] By: jhi                                   on 2000/08/31  18:24:17
64484         Log: Move the Solaris 7 scan to use64bitall, make the
64485              failure to find 64-bot sparc libc to mention the
64486              possibility of being in an intel, from Lupe and Alan.
64487      Branch: perl
64488            ! hints/solaris_2.sh
64489 ____________________________________________________________________________
64490 [  6953] By: jhi                                   on 2000/08/31  18:09:20
64491         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
64492              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
64493      Branch: metaconfig
64494            ! U/compline/d_gconvert.U U/threads/archname.U
64495      Branch: metaconfig/U/perl
64496            ! perlxv.U
64497      Branch: perl
64498            ! Configure config_h.SH sv.c
64499 ____________________________________________________________________________
64500 [  6952] By: jhi                                   on 2000/08/31  17:42:24
64501         Log: :: not allowed in pathnames, change to .
64502              
64503              Subject: [PATCH perl@6938] cygwin port
64504              From: "Fifer, Eric" <EFifer@sanwaint.com>
64505              Date: Thu, 31 Aug 2000 16:32:59 +0100
64506              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
64507      Branch: metaconfig/U/perl
64508            ! perlxv.U
64509 ____________________________________________________________________________
64510 [  6951] By: jhi                                   on 2000/08/31  17:02:05
64511         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
64512      Branch: perl
64513            ! perl.h
64514 ____________________________________________________________________________
64515 [  6950] By: jhi                                   on 2000/08/31  16:26:08
64516         Log: More author updates.
64517              
64518              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
64519              From: Simon Cozens <simon@cozens.net>
64520              Date: Thu, 31 Aug 2000 17:13:32 +0100
64521              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
64522      Branch: perl
64523            ! AUTHORS
64524 ____________________________________________________________________________
64525 [  6949] By: jhi                                   on 2000/08/31  16:04:49
64526         Log: POSIX doesn't report long double values under -Duselongdouble
64527              when the long doubles are "real" (bigger than doubles).
64528              
64529              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
64530              From: Spider Boardman <spider@peano.zk3.dec.com>
64531              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
64532              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
64533      Branch: perl
64534            ! ext/POSIX/POSIX.xs
64535 ____________________________________________________________________________
64536 [  6948] By: jhi                                   on 2000/08/31  15:25:10
64537         Log: Update Changes.
64538      Branch: perl
64539            ! Changes patchlevel.h
64540 ____________________________________________________________________________
64541 [  6947] By: jhi                                   on 2000/08/31  15:22:29
64542         Log: Document UNTIE in a very minimalistic way.
64543      Branch: perl
64544            ! pod/perlfunc.pod pod/perltie.pod
64545 ____________________________________________________________________________
64546 [  6946] By: jhi                                   on 2000/08/31  15:15:23
64547         Log: Document known failures.
64548      Branch: perl
64549            ! pod/perldelta.pod
64550 ____________________________________________________________________________
64551 [  6945] By: jhi                                   on 2000/08/31  15:07:00
64552         Log: Don't attach -ld to the archname if pointless.
64553      Branch: metaconfig
64554            ! U/threads/archname.U
64555      Branch: perl
64556            ! Configure config_h.SH
64557 ____________________________________________________________________________
64558 [  6944] By: jhi                                   on 2000/08/31  14:37:42
64559         Log: Wrap the test in eval.
64560              
64561              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
64562              From: Tim Jenness <timj@jach.hawaii.edu>
64563              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
64564              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
64565      Branch: perl
64566            ! t/lib/ftmp-security.t
64567 ____________________________________________________________________________
64568 [  6943] By: jhi                                   on 2000/08/31  14:30:57
64569         Log: Make -Dusemorebits find long doubles in Solaris.
64570      Branch: perl
64571            ! hints/solaris_2.sh
64572 ____________________________________________________________________________
64573 [  6942] By: jhi                                   on 2000/08/31  13:48:45
64574         Log: Clarify the third case of ftmp-security warnings.
64575      Branch: perl
64576            ! INSTALL
64577 ____________________________________________________________________________
64578 [  6941] By: jhi                                   on 2000/08/31  13:40:31
64579         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
64580              From: <abigail@foad.org>
64581              Date: Thu, 31 Aug 2000 01:35:05 -0400
64582              Message-ID: <20000831053505.32120.qmail@foad.org>
64583      Branch: perl
64584            ! pod/perldelta.pod
64585 ____________________________________________________________________________
64586 [  6940] By: jhi                                   on 2000/08/31  13:38:48
64587         Log: Issue useful diagnostic on unknown pod commands.
64588              
64589              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
64590              From: <abigail@foad.org>
64591              Date: Thu, 31 Aug 2000 03:41:18 -0400
64592              Message-ID: <20000831074118.24880.qmail@foad.org>
64593      Branch: perl
64594            ! lib/Pod/Man.pm
64595 ____________________________________________________________________________
64596 [  6939] By: jhi                                   on 2000/08/31  13:34:33
64597         Log: Reveal Borland's isnan.
64598              
64599              Subject: build with BC++ tweak
64600              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
64601              Date: Thu, 31 Aug 2000 13:09:37 +0400
64602              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
64603      Branch: perl
64604            ! win32/win32.h
64605 ____________________________________________________________________________
64606 [  6938] By: jhi                                   on 2000/08/31  05:01:20
64607         Log: Update Changes.
64608      Branch: perl
64609            ! Changes patchlevel.h
64610 ____________________________________________________________________________
64611 [  6937] By: jhi                                   on 2000/08/31  04:26:23
64612         Log: sscanf() may be the only way to read long doubles from strings.
64613      Branch: metaconfig/U/perl
64614            ! longdblfio.U
64615      Branch: perl
64616            ! Configure config_h.SH perl.h util.c
64617 ____________________________________________________________________________
64618 [  6936] By: jhi                                   on 2000/08/31  04:18:19
64619         Log: The #6929 was too skimpy.
64620      Branch: perl
64621            ! sv.c
64622 ____________________________________________________________________________
64623 [  6935] By: jhi                                   on 2000/08/31  02:47:07
64624         Log: Subject: Re: typos in pods
64625              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
64626              Date: Wed, 30 Aug 2000 19:25:34 -0700
64627              Message-ID: <eIcr5gzkg25X092yn@efn.org>
64628      Branch: perl
64629            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
64630 ____________________________________________________________________________
64631 [  6934] By: jhi                                   on 2000/08/31  02:42:55
64632         Log: Missed one Unicode file.
64633      Branch: perl
64634            + lib/unicode/UCDFF301.html
64635 ____________________________________________________________________________
64636 [  6933] By: jhi                                   on 2000/08/30  23:42:27
64637         Log: Update Changes.
64638      Branch: perl
64639            ! Changes patchlevel.h
64640 ____________________________________________________________________________
64641 [  6932] By: jhi                                   on 2000/08/30  23:40:07
64642         Log: Mention UNTIE in perldelta.  Still needs documenting
64643              in perltie et alia.
64644      Branch: perl
64645            ! pod/perldelta.pod
64646 ____________________________________________________________________________
64647 [  6931] By: jhi                                   on 2000/08/30  23:36:02
64648         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
64649              From: <abigail@foad.org>
64650              Date: Wed, 30 Aug 2000 19:28:07 -0400
64651              Message-ID: <20000830232807.305.qmail@foad.org>
64652      Branch: perl
64653            ! pod/perldelta.pod
64654 ____________________________________________________________________________
64655 [  6930] By: jhi                                   on 2000/08/30  23:32:40
64656         Log: Update to Unicode 3.0.1.
64657      Branch: perl
64658            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
64659            + lib/unicode/PropList.txt lib/unicode/README.perl
64660            + lib/unicode/UCD301.html lib/unicode/Unicode.301
64661            - lib/unicode/Props.txt lib/unicode/UCD300.html
64662            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
64663            ! (edit 257 files)
64664 ____________________________________________________________________________
64665 [  6929] By: jhi                                   on 2000/08/30  22:38:18
64666         Log: Heap decorruption.
64667              
64668              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
64669              From: Alan Burlison <Alan.Burlison@uk.sun.com>
64670              Date: Wed, 30 Aug 2000 22:39:52 +0100
64671              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
64672      Branch: perl
64673            ! sv.c
64674 ____________________________________________________________________________
64675 [  6928] By: jhi                                   on 2000/08/30  22:29:34
64676         Log: Retract the dummy test, skip the security tests (instead of failing),
64677              explain what the warnings mean.
64678      Branch: perl
64679            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
64680 ____________________________________________________________________________
64681 [  6927] By: jhi                                   on 2000/08/30  22:14:13
64682         Log: Change the internal implementation of sort() to be mergesort
64683              instead of quicksort, from John Linderman <jpl@research.att.com>.
64684              Gives us better worst case, better average case, and stability.
64685              What's there not to like?  (Small fixes for threaded builds
64686              were required).
64687      Branch: perl
64688            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
64689 ____________________________________________________________________________
64690 [  6926] By: jhi                                   on 2000/08/30  20:55:20
64691         Log: A better fix for the Socket building problem from Craig Berry.
64692      Branch: perl
64693            ! vms/vms.c
64694 ____________________________________________________________________________
64695 [  6925] By: jhi                                   on 2000/08/30  20:20:25
64696         Log: Subject: [PATCH] Re: UNTIE method 
64697              From: Nick Ing-Simmons <nik@tiuk.ti.com>
64698              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
64699              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
64700      Branch: perl
64701            ! pp_sys.c t/op/tie.t
64702 ____________________________________________________________________________
64703 [  6924] By: jhi                                   on 2000/08/30  20:17:11
64704         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
64705              From: "Craig A. Berry" <craig.berry@psinetcs.com>
64706              Date: Wed, 30 Aug 2000 15:03:14 -0500
64707              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
64708      Branch: perl
64709            ! vms/vms.c
64710 ____________________________________________________________________________
64711 [  6923] By: jhi                                   on 2000/08/30  20:15:18
64712         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
64713              From: "Craig A. Berry" <craig.berry@psinetcs.com>
64714              Date: Wed, 30 Aug 2000 13:30:36 -0500
64715              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
64716      Branch: perl
64717            ! vms/vms.c
64718 ____________________________________________________________________________
64719 [  6922] By: jhi                                   on 2000/08/30  19:54:43
64720         Log: Better options for rsync.
64721      Branch: perl
64722            ! pod/perlhack.pod
64723 ____________________________________________________________________________
64724 [  6921] By: jhi                                   on 2000/08/30  19:40:16
64725         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
64726              From: Rick Delaney <rick@consumercontact.com>
64727              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
64728              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
64729      Branch: perl
64730            ! pod/perlfunc.pod
64731 ____________________________________________________________________________
64732 [  6920] By: jhi                                   on 2000/08/30  19:36:40
64733         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
64734              From: Peter Prymmer <pvhp@forte.com>
64735              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
64736              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
64737      Branch: perl
64738            ! configure.com
64739 ____________________________________________________________________________
64740 [  6919] By: jhi                                   on 2000/08/30  14:52:02
64741         Log: Update Changes.
64742      Branch: perl
64743            ! Changes patchlevel.h
64744 ____________________________________________________________________________
64745 [  6918] By: jhi                                   on 2000/08/30  14:48:34
64746         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
64747      Branch: perl
64748            ! lib/ExtUtils/typemap
64749 ____________________________________________________________________________
64750 [  6917] By: jhi                                   on 2000/08/30  14:46:34
64751         Log: Subject: typos in pods
64752              From: Nicholas Clark <nick@ccl4.org>
64753              Date: Wed, 30 Aug 2000 01:12:50 +0100
64754              Message-ID: <20000830011249.A61388@plum.flirble.org>
64755      Branch: perl
64756            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
64757            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
64758            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
64759            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
64760 ____________________________________________________________________________
64761 [  6916] By: jhi                                   on 2000/08/30  14:19:09
64762         Log: Document Storable problems on Crays.  (Will have
64763              to document all the other Storable problems, too.)
64764      Branch: perl
64765            ! pod/perldelta.pod
64766 ____________________________________________________________________________
64767 [  6915] By: jhi                                   on 2000/08/30  14:06:02
64768         Log: Subject: [PATCH] fix misc cast warnings
64769              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
64770              Date: Tue, 29 Aug 2000 23:16:14 -0700
64771              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
64772      Branch: perl
64773            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
64774            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
64775            ! os2/os2ish.h
64776 ____________________________________________________________________________
64777 [  6914] By: jhi                                   on 2000/08/30  14:03:45
64778         Log: Timestamp mismatch again.  Need to fix this dependence on
64779              config_h.SH timestamp, since it's the contents of config_h.SH
64780              that matter.
64781      Branch: perl
64782            ! uconfig.h uconfig.sh
64783 ____________________________________________________________________________
64784 [  6913] By: jhi                                   on 2000/08/30  13:54:06
64785         Log: Don't say "Perl 5.0 source kit".
64786      Branch: perl
64787            ! perl.c
64788 ____________________________________________________________________________
64789 [  6912] By: jhi                                   on 2000/08/30  13:51:24
64790         Log: Reset archname and archname64 always, forcing them be
64791              recomputed at each Configure run, make Configure and
64792              the hints files agree on the naming of largefiles variables.
64793      Branch: metaconfig
64794            ! U/threads/archname.U
64795      Branch: metaconfig/U/perl
64796            ! use64bits.U
64797      Branch: perl
64798            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
64799            ! hints/linux.sh hints/solaris_2.sh
64800 ____________________________________________________________________________
64801 [  6911] By: jhi                                   on 2000/08/30  13:30:13
64802         Log: Put back the slice accidentally removed by #6907.
64803      Branch: perl
64804            ! hints/solaris_2.sh
64805 ____________________________________________________________________________
64806 [  6910] By: jhi                                   on 2000/08/30  01:24:26
64807         Log: Be consistent: other Net::get* do export theirs.
64808              
64809              Subject: Re: Net::protoent does not export 'getproto'
64810              From: Yasushi Nakajima <sey@jkc.co.jp>
64811              Date: Wed, 30 Aug 2000 09:53:14 +0900
64812              Message-Id: <200008300051.DAA24700@taku.hut.fi>
64813      Branch: perl
64814            ! lib/Net/protoent.pm
64815 ____________________________________________________________________________
64816 [  6909] By: jhi                                   on 2000/08/30  01:17:25
64817         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
64818              From: Gurusamy Sarathy <gsar@ActiveState.com>
64819              Date: Tue, 29 Aug 2000 17:17:07 -0700
64820              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
64821      Branch: perl
64822            ! cop.h
64823 ____________________________________________________________________________
64824 [  6908] By: jhi                                   on 2000/08/30  00:58:05
64825         Log: Update Changes.
64826      Branch: perl
64827            ! Changes patchlevel.h
64828 ____________________________________________________________________________
64829 [  6907] By: jhi                                   on 2000/08/30  00:57:22
64830         Log: Introduce ccname to keep track of what compiler kind of we have.
64831      Branch: metaconfig/U/perl
64832            ! Checkcc.U gccvers.U
64833      Branch: perl
64834            ! Configure config_h.SH hints/solaris_2.sh
64835 ____________________________________________________________________________
64836 [  6906] By: jhi                                   on 2000/08/30  00:25:47
64837         Log: Put back the flags dump as reasoned in
64838              
64839              Subject: Re: [PATCH] Glob dumping
64840              From: Mike Guy <mjtg@cam.ac.uk> 
64841              Date: Tue, 29 Aug 2000 21:41:32 +0100
64842              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
64843      Branch: perl
64844            ! dump.c t/lib/peek.t
64845 ____________________________________________________________________________
64846 [  6905] By: jhi                                   on 2000/08/30  00:16:17
64847         Log: Make the epsilon to be relative, not absolute.
64848              
64849              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
64850              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
64851              Date: Tue, 29 Aug 2000 19:58:56 -0400
64852              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
64853      Branch: perl
64854            ! t/lib/trig.t
64855 ____________________________________________________________________________
64856 [  6904] By: jhi                                   on 2000/08/30  00:13:09
64857         Log: From now on, Gisle is on my list of usual suspects :-)
64858              Retract #6902.
64859      Branch: perl
64860            ! ext/Opcode/Safe.pm
64861 ____________________________________________________________________________
64862 [  6903] By: jhi                                   on 2000/08/29  23:51:20
64863         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
64864              From: "Craig A. Berry" <craig.berry@psinetcs.com>
64865              Date: Tue, 29 Aug 2000 18:43:26 -0500
64866              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
64867      Branch: perl
64868            + vms/vmspipe.com
64869            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
64870            ! vms/vms.c
64871 ____________________________________________________________________________
64872 [  6902] By: jhi                                   on 2000/08/29  23:44:14
64873         Log: Retry what #6882 attempted.
64874              
64875              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
64876              From: Gisle Aas <gisle@ActiveState.com>
64877              Date: 30 Aug 2000 00:33:09 +0200
64878              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
64879      Branch: perl
64880            ! ext/Opcode/Safe.pm
64881 ____________________________________________________________________________
64882 [  6901] By: jhi                                   on 2000/08/29  22:59:32
64883         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
64884              From: Hugo <hv@crypt.compulink.co.uk>
64885              Date: Mon, 12 Jun 2000 19:36:08 +0100
64886              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
64887      Branch: perl
64888            ! sv.c
64889 ____________________________________________________________________________
64890 [  6900] By: jhi                                   on 2000/08/29  22:58:35
64891         Log: Admit that we are leaking scalars.
64892              
64893              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
64894              From: Spider Boardman <spider@leggy.zk3.dec.com>
64895              Date: Tue, 29 Aug 2000 18:48:29 -0400
64896              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
64897      Branch: perl
64898            ! t/pragma/warnings.t
64899 ____________________________________________________________________________
64900 [  6899] By: jhi                                   on 2000/08/29  20:53:13
64901         Log: Update Changes.
64902      Branch: perl
64903            ! Changes patchlevel.h
64904 ____________________________________________________________________________
64905 [  6898] By: jhi                                   on 2000/08/29  20:46:21
64906         Log: Undo namespace pollution of #6878.
64907              
64908              Subject: Re: Net::protoent does not export 'getproto'
64909              From: Mike Guy <mjtg@cam.ac.uk>
64910              Date: Tue, 29 Aug 2000 21:32:37 +0100
64911              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
64912      Branch: perl
64913            ! lib/Net/protoent.pm
64914 ____________________________________________________________________________
64915 [  6897] By: jhi                                   on 2000/08/29  20:44:29
64916         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
64917              From: Peter Prymmer <pvhp@forte.com>
64918              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
64919              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
64920      Branch: perl
64921            ! pod/perlebcdic.pod
64922 ____________________________________________________________________________
64923 [  6896] By: jhi                                   on 2000/08/29  20:40:57
64924         Log: There's no point repeating the 'revision' (5) of perl5.
64925      Branch: metaconfig/U/perl
64926            ! Devel.U patchlevel.U
64927      Branch: perl
64928            ! Configure config_h.SH
64929 ____________________________________________________________________________
64930 [  6895] By: jhi                                   on 2000/08/29  20:16:58
64931         Log: Regen Configure for #6894.
64932      Branch: metaconfig/U/perl
64933            ! perladmin.U
64934      Branch: perl
64935            ! Configure config_h.SH
64936 ____________________________________________________________________________
64937 [  6894] By: jhi                                   on 2000/08/29  19:59:52
64938         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
64939              From: "Philip Newton" <Philip.Newton@gmx.net>
64940              Date: Tue, 29 Aug 2000 21:39:14 +0200
64941              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
64942      Branch: perl
64943            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
64944            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
64945            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
64946            ! utils/perlbug.PL
64947 ____________________________________________________________________________
64948 [  6893] By: jhi                                   on 2000/08/29  19:55:30
64949         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
64950              From: "Philip Newton" <Philip.Newton@gmx.net>
64951              Date: Tue, 29 Aug 2000 21:39:14 +0200
64952              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
64953      Branch: perl
64954            ! installhtml
64955 ____________________________________________________________________________
64956 [  6892] By: jhi                                   on 2000/08/29  19:53:59
64957         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
64958              From: "Philip Newton" <Philip.Newton@gmx.net>
64959              Date: Tue, 29 Aug 2000 21:48:18 +0200
64960              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
64961      Branch: perl
64962            ! lib/File/Temp.pm
64963 ____________________________________________________________________________
64964 [  6891] By: jhi                                   on 2000/08/29  18:30:03
64965         Log: Nail the ID 20000828.023.
64966      Branch: perl
64967            ! ext/Storable/Storable.xs
64968 ____________________________________________________________________________
64969 [  6890] By: jhi                                   on 2000/08/29  16:50:17
64970         Log: Under usethreads the dumped variable is IN_PAD.
64971              
64972              Subject: Re: [PATCH] Glob dumping
64973              From: Gisle Aas <gisle@ActiveState.com>
64974              Date: 29 Aug 2000 18:45:05 +0200
64975              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
64976      Branch: perl
64977            ! t/lib/peek.t
64978 ____________________________________________________________________________
64979 [  6889] By: jhi                                   on 2000/08/29  15:17:37
64980         Log: Update Changes.
64981      Branch: perl
64982            ! Changes patchlevel.h
64983 ____________________________________________________________________________
64984 [  6888] By: jhi                                   on 2000/08/29  14:49:59
64985         Log: Retract #6882, broke the safe tests.
64986      Branch: perl
64987            ! ext/Opcode/Safe.pm
64988 ____________________________________________________________________________
64989 [  6887] By: jhi                                   on 2000/08/29  14:47:06
64990         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
64991              From: Gisle Aas <gisle@ActiveState.com> 
64992              Date: 09 Jun 2000 20:00:11 +0200
64993              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
64994      Branch: perl
64995            ! utils/perldoc.PL
64996 ____________________________________________________________________________
64997 [  6886] By: jhi                                   on 2000/08/29  14:42:45
64998         Log: The #6881 removed one dump line.
64999      Branch: perl
65000            ! t/lib/peek.t
65001 ____________________________________________________________________________
65002 [  6885] By: jhi                                   on 2000/08/29  14:30:47
65003         Log: Don't forget to tidy up.
65004      Branch: perl
65005            ! t/lib/ftmp-security.t
65006 ____________________________________________________________________________
65007 [  6884] By: jhi                                   on 2000/08/29  14:25:17
65008         Log: Disabling the one test is a bit tricky.
65009      Branch: perl
65010            ! t/lib/ftmp-security.t
65011 ____________________________________________________________________________
65012 [  6883] By: jhi                                   on 2000/08/29  14:16:25
65013         Log: Disable one of the tests for now.
65014      Branch: perl
65015            ! t/lib/ftmp-security.t
65016 ____________________________________________________________________________
65017 [  6882] By: jhi                                   on 2000/08/29  14:05:50
65018         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
65019              From: gisle@aas.no
65020              Date: 29 Aug 2000 10:35:06 -0000
65021              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
65022      Branch: perl
65023            ! ext/Opcode/Safe.pm
65024 ____________________________________________________________________________
65025 [  6881] By: jhi                                   on 2000/08/29  14:03:51
65026         Log: Subject: [PATCH] Glob dumping
65027              From: Gisle Aas <gisle@ActiveState.com>
65028              Date: 29 Aug 2000 07:59:42 -0000
65029              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
65030      Branch: perl
65031            ! dump.c
65032 ____________________________________________________________________________
65033 [  6880] By: jhi                                   on 2000/08/29  14:02:01
65034         Log: Subject: [PATCH] Warnings in B::Deparse
65035              From: <abigail@foad.org>
65036              Date: Tue, 29 Aug 2000 00:00:01 -0400
65037              Message-ID: <20000829040001.2999.qmail@foad.org>
65038      Branch: perl
65039            ! ext/B/B/Deparse.pm
65040 ____________________________________________________________________________
65041 [  6879] By: jhi                                   on 2000/08/29  13:57:26
65042         Log: Missed a change in #6869.
65043      Branch: perl
65044            ! mg.c
65045 ____________________________________________________________________________
65046 [  6878] By: jhi                                   on 2000/08/29  13:45:04
65047         Log: Subject: Net::protoent does not export 'getproto'
65048              From: Yasushi Nakajima <sey@jkc.co.jp>
65049              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
65050      Branch: perl
65051            ! lib/Net/protoent.pm
65052 ____________________________________________________________________________
65053 [  6877] By: jhi                                   on 2000/08/29  13:39:19
65054         Log: Patches all over for people and the files they (hopefully) care about.
65055      Branch: perl
65056            ! AUTHORS Changes MAINTAIN
65057 ____________________________________________________________________________
65058 [  6876] By: jhi                                   on 2000/08/29  12:53:54
65059         Log: Fix for thinko in #6848.
65060              
65061              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
65062              From: Lupe Christoph <lupe@lupe-christoph.de>
65063              Date: Tue, 29 Aug 2000 09:04:08 +0200
65064              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
65065      Branch: perl
65066            ! ext/Thread/Thread.xs
65067 ____________________________________________________________________________
65068 [  6875] By: jhi                                   on 2000/08/29  12:50:14
65069         Log: Update to Getopt::Long 2.24, from Johan Vromans.
65070      Branch: perl
65071            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
65072 ____________________________________________________________________________
65073 [  6874] By: jhi                                   on 2000/08/29  02:09:53
65074         Log: Use minimal @INC in tests, most of the time just '../lib',
65075              so that we simply can't pick up stuff from other Perls than
65076              the one we are testing.  Pointed out by
65077              
65078              From: Mike Guy <mjtg@cam.ac.uk>
65079              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
65080              Date: Fri, 25 Aug 2000 15:15:59 +0100
65081              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
65082      Branch: perl
65083            ! (edit 185 files)
65084 ____________________________________________________________________________
65085 [  6873] By: jhi                                   on 2000/08/29  01:07:11
65086         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
65087              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
65088              Date: Mon, 28 Aug 2000 17:45:52 -0700
65089              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
65090      Branch: perl
65091            ! Makefile.SH hints/os2.sh
65092 ____________________________________________________________________________
65093 [  6872] By: jhi                                   on 2000/08/28  23:33:39
65094         Log: Subject: [PATCH bleedperl@6866] spellings
65095              From: marcel@codewerk.com (Marcel Grunauer)
65096              Date: Tue, 29 Aug 2000 01:19:59 +0200
65097              Message-Id: <200008282319.BAA29862@gandalf.local>
65098      Branch: perl
65099            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
65100            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
65101            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
65102 ____________________________________________________________________________
65103 [  6871] By: jhi                                   on 2000/08/28  23:22:09
65104         Log: Take out the SUIDMAIL thing, that will not be
65105              a problem in 5.7.*.
65106      Branch: perl
65107            ! patchlevel.h
65108 ____________________________________________________________________________
65109 [  6870] By: jhi                                   on 2000/08/28  23:19:30
65110         Log: -S is the silent flag, -s is the strip flag.
65111              
65112              Subject: [PATCH] Re: [PATCH] make no-install          
65113              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
65114              Date: Mon, 28 Aug 2000 15:12:55 -0700
65115              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
65116      Branch: perl
65117            ! Makefile.SH
65118 ____________________________________________________________________________
65119 [  6869] By: jhi                                   on 2000/08/28  23:12:05
65120         Log: Subject: [PATCH bleedperl@6856] warnings fixes
65121              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
65122              Date: Mon, 28 Aug 2000 23:55:06 +0100
65123              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
65124      Branch: perl
65125            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
65126            ! warnings.h warnings.pl
65127 ____________________________________________________________________________
65128 [  6868] By: jhi                                   on 2000/08/28  21:38:22
65129         Log: Potential cruft.
65130      Branch: perl
65131            ! Makefile.SH
65132 ____________________________________________________________________________
65133 [  6867] By: jhi                                   on 2000/08/28  21:35:36
65134         Log: Update Changes.
65135      Branch: perl
65136            ! Changes patchlevel.h
65137 ____________________________________________________________________________
65138 [  6866] By: jhi                                   on 2000/08/28  21:33:49
65139         Log: Subject: hv.h Doc Patch
65140              From: Fisher Mark <fisherm@tce.com>
65141              Date: Mon, 28 Aug 2000 16:24:59 -0500
65142              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
65143      Branch: perl
65144            ! hv.h
65145 ____________________________________________________________________________
65146 [  6865] By: jhi                                   on 2000/08/28  21:02:15
65147         Log: Add -ld to archname on long tr...double platforms.
65148      Branch: metaconfig
65149            ! U/threads/archname.U
65150      Branch: perl
65151            ! Configure config_h.SH
65152 ____________________________________________________________________________
65153 [  6864] By: jhi                                   on 2000/08/28  20:38:59
65154         Log: An attempt to fix the problem reported in
65155              
65156              Subject: Building perl@6856 using gcc/AIX 4.3.3 
65157              From: Daniel Muino <dmuino@afip.gov.ar> 
65158              Date: Mon, 28 Aug 2000 15:50:01 -0300   
65159              Message-ID: <20000828155001.A14403@con2-dgi>
65160              
65161              I can't test this properly since the gcc installation I have
65162              access to seems to be botched (gcc is calling the AIX cpp,
65163              a losing proposition...)
65164      Branch: perl
65165            ! hints/aix.sh
65166 ____________________________________________________________________________
65167 [  6863] By: jhi                                   on 2000/08/28  18:57:52
65168         Log: Fix for ID 20000828.001, long doubles were not formatted
65169              correctly (showed up in $], which stopped installing perl).
65170      Branch: perl
65171            ! sv.c
65172 ____________________________________________________________________________
65173 [  6862] By: jhi                                   on 2000/08/28  18:07:15
65174         Log: Typo in #6858.
65175      Branch: perl
65176            ! lib/Cwd.pm
65177 ____________________________________________________________________________
65178 [  6861] By: jhi                                   on 2000/08/28  17:57:27
65179         Log: opmini.o may be left around if a build is interrupted.
65180      Branch: perl
65181            ! Makefile.SH
65182 ____________________________________________________________________________
65183 [  6860] By: jhi                                   on 2000/08/28  16:52:50
65184         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
65185              From: Daniel Chetlin <daniel@chetlin.com>
65186              Date: Mon, 28 Aug 2000 01:14:18 -0700
65187              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
65188      Branch: perl
65189            ! lib/overload.pm
65190 ____________________________________________________________________________
65191 [  6859] By: jhi                                   on 2000/08/28  16:08:46
65192         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
65193              From: Nicholas Clark <nick@ccl4.org>
65194              Date: Mon, 28 Aug 2000 16:03:27 +0100
65195              Message-Id: <20000828160327.C49785@plum.flirble.org>
65196      Branch: perl
65197            ! ext/ByteLoader/bytecode.h
65198 ____________________________________________________________________________
65199 [  6858] By: jhi                                   on 2000/08/28  16:02:10
65200         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
65201              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
65202              Date: Mon, 28 Aug 2000 13:08:30 +0200
65203              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
65204      Branch: perl
65205            ! lib/Cwd.pm
65206 ____________________________________________________________________________
65207 [  6857] By: jhi                                   on 2000/08/28  15:42:47
65208         Log: display_format used as a class method without arguments was broken,
65209              reported in
65210              
65211              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
65212              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
65213              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
65214              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
65215      Branch: perl
65216            ! lib/Math/Complex.pm t/lib/complex.t
65217 ____________________________________________________________________________
65218 [  6856] By: jhi                                   on 2000/08/27  22:09:48
65219         Log: Update Changes.
65220      Branch: perl
65221            ! Changes patchlevel.h
65222 ____________________________________________________________________________
65223 [  6855] By: jhi                                   on 2000/08/27  21:59:21
65224         Log: Retract #6853 (false alarm).
65225      Branch: perl
65226            ! lib/ExtUtils/xsubpp
65227 ____________________________________________________________________________
65228 [  6854] By: jhi                                   on 2000/08/27  21:37:44
65229         Log: Update Changes.
65230      Branch: perl
65231            ! Changes patchlevel.h
65232 ____________________________________________________________________________
65233 [  6853] By: jhi                                   on 2000/08/27  21:37:16
65234         Log: Subject: [PATCH perl@6850] workaround for xsubpp
65235              From: Hugo <hv@crypt.compulink.co.uk>
65236              Date: Sun, 27 Aug 2000 22:30:25 +0100
65237              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
65238      Branch: perl
65239            ! lib/ExtUtils/xsubpp
65240 ____________________________________________________________________________
65241 [  6852] By: jhi                                   on 2000/08/27  21:33:58
65242         Log: Big-endian 64-bit patch from Raphael Manfredi.
65243      Branch: perl
65244            ! ext/Storable/Storable.xs
65245 ____________________________________________________________________________
65246 [  6851] By: jhi                                   on 2000/08/27  21:22:21
65247         Log: More ruthless editing from Hugo van der Sanden.
65248      Branch: perl
65249            ! pod/perldelta.pod
65250 ____________________________________________________________________________
65251 [  6850] By: jhi                                   on 2000/08/27  16:11:46
65252         Log: Update Changes.
65253      Branch: perl
65254            ! Changes patchlevel.h
65255 ____________________________________________________________________________
65256 [  6849] By: jhi                                   on 2000/08/27  16:11:05
65257         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
65258      Branch: perl
65259            ! configpm pod/perldelta.pod
65260 ____________________________________________________________________________
65261 [  6848] By: jhi                                   on 2000/08/27  15:35:08
65262         Log: Use the actual thread type, not the pointer-to-struct.
65263      Branch: perl
65264            ! ext/Thread/Thread.xs
65265 ____________________________________________________________________________
65266 [  6847] By: jhi                                   on 2000/08/27  15:30:49
65267         Log: Test nit.
65268      Branch: perl
65269            ! t/pragma/warn/pp_sys
65270 ____________________________________________________________________________
65271 [  6846] By: jhi                                   on 2000/08/27  15:19:02
65272         Log: Passing -R in ldflags makes now it to appear in the default
65273              for lddlflags, just like with -L.
65274              
65275              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
65276              From: Lupe Christoph <lupe@lupe-christoph.de>
65277              Date: Sun, 27 Aug 2000 10:28:21 +0200
65278              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
65279      Branch: metaconfig/U/perl
65280            ! dlsrc.U
65281      Branch: perl
65282            ! Configure
65283 ____________________________________________________________________________
65284 [  6845] By: jhi                                   on 2000/08/27  15:08:54
65285         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
65286              From: Alan Burlison <Alan.Burlison@uk.sun.com>
65287              Date: Sat, 26 Aug 2000 22:23:27 +0100
65288              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
65289      Branch: perl
65290            ! lib/ExtUtils/MM_Unix.pm
65291 ____________________________________________________________________________
65292 [  6844] By: jhi                                   on 2000/08/27  15:02:37
65293         Log: DJGPP update from Laszlo Molnar.
65294              
65295              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
65296              From: ml1050 <ml1050@freemail.hu>
65297              Date: Sat, 26 Aug 2000 23:24:40 +0200
65298              Message-Id: <20000826232440.A439@freemail.hu>
65299      Branch: perl
65300            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
65301            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
65302 ____________________________________________________________________________
65303 [  6843] By: jhi                                   on 2000/08/27  14:53:58
65304         Log: Subject: installman buglet
65305              From: Lupe Christoph <lupe@lupe-christoph.de>
65306              Date: Sun, 27 Aug 2000 14:38:59 +0200
65307              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
65308      Branch: perl
65309            ! installman
65310 ____________________________________________________________________________
65311 [  6842] By: jhi                                   on 2000/08/27  14:52:08
65312         Log: Can't get the test to reliably work thanks to the
65313              inaccurateness of floating point.  "Resolves" bug ids
65314              20000826.003, 20000826.009, 20000826.010,
65315      Branch: perl
65316            ! t/lib/trig.t
65317 ____________________________________________________________________________
65318 [  6841] By: jhi                                   on 2000/08/26  15:53:58
65319         Log: Update Changes.
65320      Branch: perl
65321            ! Changes patchlevel.h
65322 ____________________________________________________________________________
65323 [  6840] By: jhi                                   on 2000/08/26  14:23:03
65324         Log: grep -e isn't portable.
65325              
65326              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
65327              From: chris@broadband.att.com
65328              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
65329              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
65330      Branch: perl
65331            ! hints/solaris_2.sh
65332 ____________________________________________________________________________
65333 [  6839] By: jhi                                   on 2000/08/26  14:12:23
65334         Log: no-install target a la make -n.
65335              
65336              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
65337              From: <abigail@foad.org>
65338              Date: Sat, 26 Aug 2000 03:57:34 -0400
65339              Message-ID: <20000826075735.18912.qmail@foad.org>
65340      Branch: perl
65341            ! Makefile.SH installman installperl
65342 ____________________________________________________________________________
65343 [  6838] By: jhi                                   on 2000/08/26  14:06:33
65344         Log: Retract #6826 as the #6828 should be do the same
65345              in a More Correct Way.
65346      Branch: perl
65347            ! installperl
65348 ____________________________________________________________________________
65349 [  6837] By: jhi                                   on 2000/08/26  05:24:00
65350         Log: More casting.
65351      Branch: perl
65352            ! ext/Storable/Storable.xs
65353 ____________________________________________________________________________
65354 [  6836] By: jhi                                   on 2000/08/26  05:05:46
65355         Log: Nicer in decimal.
65356      Branch: perl
65357            ! ext/Storable/Storable.xs
65358 ____________________________________________________________________________
65359 [  6835] By: jhi                                   on 2000/08/26  05:03:50
65360         Log: There be no UVdf.
65361      Branch: perl
65362            ! ext/Storable/Storable.xs
65363 ____________________________________________________________________________
65364 [  6834] By: jhi                                   on 2000/08/26  05:00:18
65365         Log: Continue IVdfing and UVxfing.
65366      Branch: perl
65367            ! ext/Storable/Storable.xs
65368 ____________________________________________________________________________
65369 [  6833] By: jhi                                   on 2000/08/26  04:53:14
65370         Log: Use IVdf.
65371      Branch: perl
65372            ! ext/Storable/Storable.xs
65373 ____________________________________________________________________________
65374 [  6832] By: jhi                                   on 2000/08/26  04:40:41
65375         Log: Document PTR2XX and INT2PTR.
65376      Branch: perl
65377            ! pod/perlguts.pod
65378 ____________________________________________________________________________
65379 [  6831] By: jhi                                   on 2000/08/26  04:33:18
65380         Log: Use UVxf, PTR2UV, NVff.
65381      Branch: perl
65382            ! ext/Storable/Storable.xs
65383 ____________________________________________________________________________
65384 [  6830] By: jhi                                   on 2000/08/26  04:31:32
65385         Log: Update the test count.
65386      Branch: perl
65387            ! t/lib/trig.t
65388 ____________________________________________________________________________
65389 [  6829] By: jhi                                   on 2000/08/26  03:05:50
65390         Log: Subject: [PATCH] installation not quite silent yet.
65391              From: <abigail@foad.org>
65392              Date: Fri, 25 Aug 2000 20:07:53 -0400
65393              Message-ID: <20000826000753.7822.qmail@foad.org>
65394      Branch: perl
65395            ! installman installperl
65396 ____________________________________________________________________________
65397 [  6828] By: jhi                                   on 2000/08/26  03:05:14
65398         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
65399              From: Spider Boardman <spider@web.zk3.dec.com>
65400              Date: Fri, 25 Aug 2000 19:12:40 -0400
65401              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
65402      Branch: perl
65403            ! gv.c
65404 ____________________________________________________________________________
65405 [  6827] By: jhi                                   on 2000/08/25  23:54:34
65406         Log: Support preserving extremely big/small angles.
65407      Branch: perl
65408            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
65409 ____________________________________________________________________________
65410 [  6826] By: jhi                                   on 2000/08/25  23:01:20
65411         Log: Patch installperl to be long double-aware.
65412              
65413              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
65414              From: Spider Boardman <spider@web.zk3.dec.com>
65415              Date: Fri, 25 Aug 2000 18:15:23 -0400
65416              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
65417      Branch: perl
65418            ! installperl
65419 ____________________________________________________________________________
65420 [  6825] By: jhi                                   on 2000/08/25  22:58:25
65421         Log: Remove duplicately applied patch shards.
65422              
65423              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
65424              From: Spider Boardman <spider@leggy.zk3.dec.com>
65425              Date: Fri, 25 Aug 2000 16:45:03 -0400
65426              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
65427      Branch: perl
65428            ! t/lib/cgi-html.t
65429 ____________________________________________________________________________
65430 [  6824] By: jhi                                   on 2000/08/25  22:57:00
65431         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
65432              From: Daniel Chetlin <daniel@chetlin.com>
65433              Date: Fri, 25 Aug 2000 12:23:16 -0700
65434              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
65435              
65436              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
65437              From: Daniel Chetlin <daniel@chetlin.com>
65438              Date: Fri, 25 Aug 2000 14:47:19 -0700
65439              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
65440      Branch: perl
65441            ! installman
65442 ____________________________________________________________________________
65443 [  6823] By: jhi                                   on 2000/08/25  22:44:17
65444         Log: Timestamp problem?
65445      Branch: perl
65446            ! uconfig.h uconfig.sh
65447 ____________________________________________________________________________
65448 [  6822] By: jhi                                   on 2000/08/25  19:01:06
65449         Log: One forgotten file from #6816.
65450      Branch: perl
65451            ! vos/config.h
65452 ____________________________________________________________________________
65453 [  6821] By: jhi                                   on 2000/08/25  18:56:39
65454         Log: Regen Changes.
65455      Branch: perl
65456            ! Changes patchlevel.h
65457 ____________________________________________________________________________
65458 [  6820] By: jhi                                   on 2000/08/25  18:52:35
65459         Log: Fix Changes ordering.
65460      Branch: perl
65461            ! Changes
65462 ____________________________________________________________________________
65463 [  6819] By: jhi                                   on 2000/08/25  18:50:25
65464         Log: Update Changes.
65465      Branch: perl
65466            ! Changes patchlevel.h
65467 ____________________________________________________________________________
65468 [  6818] By: jhi                                   on 2000/08/25  18:47:45
65469         Log: Tweak the sfio/useperlio logic, hopefully as wished in
65470              
65471              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
65472              From: Nicholas Clark <nick@babyhippo.co.uk>
65473              Date: Fri, 25 Aug 2000 12:01:45 +0100
65474              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
65475      Branch: metaconfig/U/perl
65476            ! d_sfio.U
65477      Branch: perl
65478            ! Configure
65479 ____________________________________________________________________________
65480 [  6817] By: jhi                                   on 2000/08/25  18:32:51
65481         Log: Allow microperl to assume <math.h>, without it the math
65482              functions like floor() are assumed to return int, which makes
65483              for core dumps in machines where integer and floating register
65484              don't mix.
65485      Branch: perl
65486            ! uconfig.h uconfig.sh
65487 ____________________________________________________________________________
65488 [  6816] By: jhi                                   on 2000/08/25  18:27:17
65489         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
65490              the problem reported in
65491              
65492              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
65493              From: danhale@us.ibm.com
65494              Date: Fri, 25 Aug 2000 10:58:06 -0400
65495              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
65496      Branch: metaconfig/U/perl
65497            + d_socks5_init.U
65498      Branch: perl
65499            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
65500            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
65501            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
65502            ! win32/config.gc win32/config.vc
65503 ____________________________________________________________________________
65504 [  6815] By: jhi                                   on 2000/08/25  17:43:31
65505         Log: A solution for the retrieve_fd autosplit warning,
65506              idea suggested by Mike Guy.
65507      Branch: perl
65508            ! ext/Storable/Storable.pm
65509 ____________________________________________________________________________
65510 [  6814] By: jhi                                   on 2000/08/25  17:16:03
65511         Log: Add install-silent target.
65512      Branch: perl
65513            ! Makefile.SH
65514 ____________________________________________________________________________
65515 [  6813] By: jhi                                   on 2000/08/25  17:14:23
65516         Log: Subject: Re: [PATCH] More silencing of installman.
65517              From: <abigail@foad.org>
65518              Date: Thu, 24 Aug 2000 19:27:03 -0400
65519              Message-ID: <20000824232703.7001.qmail@foad.org>
65520              
65521              Subject: Re: [PATCH] More silencing of installman.
65522              From: <abigail@foad.org>
65523              Date: Fri, 25 Aug 2000 03:00:58 -0400
65524              Message-ID: <20000825070058.10697.qmail@foad.org>
65525      Branch: perl
65526            ! installman
65527 ____________________________________________________________________________
65528 [  6812] By: jhi                                   on 2000/08/25  17:11:28
65529         Log: installperl --verbose and --silent.
65530              
65531              Subject: Re: [PATCH] More silencing of installman.
65532              From: <abigail@foad.org>
65533              Message-ID: <20000825064430.9719.qmail@foad.org>
65534              Date: Fri, 25 Aug 2000 02:44:30 -0400
65535      Branch: perl
65536            ! installperl
65537 ____________________________________________________________________________
65538 [  6811] By: jhi                                   on 2000/08/25  17:05:43
65539         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
65540              From: "Peter J. Farley III" <pjfarley@banet.net>
65541              Date: Thu, 24 Aug 2000 21:58:03 -0400
65542              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
65543              
65544              (applied slightly modified)
65545      Branch: perl
65546            ! lib/ExtUtils/MM_Unix.pm
65547 ____________________________________________________________________________
65548 [  6810] By: jhi                                   on 2000/08/25  17:01:18
65549         Log: Missing parts of 
65550              
65551              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
65552              From: Peter Prymmer <pvhp@forte.com>
65553              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
65554              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
65555      Branch: perl
65556            ! t/lib/cgi-html.t
65557 ____________________________________________________________________________
65558 [  6809] By: jhi                                   on 2000/08/25  16:46:32
65559         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
65560              From: "Craig A. Berry" <craig.berry@psinetcs.com>
65561              Date: Thu, 24 Aug 2000 19:13:11 -0500
65562              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
65563      Branch: perl
65564            ! vms/vms.c
65565 ____________________________________________________________________________
65566 [  6808] By: jhi                                   on 2000/08/25  16:39:22
65567         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
65568              From: Peter Prymmer <pvhp@forte.com>
65569              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
65570              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
65571      Branch: perl
65572            ! configure.com
65573 ____________________________________________________________________________
65574 [  6807] By: jhi                                   on 2000/08/25  16:36:37
65575         Log: Better wording for the vec lvalue diagnostic.
65576              
65577              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
65578              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
65579              Date: Wed, 23 Aug 2000 14:12:16 -0400
65580              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
65581      Branch: perl
65582            ! pod/perldiag.pod
65583 ____________________________________________________________________________
65584 [  6806] By: jhi                                   on 2000/08/24  18:17:22
65585         Log: Subject: [PATCH] More silencing of installman.
65586              From: <abigail@foad.org>
65587              Date: Thu, 24 Aug 2000 14:01:44 -0400
65588              Message-ID: <20000824180144.20062.qmail@foad.org>
65589      Branch: perl
65590            ! installman
65591 ____________________________________________________________________________
65592 [  6805] By: jhi                                   on 2000/08/24  15:00:31
65593         Log: Update Changes.
65594      Branch: perl
65595            ! Changes patchlevel.h
65596 ____________________________________________________________________________
65597 [  6804] By: jhi                                   on 2000/08/24  14:59:07
65598         Log: Regen perltoc.
65599      Branch: perl
65600            ! pod/perltoc.pod
65601 ____________________________________________________________________________
65602 [  6803] By: jhi                                   on 2000/08/24  14:44:39
65603         Log: Show the doc file, not the temp file.
65604      Branch: perl
65605            ! installman
65606 ____________________________________________________________________________
65607 [  6802] By: jhi                                   on 2000/08/24  14:41:53
65608         Log: Continue silencing.
65609      Branch: perl
65610            ! installman
65611 ____________________________________________________________________________
65612 [  6801] By: jhi                                   on 2000/08/24  14:34:40
65613         Log: Actually do something with the silencer option.
65614      Branch: perl
65615            ! installman
65616 ____________________________________________________________________________
65617 [  6800] By: jhi                                   on 2000/08/24  14:26:22
65618         Log: Make installman to recognize the silence flag -S.
65619      Branch: perl
65620            ! installman
65621 ____________________________________________________________________________
65622 [  6799] By: jhi                                   on 2000/08/24  13:49:38
65623         Log: DOS patches and portability/porting notes, from Tim Jenness.
65624      Branch: perl
65625            ! lib/File/Temp.pm
65626 ____________________________________________________________________________
65627 [  6798] By: jhi                                   on 2000/08/24  13:48:27
65628         Log: Create directories in silence.
65629              
65630              Subject: [PATCH] Another silencer for MakeMaker
65631              From: andreas.koenig@anima.de (Andreas J. Koenig)
65632              Date: 24 Aug 2000 14:18:52 +0200
65633              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
65634      Branch: perl
65635            ! lib/ExtUtils/Command.pm
65636 ____________________________________________________________________________
65637 [  6797] By: jhi                                   on 2000/08/24  13:46:42
65638         Log: More liberal parsing of version numbers.
65639              
65640              Subject: Re: CPAN.pm beta for testing available
65641              From: andreas.koenig@anima.de (Andreas J. Koenig)
65642              Date: 24 Aug 2000 13:51:57 +0200
65643              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
65644      Branch: perl
65645            ! lib/CPAN.pm
65646 ____________________________________________________________________________
65647 [  6796] By: jhi                                   on 2000/08/24  13:44:36
65648         Log: Make "make install" by default silent.  A new "install-verbose"
65649              target is verbose.
65650      Branch: perl
65651            ! Makefile.SH
65652 ____________________________________________________________________________
65653 [  6795] By: jhi                                   on 2000/08/24  13:39:14
65654         Log: Add silencer flags to installperl.
65655              
65656              Subject: [PATCH] Making installperl silent.
65657              From: <abigail@foad.org>
65658              Date: Thu, 24 Aug 2000 05:01:45 -0400
65659              Message-ID: <20000824090145.13141.qmail@foad.org>
65660      Branch: perl
65661            ! installperl
65662 ____________________________________________________________________________
65663 [  6794] By: jhi                                   on 2000/08/24  13:35:50
65664         Log: installperl couldn't tell whether it had run tests or not.
65665              
65666              Subject: [PATCH] Re: installperl and t/TEST
65667              From: <abigail@foad.org>
65668              Date: Thu, 24 Aug 2000 04:00:53 -0400
65669              Message-ID: <20000824080053.2494.qmail@foad.org>
65670      Branch: perl
65671            ! Makefile.SH installperl
65672 ____________________________________________________________________________
65673 [  6793] By: jhi                                   on 2000/08/24  13:27:50
65674         Log: Drop the separate perlbc, perlcc -b should be enough.
65675      Branch: perl
65676            - utils/perlbc.PL
65677            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
65678 ____________________________________________________________________________
65679 [  6792] By: jhi                                   on 2000/08/24  04:41:30
65680         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
65681              plus the typo fix from Peter Prymmer.
65682      Branch: perl
65683            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
65684            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
65685 ____________________________________________________________________________
65686 [  6791] By: jhi                                   on 2000/08/24  02:10:43
65687         Log: Replace #6705 with a minimal doc patch.
65688              
65689              Subject: [PATCH 5.6.0] replace change #6705
65690              From: Jan Dubois <jand@ActiveState.com>
65691              Date: Wed, 23 Aug 2000 18:31:51 -0700
65692              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
65693      Branch: perl
65694            ! lib/Win32.pod win32/win32.c
65695 ____________________________________________________________________________
65696 [  6790] By: jhi                                   on 2000/08/23  17:52:00
65697         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
65698              From: Mike Guy <mjtg@cam.ac.uk>
65699              Date: Wed, 23 Aug 2000 18:38:46 +0100
65700              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
65701      Branch: perl
65702            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
65703 ____________________________________________________________________________
65704 [  6789] By: jhi                                   on 2000/08/23  15:34:21
65705         Log: Update Changes.
65706      Branch: perl
65707            ! Changes patchlevel.h
65708 ____________________________________________________________________________
65709 [  6788] By: jhi                                   on 2000/08/23  15:33:40
65710         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
65711              From: Wilfredo Sánchez <wsanchez@apple.com>
65712              Date: Tue, 22 Aug 2000 19:31:27 -0700
65713              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
65714      Branch: perl
65715            ! perl.h
65716 ____________________________________________________________________________
65717 [  6787] By: jhi                                   on 2000/08/23  15:29:31
65718         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
65719              From: Spider Boardman <spider@leggy.zk3.dec.com>
65720              Date: Wed, 23 Aug 2000 10:33:23 -0400
65721              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
65722      Branch: perl
65723            ! lib/Pod/Html.pm
65724 ____________________________________________________________________________
65725 [  6786] By: jhi                                   on 2000/08/23  15:28:11
65726         Log: Bad makefile.
65727      Branch: perl
65728            ! ext/B/Makefile.PL
65729 ____________________________________________________________________________
65730 [  6785] By: jhi                                   on 2000/08/23  14:37:04
65731         Log: Update Changes.
65732      Branch: perl
65733            ! Changes patchlevel.h
65734 ____________________________________________________________________________
65735 [  6784] By: jhi                                   on 2000/08/23  13:58:41
65736         Log: Portability fix from Hugo van der Sanden.
65737      Branch: perl
65738            ! ext/re/Makefile.PL
65739 ____________________________________________________________________________
65740 [  6783] By: jhi                                   on 2000/08/23  13:53:53
65741         Log: Storable support, v-version fixes.
65742              
65743              Subject: CPAN.pm beta for testing available
65744              From: andreas.koenig@anima.de (Andreas J. Koenig)
65745              Date: 22 Aug 2000 23:31:33 +0200
65746              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
65747      Branch: perl
65748            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
65749 ____________________________________________________________________________
65750 [  6782] By: jhi                                   on 2000/08/23  13:51:26
65751         Log: Mac and other portability updates from Chris Nandor.
65752      Branch: perl
65753            ! pod/perlmodinstall.pod
65754 ____________________________________________________________________________
65755 [  6781] By: jhi                                   on 2000/08/23  13:47:33
65756         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
65757              From: Peter Prymmer <pvhp@forte.com>
65758              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
65759              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
65760      Branch: perl
65761            ! ext/Storable/Storable.xs
65762 ____________________________________________________________________________
65763 [  6780] By: jhi                                   on 2000/08/23  13:33:34
65764         Log: VMS MMS (make) wants null action.
65765      Branch: perl
65766            ! ext/B/Makefile.PL
65767 ____________________________________________________________________________
65768 [  6779] By: jhi                                   on 2000/08/22  19:44:47
65769         Log: Forgot portability nit.
65770      Branch: perl
65771            ! t/lib/st-forgive.t
65772 ____________________________________________________________________________
65773 [  6778] By: jhi                                   on 2000/08/22  19:35:25
65774         Log: Be portable.
65775      Branch: perl
65776            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
65777            ! t/lib/st-store.t
65778 ____________________________________________________________________________
65779 [  6777] By: jhi                                   on 2000/08/22  18:50:53
65780         Log: Update Changes.
65781      Branch: perl
65782            ! Changes patchlevel.h
65783 ____________________________________________________________________________
65784 [  6776] By: jhi                                   on 2000/08/22  18:44:46
65785         Log: cSVOPo_*v things index into the current PL_curpad
65786              under ithreads, which is different from the curpad
65787              used by the XSUB.  (In other words, the code as-is
65788              before this patch wouldn't work under ithreads.)
65789              From Sarathy.
65790      Branch: perl
65791            ! ext/B/B.xs
65792 ____________________________________________________________________________
65793 [  6775] By: jhi                                   on 2000/08/22  18:18:37
65794         Log: Make the selection of NVff et al stricter.
65795      Branch: metaconfig/U/perl
65796            ! perlxvf.U
65797      Branch: perl
65798            ! Configure config_h.SH
65799 ____________________________________________________________________________
65800 [  6774] By: jhi                                   on 2000/08/22  17:19:42
65801         Log: perldelta nits.
65802      Branch: perl
65803            ! pod/perldelta.pod
65804 ____________________________________________________________________________
65805 [  6773] By: jhi                                   on 2000/08/22  17:06:26
65806         Log: Long double fixes from Spider Boardman.
65807              
65808              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
65809              From: system PRIVILEGED account <root@peano.zk3.dec.com>
65810              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
65811              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
65812      Branch: perl
65813            ! t/lib/bigfltpm.t t/lib/st-06compat.t
65814 ____________________________________________________________________________
65815 [  6772] By: jhi                                   on 2000/08/22  15:04:53
65816         Log: Update Changes.
65817      Branch: perl
65818            ! Changes patchlevel.h
65819 ____________________________________________________________________________
65820 [  6771] By: jhi                                   on 2000/08/22  15:01:44
65821         Log: perldelta fixes from Hugo van der Sanden.
65822      Branch: perl
65823            ! pod/perldelta.pod
65824 ____________________________________________________________________________
65825 [  6770] By: jhi                                   on 2000/08/22  14:34:49
65826         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
65827              From: Hugo <hv@crypt.compulink.co.uk>
65828              Date: Tue, 22 Aug 2000 11:21:53 +0100
65829              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
65830      Branch: perl
65831            ! regcomp.c
65832 ____________________________________________________________________________
65833 [  6769] By: jhi                                   on 2000/08/22  14:30:02
65834         Log: Add Yitzchak, reformat.
65835      Branch: perl
65836            ! Changes config_h.SH
65837 ____________________________________________________________________________
65838 [  6768] By: jhi                                   on 2000/08/22  14:21:35
65839         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
65840              and Spider Boardman.
65841      Branch: metaconfig
65842            ! U/compline/d_gconvert.U
65843      Branch: perl
65844            ! Configure
65845 ____________________________________________________________________________
65846 [  6767] By: jhi                                   on 2000/08/22  14:11:24
65847         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
65848              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
65849              Date: Mon, 21 Aug 2000 19:08:31 -0700
65850              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
65851      Branch: perl
65852            - ext/Storable/patchlevel.h
65853            ! MANIFEST ext/Storable/MANIFEST
65854 ____________________________________________________________________________
65855 [  6766] By: jhi                                   on 2000/08/22  13:49:29
65856         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
65857              From: Peter Prymmer <pvhp@forte.com>
65858              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
65859              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
65860      Branch: perl
65861            ! configure.com ext/Storable/Makefile.PL
65862 ____________________________________________________________________________
65863 [  6765] By: jhi                                   on 2000/08/22  13:44:59
65864         Log: Subject: [PATCH blead] B:: missing dependency
65865              From: Hugo <hv@crypt.compulink.co.uk>
65866              Date: Tue, 22 Aug 2000 06:44:33 +0100
65867              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
65868      Branch: perl
65869            ! ext/B/Makefile.PL
65870 ____________________________________________________________________________
65871 [  6764] By: jhi                                   on 2000/08/22  13:38:12
65872         Log: More bytecompiler.
65873      Branch: perl
65874            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
65875 ____________________________________________________________________________
65876 [  6763] By: jhi                                   on 2000/08/22  13:36:44
65877         Log: Bytecompiler patches from Benjamin Stuhl.
65878      Branch: perl
65879            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
65880            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
65881            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
65882            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
65883            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
65884            ! perl.c perlapi.h pod/perldelta.pod
65885 ____________________________________________________________________________
65886 [  6762] By: jhi                                   on 2000/08/21  23:43:40
65887         Log: An obsoleted diagnostic.
65888      Branch: perl
65889            ! pod/perldelta.pod
65890 ____________________________________________________________________________
65891 [  6761] By: jhi                                   on 2000/08/21  23:01:45
65892         Log: The #6759 wasn't quite right.
65893      Branch: perl
65894            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
65895            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
65896            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
65897            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
65898            ! t/lib/st-tieditems.t
65899 ____________________________________________________________________________
65900 [  6760] By: jhi                                   on 2000/08/21  22:35:49
65901         Log: Be verydeepclean.
65902      Branch: perl
65903            ! Makefile.SH
65904 ____________________________________________________________________________
65905 [  6759] By: jhi                                   on 2000/08/21  22:25:40
65906         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
65907              From: Peter Prymmer <pvhp@forte.com>
65908              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
65909              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
65910      Branch: perl
65911            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
65912            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
65913            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
65914            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
65915            ! t/lib/st-tieditems.t
65916 ____________________________________________________________________________
65917 [  6758] By: jhi                                   on 2000/08/21  22:22:32
65918         Log: Few more casts, need reported in
65919              
65920              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
65921              From: Mike Stok <mike@stok.co.uk>
65922              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
65923              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
65924              
65925              and
65926              
65927              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
65928              From: abigail@foad.org
65929              Date: 21 Aug 2000 21:31:34 -0000
65930              Message-Id: <20000821213134.30170.qmail@foad.org>
65931      Branch: perl
65932            ! ext/Storable/Storable.xs
65933 ____________________________________________________________________________
65934 [  6757] By: jhi                                   on 2000/08/21  18:37:07
65935         Log: Update Changes.
65936      Branch: perl
65937            ! Changes patchlevel.h
65938 ____________________________________________________________________________
65939 [  6756] By: jhi                                   on 2000/08/21  18:34:02
65940         Log: A pod nit.
65941              
65942              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
65943              From: <abigail@foad.org>
65944              Date: Mon, 21 Aug 2000 14:00:16 -0400
65945              Message-ID: <20000821180016.28627.qmail@foad.org>
65946      Branch: perl
65947            ! pod/perlre.pod
65948 ____________________________________________________________________________
65949 [  6755] By: jhi                                   on 2000/08/21  18:30:56
65950         Log: Use PodParser 1.18 new test.
65951      Branch: perl
65952            ! t/pod/special_seqs.t t/pod/special_seqs.xr
65953 ____________________________________________________________________________
65954 [  6754] By: jhi                                   on 2000/08/21  18:28:35
65955         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
65956              patches cannot be applied since #6712 conflicts.
65957      Branch: perl
65958            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
65959 ____________________________________________________________________________
65960 [  6753] By: jhi                                   on 2000/08/21  18:15:11
65961         Log: Weed out some smaller changes.
65962      Branch: perl
65963            ! pod/perldelta.pod
65964 ____________________________________________________________________________
65965 [  6752] By: jhi                                   on 2000/08/21  18:02:30
65966         Log: Also under djgpp the timestamps are funky.
65967      Branch: perl
65968            ! t/op/stat.t
65969 ____________________________________________________________________________
65970 [  6751] By: jhi                                   on 2000/08/21  17:55:56
65971         Log: Tweak the floating point output routine preferences.
65972      Branch: metaconfig
65973            ! U/compline/d_gconvert.U
65974      Branch: perl
65975            ! Configure
65976 ____________________________________________________________________________
65977 [  6750] By: jhi                                   on 2000/08/21  17:51:29
65978         Log: Unicos/mk requires elaborate paranoia.
65979      Branch: perl
65980            ! lib/Math/Complex.pm
65981 ____________________________________________________________________________
65982 [  6749] By: gsar                                  on 2000/08/21  16:53:31
65983         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
65984      Branch: perl
65985            ! lib/Cwd.pm
65986 ____________________________________________________________________________
65987 [  6748] By: gsar                                  on 2000/08/21  16:22:19
65988         Log: free TLS slot properly on Windows
65989      Branch: perl
65990            ! thread.h win32/perllib.c win32/win32thread.h
65991 ____________________________________________________________________________
65992 [  6747] By: jhi                                   on 2000/08/21  16:20:58
65993         Log: Rename the macro argument because some preprocessors
65994              can't tell the difference and expand arguments also inside
65995              double quoted strings.
65996      Branch: perl
65997            ! regcomp.c
65998 ____________________________________________________________________________
65999 [  6746] By: jhi                                   on 2000/08/21  16:09:41
66000         Log: Support long doubles in Storable.
66001              
66002              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
66003              From: Radu Greab <radu@netsoft.ro>
66004              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
66005              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
66006      Branch: perl
66007            ! ext/Storable/Storable.xs
66008 ____________________________________________________________________________
66009 [  6745] By: jhi                                   on 2000/08/21  15:51:40
66010         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
66011              From: "Fifer, Eric" <EFifer@sanwaint.com>
66012              Date: Mon, 21 Aug 2000 15:34:49 +0100
66013              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
66014      Branch: perl
66015            ! t/pragma/warn/9enabled
66016 ____________________________________________________________________________
66017 [  6744] By: jhi                                   on 2000/08/21  15:39:35
66018         Log: Document the endianness of Alpha more precisely.
66019      Branch: perl
66020            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
66021            ! pod/perlport.pod
66022 ____________________________________________________________________________
66023 [  6743] By: jhi                                   on 2000/08/21  14:47:05
66024         Log: perldelta fixes from the p5p crowd.
66025      Branch: perl
66026            ! pod/perldelta.pod pod/perlop.pod
66027 ____________________________________________________________________________
66028 [  6742] By: jhi                                   on 2000/08/21  13:34:51
66029         Log: Update to Pod::LaTeX 0.53.
66030              
66031              Subject: [PATCH] lib/Pod/LaTeX.pm updates
66032              From: Tim Jenness <timj@jach.hawaii.edu>
66033              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
66034              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
66035      Branch: perl
66036            ! lib/Pod/LaTeX.pm
66037 ____________________________________________________________________________
66038 [  6741] By: jhi                                   on 2000/08/21  13:33:01
66039         Log: Subject: [PATCH] os2.c fix for use64bitint
66040              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
66041              Date: Mon, 21 Aug 2000 01:32:25 -0700
66042              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
66043      Branch: perl
66044            ! os2/os2.c
66045 ____________________________________________________________________________
66046 [  6740] By: jhi                                   on 2000/08/21  13:28:52
66047         Log: Array context keeps slithering in.
66048              
66049              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
66050              From: Daniel Chetlin <daniel@chetlin.com>
66051              Date: Sun, 20 Aug 2000 21:40:25 -0700
66052              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
66053      Branch: perl
66054            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
66055            ! pod/perldebtut.pod
66056 ____________________________________________________________________________
66057 [  6739] By: jhi                                   on 2000/08/21  13:23:55
66058         Log: Big-endian quad fixes for Storable from Radu Greab,
66059              plus few explicit null casts for picky compilers.
66060      Branch: perl
66061            ! ext/Storable/Storable.xs
66062 ____________________________________________________________________________
66063 [  6738] By: gsar                                  on 2000/08/21  05:56:13
66064         Log: small tweaks for change#6705: avoid C++ style comments in C code;
66065              use Perl's malloc API rather than the low level system one
66066      Branch: perl
66067            ! win32/win32.c
66068 ____________________________________________________________________________
66069 [  6737] By: gsar                                  on 2000/08/21  05:35:41
66070         Log: add Storable to list of extensions on Windows
66071      Branch: perl
66072            ! win32/Makefile win32/makefile.mk
66073 ____________________________________________________________________________
66074 [  6736] By: jhi                                   on 2000/08/21  02:57:53
66075         Log: Update Changes.
66076      Branch: perl
66077            ! Changes patchlevel.h
66078 ____________________________________________________________________________
66079 [  6735] By: jhi                                   on 2000/08/21  02:57:20
66080         Log: Draft 0.
66081      Branch: perl
66082            ! pod/perldelta.pod
66083 ____________________________________________________________________________
66084 [  6734] By: jhi                                   on 2000/08/21  02:57:03
66085         Log: Add Storable 0.7.2 from Raphael Manfredi,
66086              plus the patch from
66087              
66088              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
66089              From: Radu Greab <radu@netsoft.ro>
66090              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
66091              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
66092              
66093              plus changes to get Storable to compile with
66094              picky ANSI compilers.
66095      Branch: perl
66096            + ext/Storable/ChangeLog ext/Storable/MANIFEST
66097            + ext/Storable/Makefile.PL ext/Storable/README
66098            + ext/Storable/Storable.pm ext/Storable/Storable.xs
66099            + ext/Storable/patchlevel.h t/lib/st-06compat.t
66100            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
66101            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
66102            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
66103            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
66104            + t/lib/st-tieditems.t
66105            ! MANIFEST
66106 ____________________________________________________________________________
66107 [  6733] By: jhi                                   on 2000/08/21  02:29:09
66108         Log: The correct cleaning order is an art.
66109      Branch: perl
66110            ! Makefile.SH
66111 ____________________________________________________________________________
66112 [  6732] By: jhi                                   on 2000/08/21  01:23:39
66113         Log: The #6724 is here.
66114      Branch: perl
66115            ! t/lib/ftmp-security.t
66116 ____________________________________________________________________________
66117 [  6731] By: jhi                                   on 2000/08/20  23:17:03
66118         Log: s/this one/the 5.6.0 release/
66119      Branch: perl
66120            ! pod/perl56delta.pod
66121 ____________________________________________________________________________
66122 [  6730] By: jhi                                   on 2000/08/20  23:07:34
66123         Log: Mention perlebcdic and perlposix-bc.
66124      Branch: perl
66125            ! pod/perlport.pod
66126 ____________________________________________________________________________
66127 [  6729] By: jhi                                   on 2000/08/20  21:32:59
66128         Log: Document the number of exponent digits.
66129      Branch: perl
66130            ! pod/perlfunc.pod
66131 ____________________________________________________________________________
66132 [  6728] By: jhi                                   on 2000/08/20  21:16:47
66133         Log: Use File::Spec->tmpdir().
66134              
66135              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
66136              From: Tim Jenness <timj@jach.hawaii.edu>
66137              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
66138              MIME-Version: 1.0
66139              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
66140      Branch: perl
66141            ! utils/perlbug.PL
66142 ____________________________________________________________________________
66143 [  6727] By: jhi                                   on 2000/08/20  20:43:32
66144         Log: Update Changes.
66145      Branch: perl
66146            ! Changes patchlevel.h
66147 ____________________________________________________________________________
66148 [  6726] By: jhi                                   on 2000/08/20  20:41:44
66149         Log: The veryclean target needs to clobber.
66150      Branch: perl
66151            ! Makefile.SH
66152 ____________________________________________________________________________
66153 [  6725] By: jhi                                   on 2000/08/20  20:37:38
66154         Log: Document odd vs even subreleases and -Dusedevel.
66155      Branch: perl
66156            ! INSTALL
66157 ____________________________________________________________________________
66158 [  6724] By: jhi                                   on 2000/08/20  19:58:05
66159         Log: Use temporary directory instead of current directory.
66160              
66161              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
66162              From: Tim Jenness <timj@jach.hawaii.edu>
66163              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
66164              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
66165      Branch: perl
66166            ! t/lib/ftmp-security.t
66167 ____________________________________________________________________________
66168 [  6723] By: jhi                                   on 2000/08/20  19:55:55
66169         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
66170              From: andreas.koenig@anima.de (Andreas J. Koenig)
66171              Date: 20 Aug 2000 15:52:03 +0200
66172              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
66173      Branch: perl
66174            ! lib/ExtUtils/MM_Unix.pm
66175 ____________________________________________________________________________
66176 [  6722] By: jhi                                   on 2000/08/20  19:46:01
66177         Log: Update to CGI 2.72, from Lincoln Stein.
66178      Branch: perl
66179            ! lib/CGI.pm
66180 ____________________________________________________________________________
66181 [  6721] By: jhi                                   on 2000/08/20  19:43:54
66182         Log: (Replaced by #8364.)
66183              
66184              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
66185              From: Radu Greab <radu@netsoft.ro>
66186              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
66187              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
66188      Branch: perl
66189            ! ext/GDBM_File/GDBM_File.xs
66190 ____________________________________________________________________________
66191 [  6720] By: jhi                                   on 2000/08/20  19:42:01
66192         Log: pp_open() could pass an uninitialized filename down to do_open9().
66193      Branch: perl
66194            ! pp_sys.c
66195 ____________________________________________________________________________
66196 [  6719] By: jhi                                   on 2000/08/20  14:06:41
66197         Log: UTF8 concat fixes.
66198              
66199              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
66200              From: Hugo <hv@crypt.compulink.co.uk>
66201              Date: Sun, 20 Aug 2000 07:30:46 +0100
66202              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
66203      Branch: perl
66204            ! pp_hot.c t/op/append.t
66205 ____________________________________________________________________________
66206 [  6718] By: jhi                                   on 2000/08/20  02:09:37
66207         Log: Let's try #6717 again.
66208      Branch: perl
66209            ! lib/File/Temp.pm
66210 ____________________________________________________________________________
66211 [  6717] By: jhi                                   on 2000/08/20  01:56:55
66212         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
66213              From: "Craig A. Berry" <craig.berry@metamorgs.com>
66214              Date: Sat, 19 Aug 2000 18:15:39 -0500
66215              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
66216      Branch: perl
66217            ! lib/File/Temp.pm
66218 ____________________________________________________________________________
66219 [  6716] By: jhi                                   on 2000/08/19  15:50:11
66220         Log: Update Changes.
66221      Branch: perl
66222            ! Changes patchlevel.h
66223 ____________________________________________________________________________
66224 [  6715] By: jhi                                   on 2000/08/19  15:39:09
66225         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
66226              From: Jonathan D Johnston <jdjohnston2@juno.com>
66227              Date: Thu, 17 Aug 2000 23:13:01 -0400       
66228              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
66229      Branch: perl
66230            ! pod/perlfunc.pod
66231 ____________________________________________________________________________
66232 [  6714] By: jhi                                   on 2000/08/19  15:34:04
66233         Log: Introduce a 'veryclean' target that is like 'distclean'
66234              but also removes *~ and *.orig.
66235      Branch: perl
66236            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
66237            ! utils/Makefile x2p/Makefile.SH
66238 ____________________________________________________________________________
66239 [  6713] By: jhi                                   on 2000/08/19  14:15:45
66240         Log: Put back the long double avoidance code to POSIX.xs
66241              because VMS seems to need it still.
66242      Branch: perl
66243            ! ext/POSIX/POSIX.xs
66244 ____________________________________________________________________________
66245 [  6712] By: jhi                                   on 2000/08/19  14:10:41
66246         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
66247              From: Peter Prymmer <pvhp@forte.com>
66248              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
66249              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
66250      Branch: perl
66251            ! lib/Pod/Find.pm t/pod/find.t
66252 ____________________________________________________________________________
66253 [  6711] By: jhi                                   on 2000/08/19  14:09:19
66254         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
66255              From: Peter Prymmer <pvhp@forte.com>
66256              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
66257              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
66258              cc: vmsperl@perl.org
66259      Branch: perl
66260            ! t/lib/peek.t
66261 ____________________________________________________________________________
66262 [  6710] By: jhi                                   on 2000/08/19  14:08:01
66263         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
66264              From: Jan Dubois <jand@ActiveState.com>
66265              Date: Fri, 18 Aug 2000 16:31:48 -0700
66266              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
66267      Branch: perl
66268            ! win32/win32.c
66269 ____________________________________________________________________________
66270 [  6709] By: jhi                                   on 2000/08/19  14:06:57
66271         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
66272              
66273              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
66274              From: Spider.Boardman@Orb.Nashua.NH.US
66275              Date: Fri, 18 Aug 2000 18:41:14 -0400
66276              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
66277      Branch: perl
66278            ! regcomp.c
66279 ____________________________________________________________________________
66280 [  6708] By: jhi                                   on 2000/08/18  22:04:49
66281         Log: Update Changes.
66282      Branch: perl
66283            ! Changes patchlevel.h
66284 ____________________________________________________________________________
66285 [  6707] By: jhi                                   on 2000/08/18  21:55:14
66286         Log: Add warnif(), check warnings further up the stack,
66287              all the warnings functions now can take an optional object reference.
66288              
66289              Subject: [PATCH bleedperl@6691] warnings pragma update
66290              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
66291              Date: Fri, 18 Aug 2000 22:42:06 +0100
66292              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
66293      Branch: perl
66294            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
66295            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
66296            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
66297 ____________________________________________________________________________
66298 [  6706] By: jhi                                   on 2000/08/18  21:41:45
66299         Log: Typo in pp_complement().
66300              
66301              Subject: [PATCH perl-current] Deparse
66302              From: Peter Scott <Peter@PSDT.com>
66303              Date: Fri, 18 Aug 2000 12:44:37 -0700
66304              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
66305      Branch: perl
66306            ! ext/B/B/Deparse.pm
66307 ____________________________________________________________________________
66308 [  6705] By: jhi                                   on 2000/08/18  21:25:59
66309         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
66310              From: Jan Dubois <jand@ActiveState.com>
66311              Date: Fri, 18 Aug 2000 14:22:51 -0700
66312              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
66313      Branch: perl
66314            ! lib/Win32.pod win32/win32.c
66315 ____________________________________________________________________________
66316 [  6704] By: jhi                                   on 2000/08/18  21:16:14
66317         Log: Don't eat leading os from index entries.
66318              
66319              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
66320              From: Russ Allbery <rra@stanford.edu>
66321              Date: 10 Aug 2000 20:49:25 -0700
66322              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
66323      Branch: perl
66324            ! lib/Pod/Man.pm
66325 ____________________________________________________________________________
66326 [  6703] By: jhi                                   on 2000/08/18  21:07:06
66327         Log: Add [[:blank:]] as suggested in
66328              
66329              Subject: [ID 20000716.024] [=cc=] / [:blank:]
66330              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
66331              Date: Sun, 16 Jul 2000 17:55:29 -0700
66332              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
66333              
66334              (the [=cc=] has already been taken care of by #6439
66335              so the whole bug report can be closed)
66336              
66337              and make [[:space:]] to be equivalent to isspace(3)
66338              (as opposed to \s, which is isSPACE()).  The difference
66339              is that now [[:space:]] matches the mythical vertical tab,
66340              while \s doesn't.
66341      Branch: perl
66342            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
66343            ! regexec.c t/op/pat.t
66344 ____________________________________________________________________________
66345 [  6702] By: jhi                                   on 2000/08/18  18:47:47
66346         Log: The new tests were missing from #6415.
66347      Branch: perl
66348            ! t/op/bop.t
66349 ____________________________________________________________________________
66350 [  6701] By: jhi                                   on 2000/08/18  18:20:40
66351         Log: Document the NDBM_File and ODBM_File as SDBM_File
66352              was documented in #6417.
66353      Branch: perl
66354            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
66355            ! ext/SDBM_File/SDBM_File.pm
66356 ____________________________________________________________________________
66357 [  6700] By: jhi                                   on 2000/08/18  18:10:39
66358         Log: Subject: [PATCH perl@6698] cygwin port
66359              From: "Fifer, Eric" <EFifer@sanwaint.com>
66360              Date: Fri, 18 Aug 2000 17:30:05 +0100
66361              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
66362      Branch: perl
66363            ! lib/File/Temp.pm
66364 ____________________________________________________________________________
66365 [  6699] By: jhi                                   on 2000/08/18  16:21:49
66366         Log: Document code point which makes if (defined %stash::) to work
66367              (noted by Spider Boardman).
66368      Branch: perl
66369            ! op.c
66370 ____________________________________________________________________________
66371 [  6698] By: jhi                                   on 2000/08/18  13:43:27
66372         Log: Update Changes.
66373      Branch: perl
66374            ! Changes patchlevel.h
66375 ____________________________________________________________________________
66376 [  6697] By: jhi                                   on 2000/08/18  13:35:57
66377         Log: Tiny Getopt::Long patch from Johan Vromans.
66378      Branch: perl
66379            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
66380 ____________________________________________________________________________
66381 [  6696] By: jhi                                   on 2000/08/18  13:26:14
66382         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
66383              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
66384              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
66385              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
66386      Branch: perl
66387            ! pod/perldiag.pod pod/perlsyn.pod
66388 ____________________________________________________________________________
66389 [  6695] By: jhi                                   on 2000/08/18  13:13:26
66390         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
66391              From: Daniel Chetlin <daniel@chetlin.com>
66392              Date: Fri, 18 Aug 2000 03:13:36 -0700
66393              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
66394      Branch: perl
66395            ! pod/perlfunc.pod
66396 ____________________________________________________________________________
66397 [  6694] By: jhi                                   on 2000/08/18  13:08:05
66398         Log: Subject: [PATCH] perltrap.pod spring cleaning
66399              From: Daniel Chetlin <daniel@chetlin.com>
66400              Date: Fri, 18 Aug 2000 03:06:54 -0700
66401              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
66402              
66403              plus Mike Guy's nitfix.
66404      Branch: perl
66405            ! pod/perltrap.pod
66406 ____________________________________________________________________________
66407 [  6693] By: jhi                                   on 2000/08/18  13:00:26
66408         Log: Unbuffer the output.
66409              
66410              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
66411              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
66412              Date: Thu, 17 Aug 2000 18:39:29 -0700
66413              Message-ID: <RPJn5gzkgydf092yn@efn.org>
66414      Branch: perl
66415            ! t/op/fork.t
66416 ____________________________________________________________________________
66417 [  6692] By: jhi                                   on 2000/08/18  05:19:17
66418         Log: Delete the image, too, not just its MANIFEStation.
66419      Branch: perl
66420            - lib/CGI/eg/wilogo.gif
66421 ____________________________________________________________________________
66422 [  6691] By: jhi                                   on 2000/08/18  05:10:26
66423         Log: Propagate new Configure vars.
66424      Branch: perl
66425            ! configure.com epoc/config.sh uconfig.h uconfig.sh
66426            ! vos/config.def vos/config.h vos/config_h.SH_orig
66427            ! win32/config.bc win32/config.gc win32/config.vc
66428            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
66429 ____________________________________________________________________________
66430 [  6690] By: jhi                                   on 2000/08/18  04:30:56
66431         Log: Update Changes.
66432      Branch: perl
66433            ! Changes patchlevel.h
66434 ____________________________________________________________________________
66435 [  6689] By: jhi                                   on 2000/08/18  04:12:30
66436         Log: Fix the lib/complex failure of
66437              
66438              From: abigail@foad.org
66439              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
66440              Date: 15 Aug 2000 04:06:38 -0000
66441              Message-Id: <20000815040638.8524.qmail@foad.org> 
66442              
66443              Linux long double accuracy issue: something that
66444              when printed with %g looks like "2" but int() of it is 1.
66445      Branch: perl
66446            ! lib/Math/Complex.pm
66447 ____________________________________________________________________________
66448 [  6688] By: jhi                                   on 2000/08/18  03:15:35
66449         Log: The byteorder code in #6671 was wrong.
66450      Branch: perl
66451            ! configpm
66452 ____________________________________________________________________________
66453 [  6687] By: jhi                                   on 2000/08/18  02:08:42
66454         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
66455              From: Jan Dubois <jand@ActiveState.com>
66456              Date: Thu, 17 Aug 2000 18:31:55 -0700
66457              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
66458      Branch: perl
66459            ! sv.c
66460 ____________________________________________________________________________
66461 [  6686] By: jhi                                   on 2000/08/18  02:04:15
66462         Log: Use NVs in POSIX math, not doubles.
66463              
66464              From: abigail@foad.org
66465              Subject: [ID 20000817.014] POSIX & modfl
66466              Date: 17 Aug 2000 20:49:18 -0000
66467              Message-Id: <20000817204918.23123.qmail@foad.org>
66468      Branch: perl
66469            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
66470 ____________________________________________________________________________
66471 [  6685] By: jhi                                   on 2000/08/18  02:02:12
66472         Log: Introduce NVef, NVff, and NVgf, use the middle one.
66473              (helps for lib/peek + Linux + long doubles)  Reported in
66474              
66475              From: abigail@foad.org
66476              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
66477              Date: 15 Aug 2000 04:06:38 -0000
66478              Message-Id: <20000815040638.8524.qmail@foad.org> 
66479              
66480              (note: the lib/complex failure has not yet been addressed)
66481      Branch: metaconfig/U/perl
66482            ! perlxvf.U
66483      Branch: perl
66484            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
66485            ! config_h.SH dump.c perl.h pod/perlguts.pod
66486 ____________________________________________________________________________
66487 [  6684] By: jhi                                   on 2000/08/17  23:22:19
66488         Log: Add byteorder to the myconfig output.
66489      Branch: perl
66490            ! myconfig.SH
66491 ____________________________________________________________________________
66492 [  6683] By: jhi                                   on 2000/08/17  23:20:19
66493         Log: The image doth not exist, spotted by Johan Vromans.
66494      Branch: perl
66495            ! MANIFEST
66496 ____________________________________________________________________________
66497 [  6682] By: jhi                                   on 2000/08/17  22:38:16
66498         Log: Document what the backtick returns if the command fails.
66499      Branch: perl
66500            ! pod/perlop.pod
66501 ____________________________________________________________________________
66502 [  6681] By: jhi                                   on 2000/08/17  22:33:12
66503         Log: Do not use prototyping here.
66504              
66505              Subject: [ID 20000817.016] [PATCH] Peek.xs
66506              From: abigail@foad.org
66507              Date: 17 Aug 2000 20:55:56 -0000
66508              Message-Id: <20000817205556.24270.qmail@foad.org>
66509      Branch: perl
66510            ! ext/Devel/Peek/Makefile.PL
66511 ____________________________________________________________________________
66512 [  6680] By: jhi                                   on 2000/08/17  19:46:43
66513         Log: Don't propose using modules built for 5.005 if no binary
66514              compatibility with 5.005 is attempted.
66515              
66516              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
66517              Subject: Minor nit with 5.7.0 (6655)
66518              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
66519              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
66520      Branch: metaconfig
66521            ! U/installdirs/inc_version_list.U
66522      Branch: perl
66523            ! Configure config_h.SH
66524 ____________________________________________________________________________
66525 [  6679] By: jhi                                   on 2000/08/17  19:16:39
66526         Log: Microperl config update.
66527      Branch: perl
66528            ! uconfig.h uconfig.sh
66529 ____________________________________________________________________________
66530 [  6678] By: jhi                                   on 2000/08/17  19:16:13
66531         Log: The #6648 wasn't protective enough for limited platforms
66532              (like microperl).
66533      Branch: perl
66534            ! dump.c sv.c
66535 ____________________________________________________________________________
66536 [  6677] By: jhi                                   on 2000/08/17  14:46:35
66537         Log: Update Changes.
66538      Branch: perl
66539            ! Changes patchlevel.h
66540 ____________________________________________________________________________
66541 [  6676] By: jhi                                   on 2000/08/17  14:44:02
66542         Log: Add perlebcdic from Peter Prymmer, regen toc.
66543      Branch: perl
66544            + pod/perlebcdic.pod
66545            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
66546 ____________________________________________________________________________
66547 [  6675] By: jhi                                   on 2000/08/17  14:41:52
66548         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
66549      Branch: perl
66550            ! pod/perldebtut.pod
66551 ____________________________________________________________________________
66552 [  6674] By: jhi                                   on 2000/08/17  14:29:43
66553         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
66554              
66555              Subject: [ID 20000724.006] -DLEAKTEST problem
66556              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
66557              Date: Tue, 25 Jul 2000 00:36:32 -0500
66558              Message-Id: <20000725003632.A26186@www.llamacom.com>
66559              
66560              Reminder sent
66561              
66562              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
66563              From: Hugo <hv@crypt.compulink.co.uk>
66564              Date: Thu, 17 Aug 2000 15:23:42 +0100
66565              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
66566      Branch: perl
66567            ! util.c
66568 ____________________________________________________________________________
66569 [  6673] By: jhi                                   on 2000/08/17  04:07:10
66570         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
66571              From: John Peacock <JPeacock@UnivPress.com>
66572              Date: Tue, 01 Aug 2000 09:38:12 -0400
66573              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
66574      Branch: perl
66575            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
66576 ____________________________________________________________________________
66577 [  6672] By: jhi                                   on 2000/08/17  03:04:35
66578         Log: Subject: [PATCH] Cwd.pm now uses strict
66579              From: Tim Jenness <timj@jach.hawaii.edu>
66580              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
66581              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
66582      Branch: perl
66583            ! lib/Cwd.pm
66584 ____________________________________________________________________________
66585 [  6671] By: jhi                                   on 2000/08/17  02:16:35
66586         Log: Make $Config{byteorder} more magical so that it is
66587              dynamically computed: nice for 'fat binaries'.
66588              
66589              Subject: [PATCH]: default byteorder
66590              From: Wilfredo Sánchez <wsanchez@apple.com>
66591              Date: Mon, 31 Jul 2000 19:45:31 -0700
66592              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
66593      Branch: perl
66594            ! configpm
66595 ____________________________________________________________________________
66596 [  6670] By: gsar                                  on 2000/08/17  01:22:21
66597         Log: move WNOHANG definition to where other such things are
66598      Branch: perl
66599            ! win32/win32.h
66600 ____________________________________________________________________________
66601 [  6669] By: jhi                                   on 2000/08/17  01:19:17
66602         Log: Update Changes.
66603      Branch: perl
66604            ! Changes patchlevel.h
66605 ____________________________________________________________________________
66606 [  6668] By: jhi                                   on 2000/08/17  01:16:29
66607         Log: Doc nits spotted by Richard Soderberg.
66608      Branch: perl
66609            ! README.posix-bc README.vmesa
66610 ____________________________________________________________________________
66611 [  6667] By: jhi                                   on 2000/08/17  01:12:11
66612         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
66613              From: "Casey R. Tweten" <crt@kiski.net>
66614              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
66615              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
66616      Branch: perl
66617            ! pod/perldebtut.pod
66618 ____________________________________________________________________________
66619 [  6666] By: jhi                                   on 2000/08/17  01:09:31
66620         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
66621              From: "Casey R. Tweten" <crt@kiski.net>
66622              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
66623              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
66624      Branch: perl
66625            ! lib/Shell.pm
66626 ____________________________________________________________________________
66627 [  6665] By: gsar                                  on 2000/08/17  01:03:52
66628         Log: add "ok" targets from change#6632 in makefile.mk
66629      Branch: perl
66630            ! pod/perlport.pod win32/Makefile win32/makefile.mk
66631 ____________________________________________________________________________
66632 [  6664] By: gsar                                  on 2000/08/17  00:56:11
66633         Log: avoid warnings from dense compiler
66634      Branch: perl
66635            ! win32/win32.c
66636 ____________________________________________________________________________
66637 [  6663] By: jhi                                   on 2000/08/17  00:51:49
66638         Log: Tweak the regex compilation errors once more.
66639      Branch: perl
66640            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
66641            ! t/op/regmesg.t t/pragma/warn/regcomp
66642 ____________________________________________________________________________
66643 [  6662] By: gsar                                  on 2000/08/17  00:28:19
66644         Log: trailing new %ENV entries weren't being pushed into the real
66645              environment of subprocesses on Windows
66646      Branch: perl
66647            ! t/op/magic.t win32/perlhost.h
66648 ____________________________________________________________________________
66649 [  6661] By: gsar                                  on 2000/08/17  00:19:20
66650         Log: waitpid() now handles externally spawned pids correctly;
66651              fixes for backtick/wait/waitpid failures on Windows 9x
66652              
66653              these changes make the pid returned by process functions on
66654              Windows 9x always positive by clearing the high bit (which
66655              is always set on Win9x); pseudo-process PIDs are likewise
66656              always negative now on Win9x (just as on NT/2000)
66657      Branch: perl
66658            ! pp_sys.c win32/perlhost.h win32/win32.c
66659 ____________________________________________________________________________
66660 [  6660] By: jhi                                   on 2000/08/17  00:04:32
66661         Log: Retract #6645.
66662      Branch: perl
66663            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
66664            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
66665            ! t/op/sprintf.t
66666 ____________________________________________________________________________
66667 [  6659] By: gsar                                  on 2000/08/16  23:59:28
66668         Log: on windows, the return values from wait() and waitpid() don't
66669              match those of pseudo-pids
66670      Branch: perl
66671            ! pp_sys.c t/op/fork.t util.c win32/win32.c
66672 ____________________________________________________________________________
66673 [  6658] By: gsar                                  on 2000/08/16  23:56:14
66674         Log: pod nit seen in passing
66675      Branch: perl
66676            ! pod/perlfunc.pod
66677 ____________________________________________________________________________
66678 [  6657] By: gsar                                  on 2000/08/16  23:53:42
66679         Log: change#6328 could make close(SOCKET) return false on windows
66680              when it shouldn't
66681      Branch: perl
66682            ! win32/win32sck.c
66683 ____________________________________________________________________________
66684 [  6656] By: gsar                                  on 2000/08/16  23:46:57
66685         Log: check that the number pseudo children doesn't exceed
66686              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
66687              the WaitForMultipleObjects() limit that would cause wait()
66688              to crash)
66689              
66690              wait() and waitpid() could potentially be rewritten to use
66691              more than one thread to do the waiting to eliminate this
66692              limitation
66693      Branch: perl
66694            ! win32/perlhost.h
66695 ____________________________________________________________________________
66696 [  6655] By: jhi                                   on 2000/08/16  14:11:05
66697         Log: Update Changes.
66698      Branch: perl
66699            ! Changes patchlevel.h
66700 ____________________________________________________________________________
66701 [  6654] By: jhi                                   on 2000/08/16  14:10:12
66702         Log: Update to perldebtut 1.9, from Richard Foley.
66703      Branch: perl
66704            ! pod/perldebtut.pod
66705 ____________________________________________________________________________
66706 [  6653] By: jhi                                   on 2000/08/16  14:08:17
66707         Log: Change the regx compilation error markers to use = instead of <
66708              since pod makes using the latter quite messy.  Reported in
66709              ID 20000814.006 by Abigail and in
66710              Subject: Unknown escape E<> ?
66711              From: Lupe Christoph <lupe@lupe-christoph.de>
66712              Date: Fri, 11 Aug 2000 00:30:27 +0200
66713              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
66714      Branch: perl
66715            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
66716            ! t/op/regmesg.t t/pragma/warn/regcomp
66717 ____________________________________________________________________________
66718 [  6652] By: jhi                                   on 2000/08/16  13:25:31
66719         Log: Change the perlbug address to perl.org since it's more forgiving.
66720              
66721              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
66722              From: abigail@foad.org
66723              Date: 15 Aug 2000 04:15:40 -0000
66724              Message-Id: <20000815041540.8633.qmail@foad.org>
66725      Branch: perl
66726            ! utils/perlbug.PL
66727 ____________________________________________________________________________
66728 [  6651] By: jhi                                   on 2000/08/16  13:22:35
66729         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
66730              From: Tim Jenness <timj@jach.hawaii.edu>
66731              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
66732              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
66733      Branch: perl
66734            ! lib/Cwd.pm
66735 ____________________________________________________________________________
66736 [  6650] By: jhi                                   on 2000/08/16  13:18:13
66737         Log: Update to CPAN 1.57.
66738              
66739              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
66740              From: andreas.koenig@anima.de (Andreas J. Koenig)
66741              Date: 16 Aug 2000 15:09:46 +0200
66742              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
66743      Branch: perl
66744            ! lib/CPAN.pm
66745 ____________________________________________________________________________
66746 [  6649] By: jhi                                   on 2000/08/16  13:12:31
66747         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
66748              From: "Larry W. Virden" <lvirden@cas.org>
66749              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
66750              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
66751      Branch: perl
66752            ! README.hpux
66753 ____________________________________________________________________________
66754 [  6648] By: jhi                                   on 2000/08/16  13:03:53
66755         Log: The numeric locale was reset to "C" by s?printf and never restored.
66756              
66757              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
66758              From: Christian Kirsch <ck@held.mind.de>
66759              Date: Wed, 9 Aug 2000 17:05:17 +0200
66760              Message-Id: <20000809170517.A25389@held>
66761              
66762              No test since adding the failing example to locale.t
66763              does not fail -- probably because the locale settings are so
66764              thoroughly tweaked by that time.  Running the example standalone
66765              does fail, though.  UPDATE: test case added at change #7540.
66766      Branch: perl
66767            ! dump.c perl.h pp.c pp_ctl.c sv.c
66768 ____________________________________________________________________________
66769 [  6647] By: jhi                                   on 2000/08/16  00:07:54
66770         Log: Update Changes and test semi-automatic patchlevel updating.
66771      Branch: perl
66772            ! Changes patchlevel.h
66773 ____________________________________________________________________________
66774 [  6646] By: jhi                                   on 2000/08/15  23:35:07
66775         Log: Fix a dependency problem.
66776              
66777              Subject: [PATCH: 6640] VMS Makefile.SH update
66778              From: Peter Prymmer <pvhp@forte.com>
66779              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
66780              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
66781      Branch: perl
66782            ! vms/descrip_mms.template
66783 ____________________________________________________________________________
66784 [  6645] By: jhi                                   on 2000/08/15  23:33:23
66785         Log: (Retracted by #6660)
66786              
66787              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
66788              From: Dominic Dunlop <domo@computer.org>
66789              Date: Tue, 15 Aug 2000 22:20:52 +0200
66790              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
66791      Branch: metaconfig/U/perl
66792            + d_printfed.U
66793      Branch: perl
66794            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
66795            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
66796            ! t/op/sprintf.t
66797 ____________________________________________________________________________
66798 [  6644] By: jhi                                   on 2000/08/15  21:17:20
66799         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
66800              From: abigail@foad.org
66801              Date: 15 Aug 2000 20:12:41 -0000
66802              Message-Id: <20000815201241.25556.qmail@foad.org>
66803      Branch: perl
66804            ! INSTALL
66805 ____________________________________________________________________________
66806 [  6643] By: jhi                                   on 2000/08/15  21:15:28
66807         Log: (an already applied patch)
66808      Branch: perl
66809            ! lib/CGI.pm
66810 ____________________________________________________________________________
66811 [  6642] By: gsar                                  on 2000/08/15  19:54:05
66812         Log: magic callbacks all need to have same type signature
66813      Branch: perl
66814            ! embed.pl mg.c proto.h
66815 ____________________________________________________________________________
66816 [  6641] By: jhi                                   on 2000/08/15  17:56:27
66817         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)
66818              From: Mike Guy <mjtg@cam.ac.uk>
66819              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
66820              Date: Tue, 15 Aug 2000 18:26:45 +0100
66821              
66822              Only the peek.t part applied, not the hash quality part.
66823      Branch: perl
66824            ! t/lib/peek.t
66825 ____________________________________________________________________________
66826 [  6640] By: jhi                                   on 2000/08/15  16:37:37
66827         Log: Update Changes.
66828      Branch: perl
66829            ! Changes
66830 ____________________________________________________________________________
66831 [  6639] By: jhi                                   on 2000/08/15  16:34:55
66832         Log: Missed a file from #6638.
66833      Branch: perl
66834            ! lib/File/Temp.pm
66835 ____________________________________________________________________________
66836 [  6638] By: jhi                                   on 2000/08/15  16:33:19
66837         Log: Subject: [PATCH perl@6620] cygwin port
66838              From: "Fifer, Eric" <EFifer@sanwaint.com>
66839              Date: Tue, 15 Aug 2000 17:00:49 +0100
66840              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
66841      Branch: perl
66842            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
66843 ____________________________________________________________________________
66844 [  6637] By: jhi                                   on 2000/08/15  16:29:22
66845         Log: Subject: [PATCH] debugger exit code should reflect user exit code
66846              From: Mike Guy <mjtg@cam.ac.uk>
66847              Date: Tue, 15 Aug 2000 16:55:59 +0100
66848              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
66849      Branch: perl
66850            ! lib/perl5db.pl
66851 ____________________________________________________________________________
66852 [  6636] By: jhi                                   on 2000/08/15  15:30:58
66853         Log: Update Changes.
66854      Branch: perl
66855            ! Changes
66856 ____________________________________________________________________________
66857 [  6635] By: jhi                                   on 2000/08/15  15:27:21
66858         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
66859      Branch: metaconfig
66860            ! U/mkglossary U/mksample
66861      Branch: metaconfig/U/perl
66862            ! Devel.U
66863      Branch: perl
66864            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
66865 ____________________________________________________________________________
66866 [  6634] By: jhi                                   on 2000/08/15  14:11:55
66867         Log: Don't blow limited stacks, a lower number is enough to
66868              tickle the lookbehind limit.
66869              
66870              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
66871              From: Dominic Dunlop <domo@computer.org>
66872              Date: Tue, 15 Aug 2000 13:51:24 +0200
66873              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
66874      Branch: perl
66875            ! t/op/regmesg.t
66876 ____________________________________________________________________________
66877 [  6633] By: jhi                                   on 2000/08/15  14:01:46
66878         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
66879              From: Mike Guy <mjtg@cam.ac.uk>
66880              Date: Tue, 15 Aug 2000 12:10:50 +0100
66881              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
66882      Branch: perl
66883            ! utils/perldoc.PL
66884 ____________________________________________________________________________
66885 [  6632] By: jhi                                   on 2000/08/15  13:58:48
66886         Log: make ok etc also for win32.
66887              
66888              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
66889              From: Prymmer/Kahn <pvhp@best.com>
66890              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
66891              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
66892      Branch: perl
66893            ! win32/Makefile
66894 ____________________________________________________________________________
66895 [  6631] By: jhi                                   on 2000/08/15  13:45:03
66896         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
66897      Branch: perl
66898            ! lib/Test.pm
66899 ____________________________________________________________________________
66900 [  6630] By: jhi                                   on 2000/08/15  03:25:09
66901         Log: Update Changes.
66902      Branch: perl
66903            ! Changes
66904 ____________________________________________________________________________
66905 [  6629] By: jhi                                   on 2000/08/15  03:23:53
66906         Log: magic_regdatum_set() is void, not int.
66907      Branch: perl
66908            ! embed.pl mg.c proto.h
66909 ____________________________________________________________________________
66910 [  6628] By: jhi                                   on 2000/08/15  03:08:02
66911         Log: Make the user to give up his firstborn, err, to knowingly
66912              verify installing an unstable developer release.  Also bump
66913              the release to 5.7.0, but leave a patch tag in the local
66914              patches saying that this is not yet the real thing.
66915      Branch: metaconfig
66916            ! U/modified/Instruct.U
66917      Branch: metaconfig/U/perl
66918            + Devel.U
66919      Branch: perl
66920            ! Configure patchlevel.h
66921 ____________________________________________________________________________
66922 [  6627] By: jhi                                   on 2000/08/14  22:32:52
66923         Log: README.os2 update.
66924              
66925              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
66926              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
66927              Date: Wed, 02 Aug 2000 21:55:09 -0700
66928              Message-ID: <tsPi5gzkgegX092yn@efn.org>
66929      Branch: perl
66930            ! README.os2
66931 ____________________________________________________________________________
66932 [  6626] By: jhi                                   on 2000/08/14  21:00:02
66933         Log: Subject: Re: File::Temp problems on VMS in bleedperl
66934              From: Tim Jenness <timj@jach.hawaii.edu>
66935              cc: vmsperl@perl.org
66936              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
66937              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
66938      Branch: perl
66939            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
66940 ____________________________________________________________________________
66941 [  6625] By: jhi                                   on 2000/08/14  20:52:16
66942         Log: Add SUIDMAIL as was done for the CERT alert.
66943      Branch: perl
66944            ! patchlevel.h
66945 ____________________________________________________________________________
66946 [  6624] By: jhi                                   on 2000/08/14  20:48:50
66947         Log: Subject: sfio2000
66948              From: Daniel Muino <dmuino@afip.gov.ar>
66949              Date: Mon, 14 Aug 2000 16:58:11 -0300
66950              Message-ID: <20000814165811.B16368@con2-dgi>
66951      Branch: perl
66952            ! perlsdio.h perlsfio.h
66953 ____________________________________________________________________________
66954 [  6623] By: jhi                                   on 2000/08/14  20:47:36
66955         Log: Subject: warning: storage class after type is obsolescent
66956              From: Daniel Muino <dmuino@afip.gov.ar>
66957              Date: Mon, 14 Aug 2000 16:42:47 -0300
66958              Message-ID: <20000814164247.A16368@con2-dgi>
66959      Branch: perl
66960            ! regcomp.pl regnodes.h
66961 ____________________________________________________________________________
66962 [  6622] By: jhi                                   on 2000/08/14  20:43:05
66963         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
66964              From: abigail@foad.org
66965              Date: 14 Aug 2000 20:00:10 -0000
66966              Message-Id: <20000814200010.27271.qmail@foad.org>
66967      Branch: perl
66968            ! Changes
66969 ____________________________________________________________________________
66970 [  6621] By: jhi                                   on 2000/08/14  15:23:05
66971         Log: Update Changes.
66972      Branch: perl
66973            ! Changes
66974 ____________________________________________________________________________
66975 [  6620] By: jhi                                   on 2000/08/14  15:22:14
66976         Log: Subject: Re: [PATCH] @+, @- readonly
66977              From: Mike Guy <mjtg@cam.ac.uk>
66978              Date: Mon, 14 Aug 2000 15:26:55 +0100
66979              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
66980      Branch: perl
66981            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
66982            ! sv.c t/op/pat.t
66983 ____________________________________________________________________________
66984 [  6619] By: jhi                                   on 2000/08/14  14:12:08
66985         Log: Update Changes.
66986      Branch: perl
66987            ! Changes
66988 ____________________________________________________________________________
66989 [  6618] By: jhi                                   on 2000/08/14  14:09:34
66990         Log: For now remove the mail code.
66991      Branch: perl
66992            ! perl.c
66993 ____________________________________________________________________________
66994 [  6617] By: jhi                                   on 2000/08/14  14:08:28
66995         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
66996      Branch: perl
66997            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
66998            ! pod/perlfaq8.pod pod/perlsec.pod
66999 ____________________________________________________________________________
67000 [  6616] By: jhi                                   on 2000/08/14  14:00:11
67001         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
67002              From: Mike Guy <mjtg@cam.ac.uk>
67003              Date: Mon, 14 Aug 2000 08:26:02 +0100
67004              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
67005      Branch: perl
67006            ! lib/perl5db.pl
67007 ____________________________________________________________________________
67008 [  6615] By: jhi                                   on 2000/08/14  13:58:45
67009         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
67010              From: Mike Guy <mjtg@cam.ac.uk>
67011              Date: Mon, 14 Aug 2000 08:04:22 +0100
67012              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
67013      Branch: perl
67014            ! gv.c mg.c t/op/pat.t
67015 ____________________________________________________________________________
67016 [  6614] By: jhi                                   on 2000/08/14  13:56:45
67017         Log: Subject: Test fails / warnings with perl-current #6612
67018              From: Mike Guy <mjtg@cam.ac.uk>
67019              Date: Mon, 14 Aug 2000 07:57:23 +0100
67020              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
67021      Branch: perl
67022            ! t/lib/b.t t/lib/peek.t
67023 ____________________________________________________________________________
67024 [  6613] By: jhi                                   on 2000/08/14  13:45:33
67025         Log: VMS configure.com update continues.
67026      Branch: perl
67027            - vms/configure.com
67028            ! MANIFEST configure.com
67029 ____________________________________________________________________________
67030 [  6612] By: jhi                                   on 2000/08/13  22:13:35
67031         Log: Update Changes.
67032      Branch: perl
67033            ! Changes
67034 ____________________________________________________________________________
67035 [  6611] By: jhi                                   on 2000/08/13  16:21:45
67036         Log: Upgrade to CGI 2.71, from Lincoln Stein.
67037      Branch: perl
67038            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
67039 ____________________________________________________________________________
67040 [  6610] By: jhi                                   on 2000/08/13  15:09:16
67041         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
67042              From: Mike Guy <mjtg@cam.ac.uk>
67043              Date: Sun, 13 Aug 2000 13:45:51 +0100
67044              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
67045      Branch: perl
67046            ! t/op/regmesg.t
67047 ____________________________________________________________________________
67048 [  6609] By: jhi                                   on 2000/08/13  14:31:26
67049         Log: Andreas says that 1.56 is fine, so reverting back to it.
67050      Branch: perl
67051            ! lib/CPAN.pm
67052 ____________________________________________________________________________
67053 [  6608] By: jhi                                   on 2000/08/13  05:34:20
67054         Log: Update Changes.
67055      Branch: perl
67056            ! Changes
67057 ____________________________________________________________________________
67058 [  6607] By: jhi                                   on 2000/08/13  05:32:01
67059         Log: Put back the \z changes of #5406 to CPAN.pm.
67060      Branch: perl
67061            ! lib/CPAN.pm
67062 ____________________________________________________________________________
67063 [  6606] By: jhi                                   on 2000/08/13  05:20:16
67064         Log: Fix-n-skip the tests under 5005threads.
67065      Branch: perl
67066            ! t/lib/b.t
67067 ____________________________________________________________________________
67068 [  6605] By: jhi                                   on 2000/08/13  05:07:48
67069         Log: Fix the test for 5005threads.
67070      Branch: perl
67071            ! t/lib/peek.t
67072 ____________________________________________________________________________
67073 [  6604] By: jhi                                   on 2000/08/13  03:35:37
67074         Log: Should have deleted this in #6603.
67075      Branch: perl
67076            - vms/subconfigure.com
67077 ____________________________________________________________________________
67078 [  6603] By: jhi                                   on 2000/08/12  18:29:32
67079         Log: Rewrite of vms/subconfigure.com as configure.com,
67080              from Peter Prymmer and the vmsperl crew.
67081      Branch: perl
67082            + vms/configure.com
67083            ! MANIFEST
67084 ____________________________________________________________________________
67085 [  6602] By: jhi                                   on 2000/08/11  13:00:01
67086         Log: PlainText.pm is dead.
67087      Branch: perl
67088            - lib/Pod/PlainText.pm
67089            ! MANIFEST
67090 ____________________________________________________________________________
67091 [  6601] By: jhi                                   on 2000/08/11  04:06:45
67092         Log: Update Changes.
67093      Branch: perl
67094            ! Changes
67095 ____________________________________________________________________________
67096 [  6600] By: jhi                                   on 2000/08/11  04:06:10
67097         Log: Add a few missing files, update MANIFEST.
67098      Branch: perl
67099            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
67100            + lib/Pod/PlainText.pm t/pod/find.t
67101            ! MANIFEST t/op/regmesg.t
67102 ____________________________________________________________________________
67103 [  6599] By: jhi                                   on 2000/08/11  03:31:10
67104         Log: Add Perl debugging tutorial, regen toc. 
67105              
67106              Subject: perldebtut.pod
67107              From: Richard Foley <Richard.Foley@m.dasa.de>
67108              Date: Wed, 09 Aug 2000 10:17:15 +0200
67109              Message-id: <3991138B.262247B8@m.dasa.de>
67110      Branch: perl
67111            + pod/perldebtut.pod
67112            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
67113 ____________________________________________________________________________
67114 [  6598] By: jhi                                   on 2000/08/11  02:48:56
67115         Log: tiny Changes edit
67116      Branch: perl
67117            ! Changes
67118 ____________________________________________________________________________
67119 [  6597] By: jhi                                   on 2000/08/11  02:39:04
67120         Log: Tests for #6589.
67121              
67122              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
67123              From: simon@brecon.co.uk (Simon Cozens)
67124              Date: 11 Aug 2000 02:24:52 GMT
67125              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
67126      Branch: perl
67127            ! t/lib/b.t
67128 ____________________________________________________________________________
67129 [  6596] By: jhi                                   on 2000/08/11  01:50:07
67130         Log: Update Changes.
67131      Branch: perl
67132            ! Changes
67133 ____________________________________________________________________________
67134 [  6595] By: jhi                                   on 2000/08/11  01:47:16
67135         Log: nitfix
67136      Branch: perl
67137            ! Changes
67138 ____________________________________________________________________________
67139 [  6594] By: jhi                                   on 2000/08/11  01:36:16
67140         Log: Subject: Getting perlio and threads to compile
67141              From: Lupe Christoph <lupe@lupe-christoph.de>
67142              Date: Wed, 9 Aug 2000 11:35:54 +0200
67143              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
67144              
67145              (the Solaris version changes in Configure skipped)
67146      Branch: perl
67147            ! hints/solaris_2.sh thread.h
67148 ____________________________________________________________________________
67149 [  6593] By: jhi                                   on 2000/08/11  01:30:16
67150         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
67151              From: simon@brecon.co.uk (Simon Cozens)
67152              Date: 1 Aug 2000 06:55:19 GMT
67153              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
67154      Branch: perl
67155            ! lib/utf8.pm
67156 ____________________________________________________________________________
67157 [  6592] By: jhi                                   on 2000/08/11  01:26:39
67158         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
67159              From: Peter Scott <Peter@PeterScott.com>
67160              Date: Thu, 10 Aug 2000 08:23:27 -0700
67161              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
67162      Branch: perl
67163            ! lib/perl5db.pl
67164 ____________________________________________________________________________
67165 [  6591] By: jhi                                   on 2000/08/11  01:22:02
67166         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
67167              From: Hugo <hv@crypt.compulink.co.uk>
67168              Date: Thu, 10 Aug 2000 19:23:04 +0100
67169              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
67170      Branch: perl
67171            ! regexec.c t/op/pat.t
67172 ____________________________________________________________________________
67173 [  6590] By: jhi                                   on 2000/08/11  01:19:19
67174         Log: Preprocessing and postprocessing for File::Find.
67175              
67176              Subject: Patch to Find::File.pm to allow alphabetical results
67177              From: Joe Smith <jsmith@inwap.com>
67178              Date: Wed, 9 Aug 2000 02:44:54 -0700
67179              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
67180      Branch: perl
67181            ! lib/File/Find.pm
67182 ____________________________________________________________________________
67183 [  6589] By: jhi                                   on 2000/08/11  01:12:39
67184         Log: B::Deparse didn't do sub attributes.
67185              
67186              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
67187              From: simon@brecon.co.uk (Simon Cozens)
67188              Date: 9 Aug 2000 04:49:20 GMT
67189              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
67190      Branch: perl
67191            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
67192 ____________________________________________________________________________
67193 [  6588] By: jhi                                   on 2000/08/11  01:06:40
67194         Log: Subject: debugger "d" command doesnt check line number
67195              From: Mike Guy <mjtg@cam.ac.uk>
67196              Date: Tue, 08 Aug 2000 21:54:29 +0100
67197              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
67198      Branch: perl
67199            ! lib/perl5db.pl mg.c pod/perldiag.pod
67200 ____________________________________________________________________________
67201 [  6587] By: jhi                                   on 2000/08/11  00:45:03
67202         Log: sleep(1) does not necessarily return 1.
67203              
67204              Subject: [PATCH bleadperl] op/lex_assign.t  
67205              From: Hugo <hv@crypt.compulink.co.uk>
67206              Date: Thu, 03 Aug 2000 14:34:22 +0100        
67207              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
67208      Branch: perl
67209            ! t/op/lex_assign.t
67210 ____________________________________________________________________________
67211 [  6586] By: jhi                                   on 2000/08/11  00:31:50
67212         Log: Document the IO::Select timeout.
67213      Branch: perl
67214            ! ext/IO/lib/IO/Select.pm
67215 ____________________________________________________________________________
67216 [  6585] By: jhi                                   on 2000/08/11  00:13:54
67217         Log: Forgot contributor.
67218      Branch: perl
67219            ! Changes
67220 ____________________________________________________________________________
67221 [  6584] By: jhi                                   on 2000/08/11  00:09:19
67222         Log: detypo
67223      Branch: perl
67224            ! Changes
67225 ____________________________________________________________________________
67226 [  6583] By: jhi                                   on 2000/08/11  00:07:53
67227         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
67228              
67229              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
67230              From: Mike Guy <mjtg@cam.ac.uk> 
67231              Date: Thu, 10 Aug 2000 15:50:54 +0100
67232              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
67233      Branch: perl
67234            ! sv.c t/op/int.t
67235 ____________________________________________________________________________
67236 [  6582] By: jhi                                   on 2000/08/10  23:29:32
67237         Log: Update Changes.
67238      Branch: perl
67239            ! Changes
67240 ____________________________________________________________________________
67241 [  6581] By: jhi                                   on 2000/08/10  23:26:16
67242         Log: Put back the std @INC thing.
67243      Branch: perl
67244            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
67245            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
67246            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
67247            ! t/lib/gol-oo.t
67248 ____________________________________________________________________________
67249 [  6580] By: jhi                                   on 2000/08/10  23:03:34
67250         Log: Update to CGI 2.70, from Lincoln Stein.
67251      Branch: perl
67252            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
67253            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
67254            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
67255            ! t/lib/cgi-request.t
67256 ____________________________________________________________________________
67257 [  6579] By: jhi                                   on 2000/08/10  22:41:50
67258         Log: Update to CPAN 1.56, from Andreas König.
67259      Branch: perl
67260            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
67261 ____________________________________________________________________________
67262 [  6578] By: jhi                                   on 2000/08/10  22:38:13
67263         Log: Update to Pod::Parser 1.17, from Brad Appleton.
67264      Branch: perl
67265            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
67266            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
67267            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
67268            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
67269            ! t/pod/include.t t/pod/included.t t/pod/lref.t
67270            ! t/pod/multiline_items.t t/pod/nested_items.t
67271            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
67272            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
67273            ! t/pod/special_seqs.t
67274 ____________________________________________________________________________
67275 [  6577] By: jhi                                   on 2000/08/10  22:35:41
67276         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
67277      Branch: perl
67278            ! AUTHORS MAINTAIN
67279 ____________________________________________________________________________
67280 [  6576] By: jhi                                   on 2000/08/10  22:24:54
67281         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
67282      Branch: perl
67283            + t/lib/gol-oo.t
67284            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
67285            ! t/lib/gol-compat.t t/lib/gol-linkage.t
67286 ____________________________________________________________________________
67287 [  6575] By: jhi                                   on 2000/08/10  22:02:07
67288         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
67289      Branch: perl
67290            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
67291 ____________________________________________________________________________
67292 [  6574] By: jhi                                   on 2000/08/10  21:55:03
67293         Log: Iterating perl6 description.
67294      Branch: perl
67295            ! pod/perlfaq1.pod
67296 ____________________________________________________________________________
67297 [  6573] By: jhi                                   on 2000/08/10  21:48:26
67298         Log: Revert the sv.c part of #6559, a better fix is needed.
67299      Branch: perl
67300            ! sv.c
67301 ____________________________________________________________________________
67302 [  6572] By: jhi                                   on 2000/08/10  20:33:43
67303         Log: It's the 2ndO'ROSSC.
67304      Branch: perl
67305            ! pod/perlfaq1.pod
67306 ____________________________________________________________________________
67307 [  6571] By: jhi                                   on 2000/08/10  15:55:48
67308         Log: detypo
67309      Branch: perl
67310            ! pod/perlfaq1.pod
67311 ____________________________________________________________________________
67312 [  6570] By: jhi                                   on 2000/08/10  14:11:17
67313         Log: An exceptionally sticky typo.
67314      Branch: perl
67315            ! Changes
67316 ____________________________________________________________________________
67317 [  6569] By: jhi                                   on 2000/08/10  14:09:33
67318         Log: detypo (and test Changes updating script)
67319      Branch: perl
67320            ! Changes
67321 ____________________________________________________________________________
67322 [  6568] By: jhi                                   on 2000/08/10  14:07:07
67323         Log: Update Changes.
67324      Branch: perl
67325            ! Changes
67326 ____________________________________________________________________________
67327 [  6567] By: jhi                                   on 2000/08/10  14:06:19
67328         Log: Amend the description of Perl6.
67329              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
67330              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
67331              Date: Wed, 9 Aug 2000 22:11:06 -0500
67332              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
67333      Branch: perl
67334            ! pod/perlfaq1.pod
67335 ____________________________________________________________________________
67336 [  6566] By: jhi                                   on 2000/08/10  13:58:57
67337         Log: Subject: Remove dead entry in perldiag
67338              From: Mike Guy <mjtg@cam.ac.uk>
67339              Date: Thu, 10 Aug 2000 14:19:19 +0100
67340              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
67341      Branch: perl
67342            ! pod/perldiag.pod
67343 ____________________________________________________________________________
67344 [  6565] By: jhi                                   on 2000/08/10  13:51:48
67345         Log: Zero entries were skipped, fix from Adrian Goalby
67346              <argoalby@yahoo.co.uk>
67347      Branch: perl
67348            ! lib/unicode/Number.pl lib/unicode/mktables.PL
67349 ____________________________________________________________________________
67350 [  6564] By: jhi                                   on 2000/08/10  13:00:12
67351         Log: Subject: [PATCH 5.6.0] cygwin port
67352              From: "Fifer, Eric" <EFifer@sanwaint.com>
67353              Date: Thu, 10 Aug 2000 13:15:36 +0100
67354              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
67355      Branch: perl
67356            ! README.cygwin hints/cygwin.sh
67357 ____________________________________________________________________________
67358 [  6563] By: jhi                                   on 2000/08/10  12:55:16
67359         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
67360      Branch: perl
67361            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
67362 ____________________________________________________________________________
67363 [  6562] By: gsar                                  on 2000/08/10  08:38:39
67364         Log: warn is a macro, avoid using at a variable to avoid warnings
67365              in some configurations; readdir.t is too conservative in
67366              estimating number of *.t's
67367      Branch: perl
67368            ! t/op/readdir.t util.c
67369 ____________________________________________________________________________
67370 [  6561] By: jhi                                   on 2000/08/09  23:35:42
67371         Log: Update Changes.
67372      Branch: perl
67373            ! Changes
67374 ____________________________________________________________________________
67375 [  6560] By: jhi                                   on 2000/08/09  23:05:47
67376         Log: Subject: Re: enhanced(?) regex error messages
67377              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
67378              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
67379              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
67380              
67381              (plus two small patches sent privately)
67382              (this still seems to leave few test failures)
67383      Branch: perl
67384            + t/op/regmesg.t
67385            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
67386            ! t/pragma/warn/regcomp
67387 ____________________________________________________________________________
67388 [  6559] By: jhi                                   on 2000/08/09  20:41:18
67389         Log: (The fix did work but was not right, retracted in #6573)
67390              
67391              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
67392              From: Christian Kirsch <ck@held.mind.de>
67393              Date: Wed, 9 Aug 2000 17:05:17 +0200
67394              Message-Id: <20000809170517.A25389@held>
67395      Branch: perl
67396            ! sv.c t/pragma/locale.t
67397 ____________________________________________________________________________
67398 [  6558] By: jhi                                   on 2000/08/08  22:34:08
67399         Log: Tiny updates on the contributors list.
67400      Branch: perl
67401            ! Changes
67402 ____________________________________________________________________________
67403 [  6557] By: jhi                                   on 2000/08/08  19:34:28
67404         Log: Double check that we have a dirhandle.
67405      Branch: perl
67406            ! util.c
67407 ____________________________________________________________________________
67408 [  6556] By: jhi                                   on 2000/08/08  19:01:51
67409         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
67410              May be repopulated with fresh maintained examples.
67411      Branch: perl
67412            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
67413            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
67414            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
67415            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
67416            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
67417            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
67418            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
67419            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
67420            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
67421            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
67422            + lib/CGI/eg/wilogo_gif.uu
67423            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
67424            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
67425            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
67426            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
67427            - eg/cgi/frameset.cgi eg/cgi/index.html
67428            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
67429            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
67430            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
67431            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
67432            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
67433            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
67434            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
67435            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
67436            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
67437            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
67438            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
67439            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
67440            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
67441            - eg/van/vanish eg/who eg/wrapsuid
67442            ! MANIFEST
67443 ____________________________________________________________________________
67444 [  6555] By: jhi                                   on 2000/08/08  18:51:08
67445         Log: Delete chat2 as requested by Randal.
67446              
67447              Subject: Re: perlfaq8 coyness
67448              From: merlyn@stonehenge.com (Randal L. Schwartz) 
67449              Date: 15 May 2000 18:52:42 -0700 
67450              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
67451      Branch: perl
67452            - lib/chat2.pl
67453            ! MANIFEST
67454 ____________________________________________________________________________
67455 [  6554] By: jhi                                   on 2000/08/08  18:31:35
67456         Log: Regen global.sym.
67457      Branch: perl
67458            ! global.sym
67459 ____________________________________________________________________________
67460 [  6553] By: jhi                                   on 2000/08/08  18:28:13
67461         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
67462              (either perlbug or p5p ate the original), plus regen
67463              perlapi and perltoc. 
67464      Branch: perl
67465            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
67466            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
67467            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
67468            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
67469            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
67470            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
67471            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
67472            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
67473            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
67474            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
67475 ____________________________________________________________________________
67476 [  6552] By: jhi                                   on 2000/08/08  18:06:29
67477         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
67478              From: Mike Guy <mjtg@cam.ac.uk>
67479              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
67480              Date: Tue, 08 Aug 2000 15:51:27 +0100
67481      Branch: perl
67482            ! doop.c sv.h t/op/join.t t/pragma/overload.t
67483 ____________________________________________________________________________
67484 [  6551] By: jhi                                   on 2000/08/08  18:01:11
67485         Log: Re-apply #6549.
67486      Branch: perl
67487            ! lib/perl5db.pl
67488 ____________________________________________________________________________
67489 [  6550] By: jhi                                   on 2000/08/08  17:43:08
67490         Log: Accidental retraction of #6549.
67491      Branch: perl
67492            ! lib/perl5db.pl
67493 ____________________________________________________________________________
67494 [  6549] By: jhi                                   on 2000/08/08  17:40:04
67495         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
67496              From: Mike Guy <mjtg@cam.ac.uk>
67497              Date: Mon, 07 Aug 2000 21:49:58 +0100
67498              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
67499      Branch: perl
67500            ! lib/perl5db.pl
67501 ____________________________________________________________________________
67502 [  6548] By: jhi                                   on 2000/08/08  17:37:57
67503         Log: Document here-doc better.
67504              
67505              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
67506              From: Mike Guy <mjtg@cam.ac.uk>
67507              Date: Mon, 07 Aug 2000 14:02:09 +0100
67508              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
67509      Branch: perl
67510            ! pod/perldata.pod
67511 ____________________________________________________________________________
67512 [  6547] By: jhi                                   on 2000/08/08  17:33:34
67513         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
67514              From: "Randy J. Ray" <rjray@redhat.com>
67515              Date: Mon, 07 Aug 2000 19:12:25 -0700
67516              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
67517      Branch: perl
67518            ! perl.c pod/perlrun.pod
67519 ____________________________________________________________________________
67520 [  6546] By: jhi                                   on 2000/08/08  17:29:26
67521         Log: Subject: Re: enhanced(?) regex error messages 
67522              From: Hugo <hv@crypt.compulink.co.uk>
67523              Date: Tue, 08 Aug 2000 03:25:51 +0100
67524              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
67525              
67526              plus Capitalize the error messages, plus perldiag them.
67527      Branch: perl
67528            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
67529 ____________________________________________________________________________
67530 [  6545] By: jhi                                   on 2000/08/08  13:59:28
67531         Log: Augment #6539 a bit: don't croak if there's magic in the air.
67532              
67533              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
67534              From: Hugo <hv@crypt.compulink.co.uk>
67535              Date: Tue, 08 Aug 2000 03:02:03 +0100
67536              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
67537      Branch: perl
67538            ! pp.c t/op/bless.t
67539 ____________________________________________________________________________
67540 [  6544] By: jhi                                   on 2000/08/07  21:11:52
67541         Log: Make the test -w clean.
67542      Branch: perl
67543            ! t/op/bless.t
67544 ____________________________________________________________________________
67545 [  6543] By: jhi                                   on 2000/08/07  19:49:53
67546         Log: use warnings instead of $^W.
67547      Branch: perl
67548            ! t/op/bless.t
67549 ____________________________________________________________________________
67550 [  6542] By: jhi                                   on 2000/08/07  17:41:41
67551         Log: Disable a portability warning Because We Know What We Are Doing.
67552      Branch: perl
67553            ! t/op/bless.t
67554 ____________________________________________________________________________
67555 [  6541] By: jhi                                   on 2000/08/07  17:29:51
67556         Log: Tiny tidying on report_evil_fh().
67557      Branch: perl
67558            ! util.c
67559 ____________________________________________________________________________
67560 [  6540] By: jhi                                   on 2000/08/07  16:37:38
67561         Log: Make regular expression parse error messages easier to understand.
67562              
67563              Subject: Re: enhanced(?) regex error messages
67564              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
67565              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
67566              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
67567      Branch: perl
67568            ! regcomp.c
67569 ____________________________________________________________________________
67570 [  6539] By: jhi                                   on 2000/08/07  16:12:27
67571         Log: Make bless(REF, REF) a fatal error, add bless tests.
67572              
67573              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
67574              From: Hugo <hv@crypt.compulink.co.uk>
67575              Date: Mon, 07 Aug 2000 16:59:38 +0100
67576              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
67577      Branch: perl
67578            + t/op/bless.t
67579            ! MANIFEST pod/perldiag.pod pp.c sv.c
67580 ____________________________________________________________________________
67581 [  6538] By: jhi                                   on 2000/08/07  15:59:43
67582         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
67583              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
67584              Date: Thu, 3 Aug 2000 14:29:21 -0700
67585              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
67586      Branch: perl
67587            ! lib/lib_pm.PL
67588 ____________________________________________________________________________
67589 [  6537] By: jhi                                   on 2000/08/07  15:47:18
67590         Log: Retract #6419 for now since it breaks in AFS and MachTen.
67591      Branch: perl
67592            ! lib/Cwd.pm
67593 ____________________________________________________________________________
67594 [  6536] By: jhi                                   on 2000/08/07  15:05:29
67595         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
67596              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
67597              The security hole exists only in suidperls, which isn't
67598              installed or even built by default.
67599      Branch: perl
67600            ! perl.c
67601 ____________________________________________________________________________
67602 [  6535] By: jhi                                   on 2000/08/07  14:45:14
67603         Log: tr memory corruption fix from Simon Cozens.
67604      Branch: perl
67605            ! doop.c
67606 ____________________________________________________________________________
67607 [  6534] By: jhi                                   on 2000/08/06  11:38:16
67608         Log: Document a bit that UDP is not what you might think.
67609              
67610              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
67611              From: Lupe Christoph <lupe@lupe-christoph.de>
67612              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
67613              Date: Mon, 24 Jul 2000 08:59:15 +0200
67614      Branch: perl
67615            ! pod/perlipc.pod
67616 ____________________________________________________________________________
67617 [  6533] By: jhi                                   on 2000/08/06  11:35:01
67618         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
67619              From: Jeff Pinyan <jeffp@hut.crusoe.net>
67620              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
67621              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
67622      Branch: perl
67623            ! pod/perlfunc.pod
67624 ____________________________________________________________________________
67625 [  6532] By: jhi                                   on 2000/08/06  03:45:41
67626         Log: Have symbols for the IoTYPEs.
67627      Branch: perl
67628            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
67629 ____________________________________________________________________________
67630 [  6531] By: jhi                                   on 2000/08/06  01:33:55
67631         Log: Continue fixing the io warnings.  This also
67632              sort of fixes bug ID 20000802.003: the core dump
67633              is no more.  Whether the current behaviour is correct
67634              (giving a warning: "Not a format reference"), is another matter.
67635      Branch: perl
67636            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
67637            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
67638 ____________________________________________________________________________
67639 [  6530] By: jhi                                   on 2000/08/05  21:33:12
67640         Log: Change the Policy policy: now -Dprefix= with an existing
67641              Policy.sh and prefix == siteprefix == vendorprefix, then all
67642              of them follow along the new prefix.
67643              
67644              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
67645              From: Andy Dougherty <doughera@lafayette.edu>
67646              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
67647              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
67648      Branch: perl
67649            ! Policy_sh.SH
67650 ____________________________________________________________________________
67651 [  6529] By: jhi                                   on 2000/08/05  18:57:28
67652         Log: Zap lib/Sys directory when cleaning up.
67653      Branch: perl
67654            ! Makefile.SH
67655 ____________________________________________________________________________
67656 [  6528] By: jhi                                   on 2000/08/05  18:40:44
67657         Log: Essential prototype changes were missing from #6527.
67658              Also make report_evil_fh() more bomb-proof.
67659      Branch: perl
67660            ! embed.h util.c
67661 ____________________________________________________________________________
67662 [  6527] By: jhi                                   on 2000/08/05  03:22:05
67663         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
67664              From: "Ronald F. Guilmette" <rfg@monkeys.com>
67665              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
67666              Message-Id: <200007242247.PAA52177@monkeys.com>
67667      Branch: perl
67668            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
67669 ____________________________________________________________________________
67670 [  6526] By: jhi                                   on 2000/08/04  21:23:27
67671         Log: gcc versions might have (parentheses) in them.
67672      Branch: metaconfig/U/perl
67673            ! gccvers.U
67674      Branch: perl
67675            ! Configure config_h.SH
67676 ____________________________________________________________________________
67677 [  6525] By: jhi                                   on 2000/08/04  20:23:12
67678         Log: Weed buglets pointed out by
67679              
67680              From: Lupe Christoph <lupe@lupe-christoph.de>
67681              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
67682              Date: Fri, 4 Aug 2000 17:34:39 +0200
67683              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
67684      Branch: metaconfig/U/perl
67685            ! gccvers.U uselfs.U
67686      Branch: perl
67687            ! Configure config_h.SH
67688 ____________________________________________________________________________
67689 [  6524] By: jhi                                   on 2000/08/04  19:02:08
67690         Log: Warn under -w if lstat(FH) is attempted.
67691              
67692              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
67693              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
67694              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
67695              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
67696      Branch: perl
67697            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
67698            ! t/pragma/warn/pp_sys
67699 ____________________________________________________________________________
67700 [  6523] By: jhi                                   on 2000/08/04  12:31:11
67701         Log: Subject: New perlcc, take 2
67702              From: simon@brecon.co.uk (Simon Cozens)
67703              Date: 4 Aug 2000 06:21:04 GMT
67704              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
67705      Branch: perl
67706            ! utils/perlcc.PL
67707 ____________________________________________________________________________
67708 [  6522] By: jhi                                   on 2000/08/04  12:26:33
67709         Log: Subject: Re: Array vs. List context
67710              From: Daniel Chetlin <daniel@chetlin.com>
67711              Date: Fri, 4 Aug 2000 00:22:44 -0700
67712              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
67713      Branch: perl
67714            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
67715            ! pod/perlfaq4.pod
67716 ____________________________________________________________________________
67717 [  6521] By: jhi                                   on 2000/08/04  12:22:38
67718         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
67719              From: Raymund Will <ray@caldera.de>
67720              Date: Fri, 4 Aug 2000 12:07:09 +0200
67721              Message-Id: <20000804120709.A14982@caldera.de>
67722      Branch: perl
67723            ! configure.gnu
67724 ____________________________________________________________________________
67725 [  6520] By: jhi                                   on 2000/08/04  04:09:06
67726         Log: After the #6519 a warning about stat() is just that,
67727              not about a filetest, which now have their own warning.
67728      Branch: perl
67729            ! pod/perldiag.pod
67730 ____________________________________________________________________________
67731 [  6519] By: jhi                                   on 2000/08/04  04:06:30
67732         Log: In the warnings call filehandles consistently so;
67733              add "unopened" warning for stat().
67734      Branch: perl
67735            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
67736            ! t/pragma/warn/pp_sys
67737 ____________________________________________________________________________
67738 [  6518] By: jhi                                   on 2000/08/04  02:55:35
67739         Log: Subject: Minor tweak to perlvar.pod
67740              From: "Stephen P. Potter" <spp@ds.net>
67741              Date: Tue, 18 Apr 2000 09:26:03 -0400
67742              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
67743      Branch: perl
67744            ! pod/perlvar.pod
67745 ____________________________________________________________________________
67746 [  6517] By: jhi                                   on 2000/08/04  02:50:08
67747         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
67748              From: "Clinton Pierce" <cpierce1@ford.com>
67749              Date: Wed, 21 Jul 1999 16:45:31 -0400
67750              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
67751              
67752              Fix by Stephen Potter (visible in the bug db but not in p5p?)
67753      Branch: perl
67754            ! pod/perlfunc.pod pod/perlop.pod
67755 ____________________________________________________________________________
67756 [  6516] By: jhi                                   on 2000/08/04  02:09:25
67757         Log: This is 6512.  Really.
67758      Branch: perl
67759            ! dump.c
67760 ____________________________________________________________________________
67761 [  6515] By: jhi                                   on 2000/08/04  01:25:50
67762         Log: mention the idea of @( and @)
67763      Branch: perl
67764            ! Todo-5.6
67765 ____________________________________________________________________________
67766 [  6514] By: bailey                                on 2000/08/04  01:18:46
67767         Log: YA resync with mainstem, including VMS patches from others
67768      Branch: vmsperl
67769           +> (branch 48 files)
67770            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
67771           !> (integrate 354 files)
67772 ____________________________________________________________________________
67773 [  6513] By: jhi                                   on 2000/08/04  01:18:18
67774         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
67775              From: Mark Dickinson <dickins3@fas.harvard.edu>
67776              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
67777              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
67778      Branch: perl
67779            ! t/op/grent.t t/op/pwent.t
67780 ____________________________________________________________________________
67781 [  6512] By: jhi                                   on 2000/08/04  01:14:06
67782         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
67783              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
67784              Date: Wed, 02 Aug 2000 10:51:01 +0100
67785              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
67786      Branch: perl
67787            ! sv.c
67788 ____________________________________________________________________________
67789 [  6511] By: jhi                                   on 2000/08/04  00:57:00
67790         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
67791              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
67792              Date: Thu, 03 Aug 2000 17:20:04 -0700
67793              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
67794      Branch: metaconfig
67795            ! U/modified/Cppsym.U
67796      Branch: perl
67797            ! Configure config_h.SH
67798 ____________________________________________________________________________
67799 [  6510] By: jhi                                   on 2000/08/04  00:25:28
67800         Log: detypo
67801      Branch: perl
67802            ! Makefile.SH
67803 ____________________________________________________________________________
67804 [  6509] By: jhi                                   on 2000/08/03  23:43:18
67805         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
67806              From: Dominic Dunlop <domo@computer.org>
67807              Date: Thu, 3 Aug 2000 22:16:46 +0200
67808              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
67809      Branch: perl
67810            ! t/op/sprintf.t
67811 ____________________________________________________________________________
67812 [  6508] By: jhi                                   on 2000/08/03  23:40:37
67813         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
67814              From: Hugo <hv@crypt.compulink.co.uk>
67815              Date: Thu, 03 Aug 2000 18:25:30 +0100
67816              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
67817      Branch: perl
67818            ! regcomp.c t/op/re_tests
67819 ____________________________________________________________________________
67820 [  6507] By: jhi                                   on 2000/08/03  23:38:28
67821         Log: Subject: [PATCH] sv.h documentation - SvLEN
67822              From: Mike Guy <mjtg@cam.ac.uk>
67823              Date: Thu, 03 Aug 2000 14:43:09 +0100
67824              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
67825      Branch: perl
67826            ! sv.h
67827 ____________________________________________________________________________
67828 [  6506] By: jhi                                   on 2000/08/03  15:49:14
67829         Log: Disable the fix_pl hack for now.
67830      Branch: perl
67831            ! Makefile.SH
67832 ____________________________________________________________________________
67833 [  6505] By: jhi                                   on 2000/08/03  13:49:04
67834         Log: Add a URL for FSF.
67835              
67836              Subject: Patch for README
67837              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
67838              Date: Wed, 2 Aug 2000 13:25:09 -0500
67839              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
67840      Branch: perl
67841            ! README
67842 ____________________________________________________________________________
67843 [  6504] By: jhi                                   on 2000/08/03  13:29:19
67844         Log: Be more informative on what is skipped and why,
67845              also repeat the list at the end.
67846      Branch: perl
67847            ! Porting/p4desc
67848 ____________________________________________________________________________
67849 [  6503] By: jhi                                   on 2000/08/03  13:07:05
67850         Log: Circumvent the removal of .patch by fix_pl.
67851              
67852              Subject: Re: [ID 20000802.011] unable to 'make test'          
67853              From: simon@brecon.co.uk (Simon Cozens) 
67854              Date: 3 Aug 2000 04:17:00 GMT
67855              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
67856      Branch: perl
67857            ! Makefile.SH
67858 ____________________________________________________________________________
67859 [  6502] By: jhi                                   on 2000/08/03  00:14:34
67860         Log: Add the missing setproctitle unit.
67861      Branch: metaconfig/U/perl
67862            + d_setproctitle.U
67863 ____________________________________________________________________________
67864 [  6501] By: jhi                                   on 2000/08/03  00:00:26
67865         Log: The subtest 4 may fail also on VOBS, as pointed out
67866              by Nick Ing-Simmons in November 1999, bug id 19991124.003
67867              (but the failure in that bug report isn't the subtest 4).
67868      Branch: perl
67869            ! t/op/stat.t
67870 ____________________________________________________________________________
67871 [  6500] By: jhi                                   on 2000/08/02  23:49:30
67872         Log: Better skip message for the test; one of the two problems in
67873              
67874              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
67875              From: Lupe Christoph <lupe@lupe-christoph.de>
67876              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
67877              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
67878      Branch: perl
67879            ! t/op/numconvert.t
67880 ____________________________________________________________________________
67881 [  6499] By: jhi                                   on 2000/08/02  22:49:16
67882         Log: Allow "no Module;" even if there is no 'unimport'.
67883              
67884              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
67885              From: mjd@plover.com
67886              Date: 24 Mar 2000 15:24:34 -0000
67887              Message-Id: <20000324152434.15160.qmail@plover.com>
67888      Branch: perl
67889            ! gv.c
67890 ____________________________________________________________________________
67891 [  6498] By: jhi                                   on 2000/08/02  22:42:58
67892         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
67893              that are hopefully soon put into use.
67894      Branch: perl
67895            ! opcode.h opcode.pl opnames.h
67896 ____________________________________________________________________________
67897 [  6497] By: gsar                                  on 2000/08/02  22:28:59
67898         Log: require.t needs binmode() to work on windows
67899      Branch: perl
67900            ! t/comp/require.t
67901 ____________________________________________________________________________
67902 [  6496] By: jhi                                   on 2000/08/02  22:08:51
67903         Log: Document the IVdf UVuf UVof UVxf.
67904      Branch: perl
67905            ! pod/perlguts.pod
67906 ____________________________________________________________________________
67907 [  6495] By: jhi                                   on 2000/08/02  21:54:26
67908         Log: detypo #6494
67909      Branch: perl
67910            ! ext/Data/Dumper/Dumper.xs
67911 ____________________________________________________________________________
67912 [  6494] By: jhi                                   on 2000/08/02  21:49:17
67913         Log: Dump UVs as UVs in Data::Dumper.
67914              
67915              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
67916              From: Gurusamy Sarathy <gsar@ActiveState.com>
67917              Date: Thu, 27 Apr 2000 12:26:25 -0700
67918              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
67919      Branch: perl
67920            ! ext/Data/Dumper/Dumper.xs
67921 ____________________________________________________________________________
67922 [  6493] By: jhi                                   on 2000/08/02  17:01:58
67923         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
67924              From: Hugo <hv@crypt.compulink.co.uk>
67925              Date: Wed, 02 Aug 2000 14:53:56 +0100
67926              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
67927      Branch: perl
67928            ! regexec.c t/op/re_tests
67929 ____________________________________________________________________________
67930 [  6492] By: jhi                                   on 2000/08/02  15:02:46
67931         Log: The new setproctitle() feature is available only in 
67932              bleeding edge FreeBSD.  From Paul Saab.
67933      Branch: perl
67934            ! mg.c
67935 ____________________________________________________________________________
67936 [  6491] By: jhi                                   on 2000/08/02  13:34:36
67937         Log: The tr utf8 patching continues.
67938              
67939              Subject: Re: #6469, too many tests claimed in require.t
67940              From: simon@brecon.co.uk (Simon Cozens)
67941              Date: 2 Aug 2000 02:37:17 GMT
67942              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
67943              
67944              (the logic of the test was the wrong way round in the patch)
67945      Branch: perl
67946            ! doop.c
67947 ____________________________________________________________________________
67948 [  6490] By: jhi                                   on 2000/08/02  13:27:38
67949         Log: The name of a filehandle does not have <these>.
67950      Branch: perl
67951            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
67952            ! t/pragma/warn/pp_sys util.c
67953 ____________________________________________________________________________
67954 [  6489] By: jhi                                   on 2000/08/02  04:26:46
67955         Log: Remove the extraneous "main::" prefix from all the
67956              "opened only for", "on closed", and "never opened" warnings.
67957              
67958              Subject: Re: inappropriate warning
67959              From: Gurusamy Sarathy <gsar@ActiveState.com>
67960              Date: Mon, 20 Mar 2000 11:28:02 -0800
67961              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
67962      Branch: perl
67963            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
67964            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
67965            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
67966 ____________________________________________________________________________
67967 [  6488] By: jhi                                   on 2000/08/02  03:02:57
67968         Log: memcpy has n o in it, as pinted ut by Sarathy.
67969      Branch: perl
67970            ! pod/perlguts.pod
67971 ____________________________________________________________________________
67972 [  6487] By: jhi                                   on 2000/08/02  02:44:51
67973         Log: Document in one place the memory abstractions used in Perl core.
67974              
67975              Subject: Re: Memory abstraction
67976              From: simon@brecon.co.uk (Simon Cozens)
67977              Date: 2 Aug 2000 02:20:23 GMT
67978              Organization: Earth.li Origins
67979      Branch: perl
67980            ! pod/perlguts.pod
67981 ____________________________________________________________________________
67982 [  6486] By: jhi                                   on 2000/08/02  02:41:57
67983         Log: regen_headers, regen perltoc.
67984      Branch: perl
67985            ! perlapi.c pod/perltoc.pod
67986 ____________________________________________________________________________
67987 [  6485] By: jhi                                   on 2000/08/02  01:43:33
67988         Log: "This little thing tests for a file .patch, and if it contains
67989              a number, pops into patchlevel.h" (making it easier to track
67990              which development version people are reporting bugs against)
67991              
67992              Subject: Patchlevel autogeneration for repository perls
67993              From: simon@brecon.co.uk (Simon Cozens)
67994              Date: 14 Jul 2000 07:12:15 GMT
67995              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
67996      Branch: perl
67997            + fix_pl
67998            ! MANIFEST Makefile.SH
67999 ____________________________________________________________________________
68000 [  6484] By: jhi                                   on 2000/08/02  01:32:54
68001         Log: FreeBSD 3.* updates from
68002              
68003              From: Paul Saab <ps@yahoo-inc.com>
68004              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
68005              Date: Tue, 1 Aug 2000 15:41:39 -0700
68006              Message-Id: <20000801154139.A53740@yahoo-inc.com>
68007      Branch: perl
68008            ! hints/freebsd.sh
68009 ____________________________________________________________________________
68010 [  6483] By: jhi                                   on 2000/08/02  01:27:44
68011         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
68012              instead one must use setproctitle().  This was already addressed
68013              by change #6457, but the below has a new variant for FreeBSD 4.0
68014              or later, and the matter is also documented more.
68015              
68016              From: Paul Saab <ps@yahoo-inc.com>
68017              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
68018              Date: Tue, 1 Aug 2000 15:41:39 -0700
68019              Message-Id: <20000801154139.A53740@yahoo-inc.com>
68020      Branch: metaconfig/U/perl
68021            + i_libutil.U
68022      Branch: perl
68023            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
68024 ____________________________________________________________________________
68025 [  6482] By: jhi                                   on 2000/08/01  22:17:32
68026         Log: The test from this
68027              
68028              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
68029              Date: Sat, 15 Apr 2000 17:03:44 +0100
68030              From: Tom Hughes <tom@compton.nu>
68031              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
68032              
68033              was missing, the code change went in as #5989
68034              (which had a different test?)
68035      Branch: perl
68036            ! t/op/misc.t
68037 ____________________________________________________________________________
68038 [  6481] By: jhi                                   on 2000/08/01  21:48:38
68039         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
68040              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
68041              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
68042              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
68043      Branch: perl
68044            ! perl.h
68045 ____________________________________________________________________________
68046 [  6480] By: jhi                                   on 2000/08/01  18:05:28
68047         Log: Make p4desc to skip non-mainperl branches by default.
68048      Branch: perl
68049            ! Porting/p4desc
68050 ____________________________________________________________________________
68051 [  6479] By: jhi                                   on 2000/08/01  17:29:19
68052         Log: If gccosandvers is equal to osname, clear gccosandvers.
68053      Branch: metaconfig/U/perl
68054            ! gccvers.U
68055      Branch: perl
68056            ! Configure config_h.SH
68057 ____________________________________________________________________________
68058 [  6478] By: jhi                                   on 2000/08/01  15:54:08
68059         Log: BOM patching from Simon Cozens.
68060      Branch: perl
68061            ! toke.c
68062 ____________________________________________________________________________
68063 [  6477] By: jhi                                   on 2000/08/01  04:50:33
68064         Log: Stash away the largefiles flags and libswanted.
68065      Branch: perl
68066            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
68067 ____________________________________________________________________________
68068 [  6476] By: gsar                                  on 2000/08/01  04:24:24
68069         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
68070              on Windows)
68071      Branch: perl
68072            ! t/pragma/utf8.t utf8.c win32/win32.c
68073 ____________________________________________________________________________
68074 [  6475] By: jhi                                   on 2000/08/01  03:35:24
68075         Log: Make chr() for values >127 to create utf8 when under utf8.
68076              
68077              Subject: Re: uft8/chr()
68078              From: simon@brecon.co.uk (Simon Cozens)
68079              Date: 1 Aug 2000 02:37:02 GMT
68080              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
68081      Branch: perl
68082            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
68083 ____________________________________________________________________________
68084 [  6474] By: jhi                                   on 2000/08/01  02:36:18
68085         Log: In Digital UNIX warn if gcc explicitly chosen because even
68086              2.95.2 is known to cause problems.
68087      Branch: perl
68088            ! hints/dec_osf.sh
68089 ____________________________________________________________________________
68090 [  6473] By: jhi                                   on 2000/08/01  02:00:56
68091         Log: Make the safety catch for buggy gccs work with triple version
68092              numbers like 2.95.2.  Reported in
68093              
68094              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
68095              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
68096              Date: Mon, 31 Jul 2000 14:55:06 +0200
68097              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
68098      Branch: perl
68099            ! hints/dec_osf.sh
68100 ____________________________________________________________________________
68101 [  6472] By: jhi                                   on 2000/08/01  01:13:33
68102         Log: Subject: fix and question re: waitpid() under win32
68103              From: Brian Clarke <clarke@appliedmeta.com>
68104              Date: Fri, 28 Jul 2000 15:18:29 -0400
68105              Message-ID: <3981DC85.290314EB@appliedmeta.com>
68106              
68107              Slightly reformatted and WNOHANG # define moved to win32.h
68108              so that also POSIX.xs sees it, as suggsted by Sarathy.
68109      Branch: perl
68110            ! win32/win32.c win32/win32.h
68111 ____________________________________________________________________________
68112 [  6471] By: jhi                                   on 2000/08/01  00:55:05
68113         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
68114              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
68115              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
68116              Date: Mon, 31 Jul 2000 13:28:51 +0100
68117              
68118              (aka ID 20000730.002)
68119      Branch: perl
68120            ! op.c t/op/tr.t
68121 ____________________________________________________________________________
68122 [  6470] By: jhi                                   on 2000/07/31  23:34:42
68123         Log: Document the problem with -P in HP-UX and its workaround.
68124              
68125              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
68126              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
68127              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
68128              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
68129      Branch: perl
68130            ! README.hpux
68131 ____________________________________________________________________________
68132 [  6469] By: jhi                                   on 2000/07/31  04:15:02
68133         Log: The swallow_bom() saga continues.  The #23 of require.t
68134              (UTF16-LE) still fails (silently, no output) but the #22
68135              (UTF16-BE) seems to be working now.  The root of the
68136              failure may be in sv_gets(): is it UTF-16LE-aware,
68137              especially when it comes to line endings? 
68138      Branch: perl
68139            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
68140            ! t/comp/require.t toke.c utf8.c
68141 ____________________________________________________________________________
68142 [  6468] By: jhi                                   on 2000/07/30  19:05:48
68143         Log: Find green threads before native threads.
68144              
68145              Subject: Re: Patch to jpl/JNI/Makefile.PL
68146              From: Jens Thomsen <jens@fiend.cis.com>
68147              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
68148              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
68149      Branch: perl
68150            ! jpl/JNI/Makefile.PL
68151 ____________________________________________________________________________
68152 [  6467] By: jhi                                   on 2000/07/30  18:36:22
68153         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
68154      Branch: perl
68155            ! doop.c
68156 ____________________________________________________________________________
68157 [  6466] By: jhi                                   on 2000/07/30  04:37:29
68158         Log: A new version of the "remove UPPERACSE string comparison"
68159              operators.  The problem with the previous one (change #6454)
68160              was that it was for Perl 5.6.0.  From Paul Marquess.
68161      Branch: perl
68162            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
68163            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
68164            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
68165 ____________________________________________________________________________
68166 [  6465] By: jhi                                   on 2000/07/29  22:39:56
68167         Log: Do not upgrade SVs into utf8 just because they participate
68168              in eq or cmp.  Reported and fix suggested in
68169              
68170              Subject: [ID 20000720.009] sv_eq UTF8 bug
68171              From: "Simon Cozens" <simon@othersideofthe.earth.li>
68172              Date: 21 Jul 2000 04:37:29 -0000
68173              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
68174              
68175              Exercise for the kind reader: should we or should we not
68176              cache the utf8 conversion alongside the SV? (as magic,
68177              as the strxfrm()ed version is cached under use locale)
68178              Argue both for and against.
68179      Branch: perl
68180            ! sv.c
68181 ____________________________________________________________________________
68182 [  6464] By: jhi                                   on 2000/07/29  22:36:22
68183         Log: Subject: UTF8 concat
68184              From: simon@brecon.co.uk (Simon Cozens) 
68185              Date: 30 Jun 2000 06:13:25 GMT
68186              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
68187              
68188              (with a memory leak fixed, plus a few casts added)
68189              
68190              This also seems to help for
68191              
68192              Subject: [ID 20000716.015] join UTF8 weirdness
68193              From: root <root@ak-71.mind.de> 
68194              Date: Sat, 15 Jul 2000 15:29:54 +0200
68195              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
68196              
68197              (from Andreas König)
68198      Branch: perl
68199            ! pp_hot.c
68200 ____________________________________________________________________________
68201 [  6463] By: jhi                                   on 2000/07/29  00:55:39
68202         Log: Tune the comments and hopefully stop a memory leak.
68203      Branch: perl
68204            ! toke.c utf8.c
68205 ____________________________________________________________________________
68206 [  6462] By: jhi                                   on 2000/07/29  00:16:53
68207         Log: The problem described in this
68208              
68209              Subject: [ID 20000322.018] named chars aren't magical enough
68210              From: root <root@dixie.cscaper.com>     
68211              Date: Wed, 22 Mar 2000 18:37:42 -0700
68212              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
68213              
68214              has been fixed in perl 5.6.0 but just in case added a test
68215              to keep it away.  (The report from Joseph Hall.)
68216      Branch: perl
68217            ! t/lib/charnames.t
68218 ____________________________________________________________________________
68219 [  6461] By: jhi                                   on 2000/07/28  23:56:36
68220         Log: Tiny fixes for #6460.
68221      Branch: metaconfig/U/perl
68222            ! gccvers.U
68223      Branch: perl
68224            ! Configure config_h.SH
68225 ____________________________________________________________________________
68226 [  6460] By: jhi                                   on 2000/07/28  23:24:41
68227         Log: Warn if the version of the operating system used to compile gcc
68228              differs from the current version of the operating system.
68229              Also display the gcc compilation os and version in myconfig.
68230              Inspiration from
68231              
68232              Subject: Re: [ID 20000710.003] ERRORS!!         
68233              From: "Kurt D. Starsinic" <kstar@chapin.edu>
68234              Date: Mon, 10 Jul 2000 15:54:16 -0400
68235              Message-ID: <20000710155416.A1384@O2.chapin.edu>
68236      Branch: metaconfig/U/perl
68237            ! gccvers.U
68238      Branch: perl
68239            ! Configure config_h.SH myconfig.SH
68240 ____________________________________________________________________________
68241 [  6459] By: jhi                                   on 2000/07/28  22:00:32
68242         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
68243              letter to $Config{osvers}.
68244      Branch: metaconfig
68245            ! U/modified/Oldconfig.U
68246      Branch: perl
68247            ! Configure config_h.SH
68248 ____________________________________________________________________________
68249 [  6458] By: jhi                                   on 2000/07/28  04:15:39
68250         Log: Back out #6454, doesn't seem to work.
68251              (Reason: that patch was for perl 5.6.0, not perl-current)
68252              (A version of the patch for perl-current came in later as #6466)
68253      Branch: perl
68254            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
68255            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
68256            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
68257 ____________________________________________________________________________
68258 [  6457] By: jhi                                   on 2000/07/27  23:31:49
68259         Log: Use setproctitle() if available to modify $0.
68260              
68261              Subject: setting $* on BSD4 broken
68262              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
68263              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
68264              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
68265      Branch: metaconfig
68266            ! U/modified/Myinit.U
68267      Branch: perl
68268            ! Configure config_h.SH mg.c
68269 ____________________________________________________________________________
68270 [  6456] By: jhi                                   on 2000/07/27  14:50:47
68271         Log: Allow "no AutoLoader;", based on change #6444,
68272              suggested by Graham Barr.
68273      Branch: perl
68274            ! lib/AutoLoader.pm
68275 ____________________________________________________________________________
68276 [  6455] By: jhi                                   on 2000/07/27  14:19:10
68277         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
68278              From: rspier@pobox.com (Robert Spier)
68279              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
68280              Message-ID: <14720.15855.787664.424783@rls.cx>
68281      Branch: perl
68282            ! pod/perldiag.pod
68283 ____________________________________________________________________________
68284 [  6454] By: jhi                                   on 2000/07/27  14:03:02
68285         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
68286              for a long time).
68287              
68288              Reported in
68289              
68290              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
68291              From: Ryan Herbert <rherbert@sycamorehq.com>
68292              Date: Mon, 17 Jul 2000 11:40:42 -0400
68293              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
68294              
68295              Patched in
68296              
68297              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
68298              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
68299              Date: Wed, 26 Jul 2000 23:40:18 +0100
68300              Message-ID: <000001bff752$79511880$0a17073e@tiny>
68301              
68302              based on an earlier patch from Stephen P. Potter.
68303              
68304              (Removed later by change #6458 because this patch was for
68305              perl 5.6.0, not perl-current)
68306      Branch: perl
68307            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
68308            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
68309            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
68310 ____________________________________________________________________________
68311 [  6453] By: jhi                                   on 2000/07/27  13:48:02
68312         Log: Subject: [PATCH] fixes bug 20000508.004
68313              From: Michael Stevens <mstevens@globnix.org>
68314              Date: Thu, 27 Jul 2000 13:49:04 +0100
68315              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
68316      Branch: perl
68317            ! pod/perldata.pod
68318 ____________________________________________________________________________
68319 [  6452] By: jhi                                   on 2000/07/26  23:51:26
68320         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
68321              and Craig A. Berry.
68322      Branch: perl
68323            ! lib/File/Temp.pm pod/perlport.pod
68324 ____________________________________________________________________________
68325 [  6451] By: jhi                                   on 2000/07/26  19:43:30
68326         Log: Be wary of close()s, too.
68327              
68328              Subject: Re: [PATCH] perlbug cleanup
68329              From: Tim Jenness <t.jenness@jach.hawaii.edu>
68330              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
68331              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
68332      Branch: perl
68333            ! utils/perlbug.PL
68334 ____________________________________________________________________________
68335 [  6450] By: jhi                                   on 2000/07/26  18:41:40
68336         Log: Subject: Minor doc patch: handy.h
68337              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
68338              Date: Wed, 26 Jul 2000 15:34:25 -0300
68339              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
68340      Branch: perl
68341            ! handy.h pod/perlapi.pod
68342 ____________________________________________________________________________
68343 [  6449] By: jhi                                   on 2000/07/26  18:23:55
68344         Log: Subject: [PATCH] minor doc change - perlguts
68345              From: Michael Stevens <mstevens@globnix.org>
68346              Date: Thu, 13 Jul 2000 12:39:18 +0100
68347              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
68348      Branch: perl
68349            ! pod/perlguts.pod
68350 ____________________________________________________________________________
68351 [  6448] By: jhi                                   on 2000/07/26  18:20:30
68352         Log: open() wariness in perlbug.
68353              
68354              Subject: [PATCH] perlbug cleanup
68355              From: Michael Stevens <mstevens@globnix.org>
68356              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
68357              Date: Thu, 13 Jul 2000 15:52:23 +0100
68358      Branch: perl
68359            ! utils/perlbug.PL
68360 ____________________________________________________________________________
68361 [  6447] By: jhi                                   on 2000/07/26  18:13:04
68362         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
68363      Branch: perl
68364            ! lib/File/Temp.pm t/lib/ftmp-security.t
68365 ____________________________________________________________________________
68366 [  6446] By: jhi                                   on 2000/07/26  18:06:32
68367         Log: docfix from Peter Scott <Peter@PSDT.com>.
68368      Branch: perl
68369            ! pod/perlfunc.pod
68370 ____________________________________________________________________________
68371 [  6445] By: jhi                                   on 2000/07/26  17:53:31
68372         Log: Fix *foo{FORMAT}.
68373              
68374              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
68375              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
68376              Date: Wed, 26 Jul 2000 19:51:02 +0200
68377              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
68378              
68379              From: Graham Barr <gbarr@pobox.com>
68380              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
68381              Date: Wed, 26 Jul 2000 17:38:36 +0100
68382              Message-ID: <20000726173836.L472@pobox.com>
68383      Branch: perl
68384            ! pp.c sv.c t/op/gv.t
68385 ____________________________________________________________________________
68386 [  6444] By: jhi                                   on 2000/07/26  17:49:14
68387         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
68388              from Graham Barr in the module list.
68389      Branch: perl
68390            ! gv.c pod/perlobj.pod
68391 ____________________________________________________________________________
68392 [  6443] By: jhi                                   on 2000/07/26  16:06:56
68393         Log: More split() doc and test patches from Mike Guy.
68394      Branch: perl
68395            ! pod/perlfunc.pod t/op/split.t
68396 ____________________________________________________________________________
68397 [  6442] By: jhi                                   on 2000/07/26  16:05:30
68398         Log: MacOS nits from Matthias Neeracher.
68399      Branch: perl
68400            ! perl.c pp_ctl.c
68401 ____________________________________________________________________________
68402 [  6441] By: jhi                                   on 2000/07/26  04:39:57
68403         Log: Subject: [PATCH] split /^/
68404              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
68405              Date: Tue, 25 Jul 2000 14:18:57 +0100
68406              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
68407              
68408              (with notes from tchrist and gbarr)
68409      Branch: perl
68410            ! pod/perlfunc.pod t/op/split.t
68411 ____________________________________________________________________________
68412 [  6440] By: jhi                                   on 2000/07/26  04:32:32
68413         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
68414              From: Peter Prymmer <pvhp@forte.com>
68415              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
68416              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
68417      Branch: perl
68418            ! vms/munchconfig.c
68419 ____________________________________________________________________________
68420 [  6439] By: jhi                                   on 2000/07/26  04:31:01
68421         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
68422              to be fatal errors (instead of by default ignoring them, and
68423              ignoring with a bug: even though -w gave an error, the opening [
68424              was left in)  Reported in:
68425              
68426              Subject: [ID 20000716.024] [=cc=] / [:blank:]
68427              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
68428              Date: Sun, 16 Jul 2000 17:55:29 -0700
68429              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
68430      Branch: perl
68431            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
68432 ____________________________________________________________________________
68433 [  6438] By: jhi                                   on 2000/07/25  15:41:15
68434         Log: Subject: [PATCH] av.c apidoc
68435              From: simon@brecon.co.uk (Simon Cozens)
68436              Date: 24 Jul 2000 06:40:52 GMT
68437              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
68438      Branch: perl
68439            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
68440            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
68441 ____________________________________________________________________________
68442 [  6437] By: jhi                                   on 2000/07/25  14:05:36
68443         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
68444              From: "Stephen P. Potter" <spp@ds.net>
68445              Date: Mon, 24 Jul 2000 14:22:23 -0400
68446              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
68447      Branch: perl
68448            ! pod/perllocale.pod
68449 ____________________________________________________________________________
68450 [  6436] By: jhi                                   on 2000/07/25  14:02:03
68451         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
68452              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
68453              Date: Mon, 24 Jul 2000 18:04:28 +0100
68454              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
68455      Branch: perl
68456            ! t/lib/syslfs.t t/op/lfs.t
68457 ____________________________________________________________________________
68458 [  6435] By: jhi                                   on 2000/07/25  13:59:28
68459         Log: Get UTF16 BOMs working.  Patch from
68460              
68461              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
68462              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
68463              Date: Tue, 25 Jul 2000 12:52:45 +0100
68464              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
68465              
68466              and notes from
68467              
68468              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
68469              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
68470              Date: Tue, 25 Jul 2000 11:43:25 +0100
68471              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
68472      Branch: perl
68473            ! t/comp/require.t toke.c utf8.c
68474 ____________________________________________________________________________
68475 [  6434] By: jhi                                   on 2000/07/25  02:39:54
68476         Log: Make the "uninit variable" warning to say "concat or string"
68477              or "join or string" when in concat or join .
68478              
68479              Subject: Re: [ID 20000403.009] uninitialised concatenation???
68480              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
68481              Date: Tue, 04 Apr 2000 18:22:58 +0100
68482              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
68483              
68484              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
68485              From: William R Ward <hermit@BayView.COM>
68486              Date: Thu, 30 Mar 2000 19:50:03 -0800
68487              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
68488      Branch: perl
68489            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
68490            ! t/pragma/warn/op t/pragma/warn/sv
68491 ____________________________________________________________________________
68492 [  6433] By: jhi                                   on 2000/07/24  17:52:56
68493         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
68494      Branch: perl
68495            ! lib/File/Spec/VMS.pm
68496 ____________________________________________________________________________
68497 [  6432] By: jhi                                   on 2000/07/24  17:44:44
68498         Log: Test cases for #6431.
68499              
68500              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
68501              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
68502              Date: Mon, 24 Jul 2000 15:32:29 +0100
68503              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
68504      Branch: perl
68505            ! t/op/pat.t t/op/split.t
68506 ____________________________________________________________________________
68507 [  6431] By: jhi                                   on 2000/07/24  17:43:17
68508         Log: Bind op fix.
68509              
68510              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
68511              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
68512              Date: Mon, 17 Jul 2000 20:04:56 +0100
68513              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
68514      Branch: perl
68515            ! op.c
68516 ____________________________________________________________________________
68517 [  6430] By: jhi                                   on 2000/07/24  03:42:42
68518         Log: Subject: [ID 20000716.023] syslog test fails without sockets
68519              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
68520              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
68521              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
68522      Branch: metaconfig/U/perl
68523            ! Extensions.U
68524      Branch: perl
68525            ! Configure config_h.SH
68526 ____________________________________________________________________________
68527 [  6429] By: jhi                                   on 2000/07/24  03:11:52
68528         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
68529              case, but add also notes explaining the relationship of this
68530              patch and the earlier notes by Sarathy.
68531              
68532              Subject: Map is still slow
68533              From: "Ben Tilly" <ben_tilly@hotmail.com>
68534              Date: Sat, 15 Jul 2000 17:23:27 EDT
68535              Message-ID: <20000715212327.21656.qmail@hotmail.com>
68536      Branch: perl
68537            ! pp_ctl.c
68538 ____________________________________________________________________________
68539 [  6428] By: jhi                                   on 2000/07/24  02:58:52
68540         Log: Documentation to explain the behaviour of map().
68541              
68542              Subject: Re: Map is still slow 
68543              From: Gurusamy Sarathy <gsar@ActiveState.com>
68544              Date: Sat, 15 Jul 2000 16:05:09 -0700
68545              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
68546      Branch: perl
68547            ! pp_ctl.c
68548 ____________________________________________________________________________
68549 [  6427] By: jhi                                   on 2000/07/24  02:50:03
68550         Log: Add tests for
68551              [ID 19991110.003] another matching finding by pcre author
68552              which has already been fixed by some patch, as verified in
68553              
68554              Subject: Re: two regex bugs from the mists of time (well, last November)
68555              From: Hugo <hv@crypt.compulink.co.uk>
68556              Date: Sat, 22 Jul 2000 18:12:58 +0100
68557              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
68558      Branch: perl
68559            ! t/op/re_tests
68560 ____________________________________________________________________________
68561 [  6426] By: jhi                                   on 2000/07/24  02:11:20
68562         Log: A missing 'break' after the [[:space:]] switch case.
68563              
68564              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
68565              From: "Stephen P. Potter" <spp@ds.net>
68566              Date: Tue, 18 Jul 2000 16:25:17 -0400
68567              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
68568      Branch: perl
68569            ! regcomp.c
68570 ____________________________________________________________________________
68571 [  6425] By: jhi                                   on 2000/07/24  02:06:12
68572         Log: The output might have been produced in the wrong order.
68573              
68574              Subject: [ID 20000720.003] [PATCH] t/op/write.t
68575              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
68576              Date: Thu, 20 Jul 2000 18:49:18 +0100
68577              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
68578      Branch: perl
68579            ! t/op/write.t
68580 ____________________________________________________________________________
68581 [  6424] By: jhi                                   on 2000/07/24  02:00:07
68582         Log: Use STDOUT consistently.
68583              
68584              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
68585              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
68586              Date: Thu, 20 Jul 2000 18:04:01 +0100
68587              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
68588      Branch: perl
68589            ! lib/Test/Harness.pm
68590 ____________________________________________________________________________
68591 [  6423] By: jhi                                   on 2000/07/24  01:54:54
68592         Log: Protect against "wild next"s, that is, callbacks doing "next"
68593              instead of "return".
68594              
68595              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
68596              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
68597              Date: Tue, 18 Jul 2000 11:30:16 +0100
68598              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
68599      Branch: perl
68600            ! lib/File/Find.pm
68601 ____________________________________________________________________________
68602 [  6422] By: jhi                                   on 2000/07/24  01:35:47
68603         Log: Out-of-date note removed.
68604              
68605              Subject: [PATCH] documentation perlipc
68606              From: rspier@pobox.com (Robert Spier)
68607              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
68608              Message-ID: <14711.35178.572612.502654@rls.cx>
68609      Branch: perl
68610            ! pod/perlipc.pod
68611 ____________________________________________________________________________
68612 [  6421] By: jhi                                   on 2000/07/24  00:09:18
68613         Log: Send all installperl messages to STDERR and be -w clean.
68614              
68615              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
68616              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
68617              Date: Sat, 22 Jul 2000 14:02:11 +0100
68618              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
68619      Branch: perl
68620            ! installperl
68621 ____________________________________________________________________________
68622 [  6420] By: jhi                                   on 2000/07/24  00:04:19
68623         Log: Decutandpasto.
68624              
68625              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
68626              From: "Richard Soderberg" <rs@crystalflame.net>
68627              Date: Sun, 23 Jul 2000 01:37:23 -0700
68628              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
68629      Branch: perl
68630            ! pod/perlipc.pod
68631 ____________________________________________________________________________
68632 [  6419] By: jhi                                   on 2000/07/24  00:01:12
68633         Log: A cleaner abs_path().
68634              Subject: Re: unix alternative to Cwd.pm
68635              From: Jeff Pinyan <jeffp@crusoe.net>
68636              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
68637              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
68638      Branch: perl
68639            ! lib/Cwd.pm
68640 ____________________________________________________________________________
68641 [  6418] By: jhi                                   on 2000/07/23  23:48:56
68642         Log: Detypo.
68643              
68644              Subject: [PATCH perl-current] Typo in hints/powerux.sh
68645              From: "Richard Soderberg" <rs@crystalflame.net>
68646              Date: Sun, 23 Jul 2000 01:27:33 -0700
68647              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
68648      Branch: perl
68649            ! hints/powerux.sh
68650 ____________________________________________________________________________
68651 [  6417] By: jhi                                   on 2000/07/17  22:13:31
68652         Log: Subject: SDBM_File documentation
68653              From: mjd@plover.com
68654              Date: 16 Jul 2000 17:41:17 -0000
68655              Message-ID: <20000716174117.18515.qmail@plover.com>
68656      Branch: perl
68657            ! ext/SDBM_File/SDBM_File.pm
68658 ____________________________________________________________________________
68659 [  6416] By: jhi                                   on 2000/07/17  19:13:26
68660         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
68661      Branch: perl
68662            ! hints/mpeix.sh mpeix/relink
68663 ____________________________________________________________________________
68664 [  6415] By: jhi                                   on 2000/07/15  14:11:02
68665         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
68666              the utf8 'characters' can be more than one octet).
68667              
68668              Date: Sat, 15 Jul 2000 00:21:56 +0100
68669              From: Tom Hughes <tom@compton.nu>
68670              Subject: Re: [ID 20000714.002]
68671              Message-ID: <db2334de49.tom@compton.compton.nu>
68672              
68673              Reported in
68674              
68675              Subject: [ID 20000714.002]
68676              From: "Simon Cozens" <simon@othersideofthe.earth.li>
68677              Date: 14 Jul 2000 15:13:09 -0000
68678              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
68679      Branch: perl
68680            ! doop.c
68681 ____________________________________________________________________________
68682 [  6414] By: jhi                                   on 2000/07/15  03:13:41
68683         Log: another VMS build tweak from Peter Prymmer
68684      Branch: perl
68685            ! vms/descrip_mms.template
68686 ____________________________________________________________________________
68687 [  6413] By: jhi                                   on 2000/07/15  03:10:40
68688         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
68689      Branch: perl
68690            ! vms/perlvms.pod
68691 ____________________________________________________________________________
68692 [  6412] By: jhi                                   on 2000/07/15  00:31:05
68693         Log: More docs for sv functions.
68694              
68695              Subject: [PATCH cfgperl] sv.c apidoc
68696              From: simon@brecon.co.uk (Simon Cozens)
68697              Date: 13 Jul 2000 09:00:20 GMT
68698              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
68699              
68700              Subject: Re: [PATCH cfgperl] sv.c apidoc
68701              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
68702              Date: Thu, 13 Jul 2000 12:27:41 +0100
68703              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
68704              
68705              Subject: Re: [PATCH cfgperl] sv.c apidoc
68706              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
68707              Date: Thu, 13 Jul 2000 13:23:09 +0100
68708              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
68709              
68710              Subject: Re: [PATCH cfgperl] sv.c apidoc
68711              From: simon@brecon.co.uk (Simon Cozens)
68712              Date: 14 Jul 2000 06:51:02 GMT
68713              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
68714      Branch: perl
68715            ! embed.pl pod/perlapi.pod sv.c
68716 ____________________________________________________________________________
68717 [  6411] By: jhi                                   on 2000/07/15  00:10:41
68718         Log: lib/b test fixes from Peter Prymmer.
68719      Branch: perl
68720            ! t/lib/b.t
68721 ____________________________________________________________________________
68722 [  6410] By: jhi                                   on 2000/07/15  00:02:09
68723         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
68724              From: Hugo <hv@crypt.compulink.co.uk>
68725              Date: Fri, 14 Jul 2000 23:05:20 +0100
68726              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
68727              
68728              Didn't anymore apply, but that point still could use another fix.
68729      Branch: perl
68730            ! pod/perlfunc.pod
68731 ____________________________________________________________________________
68732 [  6409] By: jhi                                   on 2000/07/14  23:15:15
68733         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
68734              not in pod, from Peter Prymmer
68735      Branch: perl
68736            ! vms/descrip_mms.template
68737 ____________________________________________________________________________
68738 [  6408] By: jhi                                   on 2000/07/14  20:35:05
68739         Log: The bug report
68740              [ID 19991110.002] minimal matching discrepancy found by pcre author
68741              seems to have been fixed (though differently from what was suggested
68742              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
68743      Branch: perl
68744            ! t/op/re_tests
68745 ____________________________________________________________________________
68746 [  6407] By: jhi                                   on 2000/07/14  17:38:08
68747         Log: Fix AutoSplit to use File::Spec the right way in VMS,
68748              from Peter Prymmer.
68749      Branch: perl
68750            ! lib/AutoSplit.pm
68751 ____________________________________________________________________________
68752 [  6406] By: jhi                                   on 2000/07/14  14:13:22
68753         Log: Merge perlhacktut into perlhack, update perlguts.
68754              
68755              Subject: Re: Perlhacktut
68756              From: simon@brecon.co.uk (Simon Cozens)
68757              Date: 14 Jul 2000 06:49:21 GMT
68758              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
68759              
68760              Subject: Re: Perlhacktut
68761              From: simon@brecon.co.uk (Simon Cozens)
68762              Date: 14 Jul 2000 07:09:45 GMT
68763              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
68764      Branch: perl
68765            ! pod/perlguts.pod pod/perlhack.pod
68766 ____________________________________________________________________________
68767 [  6405] By: jhi                                   on 2000/07/14  14:02:31
68768         Log: Integrate with Sarathy.
68769      Branch: cfgperl
68770           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
68771           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
68772           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
68773 ____________________________________________________________________________
68774 [  6404] By: gsar                                  on 2000/07/14  12:15:02
68775         Log: PERL_OBJECT build tweaks
68776      Branch: perl
68777            ! toke.c
68778 ____________________________________________________________________________
68779 [  6403] By: gsar                                  on 2000/07/14  11:23:41
68780         Log: inconsistent types needs casts
68781      Branch: perl
68782            ! toke.c
68783 ____________________________________________________________________________
68784 [  6402] By: gsar                                  on 2000/07/14  11:12:04
68785         Log: typos in change#6399, regen headers
68786      Branch: perl
68787            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
68788 ____________________________________________________________________________
68789 [  6401] By: gsar                                  on 2000/07/14  10:59:12
68790         Log: typecasts needed for change#6394
68791      Branch: perl
68792            ! toke.c
68793 ____________________________________________________________________________
68794 [  6400] By: gsar                                  on 2000/07/14  10:49:37
68795         Log: integrate cfgperl contents into mainline
68796      Branch: perl
68797           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
68798           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
68799 ____________________________________________________________________________
68800 [  6399] By: gsar                                  on 2000/07/14  10:38:35
68801         Log: enable UTF-16 filter by default if relevant BOM is seen; various
68802              cleanups (typos, misformatted code, and small bugs)
68803      Branch: perl
68804            ! doop.c embed.pl mg.c op.c pp.c toke.c
68805 ____________________________________________________________________________
68806 [  6398] By: gsar                                  on 2000/07/14  08:55:38
68807         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
68808              name suggests anyway)
68809      Branch: perl
68810            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
68811 ____________________________________________________________________________
68812 [  6397] By: gsar                                  on 2000/07/14  08:44:33
68813         Log: move new variables to the end of the interpreter structure (for
68814              bincompat in code that doesn't #include XSUB.h)
68815      Branch: perl
68816            ! intrpvar.h
68817 ____________________________________________________________________________
68818 [  6396] By: gsar                                  on 2000/07/14  08:13:58
68819         Log: MakeMaker should not remove editor backups (*~) on `make clean`
68820              by default (completes change#6383)
68821      Branch: perl
68822            ! lib/ExtUtils/MM_Unix.pm
68823 ____________________________________________________________________________
68824 [  6395] By: jhi                                   on 2000/07/14  05:20:33
68825         Log: Replace change #6337 with a better one.
68826              
68827              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
68828              From: Hugo <hv@crypt.compulink.co.uk>
68829              Date: Fri, 14 Jul 2000 04:16:20 +0100
68830              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
68831      Branch: cfgperl
68832            ! regexec.c t/op/re_tests
68833 ____________________________________________________________________________
68834 [  6394] By: jhi                                   on 2000/07/14  01:33:59
68835         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
68836      Branch: cfgperl
68837            ! embed.pl global.sym proto.h toke.c
68838 ____________________________________________________________________________
68839 [  6393] By: jhi                                   on 2000/07/13  23:41:23
68840         Log: remove discarded test
68841      Branch: cfgperl
68842            ! MANIFEST
68843 ____________________________________________________________________________
68844 [  6392] By: jhi                                   on 2000/07/13  23:32:25
68845         Log: The {multiplier} of a fixed substring was overlooked which
68846              caused a wrong initial search offset for that substring.
68847              
68848              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
68849              From: Hugo <hv@crypt.compulink.co.uk>
68850              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
68851              Date: Thu, 13 Jul 2000 19:27:13 +0100
68852      Branch: cfgperl
68853            ! regcomp.c t/op/re_tests
68854 ____________________________________________________________________________
68855 [  6391] By: jhi                                   on 2000/07/13  16:37:42
68856         Log: typo fix from Craig Berry
68857      Branch: cfgperl
68858            ! vms/subconfigure.com
68859 ____________________________________________________________________________
68860 [  6390] By: jhi                                   on 2000/07/13  13:20:12
68861         Log: Integrate with Sarathy.
68862      Branch: cfgperl
68863            - t/op/method2entersub.t
68864           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
68865           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
68866           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
68867           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
68868 ____________________________________________________________________________
68869 [  6389] By: jhi                                   on 2000/07/13  13:18:48
68870         Log: Detypo from Peter Prymmer, part of #6388.
68871      Branch: cfgperl
68872            ! Configure config_h.SH
68873      Branch: metaconfig
68874            ! U/modified/d_longlong.U
68875 ____________________________________________________________________________
68876 [  6388] By: gsar                                  on 2000/07/13  06:33:40
68877         Log: typos (spotted by Peter Prymmer)
68878      Branch: perl
68879            ! Configure t/lib/english.t
68880 ____________________________________________________________________________
68881 [  6387] By: gsar                                  on 2000/07/13  05:35:28
68882         Log: new selfloader.t in change#6183 doesn't close DATA handles,
68883              and thus fails to clean up tmp files on dosish platforms
68884      Branch: perl
68885            ! t/lib/selfloader.t
68886 ____________________________________________________________________________
68887 [  6386] By: gsar                                  on 2000/07/12  21:42:39
68888         Log: sprintf test tweaks (from Dominic Dunlop)
68889      Branch: perl
68890            ! t/op/sprintf.t
68891 ____________________________________________________________________________
68892 [  6385] By: gsar                                  on 2000/07/12  21:33:46
68893         Log: fix bugs in processing %v-*d and similar format specs (from
68894              Avi Finkel <avi@finkel.org>)
68895      Branch: perl
68896            ! sv.c t/op/sprintf.t
68897 ____________________________________________________________________________
68898 [  6384] By: gsar                                  on 2000/07/12  16:04:19
68899         Log: readd missing perldelta.pod changes from changes#6339,6376
68900      Branch: perl
68901            ! pod/perldelta.pod
68902 ____________________________________________________________________________
68903 [  6383] By: gsar                                  on 2000/07/12  16:00:51
68904         Log: don't clobber *.orig files on *clean targets
68905      Branch: perl
68906            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
68907 ____________________________________________________________________________
68908 [  6382] By: gsar                                  on 2000/07/12  07:59:12
68909         Log: fix broken integrations in cfgperl
68910      Branch: cfgperl
68911           !> Changes pod/perldelta.pod
68912 ____________________________________________________________________________
68913 [  6381] By: gsar                                  on 2000/07/12  07:42:17
68914         Log: integrate cfgperl changes into mainline
68915      Branch: perl
68916            ! Changes
68917           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
68918           !> pod/perlre.pod
68919 ____________________________________________________________________________
68920 [  6380] By: gsar                                  on 2000/07/12  07:31:00
68921         Log: get sprintf.t to adjust properly for 3-digit exponents
68922      Branch: perl
68923            ! t/op/sprintf.t
68924 ____________________________________________________________________________
68925 [  6379] By: gsar                                  on 2000/07/12  06:40:04
68926         Log: change#6174 needs corresponding change in win32/config_h.PL,
68927              which grovels through config_h.SH to find the config.h name
68928      Branch: perl
68929            ! win32/config_h.PL
68930 ____________________________________________________________________________
68931 [  6378] By: jhi                                   on 2000/07/12  05:03:59
68932         Log: Do the cc sanity check both before the hints and
68933              after the cc selction.
68934      Branch: cfgperl
68935            ! Configure config_h.SH
68936      Branch: metaconfig
68937            ! U/modified/Oldconfig.U U/modified/cc.U
68938      Branch: metaconfig/U/perl
68939            + Checkcc.U
68940 ____________________________________________________________________________
68941 [  6377] By: jhi                                   on 2000/07/12  02:49:22
68942         Log: Fix nits noticed by Boston.pm.
68943      Branch: cfgperl
68944            ! pod/perlre.pod
68945 ____________________________________________________________________________
68946 [  6376] By: jhi                                   on 2000/07/11  21:22:13
68947         Log: Configure cosmetics and perldelta.
68948      Branch: cfgperl
68949            ! Configure config_h.SH pod/perldelta.pod
68950      Branch: metaconfig
68951            ! U/modified/cc.U
68952 ____________________________________________________________________________
68953 [  6375] By: gsar                                  on 2000/07/11  21:17:35
68954         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
68955      Branch: perl
68956            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
68957            ! win32/win32sck.c
68958 ____________________________________________________________________________
68959 [  6374] By: gsar                                  on 2000/07/11  20:48:50
68960         Log: tweak for build failure under multiplicity
68961      Branch: perl
68962            ! toke.c
68963 ____________________________________________________________________________
68964 [  6373] By: gsar                                  on 2000/07/11  20:37:23
68965         Log: integrate cfgperl changes#6325..6373 into mainline
68966              (NOTE: today's batch of integrations still untested)
68967      Branch: perl
68968           +> ext/DynaLoader/hints/netbsd.pl
68969            ! Changes
68970           !> (integrate 26 files)
68971 ____________________________________________________________________________
68972 [  6372] By: jhi                                   on 2000/07/11  20:30:36
68973         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
68974              regen perltoc.
68975      Branch: cfgperl
68976            + pod/perlbook.pod
68977            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
68978            ! pod/perltoc.pod
68979 ____________________________________________________________________________
68980 [  6371] By: jhi                                   on 2000/07/11  20:08:56
68981         Log: Minor cleanups on the booklist.
68982      Branch: cfgperl
68983            ! pod/perlfaq2.pod
68984 ____________________________________________________________________________
68985 [  6370] By: jhi                                   on 2000/07/11  19:31:13
68986         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
68987      Branch: cfgperl
68988            ! t/pragma/overload.t
68989 ____________________________________________________________________________
68990 [  6369] By: gsar                                  on 2000/07/11  19:27:48
68991         Log: integrate cfgperl changes#6293..6324 into mainline
68992      Branch: perl
68993           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
68994            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
68995           !> (integrate 30 files)
68996 ____________________________________________________________________________
68997 [  6368] By: gsar                                  on 2000/07/11  19:18:57
68998         Log: skip integrate of problematic change#6292 from cfgperl into mainline
68999      Branch: perl
69000           !> pp_hot.c
69001 ____________________________________________________________________________
69002 [  6367] By: gsar                                  on 2000/07/11  19:17:21
69003         Log: integrate cfgperl changes#6288..6290 into mainline
69004      Branch: perl
69005           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
69006 ____________________________________________________________________________
69007 [  6366] By: gsar                                  on 2000/07/11  19:11:18
69008         Log: integrate cfgperl changes#6268..6282 into mainline
69009      Branch: perl
69010           !> (integrate 30 files)
69011 ____________________________________________________________________________
69012 [  6365] By: gsar                                  on 2000/07/11  18:57:00
69013         Log: delete new accidentally branched file
69014      Branch: perl
69015            - t/op/method2entersub.t
69016 ____________________________________________________________________________
69017 [  6364] By: gsar                                  on 2000/07/11  18:55:13
69018         Log: skip integrate of change#6267 from cfgperl into mainline (the
69019              method call optimization is flawed without additional hints
69020              from user about immutableness of @ISA and no runtime method
69021              definitions)
69022      Branch: perl
69023           +> t/op/method2entersub.t
69024           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
69025           !> perl.h t/op/sprintf.t xsutils.c
69026 ____________________________________________________________________________
69027 [  6363] By: gsar                                  on 2000/07/11  18:49:43
69028         Log: integrate cfgperl changes#6261..6266 into mainline
69029      Branch: perl
69030           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
69031           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
69032           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
69033           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
69034 ____________________________________________________________________________
69035 [  6362] By: gsar                                  on 2000/07/11  18:43:26
69036         Log: integrate cfgperl changes#6252..6260 into mainline
69037      Branch: perl
69038           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
69039           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
69040           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
69041           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
69042 ____________________________________________________________________________
69043 [  6361] By: gsar                                  on 2000/07/11  18:37:12
69044         Log: skip integrate of problematic change#6251 from cfgperl into mainline
69045      Branch: perl
69046           !> lib/Exporter.pm
69047 ____________________________________________________________________________
69048 [  6360] By: gsar                                  on 2000/07/11  18:34:56
69049         Log: integrate cfgperl change#6250 into mainline
69050      Branch: perl
69051           +> t/op/my_stash.t
69052           !> MANIFEST embed.pl proto.h toke.c
69053 ____________________________________________________________________________
69054 [  6359] By: gsar                                  on 2000/07/11  18:21:19
69055         Log: integrate cfgperl changes#6242..6249 into mainline
69056      Branch: perl
69057           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
69058           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
69059           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
69060           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
69061           !> t/lib/peek.t utf8.c
69062 ____________________________________________________________________________
69063 [  6358] By: gsar                                  on 2000/07/11  18:15:45
69064         Log: skip integrate of problematic change#6241 from cfgperl into mainline
69065      Branch: perl
69066           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
69067 ____________________________________________________________________________
69068 [  6357] By: jhi                                   on 2000/07/11  18:15:16
69069         Log: Fix for
69070              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
69071              From: Roderick Schertler <roderick@argon.org> 
69072              Date: Tue, 11 Jul 2000 13:55:05 -0400 
69073              Message-Id: <200007111755.NAA05077@jones.argon.org> 
69074      Branch: cfgperl
69075            ! doio.c
69076 ____________________________________________________________________________
69077 [  6356] By: jhi                                   on 2000/07/11  18:12:51
69078         Log: Typo in #6341.
69079      Branch: cfgperl
69080            ! pp_hot.c
69081 ____________________________________________________________________________
69082 [  6355] By: gsar                                  on 2000/07/11  18:12:10
69083         Log: integrate cfgperl changes#6231..6240 into mainline
69084      Branch: perl
69085           +> pod/perlutil.pod
69086           !> (integrate 35 files)
69087 ____________________________________________________________________________
69088 [  6354] By: jhi                                   on 2000/07/11  18:04:34
69089         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
69090              From: Dominic Dunlop <domo@computer.org> 
69091              Date: Tue, 11 Jul 2000 12:27:33 +0200 
69092              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
69093              
69094              Replaces change #6268.
69095      Branch: cfgperl
69096            ! t/op/sprintf.t
69097 ____________________________________________________________________________
69098 [  6353] By: gsar                                  on 2000/07/11  17:59:51
69099         Log: skip integrate of problematic change#6230 from cfgperl into mainline
69100              (a later version of File::Spec is already in mainline)
69101      Branch: perl
69102           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
69103           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
69104 ____________________________________________________________________________
69105 [  6352] By: gsar                                  on 2000/07/11  17:57:48
69106         Log: integrate cfgperl changes#6224..6229 into mainline
69107      Branch: perl
69108           +> lib/lib.pm.PL
69109            - lib/lib.pm
69110           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
69111           !> lib/English.pm op.c t/lib/english.t
69112 ____________________________________________________________________________
69113 [  6351] By: gsar                                  on 2000/07/11  17:50:10
69114         Log: skip integrate of problematic change#6223 from cfgperl into mainline
69115      Branch: perl
69116           !> doio.c
69117 ____________________________________________________________________________
69118 [  6350] By: gsar                                  on 2000/07/11  17:48:28
69119         Log: integrate cfgperl changes#6220..6222 into mainline
69120      Branch: perl
69121           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
69122           !> toke.c utf8.c win32/win32.h
69123 ____________________________________________________________________________
69124 [  6349] By: gsar                                  on 2000/07/11  17:46:13
69125         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
69126              mainline
69127      Branch: perl
69128           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
69129           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
69130           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
69131 ____________________________________________________________________________
69132 [  6348] By: jhi                                   on 2000/07/11  17:45:49
69133         Log: README.posix-bc podified from Thomas Dorner.
69134      Branch: cfgperl
69135            ! README.posix-bc
69136 ____________________________________________________________________________
69137 [  6347] By: gsar                                  on 2000/07/11  17:42:04
69138         Log: integrate cfgperl change#6217 into mainline
69139      Branch: perl
69140           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
69141           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
69142           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
69143 ____________________________________________________________________________
69144 [  6346] By: gsar                                  on 2000/07/11  17:39:37
69145         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
69146              mainline
69147      Branch: perl
69148           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
69149           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
69150           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
69151           !> perlapi.h pod/perlapi.pod
69152 ____________________________________________________________________________
69153 [  6345] By: gsar                                  on 2000/07/11  17:36:42
69154         Log: integrate cfgperl changes#6207..6210 into mainline
69155      Branch: perl
69156           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
69157           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
69158 ____________________________________________________________________________
69159 [  6344] By: gsar                                  on 2000/07/11  17:31:20
69160         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
69161              mainline
69162      Branch: perl
69163           !> (integrate 40 files)
69164 ____________________________________________________________________________
69165 [  6343] By: gsar                                  on 2000/07/11  17:19:08
69166         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
69167      Branch: perl
69168           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
69169            ! Changes
69170           !> (integrate 34 files)
69171 ____________________________________________________________________________
69172 [  6342] By: jhi                                   on 2000/07/11  16:05:48
69173         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
69174              To: perl5-porters@perl.org
69175              From: Karsten Sperling <spiff@phreax.net>
69176              Date: Mon, 10 Jul 2000 15:12:52 +0200
69177              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
69178      Branch: cfgperl
69179            ! lib/Symbol.pm
69180 ____________________________________________________________________________
69181 [  6341] By: jhi                                   on 2000/07/11  15:59:23
69182         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
69183              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69184              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
69185              Date: Fri, 07 Jul 2000 17:57:16 +0100
69186      Branch: cfgperl
69187            ! pp_hot.c
69188 ____________________________________________________________________________
69189 [  6340] By: jhi                                   on 2000/07/11  15:55:47
69190         Log: Subject: Re: format bug report  [Patch]
69191              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
69192              Date: Wed, 05 Jul 2000 13:12:52 +0200
69193              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
69194              
69195              Subject: Re: format bug report  [Patch]
69196              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
69197              Date: Wed, 05 Jul 2000 14:10:01 +0200
69198              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
69199      Branch: cfgperl
69200            ! t/op/write.t toke.c
69201 ____________________________________________________________________________
69202 [  6339] By: jhi                                   on 2000/07/11  13:54:09
69203         Log: Be less forgiving about ambiguous and illegal tr ranges.
69204              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
69205              From: Mark-Jason Dominus <mjd@plover.com>
69206              Date: Tue, 04 Jul 2000 10:00:12 -0400
69207              Message-ID: <20000704140012.17772.qmail@plover.com>
69208              
69209              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
69210              From: Mark-Jason Dominus <mjd@plover.com>
69211              Date: Wed, 05 Jul 2000 09:37:36 -0400
69212              Message-ID: <20000705133736.27293.qmail@plover.com>
69213      Branch: cfgperl
69214            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
69215 ____________________________________________________________________________
69216 [  6338] By: jhi                                   on 2000/07/11  13:31:24
69217         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
69218              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69219              Date: Tue, 11 Jul 2000 13:50:51 +0100
69220              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
69221      Branch: cfgperl
69222            ! sv.c
69223 ____________________________________________________________________________
69224 [  6337] By: jhi                                   on 2000/07/11  13:29:14
69225         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
69226              From: Hugo <hv@crypt.compulink.co.uk>
69227              Date: Tue, 11 Jul 2000 12:44:50 +0100
69228              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
69229      Branch: cfgperl
69230            ! regexec.c t/op/re_tests
69231 ____________________________________________________________________________
69232 [  6336] By: jhi                                   on 2000/07/11  13:26:47
69233         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
69234              From: simon@brecon.co.uk (Simon Cozens)
69235              Date: 7 Jul 2000 11:26:09 GMT
69236              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
69237      Branch: cfgperl
69238            ! mg.c
69239 ____________________________________________________________________________
69240 [  6335] By: jhi                                   on 2000/07/11  13:23:37
69241         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
69242              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
69243              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
69244              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
69245      Branch: cfgperl
69246            + ext/DynaLoader/hints/netbsd.pl
69247            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
69248 ____________________________________________________________________________
69249 [  6334] By: jhi                                   on 2000/07/11  13:20:38
69250         Log: Subject: PATCH perlguts.pod: Document D and d magic types
69251              From: mjd@plover.com
69252              Date: 5 Jul 2000 18:01:51 -0000
69253              Message-ID: <20000705180151.29413.qmail@plover.com>
69254      Branch: cfgperl
69255            ! pod/perlguts.pod
69256 ____________________________________________________________________________
69257 [  6333] By: jhi                                   on 2000/07/11  13:15:51
69258         Log: Precedence goof, fix based on
69259              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
69260              From: Hugo <hv@crypt.compulink.co.uk>
69261              Date: Tue, 11 Jul 2000 12:52:38 +0100
69262              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
69263      Branch: cfgperl
69264            ! t/op/taint.t
69265 ____________________________________________________________________________
69266 [  6332] By: jhi                                   on 2000/07/11  12:40:17
69267         Log: Integrate with Sarathy.
69268      Branch: cfgperl
69269           !> win32/win32sck.c
69270 ____________________________________________________________________________
69271 [  6331] By: jhi                                   on 2000/07/10  20:14:16
69272         Log: Sprinkle ldlibpath.
69273      Branch: cfgperl
69274            ! pod/Makefile.SH
69275 ____________________________________________________________________________
69276 [  6330] By: jhi                                   on 2000/07/10  17:54:49
69277         Log: More POSIX.pod tweaks.
69278      Branch: cfgperl
69279            ! ext/POSIX/POSIX.pod
69280 ____________________________________________________________________________
69281 [  6329] By: jhi                                   on 2000/07/10  14:02:12
69282         Log: Reorder perl.pod once more.
69283      Branch: cfgperl
69284            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
69285 ____________________________________________________________________________
69286 [  6328] By: gsar                                  on 2000/07/10  07:06:00
69287         Log: accept() leaks memory on windows due to incorrect ordering of
69288              closesocket() and fclose() calls
69289      Branch: perl
69290            ! win32/win32sck.c
69291 ____________________________________________________________________________
69292 [  6327] By: gsar                                  on 2000/07/10  06:49:17
69293         Log: winsock options weren't being set in all threads under ithreads
69294              (caused send()s from second and subsequent threads to fail)
69295      Branch: perl
69296            ! win32/win32sck.c
69297 ____________________________________________________________________________
69298 [  6326] By: jhi                                   on 2000/07/08  02:45:40
69299         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
69300              was cast to an unsigned (32-bit) integer with wild abandon.
69301      Branch: cfgperl
69302            ! ext/Devel/DProf/DProf.xs
69303 ____________________________________________________________________________
69304 [  6325] By: jhi                                   on 2000/07/07  18:50:33
69305         Log: Remove perlbook, update perlfaq book listing,
69306              rearrange perl.pod, regenerate perltoc.
69307      Branch: cfgperl
69308            - pod/perlbook.pod
69309            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
69310            ! pod/perlfaq2.pod pod/perltoc.pod
69311 ____________________________________________________________________________
69312 [  6324] By: jhi                                   on 2000/07/07  14:03:40
69313         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
69314      Branch: cfgperl
69315            ! sv.h toke.c
69316 ____________________________________________________________________________
69317 [  6323] By: jhi                                   on 2000/07/06  16:03:55
69318         Log: Fix complaints of buildtoc.
69319      Branch: cfgperl
69320            + lib/Win32.pod
69321            - pod/Win32.pod
69322            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
69323 ____________________________________________________________________________
69324 [  6322] By: jhi                                   on 2000/07/06  15:15:52
69325         Log: Add =head1 NAMEs so that buildtoc is happy.
69326              (The CGI::Util nit reported to Lincoln.)
69327      Branch: cfgperl
69328            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
69329            ! pod/perltoc.pod
69330 ____________________________________________________________________________
69331 [  6321] By: jhi                                   on 2000/07/06  03:16:04
69332         Log: Config is being used.
69333      Branch: cfgperl
69334            ! t/op/method.t
69335 ____________________________________________________________________________
69336 [  6320] By: jhi                                   on 2000/07/06  03:13:13
69337         Log: Integrate with Sarathy.
69338      Branch: cfgperl
69339           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
69340 ____________________________________________________________________________
69341 [  6319] By: jhi                                   on 2000/07/06  03:11:46
69342         Log: Autogenerate pod/Makefile and pod/buildtoc.
69343              buildtoc also checks whether the existing pods are
69344              mentioned in MANIFEST and perl.pod, and vice versa.
69345              (None of the thusly found discrepancies fixed yet.)
69346              roffitall also needs to be autogenerated similarly but it
69347              seems so badly out of date that I didn't touch it yet.
69348      Branch: cfgperl
69349            + pod/Makefile.SH pod/buildtoc.PL
69350            - pod/Makefile pod/buildtoc
69351            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
69352 ____________________________________________________________________________
69353 [  6318] By: gsar                                  on 2000/07/05  22:10:54
69354         Log: fix UNC path handling on Windows under ithreads, and chdir()
69355              return value when given a non-existent directory
69356      Branch: perl
69357            ! win32/vdir.h
69358 ____________________________________________________________________________
69359 [  6317] By: gsar                                  on 2000/07/05  22:08:19
69360         Log: winsock cleanup never done on Windows (leads to handle leaks)
69361      Branch: perl
69362            ! win32/perllib.c win32/win32sck.c
69363 ____________________________________________________________________________
69364 [  6316] By: gsar                                  on 2000/07/05  22:06:19
69365         Log: some debugger output does not go to the socket when RemotePort is set
69366      Branch: perl
69367            ! lib/perl5db.pl
69368 ____________________________________________________________________________
69369 [  6315] By: jhi                                   on 2000/07/05  00:25:21
69370         Log: Integrate with Sarathy, preliminary fix for unicos
69371              alignment problems in [ID 20000612.002] Perl problem on Cray system.
69372      Branch: cfgperl
69373            ! sv.h
69374           !> pp_hot.c
69375 ____________________________________________________________________________
69376 [  6314] By: gsar                                  on 2000/07/04  23:34:02
69377         Log: tyop in change#6306
69378      Branch: perl
69379            ! pp_hot.c
69380 ____________________________________________________________________________
69381 [  6313] By: jhi                                   on 2000/07/04  22:14:38
69382         Log: Multiline string literals ENONPORTABLE.
69383      Branch: cfgperl
69384            ! pp_hot.c
69385 ____________________________________________________________________________
69386 [  6312] By: jhi                                   on 2000/07/04  20:34:44
69387         Log: Integrate with Sarathy.
69388      Branch: cfgperl
69389           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
69390           !> t/op/method.t
69391 ____________________________________________________________________________
69392 [  6311] By: jhi                                   on 2000/07/04  20:30:56
69393         Log: More POSIX.pod embellishment.
69394      Branch: cfgperl
69395            ! ext/POSIX/POSIX.pod
69396 ____________________________________________________________________________
69397 [  6310] By: gsar                                  on 2000/07/04  17:28:48
69398         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
69399      Branch: perl
69400            ! t/lib/b.t
69401 ____________________________________________________________________________
69402 [  6309] By: jhi                                   on 2000/07/04  17:22:18
69403         Log: The #6308 required a little bit more.
69404      Branch: cfgperl
69405            ! Makefile.SH win32/Makefile
69406 ____________________________________________________________________________
69407 [  6308] By: jhi                                   on 2000/07/04  16:35:24
69408         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
69409      Branch: cfgperl
69410            + lib/lib_pm.PL
69411            - lib/lib.pm.PL
69412            ! MANIFEST Makefile.SH
69413 ____________________________________________________________________________
69414 [  6307] By: jhi                                   on 2000/07/04  16:28:58
69415         Log: Win32 patches for cfgperl from Sarathy.
69416      Branch: cfgperl
69417            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
69418            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
69419            ! thread.h toke.c util.c win32/Makefile win32/win32.c
69420 ____________________________________________________________________________
69421 [  6306] By: gsar                                  on 2000/07/04  16:28:40
69422         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
69423              (from Richard Soderberg <rs@oregonnet.com>)
69424      Branch: perl
69425            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
69426 ____________________________________________________________________________
69427 [  6305] By: jhi                                   on 2000/07/04  16:24:24
69428         Log: Integrate with Sarathy.
69429      Branch: cfgperl
69430           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
69431           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
69432           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
69433           !> proto.h win32/win32.c
69434 ____________________________________________________________________________
69435 [  6304] By: gsar                                  on 2000/07/04  16:17:24
69436         Log: missing perldiag entry for unpack("w",...) diagnostic (from
69437              Andreas Koenig)
69438      Branch: perl
69439            ! pod/perldiag.pod
69440 ____________________________________________________________________________
69441 [  6303] By: gsar                                  on 2000/07/04  16:14:44
69442         Log: remove rel2abs prototypes (from Barrie Slaymaker)
69443      Branch: perl
69444            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
69445            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
69446 ____________________________________________________________________________
69447 [  6302] By: gsar                                  on 2000/07/04  04:59:35
69448         Log: adjust change#6299
69449      Branch: perl
69450            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
69451            ! win32/win32.c
69452 ____________________________________________________________________________
69453 [  6301] By: jhi                                   on 2000/07/04  04:50:07
69454         Log: Integrate with Sarathy.
69455      Branch: cfgperl
69456           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
69457           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
69458           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
69459 ____________________________________________________________________________
69460 [  6300] By: gsar                                  on 2000/07/04  04:42:09
69461         Log: PERL_OBJECT build tweak
69462      Branch: perl
69463            ! perl.h
69464 ____________________________________________________________________________
69465 [  6299] By: gsar                                  on 2000/07/04  04:37:00
69466         Log: fix memory leak on Windows (PL_sys_intern contents were never
69467              freed)
69468      Branch: perl
69469            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
69470            ! perlapi.c proto.h win32/win32.c
69471 ____________________________________________________________________________
69472 [  6298] By: gsar                                  on 2000/07/04  04:15:59
69473         Log: fix large memory leak that has been around for ever, masked by
69474              -DPURIFY (most of the arenas were never freed!)
69475      Branch: perl
69476            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
69477 ____________________________________________________________________________
69478 [  6297] By: gsar                                  on 2000/07/04  04:07:46
69479         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
69480      Branch: perl
69481            ! perl.c
69482 ____________________________________________________________________________
69483 [  6296] By: jhi                                   on 2000/06/30  18:28:37
69484         Log: Elaborate POSIX.pod.  Still needs work.
69485      Branch: cfgperl
69486            ! ext/POSIX/POSIX.pod
69487 ____________________________________________________________________________
69488 [  6295] By: jhi                                   on 2000/06/30  14:58:18
69489         Log: Point to perlipc for more SysV IPC examples.
69490      Branch: cfgperl
69491            ! pod/perlfunc.pod
69492 ____________________________________________________________________________
69493 [  6294] By: gsar                                  on 2000/06/30  14:47:45
69494         Log: slurp mode fix in change#4736 still not quite right
69495      Branch: perl
69496            ! pp_hot.c t/io/argv.t
69497 ____________________________________________________________________________
69498 [  6293] By: jhi                                   on 2000/06/30  12:02:55
69499         Log: Integrate with Sarathy.
69500      Branch: cfgperl
69501           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
69502 ____________________________________________________________________________
69503 [  6292] By: jhi                                   on 2000/06/30  12:01:11
69504         Log: From: simon@brecon.co.uk (Simon Cozens)
69505              Subject: UTF8 concat
69506              Date: 30 Jun 2000 06:13:25 GMT
69507              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
69508      Branch: cfgperl
69509            ! pp_hot.c
69510 ____________________________________________________________________________
69511 [  6291] By: gsar                                  on 2000/06/30  04:37:33
69512         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
69513              when @_ is modified, causing coredumps
69514      Branch: perl
69515            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
69516 ____________________________________________________________________________
69517 [  6290] By: jhi                                   on 2000/06/30  02:21:44
69518         Log: Integrate with Sarathy.
69519      Branch: cfgperl
69520           !> vms/vms.c vms/vmsish.h
69521 ____________________________________________________________________________
69522 [  6289] By: jhi                                   on 2000/06/30  02:21:02
69523         Log: Check VERSIONs.
69524      Branch: cfgperl
69525            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
69526            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
69527            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
69528 ____________________________________________________________________________
69529 [  6288] By: jhi                                   on 2000/06/30  02:18:52
69530         Log: Integrate with Sarathy.
69531      Branch: cfgperl
69532           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
69533           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
69534           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
69535           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
69536 ____________________________________________________________________________
69537 [  6287] By: gsar                                  on 2000/06/30  02:17:08
69538         Log: integrate vmsperl changes into mainline
69539      Branch: perl
69540           !> vms/vms.c vms/vmsish.h
69541 ____________________________________________________________________________
69542 [  6285] By: gsar                                  on 2000/06/30  02:05:28
69543         Log: localize %INC in a Safe compartment so that use/require work
69544              (many other magic globals probably need similar treatment)
69545      Branch: perl
69546            ! ext/Opcode/Opcode.xs
69547 ____________________________________________________________________________
69548 [  6284] By: gsar                                  on 2000/06/30  01:54:54
69549         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
69550              about Windows
69551      Branch: perl
69552            ! pod/perlembed.pod
69553 ____________________________________________________________________________
69554 [  6283] By: jhi                                   on 2000/06/30  01:50:10
69555         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
69556              From: Barrie Slaymaker <barries@jester.slaysys.com>
69557              Date: Wed, 28 Jun 2000 11:35:29 -0400
69558              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
69559      Branch: perl
69560            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
69561            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
69562            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
69563            ! lib/File/Spec/Win32.pm
69564 ____________________________________________________________________________
69565 [  6282] By: jhi                                   on 2000/06/29  22:57:22
69566         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
69567              From: Dan Sugalski <dan@sidhe.org>
69568              Date: Tue, 06 Jun 2000 11:59:50 -0400
69569              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
69570      Branch: cfgperl
69571            ! vms/vms.c
69572 ____________________________________________________________________________
69573 [  6281] By: jhi                                   on 2000/06/29  22:52:50
69574         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
69575              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
69576              Date: Wed, 7 Jun 2000 04:02:04 -0500
69577              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
69578      Branch: cfgperl
69579            ! utils/h2xs.PL
69580 ____________________________________________________________________________
69581 [  6280] By: jhi                                   on 2000/06/29  22:45:47
69582         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
69583              From: rspier@pobox.com (Robert Spier)
69584              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
69585              Message-ID: <14654.31913.845602.610277@rls.cx>
69586      Branch: cfgperl
69587            ! utils/h2xs.PL
69588 ____________________________________________________________________________
69589 [  6279] By: jhi                                   on 2000/06/29  22:38:16
69590         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
69591              From: Tim Ayers <tayers@bridge.com>
69592              Date: Thu, 08 Jun 2000 08:11:06 +0200
69593              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
69594              [resent by Richard Foley, Message-Id probably wrong]
69595      Branch: cfgperl
69596            ! pod/perlsub.pod
69597 ____________________________________________________________________________
69598 [  6278] By: jhi                                   on 2000/06/29  22:21:45
69599         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
69600              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
69601              Date: Fri, 09 Jun 2000 12:39:27 -0400
69602              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
69603              (plus update the version "number" of Text::Wrap)
69604      Branch: cfgperl
69605            ! lib/Text/Wrap.pm
69606 ____________________________________________________________________________
69607 [  6277] By: jhi                                   on 2000/06/29  22:13:10
69608         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
69609              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69610              Date: Mon, 12 Jun 2000 14:55:59 +0100
69611              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
69612      Branch: cfgperl
69613            ! pod/perlfunc.pod
69614 ____________________________________________________________________________
69615 [  6276] By: jhi                                   on 2000/06/29  22:11:06
69616         Log: Subject: [PATCH] Re: eval documentation: context
69617              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69618              Date: Mon, 12 Jun 2000 15:07:29 +0100
69619              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
69620      Branch: cfgperl
69621            ! pod/perlfunc.pod
69622 ____________________________________________________________________________
69623 [  6275] By: jhi                                   on 2000/06/29  21:59:46
69624         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
69625              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
69626              Date: Tue, 13 Jun 2000 02:43:48 -0500
69627              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
69628      Branch: cfgperl
69629            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
69630 ____________________________________________________________________________
69631 [  6274] By: jhi                                   on 2000/06/29  21:56:14
69632         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
69633              From: Andy Dougherty <doughera@lafayette.edu>
69634              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
69635              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
69636      Branch: cfgperl
69637            ! ext/File/Glob/Glob.pm
69638 ____________________________________________________________________________
69639 [  6273] By: jhi                                   on 2000/06/29  21:49:09
69640         Log: Subject: [PATCH] xsub attributes
69641              From: Doug MacEachern <dougm@covalent.net>
69642              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
69643              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
69644      Branch: cfgperl
69645            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
69646            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
69647 ____________________________________________________________________________
69648 [  6272] By: jhi                                   on 2000/06/29  21:41:28
69649         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
69650              From: Tom Phoenix <rootbeer@redcat.com>
69651              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
69652              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
69653      Branch: cfgperl
69654            ! lib/Net/Ping.pm
69655 ____________________________________________________________________________
69656 [  6271] By: jhi                                   on 2000/06/29  21:36:55
69657         Log: Subject: PATCH pod/perltie.pod
69658              From: Ian Phillipps <Ian.Phillipps@iname.com>
69659              Date: Fri, 16 Jun 2000 00:17:19 +0100
69660              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
69661              (only the first hunk, the second hunk had already been done
69662              by some other patch)
69663      Branch: cfgperl
69664            ! pod/perltie.pod
69665 ____________________________________________________________________________
69666 [  6270] By: jhi                                   on 2000/06/29  21:24:51
69667         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
69668              From: Nicholas Clark <nick@talking.bollo.cx>
69669              Date: Fri, 23 Jun 2000 16:21:15 +0100
69670              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
69671      Branch: cfgperl
69672            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
69673            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
69674 ____________________________________________________________________________
69675 [  6269] By: jhi                                   on 2000/06/29  19:38:15
69676         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
69677              silence few compiler warnings.
69678      Branch: cfgperl
69679            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
69680 ____________________________________________________________________________
69681 [  6268] By: jhi                                   on 2000/06/29  18:21:50
69682         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
69683              From: Dominic Dunlop <domo@computer.org> 
69684              Date: Thu, 29 Jun 2000 12:32:39 +0200 
69685              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
69686      Branch: cfgperl
69687            ! t/op/sprintf.t
69688 ____________________________________________________________________________
69689 [  6267] By: jhi                                   on 2000/06/29  18:16:07
69690         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
69691              From: Doug MacEachern <dougm@covalent.net>
69692              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
69693              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
69694      Branch: cfgperl
69695            + t/op/method2entersub.t
69696            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
69697            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
69698            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
69699            ! xsutils.c
69700 ____________________________________________________________________________
69701 [  6266] By: jhi                                   on 2000/06/29  15:11:15
69702         Log: Subject: [PATCH 5.6.0] cygwin port
69703              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
69704              From: "Fifer, Eric" <EFifer@sanwaint.com>
69705              Date: Thu, 29 Jun 2000 12:58:29 +0100
69706      Branch: cfgperl
69707            ! cygwin/Makefile.SHs
69708 ____________________________________________________________________________
69709 [  6265] By: jhi                                   on 2000/06/29  15:04:05
69710         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
69711              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
69712              Date: Wed, 28 Jun 2000 17:50:12 -0700
69713              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
69714      Branch: cfgperl
69715            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
69716 ____________________________________________________________________________
69717 [  6264] By: jhi                                   on 2000/06/29  15:00:57
69718         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
69719              From: Marty Lucich <marty@netcom.com>
69720              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
69721              Message-Id: <200006282116.OAA11148@netcom.com>
69722              ccdlflags update (the BSD/OS 4.1 part had already been taken
69723              care of by #6141).
69724      Branch: cfgperl
69725            ! hints/bsdos.sh
69726 ____________________________________________________________________________
69727 [  6263] By: jhi                                   on 2000/06/29  13:47:44
69728         Log: tr fixes from Simon Cozens
69729      Branch: cfgperl
69730            ! doop.c
69731 ____________________________________________________________________________
69732 [  6262] By: jhi                                   on 2000/06/28  18:46:01
69733         Log: Subject: 5.6.0 Patch for EPOC
69734              From: Olaf Flebbe <o.flebbe@gmx.de>
69735              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
69736              Message-ID: <23449.960929969@www11.gmx.net>
69737      Branch: cfgperl
69738            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
69739            ! epoc/epocish.h
69740 ____________________________________________________________________________
69741 [  6261] By: jhi                                   on 2000/06/28  18:29:07
69742         Log: Subject: Re: [PATCH cfgperl] BOMs away!
69743              From: simon@brecon.co.uk (Simon Cozens)
69744              Date: 17 Jun 2000 11:49:57 GMT
69745              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
69746      Branch: cfgperl
69747            ! pod/perldiag.pod t/comp/require.t toke.c
69748 ____________________________________________________________________________
69749 [  6260] By: jhi                                   on 2000/06/28  17:47:16
69750         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
69751              From: simon@brecon.co.uk (Simon Cozens) 
69752              Date: 17 Jun 2000 11:56:44 GMT 
69753              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
69754              pack U0, pack C0
69755      Branch: cfgperl
69756            ! pod/perlfunc.pod pp.c t/op/pack.t
69757 ____________________________________________________________________________
69758 [  6259] By: jhi                                   on 2000/06/28  16:43:17
69759         Log: perlnewmod was missing from MANIFEST.
69760      Branch: cfgperl
69761            ! MANIFEST
69762 ____________________________________________________________________________
69763 [  6258] By: jhi                                   on 2000/06/28  15:54:30
69764         Log: linenumber tweak
69765      Branch: cfgperl
69766            ! t/pragma/warn/regcomp
69767 ____________________________________________________________________________
69768 [  6257] By: jhi                                   on 2000/06/28  15:50:44
69769         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
69770              From: Doug MacEachern <dougm@covalent.net>
69771              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
69772              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
69773              (one part of the patch had been applied earlier)
69774      Branch: cfgperl
69775            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
69776 ____________________________________________________________________________
69777 [  6256] By: jhi                                   on 2000/06/28  15:40:22
69778         Log: tweaks from Simon Cozens to further fix tr/// under utf8
69779      Branch: cfgperl
69780            ! doop.c
69781 ____________________________________________________________________________
69782 [  6255] By: jhi                                   on 2000/06/28  15:33:45
69783         Log: small thinko tweaks
69784      Branch: cfgperl
69785            ! lib/IPC/Open3.pm t/op/my_stash.t
69786 ____________________________________________________________________________
69787 [  6254] By: jhi                                   on 2000/06/28  15:33:25
69788         Log: Subject: tr///, help wanted.
69789              From: simon@brecon.co.uk (Simon Cozens)
69790              Date: 28 Jun 2000 11:29:04 GMT
69791              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
69792      Branch: cfgperl
69793            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
69794            ! pp_proto.h proto.h t/op/tr.t
69795 ____________________________________________________________________________
69796 [  6253] By: jhi                                   on 2000/06/28  15:09:17
69797         Log: Paranoia tweak on #6249.
69798              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
69799              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
69800              Date: Sun, 25 Jun 2000 23:43:12 -0400
69801              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
69802      Branch: cfgperl
69803            ! lib/IPC/Open3.pm
69804 ____________________________________________________________________________
69805 [  6252] By: jhi                                   on 2000/06/28  15:01:38
69806         Log: Document #6249 and #6251.
69807      Branch: cfgperl
69808            ! lib/Exporter.pm lib/IPC/Open3.pm
69809 ____________________________________________________________________________
69810 [  6251] By: jhi                                   on 2000/06/28  14:50:43
69811         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
69812              From: Doug MacEachern <dougm@covalent.net>
69813              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
69814              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
69815      Branch: cfgperl
69816            ! lib/Exporter.pm
69817 ____________________________________________________________________________
69818 [  6250] By: jhi                                   on 2000/06/28  14:45:23
69819         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
69820              From: Doug MacEachern <dougm@covalent.net>
69821              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
69822              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
69823      Branch: cfgperl
69824            + t/op/my_stash.t
69825            ! MANIFEST embed.pl global.sym proto.h toke.c
69826 ____________________________________________________________________________
69827 [  6249] By: jhi                                   on 2000/06/28  14:36:34
69828         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
69829              From: Frank Tobin <ftobin@uiuc.edu>
69830              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
69831              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
69832      Branch: cfgperl
69833            ! lib/IPC/Open3.pm
69834 ____________________________________________________________________________
69835 [  6248] By: jhi                                   on 2000/06/28  14:11:25
69836         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
69837              From: Mark-Jason Dominus <mjd@plover.com>
69838              Date: Tue, 27 Jun 2000 22:36:42 -0400
69839              Message-ID: <20000628023642.12166.qmail@plover.com>
69840      Branch: cfgperl
69841            ! pod/perlfunc.pod
69842 ____________________________________________________________________________
69843 [  6247] By: jhi                                   on 2000/06/27  12:46:37
69844         Log: Tweak $VERSION, patch from Doug MacEachern.
69845      Branch: cfgperl
69846            ! lib/File/Spec.pm
69847 ____________________________________________________________________________
69848 [  6246] By: jhi                                   on 2000/06/27  03:34:46
69849         Log: Allow for standalone testing.
69850      Branch: cfgperl
69851            ! t/lib/filefunc.t t/lib/filespec.t
69852 ____________________________________________________________________________
69853 [  6245] By: jhi                                   on 2000/06/27  02:50:02
69854         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
69855              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
69856              Date: Sat, 24 Jun 2000 13:06:20 +0100
69857              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
69858      Branch: cfgperl
69859            ! ext/DynaLoader/DynaLoader_pm.PL
69860 ____________________________________________________________________________
69861 [  6244] By: jhi                                   on 2000/06/27  02:46:10
69862         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
69863              From: Doug MacEachern <dougm@covalent.net>
69864              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
69865              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
69866      Branch: cfgperl
69867            ! gv.c sv.c t/lib/peek.t
69868 ____________________________________________________________________________
69869 [  6243] By: jhi                                   on 2000/06/27  02:38:07
69870         Log: Subject: [PATCH] is_utf8_string
69871              From: simon@brecon.co.uk (Simon Cozens)
69872              Date: 26 Jun 2000 02:25:59 GMT
69873              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
69874      Branch: cfgperl
69875            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
69876            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
69877            ! proto.h utf8.c
69878 ____________________________________________________________________________
69879 [  6242] By: jhi                                   on 2000/06/27  02:24:00
69880         Log: Subject: [PATCH] bytes<->utf8 fixes
69881              From: simon@brecon.co.uk (Simon Cozens)
69882              Date: 26 Jun 2000 04:55:45 GMT
69883              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
69884      Branch: cfgperl
69885            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
69886 ____________________________________________________________________________
69887 [  6241] By: jhi                                   on 2000/06/27  02:12:42
69888         Log: Do no -warn on \_, only on \alpha.
69889              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
69890              From: David Dyck <dcd@tc.fluke.com>
69891              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
69892              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
69893      Branch: cfgperl
69894            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
69895 ____________________________________________________________________________
69896 [  6240] By: jhi                                   on 2000/06/27  02:00:01
69897         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
69898              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
69899              Date: Mon, 26 Jun 2000 18:40:14 +0100
69900              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
69901      Branch: cfgperl
69902            ! utils/h2xs.PL
69903 ____________________________________________________________________________
69904 [  6239] By: jhi                                   on 2000/06/27  01:53:40
69905         Log: Configure maintenance.  Sever some dependency cycles,
69906              separate gccversion from the cc unit,
69907              address [ID 20000623.006] Configure script patch for using gcc on AIX
69908              (but solve it a little bit differently),
69909              unduplex some accidentally duplicated units,
69910              suggest using gcc if no cc available
69911              (p5p thread: "Solaris configure: counterproposal", 1999-09)
69912      Branch: cfgperl
69913            ! Configure Todo-5.6 config_h.SH
69914      Branch: metaconfig
69915            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
69916            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
69917      Branch: metaconfig/U/perl
69918            + gccvers.U
69919            ! d_getespwnam.U d_getprpwnam.U i_prot.U
69920 ____________________________________________________________________________
69921 [  6238] By: jhi                                   on 2000/06/25  18:04:56
69922         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
69923              From: Dan Sugalski <dan@sidhe.org>
69924              Date: Fri, 23 Jun 2000 17:00:00 -0400
69925              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
69926      Branch: cfgperl
69927            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
69928 ____________________________________________________________________________
69929 [  6237] By: jhi                                   on 2000/06/25  16:36:45
69930         Log: Tweak embed.pl, regen headers.
69931      Branch: cfgperl
69932            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
69933            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
69934            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
69935            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
69936            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
69937 ____________________________________________________________________________
69938 [  6236] By: jhi                                   on 2000/06/25  15:26:42
69939         Log: Regen headers.
69940      Branch: cfgperl
69941            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
69942            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
69943            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
69944            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
69945            ! regnodes.h warnings.h
69946 ____________________________________________________________________________
69947 [  6235] By: jhi                                   on 2000/06/23  19:39:35
69948         Log: The thread begun by
69949              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
69950              From: Kevin.Ruscoe@ubsw.com
69951              Date: Fri, 16 Jun 2000 16:38:51 +0100
69952              Message-Id: <H000019b03c300d6@MHS>
69953      Branch: cfgperl
69954            ! hints/solaris_2.sh
69955 ____________________________________________________________________________
69956 [  6234] By: jhi                                   on 2000/06/23  19:23:36
69957         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
69958              because when run as services (Win32ese for daemons)
69959              no environment variables are set and tmpdir ends up as /tmp,
69960              which is ambiguous.
69961              
69962              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
69963              From: matt@sergeant.org
69964              Date: 16 Jun 2000 16:30:43 -0000
69965              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
69966      Branch: cfgperl
69967            ! lib/File/Spec/Win32.pm
69968 ____________________________________________________________________________
69969 [  6233] By: jhi                                   on 2000/06/23  19:18:58
69970         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
69971              From: Mark-Jason Dominus <mjd@plover.com>
69972              Date: Fri, 16 Jun 2000 20:53:04 -0400
69973              Message-ID: <20000617005304.8008.qmail@plover.com>
69974      Branch: cfgperl
69975            ! op.h
69976 ____________________________________________________________________________
69977 [  6232] By: jhi                                   on 2000/06/23  16:10:02
69978         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
69979              From: simon@brecon.co.uk (Simon Cozens)
69980              Date: 19 Jun 2000 15:18:27 GMT
69981              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
69982              
69983              plus update pod/Makefile and regenerate perltoc
69984      Branch: cfgperl
69985            + pod/perlutil.pod
69986            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
69987 ____________________________________________________________________________
69988 [  6231] By: jhi                                   on 2000/06/23  15:19:18
69989         Log: Subject: [PATCH 5.6.0] cygwin port
69990              From: "Fifer, Eric" <EFifer@sanwaint.com>
69991              Date: Tue, 20 Jun 2000 14:30:58 +0100
69992              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
69993      Branch: cfgperl
69994            ! README.cygwin lib/File/Find.pm
69995 ____________________________________________________________________________
69996 [  6230] By: jhi                                   on 2000/06/23  14:25:21
69997         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
69998      Branch: cfgperl
69999            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
70000            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
70001            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
70002            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
70003 ____________________________________________________________________________
70004 [  6229] By: jhi                                   on 2000/06/23  14:13:34
70005         Log: Subject: README.hpux version 0.6.1
70006              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
70007              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
70008              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
70009      Branch: cfgperl
70010            ! README.hpux
70011 ____________________________________________________________________________
70012 [  6228] By: jhi                                   on 2000/06/23  14:07:20
70013         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
70014              From: Doug MacEachern <dougm@covalent.net>
70015              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
70016              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
70017      Branch: cfgperl
70018            ! op.c
70019 ____________________________________________________________________________
70020 [  6227] By: jhi                                   on 2000/06/23  14:01:06
70021         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
70022              From: Doug MacEachern <dougm@covalent.net>
70023              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
70024              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
70025      Branch: cfgperl
70026            + lib/lib.pm.PL
70027            - lib/lib.pm
70028            ! MANIFEST Makefile.SH
70029 ____________________________________________________________________________
70030 [  6226] By: jhi                                   on 2000/06/23  13:53:07
70031         Log: Subject: [PATCH] remove forward declarations in Socket.pm
70032              From: Doug MacEachern <dougm@covalent.net>
70033              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
70034              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
70035              
70036              From: Doug MacEachern <dougm@covalent.net>
70037              Subject: Re: [PATCH] remove forward declarations in Socket.pm
70038              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
70039              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
70040      Branch: cfgperl
70041            ! ext/Socket/Socket.pm op.c
70042 ____________________________________________________________________________
70043 [  6225] By: jhi                                   on 2000/06/23  13:41:52
70044         Log: Add source code filenames to apidoc.
70045              From: simon@brecon.co.uk (Simon Cozens)
70046              Subject: [PATCH embed.pl] Source X-ref
70047              Date: 22 Jun 2000 02:18:49 GMT
70048              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
70049      Branch: cfgperl
70050            ! embed.pl
70051 ____________________________________________________________________________
70052 [  6224] By: jhi                                   on 2000/06/23  13:32:33
70053         Log: A way to avoid English.pm performance hit.
70054              From: root <root@jester.slaysys.com>
70055              Subject: [YAPATCH English.pm] My turn to putt again
70056              Date: Thu, 22 Jun 2000 20:33:58 -0400
70057              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
70058      Branch: cfgperl
70059            ! lib/English.pm t/lib/english.t
70060 ____________________________________________________________________________
70061 [  6223] By: jhi                                   on 2000/06/23  13:27:06
70062         Log: Avoid double close().
70063              Subject: [PATCH] avoid double close()
70064              From: Doug MacEachern <dougm@covalent.net>
70065              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
70066              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
70067      Branch: cfgperl
70068            ! doio.c
70069 ____________________________________________________________________________
70070 [  6222] By: jhi                                   on 2000/06/23  13:25:54
70071         Log: doc typo fix
70072              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
70073              From: Ian Phillipps <Ian.Phillipps@iname.com>
70074              Date: Fri, 23 Jun 2000 10:40:58 +0100
70075              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
70076      Branch: cfgperl
70077            ! lib/Pod/Usage.pm
70078 ____________________________________________________________________________
70079 [  6221] By: jhi                                   on 2000/06/23  13:24:15
70080         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
70081              From: simon@brecon.co.uk (Simon Cozens)
70082              Subject: [PATCH] Eliminate tr///[CU][CU]
70083              Date: 23 Jun 2000 11:05:40 GMT
70084              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
70085      Branch: cfgperl
70086            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
70087 ____________________________________________________________________________
70088 [  6220] By: jhi                                   on 2000/06/22  16:07:51
70089         Log: Win32 patches from Benjamin Stuhl.
70090      Branch: cfgperl
70091            ! makedef.pl win32/win32.h
70092 ____________________________________________________________________________
70093 [  6219] By: jhi                                   on 2000/06/22  16:06:34
70094         Log: Bytecode patches from Benjamin Stuhl.
70095      Branch: cfgperl
70096            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
70097            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
70098            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
70099 ____________________________________________________________________________
70100 [  6218] By: jhi                                   on 2000/06/15  23:54:16
70101         Log: Bytecode patches from Benjamin Stuhl.
70102      Branch: cfgperl
70103            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
70104 ____________________________________________________________________________
70105 [  6217] By: jhi                                   on 2000/06/09  13:38:29
70106         Log: Rename the fdpid locking and integrate with Sarathy.
70107      Branch: cfgperl
70108            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
70109            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
70110            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
70111            ! win32/win32.c
70112           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
70113 ____________________________________________________________________________
70114 [  6216] By: gsar                                  on 2000/06/08  14:54:21
70115         Log: be more optimal about clearing @_
70116      Branch: perl
70117            ! cop.h
70118 ____________________________________________________________________________
70119 [  6215] By: gsar                                  on 2000/06/08  14:33:04
70120         Log: tweak comment about @DB::args
70121      Branch: perl
70122            ! av.h pp_ctl.c
70123 ____________________________________________________________________________
70124 [  6214] By: gsar                                  on 2000/06/08  13:57:54
70125         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
70126              caller() wants to populate @DB::args with it (causes a coredump
70127              in Carp::confess())
70128      Branch: perl
70129            ! cop.h t/op/runlevel.t
70130 ____________________________________________________________________________
70131 [  6213] By: gsar                                  on 2000/06/08  07:06:35
70132         Log: back out change#6106 (seems problematic)
70133      Branch: perl
70134            ! hints/solaris_2.sh
70135 ____________________________________________________________________________
70136 [  6212] By: jhi                                   on 2000/06/07  03:10:36
70137         Log: Continuing mopup for #6204.
70138      Branch: cfgperl
70139            ! ext/B/defsubs_h.PL
70140 ____________________________________________________________________________
70141 [  6211] By: jhi                                   on 2000/06/07  02:41:50
70142         Log: Mopup for #6204.
70143              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
70144              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
70145              This is comes from const() where POK isn't on when expected.
70146      Branch: cfgperl
70147            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
70148            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
70149            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
70150            ! perlapi.h pod/perlapi.pod
70151 ____________________________________________________________________________
70152 [  6210] By: jhi                                   on 2000/06/07  01:56:29
70153         Log: Mopup for #6207 and #6209.
70154      Branch: cfgperl
70155            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
70156 ____________________________________________________________________________
70157 [  6209] By: jhi                                   on 2000/06/07  01:33:12
70158         Log: Lock PL_fdpid against race conditions, based on:
70159              Subject: [PATCH 5.6.0]subprocess fixup for threads
70160              From: Dan Sugalski <dan@sidhe.org>
70161              To: perl5-porters@perl.org
70162              Date: Tue, 11 Apr 2000 17:02:32 -0400
70163              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
70164      Branch: cfgperl
70165            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
70166            ! win32/win32.c
70167 ____________________________________________________________________________
70168 [  6208] By: jhi                                   on 2000/06/07  01:05:23
70169         Log: Regen headers for #6207.
70170      Branch: cfgperl
70171            ! embed.h global.sym objXSUB.h proto.h
70172 ____________________________________________________________________________
70173 [  6207] By: jhi                                   on 2000/06/06  23:43:13
70174         Log: Subject: [PATCH 5.6.0] Threadsafe patches
70175              From: Dan Sugalski <dan@sidhe.org>
70176              To: perl5-porters@perl.org
70177              Date: Mon, 08 May 2000 18:08:13 -0400
70178              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
70179      Branch: cfgperl
70180            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
70181            ! proto.h sv.h util.c
70182 ____________________________________________________________________________
70183 [  6206] By: jhi                                   on 2000/06/06  23:21:23
70184         Log: Subject: [PATCH] Eliminate $a/$b in pod
70185              From: David Glasser <me@davidglasser.net>
70186              To: perl5-porters@perl.org
70187              Date: Mon, 29 May 2000 21:15:59 -0400
70188              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
70189      Branch: cfgperl
70190            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
70191            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
70192            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
70193            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
70194            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
70195            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
70196            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
70197            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
70198            ! pod/perlvar.pod pod/perlxs.pod
70199 ____________________________________________________________________________
70200 [  6205] By: jhi                                   on 2000/06/06  23:12:14
70201         Log: Subject: [PATCH] Win32 improvements
70202              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
70203              To: gsar@activestate.com, perl5-porters@perl.org
70204              Date: Mon, 29 May 2000 17:22:24 PDT
70205              Message-ID: <20000530002224.91142.qmail@hotmail.com>
70206              (MUA had mangled many lines by wordwrapping)
70207      Branch: cfgperl
70208            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
70209 ____________________________________________________________________________
70210 [  6204] By: jhi                                   on 2000/06/06  23:01:50
70211         Log: Subject: [PATCH] B::Bytecode patches
70212              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
70213              To: gsar@activestate.com, jhi@iki.fi
70214              Cc: perl5-porters@perl.org
70215              Message-ID: <20000602202526.48694.qmail@hotmail.com>
70216              (MUA had mangled many lines by wordwrapping)
70217      Branch: cfgperl
70218            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
70219            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
70220            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
70221            ! intrpvar.h perl.c
70222 ____________________________________________________________________________
70223 [  6203] By: jhi                                   on 2000/06/06  22:32:43
70224         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
70225              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
70226              Date: Tue, 06 Jun 2000 13:07:45 -0700
70227              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
70228      Branch: cfgperl
70229            ! pod/perldiag.pod
70230 ____________________________________________________________________________
70231 [  6202] By: jhi                                   on 2000/06/06  19:38:35
70232         Log: Integrate with Sarathy.
70233      Branch: cfgperl
70234           !> perl.c
70235 ____________________________________________________________________________
70236 [  6201] By: gsar                                  on 2000/06/06  00:42:59
70237         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
70238              does a PUSHMARK that's never ever POPMARKed; in general, only
70239              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
70240              Perl_eval_[sp]v() don't because they don't take any incoming
70241              arguments (this leak has been around since the original version
70242              of perl_eval_pv() in 5.003_97e)
70243      Branch: perl
70244            ! perl.c
70245 ____________________________________________________________________________
70246 [  6200] By: jhi                                   on 2000/06/04  03:44:52
70247         Log: Update to cperl-mode.el 4.31 from
70248              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
70249              Subject: A couple of notes
70250              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
70251              To: Mailing list Perl5 <perl5-porters@perl.org>
70252              Date: Sat, 3 Jun 2000 23:33:32 -0400
70253              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
70254      Branch: cfgperl
70255            ! emacs/cperl-mode.el
70256 ____________________________________________________________________________
70257 [  6199] By: jhi                                   on 2000/06/03  15:11:05
70258         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
70259              From: Dan Sugalski <dan@sidhe.org>
70260              To: perl5-porters@perl.org, vmsperl@perl.org
70261              Date: Fri, 02 Jun 2000 17:30:51 -0400
70262              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
70263      Branch: cfgperl
70264            ! vms/descrip_mms.template vms/gen_shrfls.pl
70265 ____________________________________________________________________________
70266 [  6198] By: jhi                                   on 2000/06/03  14:59:15
70267         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
70268              From: Dan Sugalski <dan@sidhe.org>
70269              To: vmsperl@perl.org, perl5-porters@perl.org
70270              Date: Fri, 02 Jun 2000 16:00:41 -0400
70271              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
70272              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
70273      Branch: cfgperl
70274            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
70275            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
70276            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
70277 ____________________________________________________________________________
70278 [  6197] By: jhi                                   on 2000/06/03  14:41:30
70279         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
70280              From: John Borwick <jhborwic@unity.ncsu.edu>
70281              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
70282              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
70283      Branch: cfgperl
70284            ! pod/perlsyn.pod
70285 ____________________________________________________________________________
70286 [  6196] By: jhi                                   on 2000/06/03  14:38:09
70287         Log: Integrate with Sarathy.
70288      Branch: cfgperl
70289           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
70290           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
70291           !> vms/perly_c.vms
70292 ____________________________________________________________________________
70293 [  6195] By: gsar                                  on 2000/06/02  22:43:13
70294         Log: fix yet another eval"" leak under USE_ITHREADS
70295      Branch: perl
70296            ! op.c
70297 ____________________________________________________________________________
70298 [  6194] By: gsar                                  on 2000/06/02  18:22:06
70299         Log: fix small eval"" memory leaks under USE_ITHREADS
70300      Branch: perl
70301            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
70302            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
70303            ! vms/perly_c.vms
70304 ____________________________________________________________________________
70305 [  6193] By: jhi                                   on 2000/06/01  13:03:56
70306         Log: Signals-be-gone for microperl.
70307      Branch: cfgperl
70308            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
70309 ____________________________________________________________________________
70310 [  6192] By: jhi                                   on 2000/06/01  12:52:02
70311         Log: Integrate with Sarathy.
70312      Branch: cfgperl
70313           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
70314           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
70315           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
70316           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
70317           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
70318           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
70319           !> t/op/vec.t utils/h2xs.PL
70320 ____________________________________________________________________________
70321 [  6191] By: gsar                                  on 2000/06/01  09:38:21
70322         Log: vec() loses numericalness (modified version of patch suggested
70323              by Robin Barker)
70324      Branch: perl
70325            ! doop.c t/op/vec.t
70326 ____________________________________________________________________________
70327 [  6190] By: gsar                                  on 2000/06/01  09:26:15
70328         Log: submit missing embed.pl change
70329      Branch: perl
70330            ! embed.pl
70331 ____________________________________________________________________________
70332 [  6189] By: gsar                                  on 2000/06/01  09:05:34
70333         Log: counting tr/// corrupts later operation (from M.J.T Guy)
70334      Branch: perl
70335            ! doop.c t/op/tr.t
70336 ____________________________________________________________________________
70337 [  6188] By: gsar                                  on 2000/06/01  08:58:39
70338         Log: h2xs tweaks
70339      Branch: perl
70340            ! utils/h2xs.PL
70341 ____________________________________________________________________________
70342 [  6187] By: gsar                                  on 2000/06/01  08:50:07
70343         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
70344              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
70345      Branch: perl
70346            + lib/Pod/LaTeX.pm
70347            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
70348            ! pod/pod2latex.PL
70349 ____________________________________________________________________________
70350 [  6186] By: gsar                                  on 2000/06/01  08:24:40
70351         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
70352              <wolfgang.laun@alcatel.at>)
70353      Branch: perl
70354            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
70355            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
70356 ____________________________________________________________________________
70357 [  6185] By: gsar                                  on 2000/06/01  08:12:00
70358         Log: remove incorrect documentation about implicit split to @_ in
70359              list context, which never really worked in perl 5 (from
70360              M.J.T. Guy)
70361      Branch: perl
70362            ! pod/perlfunc.pod pod/perltrap.pod
70363 ____________________________________________________________________________
70364 [  6184] By: gsar                                  on 2000/06/01  07:52:27
70365         Log: tweak for change#6127
70366      Branch: perl
70367            ! perl.c
70368 ____________________________________________________________________________
70369 [  6183] By: gsar                                  on 2000/06/01  07:41:02
70370         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
70371              <nick@ccl4.org>)
70372      Branch: perl
70373            + t/lib/selfloader.t
70374            ! MANIFEST lib/SelfLoader.pm
70375 ____________________________________________________________________________
70376 [  6182] By: jhi                                   on 2000/06/01  00:34:42
70377         Log: Be Cleaner Part Deux.
70378      Branch: cfgperl
70379            ! Makefile.SH
70380 ____________________________________________________________________________
70381 [  6181] By: jhi                                   on 2000/06/01  00:32:09
70382         Log: Integrate with Sarathy.
70383      Branch: cfgperl
70384           !> pp.c t/op/arith.t
70385 ____________________________________________________________________________
70386 [  6180] By: jhi                                   on 2000/06/01  00:31:13
70387         Log: microperl nits from Simon Cozens.
70388      Branch: cfgperl
70389            + uconfig.h
70390            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
70391            ! unixish.h
70392 ____________________________________________________________________________
70393 [  6179] By: gsar                                  on 2000/05/31  22:37:51
70394         Log: buggy modulus on UVs introduced by change#3378 (resulted in
70395              4063328477 % 65535 amounting to 27406, instead of 27407)
70396      Branch: perl
70397            ! pp.c t/op/arith.t
70398 ____________________________________________________________________________
70399 [  6178] By: jhi                                   on 2000/05/31  21:52:41
70400         Log: Be cleaner.
70401      Branch: cfgperl
70402            ! Makefile.SH
70403 ____________________________________________________________________________
70404 [  6177] By: jhi                                   on 2000/05/31  21:47:33
70405         Log: Substitution utf8 patch from Simon Cozens.
70406      Branch: cfgperl
70407            ! pp_hot.c
70408 ____________________________________________________________________________
70409 [  6176] By: jhi                                   on 2000/05/31  21:45:34
70410         Log: Single-quoted utf8 patch from Simon Cozens.
70411      Branch: cfgperl
70412            ! toke.c
70413 ____________________________________________________________________________
70414 [  6175] By: jhi                                   on 2000/05/31  21:40:18
70415         Log: Integrate with Sarathy.
70416      Branch: cfgperl
70417           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
70418 ____________________________________________________________________________
70419 [  6174] By: jhi                                   on 2000/05/31  21:37:31
70420         Log: microperl changes from Simon Cozens; Makefile for microperl
70421              written from scratch; few casts added as microperl compilation
70422              doesn't have all prototypes available.
70423      Branch: cfgperl
70424            + Makefile.micro README.micro Todo.micro uconfig.sh
70425            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
70426            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
70427      Branch: metaconfig
70428            + U/modified/Config_h.U
70429 ____________________________________________________________________________
70430 [  6173] By: jhi                                   on 2000/05/31  20:00:24
70431         Log: metaconfig maintenance.
70432      Branch: metaconfig
70433            + U/modified/Inhdr.U U/typedefs/inotype.U
70434      Branch: metaconfig/U/perl
70435            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
70436            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
70437 ____________________________________________________________________________
70438 [  6172] By: gsar                                  on 2000/05/31  05:05:42
70439         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
70440              (from Ilya Zakharevich)
70441      Branch: perl
70442            ! regexec.c t/op/re_tests
70443 ____________________________________________________________________________
70444 [  6171] By: gsar                                  on 2000/05/31  05:01:47
70445         Log: scalar() doesn't force scalar context when used in void context
70446              (from Simon Cozens)
70447      Branch: perl
70448            ! op.c t/op/wantarray.t
70449 ____________________________________________________________________________
70450 [  6170] By: gsar                                  on 2000/05/31  04:41:33
70451         Log: change#6142 needs tweaks to tests to work where there's no symlink()
70452              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
70453      Branch: perl
70454            ! t/lib/filefind.t
70455 ____________________________________________________________________________
70456 [  6169] By: gsar                                  on 2000/05/31  04:29:49
70457         Log: integrate cfgperl contents into mainline
70458      Branch: perl
70459           +> pod/perlmodlib.PL pod/perlnewmod.pod
70460           !> (integrate 42 files)
70461 ____________________________________________________________________________
70462 [  6168] By: jhi                                   on 2000/05/30  22:53:37
70463         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
70464      Branch: cfgperl
70465            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
70466            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
70467            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
70468            ! win32/config.bc win32/config.gc win32/config.vc
70469            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
70470            ! win32/config_h.PL win32/config_sh.PL
70471      Branch: metaconfig/U/perl
70472            ! perlxv.U
70473 ____________________________________________________________________________
70474 [  6167] By: jhi                                   on 2000/05/30  22:20:21
70475         Log: tweak todo 
70476      Branch: cfgperl
70477            ! Todo-5.6
70478 ____________________________________________________________________________
70479 [  6166] By: jhi                                   on 2000/05/30  22:11:51
70480         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
70481              in case somebody wants to write an extension for more
70482              shadow database interfaces.
70483      Branch: cfgperl
70484            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
70485            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
70486            ! vos/config.def vos/config.h vos/config_h.SH_orig
70487            ! win32/config.bc win32/config.gc win32/config.vc
70488            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
70489      Branch: metaconfig
70490            ! U/modified/Myinit.U
70491      Branch: metaconfig/U/perl
70492            + d_getespwnam.U d_getprpwnam.U i_prot.U
70493 ____________________________________________________________________________
70494 [  6165] By: jhi                                   on 2000/05/30  18:35:34
70495         Log: Integrate with Sarathy.
70496      Branch: cfgperl
70497           !> op.c
70498 ____________________________________________________________________________
70499 [  6164] By: jhi                                   on 2000/05/30  18:30:16
70500         Log: detypo
70501      Branch: cfgperl
70502            ! Configure config_h.SH
70503      Branch: metaconfig/U/perl
70504            ! perlxv.U
70505 ____________________________________________________________________________
70506 [  6163] By: gsar                                  on 2000/05/30  03:24:03
70507         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
70508      Branch: perl
70509            ! op.c
70510 ____________________________________________________________________________
70511 [  6162] By: gsar                                  on 2000/05/30  03:09:38
70512         Log: fix memory leak in method call optimization (change#3768);
70513              made C<eval "$x->foo()"> leak
70514      Branch: perl
70515            ! op.c
70516 ____________________________________________________________________________
70517 [  6161] By: jhi                                   on 2000/05/29  17:56:26
70518         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
70519              both from Simon Cozens.
70520      Branch: cfgperl
70521            + pod/perlmodlib.PL pod/perlnewmod.pod
70522            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
70523            ! pod/perlmodlib.pod pod/perltoc.pod
70524 ____________________________________________________________________________
70525 [  6160] By: jhi                                   on 2000/05/29  17:23:55
70526         Log: Changes for the File::Temp 0.08 (change #6159) test suite
70527              to fit better into the Perl distribution test framework.
70528      Branch: cfgperl
70529            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
70530            ! t/lib/ftmp-tempfile.t
70531 ____________________________________________________________________________
70532 [  6159] By: jhi                                   on 2000/05/29  16:55:36
70533         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
70534      Branch: cfgperl
70535            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
70536            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
70537 ____________________________________________________________________________
70538 [  6158] By: bailey                                on 2000/05/29  16:22:08
70539         Log: Add fallback to tmpfile for use in cases where user's relying on
70540              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
70541              Lane's patch)
70542      Branch: vmsperl
70543            ! vms/vms.c vms/vmsish.h
70544 ____________________________________________________________________________
70545 [  6157] By: jhi                                   on 2000/05/29  03:10:36
70546         Log: Regen Configure to jive with #6149.
70547      Branch: cfgperl
70548            ! Configure
70549      Branch: metaconfig
70550            ! U/modified/Getfile.U
70551 ____________________________________________________________________________
70552 [  6156] By: jhi                                   on 2000/05/29  03:01:38
70553         Log: Integrate with Sarathy.
70554      Branch: cfgperl
70555           +> ext/DynaLoader/dl_mac.xs
70556           !> (integrate 38 files)
70557 ____________________________________________________________________________
70558 [  6155] By: gsar                                  on 2000/05/28  21:15:58
70559         Log: small bug in change#6144; remove random \xA0 character that snuck
70560              in via change#6145
70561      Branch: perl
70562            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
70563 ____________________________________________________________________________
70564 [  6154] By: gsar                                  on 2000/05/28  21:04:19
70565         Log: avoid type mismatch warning
70566      Branch: perl
70567            ! perl.c
70568 ____________________________________________________________________________
70569 [  6153] By: gsar                                  on 2000/05/28  20:58:31
70570         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
70571              <nick@Bagpuss.uk.boo.com>)
70572      Branch: perl
70573            ! lib/Test/Harness.pm
70574 ____________________________________________________________________________
70575 [  6152] By: gsar                                  on 2000/05/28  20:53:42
70576         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
70577      Branch: perl
70578            ! regexec.c
70579 ____________________________________________________________________________
70580 [  6151] By: gsar                                  on 2000/05/28  20:50:28
70581         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
70582      Branch: perl
70583            ! regexec.c
70584 ____________________________________________________________________________
70585 [  6150] By: gsar                                  on 2000/05/28  20:39:58
70586         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
70587      Branch: perl
70588            ! pod/perlrequick.pod
70589 ____________________________________________________________________________
70590 [  6149] By: gsar                                  on 2000/05/28  20:35:16
70591         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
70592              <troc@netrus.net>)
70593      Branch: perl
70594            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
70595            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
70596            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
70597            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
70598 ____________________________________________________________________________
70599 [  6148] By: gsar                                  on 2000/05/28  20:21:07
70600         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
70601      Branch: perl
70602            ! lib/ExtUtils/MM_Unix.pm
70603 ____________________________________________________________________________
70604 [  6147] By: gsar                                  on 2000/05/28  20:12:41
70605         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
70606              (from Peter Prymmer)
70607      Branch: perl
70608            ! vms/subconfigure.com
70609 ____________________________________________________________________________
70610 [  6146] By: gsar                                  on 2000/05/28  20:06:15
70611         Log: doc typo
70612      Branch: perl
70613            ! lib/warnings.pm warnings.h warnings.pl
70614 ____________________________________________________________________________
70615 [  6145] By: gsar                                  on 2000/05/28  18:44:33
70616         Log: make xsubpp skip embedded pod (from Matthias Neeracher
70617              <neeri@iis.ee.ethz.ch>)
70618      Branch: perl
70619            ! lib/ExtUtils/xsubpp
70620 ____________________________________________________________________________
70621 [  6144] By: gsar                                  on 2000/05/28  18:42:49
70622         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
70623              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
70624              <neeri@iis.ee.ethz.ch>)
70625      Branch: perl
70626            ! lib/AutoSplit.pm
70627 ____________________________________________________________________________
70628 [  6143] By: gsar                                  on 2000/05/28  18:41:12
70629         Log: MacOS support, part 1 (from Matthias Neeracher
70630              <neeri@iis.ee.ethz.ch>)
70631      Branch: perl
70632            + ext/DynaLoader/dl_mac.xs
70633            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
70634            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
70635            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
70636            ! util.h
70637 ____________________________________________________________________________
70638 [  6142] By: gsar                                  on 2000/05/28  18:21:51
70639         Log: File::Find fails to chdir when chasing symlinks (from
70640              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
70641      Branch: perl
70642            ! lib/File/Find.pm t/lib/filefind.t
70643 ____________________________________________________________________________
70644 [  6141] By: jhi                                   on 2000/05/28  14:25:15
70645         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
70646              forwarded by Peter Seebach from the bsdi-users mailing list.
70647              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
70648      Branch: perl
70649            ! hints/bsdos.sh
70650 ____________________________________________________________________________
70651 [  6140] By: jhi                                   on 2000/05/28  14:11:57
70652         Log: Integrate with Sarathy.
70653      Branch: cfgperl
70654           +> (branch 30 files)
70655           !> (integrate 93 files)
70656 ____________________________________________________________________________
70657 [  6139] By: gsar                                  on 2000/05/28  10:01:48
70658         Log: revise mktables.PL for bugs and newness in Unicode 3.0
70659              (from James Bence <jbence@amgen.com>)
70660      Branch: perl
70661            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
70662            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
70663            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
70664            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
70665            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
70666            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
70667            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
70668            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
70669            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
70670            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
70671            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
70672            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
70673            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
70674            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
70675            + lib/unicode/Is/SylWU.pl
70676            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
70677            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
70678            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
70679            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
70680            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
70681            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
70682            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
70683            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
70684            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
70685            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
70686            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
70687            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
70688            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
70689            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
70690            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
70691            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
70692            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
70693            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
70694            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
70695            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
70696            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
70697            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
70698            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
70699            ! lib/unicode/Makefile lib/unicode/mktables.PL
70700 ____________________________________________________________________________
70701 [  6138] By: gsar                                  on 2000/05/28  08:50:32
70702         Log: add note about the handling of negative indices to tied arrays
70703              (from Michael G Schwern <schwern@pobox.com>)
70704      Branch: perl
70705            ! pod/perltie.pod
70706 ____________________________________________________________________________
70707 [  6137] By: gsar                                  on 2000/05/28  08:46:10
70708         Log: fix bogus redeclaration warning for "our" variables in different
70709              scopes
70710      Branch: perl
70711            ! op.c t/pragma/strict-vars
70712 ____________________________________________________________________________
70713 [  6136] By: gsar                                  on 2000/05/28  08:31:20
70714         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
70715      Branch: perl
70716            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
70717 ____________________________________________________________________________
70718 [  6135] By: gsar                                  on 2000/05/28  08:17:50
70719         Log: enable Test::Harness to dynamically determine column width etc.
70720              (from Rob Napier <rnapier@employees.org>)
70721      Branch: perl
70722            ! lib/Test/Harness.pm
70723 ____________________________________________________________________________
70724 [  6134] By: gsar                                  on 2000/05/28  08:13:39
70725         Log: make Test::Harness use wait.h/WCOREDUMP if available
70726              (from Ben Tilly <ben_tilly@hotmail.com>)
70727      Branch: perl
70728            ! lib/Test/Harness.pm
70729 ____________________________________________________________________________
70730 [  6133] By: gsar                                  on 2000/05/28  08:08:05
70731         Log: elide bogus test in change#6132
70732      Branch: perl
70733            ! t/pragma/warn/9enabled
70734 ____________________________________________________________________________
70735 [  6132] By: gsar                                  on 2000/05/28  08:03:14
70736         Log: warnings::enabled() doesn't fall back to looking at $^W if
70737              caller isn't using lexical warnings (from Paul Marquess)
70738      Branch: perl
70739            ! pp_ctl.c t/pragma/warn/9enabled
70740 ____________________________________________________________________________
70741 [  6131] By: gsar                                  on 2000/05/28  07:57:47
70742         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
70743      Branch: perl
70744            ! ext/POSIX/POSIX.pm
70745 ____________________________________________________________________________
70746 [  6130] By: gsar                                  on 2000/05/28  07:29:12
70747         Log: fix places that mean C<"word" character> but say C<alphanumeric
70748              character>
70749      Branch: perl
70750            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
70751 ____________________________________________________________________________
70752 [  6129] By: gsar                                  on 2000/05/28  07:18:41
70753         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
70754      Branch: perl
70755            ! vms/test.com
70756 ____________________________________________________________________________
70757 [  6128] By: gsar                                  on 2000/05/28  07:12:55
70758         Log: new perlxstut example for passing/returning refs to arrays
70759              (from David Lowe <dlowe@pootpoot.com>)
70760      Branch: perl
70761            ! pod/perlxstut.pod
70762 ____________________________________________________________________________
70763 [  6127] By: gsar                                  on 2000/05/28  07:02:50
70764         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
70765              failed (from Gisle Aas)
70766      Branch: perl
70767            ! cop.h perl.c
70768 ____________________________________________________________________________
70769 [  6126] By: gsar                                  on 2000/05/28  06:39:53
70770         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
70771              (reworked variant of patch suggested by Simon Cozens)
70772      Branch: perl
70773            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
70774            ! pp_hot.c proto.h t/op/gv.t
70775 ____________________________________________________________________________
70776 [  6125] By: gsar                                  on 2000/05/28  05:14:55
70777         Log: enable propagating exception objects via Perl_croak() in XS code
70778              (from Gisle Aas)
70779      Branch: perl
70780            ! util.c
70781 ____________________________________________________________________________
70782 [  6124] By: gsar                                  on 2000/05/28  05:07:28
70783         Log: integrate vmsperl contents into mainline
70784      Branch: perl
70785           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
70786           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
70787           !> vms/vmsish.h
70788 ____________________________________________________________________________
70789 [  6123] By: gsar                                  on 2000/05/28  05:03:53
70790         Log: clarify gotcha with #line directives (from Rocco Caputo
70791              <troc@netrus.net>)
70792      Branch: perl
70793            ! pod/perldebug.pod pod/perlsyn.pod
70794 ____________________________________________________________________________
70795 [  6122] By: gsar                                  on 2000/05/28  04:58:29
70796         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
70797              (from Mark-Jason Dominus)
70798      Branch: perl
70799            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
70800            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
70801            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
70802            ! toke.c
70803 ____________________________________________________________________________
70804 [  6121] By: bailey                                on 2000/05/25  04:46:54
70805         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
70806              lists (based on fixes by Craig Berry)
70807      Branch: vmsperl
70808            ! lib/File/Spec/VMS.pm
70809 ____________________________________________________________________________
70810 [  6120] By: bailey                                on 2000/05/25  04:25:38
70811         Log: Add missing escape (Charles Lane)
70812      Branch: vmsperl
70813            ! t/op/lex_assign.t
70814 ____________________________________________________________________________
70815 [  6119] By: bailey                                on 2000/05/25  04:21:25
70816         Log: Quiet error messages in vmsish.t (Charles Lane)
70817      Branch: vmsperl
70818            ! vms/ext/vmsish.t
70819 ____________________________________________________________________________
70820 [  6118] By: bailey                                on 2000/05/25  04:17:57
70821         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
70822              Flatten case labels in switch statements uniformly (Charles Bailey)
70823      Branch: vmsperl
70824            ! vms/vms.c
70825 ____________________________________________________________________________
70826 [  6117] By: bailey                                on 2000/05/25  03:58:09
70827         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
70828      Branch: vmsperl
70829            ! vms/vmsish.h
70830 ____________________________________________________________________________
70831 [  6116] By: bailey                                on 2000/05/25  03:11:15
70832         Log: Miscellaneous cosmetic fixes (Charles Lane)
70833      Branch: vmsperl
70834            ! lib/ExtUtils/MM_VMS.pm
70835 ____________________________________________________________________________
70836 [  6115] By: bailey                                on 2000/05/25  03:10:36
70837         Log: Add bounds checking for several strings (Charles Lane)
70838      Branch: vmsperl
70839            ! vms/vms.c
70840 ____________________________________________________________________________
70841 [  6114] By: bailey                                on 2000/05/25  02:25:34
70842         Log: Urk -- undo previous removal of vmsish 'exit' change
70843      Branch: vmsperl
70844            ! vms/ext/vmsish.pm vms/vmsish.h
70845 ____________________________________________________________________________
70846 [  6113] By: bailey                                on 2000/05/24  02:24:40
70847         Log: Ugly workaround for version-specific RTL error
70848      Branch: vmsperl
70849            ! vms/vms.c
70850 ____________________________________________________________________________
70851 [  6112] By: bailey                                on 2000/05/24  02:19:55
70852         Log: Check for existence of file before trying to delete
70853      Branch: vmsperl
70854            ! vms/test.com
70855 ____________________________________________________________________________
70856 [  6111] By: bailey                                on 2000/05/23  23:35:13
70857         Log: Resync with mainline prior to post-5.6.0 updates
70858      Branch: vmsperl
70859           +> (branch 49 files)
70860            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
70861            ! vms/ext/vmsish.pm
70862           !> (integrate 334 files)
70863 ____________________________________________________________________________
70864 [  6110] By: jhi                                   on 2000/05/23  19:28:32
70865         Log: todo tweak
70866      Branch: cfgperl
70867            ! Todo-5.6
70868 ____________________________________________________________________________
70869 [  6109] By: jhi                                   on 2000/05/18  17:38:54
70870         Log: Integrate with Sarathy.
70871      Branch: cfgperl
70872           !> mg.c perl.h win32/perlhost.h
70873 ____________________________________________________________________________
70874 [  6108] By: gsar                                  on 2000/05/17  02:24:56
70875         Log: reenable fake signal handling on Windows, bugs and all
70876      Branch: perl
70877            ! mg.c perl.h win32/perlhost.h
70878 ____________________________________________________________________________
70879 [  6107] By: jhi                                   on 2000/05/15  18:01:41
70880         Log: Tweak the todo list.
70881      Branch: cfgperl
70882            ! Todo-5.6
70883 ____________________________________________________________________________
70884 [  6106] By: jhi                                   on 2000/05/15  13:41:48
70885         Log: The (Configure) script refuses to go on, after asking for
70886              'You may also choose to try maximal 64-bitness....'.
70887              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
70888              -- Patrick Zima
70889              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
70890      Branch: cfgperl
70891            ! hints/solaris_2.sh
70892 ____________________________________________________________________________
70893 [  6105] By: jhi                                   on 2000/05/11  14:37:43
70894         Log: Integrate with Sarathy.
70895      Branch: cfgperl
70896           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
70897           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
70898 ____________________________________________________________________________
70899 [  6104] By: gsar                                  on 2000/05/11  03:39:07
70900         Log: PL_sys_intern was being initialized too late on windows
70901      Branch: perl
70902            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
70903            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
70904 ____________________________________________________________________________
70905 [  6103] By: jhi                                   on 2000/05/09  19:42:20
70906         Log: Test tweaking for Unicos continues.
70907      Branch: cfgperl
70908            ! t/op/64bitint.t
70909 ____________________________________________________________________________
70910 [  6102] By: jhi                                   on 2000/05/09  16:47:27
70911         Log: The test suite tweak in #6101 wasn't quite right.
70912      Branch: cfgperl
70913            ! t/lib/complex.t
70914 ____________________________________________________________________________
70915 [  6101] By: jhi                                   on 2000/05/09  15:35:34
70916         Log: Hints and test tweaks for Unicos.
70917      Branch: cfgperl
70918            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
70919 ____________________________________________________________________________
70920 [  6100] By: jhi                                   on 2000/05/08  21:15:06
70921         Log: More compilation tweakery from Allen Smith.
70922      Branch: cfgperl
70923            ! hints/irix_6.sh
70924 ____________________________________________________________________________
70925 [  6099] By: jhi                                   on 2000/05/08  19:21:18
70926         Log: Tweaks for the cc bugs from Allen Smith.
70927      Branch: cfgperl
70928            ! hints/irix_6.sh
70929 ____________________________________________________________________________
70930 [  6098] By: jhi                                   on 2000/05/08  19:13:37
70931         Log: Add a note about other, yet unsupported, shadow password APIs.
70932      Branch: cfgperl
70933            ! pp_sys.c
70934 ____________________________________________________________________________
70935 [  6097] By: jhi                                   on 2000/05/08  18:46:34
70936         Log: Add a note about possible compilation problems from Allen Smith.
70937      Branch: cfgperl
70938            ! hints/irix_6.sh
70939 ____________________________________________________________________________
70940 [  6096] By: jhi                                   on 2000/05/08  17:33:10
70941         Log: Integrate with Sarathy.
70942      Branch: cfgperl
70943           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
70944           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
70945 ____________________________________________________________________________
70946 [  6095] By: jhi                                   on 2000/05/08  16:21:33
70947         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
70948              might be useful in future.
70949      Branch: cfgperl
70950            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
70951            ! config_h.SH
70952      Branch: metaconfig
70953            ! U/installdirs/inc_version_list.U
70954      Branch: metaconfig/U/perl
70955            ! perlxv.U
70956 ____________________________________________________________________________
70957 [  6094] By: gsar                                  on 2000/05/08  14:22:22
70958         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
70959      Branch: perl
70960            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
70961            ! hints/cygwin.sh pp_sys.c
70962 ____________________________________________________________________________
70963 [  6093] By: gsar                                  on 2000/05/08  12:52:28
70964         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
70965              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
70966      Branch: perl
70967            ! pp_sys.c sv.c win32/perlhost.h
70968 ____________________________________________________________________________
70969 [  6092] By: jhi                                   on 2000/05/07  22:40:34
70970         Log: Regen perltoc with the fixed buildtoc.
70971      Branch: cfgperl
70972            ! pod/perltoc.pod
70973 ____________________________________________________________________________
70974 [  6091] By: jhi                                   on 2000/05/07  22:24:16
70975         Log: Integrate with Sarathy.
70976      Branch: cfgperl
70977           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
70978           !> t/op/substr.t toke.c
70979 ____________________________________________________________________________
70980 [  6090] By: gsar                                  on 2000/05/07  19:47:07
70981         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
70982              [NI]OK; added tests for both
70983      Branch: perl
70984            ! perl.c pp_hot.c sv.c t/op/substr.t
70985 ____________________________________________________________________________
70986 [  6089] By: gsar                                  on 2000/05/07  18:18:38
70987         Log: buildtoc tweak to fix newline lossage
70988      Branch: perl
70989            ! pod/buildtoc
70990 ____________________________________________________________________________
70991 [  6088] By: jhi                                   on 2000/05/07  16:35:36
70992         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
70993              because we do not use those.  The HAS_GETSPNAM remains,
70994              though, because we still do use that.
70995      Branch: cfgperl
70996            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
70997            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
70998            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
70999            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
71000            ! win32/config.vc win32/config_H.bc win32/config_H.gc
71001            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
71002 ____________________________________________________________________________
71003 [  6087] By: gsar                                  on 2000/05/07  16:05:16
71004         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
71005      Branch: perl
71006            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
71007 ____________________________________________________________________________
71008 [  6086] By: jhi                                   on 2000/05/07  15:27:07
71009         Log: Integrate with Sarathy.
71010      Branch: cfgperl
71011           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
71012           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
71013           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
71014           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
71015           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
71016           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
71017 ____________________________________________________________________________
71018 [  6085] By: gsar                                  on 2000/05/07  05:52:02
71019         Log: repeat operator (x) doesn't preserve utf8-ness
71020      Branch: perl
71021            ! pp.c t/op/substr.t
71022 ____________________________________________________________________________
71023 [  6084] By: gsar                                  on 2000/05/07  05:39:55
71024         Log: substr() does not preserve utf8-ness (from Stefan Eissing
71025              <Eissing@medicaldataservice.de>); added tests
71026      Branch: perl
71027            ! pp.c t/op/substr.t
71028 ____________________________________________________________________________
71029 [  6083] By: gsar                                  on 2000/05/07  05:24:46
71030         Log: note about undocumented caller() return value (from M.J.T. Guy);
71031              yet another peek.t tweak
71032      Branch: perl
71033            ! pod/perlfunc.pod t/lib/peek.t
71034 ____________________________________________________________________________
71035 [  6082] By: gsar                                  on 2000/05/07  05:08:40
71036         Log: peek.t non-portable to ithreads
71037      Branch: perl
71038            ! t/lib/peek.t
71039 ____________________________________________________________________________
71040 [  6081] By: gsar                                  on 2000/05/07  04:17:04
71041         Log: better default perlbug categories for ok reports (from Richard Foley)
71042      Branch: perl
71043            ! utils/perlbug.PL
71044 ____________________________________________________________________________
71045 [  6080] By: gsar                                  on 2000/05/07  04:08:07
71046         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
71047              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
71048      Branch: perl
71049            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
71050            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
71051            ! AUTHORS MAINTAIN MANIFEST
71052 ____________________________________________________________________________
71053 [  6079] By: gsar                                  on 2000/05/07  04:01:38
71054         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
71055      Branch: perl
71056            ! lib/Carp/Heavy.pm
71057 ____________________________________________________________________________
71058 [  6078] By: gsar                                  on 2000/05/07  01:24:19
71059         Log: workaround for CRT bug in chdir() (from Charles Lane, via
71060              Peter Prymmer)
71061      Branch: perl
71062            ! iperlsys.h vms/vms.c vms/vmsish.h
71063 ____________________________________________________________________________
71064 [  6077] By: gsar                                  on 2000/05/07  01:22:23
71065         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
71066              and Tom Phoenix)
71067      Branch: perl
71068            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
71069 ____________________________________________________________________________
71070 [  6076] By: gsar                                  on 2000/05/06  17:36:29
71071         Log: integrate cfgperl contents into mainline
71072      Branch: perl
71073           +> t/lib/peek.t
71074           !> Configure MANIFEST Porting/Glossary Porting/config.sh
71075           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
71076           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
71077           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
71078 ____________________________________________________________________________
71079 [  6075] By: jhi                                   on 2000/05/05  18:56:10
71080         Log: Make the test more portable.
71081      Branch: cfgperl
71082            ! t/lib/peek.t
71083 ____________________________________________________________________________
71084 [  6074] By: jhi                                   on 2000/05/05  18:49:20
71085         Log: Introduce t/lib/peek.t.
71086      Branch: cfgperl
71087            + t/lib/peek.t
71088            ! MANIFEST
71089 ____________________________________________________________________________
71090 [  6073] By: jhi                                   on 2000/05/05  14:30:45
71091         Log: Complex tweaks.
71092      Branch: cfgperl
71093            ! lib/Math/Complex.pm t/lib/complex.t
71094 ____________________________________________________________________________
71095 [  6072] By: jhi                                   on 2000/05/05  12:27:13
71096         Log: Integrate with Sarathy.
71097      Branch: cfgperl
71098           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
71099           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
71100           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
71101           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
71102 ____________________________________________________________________________
71103 [  6071] By: gsar                                  on 2000/05/05  02:24:46
71104         Log: misformatted perllocal.pod (from Tim Jenness
71105              <t.jenness@jach.hawaii.edu>)
71106      Branch: perl
71107            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
71108 ____________________________________________________________________________
71109 [  6070] By: gsar                                  on 2000/05/05  02:16:52
71110         Log: remove misleading comment (from M.J.T. Guy)
71111      Branch: perl
71112            ! t/lib/anydbm.t
71113 ____________________________________________________________________________
71114 [  6069] By: gsar                                  on 2000/05/05  02:15:13
71115         Log: File::Spec compatibility update (from Barrie Slaymaker
71116              <barries@slaysys.com>)
71117      Branch: perl
71118            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
71119            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
71120 ____________________________________________________________________________
71121 [  6068] By: gsar                                  on 2000/05/05  02:01:50
71122         Log: note about values()
71123      Branch: perl
71124            ! pod/perlfunc.pod
71125 ____________________________________________________________________________
71126 [  6067] By: gsar                                  on 2000/05/05  01:33:09
71127         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
71128      Branch: perl
71129            ! win32/win32.c
71130 ____________________________________________________________________________
71131 [  6066] By: gsar                                  on 2000/05/05  01:23:43
71132         Log: s/END/CHECK/
71133      Branch: perl
71134            ! perl.c
71135 ____________________________________________________________________________
71136 [  6065] By: jhi                                   on 2000/05/04  17:30:22
71137         Log: Integrate with Sarathy.
71138      Branch: cfgperl
71139           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
71140 ____________________________________________________________________________
71141 [  6064] By: gsar                                  on 2000/05/04  17:26:14
71142         Log: change#5905 wasn't quite right--it's intent only applies when arguments
71143              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
71144      Branch: perl
71145            ! pp_sys.c sv.c
71146 ____________________________________________________________________________
71147 [  6063] By: gsar                                  on 2000/05/04  16:52:29
71148         Log: tokeq() could read unallocated field in argument
71149      Branch: perl
71150            ! toke.c
71151 ____________________________________________________________________________
71152 [  6062] By: gsar                                  on 2000/05/04  16:34:51
71153         Log: additional tests for utf8.t
71154      Branch: perl
71155            ! t/pragma/utf8.t
71156 ____________________________________________________________________________
71157 [  6061] By: gsar                                  on 2000/05/04  16:09:28
71158         Log: change#5921 neglected to make eq honor "use bytes"
71159      Branch: perl
71160            ! sv.c
71161 ____________________________________________________________________________
71162 [  6060] By: jhi                                   on 2000/05/04  15:30:16
71163         Log: Integrate with Sarathy.
71164      Branch: cfgperl
71165           !> perl.c regcomp.c t/pragma/utf8.t
71166 ____________________________________________________________________________
71167 [  6059] By: jhi                                   on 2000/05/04  15:26:37
71168         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
71169              in natively 64-bit platforms where a long is a quad (no need
71170              for long longs).  Also added bias for IVs.
71171      Branch: cfgperl
71172            ! toke.c
71173 ____________________________________________________________________________
71174 [  6058] By: gsar                                  on 2000/05/04  00:19:14
71175         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
71176              (spotted by Donald Kinzer <dkinzer@premia.com>)
71177      Branch: perl
71178            ! perl.c
71179 ____________________________________________________________________________
71180 [  6057] By: gsar                                  on 2000/05/03  18:34:01
71181         Log: fix broken parsing of /\x{ab}/
71182      Branch: perl
71183            ! regcomp.c t/pragma/utf8.t
71184 ____________________________________________________________________________
71185 [  6056] By: jhi                                   on 2000/05/03  17:57:16
71186         Log: The search of infinity continues, this time simplified.
71187      Branch: cfgperl
71188            ! lib/Math/Complex.pm
71189 ____________________________________________________________________________
71190 [  6055] By: jhi                                   on 2000/05/03  17:45:30
71191         Log: Detypo.
71192      Branch: cfgperl
71193            ! hints/unicos.sh
71194 ____________________________________________________________________________
71195 [  6054] By: jhi                                   on 2000/05/02  22:28:27
71196         Log: Be more forgiving in POSIX about HUGE_VALL.
71197      Branch: cfgperl
71198            ! ext/POSIX/POSIX.xs
71199 ____________________________________________________________________________
71200 [  6053] By: jhi                                   on 2000/05/02  22:25:05
71201         Log: Integrate with Sarathy.
71202      Branch: cfgperl
71203           !> hints/irix_6.sh pod/perlop.pod
71204 ____________________________________________________________________________
71205 [  6052] By: jhi                                   on 2000/05/02  22:24:31
71206         Log: Unicos hint tweak.
71207      Branch: cfgperl
71208            ! hints/unicos.sh
71209 ____________________________________________________________________________
71210 [  6051] By: jhi                                   on 2000/05/02  22:21:26
71211         Log: Complex tweakery.
71212      Branch: cfgperl
71213            ! lib/Math/Complex.pm t/lib/complex.t
71214 ____________________________________________________________________________
71215 [  6050] By: jhi                                   on 2000/05/02  19:26:22
71216         Log: Use setxxent()/endxxent().
71217      Branch: cfgperl
71218            ! t/op/grent.t t/op/pwent.t
71219 ____________________________________________________________________________
71220 [  6049] By: jhi                                   on 2000/05/02  19:06:02
71221         Log: Test both the scalar and list contexts.
71222      Branch: cfgperl
71223            ! t/op/grent.t t/op/pwent.t
71224 ____________________________________________________________________________
71225 [  6048] By: gsar                                  on 2000/05/02  18:29:10
71226         Log: add note about how $( doesn't interpolate in REs (from
71227              Philip Newton <newton@ficus.frogspace.net>)
71228      Branch: perl
71229            ! pod/perlop.pod
71230 ____________________________________________________________________________
71231 [  6047] By: jhi                                   on 2000/05/02  17:41:24
71232         Log: Call getspnam() only iff needed.
71233      Branch: cfgperl
71234            ! pp_sys.c
71235 ____________________________________________________________________________
71236 [  6046] By: gsar                                  on 2000/05/02  17:07:25
71237         Log: libscheck has insufficient checks for n32 libs (from
71238              Albert Chin-A-Young <china@thewrittenword.com>)
71239      Branch: perl
71240            ! hints/irix_6.sh
71241 ____________________________________________________________________________
71242 [  6045] By: jhi                                   on 2000/05/02  13:57:17
71243         Log: Integrate with Sarathy.
71244      Branch: cfgperl
71245           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
71246           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
71247 ____________________________________________________________________________
71248 [  6044] By: gsar                                  on 2000/05/02  06:48:19
71249         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
71250              such that underscores are only ignored in literal numbers,
71251              "\x{...}", and hex/oct argument
71252      Branch: perl
71253            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
71254 ____________________________________________________________________________
71255 [  6043] By: gsar                                  on 2000/05/02  02:22:29
71256         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
71257      Branch: perl
71258            ! pod/perlretut.pod
71259 ____________________________________________________________________________
71260 [  6042] By: gsar                                  on 2000/05/02  02:17:51
71261         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
71262      Branch: perl
71263            ! pod/perltrap.pod
71264 ____________________________________________________________________________
71265 [  6041] By: gsar                                  on 2000/05/02  01:53:51
71266         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
71267              to compensate
71268      Branch: perl
71269            ! Porting/makerel
71270 ____________________________________________________________________________
71271 [  6040] By: gsar                                  on 2000/05/02  01:51:57
71272         Log: missing files in MANIFEST
71273      Branch: perl
71274            ! MANIFEST
71275 ____________________________________________________________________________
71276 [  6039] By: jhi                                   on 2000/05/02  00:36:46
71277         Log: Infinite problems.
71278      Branch: cfgperl
71279            ! lib/Math/Complex.pm
71280 ____________________________________________________________________________
71281 [  6038] By: jhi                                   on 2000/05/02  00:06:38
71282         Log: pwent/spent #ifdef imbalance.
71283      Branch: cfgperl
71284            ! pp_sys.c
71285 ____________________________________________________________________________
71286 [  6037] By: jhi                                   on 2000/05/01  22:50:11
71287         Log: Use HUGE_VALL if applicable.
71288      Branch: cfgperl
71289            ! ext/POSIX/POSIX.xs util.c
71290 ____________________________________________________________________________
71291 [  6036] By: jhi                                   on 2000/05/01  22:20:53
71292         Log: Correct Freudian slip.
71293      Branch: cfgperl
71294            ! pp_sys.c
71295 ____________________________________________________________________________
71296 [  6035] By: jhi                                   on 2000/05/01  21:07:38
71297         Log: Continue on the pwent/spent case.
71298      Branch: cfgperl
71299            ! pp_sys.c
71300 ____________________________________________________________________________
71301 [  6034] By: jhi                                   on 2000/05/01  17:45:14
71302         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
71303              adjustments in 6032 conflicted badly with this, will have
71304              to revisit them later.
71305      Branch: cfgperl
71306           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
71307           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
71308           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
71309           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
71310           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
71311           !> t/lib/cgi-html.t t/lib/cgi-request.t
71312 ____________________________________________________________________________
71313 [  6033] By: jhi                                   on 2000/05/01  17:40:49
71314         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
71315      Branch: cfgperl
71316            ! pp_sys.c
71317 ____________________________________________________________________________
71318 [  6032] By: gsar                                  on 2000/05/01  15:56:32
71319         Log: whitespace adjustments
71320      Branch: perl
71321            ! pp_sys.c
71322 ____________________________________________________________________________
71323 [  6031] By: gsar                                  on 2000/05/01  15:19:41
71324         Log: small nits in diagnostics.pm (from Robin Barker)
71325      Branch: perl
71326            ! lib/diagnostics.pm pod/perldiag.pod
71327 ____________________________________________________________________________
71328 [  6030] By: gsar                                  on 2000/05/01  08:39:18
71329         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
71330              for @- and @+ (from Johan Vromans)
71331      Branch: perl
71332            ! lib/English.pm pod/perlvar.pod
71333 ____________________________________________________________________________
71334 [  6029] By: gsar                                  on 2000/05/01  08:16:10
71335         Log: add CGI.pm v2.66 (from Lincoln Stein)
71336      Branch: perl
71337            + lib/CGI/Util.pm t/lib/cgi-pretty.t
71338            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
71339            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
71340            ! t/lib/cgi-html.t t/lib/cgi-request.t
71341 ____________________________________________________________________________
71342 [  6028] By: gsar                                  on 2000/05/01  06:34:41
71343         Log: Pod::Man generates groff-incompatible macro definition (from
71344              Tom Christiansen)
71345      Branch: perl
71346            ! lib/Pod/Man.pm
71347 ____________________________________________________________________________
71348 [  6027] By: gsar                                  on 2000/05/01  06:31:36
71349         Log: podlators-1.02 update (from Russ Allbery)
71350      Branch: perl
71351            ! lib/Pod/Man.pm lib/Pod/Text.pm
71352 ____________________________________________________________________________
71353 [  6026] By: jhi                                   on 2000/04/30  23:24:23
71354         Log: Integrate with Sarathy.
71355      Branch: cfgperl
71356           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
71357           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
71358           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
71359           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
71360           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
71361           !> t/lib/syslog.t toke.c win32/win32.h
71362 ____________________________________________________________________________
71363 [  6025] By: gsar                                  on 2000/04/30  18:17:47
71364         Log: Is{Alnum,Alpha,Word} don't match titlecase
71365              
71366              TODO: IsSpace is defined recursively!
71367              
71368              (both spotted by Larry)
71369      Branch: perl
71370            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
71371            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
71372 ____________________________________________________________________________
71373 [  6024] By: gsar                                  on 2000/04/30  17:50:19
71374         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
71375              (from Hugo van der Sanden)
71376      Branch: perl
71377            ! toke.c
71378 ____________________________________________________________________________
71379 [  6023] By: gsar                                  on 2000/04/30  17:14:43
71380         Log: debugger stomps on $. (from M.J.T. Guy)
71381      Branch: perl
71382            ! lib/perl5db.pl
71383 ____________________________________________________________________________
71384 [  6022] By: gsar                                  on 2000/04/30  16:59:22
71385         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
71386      Branch: perl
71387            ! sv.c
71388 ____________________________________________________________________________
71389 [  6021] By: gsar                                  on 2000/04/29  21:00:08
71390         Log: remove Win2K issue in pod (fixed by change#6020)
71391      Branch: perl
71392            ! README.win32 pod/perl56delta.pod
71393 ____________________________________________________________________________
71394 [  6020] By: gsar                                  on 2000/04/29  20:51:49
71395         Log: test tweak
71396      Branch: perl
71397            ! t/lib/open3.t
71398 ____________________________________________________________________________
71399 [  6019] By: gsar                                  on 2000/04/29  20:34:27
71400         Log: windows portability tweaks
71401      Branch: perl
71402            ! t/lib/b.t win32/win32.h
71403 ____________________________________________________________________________
71404 [  6018] By: gsar                                  on 2000/04/29  19:55:24
71405         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
71406              make _PATH_LOG() return "" if unavailable
71407      Branch: perl
71408            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
71409            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
71410 ____________________________________________________________________________
71411 [  6017] By: jhi                                   on 2000/04/28  22:49:46
71412         Log: Integrate with Sarathy.
71413      Branch: cfgperl
71414           !> op.c perl.c pod/perldiag.pod t/lib/b.t
71415 ____________________________________________________________________________
71416 [  6016] By: jhi                                   on 2000/04/28  22:46:14
71417         Log: Do not warn that an infinity does not look like a number.
71418      Branch: cfgperl
71419            ! sv.c
71420 ____________________________________________________________________________
71421 [  6015] By: gsar                                  on 2000/04/28  22:35:49
71422         Log: tweak test for portability
71423      Branch: perl
71424            ! t/lib/b.t
71425 ____________________________________________________________________________
71426 [  6014] By: gsar                                  on 2000/04/28  22:05:31
71427         Log: glob() loading File::Glob behind the scenes may cause syntax errors
71428      Branch: perl
71429            ! op.c
71430 ____________________________________________________________________________
71431 [  6013] By: gsar                                  on 2000/04/28  21:25:22
71432         Log: tweak change#5945 to display correct switch name in diagnostic
71433      Branch: perl
71434            ! perl.c pod/perldiag.pod
71435 ____________________________________________________________________________
71436 [  6012] By: jhi                                   on 2000/04/28  21:08:12
71437         Log: Integrate with Sarathy.
71438      Branch: cfgperl
71439           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
71440           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
71441           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
71442 ____________________________________________________________________________
71443 [  6011] By: jhi                                   on 2000/04/28  21:04:46
71444         Log: &HUGE_VAL is not defined, it exists.
71445      Branch: cfgperl
71446            ! lib/Math/Complex.pm
71447 ____________________________________________________________________________
71448 [  6010] By: gsar                                  on 2000/04/28  21:02:58
71449         Log: clarify note about shadow password support (from
71450              gellyfish@gellyfish.com)
71451      Branch: perl
71452            ! pod/perlfunc.pod
71453 ____________________________________________________________________________
71454 [  6009] By: gsar                                  on 2000/04/28  21:00:00
71455         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
71456      Branch: perl
71457            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
71458 ____________________________________________________________________________
71459 [  6008] By: gsar                                  on 2000/04/28  20:56:33
71460         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
71461      Branch: perl
71462            ! installperl vms/subconfigure.com
71463 ____________________________________________________________________________
71464 [  6007] By: gsar                                  on 2000/04/28  20:51:21
71465         Log: note about compile failures and END blocks (from M.J.T. Guy)
71466      Branch: perl
71467            ! pod/perl56delta.pod pod/perlmod.pod
71468 ____________________________________________________________________________
71469 [  6006] By: jhi                                   on 2000/04/28  20:42:14
71470         Log: Regen Configure.
71471      Branch: cfgperl
71472            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
71473            ! config_h.SH
71474 ____________________________________________________________________________
71475 [  6005] By: gsar                                  on 2000/04/28  20:41:16
71476         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
71477      Branch: perl
71478            ! utils/perldoc.PL
71479 ____________________________________________________________________________
71480 [  6004] By: jhi                                   on 2000/04/28  20:28:21
71481         Log: Integrate with Sarathy.
71482      Branch: cfgperl
71483           !> Configure INSTALL Porting/Glossary Porting/config.sh
71484           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
71485           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
71486           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
71487           !> win32/config.vc win32/win32.c
71488 ____________________________________________________________________________
71489 [  6003] By: gsar                                  on 2000/04/28  20:11:20
71490         Log: allow REG_EXPAND_SZ keys in Windows registry (from
71491              John Clayton <John.Clayton@barclayscapital.com>)
71492      Branch: perl
71493            ! win32/win32.c
71494 ____________________________________________________________________________
71495 [  6002] By: gsar                                  on 2000/04/28  19:34:16
71496         Log: destructive sv_setsv() can lose UV-ness from source, causing
71497              numeric promotions/comparisons to fail to do the right thing
71498      Branch: perl
71499            ! sv.c
71500 ____________________________________________________________________________
71501 [  6001] By: gsar                                  on 2000/04/28  18:44:15
71502         Log: support additional library locations via $Config{otherlibdirs}
71503              (from Andy Dougherty)
71504      Branch: perl
71505            ! Configure INSTALL Porting/Glossary Porting/config.sh
71506            ! Porting/config_H config_h.SH epoc/config.sh perl.c
71507            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
71508            ! win32/config.bc win32/config.gc win32/config.vc
71509 ____________________________________________________________________________
71510 [  6000] By: gsar                                  on 2000/04/28  18:26:58
71511         Log: reworked otherlibdirs.U (from Andy Dougherty)
71512      Branch: metaconfig
71513            ! U/installdirs/otherlibdirs.U
71514 ____________________________________________________________________________
71515 [  5999] By: gsar                                  on 2000/04/28  18:17:07
71516         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
71517      Branch: perl
71518            ! t/pragma/warn/toke toke.c
71519 ____________________________________________________________________________
71520 [  5998] By: jhi                                   on 2000/04/28  13:32:17
71521         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
71522      Branch: cfgperl
71523            ! lib/Math/Complex.pm
71524 ____________________________________________________________________________
71525 [  5997] By: jhi                                   on 2000/04/28  13:14:04
71526         Log: Preserve $!.
71527      Branch: cfgperl
71528            ! lib/Math/Complex.pm
71529 ____________________________________________________________________________
71530 [  5996] By: jhi                                   on 2000/04/28  12:59:23
71531         Log: Integrate with Sarathy.
71532      Branch: cfgperl
71533           +> pod/perlrequick.pod pod/perlretut.pod
71534           !> (integrate 51 files)
71535 ____________________________________________________________________________
71536 [  5995] By: gsar                                  on 2000/04/28  09:37:36
71537         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
71538      Branch: perl
71539            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
71540 ____________________________________________________________________________
71541 [  5994] By: gsar                                  on 2000/04/28  09:33:26
71542         Log: fix for missed accounting for null byte in pack("Z",...) (from
71543              M.J.T. Guy)
71544      Branch: perl
71545            ! pp.c t/op/pack.t
71546 ____________________________________________________________________________
71547 [  5993] By: gsar                                  on 2000/04/28  09:30:05
71548         Log: various minor tweaks seen on p5p
71549      Branch: perl
71550            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
71551 ____________________________________________________________________________
71552 [  5992] By: gsar                                  on 2000/04/28  09:08:19
71553         Log: pod nit (from Simon Cozens)
71554      Branch: perl
71555            ! pod/perlop.pod
71556 ____________________________________________________________________________
71557 [  5991] By: gsar                                  on 2000/04/28  09:06:36
71558         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
71559      Branch: perl
71560            ! README.posix-bc hints/posix-bc.sh
71561 ____________________________________________________________________________
71562 [  5990] By: gsar                                  on 2000/04/28  08:54:52
71563         Log: use $ENV{LIB} to search for libs under Visual C compiler
71564              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
71565      Branch: perl
71566            ! lib/ExtUtils/Liblist.pm
71567 ____________________________________________________________________________
71568 [  5989] By: gsar                                  on 2000/04/28  08:27:12
71569         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
71570              itself and no other (from Tom Hughes)
71571      Branch: perl
71572            ! t/op/array.t toke.c
71573 ____________________________________________________________________________
71574 [  5988] By: gsar                                  on 2000/04/28  08:01:38
71575         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
71576              <paul@miraclefish.com>)
71577      Branch: perl
71578            ! lib/ExtUtils/MakeMaker.pm
71579 ____________________________________________________________________________
71580 [  5987] By: gsar                                  on 2000/04/28  07:53:09
71581         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
71582      Branch: perl
71583            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
71584 ____________________________________________________________________________
71585 [  5986] By: gsar                                  on 2000/04/28  07:44:17
71586         Log: add regular expressions tutorial and quick-start guide (from
71587              Mark Kvale <kvale@phy.ucsf.edu>)
71588      Branch: perl
71589            + pod/perlrequick.pod pod/perlretut.pod
71590            ! AUTHORS MAINTAIN MANIFEST
71591 ____________________________________________________________________________
71592 [  5985] By: gsar                                  on 2000/04/28  07:30:28
71593         Log: forked child may not exit correctly if it failed to open
71594              /dev/console (from Graham Barr)
71595      Branch: perl
71596            ! ext/Sys/Syslog/Syslog.pm
71597 ____________________________________________________________________________
71598 [  5984] By: gsar                                  on 2000/04/28  07:27:20
71599         Log: attributes::reftype() doesn't work on tied argument
71600      Branch: perl
71601            ! xsutils.c
71602 ____________________________________________________________________________
71603 [  5983] By: gsar                                  on 2000/04/28  07:15:04
71604         Log: numeric conversion of non-number in change#3378 tramples on
71605              OOK offset, causing segfaults
71606      Branch: perl
71607            ! sv.c
71608 ____________________________________________________________________________
71609 [  5982] By: gsar                                  on 2000/04/28  04:48:25
71610         Log: avoid error in IO::Socket::INET when given an unknown service name
71611              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
71612      Branch: perl
71613            ! ext/IO/lib/IO/Socket/INET.pm
71614 ____________________________________________________________________________
71615 [  5981] By: gsar                                  on 2000/04/28  04:31:31
71616         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
71617              prototype mismatch with CORE::glob(); update pod and tests to
71618              suit (File::Glob::glob() is still available for backward
71619              compatibility, but should be considered deprecated)
71620      Branch: perl
71621            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
71622            ! t/lib/glob-taint.t
71623 ____________________________________________________________________________
71624 [  5980] By: gsar                                  on 2000/04/28  03:47:29
71625         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
71626              <ghudson@mit.edu>)
71627      Branch: metaconfig
71628            ! U/modified/Options.U
71629      Branch: perl
71630            ! Configure
71631 ____________________________________________________________________________
71632 [  5979] By: gsar                                  on 2000/04/28  03:07:54
71633         Log: under useithreads, constant pad entries could inadvertently be
71634              shared across threads (from Eric Blood <eblood@xmission.com>);
71635              added Eric's test case to testsuite
71636      Branch: perl
71637            ! op.c t/op/misc.t
71638 ____________________________________________________________________________
71639 [  5978] By: gsar                                  on 2000/04/27  21:13:00
71640         Log: sync version numbers in File::Spec with the ones on CPAN
71641              (from Barrie Slaymaker)
71642      Branch: perl
71643            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
71644            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
71645            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
71646 ____________________________________________________________________________
71647 [  5977] By: gsar                                  on 2000/04/27  21:07:29
71648         Log: autoquote barewords followed by newline and arrow properly
71649              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
71650      Branch: perl
71651            ! t/pragma/warn/toke toke.c
71652 ____________________________________________________________________________
71653 [  5976] By: gsar                                  on 2000/04/27  20:41:20
71654         Log: DB_File v1.73 update (from Paul Marquess)
71655      Branch: perl
71656            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
71657            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
71658 ____________________________________________________________________________
71659 [  5975] By: gsar                                  on 2000/04/27  20:34:24
71660         Log: allow sort() reentrancy (variant of patch suggested by
71661              Hugo van der Sanden)
71662      Branch: perl
71663            ! pp_ctl.c t/op/sort.t
71664 ____________________________________________________________________________
71665 [  5974] By: gsar                                  on 2000/04/27  19:46:57
71666         Log: change#4197 somehow missed initializing PL_errors, meaning
71667              sytax error queueing wasn't working outside eval"" at all;
71668              also fixed eval"" to localize PL_error_count, so that compile-time
71669              eval's don't clobber the error state of the outer context
71670      Branch: perl
71671            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
71672            ! t/pragma/warn/toke
71673 ____________________________________________________________________________
71674 [  5973] By: gsar                                  on 2000/04/27  18:29:05
71675         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
71676      Branch: perl
71677            ! regcomp.c regexec.c t/op/re_tests
71678 ____________________________________________________________________________
71679 [  5972] By: jhi                                   on 2000/04/27  18:22:41
71680         Log: Integrate with Sarathy.
71681      Branch: cfgperl
71682           +> t/lib/b.t t/lib/syslog.t
71683           !> (integrate 31 files)
71684 ____________________________________________________________________________
71685 [  5971] By: jhi                                   on 2000/04/27  18:18:46
71686         Log: Unicos tweaks from Mark P. Lutz.
71687      Branch: cfgperl
71688            ! hints/unicos.sh lib/Math/Complex.pm
71689 ____________________________________________________________________________
71690 [  5970] By: gsar                                  on 2000/04/27  18:05:11
71691         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
71692              IV is >32bits
71693      Branch: perl
71694            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
71695 ____________________________________________________________________________
71696 [  5969] By: gsar                                  on 2000/04/27  17:50:56
71697         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
71698      Branch: perl
71699            + t/lib/syslog.t
71700            ! MANIFEST ext/Sys/Syslog/Syslog.pm
71701 ____________________________________________________________________________
71702 [  5968] By: gsar                                  on 2000/04/27  17:44:49
71703         Log: tolerate spaces in group names in test on solaris (from David Boyce
71704              <dsb@boyski.com>)
71705      Branch: perl
71706            ! t/op/groups.t
71707 ____________________________________________________________________________
71708 [  5967] By: gsar                                  on 2000/04/27  17:41:22
71709         Log: improved docs on the warn_uninit diagnostic (from David Glasser
71710              and Simon Cozens)
71711      Branch: perl
71712            ! pod/perldiag.pod
71713 ____________________________________________________________________________
71714 [  5966] By: gsar                                  on 2000/04/27  16:54:58
71715         Log: add testsuite for B backends, fix bug in B::Deparse (from
71716              Simon Cozens <simon@brecon.co.uk>)
71717      Branch: perl
71718            + t/lib/b.t
71719            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
71720 ____________________________________________________________________________
71721 [  5965] By: gsar                                  on 2000/04/27  16:10:37
71722         Log: avoid "will not stay shared" warnings for our variables (from
71723              Robin Barker)
71724      Branch: perl
71725            ! op.c t/pragma/warn/op
71726 ____________________________________________________________________________
71727 [  5964] By: gsar                                  on 2000/04/27  07:05:05
71728         Log: reformat to 72 columns (again)
71729      Branch: perl
71730            ! pod/perldiag.pod
71731 ____________________________________________________________________________
71732 [  5963] By: gsar                                  on 2000/04/27  06:28:31
71733         Log: patch from Larry to make (\&) prototype work; added tests for
71734              the same
71735      Branch: perl
71736            ! op.c t/comp/proto.t
71737 ____________________________________________________________________________
71738 [  5962] By: gsar                                  on 2000/04/27  06:15:47
71739         Log: updated README.hpux (from Jeff Okamoto)
71740      Branch: perl
71741            ! README.hpux
71742 ____________________________________________________________________________
71743 [  5961] By: gsar                                  on 2000/04/27  05:55:03
71744         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
71745      Branch: perl
71746            ! emacs/cperl-mode.el
71747 ____________________________________________________________________________
71748 [  5960] By: gsar                                  on 2000/04/27  05:49:26
71749         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
71750      Branch: perl
71751            ! INSTALL
71752 ____________________________________________________________________________
71753 [  5959] By: gsar                                  on 2000/04/27  05:33:41
71754         Log: doubled words in pods (from Simon Cozens
71755              <simon.p.cozens@jp.pwcglobal.com>)
71756      Branch: perl
71757            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
71758            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
71759            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
71760            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
71761            ! pod/perltootc.pod
71762 ____________________________________________________________________________
71763 [  5958] By: gsar                                  on 2000/04/27  05:11:39
71764         Log: change#3569 deleted some essential code, revert; avoid use of
71765              atexit() to make DynaLoader work properly on AIX under mod_perl
71766              (from Jens-Uwe Mager <jum@helios.de>)
71767      Branch: perl
71768            ! ext/DynaLoader/dl_aix.xs
71769 ____________________________________________________________________________
71770 [  5957] By: gsar                                  on 2000/04/27  04:54:51
71771         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
71772      Branch: perl
71773            ! pod/perlmod.pod
71774 ____________________________________________________________________________
71775 [  5956] By: gsar                                  on 2000/04/27  04:51:47
71776         Log: better diagnostics on failed tests (from Ilya Zakharevich)
71777      Branch: perl
71778            ! t/op/lex_assign.t
71779 ____________________________________________________________________________
71780 [  5955] By: gsar                                  on 2000/04/27  04:26:44
71781         Log: longstanding bug exposed by change#3307: sort arguments weren't
71782              compiled with the right wantarray context (ensuing runtime lookup
71783              via block_gimme() was getting the incidental context of the
71784              sort() itself)
71785      Branch: perl
71786            ! op.c t/op/sort.t
71787 ____________________________________________________________________________
71788 [  5954] By: gsar                                  on 2000/04/26  23:42:12
71789         Log: integrate cfgperl contents into mainline
71790      Branch: perl
71791           !> (integrate 30 files)
71792 ____________________________________________________________________________
71793 [  5953] By: jhi                                   on 2000/04/26  23:06:42
71794         Log: Integrate with Sarathy.
71795      Branch: cfgperl
71796           !> README.win32 ext/B/B/Deparse.pm
71797           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
71798           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
71799           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
71800           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
71801           !> utils/perldoc.PL vms/perlvms.pod
71802 ____________________________________________________________________________
71803 [  5952] By: jhi                                   on 2000/04/26  23:03:46
71804         Log: Undo "use integer" addition from 64bitint as it seems
71805              to break most of the subtests in Digital UNIX;
71806              Unicos needs to find another way.
71807      Branch: cfgperl
71808            ! t/op/64bitint.t
71809 ____________________________________________________________________________
71810 [  5951] By: jhi                                   on 2000/04/26  22:57:53
71811         Log: Be more robust on "extreme" (large absolute value)
71812              arguments.  Originally reported by Daniel Connelly
71813              as a problem with asinh() on large negative arguments,
71814              asinh() used to bail out because an argument to log()
71815              ended up being zero.  Ilya Zakharevich proposed using
71816              Taylor's series in such cases, which for such large
71817              arguments is a very good approximation.
71818      Branch: cfgperl
71819            ! lib/Math/Complex.pm t/lib/complex.t
71820 ____________________________________________________________________________
71821 [  5950] By: gsar                                  on 2000/04/25  19:13:12
71822         Log: reformat perldiag to avoid long lines
71823      Branch: perl
71824            ! pod/perldiag.pod
71825 ____________________________________________________________________________
71826 [  5949] By: gsar                                  on 2000/04/25  18:41:11
71827         Log: make perldoc use the pod2man from the same version (from
71828              M.J.T. Guy)
71829      Branch: perl
71830            ! utils/perldoc.PL
71831 ____________________________________________________________________________
71832 [  5948] By: gsar                                  on 2000/04/25  18:21:57
71833         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
71834              <kompas@kompas.usr.onet.pl>)
71835      Branch: perl
71836            ! lib/vars.pm
71837 ____________________________________________________________________________
71838 [  5947] By: gsar                                  on 2000/04/25  18:11:53
71839         Log: use &dl_error rather than &dl_load_file as the guard for calling
71840              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
71841              statically built perl)
71842      Branch: perl
71843            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
71844 ____________________________________________________________________________
71845 [  5946] By: jhi                                   on 2000/04/25  17:37:54
71846         Log: Document that tr() is not tr(1).
71847      Branch: cfgperl
71848            ! pod/perlop.pod
71849 ____________________________________________________________________________
71850 [  5945] By: gsar                                  on 2000/04/25  16:34:33
71851         Log: make module name mandatory after -M switch; reorder perldiag
71852              alphabetically (from Mark-Jason Dominus)
71853      Branch: perl
71854            ! perl.c pod/perldiag.pod
71855 ____________________________________________________________________________
71856 [  5944] By: jhi                                   on 2000/04/25  01:15:18
71857         Log: On second thoughts frexp() does have two arguments.
71858      Branch: cfgperl
71859            ! perl.h
71860 ____________________________________________________________________________
71861 [  5943] By: jhi                                   on 2000/04/24  22:56:32
71862         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
71863              Now pp_ncmp() returns undef is either operand is a NaN.
71864      Branch: cfgperl
71865            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
71866            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
71867            ! vms/subconfigure.com vos/config.def vos/config.h
71868            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
71869            ! win32/config.vc win32/config_H.bc win32/config_H.gc
71870            ! win32/config_H.vc
71871      Branch: metaconfig/U/perl
71872            + d_modfl.U
71873 ____________________________________________________________________________
71874 [  5942] By: jhi                                   on 2000/04/24  19:45:17
71875         Log: Regen Configure to match #5937.
71876      Branch: cfgperl
71877            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
71878            ! config_h.SH
71879      Branch: metaconfig
71880            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
71881 ____________________________________________________________________________
71882 [  5941] By: jhi                                   on 2000/04/24  19:24:11
71883         Log: Further Unicos fixes for Mark Lutz.
71884      Branch: cfgperl
71885            ! hints/unicos.sh pp_ctl.c
71886 ____________________________________________________________________________
71887 [  5940] By: jhi                                   on 2000/04/24  19:09:06
71888         Log: Various Unicos 10.0.0.6 fixes.
71889              
71890              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
71891              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
71892              Reply-To: tecmpl1@triton.ca.boeing.com 
71893              To: perl5-porters@perl.org 
71894              Date: Fri, 14 Apr 2000 20:21:00 GMT 
71895              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
71896      Branch: cfgperl
71897            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
71898 ____________________________________________________________________________
71899 [  5939] By: gsar                                  on 2000/04/24  19:01:24
71900         Log: more pod nits (from Larry Virden)
71901      Branch: perl
71902            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
71903            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
71904            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
71905 ____________________________________________________________________________
71906 [  5938] By: gsar                                  on 2000/04/24  18:54:01
71907         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
71908      Branch: perl
71909            ! ext/B/B/Deparse.pm
71910 ____________________________________________________________________________
71911 [  5937] By: jhi                                   on 2000/04/24  17:39:00
71912         Log: Integrate with Sarathy.
71913      Branch: cfgperl
71914           +> (branch 31 files)
71915           !> (integrate 73 files)
71916 ____________________________________________________________________________
71917 [  5936] By: gsar                                  on 2000/04/24  17:30:06
71918         Log: additional tests for change#5934 (from Paul Marquess, who also
71919              sent in the same fix)
71920      Branch: perl
71921            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
71922            ! t/pragma/warn/5nolint t/pragma/warn/6default
71923 ____________________________________________________________________________
71924 [  5935] By: jhi                                   on 2000/04/24  17:26:05
71925         Log: Do not assume sign propagation.
71926              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
71927              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
71928              To: payner@ncifcrf.gov, perl5-porters@perl.org 
71929              Date: Tue, 18 Apr 2000 18:24:49 +0100 
71930              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
71931      Branch: cfgperl
71932            ! t/op/bop.t t/op/misc.t
71933 ____________________________________________________________________________
71934 [  5934] By: gsar                                  on 2000/04/24  17:16:54
71935         Log: propagate lexical warnings from surrounding scope correctly
71936              within string eval()
71937      Branch: perl
71938            ! pp_ctl.c t/pragma/warn/pp_ctl
71939 ____________________________________________________________________________
71940 [  5933] By: jhi                                   on 2000/04/24  17:01:07
71941         Log: Flatten the cpp jungle doing the nosuid checking.
71942      Branch: cfgperl
71943            ! perl.c
71944 ____________________________________________________________________________
71945 [  5932] By: gsar                                  on 2000/04/24  09:08:14
71946         Log: add rsignal(), whichsig() and do_join() to public API list
71947              (mod_perl uses them to good advantage)
71948      Branch: perl
71949            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
71950 ____________________________________________________________________________
71951 [  5931] By: gsar                                  on 2000/04/24  09:01:40
71952         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
71953      Branch: perl
71954            ! pp_hot.c regexec.c t/op/pat.t
71955 ____________________________________________________________________________
71956 [  5930] By: gsar                                  on 2000/04/24  08:58:33
71957         Log: small os390 tweaks (from Peter Prymmer)
71958      Branch: perl
71959            ! config_h.SH makedepend.SH
71960 ____________________________________________________________________________
71961 [  5929] By: gsar                                  on 2000/04/24  08:55:25
71962         Log: pod nits
71963      Branch: perl
71964            ! pod/perlguts.pod
71965 ____________________________________________________________________________
71966 [  5928] By: gsar                                  on 2000/04/24  08:50:13
71967         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
71968      Branch: perl
71969            ! ext/IO/lib/IO/Poll.pm
71970 ____________________________________________________________________________
71971 [  5927] By: gsar                                  on 2000/04/24  08:43:24
71972         Log: arrange for next() to resume at the unstack op rather than the
71973              loop conditional, so that scope cleanup happens correctly
71974              (from Stephen McCamant)
71975      Branch: perl
71976            ! op.c pp_ctl.c t/op/misc.t
71977 ____________________________________________________________________________
71978 [  5926] By: gsar                                  on 2000/04/24  08:18:40
71979         Log: on windows, reserve 16M of stack rather than 128M (allows more
71980              threads to run concurrently)
71981      Branch: perl
71982            ! win32/Makefile win32/makefile.mk
71983 ____________________________________________________________________________
71984 [  5925] By: gsar                                  on 2000/04/24  08:13:52
71985         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
71986      Branch: perl
71987            ! toke.c
71988 ____________________________________________________________________________
71989 [  5924] By: gsar                                  on 2000/04/24  08:08:59
71990         Log: avoid using uninitialized memory in require version check
71991      Branch: perl
71992            ! pp_ctl.c universal.c
71993 ____________________________________________________________________________
71994 [  5923] By: gsar                                  on 2000/04/24  07:20:14
71995         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
71996      Branch: perl
71997            ! ext/IO/lib/IO/Poll.pm
71998 ____________________________________________________________________________
71999 [  5922] By: gsar                                  on 2000/04/24  07:08:42
72000         Log: commentary about IoTYPE() (from Nathan Torkington)
72001      Branch: perl
72002            ! sv.h
72003 ____________________________________________________________________________
72004 [  5921] By: gsar                                  on 2000/04/24  06:58:26
72005         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
72006              by fix
72007      Branch: perl
72008            ! sv.c t/lib/charnames.t t/pragma/utf8.t
72009 ____________________________________________________________________________
72010 [  5920] By: gsar                                  on 2000/04/24  06:37:59
72011         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
72012      Branch: perl
72013            ! doop.c t/op/ver.t
72014 ____________________________________________________________________________
72015 [  5919] By: gsar                                  on 2000/04/24  06:21:58
72016         Log: Configure might miss old directories when prefix must be
72017              expanded (from Robin Barker)
72018      Branch: metaconfig
72019            ! U/installdirs/inc_version_list.U
72020      Branch: perl
72021            ! Configure
72022 ____________________________________________________________________________
72023 [  5918] By: gsar                                  on 2000/04/24  06:16:11
72024         Log: VMS nits in glob() test (from Charles Lane)
72025      Branch: perl
72026            ! t/lib/glob-basic.t
72027 ____________________________________________________________________________
72028 [  5917] By: gsar                                  on 2000/04/24  06:11:56
72029         Log: various pod nits (from Larry Virden and others)
72030      Branch: perl
72031            ! README.amiga README.hpux README.machten README.os2
72032            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
72033            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
72034            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
72035            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
72036            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
72037            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
72038            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
72039            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
72040 ____________________________________________________________________________
72041 [  5916] By: gsar                                  on 2000/04/24  05:52:43
72042         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
72043              <wjones@tc.fluke.com>)
72044      Branch: perl
72045            ! t/lib/glob-basic.t
72046 ____________________________________________________________________________
72047 [  5915] By: gsar                                  on 2000/04/24  05:07:01
72048         Log: supported platforms mixed up
72049      Branch: perl
72050            ! pod/perl56delta.pod pod/perlport.pod
72051 ____________________________________________________________________________
72052 [  5914] By: gsar                                  on 2000/04/24  04:56:08
72053         Log: caller() wasn't returning the right number of elements for
72054              eval {...}
72055      Branch: perl
72056            ! pp_ctl.c t/pragma/warn/9enabled
72057 ____________________________________________________________________________
72058 [  5913] By: gsar                                  on 2000/04/24  04:35:41
72059         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
72060              Mark-Jason Dominus)
72061      Branch: perl
72062            ! pod/perlfunc.pod
72063 ____________________________________________________________________________
72064 [  5912] By: gsar                                  on 2000/04/24  04:17:15
72065         Log: fix totally broken caching in UNIVERSAL::isa() (from
72066              Nick Ing-Simmons)
72067      Branch: perl
72068            ! t/op/universal.t universal.c
72069 ____________________________________________________________________________
72070 [  5911] By: gsar                                  on 2000/04/24  03:39:47
72071         Log: add linebreak properties from unicode/LineBrk.txt (from
72072              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
72073      Branch: perl
72074            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
72075            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
72076            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
72077            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
72078            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
72079            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
72080            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
72081            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
72082            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
72083            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
72084            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
72085            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
72086            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
72087            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
72088            + lib/unicode/Is/LbrkZW.pl
72089            ! lib/unicode/mktables.PL
72090 ____________________________________________________________________________
72091 [  5910] By: gsar                                  on 2000/04/24  03:23:10
72092         Log: typo in pod
72093      Branch: perl
72094            ! ext/Thread/Thread.pm
72095 ____________________________________________________________________________
72096 [  5909] By: gsar                                  on 2000/04/24  03:22:03
72097         Log: mode argument to do_binmode() should be file mode, not boolean
72098      Branch: perl
72099            ! pp_sys.c
72100 ____________________________________________________________________________
72101 [  5908] By: gsar                                  on 2000/04/16  16:51:08
72102         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
72103              always returns a valid GV even when the symbol is trapped by strictures
72104              (avoids coredumps)
72105              
72106              TODO: the C<package;> hack needs similar treatment
72107      Branch: perl
72108            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
72109            ! t/pragma/strict-vars
72110 ____________________________________________________________________________
72111 [  5907] By: jhi                                   on 2000/03/31  23:42:56
72112         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
72113              an assumption which #5905 demolished.
72114      Branch: cfgperl
72115            ! pp_sys.c
72116 ____________________________________________________________________________
72117 [  5906] By: jhi                                   on 2000/03/31  18:54:37
72118         Log: Typo in #5905.
72119      Branch: cfgperl
72120            ! t/op/64bitint.t
72121 ____________________________________________________________________________
72122 [  5905] By: jhi                                   on 2000/03/31  18:50:54
72123         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
72124              reported by Joseph N. Hall.  The bug was that even with use64bitint
72125              one had to use the prefixes q, L, or ll with printf/sprintf,
72126              contrary to the documentation and common sense.
72127      Branch: cfgperl
72128            ! sv.c t/op/64bitint.t
72129 ____________________________________________________________________________
72130 [  5904] By: gsar                                  on 2000/03/28  02:31:32
72131         Log: add Changes, perldelta.pod
72132      Branch: perl
72133            + Changes pod/perldelta.pod
72134 ____________________________________________________________________________
72135 [  5903] By: gsar                                  on 2000/03/28  02:03:55
72136         Log: rename Changes and perldelta.pod
72137      Branch: perl
72138           +> Changes5.6 pod/perl56delta.pod
72139            - Changes pod/perldelta.pod
72140            ! MANIFEST
72141 ____________________________________________________________________________
72142 [  5902] By: gsar                                  on 2000/03/28  01:59:14
72143         Log: create maint-5.6 branch
72144      Branch: maint-5.6/perl
72145           +> (branch 1611 files)
72146 ____________________________________________________________________________
72147 [  5901] By: jhi                                   on 2000/03/23  05:48:43
72148         Log: Integrate with Sarathy.
72149      Branch: cfgperl
72150           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
72151 ____________________________________________________________________________
72152 [  5900] By: gsar                                  on 2000/03/23  05:42:43
72153         Log: three guesses on what this is :-)
72154      Branch: perl
72155            ! Changes