leading (.*) should not be implicitly ^'d
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 perlhack.pod for the details.
7
8
9 [The "CAST AND CREW" list has been moved to AUTHORS.]
10
11 NOTE: Each change entry shows the change number; who checked it into the
12 repository; when; description of the change; which branch the change
13 happened in; and the affected files.  The file lists have a short symbolic
14 indicator:
15
16             !       modified
17             +       added
18             -       deleted
19             +>      branched (from elsewhere)
20             !>      merged changes (from elsewhere)
21
22 The Message-Ids in the change entries refer to the email messages sent
23 to the perl5-porters mailing list.  You can retrieve the messages for
24 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
25
26 This file contains only changes that affect the mainline branch,
27 not those that affect the (now decommissioned) cfgperl, or vmsperl,
28 or any other branch.
29
30 --------------
31 Version v5.7.2          Development release working toward v5.8
32 --------------
33 ____________________________________________________________________________
34 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
35         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
36              From: Jonathan Stowe <gellyfish@gellyfish.com>
37              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
38              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
39      Branch: perl
40            ! pp_sys.c
41 ____________________________________________________________________________
42 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
43         Log: DB_File sync from Paul Marquess.
44      Branch: perl
45            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
46            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
47            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
48 ____________________________________________________________________________
49 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
50         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
51              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
52              Date: Sun, 6 Jan 2002 11:44:30 +0100
53              Message-ID: <3C38389E.7831.493570@localhost>
54      Branch: perl
55            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
56            ! utils/perlcc.PL
57 ____________________________________________________________________________
58 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
59         Log: Tests for #14098.
60      Branch: perl
61            ! t/op/lc.t
62 ____________________________________________________________________________
63 [ 14101] By: ams                                   on 2002/01/06  04:52:50
64         Log: Subject: [PATCH] Bad prototype detection now an optional warning
65              From: Sam Tregar <sam@tregar.com>
66              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
67              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
68      Branch: perl
69            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
70            ! t/comp/proto.t toke.c
71 ____________________________________________________________________________
72 [ 14100] By: ams                                   on 2002/01/06  01:56:59
73         Log: Subject: [PATCH] Correct several Stratus VOS build issues
74              From: "Green, Paul" <Paul.Green@stratus.com>
75              Date: Sat, 5 Jan 2002 21:30:56 -0500
76              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
77      Branch: perl
78            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
79 ____________________________________________________________________________
80 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
81         Log: Further perl.org URL elaboration from Ask.
82      Branch: perl
83            ! pod/perlfaq1.pod pod/perlfaq2.pod
84 ____________________________________________________________________________
85 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
86         Log: The same problem with To{Lower,Title,Upper}
87              as earlier with ToFold.
88      Branch: perl
89            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
90            ! lib/unicore/To/Upper.pl lib/unicore/mktables
91 ____________________________________________________________________________
92 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
93         Log: Retract #14057 for now; the alarm/setitimer timers
94              seen to be the same in many systems, which leads into
95              hangups.
96      Branch: perl
97            ! ext/Time/HiRes/HiRes.t
98 ____________________________________________________________________________
99 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
100         Log: Finish up (ha!) the Unicode case folding;
101              enhance regex dumping code.
102      Branch: perl
103            + lib/unifold.t
104            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
105            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
106 ____________________________________________________________________________
107 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
108         Log: Use the perl.org news gw instead of the perl.com one
109              (from Ask).
110      Branch: perl
111            ! pod/perlfaq1.pod pod/perlfaq2.pod
112 ____________________________________________________________________________
113 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
114         Log: Zero() wasn't documented.
115      Branch: perl
116            ! pod/perlclib.pod
117 ____________________________________________________________________________
118 [ 14093] By: ams                                   on 2002/01/05  17:58:35
119         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
120              From: Nicholas Clark <nick@unfortu.net>
121              Date: Sat, 5 Jan 2002 18:55:39 +0000
122              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
123      Branch: perl
124            ! lib/Memoize/t/tie_ndbm.t
125 ____________________________________________________________________________
126 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
127         Log: Also UNICOS/mk has deviant socketpair().
128      Branch: perl
129            ! ext/Socket/socketpair.t
130 ____________________________________________________________________________
131 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
132         Log: Ooops.  Retract the regex parts of #14090.
133      Branch: perl
134            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
135 ____________________________________________________________________________
136 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
137         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
138              From: Nicholas Clark <nick@unfortu.net> 
139              Date: Sat, 5 Jan 2002 18:10:13 +0000
140              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
141      Branch: perl
142            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
143            ! regcomp.h regexec.c
144 ____________________________________________________________________________
145 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
146         Log: Integrate perlio; a missing aTHX.
147      Branch: perl
148           !> op.c
149 ____________________________________________________________________________
150 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
151         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
152              found by Marc Lehmann.
153      Branch: perl
154            ! pp.c
155 ____________________________________________________________________________
156 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
157         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
158              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
159              Date: Sat, 5 Jan 2002 00:31:12 +0100
160              Message-ID: <20020105003112.E1850@rafael>              
161      Branch: perl
162            ! t/comp/proto.t
163 ____________________________________________________________________________
164 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
165         Log: A bit of "perl.com" cleanup.
166      Branch: perl
167            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
168            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
169            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
170            ! pod/perlmodlib.PL pod/perlmodlib.pod
171 ____________________________________________________________________________
172 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
173         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
174              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
175              Date: Fri, 4 Jan 2002 23:35:19 +0100
176              Message-ID: <20020104233519.A1850@rafael>
177      Branch: perl
178            ! op.c
179 ____________________________________________________________________________
180 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
181         Log: Integrate change #14062 from macperl;
182              Define setbuf, setvbuf for Mac OS
183      Branch: perl
184           !> ext/IO/IO.xs
185 ____________________________________________________________________________
186 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
187         Log: Display the native pwd command.
188      Branch: perl
189            ! ext/Cwd/t/cwd.t
190 ____________________________________________________________________________
191 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
192         Log: Under Mac OS X /dev/stdout is normally a symlink,
193              but when running the test it seems to become a socket.
194              So let's extend our censorship.
195      Branch: perl
196            ! t/op/stat.t
197 ____________________________________________________________________________
198 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
199         Log: If we do have socketpair(), make my_socketpair()
200              just call the real socketpair().  This way we always
201              have real code behind my_socketpair() and a symbol
202              corresponding to the my_socketpair in global.sym.
203      Branch: perl
204            ! embed.fnc embed.h makedef.pl proto.h util.c
205 ____________________________________________________________________________
206 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
207         Log: Spread the good word of "env".
208      Branch: perl
209            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
210 ____________________________________________________________________________
211 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
212         Log: Till the system tests do something non-Win*, better rename
213              the test so that people on other platforms don't get confused.
214              (Not win32system, because assumedly there's win64, too.)
215      Branch: perl
216            + t/op/winsystem.t
217            - t/op/system.t
218            ! MANIFEST
219 ____________________________________________________________________________
220 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
221         Log: Some tweaks.
222      Branch: perl
223            ! lib/Pod/t/Functions.t
224 ____________________________________________________________________________
225 [ 14057] By: ams                                   on 2002/01/04  17:40:31
226         Log: (retracted by #14057)
227              
228              Subject: [PATCH] Time/HiRes/HiRes.t
229              From: Nicholas Clark <nick@unfortu.net>
230              Date: Fri, 4 Jan 2002 17:28:46 +0000
231              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
232      Branch: perl
233            ! ext/Time/HiRes/HiRes.t
234 ____________________________________________________________________________
235 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
236         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
237              From: Abe Timmerman <abe@ztreet.demon.nl>
238              Date: Fri, 04 Jan 2002 18:42:33 +0100
239              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
240      Branch: perl
241            + lib/Pod/t/Functions.t
242            ! MANIFEST lib/Pod/Functions.pm
243 ____________________________________________________________________________
244 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
245         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
246              From: "Craig A. Berry" <craigberry@mac.com>
247              Date: Thu, 3 Jan 2002 17:32:20 -0600
248              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
249      Branch: perl
250            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
251 ____________________________________________________________________________
252 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
253         Log: Document the U+0085, U+2028, and U+2029.
254      Branch: perl
255            ! pod/perlre.pod pod/perlretut.pod
256 ____________________________________________________________________________
257 [ 14053] By: ams                                   on 2002/01/04  03:27:44
258         Log: Subject: [PATCH] warn if not CORE::dump
259              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
260              Date: Thu, 3 Jan 2002 22:04:00 +0100
261              Message-Id: <20020103220400.A13958@rafael>
262      Branch: perl
263            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
264 ____________________________________________________________________________
265 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
266         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
267      Branch: perl
268            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
269 ____________________________________________________________________________
270 [ 14051] By: ams                                   on 2002/01/04  03:00:12
271         Log: Subject: [PATCH] File::Compare::VERSION
272              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
273              Date: Thu, 3 Jan 2002 23:42:52 +0100
274              Message-Id: <20020103234252.G13958@rafael>
275      Branch: perl
276            ! lib/File/Compare.pm
277 ____________________________________________________________________________
278 [ 14050] By: ams                                   on 2002/01/04  02:58:05
279         Log: Subject: [PATCH @14042] threads::shared doc
280              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
281              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
282              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
283      Branch: perl
284            ! ext/threads/shared/shared.pm
285 ____________________________________________________________________________
286 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
287         Log: #14048 exposed few false positives, to be fixed soonish.
288      Branch: perl
289            ! t/op/pat.t
290 ____________________________________________________________________________
291 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
292         Log: Do not add the first characters of multicharacter foldings
293              into character classes.
294      Branch: perl
295            ! regcomp.c
296 ____________________________________________________________________________
297 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
298         Log: A bit of testing for #14046.
299      Branch: perl
300            ! t/op/pat.t
301 ____________________________________________________________________________
302 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
303         Log: Allow emitting the foldcased version of "\x{df}", "ss"
304              (among others, another example would be \x{fb00} -> "ff")
305      Branch: perl
306            ! regcomp.c
307 ____________________________________________________________________________
308 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
309         Log: Subject: [PATCH] File::Spec & NetWare
310              From: Dave Rolsky <autarch@urth.org>
311              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
312              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
313      Branch: perl
314            - lib/File/Spec/NW5.pm
315            ! MANIFEST lib/File/Spec.pm
316 ____________________________________________________________________________
317 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
318         Log: FAQ sync (RCS Ids only?)
319      Branch: perl
320            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
321 ____________________________________________________________________________
322 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
323         Log: AUTHORs updates.
324      Branch: perl
325            ! AUTHORS
326 ____________________________________________________________________________
327 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
328         Log: Update Changes.
329      Branch: perl
330            ! Changes patchlevel.h
331 ____________________________________________________________________________
332 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
333         Log: Missed the =head1 additions.
334      Branch: perl
335            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
336            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
337            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
338            ! util.c
339 ____________________________________________________________________________
340 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
341         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
342              From: Robin Barker <rmb1@cise.npl.co.uk>
343              Date: Thu, 3 Jan 2002 15:26:20 GMT
344              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
345      Branch: perl
346            ! lib/Carp.t lib/Carp/Heavy.pm
347 ____________________________________________________________________________
348 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
349         Log: Subject: [PATCH hv.c] 
350              From: Robin Barker <rmb1@cise.npl.co.uk>
351              Date: Thu, 3 Jan 2002 14:49:06 GMT
352              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
353              
354              -Wformat check.
355      Branch: perl
356            ! hv.c
357 ____________________________________________________________________________
358 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
359         Log: NetWare tweaks from Ananth Kesari.
360      Branch: perl
361            ! NetWare/t/NWScripts.pl lib/File/Find.pm
362 ____________________________________________________________________________
363 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
364         Log: Cast.
365      Branch: perl
366            ! regexec.c
367 ____________________________________________________________________________
368 [ 14036] By: ams                                   on 2002/01/03  12:12:31
369         Log: Grammar fix suggested by Gwyn Judd.
370      Branch: perl
371            ! pod/perldiag.pod
372 ____________________________________________________________________________
373 [ 14033] By: ams                                   on 2002/01/03  08:24:24
374         Log: Subject: Not ok 14031: PPPort Makefile.PL
375              From: andreas.koenig@anima.de (Andreas J. Koenig)
376              Date: 03 Jan 2002 10:17:46 +0100
377              Message-Id: <m3sn9n94jp.fsf@anima.de>
378      Branch: perl
379            ! ext/Devel/PPPort/Makefile.PL
380 ____________________________________________________________________________
381 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
382         Log: Off-by-one is my middle name.
383      Branch: perl
384            ! regexec.c
385 ____________________________________________________________________________
386 [ 14030] By: ams                                   on 2002/01/02  23:56:37
387         Log: Subject: [PATCH @14015] threads::shared disabling
388              From: Andy Bussey <andybussey@yahoo.co.uk>
389              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
390              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
391      Branch: perl
392            + ext/threads/shared/t/no_share.t
393            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
394 ____________________________________________________________________________
395 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
396         Log: Simon's new perlapi scheme, I hope I got all the pieces.
397      Branch: perl
398            + autodoc.pl embed.fnc
399            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
400 ____________________________________________________________________________
401 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
402         Log: Integrate perlio; more PPPort Makefile source dependence removal
403      Branch: perl
404           !> ext/Devel/PPPort/Makefile.PL perl.h
405 ____________________________________________________________________________
406 [ 14027] By: ams                                   on 2002/01/02  21:42:50
407         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
408              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
409              Date: Wed, 2 Jan 2002 23:09:13 +0100
410              Message-Id: <20020102230913.A17373@rafael>
411      Branch: perl
412            ! pod/perldiag.pod
413 ____________________________________________________________________________
414 [ 14026] By: ams                                   on 2002/01/02  21:38:34
415         Log: Subject: Re: PATCH: lib/Term/Cap.pm
416              From: Jonathan Stowe <gellyfish@gellyfish.com>
417              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
418              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
419      Branch: perl
420            ! lib/Term/Cap.pm
421 ____________________________________________________________________________
422 [ 14025] By: ams                                   on 2002/01/02  18:34:26
423         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
424              From: Sam Tregar <sam@tregar.com>
425              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
426              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
427      Branch: perl
428            ! pod/perldiag.pod t/comp/proto.t toke.c
429 ____________________________________________________________________________
430 [ 14024] By: ams                                   on 2002/01/02  18:16:12
431         Log: Subject: PATCH: lib/Term/Cap.pm
432              From: Norton Allen <allen@huarp.harvard.edu>
433              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
434              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
435      Branch: perl
436            ! lib/Term/Cap.pm
437 ____________________________________________________________________________
438 [ 14023] By: ams                                   on 2002/01/02  18:12:31
439         Log: Subject: PATCH: lib/Cwd.pm for QNX4
440              From: Norton Allen <allen@huarp.harvard.edu>
441              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
442              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
443      Branch: perl
444            ! lib/Cwd.pm
445 ____________________________________________________________________________
446 [ 14020] By: ams                                   on 2002/01/02  17:06:27
447         Log: Fix misplaced application of #14016.
448      Branch: perl
449            ! op.c
450 ____________________________________________________________________________
451 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
452         Log: Integrate perlio; avoid uninit debug_pad.
453      Branch: perl
454           !> sv.c
455 ____________________________________________________________________________
456 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
457         Log: makedepend VOS fix from Paul Green.
458      Branch: perl
459            ! makedepend.SH
460 ____________________________________________________________________________
461 [ 14016] By: ams                                   on 2002/01/02  15:58:11
462         Log: Subject: [PATCH] random crash in B::LISTOP::last
463              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
464              Date: Wed, 2 Jan 2002 17:37:28 +0100
465              Message-Id: <3C334558.3906.19CB98D@localhost>
466      Branch: perl
467            ! op.c
468 ____________________________________________________________________________
469 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
470         Log: Update Changes.
471      Branch: perl
472            ! Changes patchlevel.h
473 ____________________________________________________________________________
474 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
475         Log: One more iteration of the ibcmp_utf8() interface,
476              hopefully this is a convergent iteration...
477      Branch: perl
478            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
479 ____________________________________________________________________________
480 [ 14013] By: ams                                   on 2002/01/02  13:43:58
481         Log: Upgrade to podlators-1.19.
482      Branch: perl
483            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
484            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
485            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
486            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
487            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
488 ____________________________________________________________________________
489 [ 14012] By: ams                                   on 2002/01/02  09:48:51
490         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
491              From: martyn@inpharmatica.co.uk
492              Date: Wed, 19 Dec 2001 19:05:00 +0000
493              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
494      Branch: perl
495            ! lib/Pod/Usage.pm
496 ____________________________________________________________________________
497 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
498         Log: Make ibcmp_utf8() optionally progress in either string for
499              as long as it takes and optionally record how far it got.
500      Branch: perl
501            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
502 ____________________________________________________________________________
503 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
504         Log: Once more try to get the PPPort Makefile right.
505      Branch: perl
506            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
507 ____________________________________________________________________________
508 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
509         Log: -Wall silencing.
510      Branch: perl
511            ! utf8.c
512 ____________________________________________________________________________
513 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
514         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
515              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
516              Date: Tue, 1 Jan 2002 22:45:21 +0100       
517              Message-ID: <20020101224521.A691@rafael>
518      Branch: perl
519            ! ext/B/B/Deparse.pm
520 ____________________________________________________________________________
521 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
522         Log: VOS tweak from Paul Green: VOS has different O_BINARY
523              and O_TEXT, but VOS always uses LF, never CRLF.
524      Branch: perl
525            ! perl.h
526 ____________________________________________________________________________
527 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
528         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
529      Branch: perl
530            ! regexec.c utf8.c
531 ____________________________________________________________________________
532 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
533         Log: Now that to_utf8_fold() was fixed.
534      Branch: perl
535            ! regcomp.c regexec.c
536 ____________________________________________________________________________
537 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
538         Log: Integrate perlio; experimental binmode() re-coding.
539      Branch: perl
540           !> perlio.c
541 ____________________________________________________________________________
542 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
543         Log: Document the to_utf8_*() functions.
544      Branch: perl
545            ! embed.pl pod/perlapi.pod utf8.c
546 ____________________________________________________________________________
547 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
548         Log: Better support for multicharacter foldings.
549              Now all but two of the CaseFold.txt cases work-- but
550              only when the target string is single-character, more
551              debugging needed.
552      Branch: perl
553            ! regexec.c
554 ____________________________________________________________________________
555 [ 14000] By: ams                                   on 2002/01/01  15:59:43
556         Log: Subject: [PATCH] don't installperl pods
557              From: Nicholas Clark <nick@unfortu.net>
558              Date: Tue, 1 Jan 2002 16:44:12 +0000
559              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
560      Branch: perl
561            ! installperl
562 ____________________________________________________________________________
563 [ 13999] By: ams                                   on 2002/01/01  14:34:04
564         Log: Subject: [PATCH] perldiag.pod transposition
565              From: Nicholas Clark <nick@unfortu.net>
566              Date: Tue, 1 Jan 2002 15:03:52 +0000
567              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
568      Branch: perl
569            ! pod/perldiag.pod
570 ____________________________________________________________________________
571 [ 13998] By: ams                                   on 2002/01/01  13:36:49
572         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
573              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
574              Date: Tue, 1 Jan 2002 15:12:36 +0100
575              Message-Id: <20020101151236.A951@rafael>
576      Branch: perl
577            ! pod/perldiag.pod
578 ____________________________________________________________________________
579 [ 13997] By: ams                                   on 2002/01/01  13:33:06
580         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
581              From: Nicholas Clark <nick@unfortu.net>
582              Date: Tue, 1 Jan 2002 13:13:17 +0000
583              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
584      Branch: perl
585            ! ext/Socket/socketpair.t
586 ____________________________________________________________________________
587 [ 13996] By: ams                                   on 2002/01/01  04:44:28
588         Log: Subject: [PATCH @13746] Leaner exporter
589              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
590              Date: Mon, 31 Dec 2001 18:16:08 -0500
591              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
592      Branch: perl
593            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
594 ____________________________________________________________________________
595 [ 13995] By: ams                                   on 2002/01/01  04:29:44
596         Log: Subject: [PATCH @13746] h2xs broken
597              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
598              Date: Mon, 31 Dec 2001 17:48:55 -0500
599              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
600      Branch: perl
601            ! utils/h2xs.PL
602 ____________________________________________________________________________
603 [ 13994] By: ams                                   on 2002/01/01  04:25:46
604         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
605              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
606              Date: Mon, 31 Dec 2001 17:42:25 -0500
607              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
608      Branch: perl
609            ! lib/ExtUtils/MM_Unix.pm
610 ____________________________________________________________________________
611 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
612         Log: Rename the variables to be a bit more consistent.
613      Branch: perl
614            ! utf8.c
615 ____________________________________________________________________________
616 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
617         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
618              (found by Jeffrey Friedl)
619      Branch: perl
620            ! regexec.c t/op/pat.t utf8.c
621 ____________________________________________________________________________
622 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
623         Log: Update Changes.
624      Branch: perl
625            ! Changes patchlevel.h
626 ____________________________________________________________________________
627 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
628         Log: Less unused ones.
629      Branch: perl
630            ! regexec.c
631 ____________________________________________________________________________
632 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
633         Log: Unused variable.
634      Branch: perl
635            ! regcomp.c
636 ____________________________________________________________________________
637 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
638         Log: Forgotten file.
639      Branch: perl
640            ! MANIFEST
641 ____________________________________________________________________________
642 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
643         Log: Subject: Re: Cygwin: one down one to go 
644              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
645              Date: Mon, 31 Dec 2001 18:34:36 +0100
646              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
647      Branch: perl
648            ! cygwin/Makefile.SHs
649 ____________________________________________________________________________
650 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
651         Log: Add some comments to the recent Unicode case-folding saga.
652      Branch: perl
653            ! regcomp.c regexec.c
654 ____________________________________________________________________________
655 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
656         Log: Slight comment tweakage.
657      Branch: perl
658            ! ext/I18N/Langinfo/Langinfo.t
659 ____________________________________________________________________________
660 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
661         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
662      Branch: perl
663            ! perl.h
664 ____________________________________________________________________________
665 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
666         Log: Subject: [ PATCH] Cygwin: one down one to go
667              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
668              Date: Mon, 31 Dec 2001 17:03:40 +0100
669              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
670      Branch: perl
671            ! lib/Pod/t/basic.t
672 ____________________________________________________________________________
673 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
674         Log: Tweak the dependencies not to recompile everytime,
675              as suggested by NI-S.
676      Branch: perl
677            ! ext/Devel/PPPort/Makefile.PL
678 ____________________________________________________________________________
679 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
680         Log: Planning still not right.
681      Branch: perl
682            ! lib/User/grent.t
683 ____________________________________________________________________________
684 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
685         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
686              From: Michael G Schwern <schwern@pobox.com>
687              Date: Sun, 30 Dec 2001 18:07:55 -0500
688              Message-ID: <20011230230755.GG12840@blackrider>
689              
690              (lib/User/grent, really)
691      Branch: perl
692            ! lib/User/grent.t
693 ____________________________________________________________________________
694 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
695         Log: Integrate perlio; cleanup, in particular avoid accidental
696              PerlIO_flush(NULL) if PerlIONext is NULL.
697      Branch: perl
698           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
699 ____________________________________________________________________________
700 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
701         Log: Subject: typo in IO::Socket::INET.pm
702              From: mjd@plover.com
703              Date: 31 Dec 2001 14:31:10 -0000
704              Message-ID: <20011231143110.4989.qmail@plover.com>
705      Branch: perl
706            ! ext/IO/lib/IO/Socket/INET.pm
707 ____________________________________________________________________________
708 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
709         Log: Subject: Re: [PATCH] Basic bad prototype detection
710              From: Sam Tregar <sam@tregar.com>
711              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
712              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
713      Branch: perl
714            ! t/comp/proto.t toke.c
715 ____________________________________________________________________________
716 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
717         Log: Subject: [PATCH] configure.com / scriptdirexp
718              From: "Craig A. Berry" <craigberry@mac.com>
719              Date: Sun, 30 Dec 2001 15:47:28 -0600
720              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
721      Branch: perl
722            ! configure.com
723 ____________________________________________________________________________
724 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
725         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
726              From: Abe Timmerman <abe@ztreet.demon.nl>
727              Date: Mon, 31 Dec 2001 03:55:27 +0100
728              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
729      Branch: perl
730            ! lib/ExtUtils/t/MM_Win32.t
731 ____________________________________________________________________________
732 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
733         Log: Subject: [PATCH] Basic bad prototype detection
734              From: Sam Tregar <sam@tregar.com> 
735              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
736              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
737      Branch: perl
738            ! pod/perldiag.pod t/comp/proto.t toke.c
739 ____________________________________________________________________________
740 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
741         Log: Makefiles are sloppy about the exe suffix
742              (from Paul Green)
743      Branch: perl
744            ! Makefile.SH x2p/Makefile.SH
745 ____________________________________________________________________________
746 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
747         Log: Delay folding until necessary; start of handling
748              folding into several characters.
749      Branch: perl
750            ! regcomp.c regexec.c
751 ____________________________________________________________________________
752 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
753         Log: gcc -Wall dewhine.
754      Branch: perl
755            ! regexec.c
756 ____________________________________________________________________________
757 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
758         Log: More Unicode folding tweaks, avoid potential false matches.
759      Branch: perl
760            ! regexec.c
761 ____________________________________________________________________________
762 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
763         Log: Make that six wrongs.
764      Branch: perl
765            ! regexec.c utf8.c
766 ____________________________________________________________________________
767 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
768         Log: Four wrongs can make a right.
769      Branch: perl
770            ! regexec.c utf8.c
771 ____________________________________________________________________________
772 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
773         Log: Fix all the I case foldings as per CaseFold.txt.
774      Branch: perl
775            ! regcomp.c regexec.c
776 ____________________________________________________________________________
777 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
778         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
779      Branch: perl
780            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
781            ! regexec.c utf8.c
782 ____________________________________________________________________________
783 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
784         Log: Integrate perlio; more win32 stuff:
785              
786              A. Use Perl_my_socketpair()
787              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to
788              load winsock.
789              C. (In passing) work round fact that $$ is now SvREADONLY
790              so we need to take special measures to set it during
791              pseudo-fork.
792      Branch: perl
793           !> util.c win32/perlhost.h
794 ____________________________________________________________________________
795 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
796         Log: Fix ppport.h for Unix.
797      Branch: perl
798            + ext/Devel/PPPort/ppport_h.PL
799            - ext/Devel/PPPort/ppport.h.PL
800            ! MANIFEST ext/Devel/PPPort/Makefile.PL
801 ____________________________________________________________________________
802 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
803         Log: Integrate perlio; win32 kicking.
804      Branch: perl
805           +> ext/Devel/PPPort/ppport.h.PL
806           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
807           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
808           !> proto.h
809 ____________________________________________________________________________
810 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
811         Log: Must look for cat also in $PATH (noticed by Philip Newton).
812      Branch: perl
813            ! Configure
814 ____________________________________________________________________________
815 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
816         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
817              From: Blair Zajac <blair@orcaware.com>
818              Date: Sat, 29 Dec 2001 22:37:03 -0800
819              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
820      Branch: perl
821            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
822 ____________________________________________________________________________
823 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
824         Log: Regen files.
825      Branch: perl
826            ! embed.h global.sym pod/perlapi.pod uconfig.h
827 ____________________________________________________________________________
828 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
829         Log: Subject: [PATCH] -t without -w 
830              From: Michael G Schwern <schwern@pobox.com>
831              Date: Sat, 29 Dec 2001 23:46:25 -0500
832              Message-ID: <20011230044625.GA14386@blackrider>
833      Branch: perl
834            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
835            ! warnings.pl
836 ____________________________________________________________________________
837 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
838         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
839              From: Dave Rolsky <autarch@urth.org>               
840              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
841              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
842              
843              $^O is NetWare, not Netware.
844      Branch: perl
845            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
846 ____________________________________________________________________________
847 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
848         Log: Sarathy thinks undoing C++ comments from C++ files
849              is a bit too zealous.
850      Branch: perl
851            ! win32/perlhost.h win32/vmem.h
852 ____________________________________________________________________________
853 [ 13947] By: nick                                  on 2001/12/30  11:35:51
854         Log: More Cwd tidy up
855      Branch: perl
856            ! MANIFEST installperl
857 ____________________________________________________________________________
858 [ 13946] By: nick                                  on 2001/12/30  11:12:42
859         Log: Undo a mess trying Cwd.pm in its ext directory
860      Branch: perl
861            + lib/Cwd.pm
862            - ext/Cwd/Cwd.pm
863 ____________________________________________________________________________
864 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
865         Log: Update Changes.
866      Branch: perl
867            ! Changes patchlevel.h
868 ____________________________________________________________________________
869 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
870         Log: Subject: [PATCH] cleaner close on tests, take 2
871              From: andreas.koenig@anima.de (Andreas J. Koenig)
872              Date: 29 Dec 2001 21:42:37 +0100
873              Message-ID: <m33d1tvjuq.fsf@anima.de>
874              
875              (the DB_File patches)
876      Branch: perl
877            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
878            ! ext/DB_File/t/db-recno.t
879 ____________________________________________________________________________
880 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
881         Log: Integrate perlio; regen'ed config_H.?c
882      Branch: perl
883           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
884 ____________________________________________________________________________
885 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
886         Log: Subject: [PATCH] cleaner close on tests, take 2             
887              From: andreas.koenig@anima.de (Andreas J. Koenig)
888              Date: 29 Dec 2001 21:42:37 +0100
889              Message-ID: <m33d1tvjuq.fsf@anima.de>
890              
891              (except for the three DB_File patch fragments)
892      Branch: perl
893            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
894            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
895            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
896            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
897            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
898            ! t/op/runlevel.t t/op/write.t t/run/switches.t
899 ____________________________________________________________________________
900 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
901         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
902              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
903              Date: Sat, 29 Dec 2001 20:38:59 +0100
904              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
905              
906              (NetWare tree not touched because it's very //)
907      Branch: perl
908            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
909            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
910            ! wince/include/errno.h wince/include/netdb.h
911            ! wince/include/sys/socket.h wince/include/sys/stat.h
912            ! wince/perllib.c wince/perlmain.c wince/win32.h
913            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
914            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
915 ____________________________________________________________________________
916 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
917         Log: Give up on serious testing of langinfo().  Leave the old
918              code in place, though.
919      Branch: perl
920            ! ext/I18N/Langinfo/Langinfo.t
921 ____________________________________________________________________________
922 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
923         Log: Integrate perlio;
924              
925              Define the two socket error numbers in terms of WSAEXXXXX equivalents
926              
927              Fudge Config.pm so File::Spec does not croak.
928      Branch: perl
929           !> win32/FindExt.pm win32/win32.h
930 ____________________________________________________________________________
931 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
932         Log: VOS tweaks from Paul Green.
933              
934              The Configure tweaks: the _exe needs to be
935              set after the init; VOS has fd 3 hardwired to /dev/tty;
936              the grep/ln/make substitutions really need to stick.
937      Branch: perl
938            ! Configure hints/vos.sh perl.h util.c vos/build.cm
939            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
940            ! vos/config.ga.h vos/vosish.h
941 ____________________________________________________________________________
942 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
943         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
944              From: coral@eekeek.org
945              Date: Fri, 28 Dec 2001 19:58:22 -0500      
946              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
947      Branch: perl
948            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
949            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
950            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
951            ! pod/perlunicode.pod pod/perlxs.pod util.c
952 ____________________________________________________________________________
953 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
954         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
955      Branch: perl
956            ! t/op/exec.t
957 ____________________________________________________________________________
958 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
959         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
960              From: Abe Timmerman <abe@ztreet.demon.nl>
961              Date: Sat, 29 Dec 2001 13:10:06 +0100
962              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
963      Branch: perl
964            + lib/Pod/t/InputObjects.t
965 ____________________________________________________________________________
966 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
967         Log: Integrate perlio;
968              
969              Quick fix (after couple of clever fixes failed) for
970              "accept leaks memory" fail [ID 20011223.001]
971              
972              Nick Clark's embed.pl fix for my_socketpair
973      Branch: perl
974           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
975 ____________________________________________________________________________
976 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
977         Log: Slight tweaks on the MM_Win32.t.
978      Branch: perl
979            ! lib/ExtUtils/t/MM_Win32.t
980 ____________________________________________________________________________
981 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
982         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
983              From: Abe Timmerman <abe@ztreet.demon.nl>
984              Date: Sat, 29 Dec 2001 12:51:36 +0100
985              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
986      Branch: perl
987            + lib/ExtUtils/t/MM_Win32.t
988            ! MANIFEST
989 ____________________________________________________________________________
990 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
991         Log: Subject: [PATCH] Module names and other nits
992              From: Autrijus Tang <autrijus@autrijus.org>                 
993              Date: Sat, 29 Dec 2001 01:59:28 +0800
994              Message-ID: <20011229015928.A29712@geb.elixus.org>              
995      Branch: perl
996            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
997            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
998            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
999            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
1000            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
1001 ____________________________________________________________________________
1002 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
1003         Log: socketpair tweaks from Nicholas Clark.
1004      Branch: perl
1005            ! ext/Socket/socketpair.t util.c
1006 ____________________________________________________________________________
1007 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
1008         Log: Retract #13917.
1009      Branch: perl
1010            ! doop.c
1011 ____________________________________________________________________________
1012 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
1013         Log: Subject: provisional MakeMaker patch for VMS
1014              From: "Craig A. Berry" <craigberry@mac.com> 
1015              Date: Thu, 27 Dec 2001 22:29:37 -0600
1016              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
1017      Branch: perl
1018            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
1019 ____________________________________________________________________________
1020 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
1021         Log: (retracted by #13919)
1022      Branch: perl
1023            ! doop.c
1024 ____________________________________________________________________________
1025 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
1026         Log: Remove debris in any case.
1027      Branch: perl
1028            ! Configure
1029 ____________________________________________________________________________
1030 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
1031         Log: Subject: [PATCH] Re: B::walksymtable oddness
1032              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1033              Date: Thu, 27 Dec 2001 19:14:24 +0100
1034              Message-ID: <3C2B7310.861.18820D0@localhost>
1035      Branch: perl
1036            ! ext/B/B.pm
1037 ____________________________________________________________________________
1038 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
1039         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
1040              From: Nicholas Clark <nick@unfortu.net> 
1041              Date: Fri, 28 Dec 2001 00:43:02 +0000
1042              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
1043      Branch: perl
1044            ! ext/Socket/socketpair.t
1045 ____________________________________________________________________________
1046 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
1047         Log: Fast Latin1<->UTF-8 conversion for older Perls.
1048      Branch: perl
1049            ! pod/perluniintro.pod
1050 ____________________________________________________________________________
1051 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
1052         Log: Update Changes.
1053      Branch: perl
1054            ! Changes patchlevel.h
1055 ____________________________________________________________________________
1056 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
1057         Log: More wait status trickery for BeOS.
1058      Branch: perl
1059            ! ext/POSIX/POSIX.xs
1060 ____________________________________________________________________________
1061 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
1062         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
1063      Branch: perl
1064            ! Configure
1065 ____________________________________________________________________________
1066 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
1067         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
1068              From: gbarr@monty.mutatus.co.uk
1069              Date: 27 Dec 2001 14:41:36 -0000
1070              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
1071      Branch: perl
1072            ! lib/ExtUtils/t/Embed.t
1073 ____________________________________________________________________________
1074 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
1075         Log: Subject: [PATCH] Re: socketpair emulation
1076              From: Nicholas Clark <nick@unfortu.net> 
1077              Date: Wed, 26 Dec 2001 20:08:14 +0000
1078              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
1079      Branch: perl
1080            ! ext/Socket/socketpair.t
1081 ____________________________________________________________________________
1082 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
1083         Log: Subject: [DOC PATCH] left is right and right is left
1084              From: Philip Newton <Philip.Newton@gmx.net>
1085              Date: Thu, 27 Dec 2001 10:04:17 +0100
1086              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
1087      Branch: perl
1088            ! pod/perlfunc.pod pod/perlport.pod
1089 ____________________________________________________________________________
1090 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
1091         Log: Subject: [PATCH] check return of close
1092              From: andreas.koenig@anima.de (Andreas J. Koenig)            
1093              Date: 27 Dec 2001 09:47:30 +0100
1094              Message-ID: <m3ellhgicd.fsf@anima.de> 
1095              
1096              Subject: [PATCH] improve error reporting
1097              From: andreas.koenig@anima.de (Andreas J. Koenig)            
1098              Date: 27 Dec 2001 09:54:55 +0100
1099              Message-ID: <m3adw5gi00.fsf@anima.de> 
1100              
1101              Subject: [PATCH] check return value of close
1102              From: andreas.koenig@anima.de (Andreas J. Koenig)            
1103              Date: 27 Dec 2001 10:03:55 +0100
1104              Message-ID: <m3666tghl0.fsf@anima.de> 
1105              
1106              Subject: [PATCH] return of close
1107              From: andreas.koenig@anima.de (Andreas J. Koenig)            
1108              Date: 27 Dec 2001 10:22:15 +0100
1109              Message-ID: <m31yhhggqg.fsf@anima.de> 
1110      Branch: perl
1111            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
1112            ! t/io/fflush.t
1113 ____________________________________________________________________________
1114 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
1115         Log: Subject: [PATCH] check return of close
1116              From: andreas.koenig@anima.de (Andreas J. Koenig)            
1117              Date: 27 Dec 2001 09:47:30 +0100
1118              Message-ID: <m3ellhgicd.fsf@anima.de> 
1119      Branch: perl
1120            ! t/base/rs.t
1121 ____________________________________________________________________________
1122 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
1123         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
1124              From: andreas.koenig@anima.de (Andreas J. Koenig)
1125              Date: 27 Dec 2001 09:21:16 +0100
1126              Message-ID: <m3n105gjk3.fsf@anima.de>
1127      Branch: perl
1128            ! t/op/sysio.t
1129 ____________________________________________________________________________
1130 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
1131         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
1132              From: "Gerrit P. Haase" <gp@familiehaase.de>
1133              Date: Thu, 27 Dec 2001 09:23:55 +0100 
1134              Message-ID: <98211521662.20011227092355@familiehaase.de>
1135      Branch: perl
1136            ! lib/ExtUtils/t/MM_Cygwin.t
1137 ____________________________________________________________________________
1138 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
1139         Log: Replace the awful (most likely generated and not very persistent)
1140              URL with something tangible.
1141      Branch: perl
1142            ! README.hpux
1143 ____________________________________________________________________________
1144 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
1145         Log: Naughty /dev/printer (ls -l, really) of IRIX.
1146      Branch: perl
1147            ! t/op/stat.t
1148 ____________________________________________________________________________
1149 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
1150         Log: Upgrade to Net::Ping 2.10.
1151      Branch: perl
1152            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
1153            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
1154            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
1155            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
1156 ____________________________________________________________________________
1157 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
1158         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
1159              (this showed up in Benchmark.t)
1160      Branch: perl
1161            ! pp_sys.c
1162 ____________________________________________________________________________
1163 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
1164         Log: BeOS updates.
1165      Branch: perl
1166            ! README.beos beos/beos.c
1167 ____________________________________________________________________________
1168 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
1169         Log: Subject: Re: bleadperl doesn't compile
1170              From: "Gerrit P. Haase" <gp@familiehaase.de>
1171              Date: Wed, 26 Dec 2001 21:29:08 +0100
1172              Message-ID: <22168634623.20011226212908@familiehaase.de>
1173              
1174              Cygwin with multiplicity.
1175      Branch: perl
1176            ! perlio.c
1177 ____________________________________________________________________________
1178 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
1179         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
1180              From: Nicholas Clark <nick@ccl4.org>
1181              Date: Wed, 26 Dec 2001 19:07:33 +0000
1182              Message-ID: <20011226190732.J48842@plum.flirble.org>            
1183              
1184              socketpair() (un)signedness nit.
1185      Branch: perl
1186            ! util.c
1187 ____________________________________________________________________________
1188 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
1189         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
1190              From: Nicholas Clark <nick@ccl4.org>
1191              Date: Wed, 26 Dec 2001 19:19:47 +0000
1192              Message-ID: <20011226191946.K48842@plum.flirble.org>
1193              
1194              Use report_evil_fh().
1195      Branch: perl
1196            ! doio.c
1197 ____________________________________________________________________________
1198 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
1199         Log: Bad $? assumptions.
1200      Branch: perl
1201            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
1202 ____________________________________________________________________________
1203 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
1204         Log: Net::Ping isn't going to work much without
1205              the Socket extension; fail more gracefully.
1206      Branch: perl
1207            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
1208            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
1209            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
1210            ! lib/Net/Ping/t/300_ping_stream.t
1211 ____________________________________________________________________________
1212 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
1213         Log: test -d /system is a bit too generic test for VOS
1214              (false hit in BeOS)
1215      Branch: perl
1216            ! Configure
1217 ____________________________________________________________________________
1218 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
1219         Log: No AF_UNIX in BeOS.
1220      Branch: perl
1221            ! util.c
1222 ____________________________________________________________________________
1223 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
1224         Log: FAQ sync.
1225      Branch: perl
1226            ! pod/perlfaq5.pod
1227 ____________________________________________________________________________
1228 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
1229         Log: Update Changes.
1230      Branch: perl
1231            ! Changes patchlevel.h
1232 ____________________________________________________________________________
1233 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
1234         Log: Make -t equal -tw.
1235      Branch: perl
1236            ! perl.c pod/perlrun.pod
1237 ____________________________________________________________________________
1238 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
1239         Log: Subject: Re: Not OK 13881
1240              From: John Peacock <jpeacock@rowman.com>
1241              Date: Tue, 25 Dec 2001 06:02:12 -0500
1242              Message-ID: <3C285CB4.8040006@rowman.com>
1243      Branch: perl
1244            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
1245 ____________________________________________________________________________
1246 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
1247         Log: Subject: Re: Not OK 13881
1248              From: andreas.koenig@anima.de (Andreas J. Koenig)
1249              Date: 25 Dec 2001 07:33:23 +0100
1250              Message-ID: <m3bsgnajws.fsf@anima.de>
1251      Branch: perl
1252            ! op.c
1253 ____________________________________________________________________________
1254 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
1255         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
1256              From: Mark-Jason Dominus <mjd@plover.com>    
1257              Date: Mon, 24 Dec 2001 18:14:48 -0500
1258              Message-ID: <20011224231448.25826.qmail@plover.com>
1259      Branch: perl
1260            ! op.c t/op/eval.t
1261 ____________________________________________________________________________
1262 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
1263         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
1264              From: Dave Rolsky <autarch@urth.org>
1265              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
1266              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
1267      Branch: perl
1268            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
1269            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
1270            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
1271            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
1272            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
1273 ____________________________________________________________________________
1274 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
1275         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
1276              From: Jeffrey Friedl <jfriedl@yahoo.com>
1277              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
1278              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
1279              
1280              The rest of the tests for plus few extras.
1281      Branch: perl
1282            ! t/op/pat.t
1283 ____________________________________________________________________________
1284 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
1285         Log: No-op.
1286      Branch: perl
1287            ! Configure
1288 ____________________________________________________________________________
1289 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
1290         Log: More constant casting.
1291      Branch: perl
1292            ! regexec.c
1293 ____________________________________________________________________________
1294 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
1295         Log: Subject: perlhack.pod 
1296              From: "John P. Linderman" <jpl@research.att.com>
1297              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
1298              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
1299      Branch: perl
1300            ! pod/perlhack.pod
1301 ____________________________________________________________________________
1302 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
1303         Log: File::Find patch patches from Thomas Wegner.
1304      Branch: perl
1305            ! lib/File/Find.pm
1306 ____________________________________________________________________________
1307 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
1308         Log: Subject: Re: socketpair emulation 
1309              From: Nicholas Clark <nick@unfortu.net>                 
1310              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
1311              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
1312      Branch: perl
1313            ! ext/Socket/socketpair.t
1314 ____________________________________________________________________________
1315 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
1316         Log: Must cast constants if they can be quads.
1317      Branch: perl
1318            ! regcomp.c
1319 ____________________________________________________________________________
1320 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
1321         Log: Promote the e/uid to wide enough un/signed integers
1322              and printf them as such.
1323      Branch: perl
1324            ! taint.c
1325 ____________________________________________________________________________
1326 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
1327         Log: The U32 alignment test wasn't really working, noticed
1328              by Paul Green.  Now the test works, but this means that
1329              we may see coredumps from the test.   I sure hope MMUless
1330              places don't crash on the test.
1331      Branch: perl
1332            ! Configure
1333 ____________________________________________________________________________
1334 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
1335         Log: More VOS tweaks.
1336      Branch: perl
1337            ! Configure
1338 ____________________________________________________________________________
1339 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
1340         Log: The funky final sigma casefolding.
1341      Branch: perl
1342            ! regcomp.c regexec.c t/op/pat.t utf8.h
1343 ____________________________________________________________________________
1344 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
1345         Log: Update Changes.
1346      Branch: perl
1347            ! Changes patchlevel.h
1348 ____________________________________________________________________________
1349 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
1350         Log: Move the \C and \X to pat.t.
1351      Branch: perl
1352            ! t/op/pat.t t/op/re_tests
1353 ____________________________________________________________________________
1354 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
1355         Log: More logical test ordering.
1356      Branch: perl
1357            ! perl.h
1358 ____________________________________________________________________________
1359 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
1360         Log: Integrate perlio;
1361              
1362              Add at least the "important" PerlIO_xxxx functions to embed.pl
1363              so that they get implicit pTHX_ and we can avoid slow dTHX.
1364              
1365              Put PerlIO stuff inside EXTERN C
1366              
1367              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
1368      Branch: perl
1369           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
1370           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
1371           !> win32/win32.c
1372 ____________________________________________________________________________
1373 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
1374         Log: Even more \X fixing.
1375      Branch: perl
1376            ! regexec.c t/op/pat.t
1377 ____________________________________________________________________________
1378 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
1379         Log: More \X fixing.
1380      Branch: perl
1381            ! regexec.c t/op/pat.t
1382 ____________________________________________________________________________
1383 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
1384         Log: Fix encoding pragma.
1385      Branch: perl
1386            ! regcomp.c
1387 ____________________________________________________________________________
1388 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
1389         Log: Subject: socketpair emulation
1390              From: Nicholas Clark <nick@unfortu.net>
1391              Date: Sat, 22 Dec 2001 18:38:18 +0000
1392              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
1393      Branch: perl
1394            + ext/Socket/socketpair.t
1395            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
1396            ! pp_sys.c proto.h util.c
1397 ____________________________________________________________________________
1398 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
1399         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
1400              From: Jeffrey Friedl <jfriedl@yahoo.com>
1401              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
1402              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
1403              
1404              (partially applied, most of the new tests need to be rethought)
1405      Branch: perl
1406            ! regcomp.c t/op/re_tests
1407 ____________________________________________________________________________
1408 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
1409         Log: Small tweaks.
1410      Branch: perl
1411            ! handy.h regexec.c
1412 ____________________________________________________________________________
1413 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
1414         Log: Unicode casefolding continues.
1415              (lib/encoding.t still failing.)
1416      Branch: perl
1417            ! regexec.c t/op/pat.t
1418 ____________________________________________________________________________
1419 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
1420         Log: Rework the make logic (again).
1421      Branch: perl
1422            ! Configure
1423 ____________________________________________________________________________
1424 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
1425         Log: Integrate perlio;
1426              Fix mis-parse of autoloaded usage code by declaring the sub
1427              Correct checking code which Ilya spotted was tripped by CR at EOF.
1428              The CR at EOF fix earlier broke CR at end-of-buffer.
1429      Branch: perl
1430            ! regexec.c
1431           !> ext/POSIX/POSIX.pm perlio.c sv.c
1432 ____________________________________________________________________________
1433 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
1434         Log: More Unicode casing fixes.
1435      Branch: perl
1436            ! regexec.c t/op/pat.t
1437 ____________________________________________________________________________
1438 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
1439         Log: Unicode casefolding fixes.
1440      Branch: perl
1441            ! op.c regcomp.c regexec.c t/op/pat.t
1442 ____________________________________________________________________________
1443 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
1444         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
1445              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
1446              Date: Sat, 22 Dec 2001 00:01:29 +0100
1447              Message-ID: <20011222000129.A713@rafael>
1448      Branch: perl
1449            ! ext/B/B/Deparse.pm
1450 ____________________________________________________________________________
1451 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
1452         Log: VOS config from Paul Green.
1453      Branch: perl
1454            ! hints/vos.sh
1455 ____________________________________________________________________________
1456 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
1457         Log: Subject: [PATCH @13746] CreateTTY on OS/2
1458              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1459              Date: Fri, 21 Dec 2001 15:59:45 -0500
1460              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
1461      Branch: perl
1462            ! lib/perl5db.pl
1463 ____________________________________________________________________________
1464 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
1465         Log: Subject: [PATCH @13746] uninstalled build of modules broken
1466              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1467              Date: Fri, 21 Dec 2001 15:49:09 -0500
1468              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
1469      Branch: perl
1470            ! lib/ExtUtils/MM_Unix.pm
1471 ____________________________________________________________________________
1472 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
1473         Log: Subject: [PATCH @13746] OS/2 File::* modules
1474              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1475              Date: Fri, 21 Dec 2001 15:43:24 -0500
1476              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
1477      Branch: perl
1478            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
1479 ____________________________________________________________________________
1480 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
1481         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
1482              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
1483              Date: Fri, 21 Dec 2001 17:29:07 +0100
1484              Message-ID: <3C236353.6625C4C0@alcatel.at>
1485      Branch: perl
1486            ! pod/perltie.pod
1487 ____________________________________________________________________________
1488 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
1489         Log: Further VOS tweaks: the _exe needs to be introduced
1490              in the very beginning, and the make/gmake needs special
1491              VOS logic.
1492      Branch: perl
1493            ! Configure Makefile.SH
1494 ____________________________________________________________________________
1495 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
1496         Log: Update Changes.
1497      Branch: perl
1498            ! Changes patchlevel.h
1499 ____________________________________________________________________________
1500 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
1501         Log: Also the search for cat needs to be _exe-aware.
1502      Branch: perl
1503            ! Configure
1504 ____________________________________________________________________________
1505 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
1506         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
1507              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
1508              Date: Fri, 21 Dec 2001 14:02:01 +0100
1509              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
1510      Branch: perl
1511            ! ext/B/B/Xref.pm
1512 ____________________________________________________________________________
1513 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
1514         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
1515      Branch: perl
1516            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
1517            ! ext/B/t/assembler.t
1518 ____________________________________________________________________________
1519 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
1520         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
1521              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1522              Date: Fri, 21 Dec 2001 11:15:38 +0100
1523              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
1524      Branch: perl
1525            ! hv.c
1526 ____________________________________________________________________________
1527 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
1528         Log: A plan is good.
1529      Branch: perl
1530            ! ext/re/re.t
1531 ____________________________________________________________________________
1532 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
1533         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
1534              From: chromatic <chromatic@rmci.net>
1535              Date: Thu, 20 Dec 2001 16:16:48 -0700
1536              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
1537      Branch: perl
1538            + ext/re/re.t
1539            ! MANIFEST
1540 ____________________________________________________________________________
1541 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
1542         Log: Synchronize the skippage message.
1543      Branch: perl
1544            ! lib/ExtUtils/t/MM_OS2.t
1545 ____________________________________________________________________________
1546 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
1547         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
1548              From: chromatic <chromatic@rmci.net>
1549              Date: Thu, 20 Dec 2001 16:09:10 -0700
1550              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
1551      Branch: perl
1552            + lib/ExtUtils/t/MM_OS2.t
1553            ! MANIFEST
1554 ____________________________________________________________________________
1555 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
1556         Log: Subject: perlfunc.pod patch re flock via fcntl
1557              From: "Tye McQueen" <tye@metronet.com>
1558              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
1559              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
1560      Branch: perl
1561            ! pod/perlfunc.pod
1562 ____________________________________________________________________________
1563 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
1564         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
1565              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
1566              (the Unicode maximum code point) warnable offenses.
1567      Branch: perl
1568            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
1569            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
1570 ____________________________________________________________________________
1571 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
1572         Log: Sterner admonishment on -t.
1573      Branch: perl
1574            ! pod/perlrun.pod
1575 ____________________________________________________________________________
1576 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
1577         Log: Subject: [PATCH B::Dpparse] minor qr// fix
1578              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1579              Date: Thu, 20 Dec 2001 22:53:34 +0100
1580              Message-ID: <20011220225334.A735@rafael>
1581      Branch: perl
1582            ! ext/B/B/Deparse.pm
1583 ____________________________________________________________________________
1584 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
1585         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
1586              From: Robert Spier <rspier@pobox.com>
1587              Date: Thu, 20 Dec 2001 08:10:00 -0800
1588              Message-ID: <15394.3416.693353.107334@rls.cx>
1589      Branch: perl
1590            ! lib/Carp/Heavy.pm
1591 ____________________________________________________________________________
1592 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
1593         Log: Integrate perlio (pTHX_ fixes for :win32 layer)
1594      Branch: perl
1595           !> win32/win32io.c
1596 ____________________________________________________________________________
1597 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
1598         Log: Subject: Re: [PATCH pod/perliol.pod] resend
1599              From: Stas Bekman <stas@stason.org>
1600              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
1601              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
1602      Branch: perl
1603            ! pod/perliol.pod
1604 ____________________________________________________________________________
1605 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
1606         Log: Fix up the APIs noone hopefully uses.
1607      Branch: perl
1608            ! utf8.c
1609 ____________________________________________________________________________
1610 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
1611         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
1612              Date: Wed, 19 Dec 2001 14:13:38 -0800
1613              From: Robert Spier <rspier@pobox.com>
1614              Message-ID: <15393.4370.605214.548582@rls.cx>
1615      Branch: perl
1616            ! lib/Carp.t lib/Carp/Heavy.pm
1617 ____________________________________________________________________________
1618 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
1619         Log: Some bincompat clawbacks.
1620      Branch: perl
1621            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
1622            ! wince/perldll.def
1623 ____________________________________________________________________________
1624 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
1625         Log: gcc pacifying (RH 7.1/ia64).
1626      Branch: perl
1627            ! pp.c
1628 ____________________________________________________________________________
1629 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
1630         Log: Update Changes.
1631      Branch: perl
1632            ! Changes patchlevel.h
1633 ____________________________________________________________________________
1634 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
1635         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
1636              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
1637              Date: Wed, 19 Dec 2001 12:35:07 +0100
1638              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
1639              
1640              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
1641              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1642              Date: Wed, 19 Dec 2001 17:34:51 +0000
1643              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
1644      Branch: perl
1645            ! pod/perlre.pod
1646 ____________________________________________________________________________
1647 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
1648         Log: Integrate perlio.
1649      Branch: perl
1650           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
1651           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
1652 ____________________________________________________________________________
1653 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
1654         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
1655      Branch: perl
1656            ! ext/B/B/Assembler.pm
1657 ____________________________________________________________________________
1658 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
1659         Log: Reword the alarm explanation.
1660      Branch: perl
1661            ! pod/perlfunc.pod
1662 ____________________________________________________________________________
1663 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
1664         Log: Subject: [PATCH @13746] OS/2 build
1665              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
1666              Date: Wed, 19 Dec 2001 02:45:41 -0500
1667              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
1668              
1669              (skipped the t/TEST change)
1670      Branch: perl
1671            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
1672            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
1673            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
1674 ____________________________________________________________________________
1675 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
1676         Log: Upgrade to Net::Ping 2.09.
1677      Branch: perl
1678            + lib/Net/Ping/CHANGES lib/Net/Ping/README
1679            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
1680            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
1681            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
1682            + lib/Net/Ping/t/300_ping_stream.t
1683            ! MANIFEST lib/Net/Ping.pm
1684 ____________________________________________________________________________
1685 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
1686         Log: B::Assembler/B::Disassembler patches and test;
1687              from Wolfgang Laun.
1688              
1689              TODO: getting perlcc working.
1690      Branch: perl
1691            + ext/B/t/assembler.t
1692            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
1693 ____________________________________________________________________________
1694 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
1695         Log: Can't printf U8s as UVs.
1696      Branch: perl
1697            ! utf8.c
1698 ____________________________________________________________________________
1699 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
1700         Log: Subject: Re: [PATCH] ...while $var = glob(...)
1701              From: Robin Houston <robin@kitsite.com> 
1702              Date: Wed, 19 Dec 2001 13:48:55 +0000
1703              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
1704              
1705              Not exactly a glob test but internal-logically correct.
1706      Branch: perl
1707            ! t/op/glob.t
1708 ____________________________________________________________________________
1709 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
1710         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
1711              From: Michael G Schwern <schwern@pobox.com> 
1712              Date: Wed, 19 Dec 2001 07:42:54 -0500
1713              Message-ID: <20011219124254.GF8630@blackrider>
1714      Branch: perl
1715            + lib/lib.t
1716            ! MANIFEST lib/lib_pm.PL
1717 ____________________________________________________________________________
1718 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
1719         Log: Integrate with perlio.
1720      Branch: perl
1721           !> hv.c hv.h scope.c util.c
1722 ____________________________________________________________________________
1723 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
1724         Log: Regen toc.
1725      Branch: perl
1726            ! pod/perltoc.pod
1727 ____________________________________________________________________________
1728 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
1729         Log: FAQ sync.
1730      Branch: perl
1731            ! pod/perlfaq5.pod
1732 ____________________________________________________________________________
1733 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
1734         Log: Reformat round.
1735      Branch: perl
1736            ! pod/perlunicode.pod
1737 ____________________________________________________________________________
1738 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
1739         Log: Subject: [PATCH] pod/perlunicode.pod
1740              From: Jeffrey Friedl <jfriedl@yahoo.com>
1741              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
1742              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
1743      Branch: perl
1744            ! pod/perlunicode.pod
1745 ____________________________________________________________________________
1746 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
1747         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
1748              From: Jeffrey Friedl <jfriedl@yahoo.com>
1749              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
1750              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
1751      Branch: perl
1752            ! pod/perluniintro.pod
1753 ____________________________________________________________________________
1754 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
1755         Log: Slight pod reformatting.
1756      Branch: perl
1757            ! pod/perluniintro.pod
1758 ____________________________________________________________________________
1759 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
1760         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
1761              From: Jeffrey Friedl <jfriedl@yahoo.com>    
1762              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
1763              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
1764      Branch: perl
1765            ! pod/perluniintro.pod
1766 ____________________________________________________________________________
1767 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
1768         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
1769              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1770              Date: Wed, 19 Dec 2001 01:45:23 +0000
1771              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
1772      Branch: perl
1773            ! sv.c
1774 ____________________________________________________________________________
1775 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
1776         Log: Subject: Porting/checkURL.pl
1777              From: abigail@foad.org
1778              Date: Tue, 18 Dec 2001 19:03:22 +0100          
1779              Message-ID: <20011218180322.8278.qmail@foad.org> 
1780      Branch: perl
1781            ! Porting/checkURL.pl
1782 ____________________________________________________________________________
1783 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
1784         Log: A bit too oversweeping matching in #13778.
1785      Branch: perl
1786            ! Configure
1787 ____________________________________________________________________________
1788 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
1789         Log: Re-gen Configure based on #13778..13781.
1790      Branch: perl
1791            ! Configure config_h.SH
1792 ____________________________________________________________________________
1793 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
1794         Log: Subject: Re: Benchmark.t failure on Linux
1795              From: Nicholas Clark <nick@ccl4.org>
1796              Date: Tue, 18 Dec 2001 22:51:25 +0000
1797              Message-ID: <20011218225124.N21702@plum.flirble.org>
1798      Branch: perl
1799            ! lib/Benchmark.t
1800 ____________________________________________________________________________
1801 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
1802         Log: Re-applying #13752 until a better solution can be found.
1803      Branch: perl
1804            ! lib/ExtUtils/t/MM_Unix.t
1805 ____________________________________________________________________________
1806 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
1807         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
1808              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
1809              Date: Tue, 18 Dec 2001 12:05:40 -0500
1810              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
1811      Branch: perl
1812            ! lib/Exporter.pm
1813 ____________________________________________________________________________
1814 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
1815         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
1816              findings -- some of the warnings I can't explain except
1817              by NVgf being detected wrong, though.
1818      Branch: perl
1819            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
1820 ____________________________________________________________________________
1821 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
1822         Log: Subject: [PATCH] pod/perluniintro.pod
1823              From: Jeffrey Friedl <jfriedl@yahoo.com>
1824              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
1825              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
1826      Branch: perl
1827            ! pod/perluniintro.pod
1828 ____________________________________________________________________________
1829 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
1830         Log: ".pm" is the native executable suffix in VOS.
1831      Branch: perl
1832            ! hints/vos.sh
1833 ____________________________________________________________________________
1834 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
1835         Log: Integrate perlio;
1836              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
1837      Branch: perl
1838           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
1839 ____________________________________________________________________________
1840 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
1841         Log: (Undone by #13766.)
1842              Retract #13752.
1843      Branch: perl
1844            ! lib/ExtUtils/t/MM_Unix.t
1845 ____________________________________________________________________________
1846 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
1847         Log: Echoes of #13757.
1848      Branch: perl
1849            ! t/lib/warnings/utf8
1850 ____________________________________________________________________________
1851 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
1852         Log: Make the utf8 malformedness messages more verbose.
1853      Branch: perl
1854            ! lib/utf8.t utf8.c
1855 ____________________________________________________________________________
1856 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
1857         Log: README.aix updates from Jens-Uwe Mager.
1858      Branch: perl
1859            ! README.aix
1860 ____________________________________________________________________________
1861 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
1862         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
1863              From: Michael G Schwern <schwern@pobox.com>
1864              Date: Tue, 18 Dec 2001 00:58:18 -0500
1865              Message-ID: <20011218055818.GC4362@blackrider>
1866      Branch: perl
1867            ! lib/Benchmark.t
1868 ____________________________________________________________________________
1869 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
1870         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
1871              From: Michael G Schwern <schwern@pobox.com>
1872              Date: Tue, 18 Dec 2001 00:40:38 -0500
1873              Message-ID: <20011218054038.GB4362@blackrider>
1874      Branch: perl
1875            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
1876 ____________________________________________________________________________
1877 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
1878         Log: (reintroduced by #13766)
1879              (retracted by #13759)
1880              
1881              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
1882              From: Michael G Schwern <schwern@pobox.com>  
1883              Date: Tue, 18 Dec 2001 00:00:23 -0500
1884              Message-ID: <20011218050023.GA27893@blackrider>
1885      Branch: perl
1886            ! lib/ExtUtils/t/MM_Unix.t
1887 ____________________________________________________________________________
1888 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
1889         Log: Re-patch #13749.
1890      Branch: perl
1891            ! t/op/glob.t
1892 ____________________________________________________________________________
1893 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
1894         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
1895              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1896              Date: Tue, 18 Dec 2001 12:55:43 +0000
1897              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
1898      Branch: perl
1899            ! ext/Devel/Peek/Peek.pm
1900 ____________________________________________________________________________
1901 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
1902         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
1903              From: Robin Houston <robin@kitsite.com> 
1904              Date: Tue, 18 Dec 2001 14:54:33 +0000
1905              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
1906      Branch: perl
1907            ! t/op/glob.t
1908 ____________________________________________________________________________
1909 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
1910         Log: Subject: [PATCH] slightly more for Exporter.pm
1911              From: Nicholas Clark <nick@ccl4.org>
1912              Date: Tue, 18 Dec 2001 00:22:03 +0000
1913              Message-ID: <20011218002203.M21702@plum.flirble.org>
1914      Branch: perl
1915            ! lib/Exporter.pm
1916 ____________________________________________________________________________
1917 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
1918         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
1919              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1920              Date: Mon, 17 Dec 2001 16:37:18 +0100
1921              Message-ID: <20011217163718.A2292@rafael>
1922              
1923              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
1924              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1925              Date: Mon, 17 Dec 2001 23:17:06 +0100
1926              Message-ID: <20011217231706.A730@rafael>
1927      Branch: perl
1928            ! pod/perlsub.pod pp.c toke.c
1929 ____________________________________________________________________________
1930 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
1931         Log: Update Changes.
1932      Branch: perl
1933            ! Changes patchlevel.h
1934 ____________________________________________________________________________
1935 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
1936         Log: New test warrants a MANIFEST entry.
1937      Branch: perl
1938            ! MANIFEST
1939 ____________________________________________________________________________
1940 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
1941         Log: Subject: Re: [PATCH] ...while $var = glob(...)
1942              From: Robin Houston <robin@kitsite.com>
1943              Date: Mon, 17 Dec 2001 20:27:30 +0000
1944              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
1945              
1946              Can't portably unlink open files.
1947      Branch: perl
1948            ! t/op/glob.t
1949 ____________________________________________________________________________
1950 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
1951         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
1952      Branch: perl
1953            ! pod/perluniintro.pod
1954 ____________________________________________________________________________
1955 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
1956         Log: Move typeglob test from glob.t to gv.t.
1957      Branch: perl
1958            ! t/op/glob.t t/op/gv.t
1959 ____________________________________________________________________________
1960 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
1961         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
1962              From: Robin Houston <robin@kitsite.com> 
1963              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
1964              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
1965      Branch: perl
1966            ! t/op/glob.t
1967 ____________________________________________________________________________
1968 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
1969         Log: Demote the surrogate and non-character errors to warnings.
1970      Branch: perl
1971            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
1972 ____________________________________________________________________________
1973 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
1974         Log: Subject: [PATCH] more POSIX tests, and more autoloading
1975              From: Nicholas Clark <nick@ccl4.org>
1976              Date: Mon, 17 Dec 2001 18:27:47 +0000
1977              Message-ID: <20011217182747.D21702@plum.flirble.org>
1978      Branch: perl
1979            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
1980 ____________________________________________________________________________
1981 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
1982         Log: Subject: [PATCH] ...while $var = glob(...)
1983              From: Robin Houston <robin@kitsite.com> 
1984              Date: Mon, 17 Dec 2001 15:51:54 +0000
1985              Message-ID: <20011217155153.A311@robin.kitsite.com>
1986      Branch: perl
1987            ! op.c
1988 ____________________________________________________________________________
1989 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
1990         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
1991              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1992              Date: Mon, 17 Dec 2001 15:23:01 +0100
1993              Message-ID: <20011217152301.A704@rafael>
1994      Branch: perl
1995            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
1996 ____________________________________________________________________________
1997 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
1998         Log: The system() vs $SIG{ARLM} is no more a todo.
1999      Branch: perl
2000            ! t/op/alarm.t
2001 ____________________________________________________________________________
2002 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
2003         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
2004              From: Michael G Schwern <schwern@pobox.com>
2005              Date: Sun, 16 Dec 2001 23:59:01 -0500
2006              Message-ID: <20011217045901.GL17232@blackrider>
2007      Branch: perl
2008            + t/op/alarm.t
2009            ! MANIFEST
2010 ____________________________________________________________________________
2011 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
2012         Log: s/UNIX/Unix/
2013      Branch: perl
2014            ! MANIFEST
2015 ____________________________________________________________________________
2016 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
2017         Log: Move ExtUtils tests to lib/ExtUtils/t.
2018      Branch: perl
2019            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
2020            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
2021            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
2022            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
2023            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
2024            + lib/ExtUtils/t/testlib.t
2025            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
2026            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
2027            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
2028            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
2029            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
2030            ! MANIFEST
2031 ____________________________________________________________________________
2032 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
2033         Log: Subject: [PATCH] MM_Unix tests, and some questions
2034              From: Tels <perl_dummy@bloodgate.com>
2035              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
2036              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
2037              
2038              Subject: Re: [PATCH] MM_Unix tests, and some questions
2039              From: Tels <perl_dummy@bloodgate.com>
2040              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
2041              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
2042      Branch: perl
2043            + lib/ExtUtils/MM_Unix.t
2044            ! MANIFEST lib/ExtUtils/MM_Unix.pm
2045 ____________________________________________________________________________
2046 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
2047         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
2048              From: Michael G Schwern <schwern@pobox.com>
2049              Date: Sun, 16 Dec 2001 17:53:55 -0500
2050              Message-ID: <20011216225354.GE8900@blackrider>
2051      Branch: perl
2052            ! lib/ExtUtils/MM_Unix.pm
2053 ____________________________________________________________________________
2054 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
2055         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
2056              From: Michael G Schwern <schwern@pobox.com>                
2057              Date: Sun, 16 Dec 2001 16:12:55 -0500
2058              Message-ID: <20011216211255.GV8900@blackrider>
2059      Branch: perl
2060            ! ext/B/B/Deparse.pm
2061 ____________________________________________________________________________
2062 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
2063         Log: Subject: [PATCH] Exporter.pm
2064              From: Nicholas Clark <nick@ccl4.org>
2065              Date: Sun, 16 Dec 2001 19:24:25 +0000
2066              Message-ID: <20011216192425.R21702@plum.flirble.org>
2067      Branch: perl
2068            ! lib/Exporter.pm
2069 ____________________________________________________________________________
2070 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
2071         Log: Subject: [PATCH] Exporter.t (and question)
2072              From: Nicholas Clark <nick@ccl4.org>
2073              Date: Sun, 16 Dec 2001 17:24:55 +0000
2074              Message-ID: <20011216172455.P21702@plum.flirble.org>
2075      Branch: perl
2076            ! lib/Exporter.t
2077 ____________________________________________________________________________
2078 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
2079         Log: Subject: Re: perl@13661
2080              From: "John P. Linderman" <jpl@research.att.com>              
2081              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
2082              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
2083      Branch: perl
2084            ! pp_sort.c
2085 ____________________________________________________________________________
2086 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
2087         Log: Subject: Will the real Unicode encoding please stand up?
2088              From: Jeffrey Friedl <jfriedl@yahoo.com>
2089              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
2090              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
2091      Branch: perl
2092            ! pod/perluniintro.pod
2093 ____________________________________________________________________________
2094 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
2095         Log: Integrate perlio; interruptable system().
2096      Branch: perl
2097           !> util.c
2098 ____________________________________________________________________________
2099 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
2100         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
2101              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
2102              and characters beyond 0x10FFF should be disallowed, too,
2103              but some tests would need changing, but more importantly some
2104              APIs would need remodeling since one can easily generate such
2105              characters either by bitwise complements, tr complements, or
2106              v-strings.
2107      Branch: perl
2108            ! pod/perldiag.pod utf8.c
2109 ____________________________________________________________________________
2110 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
2111         Log: Make surrogates illegal also on EBCDIC.
2112      Branch: perl
2113            ! utf8.c
2114 ____________________________________________________________________________
2115 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
2116         Log: Subject: [patch @13687] Unicode::Collate 0.10
2117              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
2118              Date: Sun, 16 Dec 2001 21:22:12 +0900
2119              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
2120      Branch: perl
2121            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
2122            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
2123 ____________________________________________________________________________
2124 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
2125         Log: More documentation for the encoding pragma.
2126      Branch: perl
2127            ! lib/encoding.pm
2128 ____________________________________________________________________________
2129 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
2130         Log: Subject: [PATCH] lib/open.pm 
2131              From: Jeffrey Friedl <jfriedl@yahoo.com>
2132              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
2133              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
2134      Branch: perl
2135            ! lib/open.pm
2136 ____________________________________________________________________________
2137 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
2138         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
2139              From: chromatic <chromatic@rmci.net>
2140              Date: Sat, 15 Dec 2001 23:24:40 -0700
2141              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
2142      Branch: perl
2143            + lib/ExtUtils/Installed.t
2144            ! MANIFEST
2145 ____________________________________________________________________________
2146 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
2147         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
2148              From: Michael G Schwern <schwern@pobox.com>
2149              Date: Sun, 16 Dec 2001 01:14:00 -0500
2150              Message-ID: <20011216061400.GC8900@blackrider>
2151      Branch: perl
2152            ! lib/diagnostics.pm
2153 ____________________________________________________________________________
2154 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
2155         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
2156              From: Michael G Schwern <schwern@pobox.com>
2157              Date: Sun, 16 Dec 2001 01:12:42 -0500
2158              Message-ID: <20011216061242.GB8900@blackrider>
2159      Branch: perl
2160            ! t/test.pl
2161 ____________________________________________________________________________
2162 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
2163         Log: I sometimes outsmart myself.
2164      Branch: perl
2165            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
2166 ____________________________________________________________________________
2167 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
2168         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
2169              From: Michael G Schwern <schwern@pobox.com>
2170              Date: Sat, 15 Dec 2001 15:08:29 -0500
2171              Message-ID: <20011215200829.GK1548@blackrider>
2172      Branch: perl
2173            ! lib/AutoSplit.pm
2174 ____________________________________________________________________________
2175 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
2176         Log: perlunicode enchancements suggested by Jeffrey Friedl.
2177      Branch: perl
2178            ! pod/perlunicode.pod
2179 ____________________________________________________________________________
2180 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
2181         Log: Subject: [PATCH] perlunicode.pod
2182              From: Jeffrey Friedl <jfriedl@yahoo.com>
2183              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
2184              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
2185      Branch: perl
2186            ! pod/perlunicode.pod
2187 ____________________________________________________________________________
2188 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
2189         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
2190              From: Jeffrey Friedl <jfriedl@yahoo.com>
2191              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
2192              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
2193      Branch: perl
2194            ! lib/utf8_heavy.pl
2195 ____________________________________________________________________________
2196 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
2197         Log: Can't create surrogates; so can't match them, either.
2198      Branch: perl
2199            ! pod/perlunicode.pod
2200 ____________________________________________________________________________
2201 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
2202         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
2203              From: Michael G Schwern <schwern@pobox.com>
2204              Date: Sat, 15 Dec 2001 21:20:35 -0500
2205              Message-ID: <20011216022035.GE5672@blackrider>
2206      Branch: perl
2207            ! t/test.pl
2208 ____________________________________________________________________________
2209 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
2210         Log: Make creating UTF-8 surrogates a punishable act.
2211      Branch: perl
2212            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
2213 ____________________________________________________________________________
2214 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
2215         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
2216      Branch: perl
2217            + lib/unicore/In/172.pl lib/unicore/In/173.pl
2218            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
2219            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
2220            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
2221            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
2222            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
2223 ____________________________________________________________________________
2224 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
2225         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
2226              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2227              Date: Sat, 15 Dec 2001 23:21:43 +0100
2228              Message-ID: <20011215232143.A11790@rafael>
2229      Branch: perl
2230            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
2231 ____________________________________________________________________________
2232 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
2233         Log: Make charnames more robust.
2234      Branch: perl
2235            ! lib/charnames.pm
2236 ____________________________________________________________________________
2237 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
2238         Log: The hoops one has to jump through.
2239      Branch: perl
2240            ! ext/I18N/Langinfo/Langinfo.pm
2241 ____________________________________________________________________________
2242 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
2243         Log: Subject: [PATCH] perlstyle.pod nit on warnings
2244              From: Autrijus Tang <autrijus@egb.elixus.org>
2245              Date: Sat, 15 Dec 2001 04:24:34 -0800
2246              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
2247      Branch: perl
2248            ! pod/perlstyle.pod
2249 ____________________________________________________________________________
2250 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
2251         Log: I don't think we are in FooOS, Toto.
2252      Branch: perl
2253            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
2254 ____________________________________________________________________________
2255 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
2256         Log: Subject: Re: Untested modules update:  There's more than we thought
2257              From: chromatic <chromatic@rmci.net>
2258              Date: Fri, 14 Dec 2001 17:20:24 -0700
2259              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
2260      Branch: perl
2261            + lib/ExtUtils/MM_Cygwin.t
2262            ! MANIFEST
2263 ____________________________________________________________________________
2264 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
2265         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
2266              From: Michael G Schwern <schwern@pobox.com> 
2267              Date: Fri, 14 Dec 2001 20:59:42 -0500
2268              Message-ID: <20011215015942.GF28596@blackrider>
2269      Branch: perl
2270            ! t/TEST
2271 ____________________________________________________________________________
2272 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
2273         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
2274              From: Michael G Schwern <schwern@pobox.com> 
2275              Date: Fri, 14 Dec 2001 20:03:46 -0500
2276              Message-ID: <20011215010346.GD28596@blackrider>
2277      Branch: perl
2278            + ext/B/t/bblock.t
2279            ! MANIFEST
2280 ____________________________________________________________________________
2281 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
2282         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
2283              From: Michael G Schwern <schwern@pobox.com> 
2284              Date: Fri, 14 Dec 2001 19:59:13 -0500
2285              Message-ID: <20011215005913.GC28596@blackrider>
2286      Branch: perl
2287            ! ext/B/B/Bblock.pm
2288 ____________________________________________________________________________
2289 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
2290         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
2291              From: Michael G Schwern <schwern@pobox.com> 
2292              Date: Fri, 14 Dec 2001 19:36:12 -0500
2293              Message-ID: <20011215003611.GA28596@blackrider>
2294      Branch: perl
2295            + ext/B/t/asmdata.t
2296            ! MANIFEST
2297 ____________________________________________________________________________
2298 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
2299         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
2300              From: Michael G Schwern <schwern@pobox.com> 
2301              Date: Fri, 14 Dec 2001 19:14:14 -0500
2302              Message-ID: <20011215001414.GA25077@blackrider>
2303      Branch: perl
2304            ! bytecode.pl ext/B/B/Asmdata.pm
2305 ____________________________________________________________________________
2306 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
2307         Log: Permissions.
2308      Branch: perl
2309            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
2310            ! ext/Devel/PPPort/module3.c
2311 ____________________________________________________________________________
2312 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
2313         Log: Benchmark test from Nicholas Clark.
2314      Branch: perl
2315            + lib/Benchmark.t
2316            ! MANIFEST lib/Benchmark.pm
2317 ____________________________________________________________________________
2318 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
2319         Log: Mithing.
2320      Branch: perl
2321            + lib/Attribute/Handlers/demo/demo2.pl
2322            + lib/Attribute/Handlers/demo/demo3.pl
2323            + lib/Attribute/Handlers/demo/demo4.pl
2324 ____________________________________________________________________________
2325 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
2326         Log: Silence compiler worries found by Schwern/Digital cc.
2327      Branch: perl
2328            ! perlio.c sv.c x2p/str.c
2329 ____________________________________________________________________________
2330 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
2331         Log: User may not have a valid home directory even if
2332              getpwuid() succedds.
2333      Branch: perl
2334            ! ext/File/Glob/t/basic.t
2335 ____________________________________________________________________________
2336 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
2337         Log: Integrate with perlio.  (No changes, but that's okay.)
2338      Branch: perl
2339           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
2340 ____________________________________________________________________________
2341 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
2342         Log: Add a Configure hints file for VOS: the POSIX support
2343              of VOS is getting close to the point where it can run
2344              Configure (some Configure tweaks will be required).
2345      Branch: perl
2346            + hints/vos.sh
2347            ! MANIFEST
2348 ____________________________________________________________________________
2349 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
2350         Log: Update Changes.
2351      Branch: perl
2352            ! Changes patchlevel.h
2353 ____________________________________________________________________________
2354 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
2355         Log: Reintroduce Attribute::Handlers with Spider's fixes.
2356      Branch: perl
2357            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
2358            + lib/Attribute/Handlers/README
2359            + lib/Attribute/Handlers/demo/Demo.pm
2360            + lib/Attribute/Handlers/demo/Descriptions.pm
2361            + lib/Attribute/Handlers/demo/MyClass.pm
2362            + lib/Attribute/Handlers/demo/demo.pl
2363            + lib/Attribute/Handlers/demo/demo_call.pl
2364            + lib/Attribute/Handlers/demo/demo_chain.pl
2365            + lib/Attribute/Handlers/demo/demo_cycle.pl
2366            + lib/Attribute/Handlers/demo/demo_hashdir.pl
2367            + lib/Attribute/Handlers/demo/demo_phases.pl
2368            + lib/Attribute/Handlers/demo/demo_range.pl
2369            + lib/Attribute/Handlers/demo/demo_rawdata.pl
2370            + lib/Attribute/Handlers/t/multi.t
2371            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
2372 ____________________________________________________________________________
2373 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
2374         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
2375              From: Michael G Schwern <schwern@pobox.com> 
2376              Date: Thu, 13 Dec 2001 19:27:08 -0500
2377              Message-ID: <20011214002707.GA10532@blackrider>
2378              
2379              (reword the perlrun -t description a bit,
2380              and move the Itaint_warn to the bottom of
2381              the intrpvar.h for binary compatibility)
2382      Branch: perl
2383            + t/run/switcht.t
2384            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
2385            ! perlapi.h pod/perlrun.pod t/TEST taint.c
2386 ____________________________________________________________________________
2387 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
2388         Log: Detypo.
2389      Branch: perl
2390            ! utf8.c
2391 ____________________________________________________________________________
2392 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
2393         Log: Buffer overflow checks.
2394      Branch: perl
2395            ! utf8.c
2396 ____________________________________________________________________________
2397 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
2398         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
2399              From: Spider Boardman <spider@leggy.zk3.dec.com>
2400              Date: Thu, 13 Dec 2001 15:32:51 -0500
2401              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
2402      Branch: perl
2403            ! lib/ExtUtils/Embed.t
2404 ____________________________________________________________________________
2405 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
2406         Log: More on the Unicode "line" definition.
2407      Branch: perl
2408            ! pod/perlunicode.pod
2409 ____________________________________________________________________________
2410 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
2411         Log: Open-ended VERSION?
2412      Branch: perl
2413            ! lib/ExtUtils/Install.pm
2414 ____________________________________________________________________________
2415 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
2416         Log: Subject: [PATCH] Better make distclean
2417              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2418              Date: Thu, 13 Dec 2001 21:10:18 +0100
2419              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
2420      Branch: perl
2421            ! Makefile.SH
2422 ____________________________________________________________________________
2423 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
2424         Log: Remove Memoize::Saves as requested by mjd.
2425      Branch: perl
2426            - lib/Memoize/Saves.pm
2427            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
2428 ____________________________________________________________________________
2429 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
2430         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
2431              From: Michael G Schwern <schwern@pobox.com>
2432              Date: Tue, 11 Dec 2001 23:17:32 -0500
2433              Message-ID: <20011212041732.GS17250@blackrider>
2434      Branch: perl
2435            ! lib/ExtUtils/Install.pm
2436 ____________________________________________________________________________
2437 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
2438         Log: Subject: [PATCH] Re: use utf8; with bad utf8
2439              From: Nicholas Clark <nick@ccl4.org>
2440              Date: Thu, 13 Dec 2001 17:09:39 +0000
2441              Message-ID: <20011213170939.L21702@plum.flirble.org>
2442      Branch: perl
2443            ! t/lib/1_compile.t
2444 ____________________________________________________________________________
2445 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
2446         Log: Subject: (LONG!) Sort benchmarks and patch
2447              From: "John P. Linderman" <jpl@research.att.com>
2448              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
2449              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
2450      Branch: perl
2451            ! pp_sort.c
2452 ____________________________________________________________________________
2453 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
2454         Log: Unadorned numbers evil.
2455      Branch: perl
2456            ! pp.c regcomp.c regexec.c utf8.c utf8.h
2457 ____________________________________________________________________________
2458 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
2459         Log: "preprocessing directive not recognized within macro arg"
2460      Branch: perl
2461            ! ext/Data/Dumper/Dumper.xs
2462 ____________________________________________________________________________
2463 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
2464         Log: Subject: Clarifying the documentation of goto            
2465              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
2466              Date: Thu, 13 Dec 2001 08:57:38 -0500
2467              Message-ID: <3C18BD8B@operamail.com>
2468      Branch: perl
2469            ! pod/perlfunc.pod
2470 ____________________________________________________________________________
2471 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
2472         Log: It could be possible for the case-insensitive
2473              Unicode-aware string comparison to wander off
2474              to the la-la land.
2475      Branch: perl
2476            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
2477            ! regexec.c utf8.c
2478 ____________________________________________________________________________
2479 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
2480         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
2481              From: Michael G Schwern <schwern@pobox.com> 
2482              Date: Wed, 12 Dec 2001 21:53:46 -0500
2483              Message-ID: <20011213025346.GH25129@blackrider>
2484      Branch: perl
2485            ! lib/Net/hostent.t t/op/stat.t t/test.pl
2486 ____________________________________________________________________________
2487 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
2488         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
2489              From: Michael G Schwern <schwern@pobox.com> 
2490              Date: Wed, 12 Dec 2001 20:33:42 -0500
2491              Message-ID: <20011213013342.GX25129@blackrider>
2492      Branch: perl
2493            ! t/io/fs.t
2494 ____________________________________________________________________________
2495 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
2496         Log: Subject: Re: [PATCH] use utf8; tests
2497              From: Nicholas Clark <nick@ccl4.org>
2498              Date: Thu, 13 Dec 2001 00:16:58 +0000
2499              Message-ID: <20011213001658.I21702@plum.flirble.org>
2500      Branch: perl
2501            ! lib/utf8.t
2502 ____________________________________________________________________________
2503 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
2504         Log: EPOC fixes from Olaf Flebbe.
2505      Branch: perl
2506            ! README.epoc epoc/config.sh epoc/createpkg.pl
2507            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
2508 ____________________________________________________________________________
2509 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
2510         Log: Subject: [PATCH perl@13661] VMS test fix-ups
2511              From: "Craig A. Berry" <craigberry@mac.com>
2512              Date: Wed, 12 Dec 2001 16:27:48 -0600
2513              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
2514      Branch: perl
2515            ! lib/Net/hostent.t t/io/fs.t
2516 ____________________________________________________________________________
2517 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
2518         Log: Subject: Re: Next cygwin round.
2519              From: "Gerrit P. Haase" <gp@familiehaase.de>
2520              Date: Wed, 12 Dec 2001 21:59:00 +0100
2521              Message-ID: <122343874595.20011212215900@familiehaase.de>
2522      Branch: perl
2523            ! t/io/fs.t
2524 ____________________________________________________________________________
2525 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
2526         Log: Subject: [PATCH] use utf8; tests
2527              From: Nicholas Clark <nick@ccl4.org>
2528              Date: Wed, 12 Dec 2001 20:07:04 +0000
2529              Message-ID: <20011212200704.E21702@plum.flirble.org>
2530      Branch: perl
2531            ! lib/utf8.t t/test.pl
2532 ____________________________________________________________________________
2533 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
2534         Log: Update Changes.
2535      Branch: perl
2536            ! Changes patchlevel.h
2537 ____________________________________________________________________________
2538 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
2539         Log: Subject: [PATCH] Passing in env to perl_parse did not work
2540              From: Gisle Aas <gisle@ActiveState.com>
2541              Date: 11 Dec 2001 20:52:57 -0800
2542              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
2543      Branch: perl
2544            ! perl.c perl.h
2545 ____________________________________________________________________________
2546 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
2547         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
2548              mostly gcc -Wall complaining about the argument of %p not
2549              being a void *.
2550      Branch: perl
2551            ! perlio.c regcomp.c taint.c toke.c
2552 ____________________________________________________________________________
2553 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
2554         Log: Try YP/NIS also from /usr/lib/yp.
2555      Branch: perl
2556            ! Configure
2557 ____________________________________________________________________________
2558 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
2559         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
2560              From: Michael G Schwern <schwern@pobox.com>                
2561              Date: Wed, 12 Dec 2001 05:27:02 -0500      
2562              Message-ID: <20011212102702.GW17250@blackrider>
2563              
2564              (the op/grent part)
2565      Branch: perl
2566            ! t/op/grent.t
2567 ____________________________________________________________________________
2568 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
2569         Log: Weed out .files from ls and readdir() results.
2570      Branch: perl
2571            ! t/op/stat.t
2572 ____________________________________________________________________________
2573 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
2574         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
2575              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
2576              Date: Wed, 12 Dec 2001 10:52:21 +0100
2577              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
2578      Branch: perl
2579            ! lib/File/Find.pm
2580 ____________________________________________________________________________
2581 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
2582         Log: Subject: [PATCH] doio fatal on cygwin for 13651
2583              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
2584              Date: Wed, 12 Dec 2001 11:28:13 +0100      
2585              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
2586      Branch: perl
2587            ! doio.c
2588 ____________________________________________________________________________
2589 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
2590         Log: Get the whole line of ls, makes debugging easier
2591              (from Schwern)
2592      Branch: perl
2593            ! t/op/stat.t
2594 ____________________________________________________________________________
2595 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
2596         Log: rename() must be tested even without link()
2597              or the utime() and rename-directory tests fail.
2598              (Also got the BeOS utime atime/time the wrong way round.)
2599      Branch: perl
2600            ! t/io/fs.t
2601 ____________________________________________________________________________
2602 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
2603         Log: Now that the beos.c is compiled at the main level
2604              the header is in the beos/
2605      Branch: perl
2606            ! beos/beos.c
2607 ____________________________________________________________________________
2608 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
2609         Log: Must remember to require Socket.
2610      Branch: perl
2611            ! ext/Sys/Syslog/syslog.t
2612 ____________________________________________________________________________
2613 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
2614         Log: In BeOS Errno must resort to actual compilation
2615              and execution for some of the error constants.
2616      Branch: perl
2617            ! ext/Errno/Errno_pm.PL
2618 ____________________________________________________________________________
2619 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
2620         Log: BeOS still has no good sockets.
2621      Branch: perl
2622            ! ext/IO/lib/IO/t/io_sel.t
2623 ____________________________________________________________________________
2624 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
2625         Log: BeOS sockets are not true sockets.
2626      Branch: perl
2627            ! ext/IO/lib/IO/t/io_poll.t
2628 ____________________________________________________________________________
2629 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
2630         Log: No Socket, no Syslog.
2631      Branch: perl
2632            ! ext/Sys/Syslog/syslog.t
2633 ____________________________________________________________________________
2634 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
2635         Log: (On some platforms) missing truncate FH.
2636      Branch: perl
2637            ! pod/perltodo.pod
2638 ____________________________________________________________________________
2639 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
2640         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
2641              and vms would be muchly appreciated.
2642      Branch: perl
2643            ! t/io/fs.t
2644 ____________________________________________________________________________
2645 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
2646         Log: utime() updates only the mtime in BeOS. 
2647      Branch: perl
2648            ! pod/perlport.pod
2649 ____________________________________________________________________________
2650 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
2651         Log: No link(), no need to dSP.
2652      Branch: perl
2653            ! pp_sys.c
2654 ____________________________________________________________________________
2655 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
2656         Log: Missing argument.
2657      Branch: perl
2658            ! utf8.c
2659 ____________________________________________________________________________
2660 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
2661         Log: (1) To assume any setuid programs is silly.
2662              (2) Chaining tests with booleans means that some
2663              of them may not get run which means getting out
2664              of test count sync.
2665      Branch: perl
2666            ! t/op/stat.t
2667 ____________________________________________________________________________
2668 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
2669         Log: The beos.c needs to be in the main directory.
2670      Branch: perl
2671            ! hints/beos.sh
2672 ____________________________________________________________________________
2673 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
2674         Log: Detypo and rename.
2675      Branch: perl
2676            ! doio.c perl.h perlio.c perliol.h
2677 ____________________________________________________________________________
2678 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
2679         Log: This time I test compiled.  Honest.
2680      Branch: perl
2681            ! beos/beos.c
2682 ____________________________________________________________________________
2683 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
2684         Log: Subject: [PATCH] slightly more pack tests
2685              From: Nicholas Clark <nick@ccl4.org>
2686              Date: Tue, 11 Dec 2001 23:41:23 +0000
2687              Message-ID: <20011211234123.Y21702@plum.flirble.org>
2688      Branch: perl
2689            ! t/op/pack.t
2690 ____________________________________________________________________________
2691 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
2692         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
2693              From: "Craig A. Berry" <craigberry@mac.com>
2694              Date: Tue, 11 Dec 2001 16:39:13 -0600
2695              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
2696      Branch: perl
2697            ! configure.com
2698 ____________________________________________________________________________
2699 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
2700         Log: Subject: $Config{perlpath} and -Dversiononly
2701              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2702              Date: Tue, 11 Dec 2001 23:32:33 +0100
2703              Message-ID: <20011211233233.A11587@rafael>
2704      Branch: perl
2705            ! Configure
2706 ____________________________________________________________________________
2707 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
2708         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
2709              From: Nicholas Clark <nick@ccl4.org>
2710              Date: Tue, 11 Dec 2001 21:59:36 +0000
2711              Message-ID: <20011211215935.W21702@plum.flirble.org>
2712      Branch: perl
2713            ! t/op/pack.t
2714 ____________________________________________________________________________
2715 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
2716         Log: More UTF-8 API docs.
2717      Branch: perl
2718            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
2719 ____________________________________________________________________________
2720 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
2721         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
2722              From: Nicholas Clark <nick@ccl4.org>
2723              Date: Tue, 11 Dec 2001 20:08:59 +0000
2724              Message-ID: <20011211200859.S21702@plum.flirble.org>
2725      Branch: perl
2726            ! t/op/pack.t
2727 ____________________________________________________________________________
2728 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
2729         Log: Subject: Re: use utf8; with bad utf8
2730              From: Nicholas Clark <nick@ccl4.org>
2731              Date: Tue, 11 Dec 2001 19:49:21 +0000
2732              Message-ID: <20011211194921.R21702@plum.flirble.org>
2733      Branch: perl
2734            ! lib/utf8.t
2735 ____________________________________________________________________________
2736 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
2737         Log: Can't spell worth a dam.  (Try Three Gorges.)
2738      Branch: perl
2739            ! beos/beos.c
2740 ____________________________________________________________________________
2741 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
2742         Log: We need DWIM cpps.
2743      Branch: perl
2744            ! perlio.c
2745 ____________________________________________________________________________
2746 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
2747         Log: The unixish.h needs to be found and the waitpid wrapper
2748              could use a proto.
2749      Branch: perl
2750            ! beos/beosish.h
2751 ____________________________________________________________________________
2752 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
2753         Log: The BeOS waitpid() seems to be broken,
2754              have a wrapper for it.
2755      Branch: perl
2756            + beos/beos.c beos/beosish.h
2757            ! MANIFEST hints/beos.sh perl.h
2758 ____________________________________________________________________________
2759 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
2760         Log: Unlean the leaning tower of Babel.
2761      Branch: perl
2762            ! perl.h
2763 ____________________________________________________________________________
2764 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
2765         Log: Retract #13607 until we figure out what to do with autouse.
2766      Branch: perl
2767            ! lib/Carp.pm
2768 ____________________________________________________________________________
2769 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
2770         Log: Try to handle platforms that have O_TEXT != O_BINARY but
2771              which are not DOSish, BeOS being one of such platforms.
2772              Ideally this should be a Configure test, not a hardwired
2773              cpp symbol test... 
2774      Branch: perl
2775            ! doio.c perl.h perlio.c perliol.h
2776 ____________________________________________________________________________
2777 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
2778         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
2779              From: Jonathan Stowe <gellyfish@gellyfish.com>
2780              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
2781              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
2782      Branch: perl
2783            ! lib/Term/Cap.pm lib/Term/Cap.t
2784 ____________________________________________________________________________
2785 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
2786         Log: Subject: [patch perlio.c] test for NULL before derefencing
2787              From: Stas Bekman <stas@stason.org>
2788              Date: Tue, 11 Dec 2001 16:17:55 +0800
2789              Message-ID: <3C15C133.8@stason.org>
2790      Branch: perl
2791            ! perlio.c
2792 ____________________________________________________________________________
2793 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
2794         Log: BeOS has socket() but not enough to build a working Socket.
2795              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
2796              new networking implementation, which is rumored to fix the
2797              non-standardness of sockets, but it's apparently not publicly
2798              available, and anything to do with BeOS has become quite
2799              complicated with the sale of the Be assets to Palm.)
2800      Branch: perl
2801            ! Configure
2802 ____________________________________________________________________________
2803 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
2804         Log: Subject: Exporter's documentation shouldn't lie               
2805              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
2806              Date: Mon, 10 Dec 2001 21:30:20 -0500
2807              Message-ID: <3C4AA201@operamail.com>
2808      Branch: perl
2809            ! lib/Exporter.pm
2810 ____________________________________________________________________________
2811 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
2812         Log: Make Errno better in BeOS (the second hunk is
2813              good on any platform).  Still not working in BeOS
2814              are the E constants that refer BeOS native error
2815              constants (B_...) which are enums (*groan*).
2816      Branch: perl
2817            ! ext/Errno/Errno_pm.PL
2818 ____________________________________________________________________________
2819 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
2820         Log: The BeOS linker seems to link the last seen symbol,
2821              not the first (so the symbols of op.o from libperl.so
2822              would get linked to miniperl instead of the symbols of
2823              opmini.o)-- use the same trick as for NeXT4 for linking
2824              miniperl.
2825      Branch: perl
2826            ! Makefile.SH
2827 ____________________________________________________________________________
2828 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
2829         Log: Subject: Re: [PATCH] tests for hash assignment
2830              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2831              Date: Tue, 11 Dec 2001 01:48:55 +0000
2832              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
2833      Branch: perl
2834            ! utf8.c
2835 ____________________________________________________________________________
2836 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
2837         Log: (retracted by #13622)
2838              
2839              Subject: RE: More verbose POD for Carp
2840              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
2841              Date: Mon, 10 Dec 2001 20:23:20 -0500
2842              Message-ID: <3C4A3566@operamail.com>
2843      Branch: perl
2844            ! lib/Carp.pm
2845 ____________________________________________________________________________
2846 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
2847         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
2848              From: "Craig A. Berry" <craigberry@mac.com>
2849              Date: Mon, 10 Dec 2001 18:25:37 -0600
2850              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
2851      Branch: perl
2852            ! t/op/write.t t/test.pl
2853 ____________________________________________________________________________
2854 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
2855         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
2856              From: Michael G Schwern <schwern@pobox.com>
2857              Date: Mon, 10 Dec 2001 08:00:01 -0500
2858              Message-ID: <20011210130000.GK1770@blackrider>
2859      Branch: perl
2860            ! t/comp/multiline.t
2861 ____________________________________________________________________________
2862 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
2863         Log: Subject: Re: [PATCH] tests for hash assignment
2864              From: Nicholas Clark <nick@ccl4.org>
2865              Date: Mon, 10 Dec 2001 23:22:28 +0000
2866              Message-ID: <20011210232228.M21702@plum.flirble.org>
2867      Branch: perl
2868            + t/op/hashassign.t
2869            ! MANIFEST t/op/each.t t/test.pl
2870 ____________________________________________________________________________
2871 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
2872         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
2873              From: "Craig A. Berry" <craigberry@mac.com>
2874              Date: Mon, 10 Dec 2001 16:38:14 -0600
2875              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
2876      Branch: perl
2877            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
2878 ____________________________________________________________________________
2879 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
2880         Log: Subject: [PATCH perl@13600] configure.com fixes
2881              From: "Craig A. Berry" <craigberry@mac.com>
2882              Date: Mon, 10 Dec 2001 14:40:20 -0600
2883              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
2884      Branch: perl
2885            ! configure.com
2886 ____________________________________________________________________________
2887 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
2888         Log: Silence BeOS compilation moaning.
2889      Branch: perl
2890            ! perl.h
2891 ____________________________________________________________________________
2892 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
2893         Log: Update Changes.
2894      Branch: perl
2895            ! Changes patchlevel.h
2896 ____________________________________________________________________________
2897 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
2898         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
2899              From: Michael G Schwern <schwern@pobox.com>
2900              Date: Mon, 10 Dec 2001 01:21:03 -0500
2901              Message-ID: <20011210062103.GC1770@blackrider>
2902      Branch: perl
2903            ! lib/ExtUtils/Command.t
2904 ____________________________________________________________________________
2905 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
2906         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
2907              From: Michael G Schwern <schwern@pobox.com>
2908              Date: Mon, 10 Dec 2001 01:10:57 -0500
2909              Message-ID: <20011210061057.GB1770@blackrider>
2910      Branch: perl
2911            ! t/op/groups.t
2912 ____________________________________________________________________________
2913 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
2914         Log: Retract #13596, #13593 should do the trick.
2915      Branch: perl
2916            ! t/op/stat.t
2917 ____________________________________________________________________________
2918 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
2919         Log: (retracted by #13597, #13593 does the job better)
2920              
2921              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
2922              From: Michael G Schwern <schwern@pobox.com>
2923              Date: Mon, 10 Dec 2001 00:53:16 -0500
2924              Message-ID: <20011210055316.GA1770@blackrider>
2925      Branch: perl
2926            ! t/op/stat.t
2927 ____________________________________________________________________________
2928 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
2929         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
2930              From: Michael G Schwern <schwern@pobox.com> 
2931              Date: Mon, 10 Dec 2001 02:19:14 -0500
2932              Message-ID: <20011210071914.GF1770@blackrider>
2933      Branch: perl
2934            ! lib/AutoSplit.t
2935 ____________________________________________________________________________
2936 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
2937         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
2938              From: Michael G Schwern <schwern@pobox.com>
2939              Date: Mon, 10 Dec 2001 02:47:40 -0500
2940              Message-ID: <20011210074739.GH1770@blackrider>
2941      Branch: perl
2942            ! t/op/pack.t
2943 ____________________________________________________________________________
2944 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
2945         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
2946              From: Michael G Schwern <schwern@pobox.com>
2947              Date: Mon, 10 Dec 2001 02:54:22 -0500
2948              Message-ID: <20011210075422.GI1770@blackrider>
2949      Branch: perl
2950            ! t/test.pl
2951 ____________________________________________________________________________
2952 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
2953         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
2954              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
2955              Date: Mon, 10 Dec 2001 08:45:20 +0100
2956              Message-ID: <3C146810.60B5B7C0@alcatel.at>
2957      Branch: perl
2958            ! pp_pack.c
2959 ____________________________________________________________________________
2960 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
2961         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
2962              From: Michael G Schwern <schwern@pobox.com>
2963              Date: Mon, 10 Dec 2001 03:27:02 -0500
2964              Message-ID: <20011210082702.GN1770@blackrider>
2965      Branch: perl
2966            ! t/io/openpid.t
2967 ____________________________________________________________________________
2968 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
2969         Log: More chmod +w.
2970      Branch: perl
2971            ! Porting/makerel
2972 ____________________________________________________________________________
2973 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
2974         Log: Just skip the readability test if running as root.
2975      Branch: perl
2976            ! lib/Net/t/netrc.t
2977 ____________________________________________________________________________
2978 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
2979         Log: Tell about the downside of safe signals.
2980      Branch: perl
2981            ! pod/perldelta.pod
2982 ____________________________________________________________________________
2983 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
2984         Log: Make the whole -lperl thing NetBSD only until we
2985              find some other platform that needs the same.
2986      Branch: perl
2987            ! lib/ExtUtils/MM_Unix.pm
2988 ____________________________________________________________________________
2989 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
2990         Log: Subject: [PATCH t/op/pack.t] Cleanup
2991              From: Michael G Schwern <schwern@pobox.com> 
2992              Date: Sun, 9 Dec 2001 23:08:26 -0500
2993              Message-ID: <20011210040826.GD660@blackrider>
2994      Branch: perl
2995            ! t/op/pack.t
2996 ____________________________________________________________________________
2997 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
2998         Log: Add threads support for NetBSD.
2999              
3000              This is also the first (I think) Perl threads build with
3001              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
3002              NetBSD does not as of yet have true kernel POSIX threads,
3003              but the user-level pth seems to be doing pretty well--
3004              the only failure is that threads/t/basic okays 6 and 7
3005              consistently seem be arriving in the reverse order.
3006              Well, gdbm.t is also failing: 'Undefined PLT symbol
3007              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
3008              guessing that GDBM would need a threaded rebuild.
3009      Branch: perl
3010            ! hints/netbsd.sh
3011 ____________________________________________________________________________
3012 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
3013         Log: Update the ithreads selection info in Configure,
3014              as suggested by Michael Schwern.
3015      Branch: perl
3016            ! Configure
3017 ____________________________________________________________________________
3018 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
3019         Log: Clearing locale environment simply doesn't seem to
3020              guarantee that (nl_)langinfo(CODESET) would return nil.
3021              (I for example get "ISO8859-1", so <guess>maybe there can
3022              be per-system default settings at work</guess>.)
3023      Branch: perl
3024            ! lib/open.t
3025 ____________________________________________________________________________
3026 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
3027         Log: Subject: RE: Exporter fixes reversed in 13540?
3028              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
3029              Date: Sun, 9 Dec 2001 12:55:15 -0500
3030              Message-ID: <3C13F455@operamail.com>
3031      Branch: perl
3032            ! lib/open.pm
3033 ____________________________________________________________________________
3034 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
3035         Log: Root is the lizard king.
3036      Branch: perl
3037            ! lib/Net/t/netrc.t
3038 ____________________________________________________________________________
3039 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
3040         Log: Telling how many tests we are expecting helps.
3041      Branch: perl
3042            ! ext/POSIX/t/waitpid.t
3043 ____________________________________________________________________________
3044 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
3045         Log: Add a test case for waitpid(): from Rocco Caputo.
3046      Branch: perl
3047            + ext/POSIX/t/waitpid.t
3048            ! MANIFEST
3049 ____________________________________________________________________________
3050 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
3051         Log: Subject: [PATCH] Term::ReadLine tweaks and test
3052              From: Richard Clamp <richardc@unixbeard.net>
3053              Date: Mon, 10 Dec 2001 00:51:47 +0000
3054              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
3055      Branch: perl
3056            + lib/Term/ReadLine.t
3057            ! MANIFEST lib/Term/ReadLine.pm
3058 ____________________________________________________________________________
3059 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
3060         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
3061              From: Rocco Caputo <troc@netrus.net>
3062              Date: Sun, 9 Dec 2001 18:12:38 -0500
3063              Message-ID: <20011209181238.A803@eyrie.homenet>
3064      Branch: perl
3065            ! win32/win32.c
3066 ____________________________________________________________________________
3067 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
3068         Log: make sure that va_start() has matching va_end();
3069              from OpenBSD 3.0.
3070      Branch: perl
3071            ! x2p/util.c
3072 ____________________________________________________________________________
3073 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
3074         Log: h2ph updates from OpenBSD 3.0.
3075      Branch: perl
3076            ! utils/h2ph.PL
3077 ____________________________________________________________________________
3078 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
3079         Log: OpenBSD hints update from OpenBSD 3.0.
3080      Branch: perl
3081            ! hints/openbsd.sh
3082 ____________________________________________________________________________
3083 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
3084         Log: DJGPP tweaks from Laszlo Molnar.
3085      Branch: perl
3086            ! djgpp/config.over lib/File/Find/t/find.t
3087            ! lib/File/Find/t/taint.t t/pod/find.t
3088 ____________________________________________________________________________
3089 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
3090         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
3091              From: Michael G Schwern <schwern@pobox.com> 
3092              Date: Sun, 9 Dec 2001 19:28:12 -0500
3093              Message-ID: <20011210002812.GF13586@blackrider>
3094      Branch: perl
3095            ! README.cygwin
3096 ____________________________________________________________________________
3097 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
3098         Log: README.cygwin update from Gerrit P. Haase.
3099      Branch: perl
3100            ! README.cygwin
3101 ____________________________________________________________________________
3102 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
3103         Log: Apply NetBSD patch-ag: shared/static linking,
3104              but make the change less intrusive on non-NetBSD.
3105      Branch: perl
3106            ! lib/ExtUtils/MM_Unix.pm
3107 ____________________________________________________________________________
3108 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
3109         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
3110      Branch: perl
3111            ! lib/ExtUtils/Liblist.pm
3112 ____________________________________________________________________________
3113 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
3114         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
3115      Branch: perl
3116            ! regcomp.c
3117 ____________________________________________________________________________
3118 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
3119         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
3120      Branch: perl
3121            ! pp.c
3122 ____________________________________________________________________________
3123 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
3124         Log: Apply NetBSD patch-ac.
3125              (the fix has already been done: change #9706, fully qualified
3126              pathnames in packlists)
3127      Branch: perl
3128            ! lib/ExtUtils/Install.pm
3129 ____________________________________________________________________________
3130 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
3131         Log: Apply NetBSD patch-ab: NetBSD hints update.
3132      Branch: perl
3133            ! hints/netbsd.sh
3134 ____________________________________________________________________________
3135 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
3136         Log: NetBSD has <ieeefp.h> but hidden.
3137      Branch: perl
3138            ! hints/netbsd.sh
3139 ____________________________________________________________________________
3140 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
3141         Log: Implement NetBSD patch-aa.
3142      Branch: perl
3143            ! Configure
3144 ____________________________________________________________________________
3145 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
3146         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
3147              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
3148              Date: Sun, 09 Dec 2001 13:40:58 +0100
3149              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
3150              
3151              (The lstat()s were there in 5.6.1: what happened to them?)
3152      Branch: perl
3153            ! lib/File/Find.pm
3154 ____________________________________________________________________________
3155 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
3156         Log: Quickie documentation of the C UTF-8 API.
3157      Branch: perl
3158            ! pod/perlunicode.pod
3159 ____________________________________________________________________________
3160 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
3161         Log: Subject: bleadperl on cygwin weirdness...
3162              From: "Gerrit P. Haase" <gp@familiehaase.de>
3163              Date: Sun, 9 Dec 2001 20:31:28 +0100
3164              Message-ID: <13779422183.20011209203128@familiehaase.de>          
3165              
3166              (plus libperl*.dll version portability tweaks)
3167      Branch: perl
3168            ! lib/ExtUtils/Embed.t
3169 ____________________________________________________________________________
3170 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
3171         Log: Instead of muting symbol export error if under eval,
3172              delay the errors until the croak().
3173              
3174              (replaces #13408)
3175      Branch: perl
3176            ! lib/Exporter/Heavy.pm
3177 ____________________________________________________________________________
3178 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
3179         Log: Basegroup 0 is a cygwin_nt thing.
3180      Branch: perl
3181            ! t/op/groups.t
3182 ____________________________________________________________________________
3183 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
3184         Log: Also WinME is LoseLink.
3185      Branch: perl
3186            ! t/op/stat.t
3187 ____________________________________________________________________________
3188 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
3189         Log: Forgotten checkin.
3190      Branch: perl
3191            ! lib/User/grent.t
3192 ____________________________________________________________________________
3193 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
3194         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
3195              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
3196              Date: Sun, 09 Dec 2001 13:45:06 +0100
3197              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
3198      Branch: perl
3199            ! lib/File/Find.pm
3200 ____________________________________________________________________________
3201 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
3202         Log: Tweakback.
3203      Branch: perl
3204            ! lib/Net/hostent.t
3205 ____________________________________________________________________________
3206 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
3207         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
3208              From: Michael G Schwern <schwern@pobox.com>
3209              Date: Sat, 8 Dec 2001 14:48:38 -0500
3210              Message-ID: <20011208194838.GA8650@blackrider>
3211      Branch: perl
3212            ! t/op/grent.t
3213 ____________________________________________________________________________
3214 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
3215         Log: Subject: [README.cygwin] Removing old expected test failures
3216              From: Michael G Schwern <schwern@pobox.com>
3217              Date: Sat, 8 Dec 2001 15:38:28 -0500
3218              Message-ID: <20011208203828.GB9017@blackrider>
3219      Branch: perl
3220            ! README.cygwin
3221 ____________________________________________________________________________
3222 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
3223         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
3224              From: Michael G Schwern <schwern@pobox.com>                
3225              Date: Sat, 8 Dec 2001 15:26:59 -0500
3226              Message-ID: <20011208202659.GA9017@blackrider> 
3227      Branch: perl
3228            ! lib/Net/hostent.t
3229 ____________________________________________________________________________
3230 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
3231         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
3232              From: Michael G Schwern <schwern@pobox.com> 
3233              Date: Sat, 8 Dec 2001 15:06:16 -0500
3234              Message-ID: <20011208200616.GA8915@blackrider>
3235      Branch: perl
3236            ! t/op/stat.t
3237 ____________________________________________________________________________
3238 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
3239         Log: Developer deprecations and an incompatibility.
3240      Branch: perl
3241            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
3242 ____________________________________________________________________________
3243 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
3244         Log: Shoo.
3245      Branch: perl
3246            - lib/Attribute/Handlers.pm
3247 ____________________________________________________________________________
3248 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
3249         Log: Remove Attribute::Handlers, as per Damian's request.
3250              (Because of fixing the my variables to be now handled
3251              in run-time, the whole internals of the A::H needs to
3252              be rewritten and Damian will not have time for that
3253              for months.)
3254      Branch: perl
3255            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
3256            - lib/Attribute/Handlers/demo/Demo.pm
3257            - lib/Attribute/Handlers/demo/Descriptions.pm
3258            - lib/Attribute/Handlers/demo/MyClass.pm
3259            - lib/Attribute/Handlers/demo/demo.pl
3260            - lib/Attribute/Handlers/demo/demo2.pl
3261            - lib/Attribute/Handlers/demo/demo3.pl
3262            - lib/Attribute/Handlers/demo/demo4.pl
3263            - lib/Attribute/Handlers/demo/demo_call.pl
3264            - lib/Attribute/Handlers/demo/demo_chain.pl
3265            - lib/Attribute/Handlers/demo/demo_cycle.pl
3266            - lib/Attribute/Handlers/demo/demo_hashdir.pl
3267            - lib/Attribute/Handlers/demo/demo_phases.pl
3268            - lib/Attribute/Handlers/demo/demo_range.pl
3269            - lib/Attribute/Handlers/demo/demo_rawdata.pl
3270            - lib/Attribute/Handlers/t/multi.t
3271            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
3272            ! pod/perlmodlib.pod pod/perltoc.pod
3273 ____________________________________________________________________________
3274 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
3275         Log: Subject: Re: attributes are broken
3276              From: Spider Boardman <spider@Orb.Nashua.NH.US>
3277              Date: Sun, 09 Dec 2001 00:09:23 -0500
3278              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
3279      Branch: perl
3280            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
3281            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
3282            ! xsutils.c
3283 ____________________________________________________________________________
3284 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
3285         Log: Forgotten checkin.
3286      Branch: perl
3287            ! lib/Pod/Text.pm
3288 ____________________________________________________________________________
3289 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
3290         Log: uconfig.h update.
3291      Branch: perl
3292            ! uconfig.h
3293 ____________________________________________________________________________
3294 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
3295         Log: Update Changes.
3296      Branch: perl
3297            ! Changes patchlevel.h
3298 ____________________________________________________________________________
3299 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
3300         Log: Note that some of the Unicode features are
3301              dependent on perlio.
3302      Branch: perl
3303            ! pod/perluniintro.pod
3304 ____________________________________________________________________________
3305 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
3306         Log: Regen perlapi, regen toc.
3307      Branch: perl
3308            ! pod/perlapi.pod pod/perltoc.pod
3309 ____________________________________________________________________________
3310 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
3311         Log: FAQ sync.
3312      Branch: perl
3313            ! pod/perlfaq4.pod pod/perlfaq6.pod
3314 ____________________________________________________________________________
3315 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
3316         Log: Subject: [PATCH] Fix odd language in an sv.c comment
3317              From: coral@eekeek.org
3318              Date: Sat, 8 Dec 2001 12:19:39 -0500
3319              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
3320      Branch: perl
3321            ! sv.c
3322 ____________________________________________________________________________
3323 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
3324         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
3325              From: Michael G Schwern <schwern@pobox.com>
3326              Date: Fri, 7 Dec 2001 20:03:45 -0500
3327              Message-ID: <20011208010345.GD642@blackrider>
3328              
3329              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
3330              From: Michael G Schwern <schwern@pobox.com>
3331              Date: Fri, 7 Dec 2001 20:13:54 -0500
3332              Message-ID: <20011208011354.GE642@blackrider>
3333              
3334              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
3335              From: Michael G Schwern <schwern@pobox.com>
3336              Date: Fri, 7 Dec 2001 21:47:36 -0500
3337              Message-ID: <20011208024736.GH642@blackrider>
3338              
3339              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
3340              From: Michael G Schwern <schwern@pobox.com>
3341              Date: Fri, 7 Dec 2001 23:09:43 -0500
3342              Message-ID: <20011208040943.GK642@blackrider>
3343              
3344              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
3345              Message-Id: <a05101004b83754903506@[172.16.52.1]>
3346              Date: Fri, 7 Dec 2001 23:28:15 -0600
3347              From: "Craig A. Berry" <craigberry@mac.com>
3348      Branch: perl
3349            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
3350 ____________________________________________________________________________
3351 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
3352         Log: Integrate perlio.
3353      Branch: perl
3354           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
3355           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
3356 ____________________________________________________________________________
3357 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
3358         Log: Retract #11156 since Sarathy has found that it breaks code:
3359              http://bugs.ActiveState.com/show_bug.cgi?id=18457
3360              http://bugs.ActiveState.com/show_bug.cgi?id=18858
3361      Branch: perl
3362            ! op.c sv.c t/op/pos.t
3363 ____________________________________________________________________________
3364 [ 13532] By: nick                                  on 2001/12/08  14:11:12
3365         Log: Integrate mainline
3366      Branch: perlio
3367           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
3368           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
3369 ____________________________________________________________________________
3370 [ 13531] By: nick                                  on 2001/12/08  13:48:21
3371         Log: Tweak multi-arg open error messages
3372      Branch: perlio
3373            ! perlio.c
3374 ____________________________________________________________________________
3375 [ 13530] By: nick                                  on 2001/12/08  10:20:06
3376         Log: Allow multi-arg open() if opening layer declares this legal.
3377      Branch: perlio
3378            ! doio.c perlio.c perliol.h
3379 ____________________________________________________________________________
3380 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
3381         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
3382              From: Michael G Schwern <schwern@pobox.com>       
3383              Date: Fri, 7 Dec 2001 19:41:31 -0500
3384              Message-ID: <20011208004131.GC642@blackrider>
3385      Branch: perl
3386            ! t/run/switches.t t/test.pl
3387 ____________________________________________________________________________
3388 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
3389         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
3390              From: Michael G Schwern <schwern@pobox.com>       
3391              Date: Fri, 7 Dec 2001 19:12:44 -0500
3392              Message-ID: <20011208001244.GB642@blackrider>
3393      Branch: perl
3394            ! t/op/stat.t
3395 ____________________________________________________________________________
3396 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
3397         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
3398              From: Michael G Schwern <schwern@pobox.com>
3399              Date: Fri, 7 Dec 2001 17:28:57 -0500
3400              Message-ID: <20011207222857.GI23210@blackrider>
3401      Branch: perl
3402            ! t/op/magic.t
3403 ____________________________________________________________________________
3404 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
3405         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
3406      Branch: perl
3407            ! t/test.pl
3408 ____________________________________________________________________________
3409 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
3410         Log: which_perl: delay as much a possible till runtime.
3411      Branch: perl
3412            ! t/test.pl
3413 ____________________________________________________________________________
3414 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
3415         Log: Further tweakage to which_perl().
3416      Branch: perl
3417            ! t/test.pl
3418 ____________________________________________________________________________
3419 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
3420         Log: perluniintro tweaks.
3421      Branch: perl
3422            ! pod/perluniintro.pod
3423 ____________________________________________________________________________
3424 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
3425         Log: Tweak the $Perl computation.
3426      Branch: perl
3427            ! t/test.pl
3428 ____________________________________________________________________________
3429 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
3430         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
3431              From: Nicholas Clark <nick@ccl4.org>
3432              Date: Fri, 7 Dec 2001 17:06:56 +0000
3433              Message-ID: <20011207170656.G21702@plum.flirble.org>
3434      Branch: perl
3435            ! doop.c t/op/chop.t
3436 ____________________________________________________________________________
3437 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
3438         Log: Update Changes.
3439      Branch: perl
3440            ! Changes patchlevel.h
3441 ____________________________________________________________________________
3442 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
3443         Log: Missing ).
3444      Branch: perl
3445            ! t/test.pl
3446 ____________________________________________________________________________
3447 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
3448         Log: Allow several arguments to display().
3449      Branch: perl
3450            ! t/test.pl
3451 ____________________________________________________________________________
3452 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
3453         Log: /dev/stdout could be either a character special file
3454              or a named pipe, so let's pretend it doesn't exist.
3455      Branch: perl
3456            ! t/op/stat.t
3457 ____________________________________________________________________________
3458 [ 13516] By: nick                                  on 2001/12/07  15:09:23
3459         Log: Integrate again - can I catch up ?
3460      Branch: perlio
3461           !> t/test.pl
3462 ____________________________________________________________________________
3463 [ 13515] By: nick                                  on 2001/12/07  15:08:17
3464         Log: Integrate mainline some more
3465      Branch: perlio
3466           !> README.hpux hints/linux.sh pod/perlfunc.pod
3467 ____________________________________________________________________________
3468 [ 13514] By: nick                                  on 2001/12/07  15:07:15
3469         Log: Integrate mainline
3470      Branch: perlio
3471           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
3472           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
3473           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
3474           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
3475           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
3476           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
3477           +> t/lib/Math/BigInt/BareCalc.pm
3478            - ext/Devel/PPPort/harness/Harness.pm
3479            - ext/Devel/PPPort/harness/Harness.xs
3480            - ext/Devel/PPPort/harness/Makefile.PL
3481            - ext/Devel/PPPort/harness/module2.c
3482            - ext/Devel/PPPort/harness/module3.c
3483            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
3484            - lib/File/Spec/Functions.t
3485           !> (integrate 103 files)
3486 ____________________________________________________________________________
3487 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
3488         Log: Add display() for displaying icky scalars.
3489      Branch: perl
3490            ! t/test.pl
3491 ____________________________________________________________________________
3492 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
3493         Log: Subject: [ID 20011207.001] documentation bug for waitpid
3494              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
3495              Date: Fri, 7 Dec 2001 12:44:56 +0100
3496              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
3497      Branch: perl
3498            ! pod/perlfunc.pod
3499 ____________________________________________________________________________
3500 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
3501         Log: gcc version matching didn't.
3502      Branch: perl
3503            ! hints/linux.sh
3504 ____________________________________________________________________________
3505 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
3506         Log: Subject: HP renamed their servers              
3507              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3508              Date: Fri, 07 Dec 2001 12:07:22 +0100
3509              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
3510      Branch: perl
3511            ! README.hpux
3512 ____________________________________________________________________________
3513 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
3514         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
3515              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
3516              Date: Fri, 7 Dec 2001 00:24:55 -0500
3517              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
3518      Branch: perl
3519            ! pod/perlport.pod
3520 ____________________________________________________________________________
3521 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
3522         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
3523              From: Michael G Schwern <schwern@pobox.com> 
3524              Date: Thu, 6 Dec 2001 22:56:34 -0500
3525              Message-ID: <20011207035634.GO22648@blackrider>
3526      Branch: perl
3527            ! t/base/lex.t t/op/exec.t
3528 ____________________________________________________________________________
3529 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
3530         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
3531              From: Michael G Schwern <schwern@pobox.com>
3532              Date: Thu, 6 Dec 2001 22:45:44 -0500
3533              Message-ID: <20011207034544.GN22648@blackrider>
3534              
3535              (plus op/ref tweak)
3536      Branch: perl
3537            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
3538            ! t/run/kill_perl.t t/test.pl
3539 ____________________________________________________________________________
3540 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
3541         Log: Upgrade to Math::BigInt 1.48.
3542      Branch: perl
3543            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
3544            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
3545            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
3546            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
3547            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
3548            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
3549            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
3550 ____________________________________________________________________________
3551 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
3552         Log: Mention also perl56delta in case somone is upgrading from
3553              Perl 5.005_03.
3554      Branch: perl
3555            ! pod/perldelta.pod
3556 ____________________________________________________________________________
3557 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
3558         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
3559              From: Michael G Schwern <schwern@pobox.com>
3560              Date: Thu, 6 Dec 2001 15:15:28 -0500
3561              Message-ID: <20011206201528.GF16414@blackrider>
3562              
3563              (just the term.t, not the lex.t)
3564              
3565              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
3566              From: Michael G Schwern <schwern@pobox.com>
3567              Date: Thu, 6 Dec 2001 15:22:22 -0500
3568              Message-ID: <20011206202222.GG16414@blackrider>
3569              
3570              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
3571              From: Michael G Schwern <schwern@pobox.com>
3572              Date: Thu, 6 Dec 2001 15:31:58 -0500
3573              Message-ID: <20011206203158.GI16414@blackrider>
3574              
3575              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
3576              From: Michael G Schwern <schwern@pobox.com>
3577              Date: Thu, 6 Dec 2001 17:38:55 -0500
3578              Message-ID: <20011206223855.GC22648@blackrider>
3579      Branch: perl
3580            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
3581            ! t/test.pl
3582 ____________________________________________________________________________
3583 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
3584         Log: Update the thr5005 situation.
3585      Branch: perl
3586            ! pod/perldelta.pod
3587 ____________________________________________________________________________
3588 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
3589         Log: perldelta borrowings from perl561delta.
3590      Branch: perl
3591            ! pod/perldelta.pod
3592 ____________________________________________________________________________
3593 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
3594         Log: Add the 5.6.1 perldelta as perl561delta.
3595              (Makes it easier to steal stuff for perldelta :-)
3596      Branch: perl
3597            + pod/perl561delta.pod
3598            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
3599 ____________________________________________________________________________
3600 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
3601         Log: Retract #13496 for now.
3602      Branch: perl
3603            ! t/base/lex.t t/base/term.t
3604 ____________________________________________________________________________
3605 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
3606         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
3607              From: "Craig A. Berry" <craigberry@mac.com>
3608              Date: Thu, 6 Dec 2001 14:54:36 -0600
3609              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
3610      Branch: perl
3611            ! vms/ext/filespec.t
3612 ____________________________________________________________________________
3613 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
3614         Log: (retracted by #13499)
3615              
3616              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
3617              From: Michael G Schwern <schwern@pobox.com>
3618              Date: Thu, 6 Dec 2001 15:15:28 -0500
3619              Message-ID: <20011206201528.GF16414@blackrider>
3620      Branch: perl
3621            ! t/base/lex.t t/base/term.t
3622 ____________________________________________________________________________
3623 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
3624         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
3625              From: Michael G Schwern <schwern@pobox.com>
3626              Date: Thu, 6 Dec 2001 13:54:48 -0500
3627              Message-ID: <20011206185448.GC16414@blackrider>
3628      Branch: perl
3629            ! t/op/stat.t
3630 ____________________________________________________________________________
3631 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
3632         Log: The #4 has nothing to do with Unicode.
3633      Branch: perl
3634            ! t/op/tr.t
3635 ____________________________________________________________________________
3636 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
3637         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
3638              From: Michael G Schwern <schwern@pobox.com>
3639              Date: Thu, 6 Dec 2001 13:45:48 -0500
3640              Message-ID: <20011206184548.GB16414@blackrider>
3641      Branch: perl
3642            ! t/op/tr.t
3643 ____________________________________________________________________________
3644 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
3645         Log: Update Changes.
3646      Branch: perl
3647            ! Changes patchlevel.h
3648 ____________________________________________________________________________
3649 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
3650         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
3651              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3652              Date: Thu, 6 Dec 2001 11:41:25 EST
3653              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
3654      Branch: perl
3655            ! vms/vms.c vms/vmsish.h
3656 ____________________________________________________________________________
3657 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
3658         Log: Subject: [PATCH] Re: weirdness in regexps
3659              From: Robin Houston <robin@kitsite.com> 
3660              Date: Thu, 6 Dec 2001 14:44:01 +0000
3661              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
3662      Branch: perl
3663            ! op.c t/lib/strict/subs
3664 ____________________________________________________________________________
3665 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
3666         Log: Make the -b -c -S tests count all of the /dev, not just
3667              check the first one, as suggested by Benjamin Goldberg.
3668      Branch: perl
3669            ! t/op/stat.t
3670 ____________________________________________________________________________
3671 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
3672         Log: Subject: Re: [PATCH: bleadperl] casefold backref
3673              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
3674              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
3675              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
3676      Branch: perl
3677            ! regexec.c
3678 ____________________________________________________________________________
3679 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
3680         Log: Nits noticed by Philip Newton, and de-tab DB.t.
3681      Branch: perl
3682            ! lib/DB.t
3683 ____________________________________________________________________________
3684 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
3685         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
3686              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
3687              Date: 6 Dec 2001 11:06:01 -0000
3688              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
3689      Branch: perl
3690            ! op.c t/op/tr.t
3691 ____________________________________________________________________________
3692 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
3693         Log: Subject: [PATCH: bleadperl] casefold backref
3694              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
3695              Date: Wed, 05 Dec 2001 17:27:05 +0000
3696              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
3697      Branch: perl
3698            ! regexec.c t/op/re_tests
3699 ____________________________________________________________________________
3700 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
3701         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
3702              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3703              Date: Wed, 5 Dec 2001 22:34:53 EST
3704              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
3705      Branch: perl
3706            ! mg.c vms/vms.c vms/vmsish.h
3707 ____________________________________________________________________________
3708 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
3709         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
3710              From: Michael G Schwern <schwern@pobox.com>
3711              Date: Wed, 5 Dec 2001 19:52:58 -0500
3712              Message-ID: <20011205195257.A903@blackrider>
3713      Branch: perl
3714            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
3715            + lib/File/Spec/t/rel2abs2rel.t
3716            - lib/File/Spec.t lib/File/Spec/Functions.t
3717            ! MANIFEST
3718 ____________________________________________________________________________
3719 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
3720         Log: Subject: Re: Silly stat() portability questions                
3721              From: Benjamin Goldberg <goldbb2@earthlink.net>
3722              Date: Wed, 05 Dec 2001 22:52:35 -0500
3723              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
3724      Branch: perl
3725            ! pod/perlport.pod
3726 ____________________________________________________________________________
3727 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
3728         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
3729              From: "Craig A. Berry" <craigberry@mac.com>
3730              Date: Wed, 05 Dec 2001 16:41:59 -0600
3731              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
3732      Branch: perl
3733            ! README.vms configure.com lib/File/Spec/VMS.pm
3734            ! vms/ext/filespec.t
3735 ____________________________________________________________________________
3736 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
3737         Log: $apply->('club', $glibc_maintainers);
3738              
3739              (Nick Clark just reported that <langinfo.h> YESSTR
3740              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
3741      Branch: perl
3742            ! ext/I18N/Langinfo/Langinfo.t
3743 ____________________________________________________________________________
3744 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
3745         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
3746      Branch: perl
3747            ! pod/perlport.pod
3748 ____________________________________________________________________________
3749 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
3750         Log: tweak change#13474 (pad entries can apparently be null in some
3751              situations)
3752      Branch: maint-5.6/perl
3753            ! op.c
3754 ____________________________________________________________________________
3755 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
3756         Log: Restore the /dev -b -c -S part of the test.
3757      Branch: perl
3758            ! t/op/stat.t
3759 ____________________________________________________________________________
3760 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
3761         Log: Retract #13475 until Arthur gets back to the mine.
3762      Branch: perl
3763            ! op.c t/run/kill_perl.t
3764 ____________________________________________________________________________
3765 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
3766         Log: (retracted by #13476)
3767              
3768              Manually apply #13474; fixes stale reference to dead
3769              CvOUTSIDE(); this can happen when anonymous subroutines
3770              that aren't closures are returned from an eval""
3771              
3772              (threads/shared/sv_refs.t is coredump-unhappy about this change)
3773      Branch: perl
3774            ! op.c t/run/kill_perl.t
3775 ____________________________________________________________________________
3776 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
3777         Log: replacement for change#10451
3778              
3779              fixes stale reference to dead CvOUTSIDE(); this can happen when
3780              anonymous subroutines that aren't closures are returned from an
3781              eval""
3782      Branch: maint-5.6/perl
3783            ! op.c t/op/misc.t
3784 ____________________________________________________________________________
3785 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
3786         Log: revert change#10451,10472; it was a naive fix that simply
3787              reintroduced the memory leak!
3788      Branch: maint-5.6/perl
3789            ! op.c t/op/misc.t
3790 ____________________________________________________________________________
3791 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
3792         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
3793              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
3794              Date: Wed, 05 Dec 2001 10:49:20 +0100
3795              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
3796      Branch: perl
3797            ! lib/File/Basename.pm lib/File/Basename.t
3798 ____________________________________________________________________________
3799 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
3800         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
3801              From: Michael G Schwern <schwern@pobox.com> 
3802              Date: Wed, 5 Dec 2001 02:47:59 -0500
3803              Message-ID: <20011205024759.H14333@blackrider>
3804      Branch: perl
3805            ! t/op/magic.t
3806 ____________________________________________________________________________
3807 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
3808         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
3809              From: Michael G Schwern <schwern@pobox.com>              
3810              Date: Wed, 5 Dec 2001 02:22:05 -0500
3811              Message-ID: <20011205022205.F14333@blackrider>
3812      Branch: perl
3813            ! t/op/stat.t vms/test.com
3814 ____________________________________________________________________________
3815 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
3816         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
3817              From: Michael G Schwern <schwern@pobox.com> 
3818              Date: Tue, 4 Dec 2001 23:40:10 -0500
3819              Message-ID: <20011204234010.B14333@blackrider>
3820      Branch: perl
3821            ! t/op/stat.t
3822 ____________________________________________________________________________
3823 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
3824         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
3825              From: Michael G Schwern <schwern@pobox.com> 
3826              Date: Tue, 4 Dec 2001 21:09:18 -0500           
3827              Message-ID: <20011204210918.D13279@blackrider>
3828              
3829              t/test.
3830      Branch: perl
3831            ! t/test.pl
3832 ____________________________________________________________________________
3833 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
3834         Log: (accidentally empty check-in)
3835      Branch: perl
3836            ! t/op/stat.t
3837 ____________________________________________________________________________
3838 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
3839         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
3840              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3841              Date: Tue, 04 Dec 2001 23:40:27 +0100
3842              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
3843      Branch: perl
3844            ! mg.c
3845 ____________________________________________________________________________
3846 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
3847         Log: Subject: [PATCH] minor pod fix in Safe.pm
3848              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3849              Date: Tue, 4 Dec 2001 22:02:34 +0100
3850              Message-ID: <20011204220234.A17293@rafael>
3851      Branch: perl
3852            ! ext/Opcode/Safe.pm
3853 ____________________________________________________________________________
3854 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
3855         Log: CRLF GRRR.
3856      Branch: perl
3857            ! djgpp/configure.bat
3858 ____________________________________________________________________________
3859 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
3860         Log: DJGPP fixes from Laszlo Molnar.
3861      Branch: perl
3862            ! djgpp/configure.bat djgpp/djgpp.h
3863 ____________________________________________________________________________
3864 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
3865         Log: Update Changes.
3866      Branch: perl
3867            ! Changes patchlevel.h
3868 ____________________________________________________________________________
3869 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
3870         Log: Must wipe out the memory of real Socket before starting
3871              to use the new fake one.
3872      Branch: perl
3873            ! lib/Net/t/config.t
3874 ____________________________________________________________________________
3875 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
3876         Log: LC_ALL might trump LANG.
3877      Branch: perl
3878            ! lib/open.t
3879 ____________________________________________________________________________
3880 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
3881         Log: Make the eval runtime.
3882      Branch: perl
3883            ! lib/open.pm
3884 ____________________________________________________________________________
3885 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
3886         Log: Make the Langinfo test both more lenient (allow
3887              for any symbol not to exists) and stricter (add
3888              more symbols).
3889      Branch: perl
3890            ! ext/I18N/Langinfo/Langinfo.t
3891 ____________________________________________________________________________
3892 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
3893         Log: integrate change#13453 from maint-5.6
3894              
3895              tweak change#11399 to use an explicit flag rather than
3896              ass_u_ming w32_pseudo_id will only be zero for the real
3897              toplevel interpreter; avoids multiple hosts from diddling
3898              the environment at the same time
3899      Branch: perl
3900           !> win32/perlhost.h
3901 ____________________________________________________________________________
3902 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
3903         Log: Subject: [PATCH] VMS update for perldelta.pod
3904              From: "Craig A. Berry" <craigberry@mac.com> 
3905              Date: Tue, 4 Dec 2001 00:23:12 -0600
3906              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
3907      Branch: perl
3908            ! pod/perldelta.pod
3909 ____________________________________________________________________________
3910 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
3911         Log: NetWare tweak from Ananth Kesari.
3912      Branch: perl
3913            ! NetWare/Makefile
3914 ____________________________________________________________________________
3915 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
3916         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
3917              Not adding the test suite because of its many assumptions.
3918      Branch: perl
3919            ! lib/Net/Ping.pm
3920 ____________________________________________________________________________
3921 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
3922         Log: tweak change#11399 to use an explicit flag rather than
3923              ass_u_ming w32_pseudo_id will only be zero for the real
3924              toplevel interpreter; avoids multiple hosts from diddling
3925              the environment at the same time
3926      Branch: maint-5.6/perl
3927            ! win32/perlhost.h
3928 ____________________________________________________________________________
3929 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
3930         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
3931              from Len Makin.
3932      Branch: perl
3933            + hints/super-ux.sh
3934            ! MANIFEST
3935 ____________________________________________________________________________
3936 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
3937         Log: Add Mac OS X known failures to perldelta.
3938      Branch: perl
3939            ! pod/perldelta.pod
3940 ____________________________________________________________________________
3941 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
3942         Log: I think it's time to call the utf8 code non-test.
3943      Branch: perl
3944            ! utf8.c
3945 ____________________________________________________________________________
3946 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
3947         Log: Retract #13303, need rethink.
3948      Branch: perl
3949            ! utf8.c
3950 ____________________________________________________________________________
3951 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
3952         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
3953              From: "Craig A. Berry" <craigberry@mac.com>
3954              Date: Mon, 03 Dec 2001 16:28:06 -0600
3955              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
3956      Branch: perl
3957            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
3958 ____________________________________________________________________________
3959 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
3960         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
3961              From: Andy Dougherty <doughera@lafayette.edu>
3962              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
3963              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
3964      Branch: perl
3965            ! hints/solaris_2.sh
3966 ____________________________________________________________________________
3967 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
3968         Log: This test is not very robust on 8.3-constrained systems:
3969              all the "with truncated name" lines between "Autosplitting ..."
3970              and "some names are not unique" lines are unexpected,
3971              and the truncation message becomes:
3972              testtest.al, testtest.al truncate to testtest 
3973      Branch: perl
3974            ! lib/AutoSplit.t
3975 ____________________________________________________________________________
3976 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
3977         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
3978      Branch: perl
3979            ! ext/I18N/Langinfo/Langinfo.t
3980 ____________________________________________________________________________
3981 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
3982         Log: Test::Morify UCD.t
3983      Branch: perl
3984            ! lib/Unicode/UCD.t
3985 ____________________________________________________________________________
3986 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
3987         Log: If Socket has not been built (e.g. DJGPP) the libnet
3988              tests fall over with (too) much noise.
3989      Branch: perl
3990            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
3991            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
3992            ! lib/Net/t/smtp.t lib/Net/t/time.t
3993 ____________________________________________________________________________
3994 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
3995         Log: Subject: [PATCH] shared hash keys and ++/--
3996              From: Nicholas Clark <nick@ccl4.org>
3997              Date: Mon, 3 Dec 2001 16:37:16 +0000
3998              Message-ID: <20011203163716.C21702@plum.flirble.org>
3999      Branch: perl
4000            ! pp.c pp_hot.c sv.c t/op/inc.t
4001 ____________________________________________________________________________
4002 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
4003         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
4004              From: Jonathan Stowe <jns@gellyfish.com>
4005              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
4006              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
4007      Branch: perl
4008            ! lib/Term/Cap.pm
4009 ____________________________________________________________________________
4010 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
4011         Log: Update Changes.
4012      Branch: perl
4013            ! Changes patchlevel.h
4014 ____________________________________________________________________________
4015 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
4016         Log: perldelta tweaks.
4017      Branch: perl
4018            ! pod/perldelta.pod
4019 ____________________________________________________________________________
4020 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
4021         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
4022              From: Sam Tregar <sam@tregar.com> 
4023              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
4024              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
4025      Branch: perl
4026            ! pod/perlnewmod.pod
4027 ____________________________________________________________________________
4028 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
4029         Log: microperl casting nit.
4030      Branch: perl
4031            ! utf8.c
4032 ____________________________________________________________________________
4033 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
4034         Log: Make sharepvn a macro since all it does is a deref.
4035      Branch: perl
4036            ! embed.h embed.pl global.sym hv.c hv.h proto.h
4037 ____________________________________________________________________________
4038 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
4039         Log: perldelta updates.
4040      Branch: perl
4041            ! pod/perldelta.pod
4042 ____________________________________________________________________________
4043 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
4044         Log: PPPort update from Paul Marquess.
4045      Branch: perl
4046            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
4047            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
4048            + ext/Devel/PPPort/t/test.t
4049            - ext/Devel/PPPort/harness/Harness.pm
4050            - ext/Devel/PPPort/harness/Harness.xs
4051            - ext/Devel/PPPort/harness/Makefile.PL
4052            - ext/Devel/PPPort/harness/module2.c
4053            - ext/Devel/PPPort/harness/module3.c
4054            - ext/Devel/PPPort/harness/t/test.t
4055            ! MANIFEST ext/Devel/PPPort/MANIFEST
4056            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
4057            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
4058            ! ext/Devel/PPPort/soak
4059 ____________________________________________________________________________
4060 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
4061         Log: No use talking about dynamic library search patch
4062              unless we are having a dynamic build.
4063      Branch: perl
4064            ! t/TEST
4065 ____________________________________________________________________________
4066 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
4067         Log: Be more explicit on the List::Util build trick,
4068              should also stop unneeded rebuilds on static builds.
4069      Branch: perl
4070            ! ext/List/Util/Makefile.PL
4071 ____________________________________________________________________________
4072 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
4073         Log: We need to replace the optimize (-O1) with
4074              the -h scalar0 -h vector0, not append them
4075              to the ccflags.
4076      Branch: perl
4077            ! hints/unicos.sh hints/unicosmk.sh
4078 ____________________________________________________________________________
4079 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
4080         Log: Subject: [PATCH] Shared hash keys 
4081              From: Nicholas Clark <nick@ccl4.org>
4082              Date: Sun, 2 Dec 2001 20:52:32 +0000
4083              Message-ID: <20011202205232.U21702@plum.flirble.org>
4084      Branch: perl
4085            ! doop.c t/op/tr.t
4086 ____________________________________________________________________________
4087 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
4088         Log: Better add new files to MANIFEST, too.
4089      Branch: perl
4090            ! MANIFEST
4091 ____________________________________________________________________________
4092 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
4093         Log: Subject: {PATCH] perlpacktut.pod
4094              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
4095              Date: Sun, 02 Dec 2001 19:55:06 +0100
4096              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
4097      Branch: perl
4098            ! pod/perlpacktut.pod
4099 ____________________________________________________________________________
4100 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
4101         Log: Various small nits found by DJGPP build.
4102      Branch: perl
4103            ! doio.c mg.c pp.c util.c
4104 ____________________________________________________________________________
4105 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
4106         Log: Subject: RE: More verbose POD for Carp
4107              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
4108              Date: Sun, 2 Dec 2001 11:32:51 -0500
4109              Message-ID: <3C0A9748@operamail.com>
4110      Branch: perl
4111            ! lib/Carp.pm
4112 ____________________________________________________________________________
4113 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
4114         Log: Add a header for DJGPP with the function prototypes.
4115      Branch: perl
4116            + djgpp/djgpp.h
4117            ! MANIFEST djgpp/djgpp.c
4118 ____________________________________________________________________________
4119 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
4120         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
4121              From: Abe Timmerman <abe@ztreet.demon.nl>
4122              Date: Sun, 02 Dec 2001 02:41:25 +0100
4123              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
4124      Branch: perl
4125            ! pp_sys.c
4126 ____________________________________________________________________________
4127 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
4128         Log: There isn't PTR2INT(), there's PTR2IV().
4129      Branch: perl
4130            ! ext/Time/HiRes/HiRes.xs
4131 ____________________________________________________________________________
4132 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
4133         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
4134              From: Marc Lehmann <root@schmorp.de>
4135              Date: Sun, 02 Dec 2001 02:44:53 +0100
4136              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
4137      Branch: perl
4138            ! ext/Time/HiRes/HiRes.xs
4139 ____________________________________________________________________________
4140 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
4141         Log: encode()/decode() examples.
4142      Branch: perl
4143            ! ext/Encode/Encode.pm
4144 ____________________________________________________________________________
4145 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
4146         Log: DJGPP tweaks from Laszlo Molnar.
4147      Branch: perl
4148            ! djgpp/config.over djgpp/djgppsed.sh
4149 ____________________________________________________________________________
4150 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
4151         Log: Update Changes.
4152      Branch: perl
4153            ! Changes patchlevel.h
4154 ____________________________________________________________________________
4155 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
4156         Log: Integrate perlio;
4157              
4158              Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
4159              which do not have file descriptors. Noticed a possibly
4160              worse problem in the process ...
4161      Branch: perl
4162           !> doio.c
4163 ____________________________________________________________________________
4164 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
4165         Log: Non-VMS-fixed and Win32-skipped version of
4166              
4167              Subject: [PATCH t/op/exec.t] Portabilty fix 
4168              From: Michael G Schwern <schwern@pobox.com> 
4169              Date: Fri, 30 Nov 2001 16:09:27 -0500
4170              Message-ID: <20011130160927.A10406@blackrider>
4171      Branch: perl
4172            ! t/op/exec.t
4173 ____________________________________________________________________________
4174 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
4175         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
4176              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
4177              Date: Sat, 1 Dec 2001 07:01:09 -0500
4178              Message-ID: <3C0D2E39@operamail.com>
4179              
4180              Subject: More verbose POD for Carp
4181              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
4182              Date: Sat, 1 Dec 2001 08:04:16 -0500
4183              Message-ID: <3C285C2B@operamail.com>
4184      Branch: perl
4185            ! lib/Carp.pm lib/Carp/Heavy.pm
4186 ____________________________________________________________________________
4187 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
4188         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
4189              From: chromatic <chromatic@rmci.net>
4190              Date: Sat, 01 Dec 2001 12:41:58 -0700
4191              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
4192      Branch: perl
4193            ! lib/DB.t
4194 ____________________________________________________________________________
4195 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
4196         Log: Try to make a missing RADIXCHAR a softer kinder error.
4197      Branch: perl
4198            ! ext/I18N/Langinfo/Langinfo.t
4199 ____________________________________________________________________________
4200 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
4201         Log: Have a little faith on nl_langinfo() itself.
4202      Branch: perl
4203            ! ext/I18N/Langinfo/Langinfo.xs
4204 ____________________________________________________________________________
4205 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
4206         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
4207              the max, not max plus one)
4208      Branch: perl
4209            ! ext/I18N/Langinfo/Langinfo.xs
4210 ____________________________________________________________________________
4211 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
4212         Log: Make reality agree with the comment.
4213      Branch: perl
4214            ! ext/I18N/Langinfo/Langinfo.xs
4215 ____________________________________________________________________________
4216 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
4217         Log: Try to protect against wild langinfo() arguments.
4218      Branch: perl
4219            ! ext/I18N/Langinfo/Langinfo.xs
4220 ____________________________________________________________________________
4221 [ 13409] By: nick                                  on 2001/12/01  18:19:59
4222         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
4223              have file descriptors. Noticed a possibly worse problem in the process ...
4224      Branch: perlio
4225            ! doio.c
4226 ____________________________________________________________________________
4227 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
4228         Log: If we are inside an eval, let's be silent about
4229              separate symbols and just croak() in the end.
4230      Branch: perl
4231            ! lib/Exporter/Heavy.pm
4232 ____________________________________________________________________________
4233 [ 13407] By: nick                                  on 2001/12/01  17:14:05
4234         Log: Integrate mainline
4235      Branch: perlio
4236           !> (integrate 26 files)
4237 ____________________________________________________________________________
4238 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
4239         Log: Subject: Fix for Exporter error reporting behaviour
4240              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
4241              Date: Sat, 1 Dec 2001 06:34:48 -0500
4242              Message-ID: <3C0D1B9A@operamail.com>
4243      Branch: perl
4244            ! lib/Exporter.pm lib/Exporter/Heavy.pm
4245 ____________________________________________________________________________
4246 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
4247         Log: Need to hide behind an eval to avoid a warning
4248              about :utf8 on non-perlio configs.
4249      Branch: perl
4250            ! lib/open.t
4251 ____________________________________________________________________________
4252 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
4253         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
4254              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4255              Date: Fri, 30 Nov 2001 23:46:58 +0100
4256              Message-ID: <20011130234658.A717@rafael>
4257      Branch: perl
4258            ! op.c t/op/method.t
4259 ____________________________________________________________________________
4260 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
4261         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
4262              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4263              Date: Thu, 29 Nov 2001 22:46:12 +0100
4264              Message-ID: <20011129224612.A699@rafael>
4265      Branch: perl
4266            ! ext/B/B/Xref.pm
4267 ____________________________________________________________________________
4268 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
4269         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
4270              From: Tels <perl_dummy@bloodgate.com>
4271              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
4272              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
4273      Branch: perl
4274            ! pod/perlfunc.pod
4275 ____________________________________________________________________________
4276 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
4277         Log: Subject: [REPATCH] reference pointer comparison
4278              From: Nicholas Clark <nick@ccl4.org>
4279              Date: Sat, 1 Dec 2001 13:00:17 +0000
4280              Message-ID: <20011201130017.I21702@plum.flirble.org>
4281      Branch: perl
4282            ! pp.c
4283 ____________________________________________________________________________
4284 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
4285         Log: Upgrade to Storable 1.0.14.
4286      Branch: perl
4287            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
4288 ____________________________________________________________________________
4289 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
4290         Log: Add simple caches for ::viacode() and ::vianame().
4291      Branch: perl
4292            ! lib/charnames.pm lib/charnames.t
4293 ____________________________________________________________________________
4294 [ 13398] By: nick                                  on 2001/12/01  10:36:24
4295         Log: Integrate mainline.
4296      Branch: perlio
4297           +> (branch 44 files)
4298            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
4299            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
4300            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
4301           !> (integrate 250 files)
4302 ____________________________________________________________________________
4303 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
4304         Log: Regen toc and modlib.
4305      Branch: perl
4306            ! pod/perlmodlib.pod pod/perltoc.pod
4307 ____________________________________________________________________________
4308 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
4309         Log: Upgrade to podlators-1.18.
4310      Branch: perl
4311            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
4312 ____________________________________________________________________________
4313 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
4314         Log: -h scalar0 -h vector0 seems to help for both
4315              UNICOS and UNICOS/mk on the unpack %65c problems.
4316              
4317              (replaces #13393)
4318      Branch: perl
4319            ! hints/unicos.sh hints/unicosmk.sh
4320 ____________________________________________________________________________
4321 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
4322         Log: More Socket constants.
4323      Branch: perl
4324            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
4325 ____________________________________________________________________________
4326 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
4327         Log: (replaced by #13395)
4328      Branch: perl
4329            ! hints/unicosmk.sh
4330 ____________________________________________________________________________
4331 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
4332         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
4333              From: Andy Dougherty <doughera@lafayette.edu>
4334              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
4335              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
4336              
4337              Simplify the test skippage criterion now that we are
4338              no more dependent on sed.
4339      Branch: perl
4340            ! t/comp/cpp.t t/run/switchPx.t
4341 ____________________________________________________________________________
4342 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
4343         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
4344              From: Michael G Schwern <schwern@pobox.com>
4345              Date: Fri, 30 Nov 2001 11:48:44 -0500
4346              Message-ID: <20011130114844.C1303@blackrider>
4347              
4348              (replaces #13381)
4349      Branch: perl
4350            ! t/op/stat.t
4351 ____________________________________________________________________________
4352 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
4353         Log: Let's not assume how much memory has been allocated
4354              to PVs.
4355      Branch: perl
4356            ! ext/Devel/Peek/Peek.t
4357 ____________________________________________________________________________
4358 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
4359         Log: VOS needs to know the modules, including pp_sort.
4360      Branch: perl
4361            ! vos/perl.bind
4362 ____________________________________________________________________________
4363 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
4364         Log: Unused variables.
4365      Branch: perl
4366            ! ext/Unicode/Normalize/Normalize.xs
4367 ____________________________________________________________________________
4368 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
4369         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
4370              From: John Peacock <jpeacock@rowman.com>     
4371              Date: Fri, 30 Nov 2001 10:24:00 -0500        
4372              Message-ID: <3C07A490.A22A76B0@rowman.com>   
4373      Branch: perl
4374            ! lib/ExtUtils/Embed.t
4375 ____________________________________________________________________________
4376 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
4377         Log: Tweak for the VOS building script from Paul Green.
4378      Branch: perl
4379            ! vos/configure_perl.cm
4380 ____________________________________________________________________________
4381 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
4382         Log: Update Changes.
4383      Branch: perl
4384            ! Changes patchlevel.h
4385 ____________________________________________________________________________
4386 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
4387         Log: Cannot test if cppstdin has not yet been installed.
4388      Branch: perl
4389            ! t/run/switchPx.t
4390 ____________________________________________________________________________
4391 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
4392         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
4393              From: Michael G Schwern <schwern@pobox.com> 
4394              Date: Thu, 29 Nov 2001 22:05:11 -0500
4395              Message-ID: <20011129220510.A18869@blackrider>
4396              
4397              TODO 1: if cppstdin is used and not yet installed,
4398              the Px.t will fail (must do the same as in cpp.t)
4399              
4400              TODO 2: does this work if no Perl whatsoever has
4401              yet been installed?  That is, we should be using
4402              the Perl we are building to execute the one-liner.
4403      Branch: perl
4404            + t/run/switchPx.aux t/run/switchPx.t
4405            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
4406            ! vms/test.com
4407 ____________________________________________________________________________
4408 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
4409         Log: Upgrade to Unicode::Normalize 0.12.
4410      Branch: perl
4411            ! ext/Unicode/Normalize/Changes
4412            ! ext/Unicode/Normalize/Normalize.pm
4413            ! ext/Unicode/Normalize/Normalize.xs
4414            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
4415            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
4416            ! ext/Unicode/Normalize/t/test.t
4417 ____________________________________________________________________________
4418 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
4419         Log: (replaced by #13391)
4420              
4421              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
4422              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
4423              Date: 30 Nov 2001 11:41:53 -0000             
4424              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
4425              
4426              No need to die if we have high-paranoia (non-chdirable)
4427              system directories.
4428      Branch: perl
4429            ! t/op/stat.t
4430 ____________________________________________________________________________
4431 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
4432         Log: Paragraph rewrapping.
4433      Branch: perl
4434            ! pod/perliol.pod
4435 ____________________________________________________________________________
4436 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
4437         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
4438              From: Stas Bekman <stas@stason.org>
4439              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
4440              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
4441      Branch: perl
4442            ! pod/perliol.pod
4443 ____________________________________________________________________________
4444 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
4445         Log: Whether select() gets restarted on signals is
4446              implementation dependent.
4447      Branch: perl
4448            ! ext/Time/HiRes/HiRes.t
4449 ____________________________________________________________________________
4450 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
4451         Log: More forgotten checkins.
4452      Branch: perl
4453            ! embed.h embed.pl proto.h
4454 ____________________________________________________________________________
4455 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
4456         Log: Add a note about folding vs lowercase.
4457      Branch: perl
4458            ! regexec.c
4459 ____________________________________________________________________________
4460 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
4461         Log: Use to_uni_fold (and add changed global.sym)
4462      Branch: perl
4463            ! global.sym utf8.c
4464 ____________________________________________________________________________
4465 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
4466         Log: Make to Unicode character functions to use UVs
4467              instead of U32s and add to_uni_fold().
4468      Branch: perl
4469            ! embed.pl proto.h utf8.c
4470 ____________________________________________________________________________
4471 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
4472         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
4473              From: Nicholas Clark <nick@ccl4.org>
4474              Date: Thu, 29 Nov 2001 22:47:32 +0000
4475              Message-ID: <20011129224732.W37621@plum.flirble.org>
4476      Branch: perl
4477            ! pod/perlpacktut.pod
4478 ____________________________________________________________________________
4479 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
4480         Log: README.vos updates from Paul Green.
4481      Branch: perl
4482            ! README.vos
4483 ____________________________________________________________________________
4484 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
4485         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
4486              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4487              Date: Thu, 29 Nov 2001 14:18:51 EST
4488              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
4489      Branch: perl
4490            ! mg.c vms/vms.c vms/vmsish.h
4491 ____________________________________________________________________________
4492 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
4493         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
4494              From: Michael G Schwern <schwern@pobox.com>
4495              Date: Thu, 29 Nov 2001 13:12:31 -0500
4496              Message-ID: <20011129131231.E11300@blackrider>
4497      Branch: perl
4498            ! README.vms
4499 ____________________________________________________________________________
4500 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
4501         Log: BGET_IV was missing.
4502      Branch: perl
4503            ! ext/ByteLoader/bytecode.h
4504 ____________________________________________________________________________
4505 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
4506         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
4507              From: Jonathan Stowe <gellyfish@gellyfish.com>
4508              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
4509              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
4510      Branch: perl
4511            ! lib/Term/Cap.pm
4512 ____________________________________________________________________________
4513 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
4514         Log: Porting/checkURL.pl was missing.
4515      Branch: perl
4516            ! MANIFEST
4517 ____________________________________________________________________________
4518 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
4519         Log: Subject: INSTALL and READMEs should be reviewed
4520              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4521              Date: Thu, 29 Nov 2001 16:49:36 +0100
4522              Message-ID: <20011129164936.A17492@rafael>         
4523      Branch: perl
4524            ! README.cygwin
4525 ____________________________________________________________________________
4526 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
4527         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
4528              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
4529              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
4530              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
4531      Branch: perl
4532            ! README.os390
4533 ____________________________________________________________________________
4534 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
4535         Log: Update Changes.
4536      Branch: perl
4537            ! Changes patchlevel.h
4538 ____________________________________________________________________________
4539 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
4540         Log: The changes to the curliffed files didn't stick in #13348.
4541      Branch: perl
4542            ! README.dos README.win32
4543 ____________________________________________________________________________
4544 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
4545         Log: Subject: Re: Found the rev where File::Glob broke
4546              From: Andy Dougherty <doughera@lafayette.edu>
4547              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
4548              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
4549      Branch: perl
4550            ! lib/ExtUtils/MM_Unix.pm
4551 ____________________________________________________________________________
4552 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
4553         Log: Use __DATA__ instead of __END__.
4554      Branch: perl
4555            ! lib/Term/Cap.pm
4556 ____________________________________________________________________________
4557 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
4558         Log: Subject: [PATCH toke.c] autosplit into @F fix
4559              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4560              Date: Thu, 29 Nov 2001 14:52:23 +0100
4561              Message-ID: <20011129145223.A25817@rafael>         
4562      Branch: perl
4563            ! toke.c
4564 ____________________________________________________________________________
4565 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
4566         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
4567              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4568              Date: Thu, 29 Nov 2001 15:48:15 +0100
4569              Message-ID: <20011129154815.C25817@rafael>         
4570      Branch: perl
4571            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
4572 ____________________________________________________________________________
4573 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
4574         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
4575              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
4576              Date: Wed, 28 Nov 2001 20:35:29 +0100
4577              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
4578      Branch: perl
4579            ! pod/perlpacktut.pod
4580 ____________________________________________________________________________
4581 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
4582         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
4583              From: Stas Bekman <stas@stason.org>
4584              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
4585              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
4586              
4587              (with tweaks)
4588      Branch: perl
4589            ! pod/perlapio.pod
4590 ____________________________________________________________________________
4591 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
4592         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
4593              From: Tels <perl_dummy@bloodgate.com>
4594              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
4595              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
4596              
4597              (plus paragraph rewrapping)
4598      Branch: perl
4599            ! lib/Exporter.pm
4600 ____________________________________________________________________________
4601 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
4602         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
4603              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
4604              Date: Wed, 28 Nov 2001 21:47:59 +0000
4605              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
4606      Branch: perl
4607            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
4608 ____________________________________________________________________________
4609 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
4610         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
4611              From: Andy Dougherty <doughera@lafayette.edu>
4612              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
4613              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
4614      Branch: perl
4615            ! INSTALL ext/Time/HiRes/HiRes.t
4616 ____________________________________________________________________________
4617 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
4618         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
4619              From: Michael G Schwern <schwern@pobox.com> 
4620              Date: Wed, 28 Nov 2001 16:37:01 -0500
4621              Message-ID: <20011128163701.H676@blackrider>
4622      Branch: perl
4623            ! t/run/kill_perl.t
4624 ____________________________________________________________________________
4625 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
4626         Log: @INC tweak.
4627      Branch: perl
4628            ! t/op/ref.t
4629 ____________________________________________________________________________
4630 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
4631         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
4632              From: Nicholas Clark <nick@ccl4.org>
4633              Date: Wed, 28 Nov 2001 23:38:43 +0000
4634              Message-ID: <20011128233843.N37621@plum.flirble.org>  
4635      Branch: perl
4636            ! installman
4637 ____________________________________________________________________________
4638 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
4639         Log: Tweak the forking logic.
4640      Branch: perl
4641            ! Porting/checkURL.pl
4642 ____________________________________________________________________________
4643 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
4644         Log: Update perlmodlib.PL as per #13348.  The L<> got
4645              changed back because that is coming from ParseLink.pm.
4646      Branch: perl
4647            ! pod/perlmodlib.PL pod/perlmodlib.pod
4648 ____________________________________________________________________________
4649 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
4650         Log: URL fixups from Michael Schwern.
4651      Branch: perl
4652            ! README.cygwin README.dos README.hpux README.mint README.mpeix
4653            ! README.os390 README.qnx README.solaris README.vos README.win32
4654            ! pod/perlmodlib.pod
4655 ____________________________________________________________________________
4656 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
4657         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
4658              From: Barrie Slaymaker <barries@slaysys.com>
4659              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
4660              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
4661      Branch: perl
4662            ! lib/Exporter.pm
4663 ____________________________________________________________________________
4664 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
4665         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
4666      Branch: perl
4667            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
4668 ____________________________________________________________________________
4669 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
4670         Log: Subject: [PATCH] Re: $\ very broken
4671              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4672              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
4673              Message-ID: <20011128223308.E732@rafael>   
4674              
4675              Subject: Re: [PATCH] Re: $\ very broken     
4676              From: Nicholas Clark <nick@ccl4.org>
4677              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
4678              Message-ID: <20011128222859.K37621@plum.flirble.org>
4679      Branch: perl
4680            ! mg.c t/op/ref.t
4681 ____________________________________________________________________________
4682 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
4683         Log: Add Abigail's link checker with the following tweaks:
4684              - known dummy URLs (Peter Prymmer)
4685              - do also READMEs and INSTALL (Michael Schwern)
4686              - do also ftp URLs
4687              - add fork retry loop in case the allowed number
4688              of processes per user is low
4689      Branch: perl
4690            + Porting/checkURL.pl
4691            ! MANIFEST
4692 ____________________________________________________________________________
4693 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
4694         Log: Update Changes.
4695      Branch: perl
4696            ! Changes patchlevel.h
4697 ____________________________________________________________________________
4698 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
4699         Log: In Linux if we have modern enough gcc and supported
4700              enough CPU, crank up the optimization level to -O3.
4701      Branch: perl
4702            ! hints/linux.sh
4703 ____________________________________________________________________________
4704 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
4705         Log: Add perlpacktut from Wolfgang Laun; regen toc.
4706      Branch: perl
4707            + pod/perlpacktut.pod
4708            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
4709            ! pod/perltoc.pod
4710 ____________________________________________________________________________
4711 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
4712         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
4713              From: PPrymmer@factset.com
4714              Date: Wed, 28 Nov 2001 07:51:26 -0500
4715              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
4716      Branch: perl
4717            ! vms/test.com
4718 ____________________________________________________________________________
4719 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
4720         Log: Test cases for the first half of #13338.
4721      Branch: perl
4722            ! t/lib/h2ph.h t/lib/h2ph.pht
4723 ____________________________________________________________________________
4724 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
4725         Log: Subject: Re: h2ph confused by comments in an enum.
4726              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
4727              Date: Wed, 28 Nov 2001 04:19:21 +0000
4728              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
4729              
4730              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
4731              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
4732              Date: Wed, 28 Nov 2001 13:36:35 +0000
4733              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
4734      Branch: perl
4735            ! utils/h2ph.PL
4736 ____________________________________________________________________________
4737 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
4738         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
4739              From: Jonathan Stowe <gellyfish@gellyfish.com>
4740              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
4741              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
4742              
4743              (replace #13327)
4744      Branch: perl
4745            ! lib/Term/Cap.pm
4746 ____________________________________________________________________________
4747 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
4748         Log: Replace #13335 with
4749              
4750              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
4751              From: Russ Allbery <rra@stanford.edu>
4752              Date: 27 Nov 2001 20:42:49 -0800
4753              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
4754      Branch: perl
4755            ! lib/Pod/Text/Termcap.pm
4756 ____________________________________________________________________________
4757 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
4758         Log: (replaced by #13336)
4759              
4760              Subject: [PATCH perl@13323] Termcap.pm with no termios
4761              From: "Craig A. Berry" <craigberry@mac.com> 
4762              Date: Tue, 27 Nov 2001 22:28:50 -0600
4763              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
4764      Branch: perl
4765            ! lib/Pod/Text/Termcap.pm
4766 ____________________________________________________________________________
4767 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
4768         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
4769              From: "Craig A. Berry" <craigberry@mac.com> 
4770              Date: Tue, 27 Nov 2001 21:46:45 -0600
4771              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
4772      Branch: perl
4773            ! configure.com
4774 ____________________________________________________________________________
4775 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
4776         Log: Upgrade to podlators 1.17.
4777      Branch: perl
4778            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
4779            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
4780 ____________________________________________________________________________
4781 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
4782         Log: Fix for "a\x{100}" =~ /A/i.
4783      Branch: perl
4784            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
4785            ! utf8.c
4786 ____________________________________________________________________________
4787 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
4788         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
4789              From: "Craig A. Berry" <craigberry@mac.com>
4790              Date: Tue, 27 Nov 2001 17:11:49 -0600
4791              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
4792      Branch: perl
4793            ! lib/DB.t
4794 ____________________________________________________________________________
4795 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
4796         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
4797              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
4798              Date: Tue, 27 Nov 2001 14:55:23 -0500
4799              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
4800              
4801              Subject: [PATCH: perl@13324] updates to perldelta.pod 
4802              From: PPrymmer@factset.com
4803              Date: Tue, 27 Nov 2001 18:06:04 -0500
4804              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
4805              
4806              plus added some known problems.
4807      Branch: perl
4808            ! pod/perldelta.pod
4809 ____________________________________________________________________________
4810 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
4811         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
4812              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4813              Date: Tue, 27 Nov 2001 15:38:02 EST 
4814              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
4815      Branch: perl
4816            ! configure.com vms/vms.c vms/vmsish.h
4817 ____________________________________________________________________________
4818 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
4819         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
4820              From: Michael G Schwern <schwern@pobox.com> 
4821              Date: Tue, 27 Nov 2001 15:31:12 -0500
4822              Message-ID: <20011127153112.G20929@blackrider>
4823      Branch: perl
4824            ! t/run/kill_perl.t
4825 ____________________________________________________________________________
4826 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
4827         Log: (replaced by #13337)
4828              
4829              VMS can safely hardcode a termcap entry for VT100.
4830      Branch: perl
4831            ! lib/Term/Cap.pm
4832 ____________________________________________________________________________
4833 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
4834         Log: VMS piping fixes from Charles Lane (perl -P should
4835              be working now).
4836      Branch: perl
4837            ! vms/vms.c
4838 ____________________________________________________________________________
4839 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
4840         Log: Subject: [PATCH] perlvar.pod fix
4841              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
4842              Date: Tue, 27 Nov 2001 13:11:47 -0500
4843              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
4844      Branch: perl
4845            ! pod/perlvar.pod
4846 ____________________________________________________________________________
4847 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
4848         Log: Update Changes.
4849      Branch: perl
4850            ! Changes patchlevel.h
4851 ____________________________________________________________________________
4852 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
4853         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
4854              From: "Craig A. Berry" <craigberry@mac.com> 
4855              Date: Tue, 27 Nov 2001 10:21:18 -0600
4856              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
4857      Branch: perl
4858            ! lib/ExtUtils/MM_VMS.pm
4859 ____________________________________________________________________________
4860 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
4861         Log: Protect against accumulating -options -options -options.
4862      Branch: perl
4863            ! hints/hpux.sh
4864 ____________________________________________________________________________
4865 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
4866         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
4867              From: Barrie Slaymaker <barries@slaysys.com>
4868              Date: Tue, 27 Nov 2001 10:58:54 -0500
4869              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
4870      Branch: perl
4871            ! lib/Benchmark.pm
4872 ____________________________________________________________________________
4873 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
4874         Log: Tiny fix from John P. Linderman.
4875      Branch: perl
4876            ! lib/sort.pm
4877 ____________________________________________________________________________
4878 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
4879         Log: The Story of sort(), from John P. Linderman.
4880      Branch: perl
4881            ! pod/perldelta.pod
4882 ____________________________________________________________________________
4883 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
4884         Log: Add information what to do if you are reading
4885              perluniintro but using some older Perl.
4886      Branch: perl
4887            ! pod/perluniintro.pod
4888 ____________________________________________________________________________
4889 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
4890         Log: Update the 'wide characters' FAQ entry.
4891      Branch: perl
4892            ! pod/perlfaq6.pod
4893 ____________________________________________________________________________
4894 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
4895         Log: Fix for
4896              
4897              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
4898              From: Marc Lehmann <root@schmorp.de>
4899              Date: Tue, 27 Nov 2001 14:27:14 +0100
4900              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
4901      Branch: perl
4902            ! ext/Encode.t ext/Encode/Encode.xs
4903 ____________________________________________________________________________
4904 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
4905         Log: Subject: [PATCH] DB_File 1.801
4906              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
4907              Date: Tue, 27 Nov 2001 15:06:45 -0000
4908              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
4909      Branch: perl
4910            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
4911            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
4912 ____________________________________________________________________________
4913 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
4914         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
4915      Branch: perl
4916            ! pod/perlmodlib.pod
4917 ____________________________________________________________________________
4918 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
4919         Log: sort() doc tweaks from John P. Linderman.
4920      Branch: perl
4921            ! pod/perlfunc.pod
4922 ____________________________________________________________________________
4923 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
4924         Log: Subject: [PATCH] More perldelta.pod nits
4925              From: Simon Glover <scog@roe.ac.uk>
4926              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
4927              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
4928      Branch: perl
4929            ! pod/perldelta.pod
4930 ____________________________________________________________________________
4931 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
4932         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
4933              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
4934              Date: Tue, 27 Nov 2001 11:52:31 -0000
4935              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
4936      Branch: perl
4937            ! ext/Devel/PPPort/harness/Makefile.PL
4938 ____________________________________________________________________________
4939 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
4940         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
4941              From: Michael G Schwern <schwern@pobox.com>
4942              Date: Tue, 27 Nov 2001 03:38:24 -0500
4943              Message-ID: <20011127033824.A17775@blackrider>
4944      Branch: perl
4945            ! t/TEST
4946 ____________________________________________________________________________
4947 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
4948         Log: Subject: Re: perlcc very broken
4949              From: John Peacock <jpeacock@rowman.com>
4950              Date: Tue, 27 Nov 2001 06:48:01 -0500
4951              Message-ID: <3C037D71.4030508@rowman.com>
4952      Branch: perl
4953            ! utils/perlcc.PL
4954 ____________________________________________________________________________
4955 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
4956         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
4957              From: David Dyck <dcd@tc.fluke.com>
4958              Date: Mon, 26 Nov 2001 22:04:38 -0800
4959              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
4960      Branch: perl
4961            ! t/op/pack.t
4962 ____________________________________________________________________________
4963 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
4964         Log: Subject: [ID 20011126.149] t/op/split fails step 37
4965              From: David Dyck <dcd@tc.fluke.com>
4966              Date: Mon, 26 Nov 2001 21:52:35 -0800
4967              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
4968      Branch: perl
4969            ! t/op/split.t
4970 ____________________________________________________________________________
4971 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
4972         Log: incorporate last minute change from libnet 1.0901-tobe
4973      Branch: perl
4974            ! lib/Net/SMTP.pm
4975 ____________________________________________________________________________
4976 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
4977         Log: Pass 7 at perldelta - random edits.
4978      Branch: perl
4979            ! pod/perldelta.pod
4980 ____________________________________________________________________________
4981 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
4982         Log: Portability and skippage tweaks.
4983      Branch: perl
4984            ! t/op/split.t
4985 ____________________________________________________________________________
4986 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
4987         Log: (retracted by #13449)
4988              Try to make Unicode casemapping to work for EBCDIC, too.
4989      Branch: perl
4990            ! utf8.c
4991 ____________________________________________________________________________
4992 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
4993         Log: Just printing 1..0 is not quite enough...
4994      Branch: perl
4995            ! lib/Dumpvalue.t
4996 ____________________________________________________________________________
4997 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
4998         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
4999              Delay the match until runtime.
5000      Branch: perl
5001            ! t/op/append.t
5002 ____________________________________________________________________________
5003 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
5004         Log: UTF-EBCDIC.
5005      Branch: perl
5006            ! ext/Devel/Peek/Peek.t
5007 ____________________________________________________________________________
5008 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
5009         Log: Be UTF-EBCDIC aware.
5010      Branch: perl
5011            ! lib/bytes.t
5012 ____________________________________________________________________________
5013 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
5014         Log: Bad assumption which way digits and letters sort.
5015      Branch: perl
5016            ! lib/English.t
5017 ____________________________________________________________________________
5018 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
5019         Log: If in EBCDIC but no Convert::EBCDIC
5020              the libnet tests will all fail.
5021      Branch: perl
5022            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
5023            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
5024            ! lib/Net/t/smtp.t lib/Net/t/time.t
5025 ____________________________________________________________________________
5026 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
5027         Log: Just sorting to guarantee order is not enough.
5028              (Think EBCDIC.) 
5029      Branch: perl
5030            ! lib/ExtUtils/Manifest.t
5031 ____________________________________________________________________________
5032 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
5033         Log: OS/390 cleanable gunk.
5034      Branch: perl
5035            ! lib/ExtUtils/MM_Unix.pm
5036 ____________________________________________________________________________
5037 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
5038         Log: Update the EBCDIC MD5 checksums.
5039      Branch: perl
5040            ! ext/Digest/MD5/t/files.t
5041 ____________________________________________________________________________
5042 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
5043         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
5044              From: Nicholas Clark <nick@ccl4.org>
5045              Date: Mon, 26 Nov 2001 23:06:34 +0000
5046              Message-ID: <20011126230633.Q37621@plum.flirble.org>
5047      Branch: perl
5048            ! installman
5049 ____________________________________________________________________________
5050 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
5051         Log: sort tweaks from John P. Linderman.
5052      Branch: perl
5053            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
5054 ____________________________________________________________________________
5055 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
5056         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
5057              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
5058              Date: Mon, 26 Nov 2001 18:47:25 -0600
5059              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
5060              
5061              Craig Berry submitted half of this patch just yesterday.
5062              Spooky cosmic resonance.
5063      Branch: perl
5064            ! ext/Socket/Socket.xs
5065 ____________________________________________________________________________
5066 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
5067         Log: Subject: [PATCH] doio slightly smaller
5068              From: Nicholas Clark <nick@ccl4.org>
5069              Date: Tue, 27 Nov 2001 00:40:23 +0000      
5070              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
5071      Branch: perl
5072            ! doio.c
5073 ____________________________________________________________________________
5074 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
5075         Log: perldelta nits from Autrijus Tang and Ron Kimball.
5076      Branch: perl
5077            ! pod/perldelta.pod
5078 ____________________________________________________________________________
5079 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
5080         Log: Subject: [PATCH] unpack P* uses random length for item
5081              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
5082              Date: Mon, 26 Nov 2001 19:56:32 +0100
5083              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
5084      Branch: perl
5085            ! pod/perldiag.pod pp_pack.c t/op/pack.t
5086 ____________________________________________________________________________
5087 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
5088         Log: Subject: [PATCH current] system and taintedness
5089              From: Radu Greab <radu@netsoft.ro>
5090              Date: Mon, 26 Nov 2001 18:42:29 +0200
5091              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
5092      Branch: perl
5093            ! pp_sys.c t/op/taint.t
5094 ____________________________________________________________________________
5095 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
5096         Log: Subject: [PATCH @ 13283] Devel::PPPort
5097              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
5098              Date: Mon, 26 Nov 2001 14:37:17 -0000
5099              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
5100      Branch: perl
5101            + ext/Devel/PPPort/MANIFEST
5102            ! MANIFEST ext/Devel/PPPort/Makefile.PL
5103            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
5104            ! ext/Devel/PPPort/harness/Harness.xs
5105            ! ext/Devel/PPPort/harness/Makefile.PL
5106            ! ext/Devel/PPPort/harness/module2.c
5107            ! ext/Devel/PPPort/harness/module3.c
5108            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
5109 ____________________________________________________________________________
5110 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
5111         Log: Update the test list.
5112      Branch: perl
5113            ! t/lib/1_compile.t
5114 ____________________________________________________________________________
5115 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
5116         Log: Sync-up tests with libnet distribution
5117      Branch: perl
5118            + lib/Net/t/netrc.t
5119            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
5120 ____________________________________________________________________________
5121 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
5122         Log: Update Changes.
5123      Branch: perl
5124            ! Changes patchlevel.h
5125 ____________________________________________________________________________
5126 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
5127         Log: Upgrade to podlators 1.16.
5128      Branch: perl
5129            + lib/Pod/t/basic.cap
5130            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
5131            ! lib/Pod/t/basic.t pod/pod2man.PL
5132 ____________________________________________________________________________
5133 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
5134         Log: Pass 6 at perldelta - sort enhancements, generic and
5135              platform specific bug fixes.
5136      Branch: perl
5137            ! pod/perldelta.pod
5138 ____________________________________________________________________________
5139 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
5140         Log: PROPAGATE documentation from Tony Cook.
5141      Branch: perl
5142            ! pod/perlfunc.pod
5143 ____________________________________________________________________________
5144 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
5145         Log: DJGPP cannot do signals that well.
5146      Branch: perl
5147            ! ext/POSIX/t/sigaction.t
5148 ____________________________________________________________________________
5149 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
5150         Log: Can't do subsecond alarms without ualarm; and break out
5151              early if alarms do not seem to be coming in as expected.
5152      Branch: perl
5153            ! ext/Time/HiRes/HiRes.t
5154 ____________________________________________________________________________
5155 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
5156         Log: No Socket, little Net.
5157      Branch: perl
5158            ! t/lib/1_compile.t
5159 ____________________________________________________________________________
5160 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
5161         Log: Take the taint brush to the getcwds.
5162      Branch: perl
5163            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
5164 ____________________________________________________________________________
5165 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
5166         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
5167              From: "Craig A. Berry" <craigberry@mac.com>
5168              Date: Sun, 25 Nov 2001 16:20:45 -0600
5169              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
5170      Branch: perl
5171            ! ext/Socket/Socket.xs
5172 ____________________________________________________________________________
5173 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
5174         Log: Since in some DOS filesystems the timestamp granularity
5175              may be only two seconds, better sleep for three to play safe.
5176              (Helps CygWin, at least.)
5177      Branch: perl
5178            ! lib/Memoize/t/expire_file.t
5179 ____________________________________________________________________________
5180 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
5181         Log: For some reason CygWin wasn't collapsing multiple
5182              slashes into one, which made some Spec.t tests to fail.
5183              Either CygWin was being too prudish or the collapsing
5184              logic needs to be rethunk.
5185      Branch: perl
5186            ! lib/File/Spec/Unix.pm
5187 ____________________________________________________________________________
5188 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
5189         Log: Cygwin needs to have libperl.dll around if trying to link
5190              with -lperl.  Note: this change cures the test but whether
5191              it cures CygPerl installation, I don't know: hopefully the
5192              libperl5_7_2.dll, or the version equivalent, gets installed
5193              also as libperl.dll to the proper place(s).
5194      Branch: perl
5195            ! lib/ExtUtils/Embed.t
5196 ____________________________________________________________________________
5197 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
5198         Log: -I../lib/.. and -L../lib/..?  Strange.
5199      Branch: perl
5200            ! lib/ExtUtils/Embed.t
5201 ____________________________________________________________________________
5202 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
5203         Log: $MM?
5204      Branch: perl
5205            ! lib/ExtUtils/Embed.pm
5206 ____________________________________________________________________________
5207 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
5208         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
5209              From: Dave Rolsky <autarch@urth.org>
5210              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
5211              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
5212      Branch: perl
5213            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
5214            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
5215 ____________________________________________________________________________
5216 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
5217         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
5218              From: chromatic <chromatic@rmci.net>
5219              Date: Sat, 24 Nov 2001 14:56:57 -0700
5220              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
5221              
5222              plus a tweak for ithreads builds.
5223      Branch: perl
5224            + lib/DB.t
5225            ! MANIFEST lib/DB.pm
5226 ____________________________________________________________________________
5227 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
5228         Log: Win32 compilation tweaks for Blair Zajac.
5229      Branch: perl
5230            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
5231 ____________________________________________________________________________
5232 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
5233         Log: I don't think trying to bracket the hires time with lores
5234              times is going to be portable enough: Cygwin seems to be
5235              capable of getting hires ones rather consistently lower
5236              than the lores ones.  So let's try average difference instead.
5237      Branch: perl
5238            ! ext/Time/HiRes/HiRes.t
5239 ____________________________________________________________________________
5240 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
5241         Log: Subject: Re: benchmarks, sorts and reproducibility
5242              From: "John P. Linderman" <jpl@research.att.com>
5243              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
5244              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
5245              
5246              Randomize large partitions for quicksort to dodge the
5247              angry gods of quadratic.
5248      Branch: perl
5249            ! pp_sort.c
5250 ____________________________________________________________________________
5251 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
5252         Log: The joys of portable quoting.
5253      Branch: perl
5254            ! ext/Devel/PPPort/harness/Makefile.PL
5255 ____________________________________________________________________________
5256 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
5257         Log: sort pragma tweaks.
5258      Branch: perl
5259            ! lib/sort.pm
5260 ____________________________________________________________________________
5261 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
5262         Log: Skip the link= directives of utils.lst if no mandir
5263              (if no manpages).
5264      Branch: perl
5265            ! installman
5266 ____________________________________________________________________________
5267 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
5268         Log: integrate changes#8340,13260 from mainline
5269              
5270              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
5271              
5272              change#3373 introduced a handle leak in backticks and piped open()s
5273              that fail
5274      Branch: maint-5.6/perl
5275            ! t/io/pipe.t util.c
5276 ____________________________________________________________________________
5277 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
5278         Log: change#3373 introduced a handle leak in backticks and piped open()s
5279              that fail
5280      Branch: perl
5281            ! util.c
5282 ____________________________________________________________________________
5283 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
5284         Log: metaconfig unit change for #13258.
5285      Branch: metaconfig/U/perl
5286            ! d_procselfexe.U
5287 ____________________________________________________________________________
5288 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
5289         Log: Extraenous breaks noticed by David Dyck.
5290      Branch: perl
5291            ! Configure
5292 ____________________________________________________________________________
5293 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
5294         Log: Revert the /proc/self/auxv experiment for now.
5295      Branch: perl
5296            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
5297 ____________________________________________________________________________
5298 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
5299         Log: Also ExtUtils.t had $^X assumptions.
5300      Branch: perl
5301            ! lib/ExtUtils.t
5302 ____________________________________________________________________________
5303 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
5304         Log: Now is Solaris if you start the t/perl in the t/
5305              as "./perl", the $^X will be "../perl", not "./perl".
5306      Branch: perl
5307            ! t/lib/1_compile.t
5308 ____________________________________________________________________________
5309 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
5310         Log: The new way of finding out $^X in Solaris
5311              requires a little tweak if the executable
5312              pathname is *not* absolute: prepend "./"
5313              (otherwise `$^X ...` will start perl from PATH...)
5314      Branch: perl
5315            ! perl.c
5316 ____________________________________________________________________________
5317 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
5318         Log: Avoid "will not stay shared" warnings.
5319      Branch: perl
5320            ! lib/ExtUtils/MM_Unix.pm
5321 ____________________________________________________________________________
5322 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
5323         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
5324              From: Michael G Schwern <schwern@pobox.com>
5325              Date: Sat, 24 Nov 2001 19:56:18 -0500
5326              Message-ID: <20011124195618.A14614@blackrider>            
5327      Branch: perl
5328            ! perl.c pp_sys.c t/op/magic.t util.c
5329 ____________________________________________________________________________
5330 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
5331         Log: In the MakeMaker pm_to_blib target don't copy all
5332              the files in one fell swppo, deal with them hunkwise,
5333              helps for CLIs with limited line lengths.
5334              (This seems to help for DJGPP building Encode,
5335              where there are dozens of files to copy.)
5336      Branch: perl
5337            ! lib/ExtUtils/MM_Unix.pm
5338 ____________________________________________________________________________
5339 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
5340         Log: testsuite leaves stray files behind on windows
5341      Branch: perl
5342            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
5343 ____________________________________________________________________________
5344 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
5345         Log: xsubpp produces a spurious warning on directories called 'typemap'
5346      Branch: perl
5347            ! lib/ExtUtils/xsubpp
5348 ____________________________________________________________________________
5349 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
5350         Log: xsubpp treats invalid (indented) cpp directives as comments
5351      Branch: perl
5352            ! ext/IO/IO.xs
5353 ____________________________________________________________________________
5354 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
5355         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
5356      Branch: perl
5357            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
5358 ____________________________________________________________________________
5359 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
5360         Log: The debug_pag needs to be visible at all times
5361              because of the re extension.
5362      Branch: perl
5363            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
5364 ____________________________________________________________________________
5365 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
5366         Log: Subject: Re: [PATCH] Tests are good
5367              From: Philip Newton <Philip.Newton@gmx.net>
5368              Date: Sat, 24 Nov 2001 21:24:00 +0100
5369              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
5370      Branch: perl
5371            ! pod/perlhack.pod
5372 ____________________________________________________________________________
5373 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
5374         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
5375              From: "Craig A. Berry" <craigberry@mac.com> 
5376              Date: Sat, 24 Nov 2001 12:45:44 -0600
5377              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
5378              
5379              (with tweaks, and combined with Sarathy's #13242)
5380      Branch: perl
5381            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
5382 ____________________________________________________________________________
5383 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
5384         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
5385              From: John Peacock <jpeacock@rowman.com>
5386              Date: Sat, 24 Nov 2001 14:27:46 -0500
5387              Message-ID: <3BFFF4B2.40509@rowman.com> 
5388      Branch: perl
5389            ! lib/Exporter/Heavy.pm
5390 ____________________________________________________________________________
5391 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
5392         Log: use portable quotes
5393      Branch: perl
5394            ! ext/Devel/PPPort/harness/Makefile.PL
5395 ____________________________________________________________________________
5396 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
5397         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
5398              From: Nicholas Clark <nick@ccl4.org>
5399              Date: Sat, 24 Nov 2001 18:06:26 +0000
5400              Message-ID: <20011124180626.T37621@plum.flirble.org>
5401      Branch: perl
5402            ! installman
5403 ____________________________________________________________________________
5404 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
5405         Log: Subject: [PATCH] perl5005delta.pod L<>
5406              From: Nicholas Clark <nick@ccl4.org>
5407              Date: Sat, 24 Nov 2001 18:04:21 +0000
5408              Message-ID: <20011124180421.S37621@plum.flirble.org>
5409      Branch: perl
5410            ! pod/perl5005delta.pod
5411 ____________________________________________________________________________
5412 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
5413         Log: fix typo in config.vc; regenerate win32 config_H.* files
5414      Branch: perl
5415            ! win32/config.vc win32/config_H.bc win32/config_H.gc
5416            ! win32/config_H.vc
5417 ____________________________________________________________________________
5418 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
5419         Log: Mention the charnames::vianame().
5420      Branch: perl
5421            ! pod/perluniintro.pod
5422 ____________________________________________________________________________
5423 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
5424         Log: Add charnames::vianame() in case people want to access
5425              the codes in run-time (as opposed to the compile-timeness
5426              of \N{...}).
5427      Branch: perl
5428            ! lib/charnames.pm lib/charnames.t
5429 ____________________________________________________________________________
5430 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
5431         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
5432              From: Nicholas Clark <nick@ccl4.org>
5433              Date: Sat, 24 Nov 2001 16:30:42 +0000
5434              Message-ID: <20011124163042.R37621@plum.flirble.org>
5435      Branch: perl
5436            ! regcomp.c regcomp.h
5437 ____________________________________________________________________________
5438 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
5439         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
5440              From: Nicholas Clark <nick@ccl4.org>
5441              Date: Sat, 24 Nov 2001 16:24:33 +0000
5442              Message-ID: <20011124162433.Q37621@plum.flirble.org>
5443              
5444              cmp fixes.
5445      Branch: perl
5446            ! pp.c
5447 ____________________________________________________________________________
5448 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
5449         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
5450              (It seems that "./perl" gets resolved to "perl" now.)
5451      Branch: perl
5452            ! perl.c
5453 ____________________________________________________________________________
5454 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
5455         Log: Subject: [PATCH] DB_File 1.800        
5456              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
5457              Date: Sat, 24 Nov 2001 11:41:41 -0000
5458              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
5459      Branch: perl
5460            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5461            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
5462            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
5463            ! ext/DB_File/t/db-recno.t
5464 ____________________________________________________________________________
5465 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
5466         Log: Tweak the PUSHED documentation.
5467      Branch: perl
5468            ! ext/PerlIO/Via/Via.pm
5469 ____________________________________________________________________________
5470 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
5471         Log: Update 1_compile for new known tests.
5472      Branch: perl
5473            ! t/lib/1_compile.t
5474 ____________________________________________________________________________
5475 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
5476         Log: Move the MBF/MBI test modules to t/lib.
5477      Branch: perl
5478            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
5479            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
5480            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
5481            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
5482            ! lib/Math/BigInt/t/sub_mbi.t
5483 ____________________________________________________________________________
5484 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
5485         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
5486              From: "Craig A. Berry" <craigberry@mac.com> 
5487              Date: Fri, 23 Nov 2001 18:05:35 -0600
5488              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
5489      Branch: perl
5490            ! configure.com
5491 ____________________________________________________________________________
5492 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
5493         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
5494              From: PPrymmer@factset.com 
5495              Date: Fri, 23 Nov 2001 17:03:07 -0500
5496              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
5497      Branch: perl
5498            ! ext/Unicode/Normalize/mkheader
5499 ____________________________________________________________________________
5500 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
5501         Log: Here are the right helper files.
5502      Branch: perl
5503            + t/lib/Filter/Simple/ExportTest.pm
5504            + t/lib/Filter/Simple/FilterOnlyTest.pm
5505            + t/lib/Filter/Simple/FilterTest.pm
5506            + t/lib/Filter/Simple/ImportTest.pm
5507            ! MANIFEST
5508 ____________________________________________________________________________
5509 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
5510         Log: Update Changes.
5511      Branch: perl
5512            ! Changes patchlevel.h
5513 ____________________________________________________________________________
5514 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
5515         Log: Never mind.
5516      Branch: perl
5517            - lib/Filter/Simple/lib/ExportTest.pm
5518            - lib/Filter/Simple/lib/ImportTest.pm
5519 ____________________________________________________________________________
5520 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
5521         Log: Mis-add.
5522      Branch: perl
5523            + lib/Filter/Simple/lib/ExportTest.pm
5524            + lib/Filter/Simple/lib/ImportTest.pm
5525 ____________________________________________________________________________
5526 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
5527         Log: Upgrade to Filter::Simple 0.77.
5528      Branch: perl
5529            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
5530            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
5531            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
5532            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
5533            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
5534 ____________________________________________________________________________
5535 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
5536         Log: Missing p4 add.
5537      Branch: perl
5538            + lib/ExtUtils/MM_VMS.t
5539 ____________________________________________________________________________
5540 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
5541         Log: Pass 5 at perldelta - module and utility updates cleanup.
5542      Branch: perl
5543            ! pod/perldelta.pod
5544 ____________________________________________________________________________
5545 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
5546         Log: metaconfig unit change for #13219.
5547      Branch: metaconfig/U/perl
5548            ! d_procselfexe.U
5549 ____________________________________________________________________________
5550 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
5551         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
5552      Branch: perl
5553            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5554            ! pod/buildtoc.PL pod/perltoc.pod
5555 ____________________________________________________________________________
5556 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
5557         Log: Add procselfexe and d_dirfd to strange lands.
5558      Branch: perl
5559            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
5560            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
5561            ! vos/config.ga.def vos/config.ga.h win32/config.bc
5562            ! win32/config.gc win32/config.vc win32/config.win64
5563            ! wince/config.ce
5564 ____________________________________________________________________________
5565 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
5566         Log: metaconfig unit change for #13216.
5567      Branch: metaconfig/U/perl
5568            ! d_procselfexe.U
5569 ____________________________________________________________________________
5570 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
5571         Log: Better to "quote" the pathname.
5572      Branch: perl
5573            ! Configure config_h.SH
5574 ____________________________________________________________________________
5575 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
5576         Log: Use PROCSELFEXE_PATH.
5577      Branch: perl
5578            ! perl.c
5579 ____________________________________________________________________________
5580 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
5581         Log: metaconfig unit change for #13213.
5582      Branch: metaconfig/U/perl
5583            ! d_procselfexe.U
5584 ____________________________________________________________________________
5585 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
5586         Log: Add probing for BSD-like /proc/curpoc/file.
5587      Branch: perl
5588            ! Configure config_h.SH
5589 ____________________________________________________________________________
5590 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
5591         Log: metaconfig unit change for 13211.
5592      Branch: metaconfig/U/perl
5593            + d_dirfd.U
5594 ____________________________________________________________________________
5595 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
5596         Log: Add probing for dirfd() so that it can be added it IO::Dir.
5597      Branch: perl
5598            ! Configure config_h.SH perl.h
5599 ____________________________________________________________________________
5600 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
5601         Log: ...and update the test count.
5602      Branch: perl
5603            ! lib/Pod/t/basic.t
5604 ____________________________________________________________________________
5605 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
5606         Log: Must remove the cap test also from the test script.
5607      Branch: perl
5608            ! lib/Pod/t/basic.t
5609 ____________________________________________________________________________
5610 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
5611         Log: Subject: [PATCH] Tests are good
5612              From: Nicholas Clark <nick@ccl4.org>
5613              Date: Fri, 23 Nov 2001 18:12:21 +0000
5614              Message-ID: <20011123181220.F37621@plum.flirble.org>
5615      Branch: perl
5616            ! pod/perlhack.pod
5617 ____________________________________________________________________________
5618 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
5619         Log: The basic.cap from podlators 1.14 is not very portable.
5620      Branch: perl
5621            - lib/Pod/t/basic.cap
5622            ! MANIFEST
5623 ____________________________________________________________________________
5624 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
5625         Log: Subject: Re: [DOC PATCHES] pod cleanups
5626              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
5627              Date: 22 Nov 2001 12:54:16 -0000
5628              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
5629      Branch: perl
5630            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
5631            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
5632 ____________________________________________________________________________
5633 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
5634         Log: FAQ sync.
5635      Branch: perl
5636            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
5637 ____________________________________________________________________________
5638 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
5639         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
5640              From: PPrymmer@factset.com
5641              Date: Fri, 23 Nov 2001 11:43:45 -0500
5642              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
5643      Branch: perl
5644            ! MANIFEST lib/ExtUtils/MM_VMS.pm
5645 ____________________________________________________________________________
5646 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
5647         Log: Corify podlators 1.14 test.
5648      Branch: perl
5649            ! lib/Pod/t/basic.t
5650 ____________________________________________________________________________
5651 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
5652         Log: Output tweak needed because of podlators 1.14.
5653      Branch: perl
5654            ! t/pod/multiline_items.xr
5655 ____________________________________________________________________________
5656 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
5657         Log: Upgrade to podlators 1.14.
5658      Branch: perl
5659            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
5660            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
5661            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
5662            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
5663            ! lib/Pod/Text/Overstrike.pm
5664 ____________________________________________________________________________
5665 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
5666         Log: perlmodinstall tweaks from Philip Newton.
5667      Branch: perl
5668            ! pod/perlmodinstall.pod
5669 ____________________________________________________________________________
5670 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
5671         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
5672              From: Autrijus Tang <autrijus@autrijus.org>           
5673              Date: Fri, 23 Nov 2001 23:55:53 +0800
5674              Message-ID: <20011123235553.A2310@not.autrijus.org>
5675      Branch: perl
5676            ! Porting/genlog
5677 ____________________________________________________________________________
5678 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
5679         Log: Subject: Re: regex oddness with \Z and $&
5680              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
5681              Date: Fri, 23 Nov 2001 15:15:24 +0000
5682              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
5683      Branch: perl
5684            ! regcomp.c t/op/re_tests
5685 ____________________________________________________________________________
5686 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
5687         Log: regen_headers.
5688      Branch: perl
5689            ! embed.h global.sym pod/perlapi.pod proto.h
5690 ____________________________________________________________________________
5691 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
5692         Log: Forgotten check-in.
5693      Branch: perl
5694            ! pod/perlapi.pod
5695 ____________________________________________________________________________
5696 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
5697         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
5698      Branch: perl
5699            ! lib/Test/Simple.pm
5700 ____________________________________________________________________________
5701 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
5702         Log: Retract #13173 (effectively retract Net::Ping 2.06,
5703              go back to 2.04, the 2.06 hasn't seen the patches
5704              that have gone to the blead version.)
5705      Branch: perl
5706            - lib/Net/Ping/CHANGES lib/Net/Ping/README
5707            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
5708            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
5709            - lib/Net/Ping/t/200_ping_tcp.t
5710            ! MANIFEST lib/Net/Ping.pm
5711 ____________________________________________________________________________
5712 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
5713         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
5714              From: Robin Barker <rmb1@cise.npl.co.uk>
5715              Date: Thu, 22 Nov 2001 11:00:38 GMT
5716              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
5717      Branch: perl
5718            ! utils/perldoc.PL
5719 ____________________________________________________________________________
5720 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
5721         Log: metaconfig unit change for #13191.
5722      Branch: metaconfig/U/perl
5723            ! d_procselfexe.U
5724 ____________________________________________________________________________
5725 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
5726         Log: procselfexe tweak: for some reason I had a ls in
5727              /proc/self/exe, not the ls Configure thought it
5728              would found.
5729      Branch: perl
5730            ! Configure
5731 ____________________________________________________________________________
5732 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
5733         Log: Corify the Net::Ping tests; skip the tests
5734              unless $ENV{PERL_TEST_Net_Ping} is true.
5735      Branch: perl
5736            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
5737            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
5738            ! lib/Net/Ping/t/200_ping_tcp.t
5739 ____________________________________________________________________________
5740 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
5741         Log: metaconfig units changes for #13188.
5742      Branch: metaconfig
5743            ! U/modified/Head.U
5744      Branch: metaconfig/U/perl
5745            ! issymlink.U
5746 ____________________________________________________________________________
5747 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
5748         Log: The #13182 didn't really help.  The real problem
5749              seems to be that 'sh' can in AIX mean at least three
5750              different things, and we can't know which one it is
5751              unless we export $newsh from an earlier run (and it's
5752              the 'bsh' aka 'sh' that has the the broken test -h).
5753      Branch: perl
5754            ! Configure
5755 ____________________________________________________________________________
5756 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
5757         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
5758      Branch: perl
5759            ! op.c t/op/override.t
5760 ____________________________________________________________________________
5761 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
5762         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
5763              From: PPrymmer@factset.com 
5764              Date: Wed, 21 Nov 2001 20:17:25 -0500
5765              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
5766      Branch: perl
5767            ! lib/Shell.t
5768 ____________________________________________________________________________
5769 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
5770         Log: Reapply perlmodinstall parts of #12897.
5771      Branch: perl
5772            ! pod/perlmodinstall.pod
5773 ____________________________________________________________________________
5774 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
5775         Log: perlmodinstall 2.01 from Jon Orwant.
5776      Branch: perl
5777            ! pod/perlmodinstall.pod
5778 ____________________________________________________________________________
5779 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
5780         Log: Subject: [PATCH @10907] REXX on OS/2
5781              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5782              Date: Wed, 21 Nov 2001 15:26:11 -0500
5783              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
5784      Branch: perl
5785            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
5786            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
5787 ____________________________________________________________________________
5788 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
5789         Log: metaconfig unit change for #13181.
5790      Branch: metaconfig/U/perl
5791            ! issymlink.U
5792 ____________________________________________________________________________
5793 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
5794         Log: AIX has broken builtin 'test'.
5795      Branch: perl
5796            ! Configure
5797 ____________________________________________________________________________
5798 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
5799         Log: Subject: [PATCH 5.7.x] INSTALL size update
5800              From: Andy Dougherty <doughera@lafayette.edu>
5801              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
5802              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
5803      Branch: perl
5804            ! INSTALL
5805 ____________________________________________________________________________
5806 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
5807         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
5808              to pp_sort.c.  Includes the quicksort stabilizing layer
5809              from John P. Linderman.  -Msort=qsort or -Msort=fast is
5810              faster than without (or with -Msort=mergesort or -Msort=safe)
5811              for short random inputs, but for some reason not quite as fast
5812              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
5813              optimizing definitely needed.
5814      Branch: perl
5815            + lib/sort.pm lib/sort.t pp_sort.c
5816            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
5817            ! embed.pl global.sym perl.h pp_ctl.c proto.h
5818            ! vms/descrip_mms.template vos/build.cm win32/Makefile
5819            ! win32/makefile.mk wince/Makefile.ce
5820 ____________________________________________________________________________
5821 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
5822         Log: Sync file with libnet-1.0901-tobe
5823      Branch: perl
5824            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
5825            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
5826            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
5827            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
5828            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
5829 ____________________________________________________________________________
5830 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
5831         Log: Subject: [PATCH perldoc] problems with pod2man
5832              From: Robin Barker <rmb1@cise.npl.co.uk>
5833              Date: Wed, 21 Nov 2001 17:48:51 GMT
5834              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
5835      Branch: perl
5836            ! utils/perldoc.PL
5837 ____________________________________________________________________________
5838 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
5839         Log: debug_pad only visible when debugging.
5840      Branch: perl
5841            ! makedef.pl
5842 ____________________________________________________________________________
5843 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
5844         Log: metaconfig units changes for #13174.
5845      Branch: metaconfig/U/perl
5846            + d_procselfexe.U
5847            - procselfexe.U
5848 ____________________________________________________________________________
5849 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
5850         Log: procselfexe tweaks.
5851      Branch: perl
5852            ! Configure config_h.SH
5853 ____________________________________________________________________________
5854 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
5855         Log: Upgrade to Net::Ping 2.06.
5856      Branch: perl
5857            + lib/Net/Ping/CHANGES lib/Net/Ping/README
5858            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
5859            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
5860            + lib/Net/Ping/t/200_ping_tcp.t
5861            ! MANIFEST lib/Net/Ping.pm
5862 ____________________________________________________________________________
5863 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
5864         Log: Upgrade to Math::BigInt 1.47.
5865      Branch: perl
5866            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
5867            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
5868            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
5869            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
5870            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
5871            ! lib/Math/BigInt/t/sub_mbi.t
5872 ____________________________________________________________________________
5873 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
5874         Log: Dynaloading for POSIX-BC from Thomas Dorner.
5875      Branch: perl
5876            ! hints/posix-bc.sh
5877 ____________________________________________________________________________
5878 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
5879         Log: Strange: the same mysterious regex study bug
5880              seems to be present both in OS/390 and POSIX-BC.
5881              Deep EBCDIC magic that regex engine gets wrong,
5882              or a bug in some compiler/library shared by the
5883              two platforms?  From Thomas Dorner.
5884      Branch: perl
5885            ! t/op/study.t
5886 ____________________________________________________________________________
5887 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
5888         Log: More lost and found.
5889      Branch: perl
5890            + lib/Test/Simple/README
5891            ! MANIFEST
5892 ____________________________________________________________________________
5893 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
5894         Log: MANIFESTly missing.
5895      Branch: perl
5896            ! MANIFEST
5897 ____________________________________________________________________________
5898 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
5899         Log: Subject: Re: PERFORCE change 13162 for review               
5900              From: Philip Newton <Philip.Newton@gmx.net> 
5901              Date: Wed, 21 Nov 2001 16:44:30 +0100
5902              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
5903      Branch: perl
5904            ! ext/Devel/PPPort/PPPort.pm
5905 ____________________________________________________________________________
5906 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
5907         Log: Update Changes.
5908      Branch: perl
5909            ! Changes patchlevel.h
5910 ____________________________________________________________________________
5911 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
5912         Log: Small doc tweaks.
5913      Branch: perl
5914            ! ext/PerlIO/Via/Via.pm
5915 ____________________________________________________________________________
5916 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
5917         Log: Redundant return.
5918      Branch: perl
5919            ! ext/MIME/Base64/QuotedPrint.pm
5920 ____________________________________________________________________________
5921 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
5922         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
5923              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
5924              Date: Wed, 21 Nov 2001 10:23:16 +0100
5925              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
5926      Branch: perl
5927            ! pp_pack.c t/op/pack.t
5928 ____________________________________________________________________________
5929 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
5930         Log: Add Devel::PPPort originally from Kenneth Albanowski,
5931              revigorated by Paul Marquess: gives h2xs a Perl version
5932              portability boost.
5933      Branch: perl
5934            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
5935            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
5936            + ext/Devel/PPPort/harness/Harness.pm
5937            + ext/Devel/PPPort/harness/Harness.xs
5938            + ext/Devel/PPPort/harness/Makefile.PL
5939            + ext/Devel/PPPort/harness/module2.c
5940            + ext/Devel/PPPort/harness/module3.c
5941            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
5942            ! MANIFEST lib/h2xs.t utils/h2xs.PL
5943 ____________________________________________________________________________
5944 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
5945         Log: Oops.
5946      Branch: perl
5947            ! lib/Test/Simple/t/filehandles.t
5948 ____________________________________________________________________________
5949 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
5950         Log: Subject: Re: PERFORCE change 13152 for review               
5951              From: Philip Newton <Philip.Newton@gmx.net> 
5952              Date: Wed, 21 Nov 2001 09:04:05 +0100
5953              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
5954      Branch: perl
5955            ! lib/Test/Builder.pm
5956 ____________________________________________________________________________
5957 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
5958         Log: Subject: Re: PERFORCE change 13142 for review
5959              From: Philip Newton <Philip.Newton@gmx.net>
5960              Date: Wed, 21 Nov 2001 09:04:03 +0100
5961              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
5962              
5963              plus rewrap few paragraphs.
5964      Branch: perl
5965            ! lib/Pod/LaTeX.pm
5966 ____________________________________________________________________________
5967 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
5968         Log: Integrate #13154 from macperl; Remove comments.
5969      Branch: perl
5970           !> lib/File/Spec/Mac.pm
5971 ____________________________________________________________________________
5972 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
5973         Log: Update the list of modules having tests.
5974      Branch: perl
5975            ! t/lib/1_compile.t
5976 ____________________________________________________________________________
5977 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
5978         Log: Slight doc changes.
5979      Branch: maint-5.6/macperl
5980            ! macos/macperl/MacPerl.podhelp
5981 ____________________________________________________________________________
5982 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
5983         Log: Add UTF-16 coercion.
5984      Branch: maint-5.6/macperl
5985            ! macos/lib/Mac/AppleEvents/Simple.pm
5986 ____________________________________________________________________________
5987 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
5988         Log: Remove comments.
5989      Branch: maint-5.6/macperl
5990            ! lib/File/Spec/Mac.pm
5991 ____________________________________________________________________________
5992 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
5993         Log: Fix FSpGetCatInfo (and other functions) corrupting
5994              memory with bad filespecs (bug #471867)
5995      Branch: maint-5.6/macperl
5996            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
5997 ____________________________________________________________________________
5998 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
5999         Log: Upgrade to Test::Simple 0.33.
6000      Branch: perl
6001            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
6002            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
6003            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
6004 ____________________________________________________________________________
6005 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
6006         Log: Upgrade to Test::Harness 1.26.
6007      Branch: perl
6008            ! lib/Test/Harness.pm lib/Test/Harness/Changes
6009 ____________________________________________________________________________
6010 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
6011         Log: Integrate change #13145 from maintperl;
6012              another compatibility tweak to change#12559: avoid quoting
6013              arguments that already have quotes; add test case
6014      Branch: perl
6015           !> t/op/system_tests win32/win32.c
6016 ____________________________________________________________________________
6017 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
6018         Log: integrate change#13147 from mainline (fixes nit in change#10091)
6019              
6020              Subject: [PATCH] spaceship and refs
6021      Branch: maint-5.6/perl
6022            ! pp.c pp_hot.c t/op/cmp.t
6023 ____________________________________________________________________________
6024 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
6025         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
6026              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
6027              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
6028              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
6029      Branch: perl
6030            + lib/Pod/t/utils.t
6031            ! MANIFEST
6032 ____________________________________________________________________________
6033 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
6034         Log: Subject: [PATCH] spaceship and refs
6035              From: Nicholas Clark <nick@ccl4.org>
6036              Date: Tue, 20 Nov 2001 21:59:51 +0000
6037              Message-ID: <20011120215951.U62891@plum.flirble.org> 
6038      Branch: perl
6039            ! pp.c pp_hot.c t/op/cmp.t
6040 ____________________________________________________________________________
6041 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
6042         Log: Try to clarify which I/O call operates on bytes,
6043              which on characters, which on either.
6044      Branch: perl
6045            ! pod/perlfunc.pod
6046 ____________________________________________________________________________
6047 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
6048         Log: another compatibility tweak to change#12559: avoid quoting
6049              arguments that already have quotes; add test case
6050      Branch: maint-5.6/perl
6051            ! t/op/system_tests win32/win32.c
6052 ____________________________________________________________________________
6053 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
6054         Log: Give a simple example of writing PerlIO::Via handlers
6055              in Perl.
6056      Branch: perl
6057            ! ext/PerlIO/Via/Via.pm
6058 ____________________________________________________________________________
6059 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
6060         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
6061      Branch: perl
6062            + lib/Pod/t/latex.t
6063            ! MANIFEST
6064 ____________________________________________________________________________
6065 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
6066         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
6067              From: Tim Jenness <t.jenness@jach.hawaii.edu>
6068              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
6069              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
6070      Branch: perl
6071            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
6072 ____________________________________________________________________________
6073 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
6074         Log: Spread d_procselfexe to far-off lands (undefined).
6075      Branch: perl
6076            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
6077            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
6078            ! vos/config.ga.def vos/config.ga.h win32/config.bc
6079            ! win32/config.gc win32/config.vc win32/config.win64
6080            ! wince/config.ce
6081 ____________________________________________________________________________
6082 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
6083         Log: Integrate perlio; add detection and use of /proc/self/exe
6084              (Linuxism for finding the absolute path of the executable)
6085      Branch: perl
6086           !> Configure config_h.SH perl.c t/op/magic.t
6087 ____________________________________________________________________________
6088 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
6089         Log: Really define do_report_used() only if DEBUGGING.
6090      Branch: perl
6091            ! sv.c
6092 ____________________________________________________________________________
6093 [ 13138] By: nick                                  on 2001/11/20  20:01:05
6094         Log: perl.c change to use HAS_PROCSELFEXE, also
6095              tweak to $^X test to comprehend full path to real executable
6096              being returned (like Cygwin as it happens...)
6097      Branch: perlio
6098            ! perl.c t/op/magic.t
6099 ____________________________________________________________________________
6100 [ 13137] By: nick                                  on 2001/11/20  19:46:00
6101         Log: Integrate mainline
6102      Branch: perlio
6103           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
6104           +> lib/NEXT/t/unseen.t
6105            - lib/NEXT/test.pl
6106           !> (integrate 34 files)
6107 ____________________________________________________________________________
6108 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
6109         Log: Subject: [?PATCH] terser pp_eq
6110              From: Nicholas Clark <nick@ccl4.org>
6111              Date: Mon, 19 Nov 2001 23:09:02 +0000
6112              Message-ID: <20011119230901.O62891@plum.flirble.org>
6113      Branch: perl
6114            ! pp_hot.c
6115 ____________________________________________________________________________
6116 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
6117         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
6118      Branch: perl
6119            ! pod/perldelta.pod
6120 ____________________________________________________________________________
6121 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
6122         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
6123              From: Andy Dougherty <doughera@lafayette.edu>
6124              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
6125              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
6126      Branch: perl
6127            ! ext/re/Makefile.PL ext/re/re.xs
6128 ____________________________________________________________________________
6129 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
6130         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
6131              From: Andy Dougherty <doughera@lafayette.edu>
6132              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
6133              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
6134      Branch: perl
6135            ! ext/re/re.xs
6136 ____________________________________________________________________________
6137 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
6138         Log: Integrate change #13119 from macperl.
6139              (No changes since already applied the patch,
6140              just keep perforce happy and well-fed.)
6141      Branch: perl
6142           !> lib/Pod/Html.pm
6143 ____________________________________________________________________________
6144 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
6145         Log: Subject: [PATCH] filter-util.pl for Mac OS
6146              From: Chris Nandor <pudge@pobox.com>
6147              Date: Tue, 20 Nov 2001 00:16:11 -0500
6148              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
6149      Branch: perl
6150            ! t/lib/filter-util.pl
6151 ____________________________________________________________________________
6152 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
6153         Log: Subject: [PATCH] Portability fix for Pod::Html
6154              From: Chris Nandor <pudge@pobox.com>
6155              Date: Tue, 20 Nov 2001 00:01:05 -0500
6156              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
6157      Branch: perl
6158            ! lib/Pod/Html.pm
6159 ____________________________________________________________________________
6160 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
6161         Log: Need to skip more tests if not perlio.
6162      Branch: perl
6163            ! lib/open.t
6164 ____________________________________________________________________________
6165 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
6166         Log: Pass 3 at perldelta - sort the lists of new modules,
6167              module improvements, and new platforms.
6168      Branch: perl
6169            ! pod/perldelta.pod
6170 ____________________________________________________________________________
6171 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
6172         Log: Document ${^OPEN}.
6173      Branch: perl
6174            ! pod/perlvar.pod
6175 ____________________________________________________________________________
6176 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
6177         Log: Make configpm work with extra keys
6178      Branch: maint-5.6/macperl
6179            ! macos/configpm
6180 ____________________________________________________________________________
6181 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
6182         Log: Version and doc updates
6183      Branch: maint-5.6/macperl
6184            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
6185 ____________________________________________________________________________
6186 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
6187         Log: More fixes for error message parsing (bug #470316)
6188      Branch: maint-5.6/macperl
6189            ! macos/macish.c
6190 ____________________________________________________________________________
6191 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
6192         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
6193              remove obsolete function (bug #465225)
6194      Branch: maint-5.6/macperl
6195            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
6196            ! macos/macperl/MPScript.c
6197 ____________________________________________________________________________
6198 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
6199         Log: Add p2as droplet to distribution.
6200      Branch: maint-5.6/macperl
6201            + macos/macperl/Droplets/p2as.plx
6202 ____________________________________________________________________________
6203 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
6204         Log: Bundle File::Sort.
6205      Branch: maint-5.6/macperl
6206            + macos/bundled_lib/blib/lib/File/Sort.pm
6207 ____________________________________________________________________________
6208 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
6209         Log: Various bundled module fixes.
6210      Branch: maint-5.6/macperl
6211            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
6212            ! macos/bundled_ext/Digest/MD5/t/files.t
6213            ! macos/bundled_ext/Filter/t/filter-util.pl
6214            ! macos/bundled_lib/blib/lib/Net/Config.pm
6215            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
6216 ____________________________________________________________________________
6217 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
6218         Log: Portability fix for Pod::Html.
6219      Branch: maint-5.6/macperl
6220            ! lib/Pod/Html.pm
6221 ____________________________________________________________________________
6222 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
6223         Log: Upgrade to Text::Balanced 1.89.
6224      Branch: perl
6225            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
6226            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
6227            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
6228            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
6229            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
6230            ! lib/Text/Balanced/t/gentag.t
6231 ____________________________________________________________________________
6232 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
6233         Log: Upgrade to NEXT 0.50.
6234      Branch: perl
6235            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
6236            + lib/NEXT/t/unseen.t
6237            - lib/NEXT/test.pl
6238            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
6239 ____________________________________________________________________________
6240 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
6241         Log: Integrate with maint-5.6/perl.
6242      Branch: maint-5.6/macperl
6243           !> win32/win32.c
6244 ____________________________________________________________________________
6245 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
6246         Log: Update the README.threads scary header a bit.
6247      Branch: perl
6248            ! README.threads
6249 ____________________________________________________________________________
6250 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
6251         Log: Pass 2 at perldelta: add some changes since 5.7.2.
6252      Branch: perl
6253            ! pod/perldelta.pod
6254 ____________________________________________________________________________
6255 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
6256         Log: Subject: [DOC PATCH] perlfaq4.pod 
6257              From: Tim Jenness <t.jenness@jach.hawaii.edu>
6258              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
6259              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
6260      Branch: perl
6261            ! pod/perlfaq4.pod
6262 ____________________________________________________________________________
6263 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
6264         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
6265              From: Michael G Schwern <schwern@pobox.com> 
6266              Date: Mon, 19 Nov 2001 19:53:12 -0500
6267              Message-ID: <20011119195311.I11883@blackrider>
6268      Branch: perl
6269            ! perl.c
6270 ____________________________________________________________________________
6271 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
6272         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
6273              From: PPrymmer@factset.com
6274              Date: Mon, 19 Nov 2001 17:08:59 -0500
6275              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
6276      Branch: perl
6277            ! vms/descrip_mms.template
6278 ____________________________________________________________________________
6279 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
6280         Log: Create a per-interpeter debug scratchpad container
6281              and use that for the regexec debugging.
6282      Branch: perl
6283            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
6284 ____________________________________________________________________________
6285 [ 13109] By: nick                                  on 2001/11/19  22:01:45
6286         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
6287              Configure unit detects the feature).
6288      Branch: metaconfig/U/perl
6289            + procselfexe.U
6290      Branch: perlio
6291            ! Configure config_h.SH
6292 ____________________________________________________________________________
6293 [ 13108] By: nick                                  on 2001/11/19  20:39:17
6294         Log: Integrate mainline
6295      Branch: perlio
6296           +> t/op/or.t
6297           !> (integrate 44 files)
6298 ____________________________________________________________________________
6299 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
6300         Log: sysseek tweak.
6301      Branch: perl
6302            ! pod/perlfunc.pod
6303 ____________________________________________________________________________
6304 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
6305         Log: Move the sysio tests from io/utf8 to lib/open.
6306      Branch: perl
6307            ! lib/open.t t/io/utf8.t
6308 ____________________________________________________________________________
6309 [ 13105] By: nick                                  on 2001/11/19  20:15:39
6310         Log: Add a .package and a README to //depot/metaconfig
6311      Branch: metaconfig
6312            + .package README
6313 ____________________________________________________________________________
6314 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
6315         Log: Thou shalt not mix stdio and sysio.
6316      Branch: perl
6317            ! t/io/utf8.t
6318 ____________________________________________________________________________
6319 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
6320         Log: Update Changes.
6321      Branch: perl
6322            ! Changes patchlevel.h
6323 ____________________________________________________________________________
6324 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
6325         Log: The runops_debug needs to be present always, otherwise
6326              places like AIX which need an explicit symbol export list
6327              will croak when trying to build Devel::Peek (which uses
6328              the runops_debug).
6329      Branch: perl
6330            ! makedef.pl
6331 ____________________________________________________________________________
6332 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
6333         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
6334              From: PPrymmer@factset.com 
6335              Date: Mon, 19 Nov 2001 11:34:22 -0500
6336              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
6337      Branch: perl
6338            ! lib/Memoize/t/tie_sdbm.t
6339 ____________________________________________________________________________
6340 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
6341         Log: Retract #13088: it seems that unless dump.c is extensively
6342              reorganized as to what symbols it shows, when, and to whom,
6343              we are stuck with having the dump.o symbols in the libperl
6344              and thusly in the main Perl binary.
6345      Branch: perl
6346            ! embedvar.h perlapi.h perlvars.h
6347 ____________________________________________________________________________
6348 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
6349         Log: The _uni_display should not be in dump.c since they
6350              are used under normal operation (S_not_a_number()).
6351      Branch: perl
6352            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
6353 ____________________________________________________________________________
6354 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
6355         Log: Protect sv_dump() from being included unless DEBUGGING,
6356              as noticed by Ilya.
6357      Branch: perl
6358            ! sv.c
6359 ____________________________________________________________________________
6360 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
6361         Log: Pending further investigation skip the tell() tests.
6362              The tell() is okay on Solaris, HP-UX and Tru64, but fails
6363              (by returning too much) in Linux.
6364      Branch: perl
6365            ! t/io/utf8.t
6366 ____________________________________________________________________________
6367 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
6368         Log: Retract #13082 until a better solution is found:
6369              statics break ithreads.
6370      Branch: perl
6371            ! regexec.c
6372 ____________________________________________________________________________
6373 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
6374         Log: Figures 1 and 2 for UTF-8.
6375      Branch: perl
6376            ! pod/perlunicode.pod
6377 ____________________________________________________________________________
6378 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
6379         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
6380              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6381              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
6382              Message-ID: <20011119132645.A15034@rafael>
6383      Branch: perl
6384            ! op.c pod/perldiag.pod t/lib/warnings/op
6385 ____________________________________________________________________________
6386 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
6387         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
6388              From: Michael G Schwern <schwern@pobox.com> 
6389              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
6390              Message-ID: <20011119031112.E786@blackrider>
6391      Branch: perl
6392            ! t/op/closure.t
6393 ____________________________________________________________________________
6394 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
6395         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
6396              From: Michael G Schwern <schwern@pobox.com>
6397              Date: Mon, 19 Nov 2001 03:42:56 -0500
6398              Message-ID: <20011119034256.I786@blackrider>
6399      Branch: perl
6400            + t/op/or.t
6401            ! MANIFEST
6402 ____________________________________________________________________________
6403 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
6404         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
6405              From: "Craig A. Berry" <craigberry@mac.com>
6406              Date: Sun, 18 Nov 2001 14:33:48 -0600
6407              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
6408      Branch: perl
6409            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
6410 ____________________________________________________________________________
6411 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
6412         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
6413              From: Dave Rolsky <autarch@urth.org>
6414              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
6415              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
6416      Branch: perl
6417            ! lib/ExtUtils/Manifest.pm
6418 ____________________________________________________________________________
6419 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
6420         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
6421              From: Dave Rolsky <autarch@urth.org>
6422              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
6423              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
6424      Branch: perl
6425            ! lib/ExtUtils/Install.pm
6426 ____________________________________________________________________________
6427 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
6428         Log: The runops_dbg should not be needed.
6429      Branch: perl
6430            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
6431 ____________________________________________________________________________
6432 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
6433         Log: do_spawn() cleanup from Charles Lane.
6434      Branch: perl
6435            ! vms/vms.c
6436 ____________________________________________________________________________
6437 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
6438         Log: Update the list of tests.
6439      Branch: perl
6440            ! t/lib/1_compile.t
6441 ____________________________________________________________________________
6442 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
6443         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
6444              From: Michael G Schwern <schwern@pobox.com> 
6445              Date: Fri, 16 Nov 2001 17:37:04 -0500
6446              Message-ID: <20011116173703.L30160@blackrider>
6447      Branch: perl
6448            ! t/lib/warnings/sv
6449 ____________________________________________________________________________
6450 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
6451         Log: FAQ sync.
6452      Branch: perl
6453            ! pod/perlfaq4.pod
6454 ____________________________________________________________________________
6455 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
6456         Log: Integrate perlio; win32 sync.
6457      Branch: perl
6458           !> perlio.c win32/win32io.c
6459 ____________________________________________________________________________
6460 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
6461         Log: (retracted by #13096)
6462              Debugging would be badly skewed by a malloc per regex dump.
6463      Branch: perl
6464            ! regexec.c
6465 ____________________________________________________________________________
6466 [ 13081] By: nick                                  on 2001/11/18  19:08:40
6467         Log: Win32 layer has a dup which needs to match new prototype.
6468      Branch: perlio
6469            ! win32/win32io.c
6470 ____________________________________________________________________________
6471 [ 13080] By: nick                                  on 2001/11/18  19:05:02
6472         Log: Wrong way to get stdio mode used.
6473      Branch: perlio
6474            ! perlio.c
6475 ____________________________________________________________________________
6476 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
6477         Log: Retract #13048: that introduced a malloc() (through savepvn())
6478              to *every* m//, which killed the performance quite badly.
6479      Branch: perl
6480            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
6481 ____________________________________________________________________________
6482 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
6483         Log: Pass 1 at perldelta.pod: sort the section contents
6484              together, drop all but the 5.7.2 known problems,
6485              leave the 5.7.1 security note since that's the
6486              fullest explanation (update the date on that).
6487      Branch: perl
6488            ! pod/perldelta.pod
6489 ____________________________________________________________________________
6490 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
6491         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
6492              
6493              Tiny problem in the test for 20011113.110: I hope
6494              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
6495      Branch: perl
6496            ! pp.c t/op/repeat.t
6497 ____________________________________________________________________________
6498 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
6499         Log: All of syswrite/send/sendto need to return character counts,
6500              and character counts from the offset, not the beginning of
6501              the scalar.
6502      Branch: perl
6503            ! pp_sys.c
6504 ____________________________________________________________________________
6505 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
6506         Log: Integrate PerlIO: duping fixes.
6507      Branch: perl
6508           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
6509           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
6510           !> perliol.h sv.c
6511 ____________________________________________________________________________
6512 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
6513         Log: syswrite() was still returning byte counts, not character counts.
6514      Branch: perl
6515            ! pp_sys.c t/io/utf8.t
6516 ____________________________________________________________________________
6517 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
6518         Log: Add test for sysread().
6519      Branch: perl
6520            ! t/io/utf8.t
6521 ____________________________________________________________________________
6522 [ 13072] By: nick                                  on 2001/11/18  16:15:31
6523         Log: Allow dup'ing of PerlIO::Scalar etc.
6524      Branch: perlio
6525            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
6526            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
6527            ! perliol.h sv.c
6528 ____________________________________________________________________________
6529 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
6530         Log: Prepend a null byte to the test set.
6531      Branch: perl
6532            ! t/io/utf8.t
6533 ____________________________________________________________________________
6534 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
6535         Log: Document how "no utf8;" can become handy.
6536      Branch: perl
6537            ! lib/utf8.pm
6538 ____________________________________________________________________________
6539 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
6540         Log: Integrate perlio; force the inclusion of the PL_runops_*
6541      Branch: perl
6542           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
6543 ____________________________________________________________________________
6544 [ 13068] By: nick                                  on 2001/11/18  13:23:33
6545         Log: embed.pl generated changes I forgot to include
6546      Branch: perlio
6547            ! embedvar.h perlapi.h pod/perlapi.pod
6548 ____________________________________________________________________________
6549 [ 13067] By: nick                                  on 2001/11/18  12:50:19
6550         Log: Force inclusion of both Perl_runops_* in perl itself,
6551              so they are available for Peek.xs etc.
6552      Branch: perlio
6553            ! perlvars.h
6554 ____________________________________________________________________________
6555 [ 13066] By: nick                                  on 2001/11/18  11:00:34
6556         Log: Integrate mainline - a few Devel::Peak fails.
6557      Branch: perlio
6558           +> (branch 29 files)
6559            - ext/Thread/Thread.pm lib/Benchmark.t
6560            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
6561            - lib/Lingua/KO/Hangul/Util/README
6562            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
6563            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
6564            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
6565            - vms/ext/vmsish.pm vms/ext/vmsish.t
6566            ! hv.c
6567           !> (integrate 389 files)
6568 ____________________________________________________________________________
6569 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
6570         Log: Start working on perldelta.  This is not yet any sort of
6571              editing; just concatenating perl570delta, perl571delta,
6572              and perl572delta.  Any sorting not done, any duplicate
6573              removal not done, any removal or update of obsolete items
6574              not done, any changes since 5.7.2 not included.  So there.
6575      Branch: perl
6576            ! pod/perldelta.pod
6577 ____________________________________________________________________________
6578 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
6579         Log: Banish "use utf8".
6580      Branch: perl
6581            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
6582 ____________________________________________________________________________
6583 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
6584         Log: Tweak from Charles Lane.
6585      Branch: perl
6586            ! vms/vms.c
6587 ____________________________________________________________________________
6588 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
6589         Log: Integrate change #13058 from maintperl;
6590              change#12559 breaks things on Win9x because command.com doesn't
6591              grok dquotes at all; disable all the system() smarts for
6592              command.com
6593      Branch: perl
6594           !> win32/win32.c
6595 ____________________________________________________________________________
6596 [ 13061] By: ams                                   on 2001/11/17  13:46:11
6597         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
6598              From: Jonathan Stowe <gellyfish@gellyfish.com>
6599              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
6600              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
6601      Branch: perl
6602            ! lib/Term/Cap.pm
6603 ____________________________________________________________________________
6604 [ 13060] By: ams                                   on 2001/11/17  09:49:10
6605         Log: Subject: [PATCH9 File/Find.pm doc nits
6606              From: Tels <perl_dummy@bloodgate.com>
6607              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
6608      Branch: perl
6609            ! lib/File/Find.pm
6610 ____________________________________________________________________________
6611 [ 13059] By: ams                                   on 2001/11/17  09:38:38
6612         Log: Subject: [PATCH] Benchmark.pm nit
6613              From: Tels <perl_dummy@bloodgate.com>
6614              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
6615      Branch: perl
6616            ! lib/Benchmark.pm
6617 ____________________________________________________________________________
6618 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
6619         Log: change#12559 breaks things on Win9x because command.com doesn't
6620              grok dquotes at all; disable all the system() smarts for
6621              command.com
6622      Branch: maint-5.6/perl
6623            ! win32/win32.c
6624 ____________________________________________________________________________
6625 [ 13057] By: ams                                   on 2001/11/16  20:30:03
6626         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
6627              From: Andy Dougherty <doughera@lafayette.edu>
6628              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
6629              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
6630      Branch: perl
6631            ! lib/Unicode/UCD.t
6632 ____________________________________________________________________________
6633 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
6634         Log: Subject: [Patch Perl@13023] VMS system() warning
6635              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6636              Date: Fri, 16 Nov 2001 15:20:11 EST
6637              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
6638      Branch: perl
6639            ! vms/vms.c
6640 ____________________________________________________________________________
6641 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
6642         Log: It's neither-nor, and protect against the impossible.
6643      Branch: perl
6644            ! lib/Thread.pm
6645 ____________________________________________________________________________
6646 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
6647         Log: 5005threads didn't work because $Thread::VERSION wasn't
6648              visible.  Oops.
6649      Branch: perl
6650            ! ext/Thread/Makefile.PL lib/Thread.pm
6651 ____________________________________________________________________________
6652 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
6653         Log: Robustness against Linux using something else than gcc;
6654              based on
6655              
6656              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
6657              From: Charles Randall <cfriv@yahoo.com>
6658              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
6659              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
6660      Branch: perl
6661            ! ext/Errno/Errno_pm.PL
6662 ____________________________________________________________________________
6663 [ 13052] By: ams                                   on 2001/11/16  16:46:39
6664         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
6665              From: Russ Allbery <rra@stanford.edu>
6666              Date: 16 Nov 2001 09:44:21 -0800
6667              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
6668      Branch: perl
6669            ! lib/Pod/ParseLink.pm
6670 ____________________________________________________________________________
6671 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
6672         Log: Update perluniintro on the UTF-8 output matters
6673              (that -w will warn unless the stream is explicitly UTF-8-ified).
6674      Branch: perl
6675            ! pod/perluniintro.pod
6676 ____________________________________________________________________________
6677 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
6678         Log: Adding new files to MANIFEST is nice.
6679      Branch: perl
6680            ! MANIFEST
6681 ____________________________________________________________________________
6682 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
6683         Log: Update Changes.
6684      Branch: perl
6685            ! Changes patchlevel.h
6686 ____________________________________________________________________________
6687 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
6688         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
6689              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
6690              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
6691              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
6692      Branch: perl
6693            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
6694 ____________________________________________________________________________
6695 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
6696         Log: Rename perlunintro to perluniintro; regen toc.
6697      Branch: perl
6698            + pod/perluniintro.pod
6699            - pod/perlunintro.pod
6700            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
6701 ____________________________________________________________________________
6702 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
6703         Log: Document the negated lookeahead trick to emulate
6704              character class subtraction.
6705      Branch: perl
6706            ! pod/perlunicode.pod
6707 ____________________________________________________________________________
6708 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
6709         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
6710              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
6711              Date: Fri, 16 Nov 2001 23:31:04 +0900
6712              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
6713              
6714              (with the tweak that Cntrl is not C, it's Cc)
6715      Branch: perl
6716            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
6717            ! lib/unicore/mktables
6718 ____________________________________________________________________________
6719 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
6720         Log: Subject: [PATCH current] runtime runops switch
6721              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6722              Date: Fri, 16 Nov 2001 00:48:09 -0500
6723              Message-ID: <20011116004809.A934@math.ohio-state.edu>
6724      Branch: perl
6725            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
6726            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
6727            ! pod/perlintern.pod proto.h run.c
6728 ____________________________________________________________________________
6729 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
6730         Log: Further discourage old Thread code; tell how to tell
6731              the difference.
6732      Branch: perl
6733            ! lib/Thread.pm
6734 ____________________________________________________________________________
6735 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
6736         Log: A missing return; from Charles Lane.
6737      Branch: perl
6738            ! vms/vms.c
6739 ____________________________________________________________________________
6740 [ 13041] By: ams                                   on 2001/11/16  12:11:14
6741         Log: Subject: [PATCH] Doc spellcheck + podcheck
6742              From: Autrijus Tang <autrijus@egb.elixus.org>
6743              Date: Thu, 15 Nov 2001 22:49:05 -0800
6744              Message-Id: <20011116064905.GA44092@egb.elixus.org>
6745              
6746              Subject: [PATCH] podcheck+spellcheck, the rest of the story
6747              From: Autrijus Tang <autrijus@egb.elixus.org>
6748              Date: Fri, 16 Nov 2001 00:42:20 -0800
6749              Message-Id: <20011116084220.GA44295@egb.elixus.org>
6750              
6751              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
6752              From: Nicholas Clark <nick@ccl4.org>
6753              Date: Fri, 16 Nov 2001 10:32:01 +0000
6754              Message-Id: <20011116103200.F62891@plum.flirble.org>
6755              (Applied after suitable de-mangling.)
6756      Branch: perl
6757            ! README.aix README.dgux README.dos README.epoc README.hpux
6758            ! README.mint README.mpeix README.netware README.os2
6759            ! README.os390 README.plan9 README.qnx README.solaris
6760            ! README.threads doio.c pod/perl571delta.pod
6761            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
6762            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
6763            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
6764            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
6765            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
6766            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
6767 ____________________________________________________________________________
6768 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
6769         Log: Avoid redefinedness warning for now.
6770      Branch: perl
6771            ! lib/Thread.pm
6772 ____________________________________________________________________________
6773 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
6774         Log: use strict.
6775      Branch: perl
6776            ! lib/Thread.pm
6777 ____________________________________________________________________________
6778 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
6779         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
6780              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
6781              Date: Thu, 15 Nov 2001 22:54:47 EST 
6782              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
6783      Branch: perl
6784            ! vms/vms.c vms/vmspipe.com
6785 ____________________________________________________________________________
6786 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
6787         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
6788              From: "chromatic" <chromatic@rmci.net>
6789              Date: Thu, 15 Nov 2001 19:54:23 -0700
6790              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
6791      Branch: perl
6792            ! lib/File/stat.t
6793 ____________________________________________________________________________
6794 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
6795         Log: Make Thread a wrapper for both ithreads and 5005threads.
6796              Needs a lot of work and Arthur's eyeballing (and finishing
6797              few missing odds and ends of threads.pm).  Now Thread
6798              is an extension without its own .pm.
6799              
6800              If there are people who have experience working with
6801              either the 5005threads or the ithreads: cleaning up
6802              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
6803              and porting the various Thread::* modules, like Thread::Queue,
6804              to work also with ithreads, is needed.
6805              
6806              Removed the 5005threads requirement from the 5005 tests
6807              for easier testing (not all of them work yet since
6808              they use the Thread::* modules that have not been made
6809              to work with ithreads).  Leave the 5005 tests named as
6810              *.tx so that they are not run by "make test".
6811      Branch: perl
6812            + lib/Thread.pm
6813            - ext/Thread/Thread.pm
6814            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
6815            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
6816            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
6817            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
6818            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
6819            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
6820            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
6821 ____________________________________________________________________________
6822 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
6823         Log: $VERSION "a5" doesn't quite work.
6824      Branch: perl
6825            ! ext/B/Makefile.PL
6826 ____________________________________________________________________________
6827 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
6828         Log: Add the fruits of Larry Shatzer's version verifying script.
6829              (There are some straddlers, but they will be fixed in the
6830              upcoming releases of the modules.)
6831      Branch: perl
6832            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
6833            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
6834            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
6835            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
6836            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
6837            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
6838            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
6839            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
6840            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
6841            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
6842            ! wince/FindExt.pm
6843 ____________________________________________________________________________
6844 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
6845         Log: Add Larry Shatzer's VERSION verifying script.
6846      Branch: perl
6847            + Porting/checkVERSION.pl
6848            ! MANIFEST Porting/pumpkin.pod
6849 ____________________________________________________________________________
6850 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
6851         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
6852              From: Michael G Schwern <schwern@pobox.com>
6853              Date: Thu, 15 Nov 2001 19:26:40 -0500
6854              Message-ID: <20011115192640.R31399@blackrider>
6855      Branch: perl
6856            ! t/test.pl
6857 ____________________________________________________________________________
6858 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
6859         Log: Document the MY_CXT business; from Paul Marquess.
6860      Branch: perl
6861            ! pod/perlxs.pod
6862 ____________________________________________________________________________
6863 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
6864         Log: VMSCMD synch attempt.
6865      Branch: perl
6866            ! vms/vms.c vms/vmsish.h
6867 ____________________________________________________________________________
6868 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
6869         Log: Advise against -P as instructed by Schwern.
6870      Branch: perl
6871            ! pod/perlrun.pod
6872 ____________________________________________________________________________
6873 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
6874         Log: Subject: [PATCH] v-strings as Objects Step 1
6875              From: John Peacock <jpeacock@rowman.com>
6876              Date: Thu, 15 Nov 2001 12:41:04 -0500
6877              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
6878      Branch: perl
6879            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
6880            ! util.c
6881 ____________________________________________________________________________
6882 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
6883         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
6884              From: Michael G Schwern <schwern@pobox.com>
6885              Date: Thu, 15 Nov 2001 12:47:59 -0500
6886              Message-ID: <20011115124759.E31399@blackrider>
6887      Branch: perl
6888            + t/run/switchx.aux t/run/switchx.t
6889            ! MANIFEST t/run/switches.t
6890 ____________________________________________________________________________
6891 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
6892         Log: Upgrade to Getopt::Long 2.26_03.
6893      Branch: perl
6894            ! lib/Getopt/Long.pm
6895 ____________________________________________________________________________
6896 [ 13025] By: ams                                   on 2001/11/15  20:46:22
6897         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
6898              From: Michael G Schwern <schwern@pobox.com>
6899              Date: Thu, 15 Nov 2001 16:24:11 -0500
6900              Message-Id: <20011115162411.M31399@blackrider>
6901      Branch: perl
6902            ! vms/vms.c
6903 ____________________________________________________________________________
6904 [ 13024] By: ams                                   on 2001/11/15  19:32:06
6905         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
6906              From: rspier@pobox.com (Robert Spier)
6907              Date: Thu, 15 Nov 2001 11:19:21 -0800
6908              Message-Id: <15348.5433.732364.963687@rls.cx>
6909      Branch: perl
6910            ! op.c
6911 ____________________________________________________________________________
6912 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
6913         Log: Update Changes.
6914      Branch: perl
6915            ! Changes patchlevel.h
6916 ____________________________________________________________________________
6917 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
6918         Log: Subject: [PATCH] new tests for command-line switches
6919              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6920              Date: Thu, 15 Nov 2001 17:00:30 +0100
6921              Message-ID: <20011115170030.A14193@rafael>
6922      Branch: perl
6923            + t/run/switches.t
6924            ! MANIFEST
6925 ____________________________________________________________________________
6926 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
6927         Log: Upgrade to podlators 1.13.
6928      Branch: perl
6929            + lib/Pod/ParseLink.pm
6930            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
6931            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
6932            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
6933            ! t/pod/pod2usage.xr t/pod/podselect.xr
6934 ____________________________________________________________________________
6935 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
6936         Log: skip "might be used uninitialized".
6937      Branch: perl
6938            ! pp_sys.c
6939 ____________________________________________________________________________
6940 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
6941         Log: Fix for "perlio bug in koi8-r encoding".  The problem
6942              seemed to be that binmode() always flushed the handle,
6943              which is not so good when switching encodings.  Fixed,
6944              added Matt Sergeant's testcase, documented in perlfunc/binmode,
6945              also added a pointer about disciplines to perlfunc/open,
6946              and in general cleaned up and reformatted the open entry.
6947      Branch: perl
6948            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
6949 ____________________________________________________________________________
6950 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
6951         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
6952              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
6953              Date: 15 Nov 2001 08:57:06 -0000
6954              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
6955              
6956              chop() and chomp() are not real list functions,
6957              so let's not have them overrideable.  (Casey will
6958              be confused since in #7071 he patched the other way.)
6959      Branch: perl
6960            ! pod/perlfunc.pod toke.c
6961 ____________________________________________________________________________
6962 [ 13017] By: ams                                   on 2001/11/15  12:56:49
6963         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
6964              From: Robin Barker <rmb1@cise.npl.co.uk>
6965              Date: Thu, 15 Nov 2001 13:48:34 GMT
6966              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
6967              (Applied with tweaks.)
6968      Branch: perl
6969            ! pod/perltrap.pod
6970 ____________________________________________________________________________
6971 [ 13016] By: ams                                   on 2001/11/15  09:12:48
6972         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
6973              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6974              Date: Thu, 15 Nov 2001 09:06:39 +0100
6975              Message-Id: <20011115090639.A13005@rafael>
6976      Branch: perl
6977            ! pod/perlrun.pod
6978 ____________________________________________________________________________
6979 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
6980         Log: "link =" from utils.lst was being processed oddly.
6981      Branch: perl
6982            ! installman
6983 ____________________________________________________________________________
6984 [ 13014] By: ams                                   on 2001/11/15  02:52:52
6985         Log: Subject: [PATCH current] CreateTTY in -d
6986              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6987              Date: Wed, 14 Nov 2001 21:26:31 -0500
6988              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
6989      Branch: perl
6990            ! lib/perl5db.pl
6991 ____________________________________________________________________________
6992 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
6993         Log: Corify the Filter::Simple tests. 
6994      Branch: perl
6995            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
6996            ! lib/Filter/Simple/t/filter_only.t
6997 ____________________________________________________________________________
6998 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
6999         Log: Upgrade to Filter::Simple 0.70.
7000      Branch: perl
7001            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
7002            + t/lib/FilterOnlyTest.pm
7003            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
7004            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
7005            ! t/lib/FilterTest.pm
7006 ____________________________________________________________________________
7007 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
7008         Log: Cleanliness inspired by Cygwin.
7009      Branch: perl
7010            ! Makefile.SH x2p/Makefile.SH
7011 ____________________________________________________________________________
7012 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
7013         Log: Add perlunintro (formerly known as perlunitut); regen toc.
7014      Branch: perl
7015            + pod/perlunintro.pod
7016            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
7017 ____________________________________________________________________________
7018 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
7019         Log: FAQ sync.
7020      Branch: perl
7021            ! pod/perlfaq6.pod
7022 ____________________________________________________________________________
7023 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
7024         Log: Quieten pgcc 2.91.66 worries.
7025      Branch: perl
7026            ! gv.c pp_ctl.c utf8.c
7027 ____________________________________________________________________________
7028 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
7029         Log: Upgrade to Switch 2.06.
7030      Branch: perl
7031            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
7032            ! lib/Switch/t/nested.t
7033 ____________________________________________________________________________
7034 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
7035         Log: Upgrade to Attribute::Handlers 0.76.
7036      Branch: perl
7037            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
7038            ! lib/Attribute/Handlers/README
7039            ! lib/Attribute/Handlers/demo/Demo.pm
7040            ! lib/Attribute/Handlers/demo/Descriptions.pm
7041            ! lib/Attribute/Handlers/demo/MyClass.pm
7042            ! lib/Attribute/Handlers/demo/demo_cycle.pl
7043            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
7044            ! lib/Attribute/Handlers/t/multi.t
7045 ____________________________________________________________________________
7046 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
7047         Log: Signedness nit.
7048      Branch: perl
7049            ! regexec.c
7050 ____________________________________________________________________________
7051 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
7052         Log: VERSIONize.
7053      Branch: perl
7054            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
7055            ! lib/integer.pm
7056 ____________________________________________________________________________
7057 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
7058         Log: No pod in internal Net::FTP classes.
7059      Branch: perl
7060            ! pod/buildtoc.PL
7061 ____________________________________________________________________________
7062 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
7063         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
7064              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
7065              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
7066              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
7067      Branch: perl
7068            ! regexec.c
7069 ____________________________________________________________________________
7070 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
7071         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
7072              Pudge correctly).
7073      Branch: perl
7074            ! t/test.pl
7075 ____________________________________________________________________________
7076 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
7077         Log: Add comments to mark where $^X is being handled.
7078      Branch: perl
7079            ! perl.c toke.c
7080 ____________________________________________________________________________
7081 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
7082         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
7083              From: Michael G Schwern <schwern@pobox.com>
7084              Date: Wed, 14 Nov 2001 16:38:25 -0500
7085              Message-ID: <20011114163825.D6519@blackrider>
7086      Branch: perl
7087            ! t/op/repeat.t
7088 ____________________________________________________________________________
7089 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
7090         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
7091              From: Michael G Schwern <schwern@pobox.com>
7092              Date: Wed, 14 Nov 2001 13:19:15 -0500
7093              Message-ID: <20011114131915.K5096@blackrider>
7094      Branch: perl
7095            ! t/op/die_exit.t
7096 ____________________________________________________________________________
7097 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
7098         Log: Subject: Re: [PATCH] new version of runperl()
7099              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7100              Date: Wed, 14 Nov 2001 15:39:12 EST
7101              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
7102              
7103              "VMS $^X pipes etc" patch.
7104      Branch: perl
7105            ! vms/vms.c
7106 ____________________________________________________________________________
7107 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
7108         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
7109              and add "verbose" option to show the final command.
7110      Branch: perl
7111            ! t/test.pl
7112 ____________________________________________________________________________
7113 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
7114         Log: Goof in some of the comment fields of #12994.
7115      Branch: perl
7116            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
7117            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
7118            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
7119            ! lib/unicore/In/9.pl
7120 ____________________________________________________________________________
7121 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
7122         Log: The First, Last ranges in the Unicode data weren't
7123              getting their general categories added properly;
7124              noticed by Jeffrey Friedl.
7125      Branch: perl
7126            ! lib/unicore/Category.pl lib/unicore/In/0.pl
7127            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
7128            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
7129            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
7130            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
7131            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
7132            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
7133            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
7134            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
7135            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
7136            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
7137            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
7138            ! lib/unicore/mktables
7139 ____________________________________________________________________________
7140 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
7141         Log: Subject: [PATCH] new version of runperl()
7142              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7143              Date: Wed, 14 Nov 2001 12:23:01 +0100
7144              Message-ID: <20011114122301.A29384@rafael>
7145      Branch: perl
7146            ! t/io/argv.t t/test.pl
7147 ____________________________________________________________________________
7148 [ 12992] By: ams                                   on 2001/11/14  13:40:39
7149         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
7150              From: Michael G Schwern <schwern@pobox.com>
7151              Date: Tue, 13 Nov 2001 23:17:54 -0500
7152              Message-Id: <20011113231754.S32567@blackrider>
7153      Branch: perl
7154            ! perl.c
7155 ____________________________________________________________________________
7156 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
7157         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
7158              From: Philip Newton <Philip.Newton@gmx.net>
7159              Date: Wed, 14 Nov 2001 10:59:53 +0100
7160              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
7161              
7162              plus a lot of paragraph reformatting because of long lines.
7163      Branch: perl
7164            ! pod/perlapio.pod
7165 ____________________________________________________________________________
7166 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
7167         Log: A bool is not a pointer.
7168      Branch: perl
7169            ! pp_sys.c
7170 ____________________________________________________________________________
7171 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
7172         Log: AUTHORS updates.
7173      Branch: perl
7174            ! AUTHORS
7175 ____________________________________________________________________________
7176 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
7177         Log: There are several MIME RFCs.
7178      Branch: perl
7179            ! ext/Encode/Encode.pm
7180 ____________________________________________________________________________
7181 [ 12987] By: ams                                   on 2001/11/14  01:09:28
7182         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
7183              From: Michael G Schwern <schwern@pobox.com>
7184              Date: Tue, 13 Nov 2001 20:59:13 -0500
7185              Message-Id: <20011113205913.H32567@blackrider>
7186      Branch: perl
7187            ! t/op/groups.t vms/test.com
7188 ____________________________________________________________________________
7189 [ 12986] By: ams                                   on 2001/11/14  01:07:06
7190         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
7191              From: Michael G Schwern <schwern@pobox.com>
7192              Date: Tue, 13 Nov 2001 20:51:34 -0500
7193              Message-Id: <20011113205134.F32567@blackrider>
7194      Branch: perl
7195            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
7196 ____________________________________________________________________________
7197 [ 12985] By: ams                                   on 2001/11/14  00:43:59
7198         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
7199              From: Michael G Schwern <schwern@pobox.com>
7200              Date: Tue, 13 Nov 2001 20:38:42 -0500
7201              Message-Id: <20011113203842.E32567@blackrider>
7202      Branch: perl
7203            ! pod/perlport.pod
7204 ____________________________________________________________________________
7205 [ 12984] By: ams                                   on 2001/11/14  00:32:15
7206         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
7207              From: Michael G Schwern <schwern@pobox.com>
7208              Date: Tue, 13 Nov 2001 20:27:02 -0500
7209              Message-Id: <20011113202702.D32567@blackrider>
7210      Branch: perl
7211            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
7212            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
7213            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
7214            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
7215 ____________________________________________________________________________
7216 [ 12983] By: ams                                   on 2001/11/14  00:00:27
7217         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
7218              From: Michael G Schwern <schwern@pobox.com>
7219              Date: Tue, 13 Nov 2001 19:51:59 -0500
7220              Message-Id: <20011113195159.B32567@blackrider>
7221      Branch: perl
7222            ! pod/perlport.pod
7223 ____________________________________________________________________________
7224 [ 12982] By: ams                                   on 2001/11/13  23:53:11
7225         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
7226              From: Larry Shatzer <fugazi@zippy.zyx.net>
7227              Date: Tue, 13 Nov 2001 17:27:59 -0700
7228              Message-Id: <20011113172759.E27768@zippy.zyx.net>
7229      Branch: perl
7230            ! pod/perlapio.pod
7231 ____________________________________________________________________________
7232 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
7233         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
7234              "large enough" Unicode characters returned more than one
7235              as their "Unicode size".
7236      Branch: perl
7237            ! pp_sys.c t/io/utf8.t
7238 ____________________________________________________________________________
7239 [ 12980] By: ams                                   on 2001/11/13  19:32:33
7240         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
7241              From: "Craig A. Berry" <craigberry@mac.com>
7242              Date: Tue, 13 Nov 2001 14:33:25 -0600
7243              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
7244      Branch: perl
7245            ! vms/gen_shrfls.pl
7246 ____________________________________________________________________________
7247 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
7248         Log: Subject: Minor patch to Encode.pm (detypo)
7249              From: "Philip Newton" <Philip.Newton@gmx.net>
7250              Date: Tue, 13 Nov 2001 20:11:01 +0100
7251              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
7252      Branch: perl
7253            ! ext/Encode/Encode.pm
7254 ____________________________________________________________________________
7255 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
7256         Log: Evil tabulators.
7257      Branch: perl
7258            ! ext/Encode/Encode.pm
7259 ____________________________________________________________________________
7260 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
7261         Log: Document the available encodings.
7262      Branch: perl
7263            ! ext/Encode/Encode.pm
7264 ____________________________________________________________________________
7265 [ 12976] By: ams                                   on 2001/11/13  17:14:07
7266         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
7267              From: Barrie Slaymaker <barries@slaysys.com>
7268              Date: Tue, 13 Nov 2001 12:41:36 -0500
7269              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
7270      Branch: perl
7271            ! t/op/universal.t
7272 ____________________________________________________________________________
7273 [ 12975] By: ams                                   on 2001/11/13  16:24:21
7274         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
7275              From: Barrie Slaymaker <barries@slaysys.com>
7276              Date: Tue, 13 Nov 2001 10:56:20 -0500
7277              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
7278              (Test applied with minor tweaks and ->isa("HASH") omission.)
7279      Branch: perl
7280            ! lib/UNIVERSAL.pm t/op/universal.t
7281 ____________________________________________________________________________
7282 [ 12974] By: ams                                   on 2001/11/13  15:46:07
7283         Log: Subject: [PATCH Benchmark.pm] docco tweaks
7284              From: Barrie Slaymaker <barries@slaysys.com>
7285              Date: Tue, 13 Nov 2001 11:34:45 -0500
7286              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
7287      Branch: perl
7288            ! lib/Benchmark.pm
7289 ____________________________________________________________________________
7290 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
7291         Log: Subject: [PATCH] Attack of the C loops, round 1
7292              From: Richard Soderberg <rs@oregonnet.com>
7293              Date: Mon, 12 Nov 2001 12:07:29 -0800
7294              Message-Id: <200111122007.MAA01994@oregonnet.com>
7295              
7296              Subject: [PATCH] bytecode.pl (tiny patch)
7297              From: Richard Soderberg <rs@oregonnet.com>
7298              Date: Mon, 12 Nov 2001 12:53:24 -0800
7299              Message-Id: <200111122053.MAA06272@oregonnet.com>
7300      Branch: perl
7301            ! bytecode.pl installhtml
7302 ____________________________________________________________________________
7303 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
7304         Log: Subject: [PATCH] Update to Filter::Util::Call
7305              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
7306              Date: Sun, 11 Nov 2001 22:33:33 -0000
7307              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
7308              
7309              Use the new CXT* macros.
7310      Branch: perl
7311            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
7312 ____________________________________________________________________________
7313 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
7314         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
7315              From: Michael G Schwern <schwern@pobox.com>
7316              Date: Mon, 12 Nov 2001 20:50:34 -0500
7317              Message-ID: <20011112205034.H2888@blackrider>
7318      Branch: perl
7319            + lib/vmsish.pm lib/vmsish.t
7320            - vms/ext/vmsish.pm vms/ext/vmsish.t
7321            ! MANIFEST vms/descrip_mms.template
7322 ____________________________________________________________________________
7323 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
7324         Log: :utf8 works only with perlio.
7325      Branch: perl
7326            ! lib/open.t
7327 ____________________________________________________________________________
7328 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
7329         Log: Subject: Re: @Config -"des" not quite working on VMS
7330              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7331              Date: Tue, 13 Nov 2001 08:35:13 EST 
7332              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
7333      Branch: perl
7334            ! configure.com
7335 ____________________________________________________________________________
7336 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
7337         Log: Subject: [PATCH] lib/charnames.pm 
7338              From: Jeffrey Friedl <jfriedl@yahoo.com>
7339              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
7340              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
7341      Branch: perl
7342            ! lib/charnames.pm
7343 ____________________________________________________________________________
7344 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
7345         Log: Docs for Mac::err.
7346      Branch: maint-5.6/macperl
7347            ! macos/ext/Mac/err/err.pm
7348 ____________________________________________________________________________
7349 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
7350         Log: Some cleanup; change some globals to references for
7351              possible persistence later.
7352      Branch: maint-5.6/macperl
7353            ! macos/lib/Mac/Glue.pm
7354 ____________________________________________________________________________
7355 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
7356         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
7357      Branch: maint-5.6/macperl
7358            ! macos/ext/Mac/Files/Files.pm
7359 ____________________________________________________________________________
7360 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
7361         Log: Get Mac::Navigation to compile (bug #464684).
7362      Branch: maint-5.6/macperl
7363            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
7364            ! macos/ext/Mac/Navigation/Makefile.PL
7365            ! macos/ext/Mac/Navigation/Navigation.xs
7366            ! macos/macperl/Makefile.mk
7367 ____________________________________________________________________________
7368 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
7369         Log: Add in modules and POD to help menu.
7370      Branch: maint-5.6/macperl
7371            ! macos/macperl/MacPerl.podhelp
7372 ____________________________________________________________________________
7373 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
7374         Log: Update bundled modules.
7375      Branch: maint-5.6/macperl
7376            + macos/bundled_ext/Filter/t/FilterTest.pm
7377            + macos/bundled_ext/List/Util/t/shuffle.t
7378            + macos/bundled_ext/Storable/t/compat06.t
7379            + macos/bundled_ext/Storable/t/st-dump.pl
7380            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
7381            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
7382            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
7383            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
7384            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
7385            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
7386            + macos/bundled_lib/blib/lib/lwpcook.pod
7387            + macos/bundled_lib/t/Filter/Simple/filter.t
7388            + macos/bundled_lib/t/Switch/t/given.t
7389            + macos/bundled_lib/t/Switch/t/nested.t
7390            + macos/bundled_lib/t/Switch/t/switch.t
7391            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
7392            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
7393            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
7394            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
7395            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
7396            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
7397            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
7398            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
7399            + macos/bundled_lib/t/URI/rfc2732.t
7400            + macos/bundled_lib/t/libnet/config.t
7401            + macos/bundled_lib/t/libnet/libnet_t.pl
7402            + macos/bundled_lib/t/libwww-perl/live/google.t
7403            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
7404            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
7405            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
7406            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
7407            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
7408            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
7409            + macos/bundled_lib/t/libwww-perl/live/validator.t
7410            - macos/bundled_ext/Filter/t/MyFilter.pm
7411            - macos/bundled_ext/Storable/t/compat-0.6.t
7412            - macos/bundled_ext/Storable/t/dump.pl
7413            - macos/bundled_ext/Time/Piece/Makefile.PL
7414            - macos/bundled_ext/Time/Piece/Piece.pm
7415            - macos/bundled_ext/Time/Piece/Piece.t
7416            - macos/bundled_ext/Time/Piece/Piece.xs
7417            - macos/bundled_ext/Time/Piece/README
7418            - macos/bundled_ext/Time/Piece/Seconds.pm
7419            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
7420            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
7421            - macos/bundled_lib/blib/lib/Net/PH.pm
7422            - macos/bundled_lib/blib/lib/Net/SNPP.pm
7423            - macos/bundled_lib/blib/lib/Text/Balanced.pod
7424            - macos/bundled_lib/t/Filter/Simple/test.pl
7425            - macos/bundled_lib/t/Switch/test.pl
7426            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
7427            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
7428            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
7429            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
7430            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
7431            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
7432            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
7433            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
7434            - macos/bundled_lib/t/libnet/ph.t
7435            ! (edit 125 files)
7436 ____________________________________________________________________________
7437 [ 12961] By: ams                                   on 2001/11/13  00:45:08
7438         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
7439              From: Michael G Schwern <schwern@pobox.com>
7440              Date: Mon, 12 Nov 2001 20:16:45 -0500
7441              Message-Id: <20011112201644.G2888@blackrider>
7442      Branch: perl
7443            ! pod/perlport.pod
7444 ____________________________________________________________________________
7445 [ 12960] By: ams                                   on 2001/11/12  23:54:00
7446         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
7447              Recoving dup tests for VMS
7448              From: Michael G Schwern <schwern@pobox.com>
7449              Date: Mon, 12 Nov 2001 19:35:33 -0500
7450              Message-Id: <20011112193533.D2888@blackrider>
7451      Branch: perl
7452            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
7453 ____________________________________________________________________________
7454 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
7455         Log: Update Changes.
7456      Branch: perl
7457            ! Changes patchlevel.h
7458 ____________________________________________________________________________
7459 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
7460         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
7461              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
7462              Date: Mon, 12 Nov 2001 12:35:18 EST 
7463              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
7464      Branch: perl
7465            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
7466            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
7467 ____________________________________________________________________________
7468 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
7469         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
7470              From: Barrie Slaymaker <barries@slaysys.com>
7471              Date: Mon, 12 Nov 2001 11:19:52 -0500
7472              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
7473      Branch: perl
7474            ! lib/File/Spec.t lib/File/Spec/Win32.pm
7475 ____________________________________________________________________________
7476 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
7477         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
7478              From: Barrie Slaymaker <barries@slaysys.com>
7479              Date: Mon, 12 Nov 2001 11:07:36 -0500
7480              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
7481      Branch: perl
7482            ! lib/Benchmark.pm
7483 ____________________________________________________________________________
7484 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
7485         Log: Misplaced test, noticed by Barrie Slaymaker.
7486              (We are missing Benchmark tests, then.)
7487      Branch: perl
7488            + ext/Devel/DProf/DProf.t
7489            - lib/Benchmark.t
7490            ! MANIFEST
7491 ____________________________________________________________________________
7492 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
7493         Log: Subject: [PATCH] a few typo fixes 
7494              From: Jeffrey Friedl <jfriedl@yahoo.com>
7495              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
7496              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
7497              
7498              Patching README.foo instead of pod/perlfoo.pod,
7499              not patching Math::BigInt (Tels will take care of that),
7500              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
7501              and perldoc.PL instead of libnetcfg and perldoc, patching
7502              ext/Digest/MD5/t/files.t since MD5.pm was changed.
7503      Branch: perl
7504            ! (edit 109 files)
7505 ____________________________________________________________________________
7506 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
7507         Log: Add a note about the dangers of bad UTF-8.
7508      Branch: perl
7509            ! pod/perlunicode.pod
7510 ____________________________________________________________________________
7511 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
7512         Log: NetWare Nit from Ananth Kesari.
7513      Branch: perl
7514            ! NetWare/config.wc
7515 ____________________________________________________________________________
7516 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
7517         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
7518      Branch: perl
7519            ! ext/Encode/Encode.pm
7520 ____________________________________________________________________________
7521 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
7522         Log: (retracted by #12951)
7523      Branch: perl
7524            ! ext/Encode/Encode.pm
7525 ____________________________________________________________________________
7526 [ 12949] By: ams                                   on 2001/11/12  06:40:18
7527         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
7528              From: Robert Spier <rspier@pobox.com>
7529              Date: Sun, 11 Nov 2001 18:50:18 -0800
7530              Message-Id: <15343.14570.121505.233336@rls.cx>
7531              
7532              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
7533              From: Rick Delaney <rick.delaney@home.com>
7534              Date: 12 Nov 2001 00:15:52 -0500
7535              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
7536      Branch: perl
7537            ! pp_hot.c t/op/taint.t
7538 ____________________________________________________________________________
7539 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
7540         Log: It seems that we actually have this detail implemented
7541              as for as Level 1 Support of Unicode regex support is
7542              concerned: at Level 1 only 1:1 support for loose
7543              (aka caseless, aka caseigoring ) matching is required.
7544      Branch: perl
7545            ! pod/perlunicode.pod
7546 ____________________________________________________________________________
7547 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
7548         Log: (retracted by #12951)
7549      Branch: perl
7550            ! ext/Encode/Encode.pm
7551 ____________________________________________________________________________
7552 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
7553         Log: BOM, bom, Bom.
7554      Branch: perl
7555            ! pod/perlunicode.pod
7556 ____________________________________________________________________________
7557 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
7558         Log: Upgrade to Math::BigInt 1.46.
7559      Branch: perl
7560            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
7561            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
7562            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
7563            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
7564            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
7565 ____________________________________________________________________________
7566 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
7567         Log: Subject: Re: PERFORCE change 12943 for review
7568              From: "Philip Newton" <Philip.Newton@gmx.net>
7569              Date: Sun, 11 Nov 2001 20:53:36 +0100
7570              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
7571      Branch: perl
7572            ! pod/perlunicode.pod
7573 ____________________________________________________________________________
7574 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
7575         Log: Doc updates; make the Unicode discussions a little
7576              bit less alarming, and add information about encodings,
7577              surrogates, and BOMs.
7578      Branch: perl
7579            ! pod/perlunicode.pod
7580 ____________________________________________________________________________
7581 [ 12942] By: ams                                   on 2001/11/11  16:45:00
7582         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
7583              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
7584              Date: Mon, 12 Nov 2001 00:22:57 +0900
7585              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
7586      Branch: perl
7587            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
7588            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
7589 ____________________________________________________________________________
7590 [ 12941] By: ams                                   on 2001/11/11  13:01:40
7591         Log: Subject: Re: PERFORCE change 12929 for review
7592              From: "Philip Newton" <Philip.Newton@gmx.net>
7593              Date: Sun, 11 Nov 2001 14:27:44 +0100
7594              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
7595      Branch: perl
7596            ! MANIFEST
7597 ____________________________________________________________________________
7598 [ 12940] By: ams                                   on 2001/11/11  05:06:43
7599         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
7600              From: Michael G Schwern <schwern@pobox.com>
7601              Date: Thu, 8 Nov 2001 22:56:45 -0500
7602              Message-Id: <20011108225645.H5587@blackrider>
7603      Branch: perl
7604            ! t/op/chdir.t
7605 ____________________________________________________________________________
7606 [ 12939] By: ams                                   on 2001/11/11  05:01:00
7607         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
7608              From: Michael G Schwern <schwern@pobox.com>
7609              Date: Sun, 11 Nov 2001 00:54:43 -0500
7610              Message-Id: <20011111005443.A24450@blackrider>
7611      Branch: perl
7612            ! ext/Cwd/t/cwd.t
7613 ____________________________________________________________________________
7614 [ 12938] By: ams                                   on 2001/11/11  03:25:13
7615         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
7616              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
7617              From: "chromatic" <chromatic@rmci.net>
7618              Date: Sat, 10 Nov 2001 21:03:20 -0700
7619              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
7620      Branch: perl
7621            ! lib/File/stat.pm lib/File/stat.t
7622 ____________________________________________________________________________
7623 [ 12937] By: ams                                   on 2001/11/11  02:05:23
7624         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
7625              From: "Craig A. Berry" <craigberry@mac.com>
7626              Date: Sat, 10 Nov 2001 17:23:52 -0600
7627              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
7628      Branch: perl
7629            ! t/op/magic.t
7630 ____________________________________________________________________________
7631 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
7632         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
7633      Branch: perl
7634            ! lib/open.pm lib/open.t
7635 ____________________________________________________________________________
7636 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
7637         Log: The Official name of ASCII.
7638      Branch: perl
7639            ! ext/Encode/Encode.pm
7640 ____________________________________________________________________________
7641 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
7642         Log: The KOI8-R example wasn't quite right.
7643      Branch: perl
7644            ! lib/open.pm lib/open.t
7645 ____________________________________________________________________________
7646 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
7647         Log: Enhance the open pragma to support :utf8, :locale,
7648              and :encoding directly as special cases, and rename
7649              the INOUT to IO.
7650      Branch: perl
7651            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
7652 ____________________________________________________________________________
7653 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
7654         Log: Document the UTF-16 surrogate encoding and decoding.
7655      Branch: perl
7656            ! ext/Encode/Encode.pm
7657 ____________________________________________________________________________
7658 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
7659         Log: A potential recursion breaker.
7660      Branch: perl
7661            ! sv.c
7662 ____________________________________________________________________________
7663 [ 12930] By: ams                                   on 2001/11/10  07:46:53
7664         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
7665              (was Re: perl@12892)
7666              From: "chromatic" <chromatic@rmci.net>
7667              Date: Sat, 10 Nov 2001 01:28:09 -0700
7668              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
7669      Branch: perl
7670            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
7671            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
7672            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
7673            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
7674 ____________________________________________________________________________
7675 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
7676         Log: Add a test for the bytes pragma.
7677      Branch: perl
7678            + lib/bytes.t
7679            ! MANIFEST
7680 ____________________________________________________________________________
7681 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
7682         Log: Doc update.
7683      Branch: perl
7684            ! lib/bytes.pm
7685 ____________________________________________________________________________
7686 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
7687         Log: Cease to exist.
7688      Branch: perl
7689            - lib/Unicode/Normalize.pm
7690 ____________________________________________________________________________
7691 [ 12926] By: ams                                   on 2001/11/10  03:23:16
7692         Log: Subject: [patch] my_setenv speedup + fixes
7693              From: Doug MacEachern <dougm@covalent.net>
7694              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
7695              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
7696      Branch: perl
7697            ! util.c
7698 ____________________________________________________________________________
7699 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
7700         Log: Newline trouble.
7701      Branch: perl
7702            ! lib/ExtUtils/Embed.t
7703 ____________________________________________________________________________
7704 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
7705         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
7706              From: "Craig A. Berry" <craigberry@mac.com>
7707              Date: Fri, 09 Nov 2001 18:13:16 -0600
7708              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
7709      Branch: perl
7710            ! vms/munchconfig.c
7711 ____________________________________________________________________________
7712 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
7713         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
7714              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7715              Date: Sat, 10 Nov 2001 00:10:45 +0100
7716              Message-ID: <20011110001045.A11945@rafael>
7717      Branch: perl
7718            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
7719            + t/run/switchn.t t/run/switchp.t
7720            ! MANIFEST
7721 ____________________________________________________________________________
7722 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
7723         Log: Subject: [PATCH] some tests not cleaning up properly               
7724              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
7725              Date: Fri, 9 Nov 2001 22:13:10 +0100
7726              Message-ID: <20011109221310.A11115@rafael>
7727      Branch: perl
7728            ! ext/Cwd/t/cwd.t t/io/argv.t
7729 ____________________________________________________________________________
7730 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
7731         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
7732              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7733              Date: Fri, 9 Nov 2001 15:07:19 EST
7734              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
7735      Branch: perl
7736            ! lib/ExtUtils/Embed.t
7737 ____________________________________________________________________________
7738 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
7739         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
7740              have been copied so it shouldn't be freed in perl_destruct()
7741      Branch: perl
7742            ! perl.c
7743 ____________________________________________________________________________
7744 [ 12919] By: ams                                   on 2001/11/09  15:36:22
7745         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
7746              From: Michael G Schwern <schwern@pobox.com>
7747              Date: Fri, 9 Nov 2001 00:38:59 -0500
7748              Message-Id: <20011109003859.K5587@blackrider>
7749              (Applied with directory name changes suggested by Craig Berry.)
7750      Branch: perl
7751            ! ext/Cwd/t/cwd.t
7752 ____________________________________________________________________________
7753 [ 12918] By: ams                                   on 2001/11/09  15:29:15
7754         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
7755              From: Michael G Schwern <schwern@pobox.com>
7756              Date: Fri, 9 Nov 2001 01:44:14 -0500
7757              Message-Id: <20011109014414.N5587@blackrider>
7758      Branch: perl
7759            ! vms/ext/filespec.t
7760 ____________________________________________________________________________
7761 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
7762         Log: Update Changes.
7763      Branch: perl
7764            ! Changes patchlevel.h
7765 ____________________________________________________________________________
7766 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
7767         Log: Regen toc.
7768      Branch: perl
7769            ! pod/perltoc.pod
7770 ____________________________________________________________________________
7771 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
7772         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
7773              see http://www.jepstone.net/bjepson//jpl/cvs.html
7774      Branch: perl
7775            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
7776 ____________________________________________________________________________
7777 [ 12914] By: ams                                   on 2001/11/09  14:05:12
7778         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
7779              From: Michael G Schwern <schwern@pobox.com>
7780              Date: Thu, 8 Nov 2001 22:05:49 -0500
7781              Message-Id: <20011108220549.F5587@blackrider>
7782      Branch: perl
7783            ! vms/test.com
7784 ____________________________________________________________________________
7785 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
7786         Log: NetWare update from Ananth Kesari.
7787      Branch: perl
7788            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
7789 ____________________________________________________________________________
7790 [ 12912] By: ams                                   on 2001/11/09  13:40:26
7791         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
7792              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7793              Date: Fri, 9 Nov 2001 14:32:28 +0100
7794              Message-Id: <20011109143228.A18996@rafael>
7795      Branch: perl
7796            ! perl.c
7797 ____________________________________________________________________________
7798 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
7799         Log: FAQ sync.
7800      Branch: perl
7801            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
7802            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
7803            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
7804 ____________________________________________________________________________
7805 [ 12910] By: ams                                   on 2001/11/09  07:33:49
7806         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
7807              From: Michael G Schwern <schwern@pobox.com>
7808              Date: Fri, 9 Nov 2001 00:41:56 -0500
7809              Message-Id: <20011109004156.L5587@blackrider>
7810      Branch: perl
7811            ! lib/File/Find/t/find.t
7812 ____________________________________________________________________________
7813 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
7814         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
7815              The CPAN distribution has both pm and XS implementations,
7816              and for performance reasons we choose the XS.
7817              Another reason to choose the XS is that it doesn't
7818              require Lingua::KO::Hangul::Util, which means that
7819              we can delete that-- which in turn means that Unicode::UCD
7820              cannot expect that: support it, but don't expect.
7821              Ditto Unicode::Collate.
7822              
7823              Note that Unicode::Normalize Makefile.PL and
7824              Normalize.xs have been modified from the CPAN 0.10
7825              versions: the first one to be simpler (no pm) and
7826              clean up the generated unf*.h files, the second one
7827              to quench compiler grumblings.  Must notify Sadahiro
7828              about these changes.
7829      Branch: perl
7830            + ext/Unicode/Normalize/Changes
7831            + ext/Unicode/Normalize/Makefile.PL
7832            + ext/Unicode/Normalize/Normalize.pm
7833            + ext/Unicode/Normalize/Normalize.pod
7834            + ext/Unicode/Normalize/Normalize.xs
7835            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
7836            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
7837            + ext/Unicode/Normalize/t/test.t
7838            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
7839            - lib/Lingua/KO/Hangul/Util/README
7840            - lib/Lingua/KO/Hangul/Util/t/test.t
7841            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
7842            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
7843            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
7844            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
7845            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
7846            ! win32/makefile.mk
7847 ____________________________________________________________________________
7848 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
7849         Log: Test miscounting.
7850      Branch: perl
7851            ! ext/POSIX/t/posix.t
7852 ____________________________________________________________________________
7853 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
7854         Log: Quote the variables in failures messages more nicely.
7855      Branch: perl
7856            ! t/test.pl
7857 ____________________________________________________________________________
7858 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
7859         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
7860              From: Michael G Schwern <schwern@pobox.com>
7861              Date: Thu, 8 Nov 2001 17:24:49 -0500
7862              Message-ID: <20011108172449.A5587@blackrider>
7863              
7864              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
7865              From: "Craig A. Berry" <craigberry@mac.com>
7866              Date: Thu, 8 Nov 2001 16:35:00 -0600
7867              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
7868      Branch: perl
7869            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
7870 ____________________________________________________________________________
7871 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
7872         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
7873              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
7874              Date: Thu, 8 Nov 2001 22:52:50 -0000
7875              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
7876      Branch: perl
7877            ! ext/DB_File/t/db-recno.t
7878 ____________________________________________________________________________
7879 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
7880         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
7881              (Probably not an EBCDIC issue the way one would think
7882              since no chr() et alia are used in UCD.pm.)
7883      Branch: perl
7884            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
7885 ____________________________________________________________________________
7886 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
7887         Log: Whether overwriting the $self->{...} values (see #12902)
7888              is a good policy or not is debatable, but let's at least
7889              be consistent.
7890      Branch: perl
7891            ! lib/ExtUtils/MM_Unix.pm
7892 ____________________________________________________________________________
7893 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
7894         Log: The MakeMaker argument () quoting patch that sneaked
7895              in at #12883 didn't handle make macros like this $(...).
7896              Leaning toothpicks, we've got them.
7897      Branch: perl
7898            ! lib/ExtUtils/MM_Unix.pm
7899 ____________________________________________________________________________
7900 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
7901         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
7902              From: Michael G Schwern <schwern@pobox.com>
7903              Date: Wed, 7 Nov 2001 02:02:29 -0500
7904              Message-ID: <20011107020229.K2858@blackrider>
7905      Branch: perl
7906            ! t/io/argv.t t/test.pl vms/test.com
7907 ____________________________________________________________________________
7908 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
7909         Log: Subject: [PATCH 20011106.084] -s on #! line 
7910              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7911              Date: Wed, 7 Nov 2001 22:23:39 +0100
7912              Message-ID: <20011107222339.E729@rafael>
7913      Branch: perl
7914            ! embed.h embed.pl perl.c proto.h toke.c
7915 ____________________________________________________________________________
7916 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
7917         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
7918              From: Michael G Schwern <schwern@pobox.com>
7919              Date: Wed, 7 Nov 2001 16:52:49 -0500
7920              Message-ID: <20011107165249.I7346@blackrider>
7921      Branch: perl
7922            ! pod/perlhack.pod
7923 ____________________________________________________________________________
7924 [ 12898] By: ams                                   on 2001/11/08  13:02:19
7925         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
7926              From: Mark-Jason Dominus <mjd@plover.com>
7927              Date: Thu, 08 Nov 2001 08:59:02 -0500
7928              Message-Id: <20011108135902.2275.qmail@plover.com>
7929      Branch: perl
7930            ! INSTALL README README.amiga README.os2 README.vms
7931            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
7932            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
7933 ____________________________________________________________________________
7934 [ 12897] By: ams                                   on 2001/11/08  12:49:28
7935         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
7936              From: mjd@plover.com
7937              Date: 8 Nov 2001 13:33:18 -0000
7938              Message-Id: <20011108133318.1786.qmail@plover.com>
7939      Branch: perl
7940            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
7941            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
7942            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
7943            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
7944            ! pod/perlport.pod pod/perlvar.pod
7945 ____________________________________________________________________________
7946 [ 12896] By: ams                                   on 2001/11/08  11:22:12
7947         Log: open(FH, $file) should strip leading and trailing whitespace.
7948      Branch: perl
7949            ! doio.c
7950 ____________________________________________________________________________
7951 [ 12895] By: ams                                   on 2001/11/08  10:17:14
7952         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
7953              From: "Craig A. Berry" <craigberry@mac.com>
7954              Date: Wed, 07 Nov 2001 13:41:50 -0600
7955              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
7956      Branch: perl
7957            ! t/op/glob.t
7958 ____________________________________________________________________________
7959 [ 12894] By: ams                                   on 2001/11/08  08:32:20
7960         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
7961              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
7962              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
7963              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
7964      Branch: perl
7965            ! makedepend.SH
7966 ____________________________________________________________________________
7967 [ 12893] By: ams                                   on 2001/11/08  08:26:31
7968         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
7969              From: mjd@plover.com
7970              Date: 8 Nov 2001 08:08:07 -0000
7971              Message-Id: <20011108080807.30147.qmail@plover.com>
7972              
7973              Subject: bleadperl perl.pod
7974              From: mjd@plover.com
7975              Date: 8 Nov 2001 08:10:47 -0000
7976              Message-Id: <20011108081047.30178.qmail@plover.com>
7977              
7978              Subject: more bleadperl perl.pod
7979              From: mjd@plover.com
7980              Date: 8 Nov 2001 08:16:28 -0000
7981              Message-Id: <20011108081628.30229.qmail@plover.com>
7982      Branch: perl
7983            ! pod/perl.pod pod/perldebug.pod
7984 ____________________________________________________________________________
7985 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
7986         Log: Tweak for Cray-friendliness from Nicholas Clark.
7987      Branch: perl
7988            ! sv.c
7989 ____________________________________________________________________________
7990 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
7991         Log: VMS patch redo from Charles Lane.
7992      Branch: perl
7993            ! vms/gen_shrfls.pl
7994 ____________________________________________________________________________
7995 [ 12890] By: ams                                   on 2001/11/07  15:16:10
7996         Log: Subject: [ID 20011107.088] two perl pod nits
7997              From: lvirden@cas.org
7998              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
7999              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
8000      Branch: perl
8001            ! pod/perl.pod pod/perlfaq3.pod
8002 ____________________________________________________________________________
8003 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
8004         Log: Update Changes.
8005      Branch: perl
8006            ! Changes patchlevel.h
8007 ____________________________________________________________________________
8008 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
8009         Log: The (emulated) "no utf8" must be in a BEGIN block
8010              to be effective.
8011      Branch: perl
8012            ! lib/CGI/t/html.t
8013 ____________________________________________________________________________
8014 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
8015         Log: "v-strings" is the right term.
8016      Branch: perl
8017            ! pod/perltodo.pod
8018 ____________________________________________________________________________
8019 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
8020         Log: Add vstrings-as-objects need to perltodo.
8021      Branch: perl
8022            ! pod/perltodo.pod
8023 ____________________________________________________________________________
8024 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
8025         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
8026              From: Nicholas Clark <nick@ccl4.org>
8027              Date: Wed, 7 Nov 2001 14:36:32 +0000
8028              Message-ID: <20011107143631.I24980@plum.flirble.org>
8029      Branch: perl
8030            ! t/op/pack.t
8031 ____________________________________________________________________________
8032 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
8033         Log: The Embed test requires a major rewrite for VMS
8034              (plus it reveals a couple of annoying glitches
8035              in buffering), so skip the test for now; from
8036              Charles Lane.
8037      Branch: perl
8038            ! lib/ExtUtils/Embed.t
8039 ____________________________________________________________________________
8040 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
8041         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
8042              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8043              Date: Wed, 7 Nov 2001 09:23:28 EST
8044              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
8045              
8046              (Also i seems that an unrelated experimental patch
8047              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
8048      Branch: perl
8049            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
8050 ____________________________________________________________________________
8051 [ 12882] By: ams                                   on 2001/11/07  05:14:04
8052         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
8053              From: Mark-Jason Dominus <mjd@plover.com>
8054              Date: Wed, 07 Nov 2001 00:43:46 -0500
8055              Message-Id: <20011107054346.14428.qmail@plover.com>
8056      Branch: perl
8057            ! gv.c op.c toke.c
8058 ____________________________________________________________________________
8059 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
8060         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
8061              From: Michael G Schwern <schwern@pobox.com>             
8062              Date: Tue, 6 Nov 2001 22:04:39 -0500
8063              Message-ID: <20011106220439.D2858@blackrider>              
8064      Branch: perl
8065            ! lib/perl5db.pl
8066 ____________________________________________________________________________
8067 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
8068         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
8069              stress))
8070              From: Jonathan Stowe <gellyfish@gellyfish.com>
8071              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
8072              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
8073              
8074              (except for one hunk where indentation differs)
8075      Branch: perl
8076            ! lib/Term/Cap.t
8077 ____________________________________________________________________________
8078 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
8079         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
8080              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8081              Date: Tue, 6 Nov 2001 21:45:01 +0100
8082              Message-ID: <20011106214501.A704@rafael>
8083      Branch: perl
8084            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
8085            ! lib/File/Spec/Win32.pm
8086 ____________________________________________________________________________
8087 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
8088         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
8089              From: Michael G Schwern <schwern@pobox.com>              
8090              Date: Tue, 6 Nov 2001 20:58:45 -0500
8091              Message-ID: <20011106205845.G29411@blackrider>
8092      Branch: perl
8093            ! t/test.pl
8094 ____________________________________________________________________________
8095 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
8096         Log: Subject: making do_sprintf public       
8097              From: Doug MacEachern <dougm@covalent.net>    
8098              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
8099              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
8100      Branch: perl
8101            ! embed.h embed.pl global.sym
8102 ____________________________________________________________________________
8103 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
8104         Log: Update to CGI.pm 2.78.
8105              
8106              TODO: the test suite needs to be merged so that
8107              when in core, the core version is tested, and when
8108              using the CPAN version, testing the CPAN version.
8109              (the changes need to be sent to Lincoln, too...)
8110      Branch: perl
8111            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
8112            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
8113            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
8114            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
8115            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
8116            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
8117 ____________________________________________________________________________
8118 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
8119         Log: Integrate with perlio; (strictly) readonly hashes via XS.
8120      Branch: perl
8121           +> t/lib/access.t
8122           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
8123 ____________________________________________________________________________
8124 [ 12874] By: nick                                  on 2001/11/06  21:05:16
8125         Log: Keep It Simple and Stupid version of readonly hash support.
8126              - Test for SvREAONLY(hv) at a few spots in hv.c
8127              - add the error message to perldiag.pod
8128              - (dubious) add access::readonly() to univeral.c
8129              - add test using above
8130              - fixup ext/B/t/stash.t to account for access:: existing
8131      Branch: perlio
8132            + t/lib/access.t
8133            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
8134 ____________________________________________________________________________
8135 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
8136         Log: Fix incorrect warnings about broken globbing;
8137              from Andy Dougherty.
8138      Branch: perl
8139            ! hints/linux.sh
8140 ____________________________________________________________________________
8141 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
8142         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
8143              toggle-on from the encoding pragma.
8144      Branch: perl
8145            ! regcomp.c regexec.c
8146 ____________________________________________________________________________
8147 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
8148         Log: Retract #12824, doesn't help and is ignored
8149              by Configure anyway.
8150      Branch: perl
8151            ! hints/beos.sh
8152 ____________________________________________________________________________
8153 [ 12870] By: ams                                   on 2001/11/06  10:40:37
8154         Log: Subject: Cosmetic change
8155              From: H.Merijn Brand <h.m.brand@hccnet.nl>
8156              Date: Tue, 06 Nov 2001 12:30:52 +0100
8157              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
8158      Branch: perl
8159            ! README.hpux
8160 ____________________________________________________________________________
8161 [ 12869] By: nick                                  on 2001/11/06  08:26:40
8162         Log: Integrate mainline
8163      Branch: perlio
8164           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
8165           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
8166 ____________________________________________________________________________
8167 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
8168         Log: The parentheses are protected enough.
8169      Branch: perl
8170            ! hints/os390.sh
8171 ____________________________________________________________________________
8172 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
8173         Log: ccflags, not ldflags.
8174      Branch: perl
8175            ! hints/os390.sh
8176 ____________________________________________________________________________
8177 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
8178         Log: ... and the proto to go with #12865.
8179      Branch: perl
8180            ! proto.h
8181 ____________________________________________________________________________
8182 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
8183         Log: Oops.  Luckily nothing was using this symbol yet.
8184      Branch: perl
8185            ! global.sym
8186 ____________________________________________________________________________
8187 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
8188         Log: Implement the encoding pragma for regex literals.
8189      Branch: perl
8190            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
8191 ____________________________________________________________________________
8192 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
8193         Log: More UTF8 EXACT fixing.
8194      Branch: perl
8195            ! regexec.c
8196 ____________________________________________________________________________
8197 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
8198         Log: More re debugging.
8199      Branch: perl
8200            ! regexec.c
8201 ____________________________________________________________________________
8202 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
8203         Log: EXACT correction attempt.  Continued in #12863.
8204      Branch: perl
8205            ! regexec.c
8206 ____________________________________________________________________________
8207 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
8208         Log: Unterminated L<.
8209      Branch: perl
8210            ! ext/DB_File/DB_File.pm
8211 ____________________________________________________________________________
8212 [ 12859] By: nick                                  on 2001/11/05  19:15:17
8213         Log: Integrate mainline
8214      Branch: perlio
8215           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
8216           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
8217           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
8218           +> lib/Math/BigInt/t/sub_mbi.t
8219            - lib/Math/BigInt/t/Math/Subclass.pm
8220            - lib/Math/BigInt/t/subclass.t
8221           !> (integrate 30 files)
8222 ____________________________________________________________________________
8223 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
8224         Log: Regex debugging fixes from Hugo.
8225      Branch: perl
8226            ! regcomp.c regexec.c
8227 ____________________________________________________________________________
8228 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
8229         Log: IRIX: at some point the cc -version has started
8230              to output to stderr, not stdout any more.
8231      Branch: perl
8232            ! hints/irix_6.sh
8233 ____________________________________________________________________________
8234 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
8235         Log: Update Changes.
8236      Branch: perl
8237            ! Changes patchlevel.h
8238 ____________________________________________________________________________
8239 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
8240         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
8241      Branch: perl
8242            ! lib/File/Spec/Unix.pm
8243 ____________________________________________________________________________
8244 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
8245         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
8246              From: rgarciasuarez@free.fr
8247              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
8248              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
8249      Branch: perl
8250            ! lib/File/Spec/Unix.pm
8251 ____________________________________________________________________________
8252 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
8253         Log: Use config.arch in OS/390 where the combination of
8254              IEEE floats and ldflags is tricky.
8255      Branch: perl
8256            ! hints/os390.sh
8257 ____________________________________________________________________________
8258 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
8259         Log: Metaconfig unit change for #12851.
8260      Branch: metaconfig
8261            ! U/modified/Config_sh.U
8262 ____________________________________________________________________________
8263 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
8264         Log: Support a config.arch file, similar to config.over,
8265              but loaded just before it.
8266      Branch: perl
8267            ! Configure INSTALL
8268 ____________________________________________________________________________
8269 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
8270         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
8271              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8272              Date: Mon, 5 Nov 2001 14:26:24 +0100
8273              Message-ID: <20011105142624.C31977@rafael>
8274      Branch: perl
8275            ! lib/Symbol.pm lib/Symbol.t
8276 ____________________________________________________________________________
8277 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
8278         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
8279              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8280              Date: Sun, 4 Nov 2001 22:28:57 +0100
8281              Message-ID: <20011104222857.C696@rafael>
8282      Branch: perl
8283            ! pod/perldebug.pod pod/perlpodspec.pod
8284 ____________________________________________________________________________
8285 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
8286         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
8287      Branch: perl
8288            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
8289 ____________________________________________________________________________
8290 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
8291         Log: Math::Big* test tweaks to work better with core:
8292              but the coast still not clear.
8293      Branch: perl
8294            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
8295            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
8296 ____________________________________________________________________________
8297 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
8298         Log: Protect against high load: measure how much wall
8299              clock time went by while sleeping.  Avoids some
8300              false negatives, while may introduce some false
8301              positives.  Life is hard.
8302      Branch: perl
8303            ! ext/Time/HiRes/HiRes.t
8304 ____________________________________________________________________________
8305 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
8306         Log: More forgotten from #12843.
8307      Branch: perl
8308            ! lib/Math/BigInt/t/bigfltpm.inc
8309 ____________________________________________________________________________
8310 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
8311         Log: Forgot from #12843.
8312      Branch: perl
8313            + lib/Math/BigInt/t/bigintpm.inc
8314            ! MANIFEST
8315 ____________________________________________________________________________
8316 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
8317         Log: Upgrade to Math::BigInt 1.45; from Tels.
8318              NOTE: some of the tests are failing but that's because
8319              the core integration is not yet done.
8320      Branch: perl
8321            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
8322            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
8323            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
8324            - lib/Math/BigInt/t/Math/Subclass.pm
8325            - lib/Math/BigInt/t/subclass.t
8326            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
8327            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
8328            ! lib/Math/BigInt/t/mbimbf.t
8329 ____________________________________________________________________________
8330 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
8331         Log: VMS: adds capability to control more configuration stuff with
8332              -D and -U switches; parsing config.sh to extract previous config
8333              info in VMS-form, and a rewrite of the "prompt/response" routine;
8334              from Charles Lane.
8335      Branch: perl
8336            ! configure.com
8337 ____________________________________________________________________________
8338 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
8339         Log: Subject: Typo correction in perldebguts.pod
8340              From: mjd@plover.com
8341              Date: 4 Nov 2001 16:20:05 -0000
8342              Message-ID: <20011104162005.16699.qmail@plover.com>
8343      Branch: perl
8344            ! pod/perldebguts.pod
8345 ____________________________________________________________________________
8346 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
8347         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
8348              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8349              Date: Sun, 4 Nov 2001 11:47:30 +0100
8350              Message-ID: <20011104114730.A715@rafael>
8351              
8352              Remove -T from the test, wrong place for that.
8353      Branch: perl
8354            ! lib/File/Temp/t/mktemp.t
8355 ____________________________________________________________________________
8356 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
8357         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
8358              From: Nicholas Clark <nick@ccl4.org>
8359              Date: Sun, 4 Nov 2001 10:41:24 +0000
8360              Message-ID: <20011104104123.U20123@plum.flirble.org>
8361      Branch: perl
8362            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
8363 ____________________________________________________________________________
8364 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
8365         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
8366              From: Michael G Schwern <schwern@pobox.com>
8367              Date: Sat, 3 Nov 2001 15:41:47 -0500
8368              Message-ID: <20011103154147.C600@blackrider>
8369      Branch: perl
8370            ! lib/Term/Cap.t
8371 ____________________________________________________________________________
8372 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
8373         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
8374              From: "Craig A. Berry" <craigberry@mac.com>     
8375              Date: Sat, 03 Nov 2001 16:02:28 -0600
8376              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
8377      Branch: perl
8378            ! ext/Time/HiRes/HiRes.t
8379 ____________________________________________________________________________
8380 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
8381         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
8382              From: "chromatic" <chromatic@rmci.net>
8383              Date: Sat, 03 Nov 2001 12:28:17 -0700
8384              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
8385      Branch: perl
8386            ! lib/Term/Cap.t
8387 ____________________________________________________________________________
8388 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
8389         Log: Don't bother doing POSIX charclass parsing if it
8390              possibly cannot be so.  Prepares way for charclass
8391              syntax like [[abc]||[def]] (or just [[abc][def]])
8392              for union, [[\w]&&[$a]] for intersection,
8393              and [[a-z]&&[^def]] for subtraction.
8394              
8395              Currently /[[a]/ (or /[a[]/) parses as a character
8396              class containing two characters, "[" and "a",
8397              this may have to be broken for the syntax described
8398              above, otherwise we would have to scan the whole pattern
8399              to find out whether the square brackets match pairwise.
8400              Luckily, the special case of "[" doesn't seem to be
8401              documented (as opposed to "]" and "-"), so we may have
8402              better story for breaking it...  One can always use \[
8403              if one wants a literal "[", so there.
8404      Branch: perl
8405            ! regcomp.c
8406 ____________________________________________________________________________
8407 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
8408         Log: Comment correction.
8409      Branch: perl
8410            ! regcomp.c
8411 ____________________________________________________________________________
8412 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
8413         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
8414              The latter is a RedHatism.
8415      Branch: perl
8416            ! lib/ExtUtils/MakeMaker.pm
8417 ____________________________________________________________________________
8418 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
8419         Log: Integrate perlio.
8420      Branch: perl
8421           !> perlio.c
8422 ____________________________________________________________________________
8423 [ 12831] By: nick                                  on 2001/11/03  11:42:15
8424         Log: Integrate mainline
8425      Branch: perlio
8426           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
8427           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
8428           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
8429           !> sv.c t/test.pl
8430 ____________________________________________________________________________
8431 [ 12830] By: nick                                  on 2001/11/03  10:27:34
8432         Log: Fix clone_leak problem.
8433              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
8434              as vestige of calling PerlLIO_dup().
8435      Branch: perlio
8436            ! perlio.c
8437 ____________________________________________________________________________
8438 [ 12829] By: nick                                  on 2001/11/03  09:40:46
8439         Log: Tweaks attempting to locate Doug's clone_leak leak.
8440              - add some PerlIO_debug()
8441              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
8442              - Even if it closing stdout etc. do a fflush()
8443      Branch: perlio
8444            ! perlio.c
8445 ____________________________________________________________________________
8446 [ 12828] By: nick                                  on 2001/11/03  08:34:31
8447         Log: Integrate mainline
8448      Branch: perlio
8449           !> (integrate 54 files)
8450 ____________________________________________________________________________
8451 [ 12827] By: ams                                   on 2001/11/03  03:45:19
8452         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
8453              remove this later). Based on a patch from Robert Spier in
8454              <15330.61459.14452.795263@rls.cx>.
8455      Branch: perl
8456            ! sv.c
8457 ____________________________________________________________________________
8458 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
8459         Log: microperl sync.
8460      Branch: perl
8461            ! doio.c perl.c perl.h perlio.c regexec.c
8462 ____________________________________________________________________________
8463 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
8464         Log: Definitions for the Unicode Newline Guidelines.
8465      Branch: perl
8466            ! perl.h
8467 ____________________________________________________________________________
8468 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
8469         Log: (retracted by #12871)
8470              
8471              There is no csh of any kind in default BeOS.
8472              For the purposes of miniperl globbing, bash
8473              will do.
8474      Branch: perl
8475            ! hints/beos.sh
8476 ____________________________________________________________________________
8477 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
8478         Log: Integrate change #12820 from macperl to maint and blead;
8479              
8480              Fix up (dynaloading) to work properly with multiplicity
8481      Branch: maint-5.6/perl
8482           !> ext/DynaLoader/dl_mac.xs
8483      Branch: perl
8484           !> ext/DynaLoader/dl_mac.xs
8485 ____________________________________________________________________________
8486 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
8487         Log: Several fixes for various exit problems and clearing out
8488              task queue, as well as another (incomplete) go at
8489              fixing error message handling
8490      Branch: maint-5.6/macperl
8491            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
8492 ____________________________________________________________________________
8493 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
8494         Log: Add source files for bleadperl builds
8495      Branch: maint-5.6/macperl
8496            ! macos/Makefile.mk
8497 ____________________________________________________________________________
8498 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
8499         Log: Fix up to work properly with multiplicity
8500      Branch: maint-5.6/macperl
8501            ! ext/DynaLoader/dl_mac.xs
8502 ____________________________________________________________________________
8503 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
8504         Log: Integrate with maintperl.
8505      Branch: maint-5.6/macperl
8506           +> t/op/system.t t/op/system_tests
8507           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
8508           !> pod/perltodo.pod util.c win32/win32.c
8509 ____________________________________________________________________________
8510 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
8511         Log: Locate _PATH_LOG if it's a socket even if not #defined
8512              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
8513              via Nick Clark.
8514      Branch: perl
8515            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
8516 ____________________________________________________________________________
8517 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
8518         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
8519              From: Michael G Schwern <schwern@pobox.com>
8520              Date: Fri, 2 Nov 2001 15:36:41 -0500
8521              Message-ID: <20011102153641.E23234@blackrider>
8522      Branch: perl
8523            ! t/test.pl
8524 ____________________________________________________________________________
8525 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
8526         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
8527              From: merlyn@stonehenge.com (Randal L. Schwartz)
8528              Date: 02 Nov 2001 09:33:34 -0800
8529              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
8530              
8531              (two of the changes)
8532              
8533              Better coexistence with extensions.
8534      Branch: perl
8535            ! ext/Errno/Errno_pm.PL hints/darwin.sh
8536 ____________________________________________________________________________
8537 [ 12815] By: ams                                   on 2001/11/02  16:47:43
8538         Log: Subject: Re: [PATCH] the the double double word word fix fix
8539              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
8540              Date: Fri, 02 Nov 2001 19:43:07 +0100
8541              Message-Id: <3BE2E93B.627C198E@alcatel.at>
8542      Branch: perl
8543            ! pod/perldebug.pod
8544 ____________________________________________________________________________
8545 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
8546         Log: Update Changes.
8547      Branch: perl
8548            ! Changes patchlevel.h
8549 ____________________________________________________________________________
8550 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
8551         Log: More encoding testing.
8552      Branch: perl
8553            ! lib/encoding.pm lib/encoding.t
8554 ____________________________________________________________________________
8555 [ 12812] By: ams                                   on 2001/11/02  15:07:11
8556         Log: Slight modification of #12811.
8557      Branch: perl
8558            ! op.c
8559 ____________________________________________________________________________
8560 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
8561         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
8562              From: Radu Greab <radu@netsoft.ro>
8563              Date: Fri, 2 Nov 2001 15:28:58 +0200
8564              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
8565      Branch: perl
8566            ! op.c t/op/stat.t
8567 ____________________________________________________________________________
8568 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
8569         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
8570              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8571              Date: Thu, 1 Nov 2001 22:35:50 +0100
8572              Message-ID: <20011101223550.A10849@rafael>
8573      Branch: perl
8574            ! lib/ExtUtils/Embed.t
8575 ____________________________________________________________________________
8576 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
8577         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
8578              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
8579              Date: 2 Nov 2001 14:48:51 -0000
8580              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
8581      Branch: perl
8582            ! lib/File/Find.pm
8583 ____________________________________________________________________________
8584 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
8585         Log: Add documentation.
8586      Branch: perl
8587            ! embed.pl pod/perlapi.pod utf8.c
8588 ____________________________________________________________________________
8589 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
8590         Log: Unicode: add ToFold mapping.  Not used yet; but basically
8591              a more useful mapping for caseless aka case-ignoring than
8592              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
8593              algorithm for creating the foldings uses equivalence classes,
8594              see http://www.unicode.org/unicode/reports/tr21/
8595              Hopefully this feature will be used in //i.
8596              (The folding tables were introduced by #12689.)
8597      Branch: perl
8598            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
8599            ! utf8.c
8600 ____________________________________________________________________________
8601 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
8602         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
8603              From: "Craig A. Berry" <craigberry@mac.com>
8604              Date: Fri, 02 Nov 2001 00:03:52 -0600
8605              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
8606      Branch: perl
8607            ! lib/AutoSplit.t
8608 ____________________________________________________________________________
8609 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
8610         Log: Subject: Trivial doc patch
8611              From: andreas.koenig@anima.de (Andreas J. Koenig)
8612              Date: 02 Nov 2001 06:11:35 +0100
8613              Message-ID: <m37kt94v08.fsf@anima.de>
8614      Branch: perl
8615            ! pod/perlport.pod
8616 ____________________________________________________________________________
8617 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
8618         Log: Make encoding and charnames pragmas coexist.
8619      Branch: perl
8620            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
8621 ____________________________________________________________________________
8622 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
8623         Log: The basic character classes seem to go untested with Unicode.
8624      Branch: perl
8625            ! t/op/pat.t
8626 ____________________________________________________________________________
8627 [ 12802] By: ams                                   on 2001/11/02  00:39:36
8628         Log: Subject: [PATCH] the the double double word word fix fix
8629              From: Richard Soderberg <rs@oregonnet.com>
8630              Date: Thu, 1 Nov 2001 13:12:03 -0800
8631              Message-Id: <200111012112.NAA23288@oregonnet.com>
8632              
8633              Subject: Re: [PATCH] the the double double word word fix fix
8634              From: Mark-Jason Dominus <mjd@plover.com>
8635              Date: Thu, 01 Nov 2001 16:43:40 -0500
8636              Message-Id: <20011101214340.2044.qmail@plover.com>
8637              
8638              Subject: Re: [PATCH] the the double double word word fix fix
8639              From: Mark-Jason Dominus <mjd@plover.com>
8640              Date: Thu, 01 Nov 2001 16:51:39 -0500
8641              Message-Id: <20011101215139.2196.qmail@plover.com>
8642      Branch: perl
8643            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
8644            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
8645            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
8646            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
8647            ! pod/perltodo.pod pod/perlxstut.pod
8648 ____________________________________________________________________________
8649 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
8650         Log: Comment tweaks.
8651      Branch: perl
8652            ! toke.c
8653 ____________________________________________________________________________
8654 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
8655         Log: FAQ sync.
8656      Branch: perl
8657            ! pod/perlfaq9.pod
8658 ____________________________________________________________________________
8659 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
8660         Log: If an encoding is set by -M/-m, it must be in
8661              effect only for the actual script, not any other
8662              required/-M/-m'ed module, otherwise we enter a nasty
8663              recursion in regexec.c while trying to init the simple
8664              UTF-8 charclasses like PL_utf8_alnum.
8665      Branch: perl
8666            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
8667 ____________________________________________________________________________
8668 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
8669         Log: A bit more descriptive name.
8670      Branch: perl
8671            ! mg.c
8672 ____________________________________________________________________________
8673 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
8674         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
8675              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8676              Date: Wed, 31 Oct 2001 13:47:04 EST
8677              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
8678      Branch: perl
8679            ! ext/Time/HiRes/HiRes.t
8680 ____________________________________________________________________________
8681 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
8682         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
8683              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8684              Date: Wed, 31 Oct 2001 13:43:29 EST
8685              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
8686      Branch: perl
8687            ! mg.c
8688 ____________________________________________________________________________
8689 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
8690         Log: Subject: [PATCH] Various test cleanups
8691              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8692              Date: Tue, 30 Oct 2001 21:56:26 +0100
8693              Message-ID: <20011030215626.A28503@rafael>
8694      Branch: perl
8695            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
8696            ! ext/DB_File/t/db-recno.t ext/Encode.t
8697 ____________________________________________________________________________
8698 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
8699         Log: Update Changes.
8700      Branch: perl
8701            ! Changes patchlevel.h
8702 ____________________________________________________________________________
8703 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
8704         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
8705              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
8706              Date: Wed, 31 Oct 2001 17:16:39 +0100
8707              Message-ID: <20011031171639.A32511@rafael>
8708      Branch: perl
8709            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
8710 ____________________________________________________________________________
8711 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
8712         Log: Skip message nit.
8713      Branch: perl
8714            ! t/io/fs.t
8715 ____________________________________________________________________________
8716 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
8717         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
8718              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
8719              Date: 31 Oct 2001 14:49:37 -0000
8720              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
8721      Branch: perl
8722            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
8723 ____________________________________________________________________________
8724 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
8725         Log: Extend the effect of the encoding pragma to chr() and ord().
8726              
8727              TODO: regex literals, reentrancy problems with the utf8
8728              and charnames pragmas.
8729      Branch: perl
8730            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
8731 ____________________________________________________________________________
8732 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
8733         Log: Doc tweaks.
8734      Branch: perl
8735            ! lib/encoding.pm
8736 ____________________________________________________________________________
8737 [ 12788] By: nick                                  on 2001/10/31  08:59:56
8738         Log: Integrate mainline
8739      Branch: perlio
8740           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
8741           !> (integrate 49 files)
8742 ____________________________________________________________________________
8743 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
8744         Log: Forgot new proto.
8745      Branch: perl
8746            ! proto.h
8747 ____________________________________________________________________________
8748 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
8749         Log: Clarification: use encoding cannot be used to
8750              change the default encoding of "your whole script";
8751              only the default encoding of the *data*.  Also, it
8752              seems that "use encoding" does not mix with "use utf8"
8753              (a coredumping recursion ensues).  Should not be a huge
8754              problem since "use utf8" is pretty marginal nowadays.
8755      Branch: perl
8756            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
8757 ____________________________________________________________________________
8758 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
8759         Log: More documentation for the encode pragma.
8760      Branch: perl
8761            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
8762            ! pod/perlapi.pod pod/perlunicode.pod sv.c
8763 ____________________________________________________________________________
8764 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
8765         Log: Thinko in #12783.
8766      Branch: perl
8767            ! sv.c
8768 ____________________________________________________________________________
8769 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
8770         Log: Make sv_recode_to_utf8() a real API: the encoding
8771              is a parameter, instead of a global.  Document the
8772              PERL_ENCODING.
8773      Branch: perl
8774            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
8775            ! toke.c
8776 ____________________________________________________________________________
8777 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
8778         Log: Enable -Mencoding=foobar also for string literals.
8779      Branch: perl
8780            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
8781            ! pod/perlapi.pod proto.h sv.c toke.c
8782 ____________________________________________________________________________
8783 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
8784         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
8785              From: Andy Dougherty <doughera@lafayette.edu>
8786              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
8787              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
8788      Branch: perl
8789            ! ext/POSIX/hints/svr4.pl
8790 ____________________________________________________________________________
8791 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
8792         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
8793              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
8794              Date: Mon, 29 Oct 2001 23:11:58 -0000
8795              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
8796              
8797              Add compat.h.
8798      Branch: perl
8799            ! lib/h2xs.t utils/h2xs.PL
8800 ____________________________________________________________________________
8801 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
8802         Log: Subject: PerlIOBuf_dup
8803              From: Nicholas Clark <nick@ccl4.org>              
8804              Date: Mon, 29 Oct 2001 21:52:35 +0000             
8805              Message-ID: <20011029215235.K41204@plum.flirble.org>
8806              
8807              Add prototype.
8808      Branch: perl
8809            ! perliol.h
8810 ____________________________________________________________________________
8811 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
8812         Log: Subject: [PATCH] Make malloc.c errors more useful
8813              From: Richard Soderberg <rs@oregonnet.com>
8814              Date: Mon, 29 Oct 2001 22:28:02 -0800
8815              Message-Id: <200110300628.WAA11025@oregonnet.com>
8816      Branch: perl
8817            ! malloc.c
8818 ____________________________________________________________________________
8819 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
8820         Log: Retract #12776 - the bug 19990906.001 is still valid.
8821      Branch: perl
8822            ! t/run/kill_perl.t
8823 ____________________________________________________________________________
8824 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
8825         Log: (Retracted by #12777)
8826              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
8827              From: Michael G Schwern <schwern@pobox.com> 
8828              Date: Mon, 29 Oct 2001 23:01:08 -0500
8829              Message-ID: <20011029230108.G18053@blackrider>
8830      Branch: perl
8831            ! t/run/kill_perl.t
8832 ____________________________________________________________________________
8833 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
8834         Log: Comment nits.
8835      Branch: perl
8836            ! lib/encoding.t
8837 ____________________________________________________________________________
8838 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
8839         Log: integrate change#12772 from mainline
8840              
8841              Subject: [PATCH] Mommy, what's a pointer cast?
8842      Branch: maint-5.6/perl
8843            ! perl.h
8844 ____________________________________________________________________________
8845 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
8846         Log: Subject: [PATCH] Mommy, what's a pointer cast?
8847              From: Richard Soderberg <rs@oregonnet.com>
8848              Date: Mon, 29 Oct 2001 17:01:10 -0800
8849              Message-Id: <200110300101.RAA31561@oregonnet.com>
8850              
8851              (threads* parts)
8852      Branch: perl
8853            ! ext/threads/shared/shared.xs ext/threads/threads.xs
8854 ____________________________________________________________________________
8855 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
8856         Log: Subject: [PATCH] Mommy, what's a pointer cast?
8857              From: Richard Soderberg <rs@oregonnet.com>
8858              Date: Mon, 29 Oct 2001 17:01:10 -0800
8859              Message-Id: <200110300101.RAA31561@oregonnet.com>
8860              
8861              (the perl.h part)
8862      Branch: perl
8863            ! perl.h
8864 ____________________________________________________________________________
8865 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
8866         Log: Subject: [PATCH] OpenBSD likes signal.h 
8867              From: Richard Soderberg <rs@oregonnet.com>
8868              Date: Mon, 29 Oct 2001 17:00:31 -0800
8869              Message-Id: <200110300100.RAA31533@oregonnet.com>
8870      Branch: perl
8871            ! unixish.h
8872 ____________________________________________________________________________
8873 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
8874         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
8875              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
8876              Date: Mon, 29 Oct 2001 23:04:23 -0000
8877              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
8878      Branch: perl
8879            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
8880            ! ext/DB_File/t/db-recno.t
8881 ____________________________________________________________________________
8882 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
8883         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
8884              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
8885              Date: Mon, 29 Oct 2001 12:34:07 -0600
8886              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
8887      Branch: perl
8888            ! ext/Time/HiRes/HiRes.t
8889 ____________________________________________________________________________
8890 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
8891         Log: Update Changes.
8892      Branch: perl
8893            ! Changes patchlevel.h
8894 ____________________________________________________________________________
8895 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
8896         Log: AIX needs an explicit symbol export list.
8897      Branch: perl
8898            ! lib/ExtUtils/Embed.t
8899 ____________________________________________________________________________
8900 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
8901         Log: The test (and the module) would require some
8902              quality hacking time to work on EBCDIC.  Based on
8903              the test results nothing seems to be majorly broken,
8904              the module just seems to have strange assumptions:
8905              got: ''\226\225\205'
8906              expected: ''one'
8907              The \226\225\205 being, of course, 'one', in EBCDIC.
8908      Branch: perl
8909            ! lib/Dumpvalue.t
8910 ____________________________________________________________________________
8911 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
8912         Log: Mark the test known to be failing in EBCDIC.
8913      Branch: perl
8914            ! t/op/tr.t
8915 ____________________________________________________________________________
8916 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
8917         Log: None of the libnet modules are going to work in
8918              EBCDIC without the Convert::EBCDIC.
8919      Branch: perl
8920            ! t/lib/1_compile.t
8921 ____________________________________________________________________________
8922 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
8923         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
8924      Branch: perl
8925            ! t/op/pack.t
8926 ____________________________________________________________________________
8927 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
8928         Log: UTF-EBCDIC ain't UTF-8.
8929      Branch: perl
8930            ! t/op/pack.t
8931 ____________________________________________________________________________
8932 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
8933         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
8934      Branch: perl
8935            ! t/lib/1_compile.t
8936 ____________________________________________________________________________
8937 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
8938         Log: Let's not assume ASCII.
8939      Branch: perl
8940            ! t/op/lc.t
8941 ____________________________________________________________________________
8942 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
8943         Log: Call the new perlio symbols differently.
8944      Branch: perl
8945            ! makedef.pl
8946 ____________________________________________________________________________
8947 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
8948         Log: Don't expect ASCII ordering.
8949      Branch: perl
8950            ! lib/ExtUtils/Manifest.t
8951 ____________________________________________________________________________
8952 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
8953         Log: Forgot from #12756.
8954      Branch: perl
8955            ! perlio.h
8956 ____________________________________________________________________________
8957 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
8958         Log: BeOS tweaks:
8959              - fseeko and ftello can be found by Configure but
8960              we do not seem to have prototypes for them so
8961              let's make up some
8962              - BeOS didn't use to have real sockets (sockets as
8963              filedescriptors) but the BONE package is supposed
8964              to fix this.  I do not know how to detect BONEness,
8965              see hints/beos.sh for a spot that needs to fixed.
8966              - BeOS has O_TEXT != O_BINARY but has no setmode()
8967      Branch: perl
8968            ! hints/beos.sh perlio.c
8969 ____________________________________________________________________________
8970 [ 12755] By: sky                                   on 2001/10/29  12:56:12
8971         Log: Ugly fix to not die when a thread creator is holding locks.
8972      Branch: perl
8973            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
8974            ! ext/threads/threads.xs
8975 ____________________________________________________________________________
8976 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
8977         Log: Integrate change #12752 from maintperl;
8978              
8979              croak(Nullch) wasn't printing the contents of ERRSV if there was
8980              no outer eval (bug in change#6125)
8981      Branch: perl
8982           !> util.c
8983 ____________________________________________________________________________
8984 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
8985         Log: Subject: [PATCH h2xs] Use of static data in XS modules
8986              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
8987              Date: Sun, 28 Oct 2001 21:19:07 -0000
8988              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
8989              
8990              with nits from Sarathy.
8991      Branch: perl
8992            ! utils/h2xs.PL
8993 ____________________________________________________________________________
8994 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
8995         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
8996              no outer eval (bug in change#6125)
8997      Branch: maint-5.6/perl
8998            ! util.c
8999 ____________________________________________________________________________
9000 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
9001         Log: More todo for the encoding pragma.
9002      Branch: perl
9003            ! lib/encoding.pm
9004 ____________________________________________________________________________
9005 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
9006         Log: Add the encoding pragma to control the "upgrade"
9007              from the native eight bit data to Unicode.
9008              
9009              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
9010      Branch: perl
9011            + lib/encoding.pm lib/encoding.t
9012            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
9013            ! pod/perlunicode.pod pod/perlvar.pod sv.c
9014 ____________________________________________________________________________
9015 [ 12749] By: sky                                   on 2001/10/28  21:02:33
9016         Log: Update documentation.
9017      Branch: perl
9018            ! ext/threads/shared/shared.pm
9019 ____________________________________________________________________________
9020 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
9021         Log: Integrate change #12747 from maintperl;
9022              
9023              finishing touches to system() fixes on windows:
9024              * detect cmd shell correctly even if it had full path in it
9025              * more quoting needed for single-arg system if the argument
9026              really had multiple quoted arguments within it
9027              * be smarter about not calling the shell when the executable
9028              has spaces, but otherwise does not need shell involvement
9029              * add a testsuite (windows-specific currently)
9030      Branch: perl
9031           +> t/op/system.t t/op/system_tests
9032            ! MANIFEST pod/perltodo.pod
9033           !> win32/win32.c
9034 ____________________________________________________________________________
9035 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
9036         Log: finishing touches to system() fixes on windows:
9037              * detect cmd shell correctly even if it had full path in it
9038              * more quoting needed for single-arg system if the argument
9039              really had multiple quoted arguments within it
9040              * be smarter about not calling the shell when the executable
9041              has spaces, but otherwise does not need shell involvement
9042              * add a testsuite (windows-specific currently)
9043      Branch: maint-5.6/perl
9044            + t/op/system.t t/op/system_tests
9045            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
9046 ____________________________________________________________________________
9047 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
9048         Log: Integrate perlio.
9049      Branch: perl
9050           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
9051 ____________________________________________________________________________
9052 [ 12745] By: nick                                  on 2001/10/28  16:08:14
9053         Log: Mingw32 fixup for Embed.t
9054      Branch: perlio
9055            ! lib/ExtUtils/Embed.t
9056 ____________________________________________________________________________
9057 [ 12744] By: nick                                  on 2001/10/28  15:54:14
9058         Log: GCC vs MS 64-bit constant syntax
9059      Branch: perlio
9060            ! ext/Time/HiRes/HiRes.xs
9061 ____________________________________________________________________________
9062 [ 12743] By: nick                                  on 2001/10/28  15:42:55
9063         Log: Integrate mainline
9064      Branch: perlio
9065           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
9066 ____________________________________________________________________________
9067 [ 12742] By: sky                                   on 2001/10/28  14:47:10
9068         Log: Manpage updates.
9069      Branch: perl
9070            ! ext/threads/threads.pm
9071 ____________________________________________________________________________
9072 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
9073         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
9074      Branch: perl
9075            ! lib/ExtUtils/Embed.t
9076 ____________________________________________________________________________
9077 [ 12740] By: nick                                  on 2001/10/28  14:14:24
9078         Log: Integrate mainline
9079      Branch: perlio
9080           !> lib/ExtUtils/Embed.t win32/win32.c
9081 ____________________________________________________________________________
9082 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
9083         Log: Need to be ./executed.
9084      Branch: perl
9085            ! lib/ExtUtils/Embed.t
9086 ____________________________________________________________________________
9087 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
9088         Log: Integrate perlio.
9089      Branch: perl
9090           !> perlio.c win32/win32.h
9091 ____________________________________________________________________________
9092 [ 12737] By: nick                                  on 2001/10/28  13:53:45
9093         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
9094              by gcc -xc++.
9095      Branch: perlio
9096            ! win32/win32.h
9097 ____________________________________________________________________________
9098 [ 12736] By: nick                                  on 2001/10/28  13:50:50
9099         Log: Have :stdio layer update an honour the fd refcnt table.
9100              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
9101      Branch: perlio
9102            ! perlio.c
9103 ____________________________________________________________________________
9104 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
9105         Log: Integrate changes #12724 and #12725 from maintperl;
9106              multiarg system now works.
9107      Branch: perl
9108           !> win32/win32.c
9109 ____________________________________________________________________________
9110 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
9111         Log: Integrate perlio.
9112      Branch: perl
9113           +> lib/ExtUtils/Embed.t
9114           !> MANIFEST perlio.c
9115 ____________________________________________________________________________
9116 [ 12733] By: nick                                  on 2001/10/28  13:07:16
9117         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
9118              least for PERLIO=perlio unthreaded case
9119      Branch: perlio
9120            ! perlio.c
9121 ____________________________________________________________________________
9122 [ 12732] By: nick                                  on 2001/10/28  11:10:24
9123         Log: Typo in exe name
9124      Branch: perlio
9125            ! lib/ExtUtils/Embed.t
9126 ____________________________________________________________________________
9127 [ 12731] By: nick                                  on 2001/10/28  11:09:59
9128         Log: Integrate Mainline
9129      Branch: perlio
9130           !> Changes configure.com ext/DB_File/DB_File.pm
9131           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
9132           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
9133           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
9134           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
9135           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
9136           !> t/TEST t/op/regexp.t win32/buildext.pl
9137 ____________________________________________________________________________
9138 [ 12730] By: nick                                  on 2001/10/28  11:05:35
9139         Log: Fixup Embed.t for Win32/VC++
9140      Branch: perlio
9141            ! lib/ExtUtils/Embed.t
9142 ____________________________________________________________________________
9143 [ 12729] By: nick                                  on 2001/10/28  09:36:20
9144         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
9145              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
9146              ExtUtils::Embed.
9147      Branch: perlio
9148            + lib/ExtUtils/Embed.t
9149            ! MANIFEST
9150 ____________________________________________________________________________
9151 [ 12728] By: sky                                   on 2001/10/28  08:12:53
9152         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
9153              line manually!
9154      Branch: perl
9155            ! lib/ExtUtils/xsubpp
9156 ____________________________________________________________________________
9157 [ 12727] By: sky                                   on 2001/10/28  08:02:09
9158         Log: And here we use the prototypes.
9159      Branch: perl
9160            ! ext/threads/shared/shared.xs
9161 ____________________________________________________________________________
9162 [ 12726] By: sky                                   on 2001/10/28  08:00:48
9163         Log: Support [] style prototypes.
9164      Branch: perl
9165            ! lib/ExtUtils/xsubpp
9166 ____________________________________________________________________________
9167 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
9168         Log: yet another multi-arg system() fix on windows: batch files as the
9169              first argument (i.e. directly executed by CreateProcess()) need
9170              extra quoting to escape shell-shock
9171      Branch: maint-5.6/perl
9172            ! win32/win32.c
9173 ____________________________________________________________________________
9174 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
9175         Log: another multi-arg system() fix on windows: passing empty arguments
9176              now works
9177      Branch: maint-5.6/perl
9178            ! win32/win32.c
9179 ____________________________________________________________________________
9180 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
9181         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
9182              No final #else #error because we do not seem to
9183              be using #error?
9184      Branch: perl
9185            ! op.h
9186 ____________________________________________________________________________
9187 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
9188         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
9189              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
9190              Date: Sat, 27 Oct 2001 23:28:44 EST 
9191              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
9192      Branch: perl
9193            ! ext/Time/HiRes/HiRes.xs
9194 ____________________________________________________________________________
9195 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
9196         Log: Regen perlapi, perltoc.
9197      Branch: perl
9198            ! pod/perlapi.pod pod/perltoc.pod
9199 ____________________________________________________________________________
9200 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
9201         Log: Subject: [PATCH] sv.h documentation
9202              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
9203              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
9204              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
9205      Branch: perl
9206            ! sv.h
9207 ____________________________________________________________________________
9208 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
9209         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
9210              system("nmake -nologo", "clean") and there is no executable
9211              called "nmake -nologo"; this used to "work" pre-change#12559 due
9212              to bugs in multiarg system() that have since been fixed
9213      Branch: perl
9214            ! win32/buildext.pl
9215 ____________________________________________________________________________
9216 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
9217         Log: Update Changes.
9218      Branch: perl
9219            ! Changes patchlevel.h
9220 ____________________________________________________________________________
9221 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
9222         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
9223              From: Richard.Foley@t-online.de (Richard Foley)            
9224              Date: Sun, 28 Oct 2001 00:48:32 +0200
9225              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
9226      Branch: perl
9227            ! pod/perlhack.pod
9228 ____________________________________________________________________________
9229 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
9230         Log: Must store pointers with the right width.
9231      Branch: perl
9232            ! op.h
9233 ____________________________________________________________________________
9234 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
9235         Log: Integrate change #12711 from perlio;
9236              
9237              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
9238              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
9239      Branch: perl
9240           !> perlio.c
9241 ____________________________________________________________________________
9242 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
9243         Log: Subject: [PATCH] make minitest
9244              From: Nicholas Clark <nick@ccl4.org>
9245              Date: Sat, 27 Oct 2001 22:56:16 +0100
9246              Message-ID: <20011027225616.L20275@plum.flirble.org>
9247      Branch: perl
9248            ! t/TEST
9249 ____________________________________________________________________________
9250 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
9251         Log: Patch #12661 missed this.
9252      Branch: perl
9253            ! ext/DB_File/DB_File.pm
9254 ____________________________________________________________________________
9255 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
9256         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
9257              From: "Craig A. Berry" <craigberry@mac.com>
9258              Date: Sat, 27 Oct 2001 16:07:47 -0500
9259              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
9260      Branch: perl
9261            ! configure.com perlio.c
9262 ____________________________________________________________________________
9263 [ 12711] By: nick                                  on 2001/10/27  19:49:25
9264         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
9265              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
9266      Branch: perlio
9267            ! perlio.c
9268 ____________________________________________________________________________
9269 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
9270         Log: Let's not replace reason if there's one already supplied.
9271      Branch: perl
9272            ! t/op/regexp.t
9273 ____________________________________________________________________________
9274 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
9275         Log: is not good.
9276      Branch: perl
9277            ! t/op/regexp.t
9278 ____________________________________________________________________________
9279 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
9280         Log: ldlibpth can exist but be unset.
9281      Branch: perl
9282            ! t/TEST
9283 ____________________________________________________________________________
9284 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
9285         Log: Unicode: property alias naming cleanup.
9286      Branch: perl
9287            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
9288 ____________________________________________________________________________
9289 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
9290         Log: FAQ sync.
9291      Branch: perl
9292            ! pod/perlfaq4.pod
9293 ____________________________________________________________________________
9294 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
9295         Log: Integrate change #12703 from maintperl;
9296              
9297              typemap stuff intervenes before declaration, move it to PREINIT
9298              section
9299              
9300              (an empty integrate, but now the files are in sync
9301              between the branches)
9302      Branch: perl
9303           !> ext/ODBM_File/ODBM_File.xs
9304 ____________________________________________________________________________
9305 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
9306         Log: More PerlIO symbols.
9307      Branch: perl
9308            ! makedef.pl
9309 ____________________________________________________________________________
9310 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
9311         Log: typemap stuff intervenes before declaration, move it to PREINIT
9312              section
9313      Branch: maint-5.6/perl
9314            ! ext/ODBM_File/ODBM_File.xs
9315 ____________________________________________________________________________
9316 [ 12702] By: nick                                  on 2001/10/27  14:09:35
9317         Log: Integrate mainline
9318      Branch: perlio
9319           +> ext/threads/shared/t/av_simple.t
9320           +> ext/threads/shared/t/hv_refs.t
9321           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
9322           !> (integrate 109 files)
9323 ____________________________________________________________________________
9324 [ 12700] By: ams                                   on 2001/10/26  21:22:23
9325         Log: Subject: [PATCH] tweak divide
9326              From: Nicholas Clark <nick@ccl4.org>
9327              Date: Fri, 26 Oct 2001 22:52:17 +0100
9328              Message-Id: <20011026225217.B20275@plum.flirble.org>
9329      Branch: perl
9330            ! pp.c
9331 ____________________________________________________________________________
9332 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
9333         Log: Integrate a buncha things from maintperl.
9334      Branch: maint-5.6/macperl
9335           !> (integrate 32 files)
9336 ____________________________________________________________________________
9337 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
9338         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
9339              From: Andy Dougherty <doughera@lafayette.edu>
9340              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
9341              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
9342      Branch: perl
9343            ! hints/svr4.sh
9344 ____________________________________________________________________________
9345 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
9346         Log: When you're root, many things become writable.
9347      Branch: perl
9348            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
9349 ____________________________________________________________________________
9350 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
9351         Log: Update Changes.
9352      Branch: perl
9353            ! Changes patchlevel.h
9354 ____________________________________________________________________________
9355 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
9356         Log: Term/Cap.t attempts to access the floppy drive for no good reason
9357              on dosish systems
9358      Branch: perl
9359            ! lib/Term/Cap.t
9360 ____________________________________________________________________________
9361 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
9362         Log: fix misleading comment on known inadequacy in B::Terse, and skip
9363              it correctly
9364      Branch: perl
9365            ! ext/B/t/terse.t
9366 ____________________________________________________________________________
9367 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
9368         Log: fix spurious AutoSplit.t failure under windows
9369      Branch: perl
9370            ! lib/AutoSplit.t
9371 ____________________________________________________________________________
9372 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
9373         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
9374      Branch: perl
9375            ! ext/Time/HiRes/HiRes.t
9376 ____________________________________________________________________________
9377 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
9378         Log: More logical to use %04"UVXf" than %"UVuf" since
9379              the Unicode standard prefers hex.
9380      Branch: perl
9381            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
9382            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
9383            ! lib/unicore/mktables utf8.c
9384 ____________________________________________________________________________
9385 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
9386         Log: change#12065 seems to have broken Encode build on windows; fix
9387      Branch: perl
9388            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
9389 ____________________________________________________________________________
9390 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
9391         Log: Unicode: add the case folding table.
9392      Branch: perl
9393            + lib/unicore/To/Fold.pl
9394            ! MANIFEST lib/unicore/mktables
9395 ____________________________________________________________________________
9396 [ 12688] By: sky                                   on 2001/10/26  13:51:29
9397         Log: Get the new functions right, do not export lock since we use builtin lock.
9398              TODO: fix xsubpp to support the new prototypes
9399      Branch: perl
9400            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
9401 ____________________________________________________________________________
9402 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
9403         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
9404              as suggested by Sarathy.
9405      Branch: perl
9406            ! mg.c
9407 ____________________________________________________________________________
9408 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
9409         Log: avoid compiler warning
9410      Branch: perl
9411            ! win32/win32.c
9412 ____________________________________________________________________________
9413 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
9414         Log: WinCE update from Rainer Keuchel.
9415      Branch: perl
9416            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
9417            ! wince/wince.c
9418 ____________________________________________________________________________
9419 [ 12684] By: sky                                   on 2001/10/26  13:34:33
9420         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
9421      Branch: perl
9422            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
9423 ____________________________________________________________________________
9424 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
9425         Log: More fixes that were made to the core and not in the libnet src
9426      Branch: perl
9427            ! lib/Net/Domain.pm
9428 ____________________________________________________________________________
9429 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
9430         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
9431              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
9432              Date: Fri, 26 Oct 2001 13:55:21 +0200
9433              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
9434              
9435              (plus make the db-recno.t#59 accept both \n and \r\n)
9436      Branch: perl
9437            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
9438            ! ext/DB_File/t/db-recno.t
9439 ____________________________________________________________________________
9440 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
9441         Log: Fix tests to be able to run in the core and the CPAN dist
9442      Branch: perl
9443            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
9444            ! lib/Net/t/require.t lib/Net/t/smtp.t
9445 ____________________________________________________________________________
9446 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
9447         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
9448              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9449              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
9450              Date: Fri, 26 Oct 2001 08:34:46 EDT
9451      Branch: perl
9452            ! ext/Time/HiRes/HiRes.t
9453 ____________________________________________________________________________
9454 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
9455         Log: Sync libnet modules with what will be libnet-1.08
9456      Branch: perl
9457            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
9458            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
9459            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
9460            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
9461 ____________________________________________________________________________
9462 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
9463         Log: Integrate maintperl changes #12268 and #12669;
9464              
9465              final touches to the audit for statics and thread-unsafe code
9466              * make DB_File, ODBM_File thread-safe 
9467              * remove unnecessary/dangerous statics and protect others
9468              from not getting accidentally enabled under threaded perls
9469              
9470              windows support functions get_childdir() et al aren't exported
9471              correctly under vanilla build
9472              
9473              Testing under win32 appreciated since changes there had
9474              to be manually merged and I cannot test how badly did I do.
9475      Branch: perl
9476           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
9477           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
9478           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
9479           !> win32/vmem.h win32/win32.c win32/win32iop.h
9480 ____________________________________________________________________________
9481 [ 12677] By: sky                                   on 2001/10/26  12:37:17
9482         Log: More Config::threads to threads::threads changes
9483      Branch: perl
9484            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
9485 ____________________________________________________________________________
9486 [ 12676] By: sky                                   on 2001/10/26  12:31:46
9487         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
9488      Branch: perl
9489            ! ext/threads/threads.pm ext/threads/threads.xs
9490 ____________________________________________________________________________
9491 [ 12675] By: sky                                   on 2001/10/26  12:06:30
9492         Log: Allocing a TLS in runtime is not too hot.
9493      Branch: perl
9494            ! ext/threads/threads.xs
9495 ____________________________________________________________________________
9496 [ 12674] By: sky                                   on 2001/10/26  11:59:09
9497         Log: Don't display debug data.
9498      Branch: perl
9499            ! ext/threads/threads.pm
9500 ____________________________________________________________________________
9501 [ 12673] By: sky                                   on 2001/10/26  11:35:47
9502         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
9503              complete bar support for blessed objects.
9504              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
9505      Branch: perl
9506            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
9507 ____________________________________________________________________________
9508 [ 12672] By: sky                                   on 2001/10/26  11:15:28
9509         Log: Fix case where shared reference does not exist in current thread.
9510      Branch: perl
9511            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
9512 ____________________________________________________________________________
9513 [ 12671] By: sky                                   on 2001/10/26  08:48:52
9514         Log: Support for references in shared arrays.
9515      Branch: perl
9516            ! ext/threads/shared/shared.xs
9517 ____________________________________________________________________________
9518 [ 12670] By: sky                                   on 2001/10/26  08:30:11
9519         Log: Add tests for references in hashes.
9520      Branch: perl
9521            + ext/threads/shared/t/hv_refs.t
9522            ! MANIFEST
9523 ____________________________________________________________________________
9524 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
9525         Log: windows support functions get_childdir() et al aren't exported
9526              correctly under vanilla build
9527      Branch: maint-5.6/perl
9528            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
9529 ____________________________________________________________________________
9530 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
9531         Log: final touches to the audit for statics and thread-unsafe code
9532              * make DB_File, ODBM_File thread-safe 
9533              * remove unnecessary/dangerous statics and protect others
9534              from not getting accidentally enabled under threaded perls
9535      Branch: maint-5.6/perl
9536            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
9537            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
9538            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
9539            ! win32/win32.c
9540 ____________________________________________________________________________
9541 [ 12667] By: ams                                   on 2001/10/26  03:48:36
9542         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
9543              From: "Richard Soderberg" <rs@crystalflame.net>
9544              Date: Thu, 25 Oct 2001 23:42:50 -0400
9545              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
9546      Branch: perl
9547            ! sharedsv.c
9548 ____________________________________________________________________________
9549 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
9550         Log: Integrate change #12664 from maintperl;
9551              
9552              the newest GCCs don't seem to like C<"string1"##STRING2>
9553              so keep it as C<"string1" STRING2> (latter appears to
9554              work everywhere)
9555      Branch: perl
9556           !> ext/DynaLoader/dlutils.c
9557 ____________________________________________________________________________
9558 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
9559         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
9560              From: Chris Nandor <pudge@pobox.com>
9561              Date: Thu, 25 Oct 2001 22:15:03 -0400
9562              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
9563      Branch: perl
9564            ! perl.h
9565 ____________________________________________________________________________
9566 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
9567         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
9568              C<"string1" STRING2> (latter appears to work everywhere)
9569      Branch: maint-5.6/perl
9570            ! ext/DynaLoader/dlutils.c
9571 ____________________________________________________________________________
9572 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
9573         Log: AUTHORS update.
9574      Branch: perl
9575            ! AUTHORS
9576 ____________________________________________________________________________
9577 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
9578         Log: Integrate change #12660 from maintperl;
9579              
9580              make the dMY_CXT stuff available under all of
9581              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
9582      Branch: perl
9583           !> perl.h
9584 ____________________________________________________________________________
9585 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
9586         Log: Subject: [PATCH] DB_File-1.79
9587              From: "Paul Marquess" <paul.marquess@openwave.com>
9588              Date: Fri, 26 Oct 2001 00:03:54 +0100
9589              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
9590      Branch: perl
9591            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
9592            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
9593 ____________________________________________________________________________
9594 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
9595         Log: make the dMY_CXT stuff available under all of
9596              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
9597      Branch: maint-5.6/perl
9598            ! perl.h
9599 ____________________________________________________________________________
9600 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
9601         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
9602              From: Michael G Schwern <schwern@pobox.com>
9603              Date: Thu, 25 Oct 2001 18:28:12 -0400
9604              Message-ID: <20011025182812.M4811@blackrider>
9605      Branch: perl
9606            ! t/run/kill_perl.t
9607 ____________________________________________________________________________
9608 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
9609         Log: STRLEN != int.
9610      Branch: perl
9611            ! regcomp.c regexec.c
9612 ____________________________________________________________________________
9613 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
9614         Log: Subject: [PATCH] remove small IVop redundancy
9615              From: Nicholas Clark <nick@ccl4.org>
9616              Date: Thu, 25 Oct 2001 22:48:28 +0100
9617              Message-ID: <20011025224827.M66471@plum.flirble.org>
9618      Branch: perl
9619            ! pp.c pp_hot.c
9620 ____________________________________________________________________________
9621 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
9622         Log: Metaconfig unit change for #12655.
9623      Branch: metaconfig/U/perl
9624            ! Extensions.U
9625 ____________________________________________________________________________
9626 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
9627         Log: Subject: Re: Not OK @12650
9628              From: Andy Dougherty <doughera@lafayette.edu>
9629              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
9630              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
9631      Branch: perl
9632            ! Configure
9633 ____________________________________________________________________________
9634 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
9635         Log: Integrate changes #12652 and #12653 from maintperl;
9636              
9637              more tweaks to change#12626
9638              * move the boilerplate code over to perl.h and make DynaLoader
9639              use it
9640              * make re, Opcode, File::Glob and B threadsafe
9641              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
9642              C<no re;> anywhere)
9643              
9644              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
9645              
9646              File::Glob required a bit more work in bleadperl
9647              because of ExtUtils::Constant (see the Makefile.PL change)
9648      Branch: perl
9649            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
9650           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
9651           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
9652 ____________________________________________________________________________
9653 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
9654         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
9655      Branch: maint-5.6/perl
9656            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
9657            ! ext/Opcode/Opcode.xs ext/re/re.xs
9658 ____________________________________________________________________________
9659 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
9660         Log: more tweaks to change#12626
9661              * move the boilerplate code over to perl.h and make DynaLoader
9662              use it
9663              * make re, Opcode, File::Glob and B threadsafe
9664              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
9665              C<no re;> anywhere)
9666      Branch: maint-5.6/perl
9667            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
9668            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
9669 ____________________________________________________________________________
9670 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
9671         Log: Metaconfig unit change for #12650.
9672      Branch: metaconfig/U/perl
9673            ! Extensions.U
9674 ____________________________________________________________________________
9675 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
9676         Log: Subject: Re: ithreads doesn't like usedl=n
9677              From: Andy Dougherty <doughera@lafayette.edu>
9678              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
9679              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
9680              
9681              Special-case threads::shared.
9682      Branch: perl
9683            ! Configure
9684 ____________________________________________________________________________
9685 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
9686         Log: Getting fancier...
9687      Branch: perl
9688            ! t/TEST
9689 ____________________________________________________________________________
9690 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
9691         Log: csh - what a pain.
9692      Branch: perl
9693            ! t/TEST
9694 ____________________________________________________________________________
9695 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
9696         Log: Update Changes.
9697      Branch: perl
9698            ! Changes patchlevel.h
9699 ____________________________________________________________________________
9700 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
9701         Log: Allow resetting the locale system for the duration
9702              of the build (Mac OS X default setting LANG=En_US
9703              ist kaputt)
9704      Branch: perl
9705            ! Makefile.SH
9706 ____________________________________________________________________________
9707 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
9708         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
9709      Branch: perl
9710            ! ext/Digest/MD5/t/files.t
9711 ____________________________________________________________________________
9712 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
9713         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
9714              From: Andy Dougherty <doughera@lafayette.edu>
9715              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
9716              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
9717      Branch: perl
9718            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
9719            ! ext/threads/shared/Makefile.PL
9720 ____________________________________________________________________________
9721 [ 12643] By: sky                                   on 2001/10/25  12:28:26
9722         Log: Add support for reference members of hashes.
9723      Branch: perl
9724            ! ext/threads/shared/shared.xs
9725 ____________________________________________________________________________
9726 [ 12642] By: ams                                   on 2001/10/25  12:21:13
9727         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
9728              From: "Norton Allen" <nort@qnx.com>
9729              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
9730              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
9731      Branch: perl
9732            ! ext/Digest/MD5/MD5.xs
9733 ____________________________________________________________________________
9734 [ 12641] By: sky                                   on 2001/10/25  10:27:39
9735         Log: Tests shared hashes.
9736      Branch: perl
9737            + ext/threads/shared/t/hv_simple.t
9738            ! MANIFEST
9739 ____________________________________________________________________________
9740 [ 12640] By: sky                                   on 2001/10/25  10:18:23
9741         Log: Fix threadcounts for arrays and hashes.
9742      Branch: perl
9743            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
9744 ____________________________________________________________________________
9745 [ 12639] By: sky                                   on 2001/10/25  10:17:26
9746         Log: Note to self, doing *src_ary++ in a macro that evaluates
9747              the value more than once is a good way to dump core.
9748      Branch: perl
9749            ! sharedsv.c
9750 ____________________________________________________________________________
9751 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
9752         Log: Integrate change #12636 from maintperl; more dl fixups.
9753      Branch: perl
9754           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
9755           !> ext/DynaLoader/dl_vms.xs
9756 ____________________________________________________________________________
9757 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
9758         Log: Like dl_hpux, like dl_dld.
9759      Branch: perl
9760            ! ext/DynaLoader/dl_dld.xs
9761 ____________________________________________________________________________
9762 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
9763         Log: followups to change#12635
9764      Branch: maint-5.6/perl
9765            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
9766            ! ext/DynaLoader/dl_vms.xs
9767 ____________________________________________________________________________
9768 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
9769         Log: add part of change#12634 to the two files that need it; dl_aix.xs
9770              in maint-5.6 doesn't have the branch that had the problem in
9771              mainline
9772      Branch: maint-5.6/perl
9773            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
9774 ____________________________________________________________________________
9775 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
9776         Log: Fixes for #12627.
9777      Branch: perl
9778            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
9779 ____________________________________________________________________________
9780 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
9781         Log: Since pv_uni_display and sv_uni_display are now used
9782              in the re extension, their symbols have to be exported.
9783      Branch: perl
9784            ! embed.pl global.sym
9785 ____________________________________________________________________________
9786 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
9787         Log: Subject:  Re: [PATCH Perl@12567] debug /list
9788              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9789              Date: Tue, 23 Oct 2001 21:40:33 EDT
9790              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
9791      Branch: perl
9792            ! configure.com
9793 ____________________________________________________________________________
9794 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
9795         Log: This takes care of some of the re 'debug' cases but
9796              not all cases since the information whether the pattern
9797              or the target are utf8 seems to be either lost or not
9798              spread widely enough, sigh.
9799      Branch: perl
9800            ! regcomp.c
9801 ____________________________________________________________________________
9802 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
9803         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
9804              From: John Peacock <jpeacock@rowman.com>
9805              Date: Wed, 24 Oct 2001 16:53:29 -0400
9806              Message-ID: <3BD72A49.1508D152@rowman.com>
9807      Branch: perl
9808            ! configure.com
9809 ____________________________________________________________________________
9810 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
9811         Log: Upgrade NetWare and WinCE as in #12626.
9812      Branch: perl
9813            ! NetWare/dl_netware.xs wince/dl_win32.xs
9814 ____________________________________________________________________________
9815 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
9816         Log: Tru64 compiler nit.
9817      Branch: perl
9818            ! ext/threads/shared/shared.xs
9819 ____________________________________________________________________________
9820 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
9821         Log: Integrate change #12626 from maintperl;
9822              make DynaLoader threadsafe by moving all statics into
9823              interpreter-local space
9824              
9825              TODO: Netware, OS/2, WinCE
9826      Branch: perl
9827           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
9828           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
9829           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
9830           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
9831           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
9832           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
9833           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
9834 ____________________________________________________________________________
9835 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
9836         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
9837              space
9838      Branch: maint-5.6/perl
9839            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
9840            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
9841            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
9842            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
9843            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
9844            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
9845            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
9846 ____________________________________________________________________________
9847 [ 12625] By: sky                                   on 2001/10/24  20:05:26
9848         Log: Change #12623 inflicted an infinite hang. Fixed.
9849      Branch: perl
9850            ! ext/threads/shared/shared.xs
9851 ____________________________________________________________________________
9852 [ 12624] By: sky                                   on 2001/10/24  19:06:55
9853         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
9854      Branch: perl
9855            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
9856 ____________________________________________________________________________
9857 [ 12623] By: sky                                   on 2001/10/24  18:06:34
9858         Log: We need to do sharedsv_find in the original perl context.
9859      Branch: perl
9860            ! ext/threads/shared/shared.xs
9861 ____________________________________________________________________________
9862 [ 12622] By: sky                                   on 2001/10/24  17:26:51
9863         Log: Add support for basic support for AVs, references not supported yet.
9864              Add test for AVs.
9865              Add more tests to sv_refs
9866              Fix documentation issues.  
9867      Branch: perl
9868            + ext/threads/shared/t/av_simple.t
9869            ! MANIFEST ext/threads/shared/shared.pm
9870            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
9871 ____________________________________________________________________________
9872 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
9873         Log: Dump Unicode better for re 'debug'.  The regprop()
9874              is unfinished since have to figure out how to detect
9875              Unicodeness in there.
9876      Branch: perl
9877            ! regcomp.c regexec.c
9878 ____________________________________________________________________________
9879 [ 12620] By: sky                                   on 2001/10/24  13:18:07
9880         Log: Add support for finding shared arrays and hashes.
9881      Branch: perl
9882            ! sharedsv.c
9883 ____________________________________________________________________________
9884 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
9885         Log: Rewrite sv_uni_display() as pv_uni_display() as
9886              reimplement sv_uni_display() using that.
9887      Branch: perl
9888            ! dump.c embed.h embed.pl proto.h
9889 ____________________________________________________________________________
9890 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
9891         Log: Integrate change #12615 from maintperl;
9892              on Windows, IO::File::new_tmpfile() fails after being called
9893              32767 times because MSVCRT thinks stdio's TMP_MAX is a
9894              process-wide limit
9895      Branch: perl
9896           !> win32/win32.c
9897 ____________________________________________________________________________
9898 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
9899         Log: Don't try to print ints as IVs.
9900      Branch: perl
9901            ! ext/Time/HiRes/HiRes.xs
9902 ____________________________________________________________________________
9903 [ 12616] By: sky                                   on 2001/10/24  11:06:35
9904         Log: We only need to fetch the SV from the backend if the index
9905              is not the same as mg_private.     In theory this could be
9906              a problem if there are an exact multiple of U16 changes
9907              of a shared variable between two access in a given thread,
9908              we choose to avoid theory for now.
9909      Branch: perl
9910            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
9911 ____________________________________________________________________________
9912 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
9913         Log: on Windows, IO::File::new_tmpfile() fails after being called
9914              32767 times because MSVCRT thinks stdio's TMP_MAX is a
9915              process-wide limit
9916      Branch: maint-5.6/perl
9917            ! win32/win32.c
9918 ____________________________________________________________________________
9919 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
9920         Log: Negation and Unicode: sort of solves 20010303.010,
9921              except not quite like reported in the Subject
9922              (Perl_warner is still utf8-ignorant).
9923      Branch: perl
9924            ! pp.c t/lib/warnings/sv
9925 ____________________________________________________________________________
9926 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
9927         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
9928      Branch: perl
9929            ! sv.c t/lib/warnings/sv
9930 ____________________________________________________________________________
9931 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
9932         Log: sv_uni_display(): do not add the "...", let the caller
9933              do it if wanted, and be prepared for more display options.
9934      Branch: perl
9935            ! dump.c embed.h embed.pl proto.h
9936 ____________________________________________________________________________
9937 [ 12611] By: nick                                  on 2001/10/23  20:28:07
9938         Log: Integrate mainline
9939      Branch: perlio
9940           !> Changes configure.com cygwin/cygwin.c
9941           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
9942           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
9943           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
9944           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
9945           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
9946           !> utils/h2xs.PL utils/perldoc.PL
9947 ____________________________________________________________________________
9948 [ 12610] By: sky                                   on 2001/10/23  19:39:24
9949         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
9950              don't call themselves READONLY but still die with modification
9951              attempt. We only call bless for ext and umagic.
9952      Branch: perl
9953            ! sv.c
9954 ____________________________________________________________________________
9955 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
9956         Log: Croak() on negative time; doc tweaks.
9957      Branch: perl
9958            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
9959            ! ext/Time/HiRes/HiRes.xs
9960 ____________________________________________________________________________
9961 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
9962         Log: FAQ sync.
9963      Branch: perl
9964            ! pod/perlfaq4.pod pod/perlfaq7.pod
9965 ____________________________________________________________________________
9966 [ 12607] By: sky                                   on 2001/10/23  18:27:27
9967         Log: Call setmagic on the referent we are blessing.
9968      Branch: perl
9969            ! sv.c
9970 ____________________________________________________________________________
9971 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
9972         Log: Small test nits.
9973      Branch: perl
9974            ! t/op/lc.t
9975 ____________________________________________________________________________
9976 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
9977         Log: Update Changes.
9978      Branch: perl
9979            ! Changes patchlevel.h
9980 ____________________________________________________________________________
9981 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
9982         Log: Make the PerlIO_init() prototypes consistent.
9983      Branch: perl
9984            ! perlio.c
9985 ____________________________________________________________________________
9986 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
9987         Log: Upping the test count is a good idea.
9988      Branch: perl
9989            ! t/op/lc.t
9990 ____________________________________________________________________________
9991 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
9992         Log: Document the final sigma spot.
9993      Branch: perl
9994            ! pp.c
9995 ____________________________________________________________________________
9996 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
9997         Log: Fix multicharacter titlecase (ucfirst).
9998      Branch: perl
9999            ! pod/perlunicode.pod pp.c t/op/lc.t
10000 ____________________________________________________________________________
10001 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
10002         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
10003              From: Mikhail Zabaluev <mhz@alt-linux.org>
10004              Date: Tue, 23 Oct 2001 10:40:37 +0400
10005              Message-ID: <20011023104037.A12761@localhost.localdomain>
10006              
10007              (#12406 replaced with this)
10008      Branch: perl
10009            ! utils/perldoc.PL
10010 ____________________________________________________________________________
10011 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
10012         Log: MacOS Classic updates from Pudge.
10013      Branch: perl
10014            ! lib/File/Spec.t lib/File/Spec/Mac.pm
10015 ____________________________________________________________________________
10016 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
10017         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
10018              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
10019              Date: Sun, 14 Oct 2001 23:14:46 +0200
10020              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
10021              
10022              except for the 2->4 changes.
10023      Branch: perl
10024            ! lib/AutoSplit.t
10025 ____________________________________________________________________________
10026 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
10027         Log: integrate macperl contents into maint-5.6
10028      Branch: maint-5.6/perl
10029            ! mg.c
10030           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
10031           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
10032           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
10033           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
10034           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
10035           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
10036           !> t/lib/filefind.t t/lib/filespec.t
10037 ____________________________________________________________________________
10038 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
10039         Log: At some point the #6234 has been lost from the mainline
10040              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
10041      Branch: perl
10042            ! lib/File/Spec/Win32.pm
10043 ____________________________________________________________________________
10044 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
10045         Log: Cygwin seems to round up (or closest, but not down)
10046              for time(), so half of the time (bad pun intended)
10047              Time::HiRes::time() is less than time(), half of
10048              the time it's more.  So let's try harder in the loop.
10049      Branch: perl
10050            ! ext/Time/HiRes/HiRes.t
10051 ____________________________________________________________________________
10052 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
10053         Log: MacOS Classic timeofday(), from Chris Nandor. 
10054      Branch: perl
10055            ! ext/Time/HiRes/HiRes.xs
10056 ____________________________________________________________________________
10057 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
10058         Log: Integrate changes #12580 and #12581 from macperl;
10059              
10060              Fix path construction.
10061              
10062              (Copyright) Nit.
10063      Branch: perl
10064           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
10065 ____________________________________________________________________________
10066 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
10067         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
10068              doesn't seem to help (the error being output to console, maybe?)
10069      Branch: perl
10070            ! lib/Net/Domain.pm
10071 ____________________________________________________________________________
10072 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
10073         Log: Taint the getcwd() result also in Cygwin.
10074              (TODO: which other platforms need the same thing?)
10075      Branch: perl
10076            ! cygwin/cygwin.c
10077 ____________________________________________________________________________
10078 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
10079         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
10080      Branch: perl
10081            ! t/op/taint.t
10082 ____________________________________________________________________________
10083 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
10084         Log: getpwuid() fragility continues.
10085      Branch: perl
10086            ! utils/h2xs.PL
10087 ____________________________________________________________________________
10088 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
10089         Log: getpwuid() might succeed but that's no guarantee
10090              that the $home will be defined.
10091      Branch: perl
10092            ! ext/File/Glob/t/basic.t
10093 ____________________________________________________________________________
10094 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
10095         Log: It's safer to to expand the variable, too... (see #12571)
10096      Branch: perl
10097            ! t/TEST
10098 ____________________________________________________________________________
10099 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
10100         Log: Integrate with maintperl.
10101      Branch: maint-5.6/macperl
10102           !> win32/bin/pl2bat.pl win32/win32.c
10103 ____________________________________________________________________________
10104 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
10105         Log: Oops, forgot to include Win32 ... just as well, since it
10106              seems in bleadperl, change #7764 was not included
10107              (adding C:\temp).  Re-added.  Rip it back out if it
10108              doesn't belong.  :-)
10109      Branch: maint-5.6/macperl
10110            ! lib/File/Spec/Win32.pm
10111 ____________________________________________________________________________
10112 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
10113         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
10114              From: "Craig A. Berry" <craigberry@mac.com>
10115              Date: Mon, 22 Oct 2001 15:25:19 -0500
10116              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
10117      Branch: perl
10118            ! configure.com
10119 ____________________________________________________________________________
10120 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
10121         Log: Add in lots of File::Spec changes, from Thomas Wegner,
10122              and sync with changes from bleadperl.
10123      Branch: maint-5.6/macperl
10124            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
10125            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
10126            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
10127            ! lib/File/Spec/Win32.pm t/lib/filespec.t
10128 ____________________________________________________________________________
10129 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
10130         Log: Sync with latest File::Find and tests from bleadperl.
10131      Branch: maint-5.6/macperl
10132            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
10133 ____________________________________________________________________________
10134 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
10135         Log: Nit.
10136      Branch: maint-5.6/macperl
10137            ! perl.c
10138 ____________________________________________________________________________
10139 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
10140         Log: Fix path construction.
10141      Branch: maint-5.6/macperl
10142            ! ext/DynaLoader/DynaLoader_pm.PL
10143 ____________________________________________________________________________
10144 [ 12579] By: nick                                  on 2001/10/22  19:08:35
10145         Log: Integrate mainline (for Arthurs thread.xs fix)
10146      Branch: perlio
10147           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
10148 ____________________________________________________________________________
10149 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
10150         Log: Fix up exported symbols, move relevant docs
10151              over from macperl.pod.
10152      Branch: maint-5.6/macperl
10153            ! macos/ext/MacPerl/MacPerl.pm
10154 ____________________________________________________________________________
10155 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
10156         Log: Make ADDRESS called optionally as a method.
10157      Branch: maint-5.6/macperl
10158            ! macos/lib/Mac/Glue.pm
10159 ____________________________________________________________________________
10160 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
10161         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
10162              Apple event.
10163      Branch: maint-5.6/macperl
10164            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
10165            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
10166            ! macos/macperl/MPTerminology.aete
10167 ____________________________________________________________________________
10168 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
10169         Log: Clean up some build utilities. Change Entab to Duplicate;
10170              fix docs and error reporting; improve macify() of paths;
10171              remove requirement for Exporter.pm presence.
10172      Branch: maint-5.6/macperl
10173            ! macos/InstallBLIB macos/MacPerlTests.cmd
10174            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
10175 ____________________________________________________________________________
10176 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
10177         Log: Sync Time::HiRes with bleadperl
10178      Branch: maint-5.6/macperl
10179            ! macos/bundled_ext/Time/HiRes/HiRes.pm
10180            ! macos/bundled_ext/Time/HiRes/HiRes.t
10181            ! macos/bundled_ext/Time/HiRes/HiRes.xs
10182 ____________________________________________________________________________
10183 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
10184         Log: Fix up Changes
10185      Branch: maint-5.6/macperl
10186            ! macos/Changes
10187 ____________________________________________________________________________
10188 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
10189         Log: A user might belong to only a single group
10190              (the group equal to the group id).
10191      Branch: perl
10192            ! t/op/groups.t
10193 ____________________________________________________________________________
10194 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
10195         Log: Prepending (instead of replacing with) the pwd is safer. 
10196      Branch: perl
10197            ! t/TEST
10198 ____________________________________________________________________________
10199 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
10200         Log: Be more robust if no hostname or domainname
10201              (especially the latter)
10202      Branch: perl
10203            ! lib/Net/Domain.pm
10204 ____________________________________________________________________________
10205 [ 12569] By: sky                                   on 2001/10/22  17:41:07
10206         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
10207      Branch: perl
10208            ! ext/threads/threads.xs
10209 ____________________________________________________________________________
10210 [ 12568] By: nick                                  on 2001/10/22  16:31:24
10211         Log: Integrate mainline
10212      Branch: perlio
10213           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
10214           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
10215           +> ext/threads/shared/t/sv_refs.t
10216           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
10217            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
10218            - lib/unicore/To/SpecUpper.pl
10219           !> (integrate 42 files)
10220 ____________________________________________________________________________
10221 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
10222         Log: Update Changes.
10223      Branch: perl
10224            ! Changes patchlevel.h
10225 ____________________________________________________________________________
10226 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
10227         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
10228              From: Michael G Schwern <schwern@pobox.com>
10229              Date: Mon, 22 Oct 2001 03:48:38 -0400
10230              Message-ID: <20011022034838.B1676@blackrider>
10231      Branch: perl
10232            ! pod/perlvar.pod
10233 ____________________________________________________________________________
10234 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
10235         Log: Pod nits, as suggested by Stas Bekman.
10236      Branch: perl
10237            ! ext/threads/shared/shared.pm ext/threads/threads.pm
10238 ____________________________________________________________________________
10239 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
10240         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
10241              From: "Paul Marquess" <paul.marquess@openwave.com> 
10242              Date: Sun, 21 Oct 2001 21:11:15 +0100
10243              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
10244      Branch: perl
10245            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
10246            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
10247            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
10248            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
10249            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
10250            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
10251            ! ext/SDBM_File/sdbm.t
10252 ____________________________________________________________________________
10253 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
10254         Log: Integrate change #12559 from maintperl;
10255              various fixes for system() and backticks under windows
10256      Branch: perl
10257           !> win32/win32.c
10258 ____________________________________________________________________________
10259 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
10260         Log: Integrate change #12560 from maintperl;
10261              make pl2bat use %0 rather than "%0" (the latter fails to work
10262              in a lot of common cases)
10263      Branch: perl
10264           !> win32/bin/pl2bat.pl
10265 ____________________________________________________________________________
10266 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
10267         Log: Integrate changes #12549 and #12550 from maintperl;
10268              
10269              readline() doesn't work with our variables; it confuses them with
10270              my variables (change#4227 was incomplete)
10271      Branch: perl
10272            ! t/lib/strict/vars
10273           !> t/base/rs.t toke.c
10274 ____________________________________________________________________________
10275 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
10276         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
10277              in a lot of common cases)
10278      Branch: maint-5.6/perl
10279            ! win32/bin/pl2bat.pl
10280 ____________________________________________________________________________
10281 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
10282         Log: various fixes for system() and backticks under windows:
10283              
10284              * avoid munging whitespace that is passed within quotes
10285              * work around a cmd.exe misfeature that made multi-arg
10286              system() unreliable when there is more than one quoted
10287              argument
10288              * make multi-arg system() autoquote arguments as needed
10289              before passing them to the shell (this avoids having to
10290              second guess the shell quoting)
10291              * perl's -Dp switch can be used to trace the innards
10292      Branch: maint-5.6/perl
10293            ! win32/win32.c
10294 ____________________________________________________________________________
10295 [ 12558] By: nick                                  on 2001/10/22  08:58:42
10296         Log: Integrate ithreads buffer flush fix from perlio
10297      Branch: perl
10298           !> ext/threads/t/basic.t perl.c
10299 ____________________________________________________________________________
10300 [ 12557] By: nick                                  on 2001/10/22  08:35:09
10301         Log: All tests pass (legitimately) on ithreads
10302      Branch: perlio
10303            ! ext/threads/t/basic.t perl.c
10304 ____________________________________________________________________________
10305 [ 12556] By: nick                                  on 2001/10/22  06:51:22
10306         Log: Integrate non-ithreads fix to mainline
10307      Branch: perl
10308           !> perlio.c
10309 ____________________________________________________________________________
10310 [ 12555] By: nick                                  on 2001/10/22  06:48:33
10311         Log: Restore non-ithreads build. Interestingly binmode test passes
10312              non-ithreads - so crlf layer is not damaged and ithreads fail
10313              is a symptom ...
10314      Branch: perlio
10315            ! perlio.c
10316 ____________________________________________________________________________
10317 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
10318         Log: Integrate from perlio; restructuring.
10319      Branch: perl
10320           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
10321           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
10322           !> win32/perlhost.h
10323 ____________________________________________________________________________
10324 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
10325         Log: Integrate from maintperl
10326              (Changes 12350, 12496, 12548, 12549, 12550)
10327      Branch: maint-5.6/macperl
10328           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
10329           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
10330 ____________________________________________________________________________
10331 [ 12552] By: nick                                  on 2001/10/21  19:18:12
10332         Log: Win32 PerlIO_cleanup special cases should no longer be required.
10333      Branch: perlio
10334            ! perl.c
10335 ____________________________________________________________________________
10336 [ 12551] By: nick                                  on 2001/10/21  19:16:56
10337         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
10338      Branch: perlio
10339            ! win32/makefile.mk
10340 ____________________________________________________________________________
10341 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
10342         Log: change#12549 wasn't aware of strictures
10343      Branch: maint-5.6/perl
10344            ! t/pragma/strict-vars toke.c
10345 ____________________________________________________________________________
10346 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
10347         Log: readline() doesn't work with our variables; it confuses them with
10348              my variables (change#4227 was incomplete)
10349      Branch: maint-5.6/perl
10350            ! t/base/rs.t toke.c
10351 ____________________________________________________________________________
10352 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
10353         Log: change#12220 appears to have pulled in a mainline change that
10354              isn't applicable to maint-5.6 (some platforms don't taint
10355              cwd)
10356      Branch: maint-5.6/perl
10357            ! t/lib/filefind-taint.t
10358 ____________________________________________________________________________
10359 [ 12547] By: nick                                  on 2001/10/21  17:15:54
10360         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
10361              for them. Call explicit cleanup during destruct process.
10362              - one binmode test is failing
10363              - also ext/threads/t/basic.t fails under make test, and is noisy under
10364              harness. (Threads results are intermingled and don't match order expected.)
10365      Branch: perlio
10366            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
10367            ! perlio.h perliol.h pod/perlapi.pod sv.c
10368 ____________________________________________________________________________
10369 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
10370         Log: Implement multicharacter case mappings where a single
10371              Unicode character can be mapped into several.
10372      Branch: perl
10373            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
10374            - lib/unicore/To/SpecUpper.pl
10375            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
10376            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
10377            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
10378            ! proto.h t/op/lc.t utf8.c
10379 ____________________________________________________________________________
10380 [ 12545] By: sky                                   on 2001/10/21  15:25:16
10381         Log: First support of threads::shared, support shared svs and references.
10382      Branch: perl
10383            + ext/threads/shared/Makefile.PL ext/threads/shared/README
10384            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
10385            + ext/threads/shared/t/sv_refs.t
10386            + ext/threads/shared/t/sv_simple.t
10387            ! MANIFEST sharedsv.c
10388 ____________________________________________________________________________
10389 [ 12544] By: nick                                  on 2001/10/21  14:52:35
10390         Log: PerlIO layer table as PL_perlio (per-interpreter)
10391      Branch: perlio
10392            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
10393            ! pod/perlapi.pod sv.c
10394 ____________________________________________________________________________
10395 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
10396         Log: Prettyprinting.
10397      Branch: perl
10398            ! pod/perlunicode.pod
10399 ____________________________________________________________________________
10400 [ 12542] By: ams                                   on 2001/10/21  03:50:25
10401         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
10402              From: "Sean M. Burke" <sburke@cpan.org>
10403              Date: Sat, 20 Oct 2001 17:51:09 -0600
10404              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
10405      Branch: perl
10406            + pod/perlpodspec.pod
10407            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
10408            ! pod/perltoc.pod
10409 ____________________________________________________________________________
10410 [ 12541] By: nick                                  on 2001/10/20  22:23:53
10411         Log: Fix typos in new locking on MemShared
10412              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
10413              - seems to make segfaults more deterministic - suspect they are 
10414              attempt to free() after Interp and Host have gone.
10415      Branch: perlio
10416            ! perlio.c win32/perlhost.h
10417 ____________________________________________________________________________
10418 [ 12540] By: nick                                  on 2001/10/20  21:50:46
10419         Log: Remove the MemShared re-#define (again)
10420      Branch: perlio
10421            ! perlio.c
10422 ____________________________________________________________________________
10423 [ 12539] By: nick                                  on 2001/10/20  21:49:06
10424         Log: Use locks on MemShared
10425      Branch: perlio
10426            ! win32/perlhost.h
10427 ____________________________________________________________________________
10428 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
10429         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
10430              From: "chromatic" <chromatic@rmci.net>
10431              Date: Sat, 20 Oct 2001 11:13:47 -0600
10432              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
10433      Branch: perl
10434            ! installhtml
10435 ____________________________________________________________________________
10436 [ 12537] By: nick                                  on 2001/10/20  16:44:03
10437         Log: Integrate mainline
10438      Branch: perlio
10439           !> (integrate 48 files)
10440 ____________________________________________________________________________
10441 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
10442         Log: Update Changes.
10443      Branch: perl
10444            ! Changes patchlevel.h
10445 ____________________________________________________________________________
10446 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
10447         Log: Upgrade to podlators 1.11, from Russ Allbery.
10448      Branch: perl
10449            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
10450            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
10451            ! pod/pod2man.PL pod/pod2text.PL
10452 ____________________________________________________________________________
10453 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
10454         Log: Integrate perlio change #12532:
10455              introduce and use PerlIO_intmod2str().
10456      Branch: perl
10457           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
10458 ____________________________________________________________________________
10459 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
10460         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
10461      Branch: perl
10462            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
10463 ____________________________________________________________________________
10464 [ 12532] By: nick                                  on 2001/10/20  14:25:37
10465         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
10466              Use for non-PERLIO fdupopen().
10467      Branch: perlio
10468            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
10469 ____________________________________________________________________________
10470 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
10471         Log: Integrate perlio: PerlIO win32 fixes.
10472      Branch: perl
10473           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
10474           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
10475           !> proto.h sv.h win32/win32io.c
10476 ____________________________________________________________________________
10477 [ 12530] By: nick                                  on 2001/10/20  12:53:30
10478         Log: Fixed in two places - p4 resolve
10479      Branch: perlio
10480            ! perlsdio.h
10481 ____________________________________________________________________________
10482 [ 12529] By: nick                                  on 2001/10/20  12:51:05
10483         Log: Fix for ithreads/stdio build
10484      Branch: perlio
10485            ! perlio.c perlsdio.h
10486 ____________________________________________________________________________
10487 [ 12528] By: ams                                   on 2001/10/20  12:13:25
10488         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
10489              From: Michael G Schwern <schwern@pobox.com>
10490              Date: Sat, 20 Oct 2001 01:41:21 -0400
10491              Message-Id: <20011020014121.I3681@blackrider>
10492      Branch: perl
10493            ! installman
10494 ____________________________________________________________________________
10495 [ 12527] By: ams                                   on 2001/10/20  12:09:41
10496         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
10497              From: Michael G Schwern <schwern@pobox.com>
10498              Date: Sat, 20 Oct 2001 02:04:21 -0400
10499              Message-Id: <20011020020421.A11732@blackrider>
10500      Branch: perl
10501            ! lib/Pod/Checker.pm
10502 ____________________________________________________________________________
10503 [ 12526] By: ams                                   on 2001/10/20  11:59:41
10504         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
10505              From: "chromatic" <chromatic@rmci.net>
10506              Date: Fri, 19 Oct 2001 22:46:39 -0600
10507              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
10508      Branch: perl
10509            ! lib/Net/Config.pm
10510 ____________________________________________________________________________
10511 [ 12525] By: nick                                  on 2001/10/20  11:16:18
10512         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
10513              Perl_sv_setsv_flags directly.
10514      Branch: perlio
10515            ! ext/threads/threads.xs
10516 ____________________________________________________________________________
10517 [ 12524] By: nick                                  on 2001/10/20  10:28:17
10518         Log: Add a new flag character 'm' to embed.pl set to represent
10519              "functions" which are really macros. Use it foe the troublesome
10520              sv_setsv() etc. macros in sv.h - changing latter to define
10521              sv_setsv rather than sv_setsv_macro etc.
10522      Branch: perlio
10523            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
10524            ! pod/perlapi.pod proto.h sv.h
10525 ____________________________________________________________________________
10526 [ 12523] By: nick                                  on 2001/10/20  09:17:17
10527         Log: Add comments explaining why win32.h/embed.h are included where they are
10528              in perl.h 
10529      Branch: perlio
10530            ! perl.h
10531 ____________________________________________________________________________
10532 [ 12522] By: nick                                  on 2001/10/20  08:27:44
10533         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
10534              being used yet.
10535      Branch: perlio
10536            ! win32/win32io.c
10537 ____________________________________________________________________________
10538 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
10539         Log: Wording tweaks.
10540      Branch: perl
10541            ! t/TEST
10542 ____________________________________________________________________________
10543 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
10544         Log: Subject: IO module with nonblocking socket connect patch 
10545              From: Raul Dias <raul@dias.com.br>
10546              Date: Fri, 19 Oct 2001 22:45:32 -0300
10547              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
10548      Branch: perl
10549            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
10550 ____________________________________________________________________________
10551 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
10552         Log: Test vertical whitespace combined with /x in \p{}.
10553      Branch: perl
10554            ! t/op/pat.t
10555 ____________________________________________________________________________
10556 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
10557         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
10558              From: Gisle Aas <gisle@ActiveState.com> 
10559              Date: 19 Oct 2001 16:46:02 -0700
10560              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
10561      Branch: perl
10562            ! lib/ExtUtils/MakeMaker.pm
10563 ____________________________________________________________________________
10564 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
10565         Log: No more this symbol.
10566      Branch: perl
10567            ! makedef.pl
10568 ____________________________________________________________________________
10569 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
10570         Log: Integrate change #12511; fix gross win32 build issues.
10571      Branch: perl
10572           !> makedef.pl sv.c
10573 ____________________________________________________________________________
10574 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
10575         Log: Unpack in scalar context should return the first value
10576              returned in list context, as pointed out by Ton Hospel
10577              in 2001-05-21 (this is how it works already in blead,
10578              just adding the test).
10579      Branch: perl
10580            ! t/op/pack.t
10581 ____________________________________________________________________________
10582 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
10583         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
10584              From: "Craig A. Berry" <craigberry@mac.com>
10585              Date: Fri, 19 Oct 2001 16:59:30 -0500
10586              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
10587      Branch: perl
10588            ! utils/perldoc.PL
10589 ____________________________________________________________________________
10590 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
10591         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
10592              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10593              Date: Fri, 19 Oct 2001 17:45:23 EDT
10594              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
10595      Branch: perl
10596            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
10597            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
10598            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
10599            ! vms/vmsish.h
10600 ____________________________________________________________________________
10601 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
10602         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
10603              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10604              Date: Fri, 19 Oct 2001 17:26:35 EDT
10605              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
10606      Branch: perl
10607            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
10608 ____________________________________________________________________________
10609 [ 12511] By: nick                                  on 2001/10/19  19:55:36
10610         Log: Fix gross win32 build issues
10611      Branch: perlio
10612            ! makedef.pl sv.c
10613 ____________________________________________________________________________
10614 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
10615         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
10616              From: David Dyck <dcd@tc.fluke.com>
10617              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
10618              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
10619      Branch: perl
10620            ! lib/File/Find.pm
10621 ____________________________________________________________________________
10622 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
10623         Log: Subject: Re: PerlIO and Encode
10624              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
10625              Date: Tue, 16 Oct 2001 01:50:16 +0900
10626              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
10627      Branch: perl
10628            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
10629            ! ext/Encode/Encode/Tcl.t
10630 ____________________________________________________________________________
10631 [ 12508] By: ams                                   on 2001/10/19  17:59:16
10632         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
10633              (See #12499)
10634      Branch: perl
10635            ! pod/perlintro.pod
10636 ____________________________________________________________________________
10637 [ 12507] By: nick                                  on 2001/10/19  16:30:43
10638         Log: Integrate mainline
10639      Branch: perlio
10640           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
10641           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
10642           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
10643           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
10644           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
10645           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
10646           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
10647           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
10648           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
10649           +> win32/config_H.win64
10650            - lib/Test/Utils.pm lib/unicore/mktables.PL
10651            - t/lib/Test/Simple/Catch/More.pm
10652           !> (integrate 84 files)
10653 ____________________________________________________________________________
10654 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
10655         Log: Retract the #10451 which seems to be the cause
10656              of the major leakage from while(){eval"sub{}"}
10657      Branch: perl
10658            ! op.c t/run/kill_perl.t
10659 ____________________________________________________________________________
10660 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
10661         Log: Regen toc.
10662      Branch: perl
10663            ! pod/perltoc.pod
10664 ____________________________________________________________________________
10665 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
10666         Log: Tiny tweaks.
10667      Branch: perl
10668            ! pod/perl.pod
10669 ____________________________________________________________________________
10670 [ 12503] By: ams                                   on 2001/10/19  13:34:24
10671         Log: Subject: Re: perlintro.pod
10672              From: Abe Timmerman <abe@ztreet.demon.nl>
10673              Date: Fri, 19 Oct 2001 14:12:40 +0200
10674              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
10675      Branch: perl
10676            ! pod/perlintro.pod
10677 ____________________________________________________________________________
10678 [ 12502] By: ams                                   on 2001/10/19  13:24:12
10679         Log: Slight reorganisation of references.
10680      Branch: perl
10681            ! pod/perl.pod
10682 ____________________________________________________________________________
10683 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
10684         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
10685              From: Kay Röpke <kroepke@dolphin-services.de>
10686              Date: Fri, 19 Oct 2001 14:04:01 +0200 
10687              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
10688      Branch: perl
10689            ! lib/ExtUtils/MakeMaker.pm
10690 ____________________________________________________________________________
10691 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
10692         Log: Unicode categories continue:
10693              implement Category=, Script=, Block=
10694              (these are based on an upcoming update of TR#18)
10695              Fix a bug where we got two In categories named "old italic",
10696              and another where shortcut for the Is categories wasn't taken.
10697      Branch: perl
10698            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
10699            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
10700            ! pod/perlunicode.pod t/op/pat.t
10701 ____________________________________________________________________________
10702 [ 12499] By: ams                                   on 2001/10/19  01:42:29
10703         Log: Subject: a small patch to perlintro.pod.
10704              From: Autrijus Tang <autrijus@autrijus.org>
10705              Date: Fri, 19 Oct 2001 01:45:51 +0800
10706              Message-Id: <20011019014551.A35625@not.autrijus.org>
10707              (Applied by hand with nits.)
10708      Branch: perl
10709            ! pod/perlintro.pod
10710 ____________________________________________________________________________
10711 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
10712         Log: Subject: [PATCH] OpenBSD hints for ithreads
10713              From: Andy Dougherty <doughera@lafayette.edu>
10714              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
10715              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
10716      Branch: perl
10717            ! hints/openbsd.sh
10718 ____________________________________________________________________________
10719 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
10720         Log: Retract #12446; the problem solved by #12474.
10721      Branch: perl
10722            ! hints/aix.sh
10723 ____________________________________________________________________________
10724 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
10725         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
10726              message and suppress line number info (from Steve Hay
10727              <Steve.Hay@uk.radan.com>)
10728      Branch: maint-5.6/perl
10729            ! lib/Carp/Heavy.pm
10730 ____________________________________________________________________________
10731 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
10732         Log: More documented In categories.
10733      Branch: perl
10734            ! pod/perlunicode.pod
10735 ____________________________________________________________________________
10736 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
10737         Log: Update Changes.
10738      Branch: perl
10739            ! Changes patchlevel.h
10740 ____________________________________________________________________________
10741 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
10742         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
10743      Branch: perl
10744            ! MANIFEST
10745 ____________________________________________________________________________
10746 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
10747         Log: Wrong skip() arguments.
10748      Branch: perl
10749            ! ext/B/t/terse.t
10750 ____________________________________________________________________________
10751 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
10752         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
10753              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10754              Date: Wed, 17 Oct 2001 09:10:53 EDT 
10755              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
10756      Branch: perl
10757            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
10758            ! pod/perlapi.pod vms/vms.c
10759 ____________________________________________________________________________
10760 [ 12490] By: ams                                   on 2001/10/18  09:31:00
10761         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
10762              From: Mark-Jason Dominus <mjd@plover.com>
10763              Date: Thu, 18 Oct 2001 06:25:35 -0400
10764              Message-Id: <20011018102535.19264.qmail@plover.com>
10765      Branch: perl
10766            ! pod/perl.pod
10767 ____________________________________________________________________________
10768 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
10769         Log: Prettyprinting.
10770      Branch: perl
10771            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
10772 ____________________________________________________________________________
10773 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
10774         Log: Regen toc.
10775      Branch: perl
10776            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
10777 ____________________________________________________________________________
10778 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
10779         Log: Add perlintro, from Skud.
10780      Branch: perl
10781            + pod/perlintro.pod
10782            ! MANIFEST
10783 ____________________________________________________________________________
10784 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
10785         Log: FAQ sync.
10786      Branch: perl
10787            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
10788            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
10789            ! pod/perlfaq8.pod pod/perlfaq9.pod
10790 ____________________________________________________________________________
10791 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
10792         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
10793              in speed (upto 20% speedup in certain operations) but meanwhile
10794              regexps and arithmetics got slower (5-10%) (according to
10795              perlbench average speedup is negligible, and within measuring
10796              flutter, 1%).  Therefore retracting all the changes
10797              aimed at getting -std1 to compile cleanly:  #12475, #12476,
10798              #12479, #12480, #12481, #12482, #12483, #12484.
10799      Branch: perl
10800            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
10801            ! pp_hot.c pp_sys.c toke.c
10802 ____________________________________________________________________________
10803 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
10804         Log: (retracted by #12485)
10805              Strict ANSI doesn't like the third argument of main()
10806              so enable ignoring it if using ultra picky compiler.
10807      Branch: perl
10808            ! miniperlmain.c
10809 ____________________________________________________________________________
10810 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
10811         Log: (retracted by #12485)
10812              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
10813      Branch: perl
10814            ! perl.h
10815 ____________________________________________________________________________
10816 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
10817         Log: (retracted by #12485)
10818              Add explanatory comment.
10819      Branch: perl
10820            ! mg.c
10821 ____________________________________________________________________________
10822 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
10823         Log: (retracted by #12485)
10824              More dollar$hiding.
10825      Branch: perl
10826            ! doio.c perl.h pp_sys.c
10827 ____________________________________________________________________________
10828 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
10829         Log: (retracted by #12485)
10830              KISS.
10831      Branch: perl
10832            ! mg.c
10833 ____________________________________________________________________________
10834 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
10835         Log: (retracted by #12485)
10836              Thou shalt not #ifdef inside macro invocations,
10837              noticed by Rafael Garcia-Suarez.
10838      Branch: perl
10839            ! mg.c
10840 ____________________________________________________________________________
10841 [ 12478] By: ams                                   on 2001/10/17  18:50:55
10842         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
10843              From: Anton Berezin <tobez@tobez.org>
10844              Date: Wed, 17 Oct 2001 18:25:48 +0200
10845              Message-Id: <20011017182548.A12082@heechee.tobez.org>
10846      Branch: perl
10847            ! pp_sys.c
10848 ____________________________________________________________________________
10849 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
10850         Log: (retracted by #12485)
10851              Unterminated #ifdef.
10852      Branch: perl
10853            ! mg.c
10854 ____________________________________________________________________________
10855 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
10856         Log: (retracted by #12485)
10857              Avoid dollar signs in identifiers (in non-VMS) to
10858              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
10859      Branch: perl
10860            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
10861            ! toke.c
10862 ____________________________________________________________________________
10863 [ 12474] By: ams                                   on 2001/10/17  15:14:50
10864         Log: Subject: Two AIX patches
10865              From: H.Merijn Brand <h.m.brand@hccnet.nl>
10866              Date: Wed, 17 Oct 2001 18:04:35 +0200
10867              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
10868      Branch: perl
10869            ! hints/aix.sh makedef.pl
10870 ____________________________________________________________________________
10871 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
10872         Log: Limiting the Time::HiRes::sleep and usleep to
10873              one second is not a good policy if drop-in
10874              replacement is still a goal.
10875      Branch: perl
10876            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
10877            ! ext/Time/HiRes/HiRes.xs
10878 ____________________________________________________________________________
10879 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
10880         Log: Subject: [PATCH] Test::Simple 0.32
10881              From: Michael G Schwern <schwern@pobox.com> 
10882              Date: Wed, 17 Oct 2001 03:42:41 -0400
10883              Message-ID: <20011017034241.A25038@blackrider>
10884      Branch: perl
10885            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
10886            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
10887            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
10888            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
10889            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
10890            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
10891            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
10892            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
10893            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
10894            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
10895            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
10896            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
10897            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
10898            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
10899            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
10900            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
10901            ! t/lib/Test/Simple/Catch.pm
10902            ! t/lib/Test/Simple/sample_tests/five_fail.plx
10903 ____________________________________________________________________________
10904 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
10905         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
10906              From: Michael G Schwern <schwern@pobox.com> 
10907              Date: Wed, 17 Oct 2001 04:04:13 -0400
10908              Message-ID: <20011017040413.C25550@blackrider>
10909      Branch: perl
10910            ! t/TEST t/harness vms/test.com
10911 ____________________________________________________________________________
10912 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
10913         Log: Regen doc with perlmodstyle added.
10914      Branch: perl
10915            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
10916 ____________________________________________________________________________
10917 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
10918         Log: Pod cleanup.
10919      Branch: perl
10920            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
10921 ____________________________________________________________________________
10922 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
10923         Log: Subject: perlmodstyle as a patch
10924              From: Kirrily Robert <skud@infotrope.net>
10925              Date: Tue, 16 Oct 2001 22:47:23 -0400
10926              Message-ID: <20011016224723.A20673@infotrope.net>
10927      Branch: perl
10928            + pod/perlmodstyle.pod
10929            ! MANIFEST
10930 ____________________________________________________________________________
10931 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
10932         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
10933              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
10934              Date: Thu, 6 Sep 2001 11:09:40 +0100
10935              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
10936              
10937              Mention also the develooper p5p archive.
10938      Branch: perl
10939            ! pod/perlhack.pod
10940 ____________________________________________________________________________
10941 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
10942         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
10943              From: Kay Röpke <kroepke@dolphin-services.de>
10944              Date: Tue, 16 Oct 2001 17:23:52 +0200
10945              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
10946      Branch: perl
10947            ! lib/ExtUtils/MakeMaker.pm
10948 ____________________________________________________________________________
10949 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
10950         Log: Add the special casing mappings (from SpecCase.txt)
10951              (except for the hyper special case mappings that have
10952              the condition list); the special casing mappings are
10953              unused for now.  Small tidying up on mktables.
10954      Branch: perl
10955            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
10956            + lib/unicore/To/SpecUpper.pl
10957            ! lib/unicore/mktables
10958 ____________________________________________________________________________
10959 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
10960         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
10961              From: "David H. Adler" <dha@panix.com>       
10962              Date: Tue, 16 Oct 2001 11:59:35 -0400
10963              Message-ID: <20011016115935.A13078@panix.com>
10964              
10965              Subject: [ PATCH ] perldata patch, revised
10966              From: "David H. Adler" <dha@panix.com>     
10967              Date: Tue, 16 Oct 2001 18:26:49 -0400
10968              Message-ID: <20011016182649.C23970@panix.com>
10969      Branch: perl
10970            ! pod/perldata.pod pod/perlop.pod
10971 ____________________________________________________________________________
10972 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
10973         Log: Integrate perlio: PerlIO_dup (for all but Win32).
10974      Branch: perl
10975           !> embed.h embed.pl ext/Encode/Encode.xs
10976           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
10977           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
10978           !> win32/win32io.c
10979 ____________________________________________________________________________
10980 [ 12462] By: nick                                  on 2001/10/16  19:11:30
10981         Log: PerlIOXxxx_dups for all but Win32
10982      Branch: perlio
10983            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
10984            ! ext/PerlIO/Via/Via.xs
10985 ____________________________________________________________________________
10986 [ 12461] By: nick                                  on 2001/10/16  18:28:48
10987         Log: Implement PerlIOStdio_dup (explains core dumps - dup
10988              was not setting up a FILE * to be fclosed()).
10989      Branch: perlio
10990            ! perlio.c
10991 ____________________________________________________________________________
10992 [ 12460] By: nick                                  on 2001/10/16  17:31:47
10993         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
10994              overflow.
10995      Branch: perlio
10996            ! perlio.c
10997 ____________________________________________________________________________
10998 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
10999         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
11000              From: "Craig A. Berry" <craigberry@mac.com>
11001              Date: Tue, 16 Oct 2001 13:08:38 -0500
11002              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
11003      Branch: perl
11004            ! configure.com
11005 ____________________________________________________________________________
11006 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
11007         Log: Can't expect too much accuracy from a sleep of one second.
11008              (I think this will also fail with high load.)
11009      Branch: perl
11010            ! ext/Time/HiRes/HiRes.t
11011 ____________________________________________________________________________
11012 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
11013         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
11014              From: "Werner, Randolf" <randolf.werner@sap.com>
11015              Date: Tue, 16 Oct 2001 18:33:02 +0200
11016              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
11017      Branch: perl
11018            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
11019            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
11020 ____________________________________________________________________________
11021 [ 12456] By: nick                                  on 2001/10/16  14:08:16
11022         Log: Builds under ithreads (but fails all threads tests)
11023      Branch: perlio
11024            ! hv.c perlio.c sv.c
11025 ____________________________________________________________________________
11026 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
11027         Log: I think the Perl_sortsv needs *not* be skipped?
11028      Branch: perl
11029            ! makedef.pl
11030 ____________________________________________________________________________
11031 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
11032         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
11033              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
11034              Date: Tue, 16 Oct 2001 15:32:44 +0200
11035              Message-ID: <3BCC531C.11494.3E433F@localhost>
11036      Branch: perl
11037            ! t/op/groups.t
11038 ____________________________________________________________________________
11039 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
11040         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
11041              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
11042              Date: Tue, 16 Oct 2001 15:01:04 +0200
11043              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
11044      Branch: perl
11045            ! t/io/fs.t
11046 ____________________________________________________________________________
11047 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
11048         Log: A forgotten deletion.
11049      Branch: perl
11050            - lib/unicore/mktables.PL
11051 ____________________________________________________________________________
11052 [ 12451] By: nick                                  on 2001/10/16  11:32:48
11053         Log: Skeleton of "PerlIO_dup" coded.
11054              Still-passes all tests non-threaded (well it would wouldn't it!)
11055      Branch: perlio
11056            ! embed.h embed.pl ext/Encode/Encode.xs
11057            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
11058            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
11059            ! win32/win32io.c
11060 ____________________________________________________________________________
11061 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
11062         Log: Document the problem with the swash_fetch() API that affects
11063              more complex case conversions.
11064      Branch: perl
11065            ! lib/utf8_heavy.pl utf8.c
11066 ____________________________________________________________________________
11067 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
11068         Log: Make Time::HiRes::sleep() and usleep() to return
11069              the number of seconds (a floating point value) and 
11070              microseconds (an integer) actually slept (well,
11071              modulo the time spent in measuring the time actually
11072              slept...), to be a better drop-in replacement for
11073              the builtin sleep().  Noticed by Chris Nandor.
11074              
11075              Also make usleep() to croak if fed illegal number
11076              of useconds (anything greater than 1_000_000).
11077      Branch: perl
11078            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
11079            ! ext/Time/HiRes/HiRes.xs
11080 ____________________________________________________________________________
11081 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
11082         Log: A missing SvREFCNT_dec.
11083      Branch: perl
11084            ! perl.c
11085 ____________________________________________________________________________
11086 [ 12447] By: nick                                  on 2001/10/15  20:27:53
11087         Log: Beginings of PerlIO_dup support (unstable)
11088      Branch: perlio
11089            ! perlio.c perliol.h
11090 ____________________________________________________________________________
11091 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
11092         Log: (retracted by #12497)
11093              In AIX vac 5 just can't seem to get regcomp right.
11094      Branch: perl
11095            ! hints/aix.sh
11096 ____________________________________________________________________________
11097 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
11098         Log: Bump the version number to agree with the maintperl one.
11099      Branch: perl
11100            ! lib/Tie/RefHash.pm
11101 ____________________________________________________________________________
11102 [ 12444] By: nick                                  on 2001/10/15  15:59:57
11103         Log: Integrate mainline
11104      Branch: perlio
11105           +> lib/Math/BigInt/t/Math/Subclass.pm
11106           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
11107           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
11108           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
11109           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
11110           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
11111           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
11112           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
11113           +> lib/unicore/mktables
11114            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
11115            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
11116            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
11117            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
11118            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
11119            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
11120            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
11121            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
11122            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
11123            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
11124            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
11125            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
11126            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
11127            - lib/unicore/syllables.txt
11128           !> (integrate 344 files)
11129 ____________________________________________________________________________
11130 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
11131         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
11132      Branch: perl
11133            ! ext/DB_File/DB_File.xs
11134 ____________________________________________________________________________
11135 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
11136         Log: Sync the skip() amounts with the number of tests.
11137      Branch: perl
11138            ! lib/Term/Complete.t
11139 ____________________________________________________________________________
11140 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
11141         Log: Update Changes.
11142      Branch: perl
11143            ! Changes patchlevel.h
11144 ____________________________________________________________________________
11145 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
11146         Log: MacOS Classic catdir() rewrite from Thomas Wegner
11147              (backward incompatibility, but a deliberate one,
11148              the old version simply is broken in its logic),
11149              also documentation updates, and as suggested replicated
11150              the File::Spec::Unix documentation updates also on the
11151              File::Spec documentation.
11152              
11153              TODO: there seems to be duplication of documentation
11154              between File::Spec and File::Spec::Unix.  I think
11155              the ::Unix should be left only with specific UNIXisms,
11156              and all the generic documentation should be in ::Spec.
11157      Branch: perl
11158            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
11159            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
11160            ! lib/File/Spec/Unix.pm
11161 ____________________________________________________________________________
11162 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
11163         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
11164              From: Blair Zajac <blair@orcaware.com>
11165              Date: Mon, 24 Sep 2001 11:48:58 -0700
11166              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
11167              
11168              (the skip() messages)
11169      Branch: perl
11170            ! t/op/magic.t
11171 ____________________________________________________________________________
11172 [ 12438] By: ams                                   on 2001/10/14  23:43:59
11173         Log: Subject: [PATCH] make PerlIO default on VMS
11174              From: "Craig A. Berry" <craigberry@mac.com>
11175              Date: Sun, 14 Oct 2001 15:27:18 -0500
11176              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
11177      Branch: perl
11178            ! configure.com
11179 ____________________________________________________________________________
11180 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
11181         Log: Retract #12436 (Abhijit already did this at #12426)
11182      Branch: perl
11183            ! lib/ExtUtils/MM_Unix.pm
11184 ____________________________________________________________________________
11185 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
11186         Log: (retracted by #12437)
11187              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
11188              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
11189              Date: Sat, 13 Oct 2001 20:33:55 +0200
11190              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
11191      Branch: perl
11192            ! lib/ExtUtils/MM_Unix.pm
11193 ____________________________________________________________________________
11194 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
11195         Log: Subject: h2xs grammar nit
11196              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
11197              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
11198              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
11199      Branch: perl
11200            ! utils/h2xs.PL
11201 ____________________________________________________________________________
11202 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
11203         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
11204              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
11205              Date: Sun, 14 Oct 2001 11:25:08 +0100
11206              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
11207      Branch: perl
11208            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
11209            ! warnings.pl
11210 ____________________________________________________________________________
11211 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
11212         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
11213              for File::Spec::Mac::catfile)
11214      Branch: perl
11215            ! lib/h2xs.t
11216 ____________________________________________________________________________
11217 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
11218         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
11219              From: Nicholas Clark <nick@ccl4.org>
11220              Date: Sat, 13 Oct 2001 00:07:31 +0100
11221              Message-ID: <20011013000731.D67535@plum.flirble.org>
11222      Branch: perl
11223            ! lib/h2xs.t utils/h2xs.PL
11224 ____________________________________________________________________________
11225 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
11226         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
11227              before DEFINE and INC), and repent by taking DEFINE and
11228              INC away from PASTHRU.
11229      Branch: perl
11230            ! lib/ExtUtils/MM_Unix.pm
11231 ____________________________________________________________________________
11232 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
11233         Log: More MANIFEST anomalies.
11234      Branch: perl
11235            ! MANIFEST
11236 ____________________________________________________________________________
11237 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
11238         Log: Not that many.
11239      Branch: perl
11240            ! MANIFEST
11241 ____________________________________________________________________________
11242 [ 12428] By: sky                                   on 2001/10/13  20:59:27
11243         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
11244              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11245              Date: Sat, 13 Oct 2001 23:15:55 +0200
11246              Message-ID: <20011013231555.A18071@rafael>
11247      Branch: perl
11248            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
11249            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
11250 ____________________________________________________________________________
11251 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
11252         Log: Rewrite mktables from scratch.
11253              - Cleaner.
11254              - Faster: 15-20 seconds as opposed to several minutes.
11255              - More dynamic: the names of the various categories
11256              such as the linebreak ones are dynamic, not static.
11257              - Is.pl: long names for the general category properties
11258              are now available.
11259              - Ranges (<... ,First>, <..., Last>) from the general
11260              categories work now.
11261              - No more mktables.PL because the mktables.PL is not
11262              and never has been run to create a mktables.
11263              - syllables.txt and Is/Syl*.pl removed: non-standard
11264              (not part of the Unicode), and the whole concept is
11265              being reworked (http://syllabary.sourceforge.net/),
11266              the old way wouldn't even work with the new Syllables.txt
11267              (it would result in 1000+ new categories)
11268      Branch: perl
11269            + lib/unicore/In/163.pl lib/unicore/In/164.pl
11270            + lib/unicore/In/165.pl lib/unicore/In/166.pl
11271            + lib/unicore/In/167.pl lib/unicore/In/168.pl
11272            + lib/unicore/In/169.pl lib/unicore/In/170.pl
11273            + lib/unicore/In/171.pl lib/unicore/Is.pl
11274            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
11275            + lib/unicore/mktables
11276            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
11277            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
11278            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
11279            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
11280            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
11281            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
11282            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
11283            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
11284            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
11285            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
11286            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
11287            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
11288            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
11289            - lib/unicore/syllables.txt
11290            ! (edit 304 files)
11291 ____________________________________________________________________________
11292 [ 12426] By: ams                                   on 2001/10/13  18:05:36
11293         Log: ExtUtils::MM_Unix should ignore comments when searching for
11294              $VERSION.
11295      Branch: perl
11296            ! lib/ExtUtils/MM_Unix.pm
11297 ____________________________________________________________________________
11298 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
11299         Log: Subject: Re: New module XML::Clean
11300              From: andreas.koenig@anima.de (Andreas J. Koenig)
11301              Date: 13 Oct 2001 10:17:09 +0200
11302              Message-ID: <m37ku0t0my.fsf@anima.de>
11303      Branch: perl
11304            ! pod/perlnewmod.pod
11305 ____________________________________________________________________________
11306 [ 12424] By: sky                                   on 2001/10/13  09:39:59
11307         Log: Set thread stack size if needed.
11308      Branch: perl
11309            ! ext/threads/threads.xs
11310 ____________________________________________________________________________
11311 [ 12423] By: sky                                   on 2001/10/13  09:36:49
11312         Log: We do want to set the attribute to joinable even on modern posix
11313              platforms.
11314      Branch: perl
11315            ! ext/threads/threads.xs
11316 ____________________________________________________________________________
11317 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
11318         Log: Subject: [PATCH ext/Data/Dumper.xs]
11319              From: Brian Ingerson <ingy@ttul.org>
11320              Date: Fri, 12 Oct 2001 19:32:35 -0700
11321              Message-ID: <20011012193235.B889@ttul.org>
11322      Branch: perl
11323            ! ext/Data/Dumper/Dumper.xs
11324 ____________________________________________________________________________
11325 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
11326         Log: Update Changes.
11327      Branch: perl
11328            ! Changes patchlevel.h
11329 ____________________________________________________________________________
11330 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
11331         Log: FAQ sync.
11332      Branch: perl
11333            ! pod/perlfaq3.pod pod/perlfaq4.pod
11334 ____________________________________________________________________________
11335 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
11336         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
11337              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
11338              Date: Fri, 12 Oct 2001 11:51:05 -0700
11339              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
11340      Branch: perl
11341            ! lib/File/Copy.pm
11342 ____________________________________________________________________________
11343 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
11344         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
11345              From: "chromatic" <chromatic@rmci.net>     
11346              Date: Thu, 11 Oct 2001 10:57:55 -0600
11347              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
11348              
11349              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
11350              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11351              Date: Thu, 11 Oct 2001 22:34:21 +0200
11352              Message-ID: <20011011223421.A693@rafael>     
11353              
11354              plus undef $Term::Complete::stty as suggested by Rafael.
11355      Branch: perl
11356            ! lib/Term/Complete.pm lib/Term/Complete.t
11357 ____________________________________________________________________________
11358 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
11359         Log: UUnndduupplleexx..
11360      Branch: perl
11361            ! perl.h
11362 ____________________________________________________________________________
11363 [ 12416] By: sky                                   on 2001/10/12  20:16:19
11364         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
11365              From: Andy Dougherty <doughera@lafayette.edu>
11366              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
11367              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
11368              (Potentially only band-aid)
11369      Branch: perl
11370            ! sv.c
11371 ____________________________________________________________________________
11372 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
11373         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
11374              mishandles kill(), and therefore the sigaction test
11375              should be skipped, from Charles Lane.
11376      Branch: perl
11377            ! ext/POSIX/t/sigaction.t
11378 ____________________________________________________________________________
11379 [ 12414] By: sky                                   on 2001/10/12  18:47:49
11380         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
11381      Branch: perl
11382            ! op.h
11383 ____________________________________________________________________________
11384 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
11385         Log: Upgrade to Math::BigInt 1.44 from Tels and
11386              further fixes from John Peacock.
11387      Branch: perl
11388            + lib/Math/BigInt/t/Math/Subclass.pm
11389            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
11390            + lib/Math/BigInt/t/subclass.t
11391            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
11392            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
11393            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
11394            ! lib/Math/BigInt/t/mbimbf.t
11395 ____________________________________________________________________________
11396 [ 12412] By: sky                                   on 2001/10/12  18:28:23
11397         Log: perhaps pthread_attr_t really needs to be set for the old api
11398      Branch: perl
11399            ! ext/threads/threads.xs
11400 ____________________________________________________________________________
11401 [ 12411] By: sky                                   on 2001/10/12  18:11:45
11402         Log: pthread_keycreate not pthread_key_create under the here be dragons API
11403      Branch: perl
11404            ! ext/threads/threads.h
11405 ____________________________________________________________________________
11406 [ 12410] By: sky                                   on 2001/10/12  18:07:37
11407         Log: Apperently OLD PTHREADS API is a bit retarded.
11408              This should fix another set of compile failures in HP-UX 10.20.
11409      Branch: perl
11410            ! ext/threads/threads.h ext/threads/threads.xs
11411 ____________________________________________________________________________
11412 [ 12409] By: nick                                  on 2001/10/12  15:30:01
11413         Log: Blind integrate of mainline
11414      Branch: perlio
11415           +> (branch 32 files)
11416            - lib/unicode/README
11417           !> (integrate 121 files)
11418 ____________________________________________________________________________
11419 [ 12408] By: sky                                   on 2001/10/12  14:55:08
11420         Log: Let us avoid being smart for now.
11421      Branch: perl
11422            ! ext/threads/threads.h
11423 ____________________________________________________________________________
11424 [ 12407] By: sky                                   on 2001/10/12  14:38:12
11425         Log: (void*) the argument to make sure we work with picky compilers
11426      Branch: perl
11427            ! ext/threads/threads.xs
11428 ____________________________________________________________________________
11429 [ 12406] By: ams                                   on 2001/10/12  13:26:04
11430         Log: (replaced with #12600)
11431              
11432              Subject: [PATCH 5.6.1 perldoc] use File::Temp
11433              From: Mikhail Zabaluev <mhz@alt-linux.org>
11434              Date: Fri, 12 Oct 2001 12:47:47 +0400
11435              Message-Id: <20011012124747.E13918@localhost.localdomain>
11436      Branch: perl
11437            ! utils/perldoc.PL
11438 ____________________________________________________________________________
11439 [ 12405] By: ams                                   on 2001/10/12  13:05:32
11440         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
11441              From: andreas.koenig@anima.de (Andreas J. Koenig)
11442              Date: 12 Oct 2001 11:12:07 +0200
11443              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
11444      Branch: perl
11445            ! lib/Memoize/t/speed.t
11446 ____________________________________________________________________________
11447 [ 12404] By: sky                                   on 2001/10/12  12:46:15
11448         Log: A) Support OLD_PTHREADS_API
11449              B) Change from using pthread_t to using a TLS to store the
11450              index of the thread in an hash, this is to avoid problems when
11451              in fact pthread_t was not a seralizable type.
11452              Both these changes are because of HP-UX 10.20
11453              This has not been tested on win32 but should work there.
11454              Need to add support for NetWare.
11455      Branch: perl
11456            ! ext/threads/threads.h ext/threads/threads.xs
11457 ____________________________________________________________________________
11458 [ 12403] By: ams                                   on 2001/10/12  07:34:19
11459         Log: Subject: Re: New module XML::Clean
11460              From: andreas.koenig@anima.de (Andreas J. Koenig)
11461              Date: 12 Oct 2001 10:20:35 +0200
11462              Message-Id: <m3elo9uv58.fsf@anima.de>
11463      Branch: perl
11464            ! pod/perlnewmod.pod
11465 ____________________________________________________________________________
11466 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
11467         Log: More HP model tweaks from Merijn.
11468      Branch: perl
11469            ! README.hpux
11470 ____________________________________________________________________________
11471 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
11472         Log: Update Changes.
11473      Branch: perl
11474            ! Changes patchlevel.h
11475 ____________________________________________________________________________
11476 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
11477         Log: HP-UX update from H.Merijn Brand.
11478      Branch: perl
11479            ! README.hpux
11480 ____________________________________________________________________________
11481 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
11482         Log: Subject: [PATCH] fix link rot in README.vms
11483              From: "Craig A. Berry" <craigberry@mac.com>
11484              Date: Wed, 10 Oct 2001 17:17:00 -0500
11485              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
11486      Branch: perl
11487            ! README.vms
11488 ____________________________________________________________________________
11489 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
11490         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
11491              From: "chromatic" <chromatic@rmci.net>
11492              Date: Wed, 10 Oct 2001 15:50:30 -0600
11493              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
11494      Branch: perl
11495            ! lib/Term/Complete.t
11496 ____________________________________________________________________________
11497 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
11498         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
11499              From: "chromatic" <chromatic@rmci.net>
11500              Date: Wed, 10 Oct 2001 15:45:42 -0600
11501              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
11502      Branch: perl
11503            + lib/ExtUtils/Packlist.t
11504            ! MANIFEST
11505 ____________________________________________________________________________
11506 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
11507         Log: VMS needs quotes around the -I option to keep it from
11508              being downcased, from Charles Lane.
11509      Branch: perl
11510            ! t/run/kill_perl.t
11511 ____________________________________________________________________________
11512 [ 12395] By: ams                                   on 2001/10/10  16:22:32
11513         Log: Subject: [PATCH lib/FindBin.pm]
11514              From: Stas Bekman <stas@stason.org>
11515              Date: Tue, 09 Oct 2001 23:57:10 +0800
11516              Message-Id: <3BC31E56.60805@stason.org>
11517      Branch: perl
11518            ! lib/FindBin.pm
11519 ____________________________________________________________________________
11520 [ 12394] By: ams                                   on 2001/10/10  16:09:53
11521         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
11522              From: Abhijit Menon-Sen <ams@wiw.org>
11523              Date: Wed, 10 Oct 2001 21:59:33 +0530
11524              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
11525      Branch: perl
11526            ! ext/Data/Dumper/Dumper.xs
11527 ____________________________________________________________________________
11528 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
11529         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
11530              from Charles Lane.
11531      Branch: perl
11532            ! lib/File/Spec/VMS.pm
11533 ____________________________________________________________________________
11534 [ 12392] By: ams                                   on 2001/10/10  14:49:43
11535         Log: Subject: [PATCH] two s/// bugfixes
11536              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11537              Date: Wed, 10 Oct 2001 17:23:44 +0200
11538              Message-Id: <20011010172344.C22440@rafael>
11539      Branch: perl
11540            ! pp_ctl.c regexec.c t/op/subst.t
11541 ____________________________________________________________________________
11542 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
11543         Log: Fix/improve handling of the [000000] special "root"
11544              directory, by putting cwd in canonical form when doing
11545              abs2rel, and prepending a 000000 to directory "chunks"
11546              if missing from base or path.  Also adjust test to
11547              reflect the (improved) output from abs2rel.
11548              From Charles Lane.
11549      Branch: perl
11550            ! lib/File/Spec.t lib/File/Spec/VMS.pm
11551 ____________________________________________________________________________
11552 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
11553         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
11554              all of the extra VMSish attributes (such as "treat this logical
11555              as a device name") that are necessary to make programs run.
11556              A tainted %ENV does not hinder VMS.  From Charles Lane.
11557      Branch: perl
11558            ! lib/File/Find/t/taint.t
11559 ____________________________________________________________________________
11560 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
11561         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
11562              
11563              o  VMS is case-insensitive, RTL downcases filenames read
11564              by perl... so need to re-upcase filenames like MANIFEST
11565              and MANIFEST.SKIP
11566              
11567              o  Need to convert VMS-style to Unix-style filenames when comparing
11568              names in MANIFEST to names in filesystem.
11569              
11570              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
11571              since VMS won't let you (easily) delete non-empty directories.
11572              
11573              From Charles Lane.
11574      Branch: perl
11575            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
11576 ____________________________________________________________________________
11577 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
11578         Log: Unix and VMS agree on "*" as a "match any number of any chars"
11579              wildcards, but differ ("?"  vs.  "%") for their "match any single
11580              char" wildcard.  This patch changes "?"  chars to "%" before doing a
11581              VMS glob...at no loss of functionality, since "?"  isn't a valid
11582              filename char on VMS.  From Charles Lane.
11583      Branch: perl
11584            ! doio.c
11585 ____________________________________________________________________________
11586 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
11587         Log: (accidentally empty submit; new life as #12390)
11588      Branch: perl
11589            ! lib/File/Find/t/taint.t
11590 ____________________________________________________________________________
11591 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
11592         Log: Even more VMS tweakage from Charles Lane:
11593              
11594              Tweak #1:  splitdir only works on directory part of filespec,
11595              split off volume first
11596              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
11597              (it's a horrible kludge in the run-time library,
11598              improved in later versions). Check the
11599              $Config{'d_setenv'} flag before attempting to set it.
11600      Branch: perl
11601            ! t/op/chdir.t
11602 ____________________________________________________________________________
11603 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
11604         Log: VMS tweakage from Charles Lane.
11605              
11606              . command.com doubles an output line when prompting for extensions
11607              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
11608              . perl5db doesn't clean up after itself
11609      Branch: perl
11610            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
11611 ____________________________________________________________________________
11612 [ 12384] By: sky                                   on 2001/10/09  19:16:11
11613         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
11614              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11615              Date: Tue, 9 Oct 2001 22:10:26 +0200
11616              Message-ID: <20011009221026.A8579@rafael>
11617      Branch: perl
11618            ! pod/perldata.pod
11619 ____________________________________________________________________________
11620 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
11621         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
11622              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
11623              Date: 9 Oct 2001 15:15:06 -0000
11624              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
11625      Branch: perl
11626            ! t/op/subst.t
11627 ____________________________________________________________________________
11628 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
11629         Log: Update Changes.
11630      Branch: perl
11631            ! Changes patchlevel.h
11632 ____________________________________________________________________________
11633 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
11634         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
11635              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
11636              when a NULL is passed for the filename string pointer.
11637              From Charles Lane.
11638      Branch: perl
11639            ! vms/vms.c
11640 ____________________________________________________________________________
11641 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
11642         Log: Subject: HP systems update
11643              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11644              Date: Tue, 09 Oct 2001 15:59:22 +0200
11645              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
11646      Branch: perl
11647            ! README.hpux
11648 ____________________________________________________________________________
11649 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
11650         Log: CPAN::Nox does now have a test.
11651      Branch: perl
11652            ! t/lib/1_compile.t
11653 ____________________________________________________________________________
11654 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
11655         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
11656              From: David Dyck <dcd@tc.fluke.com>
11657              Date: Mon, 1 Oct 2001 12:17:36 -0700
11658              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
11659      Branch: perl
11660            ! installperl
11661 ____________________________________________________________________________
11662 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
11663         Log: NetWare update from Ananth Kesari.
11664      Branch: perl
11665            ! NetWare/nwperlsys.h makedef.pl
11666 ____________________________________________________________________________
11667 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
11668         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
11669              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11670              Date: Tue, 9 Oct 2001 08:40:57 EDT
11671              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
11672      Branch: perl
11673            ! lib/File/Find/t/find.t
11674 ____________________________________________________________________________
11675 [ 12374] By: ams                                   on 2001/10/09  05:31:45
11676         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
11677              ExtUtils::Mkbootstrap
11678              From: "chromatic" <chromatic@rmci.net>
11679              Date: Tue, 09 Oct 2001 00:08:37 -0600
11680              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
11681      Branch: perl
11682            + lib/ExtUtils/Mkbootstrap.t
11683            ! MANIFEST
11684 ____________________________________________________________________________
11685 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
11686         Log: Enable more debugging.
11687      Branch: perl
11688            ! lib/utf8_heavy.pl
11689 ____________________________________________________________________________
11690 [ 12372] By: ams                                   on 2001/10/09  02:11:59
11691         Log: #12370 forgot to modify is_gv_magical().
11692      Branch: perl
11693            ! gv.c
11694 ____________________________________________________________________________
11695 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
11696         Log: Make the toupper/lower/title API for Unicode not right
11697              but at least less wrong: prepare for the mapping being
11698              more than just one-character-to-one-character.
11699      Branch: perl
11700            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
11701            ! regexec.c utf8.c
11702 ____________________________________________________________________________
11703 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
11704         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
11705              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
11706              Date: Mon, 8 Oct 2001 22:18:23 -0400
11707              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
11708      Branch: perl
11709            ! pod/perlvar.pod t/op/taint.t
11710 ____________________________________________________________________________
11711 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
11712         Log: FAQ sync.
11713      Branch: perl
11714            ! pod/perlfaq3.pod pod/perlfaq4.pod
11715 ____________________________________________________________________________
11716 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
11717         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
11718              From: "chromatic" <chromatic@rmci.net>
11719              Date: Mon, 08 Oct 2001 14:05:32 -0600
11720              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
11721      Branch: perl
11722            ! lib/Term/Cap.t
11723 ____________________________________________________________________________
11724 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
11725         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
11726              From: Michael G Schwern <schwern@pobox.com>
11727              Date: Mon, 8 Oct 2001 17:00:14 -0400
11728              Message-ID: <20011008170014.L17083@blackrider>
11729      Branch: perl
11730            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
11731 ____________________________________________________________________________
11732 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
11733         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
11734              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11735              Date: Mon, 8 Oct 2001 16:01:33 EDT
11736              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
11737      Branch: perl
11738            ! ext/Time/HiRes/HiRes.xs
11739 ____________________________________________________________________________
11740 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
11741         Log: Subject: [PATCH] Autosplit patch for VMS
11742              From: "Craig A. Berry" <craigberry@mac.com>
11743              Date: Mon, 08 Oct 2001 15:40:43 -0500
11744              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
11745      Branch: perl
11746            ! lib/AutoSplit.pm lib/AutoSplit.t
11747 ____________________________________________________________________________
11748 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
11749         Log: Don't assume that everybody is running OS X 10.1 yet;
11750              from Kay Röpke.
11751      Branch: perl
11752            ! hints/darwin.sh
11753 ____________________________________________________________________________
11754 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
11755         Log: Update Changes.
11756      Branch: perl
11757            ! Changes patchlevel.h
11758 ____________________________________________________________________________
11759 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
11760         Log: Retract #12358 for now.
11761      Branch: perl
11762            ! lib/Term/Cap.t
11763 ____________________________________________________________________________
11764 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
11765         Log: Can't figure out what this is testing.
11766              (If it is trying to catch SIGKILL, it should stop
11767              trying because that is by definition impossible.)
11768      Branch: perl
11769            ! lib/sigtrap.t
11770 ____________________________________________________________________________
11771 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
11772         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
11773              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
11774              Date: Sun, 30 Sep 2001 21:15:13 +0200
11775              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
11776      Branch: perl
11777            ! lib/ExtUtils/MM_Win32.pm
11778 ____________________________________________________________________________
11779 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
11780         Log: Clarify the ldlibpth part and condense the overall text.
11781      Branch: perl
11782            ! t/TEST
11783 ____________________________________________________________________________
11784 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
11785         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
11786              From: "chromatic" <chromatic@rmci.net>
11787              Date: Sun, 07 Oct 2001 16:59:26 -0600
11788              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
11789      Branch: perl
11790            ! lib/Term/Cap.t
11791 ____________________________________________________________________________
11792 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
11793         Log: Update the list because fo #12265.
11794      Branch: perl
11795            ! t/lib/1_compile.t
11796 ____________________________________________________________________________
11797 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
11798         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
11799              From: Nicholas Clark <nick@ccl4.org>
11800              Date: Sun, 7 Oct 2001 20:53:33 +0100
11801              Message-ID: <20011007205333.S38756@plum.flirble.org>   
11802      Branch: perl
11803            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
11804            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
11805            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
11806            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
11807            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
11808            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
11809            ! lib/Switch/t/switch.t lib/Term/Complete.t
11810            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
11811            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
11812            ! t/op/my_stash.t
11813 ____________________________________________________________________________
11814 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
11815         Log: Integrate patch #12350 from maintperl; typo in
11816              IO::Seekable doc.
11817      Branch: perl
11818           !> ext/IO/lib/IO/Seekable.pm
11819 ____________________________________________________________________________
11820 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
11821         Log: Detypo.
11822      Branch: perl
11823            ! hints/darwin.sh
11824 ____________________________________________________________________________
11825 [ 12353] By: sky                                   on 2001/10/07  17:16:14
11826         Log: Change 12349 didn't really get it right.
11827      Branch: perl
11828            ! lib/Unicode/README
11829 ____________________________________________________________________________
11830 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
11831         Log: If running the harness the dynamic library search path
11832              may need setting.
11833      Branch: perl
11834            ! t/TEST
11835 ____________________________________________________________________________
11836 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
11837         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
11838              in ldflags.
11839      Branch: perl
11840            ! hints/darwin.sh
11841 ____________________________________________________________________________
11842 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
11843         Log: typo in IO::Seekable doc
11844      Branch: maint-5.6/perl
11845            ! ext/IO/lib/IO/Seekable.pm
11846 ____________________________________________________________________________
11847 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
11848         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
11849              doesn't work on Mac OS X 10.1 (when unpacking the tar the
11850              latter gets renamed as lib/unicode:1, assumedly for security
11851              reasons not to overwrite stuff)
11852      Branch: perl
11853            + lib/Unicode/README
11854            - lib/unicode/README
11855            ! MANIFEST
11856 ____________________________________________________________________________
11857 [ 12348] By: ams                                   on 2001/10/07  05:33:40
11858         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
11859              From: "chromatic" <chromatic@rmci.net>
11860              Date: Sat, 06 Oct 2001 21:42:03 -0600
11861              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
11862      Branch: perl
11863            + lib/CPAN/t/Nox.t
11864            ! MANIFEST
11865 ____________________________________________________________________________
11866 [ 12347] By: ams                                   on 2001/10/07  00:48:10
11867         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
11868              From: "chromatic" <chromatic@rmci.net>
11869              Date: Sat, 06 Oct 2001 18:52:10 -0600
11870              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
11871      Branch: perl
11872            + lib/sigtrap.t
11873            ! MANIFEST
11874 ____________________________________________________________________________
11875 [ 12346] By: ams                                   on 2001/10/06  23:14:01
11876         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
11877              h2xs write?)
11878              From: Nicholas Clark <nick@ccl4.org>
11879              Date: Sat, 6 Oct 2001 21:46:43 +0100
11880              Message-Id: <20011006214643.L38756@plum.flirble.org>
11881      Branch: perl
11882            ! utils/h2xs.PL
11883 ____________________________________________________________________________
11884 [ 12345] By: ams                                   on 2001/10/06  17:39:53
11885         Log: Subject: [PATCH] Memoize tests
11886              From: Nicholas Clark <nick@ccl4.org>
11887              Date: Sat, 6 Oct 2001 18:04:21 +0100
11888              Message-Id: <20011006180421.J38756@plum.flirble.org>
11889      Branch: perl
11890            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
11891            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
11892            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
11893            ! lib/Memoize/t/expire_module_n.t
11894            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
11895            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
11896            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
11897            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
11898            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
11899            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
11900 ____________________________________________________________________________
11901 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
11902         Log: Retract the latter part of #12343.
11903      Branch: perl
11904            ! ext/IO/lib/IO/Socket/INET.pm
11905 ____________________________________________________________________________
11906 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
11907         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
11908              From: David Dyck <dcd@tc.fluke.com>
11909              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
11910              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
11911              
11912              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
11913              From: David Dyck <dcd@tc.fluke.com>
11914              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
11915              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
11916      Branch: perl
11917            ! ext/IO/lib/IO/Socket/INET.pm
11918 ____________________________________________________________________________
11919 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
11920         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
11921              From: Robin Barker <rmb1@cise.npl.co.uk>
11922              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
11923              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
11924      Branch: perl
11925            ! t/TEST
11926 ____________________________________________________________________________
11927 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
11928         Log: Don't assume that %x is good for displaying UVs.
11929      Branch: perl
11930            ! dump.c
11931 ____________________________________________________________________________
11932 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
11933         Log: Update Changes.
11934      Branch: perl
11935            ! Changes patchlevel.h
11936 ____________________________________________________________________________
11937 [ 12339] By: ams                                   on 2001/10/05  10:22:34
11938         Log: Subject: [PATCH] perlfunc/select
11939              From: Nicholas Clark <nick@ccl4.org>
11940              Date: Fri, 5 Oct 2001 11:33:58 +0100
11941              Message-Id: <20011005113358.Z38756@plum.flirble.org>
11942      Branch: perl
11943            ! pod/perlfunc.pod
11944 ____________________________________________________________________________
11945 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
11946         Log: Retract #12313 and #12249.
11947      Branch: perl
11948            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
11949            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
11950            ! pod/perlebcdic.pod
11951 ____________________________________________________________________________
11952 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
11953         Log: Subject: [PATCH] perlvms.pod update
11954              From: "Craig A. Berry" <craigberry@mac.com>
11955              Date: Thu, 04 Oct 2001 12:55:52 -0500
11956              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
11957      Branch: perl
11958            ! vms/perlvms.pod
11959 ____________________________________________________________________________
11960 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
11961         Log: Subject: PATCH: Tie::SubstrHash
11962              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11963              Date: Thu, 04 Oct 2001 12:12:41 +0100
11964              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
11965      Branch: perl
11966            ! lib/Tie/SubstrHash.pm
11967 ____________________________________________________________________________
11968 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
11969         Log: Unicode properties saga continues.
11970      Branch: perl
11971            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
11972            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
11973 ____________________________________________________________________________
11974 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
11975         Log: Yet more Unicode properties.
11976      Branch: perl
11977            + lib/unicore/In/137.pl lib/unicore/In/138.pl
11978            + lib/unicore/In/139.pl lib/unicore/In/140.pl
11979            + lib/unicore/In/141.pl lib/unicore/In/142.pl
11980            + lib/unicore/In/143.pl lib/unicore/In/144.pl
11981            + lib/unicore/In/145.pl lib/unicore/In/146.pl
11982            + lib/unicore/In/147.pl lib/unicore/In/148.pl
11983            + lib/unicore/In/149.pl lib/unicore/In/150.pl
11984            + lib/unicore/In/151.pl lib/unicore/In/152.pl
11985            + lib/unicore/In/153.pl lib/unicore/In/154.pl
11986            + lib/unicore/In/155.pl lib/unicore/In/156.pl
11987            + lib/unicore/In/157.pl lib/unicore/In/158.pl
11988            + lib/unicore/In/159.pl lib/unicore/In/160.pl
11989            + lib/unicore/In/161.pl lib/unicore/In/162.pl
11990            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
11991            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
11992            ! pod/perlunicode.pod
11993 ____________________________________________________________________________
11994 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
11995         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
11996              From: "Craig A. Berry" <craigberry@mac.com>
11997              Date: Wed, 03 Oct 2001 17:45:25 -0500
11998              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
11999              
12000              (the lib/Term/Complete.t patched differently by #12332)
12001      Branch: perl
12002            ! lib/ExtUtils/Command.t
12003 ____________________________________________________________________________
12004 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
12005         Log: Restore only if something to restore.
12006      Branch: perl
12007            ! lib/Term/Complete.t
12008 ____________________________________________________________________________
12009 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
12010         Log: Update various resources for credits,
12011              minor icons fixes, and versions.
12012      Branch: maint-5.6/macperl
12013            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
12014            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
12015            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
12016 ____________________________________________________________________________
12017 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
12018         Log: Quiet the warnings about using undef value
12019      Branch: maint-5.6/macperl
12020            ! lib/File/Temp.pm
12021 ____________________________________________________________________________
12022 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
12023         Log: Fix up Ballon Help and Help menu docs (first pass);
12024              remove balloon rez file, and autogenerate with
12025              Balloon2Rez instead.
12026      Branch: maint-5.6/macperl
12027            + macos/macperl/macscripts/Balloon2Rez
12028            - macos/macperl/MPBalloons.r
12029            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
12030 ____________________________________________________________________________
12031 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
12032         Log: Allow overriding of defaults, for change #12327.
12033      Branch: maint-5.6/macperl
12034            ! perl.h
12035 ____________________________________________________________________________
12036 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
12037         Log: Override PerlProc_exit.
12038      Branch: maint-5.6/macperl
12039            ! macos/macish.h
12040 ____________________________________________________________________________
12041 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
12042         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
12043      Branch: maint-5.6/macperl
12044            + macos/bundled_lib/blib/lib/MD5.pm
12045            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
12046            + macos/lib/Mac/AETE/Dialect.pm
12047            + macos/lib/Mac/AETE/Format/Converter.pm
12048            + macos/lib/Mac/AETE/Format/Dictionary.pm
12049            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
12050            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
12051            + macos/lib/Mac/Toolbox.pod
12052            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
12053 ____________________________________________________________________________
12054 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
12055         Log: Sync up silly CVS headers ... I should commit CVS
12056              first to avoid this ...
12057      Branch: maint-5.6/macperl
12058            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
12059            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
12060            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
12061            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
12062 ____________________________________________________________________________
12063 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
12064         Log: Fix Matthias' address, and attributions.
12065      Branch: maint-5.6/macperl
12066            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
12067            ! pod/perlport.pod
12068 ____________________________________________________________________________
12069 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
12070         Log: Fix Matthias' address, and attributions.
12071      Branch: maint-5.6/macperl
12072            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
12073            ! macos/ext/Mac/Components/Components.pm
12074            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
12075            ! macos/ext/Mac/Dialogs/Dialogs.pm
12076            ! macos/ext/Mac/Events/Events.pm
12077            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
12078            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
12079            ! macos/ext/Mac/Gestalt/Gestalt.pm
12080            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
12081            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
12082            ! macos/ext/Mac/Menus/Menus.pm
12083            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
12084            ! macos/ext/Mac/Movies/Movies.pm
12085            ! macos/ext/Mac/Navigation/Navigation.pm
12086            ! macos/ext/Mac/Notification/Notification.pm
12087            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
12088            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
12089            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
12090            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
12091            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
12092            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
12093            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
12094            ! macos/ext/Mac/StandardFile/StandardFile.pm
12095            ! macos/ext/Mac/TextEdit/TextEdit.pm
12096            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
12097            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
12098            ! macos/lib/Mac/LowMem.pm
12099 ____________________________________________________________________________
12100 [ 12322] By: sky                                   on 2001/10/03  18:41:07
12101         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
12102              From: "Craig A. Berry" <craigberry@mac.com>
12103              Date: Wed, 03 Oct 2001 14:30:55 -0500
12104              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
12105      Branch: perl
12106            ! vms/vms.c
12107 ____________________________________________________________________________
12108 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
12109         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
12110              From: "Craig A. Berry" <craigberry@mac.com>
12111              Date: Wed, 03 Oct 2001 14:30:55 -0500
12112              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
12113      Branch: perl
12114            ! vms/vms.c
12115 ____________________________________________________________________________
12116 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
12117         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
12118              only IsL&) and Inherited (negative lookahead good);
12119              add tests for Common, Inherited, and L&.
12120      Branch: perl
12121            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
12122 ____________________________________________________________________________
12123 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
12124         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
12125              (The Unicode standard uses L& quite often.)
12126      Branch: perl
12127            ! lib/utf8_heavy.pl
12128 ____________________________________________________________________________
12129 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
12130         Log: Add the 'Common' Unicode property (code points not
12131              explicitly assigned to any other script).
12132      Branch: perl
12133            + lib/unicore/In/136.pl
12134            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
12135 ____________________________________________________________________________
12136 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
12137         Log: Skip the RV printing test under threads until fixed.
12138      Branch: perl
12139            ! ext/B/t/terse.t
12140 ____________________________________________________________________________
12141 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
12142         Log: Subject: 12309 / cygwin / win2k
12143              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12144              Date: Wed, 03 Oct 2001 15:25:15 +0200
12145              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
12146      Branch: perl
12147            ! makedef.pl
12148 ____________________________________________________________________________
12149 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
12150         Log: Metaconfig unit change for #12314.
12151      Branch: metaconfig
12152            ! U/modified/Head.U
12153 ____________________________________________________________________________
12154 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
12155         Log: Subject: Both cygwin and djgpp on one machine
12156              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12157              Date: Wed, 03 Oct 2001 15:02:59 +0200
12158              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
12159      Branch: perl
12160            ! Configure
12161 ____________________________________________________________________________
12162 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
12163         Log: (retracted by #12338)
12164              
12165              Subject: [PATCH] Code clean up for perlboot.pod
12166              From: Casey West <casey@geeknest.com>
12167              Date: Tue, 2 Oct 2001 19:24:43 -0400
12168              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
12169              
12170              Subject: [PATCH] Code clean up for perlbot.diff
12171              From: Casey West <casey@geeknest.com>
12172              Date: Tue, 2 Oct 2001 19:25:22 -0400
12173              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
12174              
12175              Subject: [PATCH] Code clean up for perlcall.pod
12176              From: Casey West <casey@geeknest.com>
12177              Date: Tue, 2 Oct 2001 19:25:57 -0400
12178              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
12179              
12180              Subject: [PATCH] Code clean up for perldata.pod
12181              From: Casey West <casey@geeknest.com>
12182              Date: Tue, 2 Oct 2001 19:26:29 -0400
12183              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
12184              
12185              Subject: [PATCH] Code clean up for perldbmfilter.pod
12186              From: Casey West <casey@geeknest.com>
12187              Date: Tue, 2 Oct 2001 19:26:59 -0400
12188              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
12189              
12190              Subject: [PATCH] Code clean up for perlebcdic.pod
12191              From: Casey West <casey@geeknest.com>
12192              Date: Tue, 2 Oct 2001 19:27:37 -0400
12193              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
12194      Branch: perl
12195            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
12196            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
12197 ____________________________________________________________________________
12198 [ 12312] By: ams                                   on 2001/10/02  23:43:55
12199         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
12200              From: Michael G Schwern <schwern@pobox.com>
12201              Date: Tue, 2 Oct 2001 17:00:49 -0400
12202              Message-Id: <20011002170049.A9955@blackrider>
12203      Branch: perl
12204            ! lib/ExtUtils/MakeMaker.pm
12205 ____________________________________________________________________________
12206 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
12207         Log: FAQ sync.
12208      Branch: perl
12209            ! pod/perlfaq3.pod
12210 ____________________________________________________________________________
12211 [ 12310] By: nick                                  on 2001/10/02  16:09:49
12212         Log: Integrate mainline
12213      Branch: perlio
12214           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
12215           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
12216           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
12217           !> patchlevel.h t/op/pat.t
12218 ____________________________________________________________________________
12219 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
12220         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
12221              not just one single space.
12222      Branch: perl
12223            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
12224 ____________________________________________________________________________
12225 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
12226         Log: AUTHORS updates.
12227      Branch: perl
12228            ! AUTHORS
12229 ____________________________________________________________________________
12230 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
12231         Log: Update Changes.
12232      Branch: perl
12233            ! Changes patchlevel.h
12234 ____________________________________________________________________________
12235 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
12236         Log: Work around old buggy glibcs for langinfo constants,
12237              from Nicholas Clark and David Dyck.
12238      Branch: perl
12239            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
12240 ____________________________________________________________________________
12241 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
12242         Log: Eradicate Time::Piece; add an example.
12243      Branch: perl
12244            ! ext/I18N/Langinfo/Langinfo.pm
12245 ____________________________________________________________________________
12246 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
12247         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
12248              From: Robert Spier <rspier@pobox.com>
12249              Date: Mon, 1 Oct 2001 23:20:16 -0700
12250              Message-ID: <15289.23712.422087.878224@rls.cx>
12251      Branch: perl
12252            ! lib/Pod/Html.pm
12253 ____________________________________________________________________________
12254 [ 12303] By: sky                                   on 2001/10/02  10:40:57
12255         Log: Fixes obscure bug that manifests itself by.
12256              local $!=0;undef*STDOUT;#segfaults
12257              Has been around for a while. Possible other magic IO vars are
12258              possibly affected aswell. Reported by Jos Boumans.
12259      Branch: perl
12260            ! mg.c
12261 ____________________________________________________________________________
12262 [ 12302] By: nick                                  on 2001/10/02  09:00:52
12263         Log: Integrate mainline
12264      Branch: perlio
12265           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
12266           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
12267           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
12268 ____________________________________________________________________________
12269 [ 12301] By: nick                                  on 2001/10/02  08:40:57
12270         Log: Integrate mainline + lib/open.t patch from Chromatic
12271      Branch: perlio
12272           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
12273            ! lib/open.t
12274           !> (integrate 29 files)
12275 ____________________________________________________________________________
12276 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
12277         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
12278              Until it has, better stop early if someone requests threads.
12279      Branch: perl
12280            ! hints/darwin.sh
12281 ____________________________________________________________________________
12282 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
12283         Log: Subject: [ID 20011001.011] redundant code in t/TEST
12284              From: David Dyck <dcd@tc.fluke.com>
12285              Date: Mon, 1 Oct 2001 12:56:24 -0700
12286              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
12287      Branch: perl
12288            ! t/TEST
12289 ____________________________________________________________________________
12290 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
12291         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
12292              From: "chromatic" <chromatic@rmci.net>
12293              Date: Mon, 01 Oct 2001 12:27:12 -0600
12294              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
12295      Branch: perl
12296            ! lib/Term/Cap.t
12297 ____________________________________________________________________________
12298 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
12299         Log: UNICOS testing patches from Nicholas Clark.
12300      Branch: perl
12301            ! t/op/arith.t t/op/pack.t
12302 ____________________________________________________________________________
12303 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
12304         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
12305              From: "chromatic" <chromatic@rmci.net>
12306              Date: Mon, 01 Oct 2001 10:21:51 -0600
12307              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
12308      Branch: perl
12309            ! lib/open.t
12310 ____________________________________________________________________________
12311 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
12312         Log: Make missing the RADIXCHAR a softer, gentler error.
12313      Branch: perl
12314            ! ext/I18N/Langinfo/Langinfo.t
12315 ____________________________________________________________________________
12316 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
12317         Log: Nuke also the LANG because of glibc.
12318      Branch: perl
12319            ! lib/open.t
12320 ____________________________________________________________________________
12321 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
12322         Log: Also the ^Is is optional.
12323      Branch: perl
12324            ! pod/perlunicode.pod t/op/pat.t
12325 ____________________________________________________________________________
12326 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
12327         Log: Be careful to pull chars from the varargs stack when
12328              formatting chars.
12329      Branch: perl
12330            ! regcomp.c
12331 ____________________________________________________________________________
12332 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
12333         Log: sortsv not in place anymore, noticed by John P. Linderman.
12334      Branch: perl
12335            ! pod/perlapi.pod pp_ctl.c
12336 ____________________________________________________________________________
12337 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
12338         Log: Make the diagnostic messages more neutral.
12339      Branch: perl
12340            ! ext/B/t/terse.t
12341 ____________________________________________________________________________
12342 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
12343         Log: Forgotten from #12288.
12344      Branch: perl
12345            ! ext/Data/Dumper/Dumper.pm
12346 ____________________________________________________________________________
12347 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
12348         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
12349              From: Brian Ingerson <ingy@ttul.org>
12350              Date: Sun, 30 Sep 2001 21:45:56 -0700
12351              Message-ID: <20010930214556.D26392@ttul.org>
12352              
12353              (remember also the #12289)
12354      Branch: perl
12355            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
12356 ____________________________________________________________________________
12357 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
12358         Log: More Unicode property tests for the abbreviated
12359              general properties.
12360      Branch: perl
12361            ! t/op/pat.t
12362 ____________________________________________________________________________
12363 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
12364         Log: Further tweaks to the Unicode properties.
12365      Branch: perl
12366            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
12367 ____________________________________________________________________________
12368 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
12369         Log: Retract #12284.
12370      Branch: perl
12371            ! lib/Term/Cap.t
12372 ____________________________________________________________________________
12373 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
12374         Log: (Retracted by #12285)
12375      Branch: perl
12376            ! lib/Term/Cap.t
12377 ____________________________________________________________________________
12378 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
12379         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
12380              From: "chromatic" <chromatic@rmci.net>  
12381              Date: Sun, 30 Sep 2001 16:10:02 -0600
12382              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
12383      Branch: perl
12384            + lib/Term/Cap.t
12385            ! MANIFEST
12386 ____________________________________________________________________________
12387 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
12388         Log: Use stty -g to restore the terminal state, do not even
12389              try to run the tests if stty -g is not available.
12390      Branch: perl
12391            ! lib/Term/Complete.t
12392 ____________________________________________________________________________
12393 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
12394         Log: Cleanup utf8_heavy; allow dropping the In prefix from
12395              Unicode script/block properties.
12396      Branch: perl
12397            ! lib/utf8_heavy.pl
12398 ____________________________________________________________________________
12399 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
12400         Log: Retract the #12259 for now.
12401      Branch: perl
12402            ! embed.h embed.pl sv.h
12403 ____________________________________________________________________________
12404 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
12405         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
12406      Branch: perl
12407            + lib/Text/TabsWrap/CHANGELOG
12408            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
12409 ____________________________________________________________________________
12410 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
12411         Log: #12272 wasn't right, it introduced an extra ().
12412      Branch: perl
12413            ! lib/utf8_heavy.pl
12414 ____________________________________________________________________________
12415 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
12416         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
12417              From: Jonathan Stowe <gellyfish@gellyfish.com>
12418              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
12419              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
12420      Branch: perl
12421            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
12422 ____________________________________________________________________________
12423 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
12424         Log: Subject: Patch to put qsortsv in the public API
12425              From: Brian Ingerson <ingy@ttul.org>
12426              Date: Sat, 29 Sep 2001 17:41:13 -0700
12427              Message-ID: <20010929174113.A30223@ttul.org>
12428      Branch: perl
12429            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
12430 ____________________________________________________________________________
12431 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
12432         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
12433              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12434              Date: Sat, 29 Sep 2001 23:54:48 +0200
12435              Message-ID: <20010929235448.A5017@rafael>
12436      Branch: perl
12437            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
12438 ____________________________________________________________________________
12439 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
12440         Log: FAQ sync.
12441      Branch: perl
12442            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
12443            ! pod/perlfaq9.pod
12444 ____________________________________________________________________________
12445 [ 12273] By: bailey                                on 2001/09/29  23:43:46
12446         Log: Resync with mainline
12447      Branch: vmsperl
12448           +> (branch 1207 files)
12449            - (delete 324 files)
12450           !> (integrate 866 files)
12451 ____________________________________________________________________________
12452 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
12453         Log: Nasty recursion trap if one would match Unicode.
12454      Branch: perl
12455            ! lib/utf8_heavy.pl
12456 ____________________________________________________________________________
12457 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
12458         Log: More Unicode todo.
12459      Branch: perl
12460            ! pod/perltodo.pod
12461 ____________________________________________________________________________
12462 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
12463         Log: Explain a bit the new more flexible \p\P syntax.
12464      Branch: perl
12465            ! pod/perlunicode.pod
12466 ____________________________________________________________________________
12467 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
12468         Log: More leniency to the \p and \P: now can have whitespace
12469              between the property definition and the curlies; now can
12470              invert the property by having a caret between the open
12471              curly and the property.
12472      Branch: perl
12473            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
12474 ____________________________________________________________________________
12475 [ 12268] By: nick                                  on 2001/09/29  17:39:26
12476         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
12477              one test (lib/open.t) fails
12478      Branch: perlio
12479           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
12480           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
12481           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
12482           +> lib/Tie/Scalar.t lib/open.t
12483            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
12484            - ext/B/Stash.t
12485           !> (integrate 62 files)
12486 ____________________________________________________________________________
12487 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
12488         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
12489      Branch: perl
12490            ! t/op/chdir.t
12491 ____________________________________________________________________________
12492 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
12493         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
12494              From: "Craig A. Berry" <craigberry@mac.com> 
12495              Date: Sat, 29 Sep 2001 09:35:33 -0500
12496              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
12497      Branch: perl
12498            ! t/op/chdir.t
12499 ____________________________________________________________________________
12500 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
12501         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
12502              From: "chromatic" <chromatic@rmci.net>
12503              Date: Fri, 28 Sep 2001 21:20:12 -0600
12504              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
12505      Branch: perl
12506            + lib/Tie/Scalar.t
12507            ! MANIFEST lib/Tie/Scalar.pm
12508 ____________________________________________________________________________
12509 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
12510         Log: Allow for more flexibility in the \p{In...} names, now
12511              case doesn't matter, and any space or dash can be
12512              matched by any space, dash, underbar, or empty.
12513              (may be going too far on leniency)
12514      Branch: perl
12515            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
12516            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
12517            ! t/op/pat.t
12518 ____________________________________________________________________________
12519 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
12520         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
12521              From: "chromatic" <chromatic@rmci.net>
12522              Date: Fri, 28 Sep 2001 17:39:50 -0600
12523              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
12524      Branch: perl
12525            + lib/open.t
12526            ! MANIFEST
12527 ____________________________________________________________________________
12528 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
12529         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
12530              From: "Craig A. Berry" <craigberry@mac.com>
12531              Date: Fri, 28 Sep 2001 16:24:51 -0500
12532              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
12533      Branch: perl
12534            ! ext/File/Glob/t/basic.t
12535 ____________________________________________________________________________
12536 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
12537         Log: Subject: [DOC PATCH] Carp.pm pod typo
12538              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12539              Date: Fri, 28 Sep 2001 23:14:51 +0200
12540              Message-ID: <20010928231451.E16889@rafael>
12541      Branch: perl
12542            ! lib/Carp.pm
12543 ____________________________________________________________________________
12544 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
12545         Log: Subject: [PATCH] Allow an @INC hook to set %INC
12546              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12547              Date: Fri, 28 Sep 2001 22:18:13 +0200
12548              Message-ID: <20010928221813.A16889@rafael>
12549      Branch: perl
12550            ! pp_ctl.c
12551 ____________________________________________________________________________
12552 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
12553         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
12554              From: Nicholas Clark <nick@ccl4.org>
12555              Date: Fri, 28 Sep 2001 23:39:33 +0100
12556              Message-ID: <20010928233933.C23673@plum.flirble.org>
12557      Branch: perl
12558            ! embed.h embed.pl sv.h
12559 ____________________________________________________________________________
12560 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
12561         Log: Update Changes.
12562      Branch: perl
12563            ! Changes patchlevel.h
12564 ____________________________________________________________________________
12565 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
12566         Log: Move the B tests to B/t.
12567      Branch: perl
12568            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
12569            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
12570            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
12571            - ext/B/Showlex.t ext/B/Stash.t
12572            ! MANIFEST
12573 ____________________________________________________________________________
12574 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
12575         Log: Forgot from #12254.
12576      Branch: perl
12577            + ext/B/B/Terse.t
12578 ____________________________________________________________________________
12579 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
12580         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
12581              From: "chromatic" <chromatic@rmci.net>
12582              Date: Thu, 27 Sep 2001 23:22:17 -0600
12583              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
12584      Branch: perl
12585            ! MANIFEST
12586 ____________________________________________________________________________
12587 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
12588         Log: Test numbering mismatch.
12589      Branch: perl
12590            ! t/op/chdir.t
12591 ____________________________________________________________________________
12592 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
12593         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
12594              From: "Craig A. Berry" <craigberry@mac.com>
12595              Date: Wed, 26 Sep 2001 17:43:14 -0500
12596              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
12597      Branch: perl
12598            ! iperlsys.h t/op/chdir.t
12599 ____________________________________________________________________________
12600 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
12601         Log: Subject: [PATCH gv.c] make __ANON__ global
12602              From: Robin Barker <rmb1@cise.npl.co.uk>
12603              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
12604              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
12605      Branch: perl
12606            ! gv.c t/op/anonsub.t t/op/runlevel.t
12607 ____________________________________________________________________________
12608 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
12609         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
12610              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12611              Date: Thu, 27 Sep 2001 22:34:32 +0200
12612              Message-ID: <20010927223432.A1485@rafael>
12613      Branch: perl
12614            ! ext/B/B/Terse.pm
12615 ____________________________________________________________________________
12616 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
12617         Log: (retracted by #12338)
12618              
12619              Subject: [PATCH] Cleanup of perldsc.pod      
12620              From: Casey West <casey@geeknest.com>
12621              Date: Thu, 27 Sep 2001 11:13:17 -0400
12622              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
12623      Branch: perl
12624            ! pod/perldsc.pod
12625 ____________________________________________________________________________
12626 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
12627         Log: Not everyone is using ithreads...
12628      Branch: perl
12629            ! ext/Devel/Peek/Peek.t
12630 ____________________________________________________________________________
12631 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
12632         Log: Document the nss_delete core dump workaround for HP-UX
12633              and Solaris, bug IDs 20010805.018 and 20010629.004.
12634      Branch: perl
12635            ! README.hpux README.solaris
12636 ____________________________________________________________________________
12637 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
12638         Log: Dump Unicode hash keys also as Unicode,
12639              not just as a byte string.
12640      Branch: perl
12641            ! dump.c ext/Devel/Peek/Peek.t
12642 ____________________________________________________________________________
12643 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
12644         Log: Integrate changes #12241 and #12242 from macperl:
12645              
12646              Remove unneeded disabling of umask() calls
12647              
12648              Note (get|set)sockopt are available.
12649      Branch: perl
12650           !> lib/File/Temp.pm pod/perlport.pod
12651 ____________________________________________________________________________
12652 [ 12244] By: sky                                   on 2001/09/27  08:53:00
12653         Log: Flush buffers on thread closedown.
12654      Branch: perl
12655            ! ext/threads/threads.xs
12656 ____________________________________________________________________________
12657 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
12658         Log: Dump SvUTF8(sv)s also as \x{...}.
12659              
12660              TODO: dump the SvUTF8() hash keys similarly. 
12661      Branch: perl
12662            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
12663 ____________________________________________________________________________
12664 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
12665         Log: Note (get|set)sockopt are available.
12666      Branch: maint-5.6/macperl
12667            ! pod/perlport.pod
12668 ____________________________________________________________________________
12669 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
12670         Log: Remove unneeded disabling of umask() calls
12671      Branch: maint-5.6/macperl
12672            ! lib/File/Temp.pm
12673 ____________________________________________________________________________
12674 [ 12240] By: sky                                   on 2001/09/26  18:44:56
12675         Log: Documention update
12676      Branch: perl
12677            ! ext/threads/threads.pm
12678 ____________________________________________________________________________
12679 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
12680         Log: Update Changes.
12681      Branch: perl
12682            ! Changes patchlevel.h
12683 ____________________________________________________________________________
12684 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
12685         Log: Check that all environment variables are tainted.
12686      Branch: perl
12687            ! t/op/taint.t
12688 ____________________________________________________________________________
12689 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
12690         Log: Manual integration error in #12235.
12691      Branch: perl
12692            ! lib/File/DosGlob.t
12693 ____________________________________________________________________________
12694 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
12695         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
12696              From: "chromatic" <chromatic@rmci.net>
12697              Date: Tue, 25 Sep 2001 23:57:07 -0600
12698              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
12699      Branch: perl
12700            ! perlio.c
12701 ____________________________________________________________________________
12702 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
12703         Log: Integrate macperl changes from Chris Nandor:
12704              12192 11817 11815 11813 11778 11775
12705              
12706              Update CPAN.pm to work with new Mac::BuildTools instead
12707              of ExtUtils::MM_MacOS "orphan" functions
12708              
12709              Fix test
12710              
12711              Make syntax check report in MPW style, fix tests
12712              to use Mac::err=unix to get normal-style error
12713              messages.
12714              
12715              More module and test ports from Thomas Wegner et al
12716              
12717              Fix open of /dev/null for Mac OS
12718              
12719              Allow for platforms to override formatting of errors
12720              on output from Matthias Neeracher (core files)
12721      Branch: perl
12722            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
12723            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
12724            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
12725           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
12726           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
12727           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
12728 ____________________________________________________________________________
12729 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
12730         Log: grrr.
12731      Branch: perl
12732            ! t/op/gv.t
12733 ____________________________________________________________________________
12734 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
12735         Log: Retract #12232.
12736      Branch: perl
12737            ! t/op/gv.t
12738 ____________________________________________________________________________
12739 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
12740         Log: (Retracted by #12233.)
12741      Branch: perl
12742            ! t/op/gv.t
12743 ____________________________________________________________________________
12744 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
12745         Log: Detypo.
12746      Branch: perl
12747            ! ext/Encode/Makefile.PL
12748 ____________________________________________________________________________
12749 [ 12230] By: sky                                   on 2001/09/26  11:36:23
12750         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
12751              We are using a "delay" here because we do not want to depend on thread synchronization issues.
12752      Branch: perl
12753            + ext/threads/t/stress_cv.t
12754            ! MANIFEST ext/threads/t/stress_string.t
12755 ____________________________________________________________________________
12756 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
12757         Log: NetWare tweak from Ananth Kesari.
12758      Branch: perl
12759            ! NetWare/t/Readme.txt
12760 ____________________________________________________________________________
12761 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
12762         Log: Trick to fool case-blind filesystems.
12763      Branch: perl
12764            ! ext/Encode/Makefile.PL
12765 ____________________________________________________________________________
12766 [ 12227] By: sky                                   on 2001/09/26  11:06:50
12767         Log: Threads can start executing in a different order than they were
12768              created.... so we cannot ok() inside the threadstarter.
12769      Branch: perl
12770            ! ext/threads/t/stress_string.t
12771 ____________________________________________________________________________
12772 [ 12226] By: sky                                   on 2001/09/26  07:41:45
12773         Log: Add in stress_string.t to stress test threads a bit more.
12774      Branch: perl
12775            + ext/threads/t/stress_string.t
12776            ! MANIFEST
12777 ____________________________________________________________________________
12778 [ 12225] By: sky                                   on 2001/09/26  07:04:21
12779         Log: Fix negative refcount introduced by #12223.
12780      Branch: perl
12781            ! ext/threads/threads.xs
12782 ____________________________________________________________________________
12783 [ 12224] By: sky                                   on 2001/09/26  06:57:58
12784         Log: Update documentation to match change #12223
12785      Branch: perl
12786            ! sharedsv.c
12787 ____________________________________________________________________________
12788 [ 12223] By: sky                                   on 2001/09/26  06:54:32
12789         Log: Use a separate interpreter for the sharedsv space. Another
12790              negative sv leak. Sigh.
12791      Branch: perl
12792            ! sharedsv.c
12793 ____________________________________________________________________________
12794 [ 12222] By: sky                                   on 2001/09/26  05:58:35
12795         Log: Do the environ assignment in perl_contruct to match perl_destruct.
12796              Now we don't need to perl_parse/perl_run. However environ is a
12797              global....
12798      Branch: perl
12799            ! perl.c
12800 ____________________________________________________________________________
12801 [ 12221] By: sky                                   on 2001/09/26  05:41:02
12802         Log: Move the creation of PL_strtab to perl_construct so we can work
12803              with HV and HEs without running perl_parse.
12804      Branch: perl
12805            ! perl.c
12806 ____________________________________________________________________________
12807 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
12808         Log: integrate macperl changes into maint-5.6
12809      Branch: maint-5.6/perl
12810           !> (integrate 26 files)
12811 ____________________________________________________________________________
12812 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
12813         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
12814              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
12815      Branch: maint-5.6/macperl
12816            ! macos/ext/Mac/Fonts/Fonts.xs
12817            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
12818 ____________________________________________________________________________
12819 [ 12218] By: ams                                   on 2001/09/25  23:31:33
12820         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
12821              From: Nicholas Clark <nick@ccl4.org>
12822              Date: Wed, 26 Sep 2001 01:20:20 +0100
12823              Message-Id: <20010926012020.B48092@plum.flirble.org>
12824      Branch: perl
12825            ! lib/AutoSplit.t
12826 ____________________________________________________________________________
12827 [ 12217] By: ams                                   on 2001/09/25  22:33:05
12828         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
12829              From: "Craig A. Berry" <craigberry@mac.com>
12830              Date: Tue, 25 Sep 2001 18:08:42 -0500
12831              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
12832      Branch: perl
12833            ! vms/vms.c
12834 ____________________________________________________________________________
12835 [ 12216] By: ams                                   on 2001/09/25  21:41:01
12836         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
12837              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
12838              From: Michael G Schwern <schwern@pobox.com>
12839              Date: Wed, 26 Sep 2001 00:38:21 -0400
12840              Message-Id: <20010926003821.A627@blackrider>
12841      Branch: perl
12842            ! lib/AutoSplit.t
12843 ____________________________________________________________________________
12844 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
12845         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
12846              From: Michael G Schwern <schwern@pobox.com>
12847              Date: Tue, 25 Sep 2001 17:43:49 -0400
12848              Message-ID: <20010925174349.B19534@blackrider>
12849      Branch: perl
12850            ! lib/Test/Simple.pm lib/Test/Utils.pm
12851 ____________________________________________________________________________
12852 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
12853         Log: Integrate changes from bleadperl.
12854      Branch: maint-5.6/macperl
12855           !> pod/perlport.pod
12856 ____________________________________________________________________________
12857 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
12858         Log: skip($mess) should result in one skip.
12859      Branch: perl
12860            ! t/test.pl
12861 ____________________________________________________________________________
12862 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
12863         Log: Integrate change #12200 from maintperl.
12864      Branch: maint-5.6/macperl
12865           !> win32/perlhost.h
12866 ____________________________________________________________________________
12867 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
12868         Log: Fix file types to "apple"
12869      Branch: maint-5.6/macperl
12870            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
12871            ! macos/ext/Mac/SAT/t/Collision.rsrc
12872 ____________________________________________________________________________
12873 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
12874         Log: Fix rsrc file as snd file; fix path in t file.
12875      Branch: maint-5.6/macperl
12876            ! macos/ext/Mac/Notification/t/Notification.rsrc
12877            ! macos/ext/Mac/Notification/t/Notification.t
12878 ____________________________________________________________________________
12879 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
12880         Log: Sync up with File::Find from bleadperl.
12881      Branch: maint-5.6/macperl
12882            ! lib/File/Find.pm t/lib/filefind-taint.t
12883 ____________________________________________________________________________
12884 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
12885         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
12886              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
12887              of hundreds)
12888      Branch: maint-5.6/macperl
12889            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
12890            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
12891            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
12892 ____________________________________________________________________________
12893 [ 12207] By: nick                                  on 2001/09/25  19:04:36
12894         Log: Integrate mainline (untested while modem is up)
12895      Branch: perlio
12896           +> lib/AutoSplit.t t/test.pl
12897            - lib/warnings/register.t
12898           !> (integrate 28 files)
12899 ____________________________________________________________________________
12900 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
12901         Log: perldiag entry for #12205.
12902      Branch: perl
12903            ! pod/perldiag.pod
12904 ____________________________________________________________________________
12905 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
12906         Log: Subject: [PATCH] warning on v-string in use/require
12907              From: John Peacock <jpeacock@rowman.com>
12908              Date: Mon, 24 Sep 2001 17:29:03 -0400
12909              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
12910      Branch: perl
12911            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
12912 ____________________________________________________________________________
12913 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
12914         Log: perltooc et al updates.
12915      Branch: perl
12916            ! plan9/mkfile pod/roffitall
12917 ____________________________________________________________________________
12918 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
12919         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
12920              From: Michael G Schwern <schwern@pobox.com>
12921              Date: Sun, 23 Sep 2001 00:07:12 -0400
12922              Message-ID: <20010923000712.A7005@blackrider>
12923      Branch: perl
12924            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
12925 ____________________________________________________________________________
12926 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
12927         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
12928              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
12929              Date: Wed, 26 Sep 2001 01:25:10 +0900
12930              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
12931      Branch: perl
12932            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
12933            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
12934            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
12935 ____________________________________________________________________________
12936 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
12937         Log: Integrate change #12200 from maintperl;
12938              on windows, virtualized environment could propagate deleted variables
12939              into children if they happen to be at the very end of the table
12940      Branch: perl
12941           !> win32/perlhost.h
12942 ____________________________________________________________________________
12943 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
12944         Log: on windows, virtualized environment could propagate deleted variables
12945              into children if they happen to be at the very end of the table
12946              (thanks for succinct test case from Johan Holmberg, and fix from
12947              Doug Lankshear)
12948      Branch: maint-5.6/perl
12949            ! win32/perlhost.h
12950 ____________________________________________________________________________
12951 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
12952         Log: avoid the use of ftime() (it does a useless, potentially
12953              expensive call to GetTimeZoneInformation()); this potentially
12954              also results in three more digits of precision from
12955              Time::HiRes::time()
12956      Branch: perl
12957            ! ext/Time/HiRes/HiRes.xs
12958 ____________________________________________________________________________
12959 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
12960         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
12961              
12962              Note: io/binmode is failing, have to figure out why.
12963      Branch: perl
12964            + t/test.pl
12965            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
12966            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
12967            ! t/run/exit.t
12968 ____________________________________________________________________________
12969 [ 12197] By: ams                                   on 2001/09/25  13:48:55
12970         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
12971              From: Nicholas Clark <nick@ccl4.org>
12972              Date: Tue, 25 Sep 2001 00:37:40 +0100
12973              Message-Id: <20010925003740.S4971@plum.flirble.org>
12974              (Further changes expected.)
12975      Branch: perl
12976            + lib/AutoSplit.t
12977            ! MANIFEST
12978 ____________________________________________________________________________
12979 [ 12196] By: sky                                   on 2001/09/25  13:37:12
12980         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
12981              _ftime to try and be more robust.
12982      Branch: perl
12983            ! ext/Time/HiRes/HiRes.xs
12984 ____________________________________________________________________________
12985 [ 12194] By: ams                                   on 2001/09/25  11:40:00
12986         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
12987              From: "Craig A. Berry" <craigberry@mac.com>
12988              Date: Mon, 24 Sep 2001 17:54:20 -0500
12989              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
12990      Branch: perl
12991            ! vms/descrip_mms.template
12992 ____________________________________________________________________________
12993 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
12994         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
12995              not working, cursor not spinning (Bug #422129); external
12996              editor problems (Bug #456329); escape/cmd-. not activating
12997              "Cancel" in Save dialog box (Bug #446960); Runtimes not
12998              executing on launch (Bug #464441).
12999      Branch: maint-5.6/macperl
13000            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
13001            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
13002            ! macos/macperl/MacPerl.r
13003 ____________________________________________________________________________
13004 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
13005         Log: Update CPAN.pm to work with new Mac::BuildTools instead
13006              of ExtUtils::MM_MacOS "orphan" functions
13007      Branch: maint-5.6/macperl
13008            ! lib/CPAN.pm
13009 ____________________________________________________________________________
13010 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
13011         Log: Fix up another xsubpp problem (Matthias Neeracher)
13012      Branch: maint-5.6/macperl
13013            ! macos/xsubpp
13014 ____________________________________________________________________________
13015 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
13016         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
13017      Branch: maint-5.6/macperl
13018            ! macos/lib/ExtUtils/MM_MacOS.pm
13019 ____________________________________________________________________________
13020 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
13021         Log: Fix up Makefiles for more Mac:: modules (and prepare for
13022              static build ...?)
13023      Branch: maint-5.6/macperl
13024            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
13025            ! macos/macperl/Makefile.mk
13026 ____________________________________________________________________________
13027 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
13028         Log: Fix up tests
13029      Branch: maint-5.6/macperl
13030            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
13031 ____________________________________________________________________________
13032 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
13033         Log: Make malloc smarter, fix bugs.  (Bug #404030)
13034      Branch: maint-5.6/macperl
13035            ! macos/icemalloc.c macos/icemalloc.h
13036 ____________________________________________________________________________
13037 [ 12186] By: nick                                  on 2001/09/24  19:18:17
13038         Log: Integrate mainline
13039      Branch: perlio
13040           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
13041           +> lib/filetest.t
13042           !> (integrate 30 files)
13043 ____________________________________________________________________________
13044 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
13045         Log: Retract #12136, the warnings::register is already
13046              tested by t/lib/warnings/9enabled, as pointed out
13047              by Paul Marquess.
13048      Branch: perl
13049            - lib/warnings/register.t
13050            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
13051 ____________________________________________________________________________
13052 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
13053         Log: fix Time::HiRes implementation of gettimeofday() on windows
13054              (HiRes.t#14 now passes)
13055      Branch: perl
13056            ! ext/Time/HiRes/HiRes.xs
13057 ____________________________________________________________________________
13058 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
13059         Log: File::Spec::catfile() canonifies everything to blackslashes on
13060              windows :-(
13061      Branch: perl
13062            ! lib/ExtUtils/Manifest.t
13063 ____________________________________________________________________________
13064 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
13065         Log: test number mismatch
13066      Branch: perl
13067            ! t/op/magic.t
13068 ____________________________________________________________________________
13069 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
13070         Log: ok().
13071      Branch: perl
13072            ! t/op/pack.t
13073 ____________________________________________________________________________
13074 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
13075         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
13076              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
13077      Branch: perl
13078            ! pp_pack.c t/op/pack.t
13079 ____________________________________________________________________________
13080 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
13081         Log: Update Changes.
13082      Branch: perl
13083            ! Changes patchlevel.h
13084 ____________________________________________________________________________
13085 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
13086         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
13087              From: Michael G Schwern <schwern@pobox.com>
13088              Date: Mon, 24 Sep 2001 11:12:13 -0400
13089              Message-ID: <20010924111213.G27885@blackrider>
13090      Branch: perl
13091            ! lib/ExtUtils/Manifest.pm
13092 ____________________________________________________________________________
13093 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
13094         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
13095              From: Michael G Schwern <schwern@pobox.com> 
13096              Date: Mon, 24 Sep 2001 11:02:07 -0400
13097              Message-ID: <20010924110207.E27885@blackrider>
13098      Branch: perl
13099            ! vms/test.com
13100 ____________________________________________________________________________
13101 [ 12176] By: ams                                   on 2001/09/24  14:01:59
13102         Log: Update Changes.
13103      Branch: perl
13104            ! Changes
13105 ____________________________________________________________________________
13106 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
13107         Log: Various cleanups.
13108      Branch: perl
13109            ! ext/threads/Makefile.PL ext/threads/threads.xs
13110 ____________________________________________________________________________
13111 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
13112         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
13113      Branch: maint-5.6/macperl
13114           !> (integrate 33 files)
13115 ____________________________________________________________________________
13116 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
13117         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
13118              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
13119              Date: Mon, 24 Sep 2001 20:04:58 +0900
13120              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
13121      Branch: perl
13122            ! ext/Encode/Encode/gb2312.enc
13123 ____________________________________________________________________________
13124 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
13125         Log: Clarifying comment to #12164.
13126      Branch: perl
13127            ! lib/Cwd.pm
13128 ____________________________________________________________________________
13129 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
13130         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
13131              From: Nicholas Clark <nick@ccl4.org>
13132              Date: Sun, 23 Sep 2001 23:00:56 +0100
13133              Message-ID: <20010923230055.Y4971@plum.flirble.org>
13134              
13135              (with "sample_constants" changed to "fallback")
13136      Branch: perl
13137            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
13138            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
13139            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
13140            ! lib/h2xs.t utils/h2xs.PL
13141 ____________________________________________________________________________
13142 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
13143         Log: Metaconfig unit change for #12167.
13144      Branch: metaconfig
13145            ! U/modified/Cppsym.U
13146 ____________________________________________________________________________
13147 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
13148         Log: Add a few glibc cpp symbols to probe for.
13149      Branch: perl
13150            ! Configure
13151 ____________________________________________________________________________
13152 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
13153         Log: DJGPP tweaks for Laszlo Molnar.
13154      Branch: perl
13155            ! djgpp/djgppsed.sh dosish.h
13156 ____________________________________________________________________________
13157 [ 12165] By: ams                                   on 2001/09/24  10:07:08
13158         Log: Subject: [PATCH t/op/inccode.t] More tests
13159              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
13160              Date: 24 Sep 2001 10:01:44 -0000
13161              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
13162      Branch: perl
13163            ! t/op/inccode.t
13164 ____________________________________________________________________________
13165 [ 12164] By: ams                                   on 2001/09/24  09:43:29
13166         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
13167              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
13168              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
13169              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
13170      Branch: perl
13171            ! lib/Cwd.pm
13172 ____________________________________________________________________________
13173 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
13174         Log: 1_compile updates.
13175      Branch: perl
13176            ! t/lib/1_compile.t
13177 ____________________________________________________________________________
13178 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
13179         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
13180              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13181              Date: Wed, 19 Sep 2001 22:47:14 +0200
13182              Message-ID: <20010919224714.A6382@rafael>
13183      Branch: perl
13184            ! pod/perlvar.pod pp_ctl.c
13185 ____________________________________________________________________________
13186 [ 12161] By: ams                                   on 2001/09/23  17:40:02
13187         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
13188              filetest Pragma
13189              From: "chromatic" <chromatic@rmci.net>
13190              Date: Sun, 23 Sep 2001 12:07:25 -0600
13191              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
13192      Branch: perl
13193            + lib/filetest.t
13194            ! MANIFEST t/lib/1_compile.t
13195 ____________________________________________________________________________
13196 [ 12160] By: ams                                   on 2001/09/23  16:32:11
13197         Log: Additional minor chdir() tweak.
13198      Branch: perl
13199            ! pod/perlfunc.pod
13200 ____________________________________________________________________________
13201 [ 12159] By: ams                                   on 2001/09/23  16:25:01
13202         Log: Subject: PATCH lib/ExtUtils/Command.t
13203              From: Abe Timmerman <abe@ztreet.demon.nl>
13204              Date: Sun, 23 Sep 2001 19:11:44 +0200
13205              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
13206      Branch: perl
13207            ! lib/ExtUtils/Command.t
13208 ____________________________________________________________________________
13209 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
13210         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
13211              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
13212              Date: Sun, 23 Sep 2001 02:02:26 +0200
13213              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
13214      Branch: perl
13215            ! makedef.pl
13216 ____________________________________________________________________________
13217 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
13218         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
13219              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
13220              Date: Sat, 22 Sep 2001 12:54:39 -0500
13221              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
13222      Branch: perl
13223            ! t/op/study.t
13224 ____________________________________________________________________________
13225 [ 12156] By: nick                                  on 2001/09/23  07:48:44
13226         Log: Integrate mainline
13227      Branch: perlio
13228            - check83.pl
13229           !> ext/Encode/Encode/2022-cn.enc
13230 ____________________________________________________________________________
13231 [ 12155] By: nick                                  on 2001/09/23  07:48:01
13232         Log: Integrate mainline
13233      Branch: perlio
13234           +> (branch 64 files)
13235            - ext/Encode/Encode/cns11643-1.enc
13236            - ext/Encode/Encode/cns11643-2.enc
13237            - ext/Encode/Encode/iso2022-cn.enc
13238            - ext/Encode/Encode/iso2022-jp.enc
13239            - ext/Encode/Encode/iso2022-jp1.enc
13240            - ext/Encode/Encode/iso2022-jp2.enc
13241            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
13242            - ext/Encode/Encode/iso8859-1.enc
13243            - ext/Encode/Encode/iso8859-1.ucm
13244            - ext/Encode/Encode/iso8859-10.enc
13245            - ext/Encode/Encode/iso8859-10.ucm
13246            - ext/Encode/Encode/iso8859-13.enc
13247            - ext/Encode/Encode/iso8859-13.ucm
13248            - ext/Encode/Encode/iso8859-14.enc
13249            - ext/Encode/Encode/iso8859-14.ucm
13250            - ext/Encode/Encode/iso8859-15.enc
13251            - ext/Encode/Encode/iso8859-15.ucm
13252            - ext/Encode/Encode/iso8859-16.enc
13253            - ext/Encode/Encode/iso8859-16.ucm
13254            - ext/Encode/Encode/iso8859-2.enc
13255            - ext/Encode/Encode/iso8859-2.ucm
13256            - ext/Encode/Encode/iso8859-3.enc
13257            - ext/Encode/Encode/iso8859-3.ucm
13258            - ext/Encode/Encode/iso8859-4.enc
13259            - ext/Encode/Encode/iso8859-4.ucm
13260            - ext/Encode/Encode/iso8859-5.enc
13261            - ext/Encode/Encode/iso8859-5.ucm
13262            - ext/Encode/Encode/iso8859-6.enc
13263            - ext/Encode/Encode/iso8859-6.ucm
13264            - ext/Encode/Encode/iso8859-7.enc
13265            - ext/Encode/Encode/iso8859-7.ucm
13266            - ext/Encode/Encode/iso8859-8.enc
13267            - ext/Encode/Encode/iso8859-8.ucm
13268            - ext/Encode/Encode/iso8859-9.enc
13269            - ext/Encode/Encode/iso8859-9.ucm
13270            - ext/Encode/Encode/isoir-197.enc
13271            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
13272            - t/lib/sample-tests/header_at_end
13273            - t/lib/sample-tests/header_at_end_fail
13274           !> (integrate 174 files)
13275 ____________________________________________________________________________
13276 [ 12154] By: ams                                   on 2001/09/23  07:11:46
13277         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
13278              by Blair Zajac.
13279      Branch: perl
13280            ! pod/perlfunc.pod
13281 ____________________________________________________________________________
13282 [ 12153] By: ams                                   on 2001/09/23  06:56:32
13283         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
13284              Forgotten deprecation of *glob{FILEHANDLE}?
13285              From: "chromatic" <chromatic@rmci.net>
13286              Date: Sat, 22 Sep 2001 21:27:56 -0600
13287              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
13288      Branch: perl
13289            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
13290 ____________________________________________________________________________
13291 [ 12152] By: ams                                   on 2001/09/23  06:42:58
13292         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
13293              From: Michael G Schwern <schwern@pobox.com>
13294              Date: Sun, 23 Sep 2001 03:34:39 -0400
13295              Message-Id: <20010923033439.E7005@blackrider>
13296      Branch: perl
13297            ! lib/File/Find.pm
13298 ____________________________________________________________________________
13299 [ 12151] By: ams                                   on 2001/09/23  06:37:57
13300         Log: Subject: Re: t/op/magic.t missing tests on Win32
13301              From: Michael G Schwern <schwern@pobox.com>
13302              Date: Sat, 22 Sep 2001 20:29:09 -0400
13303              Message-Id: <20010922202909.I18223@blackrider>
13304      Branch: perl
13305            ! t/op/magic.t
13306 ____________________________________________________________________________
13307 [ 12150] By: ams                                   on 2001/09/23  06:36:26
13308         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
13309              Dumpvalue.pm
13310              From: "chromatic" <chromatic@rmci.net>
13311              Date: Sat, 22 Sep 2001 19:41:31 -0600
13312              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
13313      Branch: perl
13314            + lib/Dumpvalue.t
13315            ! MANIFEST lib/Dumpvalue.pm
13316 ____________________________________________________________________________
13317 [ 12149] By: ams                                   on 2001/09/23  06:25:35
13318         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
13319              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
13320              Date: Sun, 23 Sep 2001 15:27:56 +0900
13321              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
13322      Branch: perl
13323            ! ext/Encode/Encode/2022-cn.enc
13324 ____________________________________________________________________________
13325 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
13326         Log: Manual eror in #12147.
13327      Branch: perl
13328            ! win32/win32.c
13329 ____________________________________________________________________________
13330 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
13331         Log: Integrate change #12146 from maintperl;
13332              win32_chdir() et al don't handle a NULL argument gracefully
13333      Branch: perl
13334           !> win32/perlhost.h win32/win32.c
13335 ____________________________________________________________________________
13336 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
13337         Log: win32_chdir() et al don't handle a NULL argument gracefully
13338      Branch: maint-5.6/perl
13339            ! win32/perlhost.h win32/win32.c
13340 ____________________________________________________________________________
13341 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
13342         Log: typo in change#12026
13343      Branch: maint-5.6/perl
13344            ! op.c
13345 ____________________________________________________________________________
13346 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
13347         Log: Subject: [PATCH] Re: scalar context unpack bugs
13348              From: Nicholas Clark <nick@ccl4.org>
13349              Date: Sat, 22 Sep 2001 23:07:56 +0100
13350              Message-ID: <20010922230755.O4971@plum.flirble.org>
13351      Branch: perl
13352            ! pp_pack.c t/op/pack.t
13353 ____________________________________________________________________________
13354 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
13355         Log: Try ExtUtils::Command.t everywhere, not just on Win32
13356              (as suggested by NI-S).  Also allow running it either
13357              in t/ or in the main directory.
13358      Branch: perl
13359            ! lib/ExtUtils/Command.t
13360 ____________________________________________________________________________
13361 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
13362         Log: Update the test on warnings/register.t.
13363      Branch: perl
13364            ! t/lib/1_compile.t
13365 ____________________________________________________________________________
13366 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
13367         Log: The code is now almost tidy enough to keep the IRIX cc happy.
13368      Branch: perl
13369            ! hints/irix_6.sh
13370 ____________________________________________________________________________
13371 [ 12140] By: ams                                   on 2001/09/22  17:26:32
13372         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
13373              use_ithreads
13374              From: "Craig A. Berry" <craigberry@mac.com>
13375              Date: Sat, 22 Sep 2001 13:15:32 -0500
13376              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
13377      Branch: perl
13378            ! configure.com
13379 ____________________________________________________________________________
13380 [ 12139] By: ams                                   on 2001/09/22  16:44:08
13381         Log: Do what perl_clone() does for sharedsv functions.
13382      Branch: perl
13383            ! embed.pl proto.h
13384 ____________________________________________________________________________
13385 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
13386         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
13387              (suggested by Sarathy, extensions shouldn't be dabbling with
13388              op structures, so binary backward compatibility should not be
13389              an issue.)
13390      Branch: perl
13391            ! hints/irix_6.sh op.h
13392 ____________________________________________________________________________
13393 [ 12137] By: ams                                   on 2001/09/22  16:21:05
13394         Log: More cleanups. (What's PERL_DECL_PROT?)
13395      Branch: perl
13396            ! embed.pl proto.h sharedsv.h
13397 ____________________________________________________________________________
13398 [ 12136] By: ams                                   on 2001/09/22  15:14:34
13399         Log: (Retracted by #12185)
13400              
13401              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
13402              Add Tests for warnings::register, Doc Update
13403              From: "chromatic" <chromatic@rmci.net>
13404              Date: Sat, 22 Sep 2001 09:43:20 -0600
13405              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
13406      Branch: perl
13407            + lib/warnings/register.t
13408            ! MANIFEST lib/warnings/register.pm
13409 ____________________________________________________________________________
13410 [ 12135] By: ams                                   on 2001/09/22  15:07:50
13411         Log: `@foo' should be @foo for consistency.
13412      Branch: perl
13413            ! pod/perldiag.pod
13414 ____________________________________________________________________________
13415 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
13416         Log: (Retracted by #12138)
13417              
13418              Add -woff (turn warning off) 3187:
13419              "A pointer is converted to a smaller integer."
13420              This happens when your pointers are 64-bit: then every case
13421              of converting pointers to PADOFFSETs (explicitly 32-bit)
13422              faces truncation (even explicit use of INT2PTR doesn't help).
13423              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
13424              Changing PADOFFSET from U32 to UV would help, but that
13425              would break binary backward compatibility of BASEOP and padop
13426              (assuming you have been using 64-bit pointers).
13427      Branch: perl
13428            ! hints/irix_6.sh
13429 ____________________________________________________________________________
13430 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
13431         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
13432              but the name comes from the inside the file, not from the file
13433              name, and Rumanian is the name of the language.
13434      Branch: perl
13435            + ext/Encode/Encode/macRumanian.enc
13436            - ext/Encode/Encode/macRomania.enc
13437            ! MANIFEST
13438 ____________________________________________________________________________
13439 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
13440         Log: Rename perltootc as perltooc for 8.3-friedliness.
13441      Branch: perl
13442            + pod/perltooc.pod
13443            - pod/perltootc.pod
13444            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
13445            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
13446            ! pod/perltoot.pod
13447 ____________________________________________________________________________
13448 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
13449         Log: Find more conflicts by lowercasing.
13450      Branch: perl
13451            + Porting/check83.pl
13452            - check83.pl
13453            ! MANIFEST
13454 ____________________________________________________________________________
13455 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
13456         Log: The AIX cc 5.0.0.0 is simply too buggy.
13457      Branch: perl
13458            ! hints/aix.sh
13459 ____________________________________________________________________________
13460 [ 12129] By: ams                                   on 2001/09/22  12:35:38
13461         Log: Uninteresting cleanup.
13462      Branch: perl
13463            ! form.h
13464 ____________________________________________________________________________
13465 [ 12128] By: ams                                   on 2001/09/22  12:28:48
13466         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
13467              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
13468              Date: Sat, 22 Sep 2001 14:29:13 +0100
13469              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
13470      Branch: perl
13471            ! cv.h
13472 ____________________________________________________________________________
13473 [ 12127] By: ams                                   on 2001/09/22  12:04:28
13474         Log: What's a backet?
13475      Branch: perl
13476            ! dump.c
13477 ____________________________________________________________________________
13478 [ 12126] By: ams                                   on 2001/09/22  10:02:34
13479         Log: Removed duplicated tests #19 and #20.
13480      Branch: perl
13481            ! t/op/do.t
13482 ____________________________________________________________________________
13483 [ 12125] By: ams                                   on 2001/09/22  03:58:41
13484         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
13485              From: Michael Carman <mjcarman@home.com>
13486              Date: Fri, 21 Sep 2001 17:54:05 -0500
13487              Message-Id: <3BABC50D.6040202@home.com>
13488              (Applied with some changes.)
13489      Branch: perl
13490            ! pod/perlmod.pod
13491 ____________________________________________________________________________
13492 [ 12124] By: ams                                   on 2001/09/22  03:44:19
13493         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
13494              From: Michael G Schwern <schwern@pobox.com>
13495              Date: Fri, 21 Sep 2001 19:20:40 -0400
13496              Message-Id: <20010921192040.E5494@blackrider>
13497      Branch: perl
13498            ! t/op/chdir.t
13499 ____________________________________________________________________________
13500 [ 12123] By: ams                                   on 2001/09/22  03:41:08
13501         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
13502              From: Blair Zajac <blair@orcaware.com>
13503              Date: Fri, 21 Sep 2001 15:13:04 -0700
13504              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
13505      Branch: perl
13506            ! t/op/chdir.t
13507 ____________________________________________________________________________
13508 [ 12122] By: ams                                   on 2001/09/22  03:37:07
13509         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
13510              20010920.007
13511              From: Michael G Schwern <schwern@pobox.com>
13512              Date: Fri, 21 Sep 2001 17:59:03 -0400
13513              Message-Id: <20010921175903.V5494@blackrider>
13514      Branch: perl
13515            ! t/op/do.t
13516 ____________________________________________________________________________
13517 [ 12121] By: ams                                   on 2001/09/22  03:30:38
13518         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
13519              suite on WinCE)
13520              From: Michael G Schwern <schwern@pobox.com>
13521              Date: Fri, 21 Sep 2001 19:41:03 -0400
13522              Message-Id: <20010921194103.G5494@blackrider>
13523      Branch: perl
13524            ! pod/perlport.pod
13525 ____________________________________________________________________________
13526 [ 12120] By: ams                                   on 2001/09/22  03:28:06
13527         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
13528              From: Michael G Schwern <schwern@pobox.com>
13529              Date: Fri, 21 Sep 2001 17:33:35 -0400
13530              Message-Id: <20010921173335.T5494@blackrider>
13531              ($ENV{FOO}=undef hunk not applied.)
13532      Branch: perl
13533            ! t/op/magic.t
13534 ____________________________________________________________________________
13535 [ 12119] By: ams                                   on 2001/09/22  03:02:26
13536         Log: Subject: [PATCH] perldiag.pod
13537              From: Peter Scott <Peter@PSDT.com>
13538              Date: Fri, 21 Sep 2001 18:54:50 -0700
13539              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
13540              (Moved to the right place.)
13541      Branch: perl
13542            ! pod/perldiag.pod
13543 ____________________________________________________________________________
13544 [ 12118] By: ams                                   on 2001/09/21  20:05:29
13545         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
13546              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13547              Date: Fri, 21 Sep 2001 22:36:54 +0200
13548              Message-Id: <20010921223654.A12742@rafael>
13549      Branch: perl
13550            ! t/op/do.t
13551 ____________________________________________________________________________
13552 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
13553         Log: Restore things as they were before
13554              the backward compatibility police notices.
13555      Branch: perl
13556            ! lib/Cwd.pm
13557 ____________________________________________________________________________
13558 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
13559         Log: More Cwd from Schwern: make also OS/2 and DOS
13560              Cwd agree with File::Spec (that is, native path
13561              syntax using \ instead of / -- backward compatibility
13562              polic warning) and stop Win32 from using bsd_realpath().
13563      Branch: perl
13564            ! lib/Cwd.pm
13565 ____________________________________________________________________________
13566 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
13567         Log: Subject: [PATCH @12110] RE: Untested libraries update
13568              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
13569              Date: Fri, 21 Sep 2001 18:21:07 +0100
13570              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
13571      Branch: perl
13572            ! lib/warnings/register.pm
13573 ____________________________________________________________________________
13574 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
13575         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
13576              From: Michael G Schwern <schwern@pobox.com>
13577              Date: Thu, 20 Sep 2001 22:54:02 -0400
13578              Message-ID: <20010920225402.A3611@blackrider>
13579      Branch: perl
13580            ! lib/Cwd.pm
13581 ____________________________________________________________________________
13582 [ 12113] By: ams                                   on 2001/09/21  17:08:24
13583         Log: Subject: [PATCH] avoid v-strings with require/use
13584              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
13585              Date: Fri, 21 Sep 2001 12:34:40 -0400
13586              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
13587      Branch: perl
13588            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
13589            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
13590            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
13591            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
13592            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
13593            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
13594            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
13595            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
13596            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
13597            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
13598            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
13599            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
13600            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
13601            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
13602            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
13603            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
13604            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
13605            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
13606            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
13607 ____________________________________________________________________________
13608 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
13609         Log: Update Changes.
13610      Branch: perl
13611            ! Changes patchlevel.h
13612 ____________________________________________________________________________
13613 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
13614         Log: Make AIX and Tru64 compilers happy.  
13615      Branch: perl
13616            ! ext/threads/threads.h ext/threads/threads.xs
13617 ____________________________________________________________________________
13618 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
13619         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
13620              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
13621              Date: 21 Sep 2001 09:16:37 -0000
13622              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
13623      Branch: perl
13624            ! toke.c
13625 ____________________________________________________________________________
13626 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
13627         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
13628              From: Michael G Schwern <schwern@pobox.com>
13629              Date: Thu, 20 Sep 2001 21:21:34 -0400
13630              Message-ID: <20010920212134.Y28291@blackrider>
13631      Branch: perl
13632            ! pp_sys.c
13633 ____________________________________________________________________________
13634 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
13635         Log: Subject: Re: GDB Debugging Macros from mod_perl
13636              From: rspier@pobox.com (Robert Spier)
13637              Date: Thu, 20 Sep 2001 22:45:03 -0700
13638              Message-ID: <15274.54239.413929.49430@rls.cx>
13639      Branch: perl
13640            ! pod/perltodo.pod
13641 ____________________________________________________________________________
13642 [ 12105] By: sky                                   on 2001/09/21  10:33:34
13643         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
13644              timezone! GetSystemTime should be available on all Win32 
13645              platforms we support. Perhaps Time::HiRes should be extended to
13646              support WinCE and Novell?
13647      Branch: perl
13648            ! ext/Time/HiRes/HiRes.xs
13649 ____________________________________________________________________________
13650 [ 12104] By: sky                                   on 2001/09/21  08:12:39
13651         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
13652      Branch: perl
13653            ! ext/threads/threads.h ext/threads/threads.xs
13654 ____________________________________________________________________________
13655 [ 12103] By: sky                                   on 2001/09/21  07:57:41
13656         Log: Rename the *thread* functions to Perl_* to avoid clashes.
13657              Notably on AIX but could become a problem on other platforms.
13658      Branch: perl
13659            ! ext/threads/threads.h ext/threads/threads.xs
13660 ____________________________________________________________________________
13661 [ 12102] By: sky                                   on 2001/09/21  07:35:30
13662         Log: Add the shared sv space to the global vars.
13663              Fix problems compiling on win32.
13664      Branch: perl
13665            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
13666            ! sharedsv.c sharedsv.h
13667 ____________________________________________________________________________
13668 [ 12101] By: ams                                   on 2001/09/21  00:19:55
13669         Log: Subject: [PATCH] win32/Makefile warning fix
13670              From: Blair Zajac <blair@orcaware.com>
13671              Date: Thu, 20 Sep 2001 18:15:43 -0700
13672              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
13673      Branch: perl
13674            ! win32/Makefile
13675 ____________________________________________________________________________
13676 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
13677         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
13678              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
13679              Date: Thu, 20 Sep 2001 18:36:22 +0200
13680              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
13681      Branch: perl
13682            ! lib/ExtUtils/Command.t
13683 ____________________________________________________________________________
13684 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
13685         Log: Cant spl wirth a dam.
13686      Branch: perl
13687            ! intrpvar.h
13688 ____________________________________________________________________________
13689 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
13690         Log: Don't use C++ comments.
13691      Branch: perl
13692            ! ext/threads/threads.xs
13693 ____________________________________________________________________________
13694 [ 12097] By: ams                                   on 2001/09/20  21:42:07
13695         Log: Change #12044 didn't.
13696      Branch: perl
13697            ! lib/constant.pm
13698 ____________________________________________________________________________
13699 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
13700         Log: Metaconfig unit changes for #12095.
13701      Branch: metaconfig
13702            ! U/modified/Myinit.U U/modified/libs.U
13703 ____________________________________________________________________________
13704 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
13705         Log: Remove iconv references since we are not using it
13706              and not going to; regen perltoc, perlmodlib.
13707              (Some references still linger in perltoc, have to figure
13708              out where they are coming from.)
13709      Branch: perl
13710            ! Configure NetWare/config.wc NetWare/config_H.wc
13711            ! Porting/Glossary Porting/config.sh Porting/config_H
13712            ! config_h.SH configure.com epoc/config.sh perl.h
13713            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
13714            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13715            ! vos/config.ga.h win32/config.bc win32/config.gc
13716            ! win32/config.vc win32/config_H.bc win32/config_H.gc
13717            ! win32/config_H.vc wince/config.ce wince/config.h
13718            ! wince/config_H.ce
13719 ____________________________________________________________________________
13720 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
13721         Log: Subject: [PATCH docs] Re: ARGV and read
13722              From: Dave Mitchell <davem@fdgroup.co.uk>
13723              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
13724              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
13725      Branch: perl
13726            ! pod/perltodo.pod pod/perlvar.pod
13727 ____________________________________________________________________________
13728 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
13729         Log: Fresh copies from the cvs.perl.org perlfaq repository.
13730      Branch: perl
13731            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
13732            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
13733            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
13734            ! pod/perlfaq9.pod
13735 ____________________________________________________________________________
13736 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
13737         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
13738              From: Nicholas Clark <nick@ccl4.org>
13739              Date: Thu, 20 Sep 2001 14:27:08 +0100
13740              Message-ID: <20010920142708.X4971@plum.flirble.org>
13741      Branch: perl
13742            ! pp_pack.c t/op/pack.t
13743 ____________________________________________________________________________
13744 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
13745         Log: The sharedsv_space* are variables, not code.  Duh.
13746      Branch: perl
13747            ! intrpvar.h makedef.pl
13748 ____________________________________________________________________________
13749 [ 12090] By: ams                                   on 2001/09/20  11:26:06
13750         Log: Subject: [patch lib/lib_pm.PL]
13751              From: Stas Bekman <stas@stason.org>
13752              Date: Thu, 20 Sep 2001 18:48:53 +0800
13753              Message-Id: <3BA9C995.6010302@stason.org>
13754              (Applied by hand.)
13755      Branch: perl
13756            ! lib/lib_pm.PL
13757 ____________________________________________________________________________
13758 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
13759         Log: Only 21 tests, skipping or not.
13760      Branch: perl
13761            ! lib/ExtUtils/Command.t
13762 ____________________________________________________________________________
13763 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
13764         Log: New exported symbols.
13765      Branch: perl
13766            ! makedef.pl
13767 ____________________________________________________________________________
13768 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
13769         Log: Update Changes.
13770      Branch: perl
13771            ! Changes patchlevel.h
13772 ____________________________________________________________________________
13773 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
13774         Log: Correct numbering of the tests is useful.
13775      Branch: perl
13776            ! ext/threads/t/basic.t
13777 ____________________________________________________________________________
13778 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
13779         Log: More tests now too.
13780      Branch: perl
13781            ! lib/ExtUtils/Command.t
13782 ____________________________________________________________________________
13783 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
13784         Log: More tests now.
13785      Branch: perl
13786            ! ext/threads/t/basic.t
13787 ____________________________________________________________________________
13788 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
13789         Log: The test assumed 7-bit ASCII.  Now it "just"
13790              assumes 8-bit whatever.
13791      Branch: perl
13792            ! t/op/crypt.t
13793 ____________________________________________________________________________
13794 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
13795         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
13796              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13797              Date: Wed, 19 Sep 2001 11:45:28 +0200
13798              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
13799              
13800              Lvalue casts are not portable.
13801      Branch: perl
13802            ! ext/threads/threads.xs
13803 ____________________________________________________________________________
13804 [ 12081] By: sky                                   on 2001/09/19  10:17:52
13805         Log: Make the basic test contain only realy basic API tests
13806              Seems to be a problem with detach.
13807      Branch: perl
13808            ! ext/threads/t/basic.t
13809 ____________________________________________________________________________
13810 [ 12080] By: ams                                   on 2001/09/19  01:23:55
13811         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
13812              From: Michael G Schwern <schwern@pobox.com>
13813              Date: Tue, 18 Sep 2001 19:53:48 -0400
13814              Message-Id: <20010918195348.M585@blackrider>
13815              
13816              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
13817              From: Michael G Schwern <schwern@pobox.com>
13818              Date: Tue, 18 Sep 2001 22:07:13 -0400
13819              Message-Id: <20010918220713.B19616@blackrider>
13820      Branch: perl
13821            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
13822            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
13823            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
13824            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
13825            ! lib/Test/Tutorial.pod
13826 ____________________________________________________________________________
13827 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
13828         Log: Indent the test a bit.
13829      Branch: perl
13830            ! ext/threads/t/basic.t
13831 ____________________________________________________________________________
13832 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
13833         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
13834              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
13835              Date: Tue, 18 Sep 2001 18:06:44 +0200
13836              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
13837      Branch: perl
13838            ! win32/win32.c
13839 ____________________________________________________________________________
13840 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
13841         Log: Subject: stat access time is wrong on Win95
13842              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
13843              Date: Tue, 18 Sep 2001 21:59:24 +0200
13844              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
13845      Branch: perl
13846            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
13847 ____________________________________________________________________________
13848 [ 12076] By: ams                                   on 2001/09/18  22:11:25
13849         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
13850              From: Michael G Schwern <schwern@pobox.com>
13851              Date: Tue, 18 Sep 2001 18:47:14 -0400
13852              Message-Id: <20010918184714.I585@blackrider>
13853      Branch: perl
13854            ! t/op/crypt.t
13855 ____________________________________________________________________________
13856 [ 12075] By: sky                                   on 2001/09/18  19:29:37
13857         Log: two test failures
13858              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13859              Message-ID: <20010918221702.A17408@rafael>
13860              partly applied, #12074 already fixed half the patch
13861      Branch: perl
13862            ! ext/threads/t/basic.t
13863 ____________________________________________________________________________
13864 [ 12074] By: sky                                   on 2001/09/18  18:49:03
13865         Log: Fixes test case failure introduced by #12071, the warning is
13866              now correctly spelled :-)
13867      Branch: perl
13868            ! ext/IO/lib/IO/t/io_sel.t
13869 ____________________________________________________________________________
13870 [ 12073] By: sky                                   on 2001/09/18  18:46:22
13871         Log: Make the test behave properly!
13872      Branch: perl
13873            ! ext/threads/t/basic.t
13874 ____________________________________________________________________________
13875 [ 12072] By: ams                                   on 2001/09/18  18:44:59
13876         Log: OP_RCATLINE is an SVOP, not a BASEOP.
13877      Branch: perl
13878            ! opcode.h opcode.pl
13879 ____________________________________________________________________________
13880 [ 12071] By: ams                                   on 2001/09/18  18:06:27
13881         Log: Deprecate != Depreciate.
13882      Branch: perl
13883            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
13884            ! lib/Pod/ParseUtils.pm
13885 ____________________________________________________________________________
13886 [ 12070] By: ams                                   on 2001/09/18  15:14:58
13887         Log: Subject: [PATCH] Getopt::Std cleanup
13888              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13889              Date: Tue, 18 Sep 2001 17:32:13 +0200
13890              Message-Id: <20010918173213.C777@rafael>
13891      Branch: perl
13892            ! lib/Getopt/Std.pm lib/Getopt/Std.t
13893 ____________________________________________________________________________
13894 [ 12069] By: sky                                   on 2001/09/18  14:56:33
13895         Log: Forgot the makefile
13896      Branch: perl
13897            + ext/threads/Makefile.PL
13898 ____________________________________________________________________________
13899 [ 12068] By: sky                                   on 2001/09/18  14:13:26
13900         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
13901              The test will fail because of Test.pm not knowing about threads. 
13902              basic needs to be manually tested
13903              compile time warnings on IV2PTR conversions need to be fixed
13904      Branch: perl
13905            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
13906            + ext/threads/threads.h ext/threads/threads.pm
13907            + ext/threads/threads.xs
13908            ! MANIFEST
13909 ____________________________________________________________________________
13910 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
13911         Log: DJGPP tweak from Laszlo Molnar.
13912      Branch: perl
13913            ! djgpp/config.over
13914 ____________________________________________________________________________
13915 [ 12066] By: sky                                   on 2001/09/18  10:24:31
13916         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
13917      Branch: perl
13918            ! sharedsv.c sharedsv.h
13919 ____________________________________________________________________________
13920 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
13921         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
13922              ditto ^cns.
13923      Branch: perl
13924            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
13925            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
13926            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
13927            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
13928            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
13929            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
13930            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
13931            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
13932            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
13933            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
13934            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
13935            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
13936            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
13937            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
13938            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
13939            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
13940            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
13941            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
13942            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
13943            + ext/Encode/Encode/ir-197.enc
13944            - ext/Encode/Encode/cns11643-1.enc
13945            - ext/Encode/Encode/cns11643-2.enc
13946            - ext/Encode/Encode/iso2022-cn.enc
13947            - ext/Encode/Encode/iso2022-jp.enc
13948            - ext/Encode/Encode/iso2022-jp1.enc
13949            - ext/Encode/Encode/iso2022-jp2.enc
13950            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
13951            - ext/Encode/Encode/iso8859-1.enc
13952            - ext/Encode/Encode/iso8859-1.ucm
13953            - ext/Encode/Encode/iso8859-10.enc
13954            - ext/Encode/Encode/iso8859-10.ucm
13955            - ext/Encode/Encode/iso8859-11.enc
13956            - ext/Encode/Encode/iso8859-11.ucm
13957            - ext/Encode/Encode/iso8859-13.enc
13958            - ext/Encode/Encode/iso8859-13.ucm
13959            - ext/Encode/Encode/iso8859-14.enc
13960            - ext/Encode/Encode/iso8859-14.ucm
13961            - ext/Encode/Encode/iso8859-15.enc
13962            - ext/Encode/Encode/iso8859-15.ucm
13963            - ext/Encode/Encode/iso8859-16.enc
13964            - ext/Encode/Encode/iso8859-16.ucm
13965            - ext/Encode/Encode/iso8859-2.enc
13966            - ext/Encode/Encode/iso8859-2.ucm
13967            - ext/Encode/Encode/iso8859-3.enc
13968            - ext/Encode/Encode/iso8859-3.ucm
13969            - ext/Encode/Encode/iso8859-4.enc
13970            - ext/Encode/Encode/iso8859-4.ucm
13971            - ext/Encode/Encode/iso8859-5.enc
13972            - ext/Encode/Encode/iso8859-5.ucm
13973            - ext/Encode/Encode/iso8859-6.enc
13974            - ext/Encode/Encode/iso8859-6.ucm
13975            - ext/Encode/Encode/iso8859-7.enc
13976            - ext/Encode/Encode/iso8859-7.ucm
13977            - ext/Encode/Encode/iso8859-8.enc
13978            - ext/Encode/Encode/iso8859-8.ucm
13979            - ext/Encode/Encode/iso8859-9.enc
13980            - ext/Encode/Encode/iso8859-9.ucm
13981            - ext/Encode/Encode/isoir-197.enc
13982            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
13983 ____________________________________________________________________________
13984 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
13985         Log: Must Uppercase.
13986      Branch: perl
13987            ! ext/Encode/Encode.pm
13988 ____________________________________________________________________________
13989 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
13990         Log: Add various encodings.
13991      Branch: perl
13992            + ext/Encode/Encode/iso8859-11.enc
13993            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
13994            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
13995            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
13996            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
13997            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
13998            + ext/Encode/Encode/viscii.ucm
13999            ! MANIFEST ext/Encode/Encode.pm
14000 ____________________________________________________________________________
14001 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
14002         Log: lib/unicode relic.
14003      Branch: perl
14004            ! ext/Encode/compile
14005 ____________________________________________________________________________
14006 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
14007         Log: Subject: [PATCH] Re: filename problems
14008              From: Michael G Schwern <schwern@pobox.com>
14009              Date: Mon, 17 Sep 2001 17:26:26 -0400
14010              Message-ID: <20010917172626.Q585@blackrider>
14011      Branch: perl
14012            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
14013            - t/lib/sample-tests/header_at_end
14014            - t/lib/sample-tests/header_at_end_fail
14015            ! MANIFEST lib/Test/Harness/t/test-harness.t
14016 ____________________________________________________________________________
14017 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
14018         Log: Explicitly explain the 1e9 seconds, not everybody
14019              is a C geek.
14020      Branch: perl
14021            ! ext/Time/HiRes/HiRes.pm
14022 ____________________________________________________________________________
14023 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
14024         Log: Explain an apparent bug reported by
14025              Richard J. Barbalace <rjbarbal@MIT.EDU>,
14026              with additional explanation from Gisle Aas.
14027      Branch: perl
14028            ! ext/Time/HiRes/HiRes.pm
14029 ____________________________________________________________________________
14030 [ 12058] By: ams                                   on 2001/09/17  19:52:01
14031         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
14032              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14033              Date: Mon, 17 Sep 2001 22:48:05 +0200
14034              Message-Id: <20010917224805.C11744@rafael>
14035      Branch: perl
14036            ! t/lib/warnings/op t/lib/warnings/pp
14037 ____________________________________________________________________________
14038 [ 12057] By: ams                                   on 2001/09/17  16:51:18
14039         Log: Its a nit!
14040      Branch: perl
14041            ! sv.h
14042 ____________________________________________________________________________
14043 [ 12056] By: ams                                   on 2001/09/17  16:47:55
14044         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
14045              From: "Craig A. Berry" <craigberry@mac.com>
14046              Date: Mon, 17 Sep 2001 12:34:20 -0500
14047              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
14048      Branch: perl
14049            ! vms/vms.c
14050 ____________________________________________________________________________
14051 [ 12055] By: ams                                   on 2001/09/17  16:05:15
14052         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
14053              From: Gisle Aas <gisle@ActiveState.com>
14054              Date: 16 Apr 2001 16:20:34 -0700
14055              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
14056              (Applied by hand.)
14057      Branch: perl
14058            ! lib/CPAN.pm lib/CPAN/Nox.pm
14059 ____________________________________________________________________________
14060 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
14061         Log: Update Changes.
14062      Branch: perl
14063            ! Changes patchlevel.h
14064 ____________________________________________________________________________
14065 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
14066         Log: Adding new files to the MANIFEST is always nice.
14067      Branch: perl
14068            ! MANIFEST
14069 ____________________________________________________________________________
14070 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
14071         Log: Reindent the PerlIO files (suggested by NI-S), used
14072              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
14073              (GNU indent).  Note that wholesale re-indenting might
14074              be nice, but that would break nice formatting/alignment
14075              of assignments, equality testing, and complex boolean
14076              expressions with lots of &s and |s.
14077      Branch: perl
14078            ! perlio.c perlio.h perliol.h
14079 ____________________________________________________________________________
14080 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
14081         Log: Add a script for being 8.3-polite.
14082              The found conflicts are being worked on.
14083      Branch: perl
14084            + check83.pl
14085            ! MANIFEST Porting/pumpkin.pod
14086 ____________________________________________________________________________
14087 [ 12050] By: sky                                   on 2001/09/17  12:44:36
14088         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
14089              finding it.
14090      Branch: perl
14091            ! sv.c
14092 ____________________________________________________________________________
14093 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
14094         Log: Bump up versions because of #12041.
14095      Branch: perl
14096            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
14097            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
14098            ! lib/Time/localtime.pm
14099 ____________________________________________________________________________
14100 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
14101         Log: Bump the version number because of #12042.
14102      Branch: perl
14103            ! lib/CPAN/FirstTime.pm
14104 ____________________________________________________________________________
14105 [ 12047] By: ams                                   on 2001/09/17  11:21:40
14106         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
14107              From: Abhijit Menon-Sen <ams@wiw.org>
14108              Date: Mon, 17 Sep 2001 17:44:12 +0530
14109              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
14110      Branch: perl
14111            ! op.c
14112 ____________________________________________________________________________
14113 [ 12046] By: sky                                   on 2001/09/17  07:14:17
14114         Log: Subject: Re: t/op/ver.t using skip() improperly
14115              From: "chromatic" <chromatic@rmci.net>
14116              Date: Mon, 17 Sep 2001 00:22:29 -0600
14117              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
14118      Branch: perl
14119            ! t/op/ver.t
14120 ____________________________________________________________________________
14121 [ 12045] By: nick                                  on 2001/09/17  07:12:14
14122         Log: Integrate mainline
14123      Branch: perlio
14124           +> t/op/chdir.t
14125           !> (integrate 117 files)
14126 ____________________________________________________________________________
14127 [ 12044] By: ams                                   on 2001/09/17  05:49:53
14128         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
14129              From: Ilmari Karonen <iltzu@sci.fi>
14130              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
14131              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
14132              (And $VERSION = '1.05'.)
14133      Branch: perl
14134            ! lib/constant.pm
14135 ____________________________________________________________________________
14136 [ 12043] By: ams                                   on 2001/09/17  05:44:50
14137         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
14138              From: Michael G Schwern <schwern@pobox.com>
14139              Date: Mon, 17 Sep 2001 07:49:04 +0200
14140              Message-Id: <20010917074904.V1588@blackrider>
14141              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
14142      Branch: perl
14143            + t/op/chdir.t
14144            ! MANIFEST pp_sys.c
14145 ____________________________________________________________________________
14146 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
14147         Log: Subject: Re: CPAN.pm needs some hacking 
14148              From: "chromatic" <chromatic@rmci.net>
14149              Date: Sun, 16 Sep 2001 16:46:29 -0600
14150              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
14151      Branch: perl
14152            ! lib/CPAN/FirstTime.pm
14153 ____________________________________________________________________________
14154 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
14155         Log: Change use|require 5.005_64 to use|require 5.6.1.
14156      Branch: perl
14157            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
14158            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
14159            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
14160            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
14161            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
14162            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
14163            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
14164            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
14165            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
14166            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
14167            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
14168            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
14169            ! lib/base.pm lib/fields.pm
14170 ____________________________________________________________________________
14171 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
14172         Log: Bump up version numbers.
14173              
14174              TODO 1: double check that pre-5.6.1 CPAN.pm:s
14175              don't try to download 5.8.0 because of the
14176              version numbers.  Mainly this means using _00
14177              in the core version numbers.
14178              
14179              TODO 2: the "use 5.005_64" in many modules
14180              needs to be changed to, say, "use 5.6.1".
14181      Branch: perl
14182            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
14183            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
14184            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
14185            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
14186            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
14187            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
14188            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
14189            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
14190            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
14191            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
14192            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
14193 ____________________________________________________________________________
14194 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
14195         Log: Use UCHARAT() as suggested by Inaba Hiroto.
14196      Branch: perl
14197            ! regexec.c
14198 ____________________________________________________________________________
14199 [ 12038] By: ams                                   on 2001/09/16  15:16:24
14200         Log: Subject: [PATCH] Re: Core module version numbers review
14201              From: Peter Scott <Peter@PSDT.com>
14202              Date: Sun, 16 Sep 2001 09:09:58 -0700
14203              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
14204      Branch: perl
14205            ! lib/perl5db.pl
14206 ____________________________________________________________________________
14207 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
14208         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
14209              not yet fully implemented.
14210      Branch: perl
14211            ! pod/perlfunc.pod pod/perlunicode.pod
14212 ____________________________________________________________________________
14213 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
14214         Log: Subject: [patch] plug PL_beginav_save leak
14215              From: Doug MacEachern <dougm@covalent.net>
14216              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
14217              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
14218      Branch: perl
14219            ! perl.c
14220 ____________________________________________________________________________
14221 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
14222         Log: (accidentally empty checkin)
14223      Branch: perl
14224            ! sv.c
14225 ____________________________________________________________________________
14226 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
14227         Log: Subject: [patch] ithreads+PL_beginav_save
14228              From: Doug MacEachern <dougm@covalent.net>
14229              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
14230              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
14231      Branch: perl
14232            ! sv.c
14233 ____________________________________________________________________________
14234 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
14235         Log: Subject: [PATCH] h2xs.PL with C::Scan
14236              From: Tim Jenness <t.jenness@jach.hawaii.edu>
14237              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
14238              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
14239      Branch: perl
14240            ! utils/h2xs.PL
14241 ____________________________________________________________________________
14242 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
14243         Log: Elaborate (well, make more vague, really) #12030.
14244      Branch: perl
14245            ! pod/perltodo.pod pod/perlunicode.pod
14246 ____________________________________________________________________________
14247 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
14248         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
14249              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
14250              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
14251              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
14252      Branch: perl
14253            ! regexec.c
14254 ____________________________________________________________________________
14255 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
14256         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
14257              are not yet complete.
14258      Branch: perl
14259            ! pod/perltodo.pod pod/perlunicode.pod
14260 ____________________________________________________________________________
14261 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
14262         Log: Document what's still to be done on the regular expression
14263              Unicode support, based on the UTR#18.
14264      Branch: perl
14265            ! pod/perltodo.pod pod/perlunicode.pod
14266 ____________________________________________________________________________
14267 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
14268         Log: Regen headers.
14269      Branch: perl
14270            ! embedvar.h perlapi.h
14271 ____________________________________________________________________________
14272 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
14273         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
14274              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14275              Date: Sun, 09 Sep 2001 18:41:54 +0100
14276              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
14277      Branch: perl
14278            ! Porting/findvars ext/ByteLoader/bytecode.h
14279            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
14280            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
14281 ____________________________________________________________________________
14282 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
14283         Log: enable most warnings for windows build; fix the various typecasting
14284              nits that showed up (no bugfixes here)
14285      Branch: maint-5.6/perl
14286            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
14287            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
14288            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
14289            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
14290            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
14291            ! x2p/walk.c
14292 ____________________________________________________________________________
14293 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
14294         Log: Integrate change #12024 from maintperl
14295              (a local() precedence bug)
14296      Branch: perl
14297           !> lib/ExtUtils/Install.pm
14298 ____________________________________________________________________________
14299 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
14300         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
14301              change#8642
14302      Branch: maint-5.6/perl
14303            ! lib/ExtUtils/Install.pm
14304 ____________________________________________________________________________
14305 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
14306         Log: Update Changes.
14307      Branch: perl
14308            ! Changes patchlevel.h
14309 ____________________________________________________________________________
14310 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
14311         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
14312              From: "chromatic" <chromatic@rmci.net>
14313              Date: Fri, 14 Sep 2001 09:44:57 -0600 
14314              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
14315      Branch: perl
14316            ! lib/ExtUtils/Manifest.t
14317 ____________________________________________________________________________
14318 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
14319         Log: Hopefully better skipping of the Complete.t tests
14320              in case of not a tty. 
14321      Branch: perl
14322            ! lib/Term/Complete.t t/op/stat.t
14323 ____________________________________________________________________________
14324 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
14325         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
14326              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
14327              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
14328              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
14329      Branch: perl
14330            ! regexec.c t/op/pat.t
14331 ____________________________________________________________________________
14332 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
14333         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
14334              From: Robin Barker <rmb1@cise.npl.co.uk>
14335              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
14336              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
14337      Branch: perl
14338            ! pod/perlport.pod
14339 ____________________________________________________________________________
14340 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
14341         Log: NetWare tweaks from Ananth Kesari.
14342      Branch: perl
14343            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
14344            ! NetWare/nwutil.h
14345 ____________________________________________________________________________
14346 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
14347         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
14348              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14349              Date: Fri, 14 Sep 2001 10:51:13 +0200
14350              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
14351      Branch: perl
14352            ! pod/perlport.pod
14353 ____________________________________________________________________________
14354 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
14355         Log: Subject: Re: [PATCH 2 pl2pm.PL]
14356              From: Joe Smith <Joe.Smith@inwap.com>
14357              Date: Fri, 14 Sep 2001 00:13:32 -0700
14358              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
14359              
14360              Eradicate qu.
14361      Branch: perl
14362            ! keywords.h keywords.pl utils/pl2pm.PL
14363 ____________________________________________________________________________
14364 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
14365         Log: Retract #12013, didn't go over too well in Tru64.
14366      Branch: perl
14367            ! embed.h embed.pl sv.h
14368 ____________________________________________________________________________
14369 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
14370         Log: Subject: [PATCH] Execute files of debugger commands
14371              From: Peter Scott <Peter@PSDT.com>
14372              Date: Thu, 13 Sep 2001 15:26:31 -0700
14373              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
14374      Branch: perl
14375            ! lib/perl5db.pl pod/perldebug.pod
14376 ____________________________________________________________________________
14377 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
14378         Log: (Retracted by #12015)
14379              Subject: [proposed PATCH] Re: perl@11920
14380              From: Nicholas Clark <nick@ccl4.org>
14381              Date: Wed, 12 Sep 2001 23:46:09 +0100
14382              Message-ID: <20010912234609.H4971@plum.flirble.org>     
14383      Branch: perl
14384            ! embed.h embed.pl sv.h
14385 ____________________________________________________________________________
14386 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
14387         Log: ucblib shouldn't be linked against in nonstop-ux,
14388              from Tom Bates.
14389      Branch: perl
14390            ! hints/nonstopux.sh
14391 ____________________________________________________________________________
14392 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
14393         Log: Do stty only if we have stty.
14394              
14395              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
14396      Branch: perl
14397            ! lib/Term/Complete.pm
14398 ____________________________________________________________________________
14399 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
14400         Log: Skip the test if not running on a tty.
14401      Branch: perl
14402            ! lib/Term/Complete.t
14403 ____________________________________________________________________________
14404 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
14405         Log: Regen headers.
14406      Branch: perl
14407            ! embed.h opcode.h pod/perlapi.pod proto.h
14408 ____________________________________________________________________________
14409 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
14410         Log: Subject: [PATCH op.c] Re: perl@12003
14411              From: Robin Barker <rmb1@cise.npl.co.uk>
14412              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
14413              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
14414      Branch: perl
14415            ! op.c
14416 ____________________________________________________________________________
14417 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
14418         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
14419              From: Robin Barker <rmb1@cise.npl.co.uk>
14420              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
14421              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
14422      Branch: perl
14423            ! sv.c
14424 ____________________________________________________________________________
14425 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
14426         Log: Upgrade to Memoize 0.66.
14427      Branch: perl
14428            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
14429            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
14430            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
14431 ____________________________________________________________________________
14432 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
14433         Log: Subject: [ID 20010912.007] substr reference core dump
14434              From: me-01@ton.iguana.be
14435              Date: 12 Sep 2001 14:11:16 -0000
14436              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
14437      Branch: perl
14438            ! mg.c
14439 ____________________________________________________________________________
14440 [ 12004] By: ams                                   on 2001/09/12  01:13:49
14441         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
14442              From: Ilmari Karonen <iltzu@sci.fi>
14443              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
14444              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
14445      Branch: perl
14446            ! pod/perlfaq4.pod
14447 ____________________________________________________________________________
14448 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
14449         Log: Update Changes.
14450      Branch: perl
14451            ! Changes patchlevel.h
14452 ____________________________________________________________________________
14453 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
14454         Log: NetWare update from Ananth Kesari.
14455      Branch: perl
14456            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
14457            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
14458 ____________________________________________________________________________
14459 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
14460         Log: Retract #11984: div() being redefined, and 1397
14461              failing on 64-bit platforms.
14462      Branch: perl
14463            ! lib/Math/BigInt/Calc.pm
14464 ____________________________________________________________________________
14465 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
14466         Log: Metaconfig unit change for #11999.
14467      Branch: metaconfig
14468            ! U/protos/d_lseekproto.U
14469 ____________________________________________________________________________
14470 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
14471         Log: The lseek fix (#11991) was no fix.
14472      Branch: perl
14473            ! Configure
14474 ____________________________________________________________________________
14475 [ 11998] By: sky                                   on 2001/09/11  07:52:06
14476         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
14477              From: Matt Sergeant <MSergeant@star.net.uk>
14478              Date: Tue, 11 Sep 2001 09:22:32 +0100
14479              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
14480      Branch: perl
14481            ! ext/Encode/Encode.pm
14482 ____________________________________________________________________________
14483 [ 11997] By: sky                                   on 2001/09/11  06:35:29
14484         Log: Sometimes dTHX is added because it is needed on non 
14485              gnuc platforms, but not needed there. This uses GCC
14486              to silence GCC specific warnings by marking pTHX as 
14487              unused.
14488      Branch: perl
14489            ! perl.h
14490 ____________________________________________________________________________
14491 [ 11996] By: nick                                  on 2001/09/11  06:25:27
14492         Log: Integrate mainline
14493      Branch: perlio
14494            - ext/POSIX/sigaction.t lib/File/Find/taint.t
14495           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
14496 ____________________________________________________________________________
14497 [ 11995] By: nick                                  on 2001/09/11  06:23:39
14498         Log: Part Integrate mainline
14499      Branch: perlio
14500           +> (branch 69 files)
14501            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
14502            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
14503            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
14504            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
14505            - lib/Switch/t/switch_case.t lib/Test/Harness.t
14506            - lib/Test/More/Changes lib/Test/More/t/More.t
14507            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
14508            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
14509            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
14510            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
14511            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
14512            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
14513            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
14514            - t/lib/Test/More/Catch.pm wince/perl.ico
14515           !> (integrate 197 files)
14516 ____________________________________________________________________________
14517 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
14518         Log: Subject: Re: [PATCH] Encode.pm docs fix
14519              From: Gisle Aas <gisle@ActiveState.com>
14520              Date: 10 Sep 2001 11:27:02 -0700
14521              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
14522      Branch: perl
14523            ! ext/Encode/Encode.pm
14524 ____________________________________________________________________________
14525 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
14526         Log: Fix unpack U to be the reverse of pack U
14527              (but implement unpack U0U as a backdoor to get
14528              the UTF-8 malformed warnings from un-UTF-8 data)
14529      Branch: perl
14530            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
14531 ____________________________________________________________________________
14532 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
14533         Log: Metaconfig unit change for #11991;
14534              delete an unused unit (d_strtoull.U is the one used)
14535      Branch: metaconfig
14536            ! U/protos/d_lseekproto.U
14537      Branch: metaconfig/U/perl
14538            - strtoull.U
14539 ____________________________________________________________________________
14540 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
14541         Log: Subject: [PATCH] Configure not recording lseek proto
14542              From: Blair Zajac <blair@orcaware.com>
14543              Date: Mon, 10 Sep 2001 17:52:37 -0700
14544              Message-ID: <3B9D6055.BA334A31@orcaware.com>
14545              
14546              plus regen Configure.
14547      Branch: perl
14548            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14549            ! config_h.SH uconfig.h
14550 ____________________________________________________________________________
14551 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
14552         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?)))                  
14553              From: Nicholas Clark <nick@ccl4.org>
14554              Date: Tue, 11 Sep 2001 00:00:31 +0100
14555              Message-ID: <20010911000031.G1512@plum.flirble.org>
14556      Branch: perl
14557            + t/op/qq.t
14558            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
14559 ____________________________________________________________________________
14560 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
14561         Log: Subject: [PATCH] Building on win32 w/o perlio
14562              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
14563              Date: Mon, 10 Sep 2001 23:38:46 +0200
14564              Message-ID: <3B9D4F06.14433.2C37644@localhost>
14565      Branch: perl
14566            ! perl.c win32/Makefile win32/makefile.mk
14567 ____________________________________________________________________________
14568 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
14569         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
14570              From: "chromatic" <chromatic@rmci.net>
14571              Date: Mon, 10 Sep 2001 15:14:01 -0600
14572              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
14573      Branch: perl
14574            + lib/CGI/t/push.t
14575            ! MANIFEST
14576 ____________________________________________________________________________
14577 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
14578         Log: Subject: avoiding hoardes of zombies
14579              From: Nicholas Clark <nick@ccl4.org>
14580              Date: Mon, 10 Sep 2001 22:00:40 +0100
14581              Message-ID: <20010910220040.C1512@plum.flirble.org>
14582      Branch: perl
14583            ! pod/perlipc.pod
14584 ____________________________________________________________________________
14585 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
14586         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
14587              From: John Peacock <jpeacock@rowman.com>
14588              Date: Mon, 10 Sep 2001 16:34:30 -0400
14589              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
14590      Branch: perl
14591            ! sv.c t/op/ver.t utf8.h
14592 ____________________________________________________________________________
14593 [ 11985] By: ams                                   on 2001/09/10  23:20:13
14594         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
14595      Branch: perl
14596            ! MANIFEST
14597 ____________________________________________________________________________
14598 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
14599         Log: (Retracted by #12001)
14600              Subject: Calc with USE_MUL/USE_DIV
14601              From: Tels <perl_dummy@bloodgate.com>
14602              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
14603              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
14604      Branch: perl
14605            ! lib/Math/BigInt/Calc.pm
14606 ____________________________________________________________________________
14607 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
14608         Log: Subject: [PATCH op.c] Re: perl@11978
14609              From: Robin Barker <rmb1@cise.npl.co.uk>
14610              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
14611              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
14612              
14613              Format errors.
14614      Branch: perl
14615            ! op.c
14616 ____________________________________________________________________________
14617 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
14618         Log: Switch PADOFFSET back to U32 both because of binary backward
14619              compatibility and because Arthur seems to have been fixing the
14620              problems with naughty integer-pointer casting.
14621      Branch: perl
14622            ! op.h
14623 ____________________________________________________________________________
14624 [ 11981] By: ams                                   on 2001/09/10  16:31:43
14625         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
14626              Fix Pod Typo, Add Test for ExtUtils::Command
14627              From: "chromatic" <chromatic@rmci.net>
14628              Date: Mon, 10 Sep 2001 11:20:56 -0600
14629              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
14630      Branch: perl
14631            + lib/ExtUtils/Command.t
14632            ! MANIFEST lib/ExtUtils/Command.pm
14633 ____________________________________________________________________________
14634 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
14635         Log: Subject: [PATCH] Encode.pm docs fix
14636              From: Matt Sergeant <MSergeant@star.net.uk>
14637              Date: Mon, 10 Sep 2001 15:24:01 +0100
14638              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
14639      Branch: perl
14640            ! ext/Encode/Encode.pm
14641 ____________________________________________________________________________
14642 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
14643         Log: Update Changes.
14644      Branch: perl
14645            ! Changes patchlevel.h
14646 ____________________________________________________________________________
14647 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
14648         Log: Revert #11973, the dTHX seems to be needed in there
14649              for threaded builds.
14650      Branch: perl
14651            ! perlio.c
14652 ____________________________________________________________________________
14653 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
14654         Log: Detypo.
14655      Branch: perl
14656            ! pod/perlguts.pod
14657 ____________________________________________________________________________
14658 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
14659         Log: Further Class::Struct patching from Damian.
14660              
14661              The new new semantics are:
14662              
14663              * If you pass an initializer for a nested object, it has to be:
14664              a) a reference to an object of that class, or      
14665              b) a reference to an object of a subclass of that class, or
14666              c) a reference to a hash of arguments to be passed to the
14667              class's constructor
14668              * If you pass no initializer for a nested object, the attribute
14669              is initialized to C<undef>
14670      Branch: perl
14671            ! lib/Class/Struct.pm
14672 ____________________________________________________________________________
14673 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
14674         Log: Skip the crypt test if no crypt.
14675      Branch: perl
14676            ! t/op/crypt.t
14677 ____________________________________________________________________________
14678 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
14679         Log: Warn against using bare v-strings as IP addresses
14680              (okay if using the wrappers from Socket)
14681      Branch: perl
14682            ! pod/perldata.pod pod/perlport.pod
14683 ____________________________________________________________________________
14684 [ 11973] By: sky                                   on 2001/09/10  11:57:58
14685         Log: Remove unused dTHX. Silenced another warning.
14686      Branch: perl
14687            ! perlio.c
14688 ____________________________________________________________________________
14689 [ 11972] By: sky                                   on 2001/09/10  11:54:25
14690         Log: Silence some more warnings INT2PTR.
14691      Branch: perl
14692            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
14693 ____________________________________________________________________________
14694 [ 11971] By: sky                                   on 2001/09/10  11:21:50
14695         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
14696      Branch: perl
14697            ! cop.h
14698 ____________________________________________________________________________
14699 [ 11970] By: sky                                   on 2001/09/10  11:17:25
14700         Log: Apply INT2PTR with force to silence warnings from
14701              PM_GETRE and friends. No more warnings with 64bit 
14702              IVs and 32bit pointers.    
14703      Branch: perl
14704            ! op.c op.h perl.c
14705 ____________________________________________________________________________
14706 [ 11969] By: sky                                   on 2001/09/10  10:13:02
14707         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
14708      Branch: perl
14709            ! pod/perlguts.pod
14710 ____________________________________________________________________________
14711 [ 11968] By: sky                                   on 2001/09/10  10:02:51
14712         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
14713              Rename to custop_op_name to Perl_custom_op_name to match perlapi
14714              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
14715              perl_clone.
14716      Branch: perl
14717            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
14718 ____________________________________________________________________________
14719 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
14720         Log: Using strlen() not good on embedded nul bytes.
14721      Branch: perl
14722            ! regcomp.c
14723 ____________________________________________________________________________
14724 [ 11966] By: ams                                   on 2001/09/09  21:06:13
14725         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
14726              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14727              Date: Mon, 13 Aug 2001 22:51:59 +0200
14728              Message-ID: <20010813225159.C6681@rafael>
14729              (Applied with several tweaks.)
14730      Branch: perl
14731            ! embed.h embed.pl proto.h toke.c
14732 ____________________________________________________________________________
14733 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
14734         Log: The exact error message is system-dependent.
14735      Branch: perl
14736            ! lib/ExtUtils/Manifest.t
14737 ____________________________________________________________________________
14738 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
14739         Log: Add Windows and Mac Sami support to Encode
14740              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
14741      Branch: perl
14742            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
14743            ! MANIFEST
14744 ____________________________________________________________________________
14745 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
14746         Log: Use the tried method.
14747      Branch: perl
14748            ! pod/perlport.pod
14749 ____________________________________________________________________________
14750 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
14751         Log: Can't count parentheses.
14752      Branch: perl
14753            ! ext/IO/lib/IO/Socket/INET.pm
14754 ____________________________________________________________________________
14755 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
14756         Log: perlport additions: 1 while unlink, add/delete directory
14757              entries and permissions, cygwin stat funkiness (from Michael
14758              Schwern and Nicholas Clark)
14759      Branch: perl
14760            ! pod/perlport.pod
14761 ____________________________________________________________________________
14762 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
14763         Log: blib does have a detectable test.
14764      Branch: perl
14765            ! t/lib/1_compile.t
14766 ____________________________________________________________________________
14767 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
14768         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
14769              From: "chromatic" <chromatic@rmci.net>
14770              Date: Sat, 08 Sep 2001 19:33:42 -0600
14771              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
14772      Branch: perl
14773            + lib/Term/Complete.t
14774            ! MANIFEST
14775 ____________________________________________________________________________
14776 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
14777         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
14778              From: Michael G Schwern <schwern@pobox.com> 
14779              Date: Sat, 8 Sep 2001 02:40:26 -0400
14780              Message-ID: <20010908024026.A26283@blackrider>
14781      Branch: perl
14782            + lib/Test/Tutorial.pod
14783            ! MANIFEST
14784 ____________________________________________________________________________
14785 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
14786         Log: Try to look up protocol (by name) only iff it has non-numbers:
14787              nice if the server is in a chrooted environment (no /etc/protocols,
14788              server code using hardcorded protocol numbers like 6 for tcp),
14789              suggested by John Holdsworth <coldwave@bigfoot.com>.
14790              In other words, if we are given a number, why look it up again
14791              (by number)?
14792      Branch: perl
14793            ! ext/IO/lib/IO/Socket/INET.pm
14794 ____________________________________________________________________________
14795 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
14796         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
14797              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
14798              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
14799              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
14800              
14801              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
14802              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
14803              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
14804              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
14805              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
14806              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
14807              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
14808              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
14809      Branch: perl
14810            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
14811 ____________________________________________________________________________
14812 [ 11955] By: ams                                   on 2001/09/09  02:54:21
14813         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
14814              From: "Craig A. Berry" <craigberry@mac.com>
14815              Date: Sat, 08 Sep 2001 19:02:16 -0500
14816              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
14817      Branch: perl
14818            ! lib/CGI/t/carp.t
14819 ____________________________________________________________________________
14820 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
14821         Log: Documentation tweaks; think the IP address as an opaque string.
14822      Branch: perl
14823            ! ext/Socket/Socket.pm
14824 ____________________________________________________________________________
14825 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
14826         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
14827              From: Michael G Schwern <schwern@pobox.com>
14828              Date: Sat, 8 Sep 2001 19:45:46 -0400
14829              Message-ID: <20010908194546.C9193@blackrider>
14830      Branch: perl
14831            + lib/blib.t
14832            ! MANIFEST lib/blib.pm t/lib/1_compile.t
14833 ____________________________________________________________________________
14834 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
14835         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
14836              From: "chromatic" <chromatic@rmci.net>
14837              Date: Sat, 08 Sep 2001 12:31:44 -0600
14838              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
14839      Branch: perl
14840            + lib/CGI/t/fast.t
14841            ! MANIFEST
14842 ____________________________________________________________________________
14843 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
14844         Log: The Socket tests were wrong: they were assuming too much.
14845      Branch: perl
14846            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
14847 ____________________________________________________________________________
14848 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
14849         Log: Retract the portability changes since they
14850              seem to have opened a can of worms... will
14851              go back to UNICOS/mk and do the bare minimum
14852              required to get the tests working.
14853      Branch: perl
14854            ! ext/Socket/Socket.xs
14855 ____________________________________________________________________________
14856 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
14857         Log: PADOFFSET is used to cast pointers into integers,
14858              if pointers are 64 bits and U32 32 bits,
14859              bad things may happen, or at least warnings issued.
14860      Branch: perl
14861            ! op.h
14862 ____________________________________________________________________________
14863 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
14864         Log: Still more Socket portability tweaking.
14865              Now Socket.t seems to be happy in all of
14866              Linux/x86, Tru64/alpha, Solaris/sparc,
14867              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
14868              
14869              Addendum: it seems that io_multihomed, io_sock, and hostent
14870              were broken in little-endians (linux/x86 and tru64/alpha)
14871              because of this change.  Argh.
14872      Branch: perl
14873            ! ext/Socket/Socket.xs
14874 ____________________________________________________________________________
14875 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
14876         Log: More portability kicking on inet_ntoa().
14877      Branch: perl
14878            ! ext/Socket/Socket.xs
14879 ____________________________________________________________________________
14880 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
14881         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
14882              From: Michael G Schwern <schwern@pobox.com> 
14883              Date: Fri, 7 Sep 2001 23:06:51 -0400
14884              Message-ID: <20010907230651.R606@blackrider>
14885      Branch: perl
14886            + lib/ExtUtils/Manifest.t
14887            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
14888 ____________________________________________________________________________
14889 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
14890         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
14891              From: "chromatic" <chromatic@rmci.net>
14892              Date: Fri, 07 Sep 2001 17:53:15 -0600      
14893              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
14894      Branch: perl
14895            + lib/ExtUtils/testlib.t
14896            ! MANIFEST
14897 ____________________________________________________________________________
14898 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
14899         Log: Thinko.
14900      Branch: perl
14901            ! lib/integer.t
14902 ____________________________________________________________________________
14903 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
14904         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
14905              From: "Craig A. Berry" <craigberry@mac.com>
14906              Date: Fri, 07 Sep 2001 15:30:03 -0500
14907              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
14908      Branch: perl
14909            ! lib/CGI/Carp.pm
14910 ____________________________________________________________________________
14911 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
14912         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
14913              From: Michael G Schwern <schwern@pobox.com>
14914              Date: Fri, 7 Sep 2001 15:38:13 -0400
14915              Message-ID: <20010907153813.K606@blackrider>
14916      Branch: perl
14917            ! lib/ExtUtils/MM_Unix.pm
14918 ____________________________________________________________________________
14919 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
14920         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
14921              From: Robin Barker <rmb1@cise.npl.co.uk>
14922              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
14923              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
14924      Branch: perl
14925            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
14926 ____________________________________________________________________________
14927 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
14928         Log: Clean up 1_compile.t; move tests to more consistent
14929              places (t/ subdirectories); add integer.t (much of
14930              the pragma is tested elsewhere but there is no one
14931              centralized place)
14932      Branch: perl
14933            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
14934            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
14935            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
14936            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
14937            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
14938            - lib/File/Find/find.t lib/File/Find/taint.t
14939            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
14940 ____________________________________________________________________________
14941 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
14942         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
14943              From: "chromatic" <chromatic@rmci.net>
14944              Date: Fri, 07 Sep 2001 10:17:40 -0600
14945              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
14946      Branch: perl
14947            ! lib/File/Find/taint.t
14948 ____________________________________________________________________________
14949 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
14950         Log: Update Changes.
14951      Branch: perl
14952            ! Changes patchlevel.h
14953 ____________________________________________________________________________
14954 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
14955         Log: Rename the old threading tutorial, start a new one,
14956              regen toc.
14957      Branch: perl
14958            + pod/perlothrtut.pod
14959            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
14960            ! pod/perltoc.pod
14961 ____________________________________________________________________________
14962 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
14963         Log: vars very much has a test.
14964      Branch: perl
14965            ! t/lib/1_compile.t
14966 ____________________________________________________________________________
14967 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
14968         Log: Subject: Re: wince/perl.ico marked as binary
14969              From: Nicholas Clark <nick@ccl4.org>
14970              Date: Fri, 7 Sep 2001 13:54:40 +0100
14971              Message-ID: <20010907135439.D39150@plum.flirble.org>
14972              
14973              and wince/Makefile.ce change from Rainer Keuchel.
14974      Branch: perl
14975            + wince/makeico.pl
14976            ! MANIFEST wince/Makefile.ce
14977 ____________________________________________________________________________
14978 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
14979         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
14980              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
14981              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
14982              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
14983      Branch: perl
14984            ! regexec.c
14985 ____________________________________________________________________________
14986 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
14987         Log: (Replaced by #11934)
14988              Subject: Re: [PATCH regexec.c] more general .* and .*?
14989              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
14990              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
14991              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
14992      Branch: perl
14993            ! regexec.c
14994 ____________________________________________________________________________
14995 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
14996         Log: The #11931 patching misbehaved.
14997      Branch: perl
14998            ! lib/Test/Harness/t/test-harness.t
14999 ____________________________________________________________________________
15000 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
15001         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
15002              From: Michael G Schwern <schwern@pobox.com>
15003              Date: Fri, 7 Sep 2001 03:30:41 -0400
15004              Message-ID: <20010907033041.A2796@blackrider>
15005      Branch: perl
15006            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
15007            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
15008            + t/lib/sample-tests/header_at_end_fail
15009            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
15010            - lib/Test/Harness.t
15011            ! MANIFEST lib/Test/Harness.pm t/TEST
15012 ____________________________________________________________________________
15013 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
15014         Log: Subject: [PATCH] Digest::MD5 update
15015              From: Gisle Aas <gisle@ActiveState.com>
15016              Date: 06 Sep 2001 23:32:56 -0700
15017              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
15018      Branch: perl
15019            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
15020            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
15021 ____________________________________________________________________________
15022 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
15023         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
15024              From: "chromatic" <chromatic@rmci.net>
15025              Date: Thu, 06 Sep 2001 23:11:44 -0600
15026              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
15027      Branch: perl
15028            + lib/less.t
15029            ! MANIFEST t/lib/1_compile.t
15030 ____________________________________________________________________________
15031 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
15032         Log: The binary file must somehow differently stored.
15033      Branch: perl
15034            - wince/perl.ico
15035            ! MANIFEST
15036 ____________________________________________________________________________
15037 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
15038         Log: Add more modules to the list of modules that have tests,
15039              Schwern's wallet is getting more nervous.
15040              (Run t/lib/1_compile.t manually to see which modules
15041              are lacking tests, or the tests can't be run for some
15042              reason or another, such as the Net:: modules)
15043      Branch: perl
15044            ! t/lib/1_compile.t
15045 ____________________________________________________________________________
15046 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
15047         Log: Try to make Socket::inet_ntoa() more robust.
15048      Branch: perl
15049            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
15050 ____________________________________________________________________________
15051 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
15052         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
15053              From: chromatic <chromatic@rmci.net>       
15054              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
15055              Message-Id: <01090522580506.19590@firewheel>           
15056      Branch: perl
15057            ! lib/English.t
15058 ____________________________________________________________________________
15059 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
15060         Log: Subject: Re: perlvar manpage and localizing special vars
15061              From: Stas Bekman <stas@stason.org>
15062              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
15063              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
15064      Branch: perl
15065            ! pod/perlvar.pod
15066 ____________________________________________________________________________
15067 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
15068         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
15069              From: Robin Barker <rmb1@cise.npl.co.uk>
15070              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
15071              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
15072      Branch: perl
15073            ! lib/ExtUtils/MakeMaker.pm
15074 ____________________________________________________________________________
15075 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
15076         Log: Symbol missing; AIX unhappy.
15077      Branch: perl
15078            ! makedef.pl
15079 ____________________________________________________________________________
15080 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
15081         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
15082              Reported in 5.61, seems to work okay in blead.
15083      Branch: perl
15084            ! t/run/kill_perl.t
15085 ____________________________________________________________________________
15086 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
15087         Log: Update Changes.
15088      Branch: perl
15089            ! Changes patchlevel.h
15090 ____________________________________________________________________________
15091 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
15092         Log: Document the bad assumptions currently breaking
15093              the Socket.t tests 10, 11, and 13 in UNICOS.
15094      Branch: perl
15095            ! ext/Socket/Socket.xs
15096 ____________________________________________________________________________
15097 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
15098         Log: Subject: [PATCH x2p] make OPTIMIZE=...
15099              From: Robin Barker <rmb1@cise.npl.co.uk>
15100              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
15101              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
15102      Branch: perl
15103            ! x2p/Makefile.SH x2p/cflags.SH
15104 ____________________________________________________________________________
15105 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
15106         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
15107              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
15108              Date: Thu, 6 Sep 2001 11:09:40 +0100
15109              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
15110              
15111              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
15112              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
15113              Date: 6 Sep 2001 10:14:38 -0000
15114              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
15115      Branch: perl
15116            ! pod/perlfaq1.pod pod/perlhack.pod
15117 ____________________________________________________________________________
15118 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
15119         Log: Subject: Extra NUL is Data::Dumper output - patch
15120              From: Tony Cook <tony@develop-help.com>
15121              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
15122              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
15123      Branch: perl
15124            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
15125 ____________________________________________________________________________
15126 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
15127         Log: Avoid redefinition warning
15128              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
15129              from
15130              perl -w -Ilib -MCwd -e ''
15131      Branch: perl
15132            ! lib/Cwd.pm
15133 ____________________________________________________________________________
15134 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
15135         Log: Update the is_tainted() example implementation.
15136      Branch: perl
15137            ! pod/perlsec.pod
15138 ____________________________________________________________________________
15139 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
15140         Log: Missing) in #11912.
15141      Branch: perl
15142            ! lib/Test/Simple/t/fail.t
15143 ____________________________________________________________________________
15144 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
15145         Log: Rewhack Test-Simple into core harness.
15146      Branch: perl
15147            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
15148            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
15149            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
15150            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
15151            ! lib/Test/Simple/t/skipall.t
15152 ____________________________________________________________________________
15153 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
15154         Log: Workaround for the new Exporter 'feature'.
15155      Branch: perl
15156            ! lib/Test/More.pm
15157 ____________________________________________________________________________
15158 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
15159         Log: Re-introduce pure-Perl fall-back for abs_path,
15160              re-introduce #11898.
15161      Branch: perl
15162            ! lib/Cwd.pm lib/File/Find.pm
15163 ____________________________________________________________________________
15164 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
15165         Log: More tests.
15166      Branch: perl
15167            ! lib/Exporter.t
15168 ____________________________________________________________________________
15169 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
15170         Log: Retract #11898 for now because it introduces
15171              a rather nasty depencency: when B is being built,
15172              MakeMaker is used.  MakeMaker uses File::Find.
15173              File::Find uses Cwd::getcwd()...which doesn't
15174              exist yet.
15175      Branch: perl
15176            ! lib/File/Find.pm
15177 ____________________________________________________________________________
15178 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
15179         Log: New test welcome.
15180      Branch: perl
15181            + lib/Test/Simple/t/simple.t
15182 ____________________________________________________________________________
15183 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
15184         Log: Old test begone.
15185      Branch: perl
15186            - lib/Attribute/Handlers/test.pl
15187 ____________________________________________________________________________
15188 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
15189         Log: Test-Simple syncup from Schwern.
15190      Branch: perl
15191            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
15192            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
15193            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
15194            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
15195            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
15196            - lib/Test/More/Changes lib/Test/More/t/More.t
15197            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
15198            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
15199            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
15200            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
15201            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
15202            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
15203            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
15204            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
15205            ! t/lib/Test/Simple/sample_tests/death.plx
15206            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
15207            ! t/lib/Test/Simple/sample_tests/extras.plx
15208            ! t/lib/Test/Simple/sample_tests/five_fail.plx
15209            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
15210            ! t/lib/Test/Simple/sample_tests/one_fail.plx
15211            ! t/lib/Test/Simple/sample_tests/require.plx
15212            ! t/lib/Test/Simple/sample_tests/success.plx
15213            ! t/lib/Test/Simple/sample_tests/too_few.plx
15214            ! t/lib/Test/Simple/sample_tests/two_fail.plx
15215 ____________________________________________________________________________
15216 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
15217         Log: Integrate File::Find changes from bleadperl
15218      Branch: maint-5.6/macperl
15219            ! lib/File/Find.pm t/lib/filefind-taint.t
15220 ____________________________________________________________________________
15221 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
15222         Log: Integrate 11847 from maint-5.6/perl
15223      Branch: maint-5.6/macperl
15224           !> sv.c
15225 ____________________________________________________________________________
15226 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
15227         Log: In UNICOS division yada yada.
15228      Branch: perl
15229            ! t/op/override.t
15230 ____________________________________________________________________________
15231 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
15232         Log: In UNICOS division is really lossy, better use
15233              a tolerance test.
15234      Branch: perl
15235            ! ext/Time/HiRes/HiRes.t
15236 ____________________________________________________________________________
15237 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
15238         Log: In UNICOS sigaction() sets an extra flag
15239              ("the signal has been registered for all the processes in
15240              a multitasking group.")
15241      Branch: perl
15242            ! ext/POSIX/sigaction.t
15243 ____________________________________________________________________________
15244 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
15245         Log: Documentation micropatch from Damian.
15246      Branch: perl
15247            ! lib/Attribute/Handlers.pm
15248 ____________________________________________________________________________
15249 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
15250         Log: (Retracted by #11908)
15251              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
15252              From: Michael G Schwern <schwern@pobox.com>
15253              Date: Wed, 5 Sep 2001 15:58:21 -0400
15254              Message-ID: <20010905155821.I632@blackrider>
15255      Branch: perl
15256            ! lib/File/Find.pm lib/File/Find/taint.t
15257 ____________________________________________________________________________
15258 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
15259         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
15260              From: Michael G Schwern <schwern@pobox.com>
15261              Date: Wed, 5 Sep 2001 19:16:31 -0400
15262              Message-ID: <20010905191631.E11386@blackrider>
15263      Branch: perl
15264            + lib/CGI/t/carp.t
15265            ! MANIFEST
15266 ____________________________________________________________________________
15267 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
15268         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
15269              From: chromatic <chromatic@rmci.net>
15270              Date: Wed, 5 Sep 2001 18:08:07 -0600
15271              Message-Id: <01090518080700.19590@firewheel>
15272      Branch: perl
15273            ! lib/English.pm
15274 ____________________________________________________________________________
15275 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
15276         Log: Fix a typo #11889 and add a test for the same.
15277      Branch: perl
15278            ! ext/Socket/Socket.t ext/Socket/Socket.xs
15279 ____________________________________________________________________________
15280 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
15281         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
15282              From: "Craig A. Berry" <craigberry@mac.com>
15283              Date: Wed, 05 Sep 2001 17:48:54 -0500
15284              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
15285      Branch: perl
15286            ! lib/warnings.t t/run/kill_perl.t
15287 ____________________________________________________________________________
15288 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
15289         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
15290              From: Michael G Schwern <schwern@pobox.com>
15291              Date: Wed, 5 Sep 2001 17:22:25 -0400
15292              Message-ID: <20010905172225.C11386@blackrider>
15293      Branch: perl
15294            ! t/run/kill_perl.t
15295 ____________________________________________________________________________
15296 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
15297         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
15298              From: Nicholas Clark <nick@ccl4.org>
15299              Date: Wed, 5 Sep 2001 20:54:24 +0100
15300              Message-ID: <20010905205424.C25120@plum.flirble.org>
15301      Branch: perl
15302            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
15303 ____________________________________________________________________________
15304 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
15305         Log: Forgotten thing.
15306      Branch: perl
15307            ! uconfig.h
15308 ____________________________________________________________________________
15309 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
15310         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
15311              From: chromatic <chromatic@rmci.net>               
15312              Date: Wed, 5 Sep 2001 13:22:08 -0600
15313              Message-Id: <01090513220807.10587@firewheel> 
15314      Branch: perl
15315            ! lib/English.pm
15316 ____________________________________________________________________________
15317 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
15318         Log: inet_ntoa() tweaks:
15319              - don't allow addresses with > 255 characters
15320              - indent the HP-UX workaround
15321              - don't leak memory
15322      Branch: perl
15323            ! ext/Socket/Socket.xs
15324 ____________________________________________________________________________
15325 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
15326         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
15327              <xwu@theeducationcenter.com>
15328      Branch: perl
15329            ! lib/File/Find.pm
15330 ____________________________________________________________________________
15331 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
15332         Log: Typo nits.
15333      Branch: perl
15334            ! lib/File/Find.pm
15335 ____________________________________________________________________________
15336 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
15337         Log: -Wall nit.
15338      Branch: perl
15339            ! op.c
15340 ____________________________________________________________________________
15341 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
15342         Log: Update to Scalar-List-Utils 1.05
15343      Branch: perl
15344            ! ext/List/Util/ChangeLog ext/List/Util/README
15345            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
15346 ____________________________________________________________________________
15347 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
15348         Log: Update Changes.
15349      Branch: perl
15350            ! Changes patchlevel.h
15351 ____________________________________________________________________________
15352 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
15353         Log: Update to Scalar-List-Utils 1.04
15354      Branch: perl
15355            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
15356            ! ext/List/Util/lib/List/Util.pm
15357            ! ext/List/Util/lib/Scalar/Util.pm
15358 ____________________________________________________________________________
15359 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
15360         Log: Metaconfigify #11724.
15361      Branch: metaconfig
15362            ! U/threads/archname.U
15363 ____________________________________________________________________________
15364 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
15365         Log: The MacOS reference is okay, no reason to hide it.
15366      Branch: perl
15367            ! lib/Cwd.pm
15368 ____________________________________________________________________________
15369 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
15370         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
15371              From: Michael G Schwern <schwern@pobox.com>
15372              Date: Tue, 4 Sep 2001 15:30:10 -0400
15373              Message-ID: <20010904153010.H26466@blackrider> 
15374              
15375              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
15376      Branch: perl
15377            ! ext/Cwd/Makefile.PL lib/Cwd.pm
15378 ____________________________________________________________________________
15379 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
15380         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.))
15381              From: Michael G Schwern <schwern@pobox.com>
15382              Date: Tue, 4 Sep 2001 17:39:13 -0400
15383              Message-ID: <20010904173913.C626@blackrider>
15384      Branch: perl
15385            ! lib/Cwd.pm
15386 ____________________________________________________________________________
15387 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
15388         Log: Subject: Re: Perl_pp_* in public API?
15389              From: "Craig A. Berry" <craigberry@mac.com>
15390              Date: Tue, 4 Sep 2001 21:51:29 -0500
15391              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
15392      Branch: perl
15393            ! ext/List/Util/Util.xs
15394 ____________________________________________________________________________
15395 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
15396         Log: From Damian: Class::Struct was unable to define
15397              recursive classes.  After the patch an object reference
15398              (rather than a hash) is required to initialize
15399              an object attribute.  If no such initializer is given to
15400              the constructor, object attributes are now default
15401              initialized to C<undef>.
15402      Branch: perl
15403            ! lib/Class/Struct.pm lib/Class/Struct.t
15404 ____________________________________________________________________________
15405 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
15406         Log: Subject: Re: sv_catpvfn and sv_setpvfn
15407              From: Richard Soderberg <rs@oregonnet.com>
15408              Date: Tue, 4 Sep 2001 15:16:47 -0700
15409              Message-Id: <200109042216.PAA17858@oregonnet.com>
15410      Branch: perl
15411            ! pod/perlclib.pod pod/perlguts.pod
15412 ____________________________________________________________________________
15413 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
15414         Log: NetWare updates from Ananth Kesari.
15415      Branch: perl
15416            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
15417            ! NetWare/nw5thread.h
15418 ____________________________________________________________________________
15419 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
15420         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?))
15421              From: Nicholas Clark <nick@ccl4.org>
15422              Date: Tue, 4 Sep 2001 22:42:50 +0100
15423              Message-ID: <20010904224250.P25120@plum.flirble.org>
15424      Branch: perl
15425            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
15426            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
15427            ! t/op/oct.t toke.c
15428 ____________________________________________________________________________
15429 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
15430         Log: Fix Cwd::getcwd() not being tainted, as noticed
15431              by Schwern.
15432      Branch: perl
15433            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
15434            - ext/Cwd/Cwd.t
15435            ! MANIFEST ext/Cwd/Cwd.xs util.c
15436 ____________________________________________________________________________
15437 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
15438         Log: Retract #11870 and volatilize the right destruct_level.
15439              Silly thinko pointed out by Sarathy.
15440      Branch: perl
15441            ! intrpvar.h perl.c
15442 ____________________________________________________________________________
15443 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
15444         Log: At least a temporary fix for the mysterious scope core dumps
15445              in Tru64 from Graham.
15446      Branch: perl
15447            ! ext/List/Util/Util.xs
15448 ____________________________________________________________________________
15449 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
15450         Log: (Retracted by #11872)
15451      Branch: perl
15452            ! intrpvar.h
15453 ____________________________________________________________________________
15454 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
15455         Log: Quench a -Wall gripe noticed by Robin Barker.
15456      Branch: perl
15457            ! op.c
15458 ____________________________________________________________________________
15459 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
15460         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
15461              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
15462              Date: Wed, 05 Sep 2001 02:01:32 +0900
15463              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
15464      Branch: perl
15465            ! lib/Unicode/UCD.pm
15466 ____________________________________________________________________________
15467 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
15468         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
15469              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
15470              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
15471              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
15472      Branch: perl
15473            ! gv.c
15474 ____________________________________________________________________________
15475 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
15476         Log: Update Changes.
15477      Branch: perl
15478            ! Changes patchlevel.h
15479 ____________________________________________________________________________
15480 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
15481         Log: Add the \[$@%&*] prototype support.
15482      Branch: perl
15483            ! op.c pod/perlsub.pod t/comp/proto.t
15484 ____________________________________________________________________________
15485 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
15486         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
15487              From: Michael G Schwern <schwern@pobox.com>
15488              Date: Mon, 3 Sep 2001 18:59:01 -0400
15489              Message-ID: <20010903185901.Z9233@blackrider>
15490      Branch: perl
15491            ! lib/CGI/t/form.t
15492 ____________________________________________________________________________
15493 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
15494         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
15495              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
15496              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
15497              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
15498      Branch: perl
15499            ! gv.c
15500 ____________________________________________________________________________
15501 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
15502         Log: More srand entry tweakage based on Randal's suggestion.
15503      Branch: perl
15504            ! pod/perlfunc.pod
15505 ____________________________________________________________________________
15506 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
15507         Log: Subject: [PATCH] 'main' *is* a reserved word
15508              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15509              Date: Mon, 3 Sep 2001 22:55:41 +0200
15510              Message-ID: <20010903225541.A24097@rafael>
15511      Branch: perl
15512            ! toke.c
15513 ____________________________________________________________________________
15514 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
15515         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
15516              From: Peter Prymmer <pvhp@best.com>
15517              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
15518              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
15519      Branch: perl
15520            ! README.vms configure.com
15521 ____________________________________________________________________________
15522 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
15523         Log: Subject: Re: A slightly better default seed?   
15524              From: Michael G Schwern <schwern@pobox.com>
15525              Date: Mon, 3 Sep 2001 18:08:15 -0400 
15526              Message-ID: <20010903180815.W9233@blackrider>
15527      Branch: perl
15528            ! t/op/srand.t
15529 ____________________________________________________________________________
15530 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
15531         Log: Add sharedsv.o to microperl object files.
15532      Branch: perl
15533            ! Makefile.micro
15534 ____________________________________________________________________________
15535 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
15536         Log: AUTHORS updates and
15537              
15538              Subject: [PATCH] Just some preening :-)        
15539              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
15540              Date: Tue, 4 Sep 2001 14:16:59 +0100
15541              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
15542      Branch: perl
15543            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
15544 ____________________________________________________________________________
15545 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
15546         Log: Typo fix and slight rewording.
15547      Branch: perl
15548            ! pod/perlfunc.pod
15549 ____________________________________________________________________________
15550 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
15551         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
15552      Branch: perl
15553            ! pod/perlfaq4.pod
15554 ____________________________________________________________________________
15555 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
15556         Log: The helper file changed name.
15557      Branch: perl
15558            ! MANIFEST
15559 ____________________________________________________________________________
15560 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
15561         Log: Update to Scalar-List-Utils 1.03
15562      Branch: perl
15563            + ext/List/Util/t/shuffle.t
15564            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
15565            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
15566            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
15567            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
15568            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
15569            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
15570            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
15571            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
15572 ____________________________________________________________________________
15573 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
15574         Log: Make crypt() do something more sane for Unicode
15575              (take crypt() of the low eight bits of the characters,
15576              instead of taking crypt() of the UTF-8 of the scalar);
15577              add a test for crypt().
15578      Branch: perl
15579            + t/op/crypt.t
15580            ! MANIFEST pod/perlfunc.pod pp.c
15581 ____________________________________________________________________________
15582 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
15583         Log: Reorganize the srand entry.
15584      Branch: perl
15585            ! pod/perlfunc.pod
15586 ____________________________________________________________________________
15587 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
15588         Log: Remove the tests that assume something about
15589              calling srand() without arguments multiple times.
15590      Branch: perl
15591            ! t/op/srand.t
15592 ____________________________________________________________________________
15593 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
15594         Log: Upgrade to Math::BigInt 1.42.
15595      Branch: perl
15596            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
15597            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
15598            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
15599            ! lib/Math/BigInt/t/mbimbf.t
15600 ____________________________________________________________________________
15601 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
15602         Log: integrate change#11847 from maint-5.6
15603              
15604              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
15605      Branch: perl
15606            ! sv.c
15607 ____________________________________________________________________________
15608 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
15609         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
15610      Branch: maint-5.6/perl
15611            ! sv.c
15612 ____________________________________________________________________________
15613 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
15614         Log: As far as I can tell these functions have been Unicodified.
15615      Branch: perl
15616            ! doop.c
15617 ____________________________________________________________________________
15618 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
15619         Log: Update to Storable 1.0.13.
15620      Branch: perl
15621            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
15622            ! ext/Storable/Storable.xs
15623 ____________________________________________________________________________
15624 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
15625         Log: Patch the Filter::Simple test to work with
15626              the core test suite (since the FilterTest.pm
15627              is in t/lib, not in lib).
15628      Branch: perl
15629            ! lib/Filter/Simple/t/filter.t
15630 ____________________________________________________________________________
15631 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
15632         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
15633      Branch: perl
15634            + t/lib/FilterTest.pm
15635            - t/lib/MyFilter.pm
15636 ____________________________________________________________________________
15637 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
15638         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
15639              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
15640              Text::Balanced 1.86.
15641      Branch: perl
15642            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
15643            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
15644            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
15645            + lib/Switch/t/nested.t lib/Switch/t/switch.t
15646            + lib/Text/Balanced/Changes lib/Text/Balanced/README
15647            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
15648            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
15649            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
15650            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
15651            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
15652            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
15653            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
15654            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
15655            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
15656            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
15657            ! MANIFEST lib/Attribute/Handlers.pm
15658            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
15659            ! lib/Attribute/Handlers/demo/Demo.pm
15660            ! lib/Attribute/Handlers/demo/Descriptions.pm
15661            ! lib/Attribute/Handlers/demo/MyClass.pm
15662            ! lib/Attribute/Handlers/demo/demo.pl
15663            ! lib/Attribute/Handlers/demo/demo2.pl
15664            ! lib/Attribute/Handlers/demo/demo3.pl
15665            ! lib/Attribute/Handlers/demo/demo4.pl
15666            ! lib/Attribute/Handlers/demo/demo_call.pl
15667            ! lib/Attribute/Handlers/demo/demo_chain.pl
15668            ! lib/Attribute/Handlers/demo/demo_cycle.pl
15669            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
15670            ! lib/Attribute/Handlers/demo/demo_phases.pl
15671            ! lib/Attribute/Handlers/demo/demo_range.pl
15672            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
15673            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
15674            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
15675            ! lib/Text/Balanced.pm
15676 ____________________________________________________________________________
15677 [ 11841] By: sky                                   on 2001/09/03  11:04:15
15678         Log: Forgot to add a file with Change #11840
15679      Branch: perl
15680            + t/op/srand.t
15681 ____________________________________________________________________________
15682 [ 11840] By: sky                                   on 2001/09/03  11:02:04
15683         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
15684              From: Michael G Schwern <schwern@pobox.com>
15685              Date: Mon, 3 Sep 2001 07:43:00 -0400
15686              Message-ID: <20010903074300.E9233@blackrider>
15687      Branch: perl
15688            ! MANIFEST pod/perlfunc.pod t/op/rand.t
15689 ____________________________________________________________________________
15690 [ 11839] By: sky                                   on 2001/09/03  10:47:11
15691         Log: Document the changes with regards to running of END blocks.
15692              And DESTROY on global objects are called in perl_destruct()!
15693      Branch: perl
15694            ! pod/perl572delta.pod pod/perlembed.pod
15695 ____________________________________________________________________________
15696 [ 11838] By: sky                                   on 2001/09/03  09:34:44
15697         Log: Subject: [PATCH t/op/time.t] Partial cleanup
15698              From: Michael G Schwern <schwern@pobox.com>
15699              Date: Mon, 3 Sep 2001 06:29:42 -0400
15700              Message-ID: <20010903062942.C9233@blackrider>
15701      Branch: perl
15702            ! t/op/time.t
15703 ____________________________________________________________________________
15704 [ 11837] By: sky                                   on 2001/09/03  09:30:02
15705         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
15706              From: Michael G Schwern <schwern@pobox.com>
15707              Date: Mon, 3 Sep 2001 06:24:13 -0400
15708              Message-ID: <20010903062413.B9233@blackrider>
15709      Branch: perl
15710            ! t/op/rand.t
15711 ____________________________________________________________________________
15712 [ 11836] By: sky                                   on 2001/09/03  07:56:47
15713         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
15714              From: Michael G Schwern <schwern@pobox.com>
15715              Date: Sun, 2 Sep 2001 21:38:43 -0400
15716              Message-ID: <20010902213843.L2711@blackrider>
15717      Branch: perl
15718            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
15719            ! MANIFEST
15720 ____________________________________________________________________________
15721 [ 11835] By: nick                                  on 2001/09/03  06:20:06
15722         Log: Integrate mainline
15723      Branch: perlio
15724           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
15725            - t/op/misc.t
15726           !> (integrate 187 files)
15727 ____________________________________________________________________________
15728 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
15729         Log: Update Changes.
15730      Branch: perl
15731            ! Changes patchlevel.h
15732 ____________________________________________________________________________
15733 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
15734         Log: Slight tweaks.
15735      Branch: perl
15736            ! t/run/kill_perl.t
15737 ____________________________________________________________________________
15738 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
15739         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
15740      Branch: perl
15741            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
15742 ____________________________________________________________________________
15743 [ 11831] By: sky                                   on 2001/09/02  12:10:42
15744         Log: Change #11828 wasn't complete, this updates to intest path
15745      Branch: perl
15746            ! t/run/kill_perl.t
15747 ____________________________________________________________________________
15748 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
15749         Log: 's's's.
15750      Branch: perl
15751            ! Changes
15752 ____________________________________________________________________________
15753 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
15754         Log: Update Changes.
15755      Branch: perl
15756            ! Changes patchlevel.h
15757 ____________________________________________________________________________
15758 [ 11828] By: sky                                   on 2001/09/02  11:53:56
15759         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
15760              From: Michael G Schwern <schwern@pobox.com>
15761              Date: Sat, 1 Sep 2001 20:18:58 -0400
15762              Message-ID: <20010901201858.X606@blackrider>
15763              +MANIFEST Fix
15764      Branch: perl
15765            + t/run/kill_perl.t
15766            - t/op/misc.t t/run/segfault.t
15767            ! MANIFEST
15768 ____________________________________________________________________________
15769 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
15770         Log: Subject: [PATCH] lib/Time/Local.pm
15771              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
15772              Date: Sun, 2 Sep 2001 06:50:01 -0500
15773              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
15774      Branch: perl
15775            ! lib/Time/Local.pm
15776 ____________________________________________________________________________
15777 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
15778         Log: Tick off Unicode collation and the normalization from
15779              the todo list.
15780      Branch: perl
15781            ! pod/perltodo.pod
15782 ____________________________________________________________________________
15783 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
15784         Log: Update to Unicode 3.1.1.
15785      Branch: perl
15786            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
15787            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
15788            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
15789            ! lib/unicore/PropList.txt lib/unicore/README.perl
15790            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
15791            ! lib/unicore/rename lib/unicore/version
15792 ____________________________________________________________________________
15793 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
15794         Log: Slight doc tweaks for the module.
15795      Branch: perl
15796            ! lib/Unicode/UCD.pm
15797 ____________________________________________________________________________
15798 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
15799         Log: Rename the variable: it *used* to be (wrongly) that the
15800              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
15801              but that is no more the case: PL_reg_match_utf8 is better.
15802      Branch: perl
15803            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
15804            ! regexec.c sv.c thrdvar.h
15805 ____________________________________________________________________________
15806 [ 11822] By: ams                                   on 2001/09/02  02:54:50
15807         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
15808              From: Ilmari Karonen <iltzu@sci.fi>
15809              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
15810              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
15811              (op/sub_lval.t updated to take new error message into account.)
15812      Branch: perl
15813            ! op.c t/op/sub_lval.t
15814 ____________________________________________________________________________
15815 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
15816         Log: remove stray CRs in files; keep all files with UNIX line-ends
15817              (Porting/makerel adds CRs to the files that need it in the
15818              distribution)
15819      Branch: perl
15820            ! NetWare/t/NWScripts.pl README.dos
15821            ! ext/Encode/Encode/cns11643-1.enc
15822            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
15823            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
15824 ____________________________________________________________________________
15825 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
15826         Log: some remnants of change#11803
15827      Branch: perl
15828            ! ext/ByteLoader/byterun.h perl.h
15829 ____________________________________________________________________________
15830 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
15831         Log: Update to Unicode::Collate 0.08.
15832      Branch: perl
15833            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
15834            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
15835 ____________________________________________________________________________
15836 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
15837         Log: Test tweaks.
15838      Branch: perl
15839            ! t/op/pat.t
15840 ____________________________________________________________________________
15841 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
15842         Log: Fix test
15843      Branch: maint-5.6/macperl
15844            ! t/lib/b.t
15845 ____________________________________________________________________________
15846 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
15847         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
15848              warnings in Config.pm with -W; increase default and
15849              minimum RAM; bump version number.
15850      Branch: maint-5.6/macperl
15851            + macos/lib/Mac/LowMem.pm
15852            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
15853            ! macos/configpm macos/macperl/MacPerl.r
15854 ____________________________________________________________________________
15855 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
15856         Log: Make syntax check report in MPW style, fix tests
15857              to use Mac::err=unix to get normal-style error
15858              messages.
15859      Branch: maint-5.6/macperl
15860            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
15861            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
15862 ____________________________________________________________________________
15863 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
15864         Log: Make MPW-style errors optional (but the default); add
15865              MacPerl::ErrorFormat() function and Mac::err pragma
15866      Branch: maint-5.6/macperl
15867            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
15868            + macos/ext/Mac/err/err.xs
15869            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
15870            ! macos/macish.c macos/macish.h macos/macperl.sym
15871 ____________________________________________________________________________
15872 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
15873         Log: More module and test ports from Thomas Wegner et al
15874      Branch: maint-5.6/macperl
15875            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
15876            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
15877            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
15878            ! t/op/magic.t
15879 ____________________________________________________________________________
15880 [ 11812] By: sky                                   on 2001/09/01  17:19:30
15881         Log: Subject: [PATCH t/op/concat.t] cleanup
15882              From: Michael G Schwern <schwern@pobox.com>
15883              Date: Sat, 1 Sep 2001 14:06:28 -0400
15884              Message-ID: <20010901140628.C606@blackrider>
15885      Branch: perl
15886            ! t/op/concat.t
15887 ____________________________________________________________________________
15888 [ 11811] By: sky                                   on 2001/09/01  12:25:29
15889         Log: Change #11805 didn't update the MANIFEST
15890      Branch: perl
15891            ! MANIFEST
15892 ____________________________________________________________________________
15893 [ 11810] By: sky                                   on 2001/09/01  11:52:44
15894         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
15895              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15896              Date: Sat, 1 Sep 2001 14:50:14 +0200
15897              Message-ID: <20010901145014.A691@rafael>
15898      Branch: perl
15899            ! t/op/inccode.t
15900 ____________________________________________________________________________
15901 [ 11809] By: sky                                   on 2001/09/01  11:49:22
15902         Log: Subject: PATCH: ExtUtils::MakeMaker
15903              From: Tony Bowden <tony@kasei.com>
15904              Date: Sat, 1 Sep 2001 10:33:53 +0100
15905              Message-ID: <20010901103353.A13863@soto.kasei.com>
15906              Manually applied
15907      Branch: perl
15908            ! lib/ExtUtils/MakeMaker.pm
15909 ____________________________________________________________________________
15910 [ 11808] By: sky                                   on 2001/09/01  11:39:13
15911         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
15912              From: mike808@users.sourceforge.net
15913              Date: Sat, 1 Sep 101 11:27:50 GMT
15914              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
15915              With little tweak
15916      Branch: perl
15917            ! lib/Term/Cap.pm
15918 ____________________________________________________________________________
15919 [ 11807] By: ams                                   on 2001/09/01  11:31:16
15920         Log: Subject: oct() and hex()
15921              From: Nicholas Clark <nick@ccl4.org>
15922              Date: Fri, 31 Aug 2001 23:14:13 +0100
15923              Message-Id: <20010831231413.J4950@plum.flirble.org>
15924      Branch: perl
15925            ! pod/perlclib.pod
15926 ____________________________________________________________________________
15927 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
15928         Log: Integrate change 11801 from maintperl
15929      Branch: maint-5.6/macperl
15930            ! perl.c
15931 ____________________________________________________________________________
15932 [ 11805] By: sky                                   on 2001/08/31  21:35:10
15933         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
15934              From: Michael G Schwern <schwern@pobox.com>
15935              Date: Fri, 31 Aug 2001 15:36:28 -0400
15936              Message-ID: <20010831153628.B598@blackrider>
15937              Check for things which used to segfault
15938      Branch: perl
15939            + t/run/segfault.t
15940 ____________________________________________________________________________
15941 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
15942         Log: integrate change#11801 from maint-5.6
15943              
15944              remove age-old UNICOS "workaround" that introduces a static, and
15945              hence an egregious race condition for threaded builds (*sigh*
15946              beats me why this kludge wasn't guarded by a UNICOS-specific
15947              #define *sigh*)
15948      Branch: perl
15949            ! perl.c
15950 ____________________________________________________________________________
15951 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
15952         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
15953              working in 5.7.x
15954      Branch: perl
15955            - objXSUB.h
15956            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
15957            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
15958            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
15959            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
15960            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
15961            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
15962            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
15963            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
15964            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
15965            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
15966            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
15967            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
15968            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
15969            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
15970            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
15971            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
15972            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
15973            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
15974            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
15975            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
15976            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
15977            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
15978 ____________________________________________________________________________
15979 [ 11802] By: ams                                   on 2001/08/31  18:11:32
15980         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
15981              From: "Philip Newton" <Philip.Newton@gmx.net>
15982              Date: Fri, 31 Aug 2001 21:12:56 +0200
15983              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
15984      Branch: perl
15985            ! pod/perldiag.pod
15986 ____________________________________________________________________________
15987 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
15988         Log: remove age-old UNICOS "workaround" that introduces a static, and
15989              hence an egregious race condition for threaded builds (*sigh*
15990              beats me why this kludge wasn't guarded by a UNICOS-specific
15991              #define *sigh*)
15992      Branch: maint-5.6/perl
15993            ! perl.c
15994 ____________________________________________________________________________
15995 [ 11800] By: sky                                   on 2001/08/31  17:30:26
15996         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
15997              Might break on platforms where bool is larger than 8 bites ???
15998      Branch: perl
15999            ! regcomp.c
16000 ____________________________________________________________________________
16001 [ 11799] By: ams                                   on 2001/08/31  12:15:44
16002         Log: Integrate 11778 into mainline.
16003      Branch: perl
16004            ! t/base/term.t
16005 ____________________________________________________________________________
16006 [ 11798] By: sky                                   on 2001/08/31  11:31:44
16007         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
16008              supposed to happen.
16009      Branch: perl
16010            ! regcomp.c
16011 ____________________________________________________________________________
16012 [ 11797] By: sky                                   on 2001/08/31  11:28:17
16013         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
16014              From: "John P. Linderman" <jpl@research.att.com>
16015              Date: Fri, 31 Aug 2001 08:20:35 -0400
16016              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
16017              Fixes test 14 which could fail randomly in rare cases.
16018      Branch: perl
16019            ! ext/Time/HiRes/HiRes.t regcomp.c
16020 ____________________________________________________________________________
16021 [ 11796] By: ams                                   on 2001/08/31  01:13:07
16022         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
16023              From: Nicholas Clark <nick@ccl4.org>
16024              Date: Thu, 30 Aug 2001 23:21:50 +0100
16025              Message-Id: <20010830232150.D4950@plum.flirble.org>
16026      Branch: perl
16027            ! ext/Sys/Syslog/Makefile.PL
16028 ____________________________________________________________________________
16029 [ 11795] By: ams                                   on 2001/08/30  23:53:23
16030         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
16031              patching example
16032              From: Michael G Schwern <schwern@pobox.com>
16033              Date: Thu, 30 Aug 2001 17:02:08 -0400
16034              Message-Id: <20010830170208.M2318@blackrider>
16035      Branch: perl
16036            ! pod/perlhack.pod
16037 ____________________________________________________________________________
16038 [ 11794] By: ams                                   on 2001/08/30  19:35:36
16039         Log: Subject: [PATCH] pp_modulo
16040              From: Nicholas Clark <nick@ccl4.org>
16041              Date: Thu, 30 Aug 2001 18:20:54 +0100
16042              Message-Id: <20010830182053.A4950@plum.flirble.org>
16043      Branch: perl
16044            ! pp.c t/op/64bitint.t
16045 ____________________________________________________________________________
16046 [ 11793] By: sky                                   on 2001/08/30  13:02:48
16047         Log: 11792 wasn't complete
16048      Branch: perl
16049            ! makedef.pl regcomp.c
16050 ____________________________________________________________________________
16051 [ 11792] By: sky                                   on 2001/08/30  12:21:11
16052         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
16053      Branch: perl
16054            ! makedef.pl
16055 ____________________________________________________________________________
16056 [ 11791] By: sky                                   on 2001/08/30  10:08:02
16057         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
16058      Branch: perl
16059            ! config_h.SH
16060 ____________________________________________________________________________
16061 [ 11790] By: sky                                   on 2001/08/30  08:22:31
16062         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
16063              on the pad. Fixes coredumps in cleanups introduced by
16064              Change 11755  
16065      Branch: perl
16066            ! op.c perl.c sv.h
16067 ____________________________________________________________________________
16068 [ 11789] By: sky                                   on 2001/08/29  19:01:47
16069         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
16070              This is a replacement implmentation that works on HPUX.
16071              This bug should probably be fixed in GCC.
16072      Branch: perl
16073            ! ext/Socket/Socket.xs
16074 ____________________________________________________________________________
16075 [ 11788] By: ams                                   on 2001/08/29  17:35:33
16076         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
16077              From: Nicholas Clark <nick@ccl4.org>
16078              Date: Wed, 29 Aug 2001 18:21:56 +0100
16079              Message-Id: <20010829182156.O4950@plum.flirble.org>
16080      Branch: perl
16081            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
16082 ____________________________________________________________________________
16083 [ 11787] By: sky                                   on 2001/08/29  10:42:54
16084         Log: Added test for pack_addr_in and unpack_addr_in
16085              Nitpik in test 10
16086      Branch: perl
16087            ! ext/Socket/Socket.t
16088 ____________________________________________________________________________
16089 [ 11786] By: sky                                   on 2001/08/29  10:28:14
16090         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
16091              Trying to catch errors on HP-UX
16092      Branch: perl
16093            ! ext/Socket/Socket.t
16094 ____________________________________________________________________________
16095 [ 11785] By: sky                                   on 2001/08/29  09:07:03
16096         Log: make sure USE_THREADS is defined so external apps work
16097      Branch: perl
16098            ! config_h.SH
16099 ____________________________________________________________________________
16100 [ 11784] By: sky                                   on 2001/08/29  08:06:12
16101         Log: Subject: Re: The hitlist of untested modules.
16102              From: Jonathan Stowe <gellyfish@gellyfish.com>
16103              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
16104              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
16105              Start of tests for Shell.pm (make Schwern poorer!)
16106      Branch: perl
16107            + lib/Shell.t
16108            ! MANIFEST
16109 ____________________________________________________________________________
16110 [ 11783] By: sky                                   on 2001/08/29  07:37:50
16111         Log: END{} can change the return value even if we die from BEGIN{}
16112      Branch: perl
16113            ! miniperlmain.c
16114 ____________________________________________________________________________
16115 [ 11782] By: ams                                   on 2001/08/29  06:32:17
16116         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
16117              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16118              Date: Wed, 29 Aug 2001 09:18:17 +0200
16119              Message-Id: <20010829091817.A4453@rafael>
16120      Branch: perl
16121            ! t/op/inccode.t
16122 ____________________________________________________________________________
16123 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
16124         Log: Delete xsubpp.patch, as full copy exists now
16125      Branch: maint-5.6/macperl
16126            - macos/xsubpp.patch
16127 ____________________________________________________________________________
16128 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
16129         Log: Add Changes file
16130      Branch: maint-5.6/macperl
16131            + macos/Changes
16132 ____________________________________________________________________________
16133 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
16134         Log: Add Mac version of xsubpp as separate file
16135      Branch: maint-5.6/macperl
16136            + macos/xsubpp
16137            ! macos/Makefile.mk
16138 ____________________________________________________________________________
16139 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
16140         Log: Fix open of /dev/null for Mac OS
16141      Branch: maint-5.6/macperl
16142            ! t/base/term.t
16143 ____________________________________________________________________________
16144 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
16145         Log: Various patches: enable more tests; skip CVS in PerlInstall;
16146              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
16147      Branch: maint-5.6/macperl
16148            ! macos/MacPerlTests.cmd macos/PerlInstall
16149            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
16150 ____________________________________________________________________________
16151 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
16152         Log: Allow for platforms to override formatting of errors
16153              on output from Matthias Neeracher (Mac files)
16154      Branch: maint-5.6/macperl
16155            ! macos/macish.c macos/macish.h
16156 ____________________________________________________________________________
16157 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
16158         Log: Allow for platforms to override formatting of errors
16159              on output from Matthias Neeracher (core files)
16160      Branch: maint-5.6/macperl
16161            ! perl.h pp_ctl.c util.c
16162 ____________________________________________________________________________
16163 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
16164         Log: Add some param checking, from reports by Kevin Reid.
16165      Branch: maint-5.6/macperl
16166            ! macos/ext/Mac/Controls/Controls.pm
16167            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
16168 ____________________________________________________________________________
16169 [ 11773] By: ams                                   on 2001/08/28  23:54:57
16170         Log: Subject: [PATCH] make coretest
16171              From: Paul Johnson <paul@pjcj.net>
16172              Date: Wed, 29 Aug 2001 00:11:38 +0200
16173              Message-Id: <20010829001138.B12169@pjcj.net>
16174              (Applied without the change to perlhack.pod. This should
16175              probably stay undocumented.)
16176      Branch: perl
16177            ! Makefile.SH t/TEST
16178 ____________________________________________________________________________
16179 [ 11772] By: sky                                   on 2001/08/28  13:01:20
16180         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
16181              From: Michael G Schwern <schwern@pobox.com>
16182              Date: Tue, 28 Aug 2001 09:57:39 -0400
16183              Message-ID: <20010828095738.E17775@blackrider>
16184      Branch: perl
16185            ! pod/perlhack.pod t/op/pack.t
16186 ____________________________________________________________________________
16187 [ 11771] By: sky                                   on 2001/08/28  11:20:13
16188         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
16189              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16190              Date: Tue, 28 Aug 2001 14:23:43 +0200
16191              Message-ID: <20010828142343.A19299@rafael>
16192      Branch: perl
16193            ! pod/perlvar.pod pp_ctl.c
16194 ____________________________________________________________________________
16195 [ 11770] By: ams                                   on 2001/08/28  10:13:21
16196         Log: Subject: [PATCH] odd typo in op.h
16197              From: Nicholas Clark <nick@ccl4.org>
16198              Date: Tue, 28 Aug 2001 12:10:26 +0100
16199              Message-Id: <20010828121026.V4950@plum.flirble.org>
16200      Branch: perl
16201            ! op.h
16202 ____________________________________________________________________________
16203 [ 11769] By: sky                                   on 2001/08/28  08:09:16
16204         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
16205              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
16206              Date: Tue, 28 Aug 2001 02:22:20 +0300
16207              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
16208      Branch: perl
16209            ! ext/B/B/Lint.pm
16210 ____________________________________________________________________________
16211 [ 11768] By: ams                                   on 2001/08/28  00:47:35
16212         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
16213              From: Michael G Schwern <schwern@pobox.com>
16214              Date: Mon, 27 Aug 2001 21:24:44 -0400
16215              Message-Id: <20010827212444.F12582@blackrider>
16216      Branch: perl
16217            ! pod/perlhack.pod t/op/pack.t
16218 ____________________________________________________________________________
16219 [ 11767] By: ams                                   on 2001/08/27  23:59:48
16220         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
16221              From: Michael G Schwern <schwern@pobox.com>
16222              Date: Mon, 27 Aug 2001 20:12:29 -0400
16223              Message-Id: <20010827201229.D12582@blackrider>
16224      Branch: perl
16225            ! pod/perlhack.pod t/op/pack.t
16226 ____________________________________________________________________________
16227 [ 11766] By: ams                                   on 2001/08/27  23:39:40
16228         Log: Update Changes.
16229      Branch: perl
16230            ! Changes
16231 ____________________________________________________________________________
16232 [ 11765] By: ams                                   on 2001/08/27  22:53:10
16233         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
16234              From: Michael G Schwern <schwern@pobox.com>
16235              Date: Mon, 27 Aug 2001 19:47:30 -0400
16236              Message-Id: <20010827194730.C12582@blackrider>
16237      Branch: perl
16238            ! t/op/inccode.t
16239 ____________________________________________________________________________
16240 [ 11764] By: ams                                   on 2001/08/27  22:46:21
16241         Log: Subject: [PATCH] new tests for the coderef-in-@INC
16242              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16243              Date: Mon, 27 Aug 2001 22:36:27 +0200
16244              Message-Id: <20010827223627.C690@rafael>
16245              
16246              Subject: Re: [PATCH] new tests for the coderef-in-@INC
16247              From: Nicholas Clark <nick@ccl4.org>
16248              Date: Tue, 28 Aug 2001 00:02:46 +0100
16249              Message-Id: <20010828000245.R4950@plum.flirble.org>
16250      Branch: perl
16251            + t/op/inccode.t
16252            ! MANIFEST
16253 ____________________________________________________________________________
16254 [ 11763] By: ams                                   on 2001/08/27  22:41:09
16255         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
16256              bleadperl on fire, Win95+4NT)
16257              From: Michael G Schwern <schwern@pobox.com>
16258              Date: Mon, 27 Aug 2001 16:54:42 -0400
16259              Message-Id: <20010827165442.F9436@blackrider>
16260      Branch: perl
16261            ! lib/warnings.t
16262 ____________________________________________________________________________
16263 [ 11762] By: sky                                   on 2001/08/27  19:19:17
16264         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
16265              avaible at compile time. This broke the compilation of 
16266              Net/Ping.pm
16267      Branch: perl
16268            ! lib/Net/Ping.pm
16269 ____________________________________________________________________________
16270 [ 11761] By: sky                                   on 2001/08/27  18:34:48
16271         Log: Removed tripple definitions of CUSTOM_OP functions.
16272      Branch: perl
16273            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
16274 ____________________________________________________________________________
16275 [ 11760] By: sky                                   on 2001/08/27  18:21:27
16276         Log: Regen headers
16277      Branch: perl
16278            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
16279            ! perlapi.h proto.h
16280 ____________________________________________________________________________
16281 [ 11759] By: ams                                   on 2001/08/27  16:31:53
16282         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
16283              From: "chromatic" <chromatic@rmci.net>
16284              Date: Mon, 27 Aug 2001 11:17:09 -0600
16285              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
16286      Branch: perl
16287            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
16288 ____________________________________________________________________________
16289 [ 11758] By: sky                                   on 2001/08/27  15:16:42
16290         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
16291              Thanks to H. Merijn Brand for the patch.
16292              Some of the comments and or guards might be removable in perl.h now.
16293      Branch: perl
16294            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
16295            ! Porting/Glossary Porting/config_H README.threads config_h.SH
16296            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
16297            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
16298            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
16299            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
16300            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
16301            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
16302            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
16303            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
16304            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
16305            ! win32/config_H.vc win32/perllib.c win32/win32.h
16306            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
16307            ! wince/config.h wince/config_H.ce wince/win32.h
16308            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
16309 ____________________________________________________________________________
16310 [ 11757] By: sky                                   on 2001/08/27  13:39:16
16311         Log: Subject: GNU ld parses arguments different
16312              From: H.Merijn Brand <h.m.brand@hccnet.nl>
16313              Date: Mon, 27 Aug 2001 16:25:51 +0200
16314              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
16315      Branch: perl
16316            ! hints/hpux.sh
16317 ____________________________________________________________________________
16318 [ 11756] By: sky                                   on 2001/08/27  13:18:45
16319         Log: Subject: Custom Ops
16320              From: Simon Cozens <simon@netthink.co.uk>
16321              Date: Sat, 25 Aug 2001 17:45:09 +0100
16322              Message-ID: <20010825174509.A5752@netthink.co.uk>
16323              I also added a fix to Opcode.pm to quite test cases.
16324      Branch: perl
16325            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
16326            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
16327 ____________________________________________________________________________
16328 [ 11755] By: sky                                   on 2001/08/27  05:37:17
16329         Log: Plugs a memory leak on destruction of regular expressions
16330              introcued by #11274.
16331              PL_regex_padav now has an AV as it's first entry with a list
16332              of freed regex_padav slots that it will reuse on creating
16333              new PMOPs.
16334      Branch: perl
16335            ! op.c perl.c
16336 ____________________________________________________________________________
16337 [ 11754] By: ams                                   on 2001/08/26  14:38:52
16338         Log: Subject: [PATCH] t/io/binmode.t
16339              From: Nicholas Clark <nick@ccl4.org>
16340              Date: Sun, 26 Aug 2001 12:03:05 +0100
16341              Message-Id: <20010826120305.C4950@plum.flirble.org>
16342              
16343              (Also a nitpick in #11752 to t/op/universal.t)
16344      Branch: perl
16345            ! t/io/binmode.t t/op/universal.t
16346 ____________________________________________________________________________
16347 [ 11753] By: ams                                   on 2001/08/26  08:19:34
16348         Log: Subject: [PATCH] op/universal.t failing
16349              From: Nicholas Clark <nick@ccl4.org>
16350              Date: Sun, 26 Aug 2001 09:48:22 +0100
16351              Message-Id: <20010826094822.B4950@plum.flirble.org>
16352      Branch: perl
16353            ! t/op/universal.t
16354 ____________________________________________________________________________
16355 [ 11752] By: ams                                   on 2001/08/25  22:46:13
16356         Log: Subject: Re: 'can' with undefined subs
16357              From: Tony Bowden <tony@kasei.com>
16358              Date: Sat, 25 Aug 2001 14:58:17 +0100
16359              Message-Id: <20010825145817.A11788@soto.kasei.com>
16360              (Applied with minor modifications.)
16361      Branch: perl
16362            ! t/op/universal.t
16363 ____________________________________________________________________________
16364 [ 11751] By: ams                                   on 2001/08/25  18:28:43
16365         Log: Subject: Re: 'can' with undefined subs
16366              From: Tony Bowden <tony@kasei.com>
16367              Date: Sat, 25 Aug 2001 15:13:14 +0100
16368              Message-Id: <20010825151314.B11788@soto.kasei.com>
16369      Branch: perl
16370            ! lib/UNIVERSAL.pm
16371 ____________________________________________________________________________
16372 [ 11750] By: nick                                  on 2001/08/25  15:24:15
16373         Log: Integrate mainline
16374      Branch: perlio
16375           +> t/io/binmode.t
16376           !> (integrate 26 files)
16377 ____________________________________________________________________________
16378 [ 11749] By: nick                                  on 2001/08/25  14:55:41
16379         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
16380              From:  John Peacock <jpeacock@rowman.com>
16381              Date:  Wed, 22 Aug 2001 12:05:28 -0400
16382              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
16383      Branch: perl
16384            ! pod/perlhack.pod
16385 ____________________________________________________________________________
16386 [ 11748] By: nick                                  on 2001/08/25  14:53:04
16387         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
16388              From:  Michael G Schwern <schwern@pobox.com>
16389              Date:  Wed, 22 Aug 2001 19:22:45 -0400
16390              Message-Id:  <20010822192245.U619@blackrider>
16391      Branch: perl
16392            ! MANIFEST
16393 ____________________________________________________________________________
16394 [ 11747] By: nick                                  on 2001/08/25  14:52:33
16395         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
16396              From:  Nicholas Clark <nick@ccl4.org>
16397              Date:  Wed, 22 Aug 2001 23:29:06 +0100
16398              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
16399      Branch: perl
16400            + t/io/binmode.t
16401            ! perlio.c pod/perlfunc.pod
16402 ____________________________________________________________________________
16403 [ 11744] By: nick                                  on 2001/08/25  14:37:33
16404         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
16405              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
16406              Date:  Fri, 24 Aug 2001 22:10:42 +0200
16407              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
16408      Branch: perl
16409            ! x2p/a2py.c x2p/walk.c
16410 ____________________________________________________________________________
16411 [ 11743] By: nick                                  on 2001/08/25  14:32:47
16412         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
16413              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16414              Date:  Fri, 24 Aug 2001 23:34:13 +0200
16415              Message-Id:  <20010824233413.A1285@rafael>
16416      Branch: perl
16417            ! pod/perlfunc.pod pod/perlvar.pod
16418 ____________________________________________________________________________
16419 [ 11742] By: ams                                   on 2001/08/25  13:16:02
16420         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
16421              From: Nicholas Clark <nick@ccl4.org>
16422              Date: Sat, 25 Aug 2001 14:50:07 +0100
16423              Message-Id: <20010825145007.L41464@plum.flirble.org>
16424      Branch: perl
16425            ! pp_ctl.c
16426 ____________________________________________________________________________
16427 [ 11741] By: nick                                  on 2001/08/24  07:08:45
16428         Log: When applying patch via Porting/apply fails, do p4 refresh
16429              to get old files back.
16430      Branch: perl
16431            ! Porting/apply
16432 ____________________________________________________________________________
16433 [ 11740] By: ams                                   on 2001/08/24  04:47:24
16434         Log: #11739 was incomplete.
16435      Branch: perl
16436            ! pod/perldiag.pod
16437 ____________________________________________________________________________
16438 [ 11739] By: ams                                   on 2001/08/24  04:09:40
16439         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
16440              From: "Philip Newton" <Philip.Newton@gmx.net>
16441              Date: Fri, 24 Aug 2001 07:08:34 +0200
16442      Branch: perl
16443            ! pod/perldiag.pod
16444 ____________________________________________________________________________
16445 [ 11738] By: ams                                   on 2001/08/24  02:19:42
16446         Log: Fixed Doug Wilson's email address.
16447      Branch: perl
16448            ! AUTHORS
16449 ____________________________________________________________________________
16450 [ 11737] By: ams                                   on 2001/08/24  00:10:13
16451         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
16452              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16453              Date: Thu, 23 Aug 2001 22:22:58 +0200
16454              Message-Id: <20010823222258.A901@rafael>
16455      Branch: perl
16456            ! pod/perldiag.pod
16457 ____________________________________________________________________________
16458 [ 11736] By: ams                                   on 2001/08/24  00:05:02
16459         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
16460              From: "Craig A. Berry" <craigberry@mac.com>
16461              Date: Thu, 23 Aug 2001 19:07:45 -0500
16462              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
16463      Branch: perl
16464            ! configure.com
16465 ____________________________________________________________________________
16466 [ 11735] By: sky                                   on 2001/08/23  13:42:07
16467         Log: Backed out 11732, it breaks lib/strict.t 
16468      Branch: perl
16469            ! op.c
16470 ____________________________________________________________________________
16471 [ 11734] By: sky                                   on 2001/08/23  11:45:59
16472         Log: Removed toy from 17133 after Matt Sargeants request.
16473      Branch: perl
16474            ! pod/perlfaq4.pod
16475 ____________________________________________________________________________
16476 [ 11733] By: sky                                   on 2001/08/23  11:36:29
16477         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
16478              From: Robin Houston <robin@kitsite.com>
16479              Date: Wed, 22 Aug 2001 23:06:16 +0100
16480              Message-ID: <20010822230616.A254@robin.kitsite.com>
16481      Branch: perl
16482            ! pod/perlfaq4.pod
16483 ____________________________________________________________________________
16484 [ 11732] By: sky                                   on 2001/08/23  10:36:02
16485         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
16486              From: Simon Cozens <simon@netthink.co.uk>
16487              Date: Thu, 23 Aug 2001 12:06:36 +0100
16488              Message-ID: <20010823120636.A9961@netthink.co.uk>
16489      Branch: perl
16490            ! op.c
16491 ____________________________________________________________________________
16492 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
16493         Log: fix broken windows build
16494      Branch: perl
16495            ! perl.h
16496 ____________________________________________________________________________
16497 [ 11730] By: ams                                   on 2001/08/22  21:35:30
16498         Log: Subject: [PATCH] io/tell.t doesn't chdir t
16499              From: Nicholas Clark <nick@ccl4.org>
16500              Date: Wed, 22 Aug 2001 23:25:58 +0100
16501              Message-Id: <20010822232557.Y82818@plum.flirble.org>
16502      Branch: perl
16503            ! t/io/tell.t
16504 ____________________________________________________________________________
16505 [ 11729] By: ams                                   on 2001/08/22  20:32:21
16506         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
16507              questions)
16508              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
16509              Date: Wed, 22 Aug 2001 17:09:04 -0400
16510              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
16511              (Oops, forgot File::Spec::Unix in the previous patch.)
16512      Branch: perl
16513            ! lib/File/Spec/Unix.pm
16514 ____________________________________________________________________________
16515 [ 11728] By: ams                                   on 2001/08/22  20:25:41
16516         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
16517              questions)
16518              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
16519              Date: Wed, 22 Aug 2001 17:09:04 -0400
16520              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
16521      Branch: perl
16522            ! lib/File/Spec.pm
16523 ____________________________________________________________________________
16524 [ 11727] By: ams                                   on 2001/08/22  19:43:30
16525         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
16526              From: John Peacock <jpeacock@rowman.com>
16527              Date: Wed, 22 Aug 2001 12:35:52 -0400
16528              Message-Id: <3B83DF68.5D89DC81@rowman.com>
16529              (Adds proper tests for $], notwithstanding Subject. +nitpick)
16530      Branch: perl
16531            ! t/op/ver.t
16532 ____________________________________________________________________________
16533 [ 11726] By: ams                                   on 2001/08/22  19:36:39
16534         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
16535              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
16536              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
16537              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
16538      Branch: perl
16539            ! lib/diagnostics.pm lib/diagnostics.t
16540 ____________________________________________________________________________
16541 [ 11725] By: ams                                   on 2001/08/22  19:25:01
16542         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
16543              From: Nicholas Clark <nick@ccl4.org>
16544              Date: Wed, 22 Aug 2001 20:59:05 +0100
16545              Message-Id: <20010822205905.U82818@plum.flirble.org>
16546      Branch: perl
16547            ! pp.c t/op/64bitint.t t/op/arith.t
16548 ____________________________________________________________________________
16549 [ 11724] By: ams                                   on 2001/08/22  10:02:33
16550         Log: Subject: Configure blooper
16551              From: H.Merijn Brand <h.m.brand@hccnet.nl>
16552              Date: Wed, 22 Aug 2001 12:38:35 +0200
16553              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
16554      Branch: perl
16555            ! Configure
16556 ____________________________________________________________________________
16557 [ 11723] By: ams                                   on 2001/08/21  16:17:53
16558         Log: Subject: [PATCH] installperl -help
16559              From: Nicholas Clark <nick@ccl4.org>
16560              Date: Tue, 21 Aug 2001 17:34:23 +0100
16561              Message-Id: <20010821173423.F82818@plum.flirble.org>
16562      Branch: perl
16563            ! installperl
16564 ____________________________________________________________________________
16565 [ 11722] By: ams                                   on 2001/08/20  07:46:31
16566         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
16567              From: Ilmari Karonen <iltzu@sci.fi>
16568              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
16569              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
16570      Branch: perl
16571            ! pod/perlvar.pod
16572 ____________________________________________________________________________
16573 [ 11721] By: nick                                  on 2001/08/20  06:24:31
16574         Log: Integrate mainline
16575      Branch: perlio
16576           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
16577           +> lib/Lingua/KO/Hangul/Util/Changes
16578           +> lib/Lingua/KO/Hangul/Util/README
16579           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
16580           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
16581           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
16582           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
16583           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
16584           +> lib/Unicode/Normalize/t/test.t
16585            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
16586           !> (integrate 55 files)
16587 ____________________________________________________________________________
16588 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
16589         Log: Integrate Change #11599 from maint-5.6/perl
16590      Branch: maint-5.6/macperl
16591           !> README.win32
16592 ____________________________________________________________________________
16593 [ 11719] By: ams                                   on 2001/08/18  21:21:42
16594         Log: Add Porting/apply to MANIFEST.
16595      Branch: perl
16596            ! MANIFEST
16597 ____________________________________________________________________________
16598 [ 11718] By: sky                                   on 2001/08/18  14:38:01
16599         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
16600              Better solution would be to make 5005threaded perl use
16601              the same system as ithreads do
16602      Branch: perl
16603            ! perl.h
16604 ____________________________________________________________________________
16605 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
16606         Log: New try for ID 20010407.006: detach the semantics
16607              "was the last match target UTF8" into its own variable.
16608      Branch: perl
16609            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
16610            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
16611 ____________________________________________________________________________
16612 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
16613         Log: UTF8 flag should be meaningful only when POK.
16614      Branch: perl
16615            ! dump.c
16616 ____________________________________________________________________________
16617 [ 11715] By: sky                                   on 2001/08/18  11:45:16
16618         Log: USE_THREADS and USE_ITHREADS are never true at the same time
16619      Branch: perl
16620            ! perl.h
16621 ____________________________________________________________________________
16622 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
16623         Log: Retract #11712 for now.  The real fix would probably
16624              be something like making PL_reg_sv a copy (PV + UTF8)
16625              of the matched/substituted string (note: not just a SvPOK
16626              string, for example the stringified form of a ROK would
16627              be applicable)  Beware of leaks.
16628      Branch: perl
16629            ! pp_hot.c t/op/pat.t
16630 ____________________________________________________________________________
16631 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
16632         Log: UTF8 wasn't printing for PVMGs.
16633      Branch: perl
16634            ! dump.c
16635 ____________________________________________________________________________
16636 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
16637         Log: (Retracted by #11714)
16638              
16639              Okay analysis, debatable fix.  (The fix will inc
16640              the refcount of all temporary match objects,
16641              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
16642              which will then cause griping at untie() time
16643              ("inner references remain").
16644              
16645              Fix for ID 20010407.006: PL_reg_sv got wiped out
16646              by freetemps if the match target was a temporary
16647              (like function_call() =~ /.../), which in turn meant
16648              that the $1 et al stopped working if they had UTF-8
16649              in them.  Therefore bump up the refcount of PL_reg_sv.
16650      Branch: perl
16651            ! pp_hot.c t/op/pat.t
16652 ____________________________________________________________________________
16653 [ 11711] By: ams                                   on 2001/08/17  20:32:08
16654         Log: Subject: [PATCH] doesn't compile, was perl@11710
16655              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16656              Date: Fri, 17 Aug 2001 23:21:10 +0200
16657              Message-Id: <20010817232110.C7041@rafael> 
16658      Branch: perl
16659            ! sharedsv.c
16660 ____________________________________________________________________________
16661 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
16662         Log: Update Changes.
16663      Branch: perl
16664            ! Changes patchlevel.h
16665 ____________________________________________________________________________
16666 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
16667         Log: Upgrade to libnet 1.0704.
16668      Branch: perl
16669            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
16670            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
16671            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
16672            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
16673            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
16674            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
16675            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
16676 ____________________________________________________________________________
16677 [ 11708] By: sky                                   on 2001/08/17  13:34:04
16678         Log: Let perl_clone copy PL_exit_flags
16679      Branch: perl
16680            ! sv.c
16681 ____________________________________________________________________________
16682 [ 11707] By: sky                                   on 2001/08/17  12:28:41
16683         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
16684      Branch: perl
16685            ! sharedsv.c sharedsv.h
16686 ____________________________________________________________________________
16687 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
16688         Log: The metaconfig unit change for #11705.
16689      Branch: metaconfig/U/perl
16690            ! Extensions.U
16691 ____________________________________________________________________________
16692 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
16693         Log: Allow the threads extension to be found if present.
16694      Branch: perl
16695            ! Configure
16696 ____________________________________________________________________________
16697 [ 11704] By: nick                                  on 2001/08/17  11:47:54
16698         Log: Mail -> change script (pre-alpha)
16699      Branch: perl
16700            + Porting/apply
16701 ____________________________________________________________________________
16702 [ 11703] By: sky                                   on 2001/08/17  07:11:24
16703         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
16704              Thanks to Tom Hospel for pointing out my error.
16705      Branch: perl
16706            ! op.h
16707 ____________________________________________________________________________
16708 [ 11702] By: sky                                   on 2001/08/17  04:18:11
16709         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.
16710      Branch: perl
16711            ! embed.pl miniperlmain.c perl.c perl.h proto.h
16712 ____________________________________________________________________________
16713 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
16714         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
16715              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
16716      Branch: perl
16717            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
16718            + lib/Lingua/KO/Hangul/Util/README
16719            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
16720            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
16721            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
16722            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
16723            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
16724            + lib/Unicode/Normalize/t/test.t
16725            ! MANIFEST
16726 ____________________________________________________________________________
16727 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
16728         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
16729              Date: Thu, 16 Aug 2001 22:46:15 -0500
16730              From: "Craig A. Berry" <craigberry@mac.com>
16731              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
16732      Branch: perl
16733            ! configure.com numeric.c
16734 ____________________________________________________________________________
16735 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
16736         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
16737              of the usual suspects (like getpwent) but not for others
16738              (like localtime and rand).  The _r versions are available
16739              for all of them, so let's use them.
16740      Branch: perl
16741            ! perl.h
16742 ____________________________________________________________________________
16743 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
16744         Log: (Accidental apply; thankfully empty.)
16745      Branch: perl
16746            ! hints/os390.sh
16747 ____________________________________________________________________________
16748 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
16749         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
16750              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16751              Date: Thu, 16 Aug 2001 16:27:49 +0100
16752              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
16753      Branch: perl
16754            ! regexec.c t/op/re_tests
16755 ____________________________________________________________________________
16756 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
16757         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
16758              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16759              Date: Thu, 16 Aug 2001 18:50:01 +0100
16760              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
16761      Branch: perl
16762            ! pp_hot.c t/op/pat.t
16763 ____________________________________________________________________________
16764 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
16765         Log: Subject: [PATCH] *time_r again
16766              From: "Arthur Bergman" <arthur@contiller.se>
16767              Date: Thu, 16 Aug 2001 16:01:54 +0200
16768              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
16769      Branch: perl
16770            ! op.h
16771 ____________________________________________________________________________
16772 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
16773         Log: system() and backtick error handling cleanup from Craig A. Berry.
16774      Branch: perl
16775            ! vms/vms.c
16776 ____________________________________________________________________________
16777 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
16778         Log: change#10334 leaks memory, copies string when it doesn't
16779              need to
16780      Branch: perl
16781            ! perl.c
16782 ____________________________________________________________________________
16783 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
16784         Log: One more twist to the sprintf + utf8 testing.
16785      Branch: perl
16786            ! t/op/misc.t
16787 ____________________________________________________________________________
16788 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
16789         Log: Fix for 20010407.008 sprintf removes utf8-ness.
16790      Branch: perl
16791            ! pp.c t/op/misc.t
16792 ____________________________________________________________________________
16793 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
16794         Log: Subject: [PATCH] *time_r fixes
16795              From: "Arthur Bergman" <arthur@contiller.se>
16796              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
16797              Date: Thu, 16 Aug 2001 14:22:27 +0200
16798      Branch: perl
16799            ! op.h
16800 ____________________________________________________________________________
16801 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
16802         Log: Upgrade to CGI.pm 2.77.
16803      Branch: perl
16804            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
16805            ! lib/CGI/t/function.t
16806 ____________________________________________________________________________
16807 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
16808         Log: Document the bytes-to-Unicode upgrading.
16809      Branch: perl
16810            ! pod/perlunicode.pod
16811 ____________________________________________________________________________
16812 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
16813         Log: Add a test for Unicode sprintf.
16814      Branch: perl
16815            ! t/op/misc.t
16816 ____________________________________________________________________________
16817 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
16818         Log: Add Unicode tests for index/rindex.
16819      Branch: perl
16820            ! t/op/index.t
16821 ____________________________________________________________________________
16822 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
16823         Log: Document a bit the art of minimizing the installation,
16824              based on the p5p discussion.
16825      Branch: perl
16826            ! INSTALL
16827 ____________________________________________________________________________
16828 [ 11684] By: nick                                  on 2001/08/15  15:03:31
16829         Log: Integrate mainline
16830      Branch: perlio
16831           +> sharedsv.c sharedsv.h
16832           !> (integrate 53 files)
16833 ____________________________________________________________________________
16834 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
16835         Log: Update Changes.
16836      Branch: perl
16837            ! Changes patchlevel.h
16838 ____________________________________________________________________________
16839 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
16840         Log: The #11673 necessitated a test tweak.
16841      Branch: perl
16842            ! t/io/utf8.t
16843 ____________________________________________________________________________
16844 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
16845         Log: Also UNICOS is in the general case unable to silently
16846              handle fp overflows.
16847      Branch: perl
16848            ! numeric.c
16849 ____________________________________________________________________________
16850 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
16851         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
16852              NV_EPSILON #defined.
16853      Branch: perl
16854            ! perl.h
16855 ____________________________________________________________________________
16856 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
16857         Log: Re-establish the fp overflow detection for VAX VMS; there
16858              is no easy way to have the IEEE fp silent overflow semantics.
16859              (in Alpha VMS we still will use IEEE fp by default-- but it
16860              is still possible to configure Perl to use G_FLOAT)
16861      Branch: perl
16862            ! numeric.c
16863 ____________________________________________________________________________
16864 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
16865         Log: Subject: [PATCH] pp_lock 
16866              From: "Arthur Bergman" <arthur@contiller.se>
16867              Date: Wed, 15 Aug 2001 11:52:16 +0200
16868              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
16869      Branch: perl
16870            ! pp.c
16871 ____________________________________________________________________________
16872 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
16873         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
16874              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16875              Date: Wed, 15 Aug 2001 11:32:11 +0100
16876              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
16877      Branch: perl
16878            ! regcomp.c t/op/re_tests
16879 ____________________________________________________________________________
16880 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
16881         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
16882              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16883              Date: Wed, 15 Aug 2001 10:33:49 +0100
16884              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
16885      Branch: perl
16886            ! regexec.c t/op/re_tests
16887 ____________________________________________________________________________
16888 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
16889         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
16890              From: Barrie Slaymaker <barries@slaysys.com>
16891              Date: Tue, 14 Aug 2001 14:32:25 -0400
16892              Message-ID: <20010814143225.A19822@jester.slaysys.com>
16893      Branch: perl
16894            ! lib/File/Spec.t lib/File/Spec/Unix.pm
16895 ____________________________________________________________________________
16896 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
16897         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
16898              From: Peter Prymmer <pvhp@forte.com>
16899              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
16900              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
16901      Branch: perl
16902            ! README.vms configure.com
16903 ____________________________________________________________________________
16904 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
16905         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
16906              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16907              Date: Tue, 14 Aug 2001 21:23:27 +0200
16908              Message-ID: <20010814212327.A1919@rafael>
16909      Branch: perl
16910            ! doio.c
16911 ____________________________________________________________________________
16912 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
16913         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
16914              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
16915              Date: Tue, 14 Aug 2001 22:30:11 +0200
16916              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
16917              
16918              Combination of nmake, quoting, and Perl expanded $( in here-doc.
16919      Branch: perl
16920            ! ext/SDBM_File/Makefile.PL
16921 ____________________________________________________________________________
16922 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
16923         Log: Todo updates.
16924      Branch: perl
16925            ! pod/perltodo.pod
16926 ____________________________________________________________________________
16927 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
16928         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
16929              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
16930              Date: Mon, 13 Aug 2001 23:15:01 +0200
16931              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
16932      Branch: perl
16933            ! sv.c
16934 ____________________________________________________________________________
16935 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
16936         Log: Subject: [PATCH] [b-]showlex.t
16937              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
16938              Date: Sun, 12 Aug 2001 22:24:51 +0200
16939              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
16940              
16941              The 4nt command shell will expand the % in command line
16942              no matter what quoting is attempted, changed the % to @.
16943      Branch: perl
16944            ! ext/B/Showlex.t
16945 ____________________________________________________________________________
16946 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
16947         Log: Subject: [PATCH] magic.t
16948              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
16949              Date: Sun, 12 Aug 2001 20:49:27 +0200
16950              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
16951      Branch: perl
16952            ! t/op/magic.t
16953 ____________________________________________________________________________
16954 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
16955         Log: Add sharedsv* to the DOSish platforms; plus add
16956              some WinCE files to the list of DOSish files.
16957      Branch: perl
16958            ! NetWare/Makefile Porting/makerel win32/Makefile
16959            ! win32/makefile.mk wince/Makefile.ce
16960 ____________________________________________________________________________
16961 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
16962         Log: More DOSish files.
16963      Branch: perl
16964            ! Porting/makerel
16965 ____________________________________________________________________________
16966 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
16967         Log: Strip CRs from the WinCE files.  Now we need to
16968              figure out in which CRs are really needed: probably
16969              Makefile.ce and the README files, at least, probably
16970              also the registry.bat.
16971      Branch: perl
16972            ! wince/Makefile.ce wince/README.compile wince/README.perlce
16973            ! wince/config.h wince/include/cectype.h wince/include/errno.h
16974            ! wince/include/sys/stat.h wince/include/sys/types.h
16975            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
16976            ! wince/perldll.def wince/registry.bat wince/wince.h
16977            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
16978 ____________________________________________________________________________
16979 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
16980         Log: Add some files to DOSish and writables.
16981      Branch: perl
16982            ! Porting/makerel
16983 ____________________________________________________________________________
16984 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
16985         Log: Compile failure message tidying.
16986      Branch: perl
16987            ! t/lib/1_compile.t
16988 ____________________________________________________________________________
16989 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
16990         Log: The new sharedsv* should be exported only if usethreads.
16991      Branch: perl
16992            ! makedef.pl
16993 ____________________________________________________________________________
16994 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
16995         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
16996              From: Peter Prymmer <pvhp@forte.com>
16997              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
16998              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
16999      Branch: perl
17000            ! README.os390
17001 ____________________________________________________________________________
17002 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
17003         Log: Update Changes.
17004      Branch: perl
17005            ! Changes patchlevel.h
17006 ____________________________________________________________________________
17007 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
17008         Log: Subject: [PATHC] sharedsv.[c|h]
17009              From: "Artur Bergman" <artur@contiller.se>
17010              Date: Mon, 13 Aug 2001 14:38:41 +0200
17011              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
17012              
17013              Subject: [PATCH] embed.pl
17014              From: Arthur Bergman <arthur@contiller.se>
17015              Date: Mon, 13 Aug 2001 14:38:14 +0200
17016              Message-ID: <B79D96D6.3088%arthur@contiller.se>
17017              
17018              Subject: [PATCH] sharedsv cleanups
17019              From: "Arthur Bergman" <arthur@contiller.se>
17020              Date: Mon, 13 Aug 2001 15:14:25 +0200
17021              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
17022              
17023              Plus few tweaks: _init needs to be Adp, the prototypes
17024              should not be revealed unless using ithreads, #endif FOO
17025              must be #endif /* FOO */, adding (parentheses) around
17026              do { } while doesn't work too well.
17027      Branch: perl
17028            + sharedsv.c sharedsv.h
17029            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
17030            ! perl.h perlapi.c pod/perlapi.pod proto.h
17031 ____________________________________________________________________________
17032 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
17033         Log: Subject: Re: END {} blocks run in perl_run
17034              From: Arthur Bergman <arthur@contiller.se>
17035              Date: Mon, 13 Aug 2001 11:11:30 +0200
17036              Message-ID: <B79D6661.3068%arthur@contiller.se>
17037      Branch: perl
17038            ! perl.c
17039 ____________________________________________________________________________
17040 [ 11657] By: nick                                  on 2001/08/13  09:03:02
17041         Log: Integrate mainline
17042      Branch: perlio
17043           +> (branch 326 files)
17044            - (delete 330 files)
17045           !> (integrate 85 files)
17046 ____________________________________________________________________________
17047 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
17048         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
17049              and the Perl will be built to do that by default (adding that
17050              will break scripts having non-UTF-8 binary data, such as Latin-1.)
17051      Branch: perl
17052            ! op.c toke.c utf8.h
17053 ____________________________________________________________________________
17054 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
17055         Log: Unnecessary downgrades.
17056      Branch: perl
17057            ! doop.c
17058 ____________________________________________________________________________
17059 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
17060         Log: Failure not true anymore (probably caused by my broken setup).
17061      Branch: perl
17062            ! t/op/pat.t
17063 ____________________________________________________________________________
17064 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
17065         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
17066              stopped working).
17067      Branch: perl
17068            ! op.h pp_ctl.c regcomp.c
17069 ____________________________________________________________________________
17070 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
17071         Log: There is no IN_UTF8.
17072      Branch: perl
17073            ! utf8.h
17074 ____________________________________________________________________________
17075 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
17076         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
17077      Branch: perl
17078            ! op.c op.h pp_ctl.c regcomp.c
17079 ____________________________________________________________________________
17080 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
17081         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
17082              and a test tweak.
17083      Branch: perl
17084            ! op.c t/pod/find.t
17085 ____________________________________________________________________________
17086 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
17087         Log: Todo updates and fixes.
17088      Branch: perl
17089            ! pod/perltodo.pod
17090 ____________________________________________________________________________
17091 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
17092         Log: Mark tests (and one module) having explicit Latin-1
17093              (and one file having explicit UTF-8) with an explicit
17094              'no utf8' (and one explicit 'use utf8').
17095              
17096              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
17097      Branch: perl
17098            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
17099            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
17100            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
17101 ____________________________________________________________________________
17102 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
17103         Log: Subject: SV: END {} blocks run in perl_run
17104              From: "Arthur Bergman" <arthur@contiller.se>
17105              Date: Sun, 12 Aug 2001 00:34:28 +0200 
17106              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
17107      Branch: perl
17108            ! miniperlmain.c perl.c
17109 ____________________________________________________________________________
17110 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
17111         Log: Typos in #11645.
17112      Branch: perl
17113            ! perl.h
17114 ____________________________________________________________________________
17115 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
17116         Log: On ithreads default to use_reentrant except on naturally
17117              threadsafe platforms.
17118      Branch: perl
17119            ! perl.h
17120 ____________________________________________________________________________
17121 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
17122         Log: (Hopefully) a fix for 20010723.004: make install needs
17123              write permission in build directory.  The problem was
17124              probably caused by overeager sprinkling of the lib/re.pm
17125              dependencies (which was done to guarantee lib/re.pm being
17126              uptodate for parallel makes: now solved by funneling that
17127              through an explicit recursive make in the preplibrary target).
17128      Branch: perl
17129            ! Makefile.SH
17130 ____________________________________________________________________________
17131 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
17132         Log: Dispell the "use utf8" superstition.
17133      Branch: perl
17134            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
17135            ! pod/perlunicode.pod
17136 ____________________________________________________________________________
17137 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
17138         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
17139              From: "Abigail" <abigail@foad.org> 
17140              Date: Sat, 11 Aug 2001 23:49:49 +0200
17141              Message-ID: <20010811214950.23255.qmail@foad.org>
17142      Branch: perl
17143            ! t/op/taint.t
17144 ____________________________________________________________________________
17145 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
17146         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
17147              From: Abhijit Menon-Sen <ams@wiw.org>
17148              Date: Sat, 11 Aug 2001 06:18:19 +0530
17149              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
17150      Branch: perl
17151            ! mg.c
17152 ____________________________________________________________________________
17153 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
17154         Log: Test for change #11639.
17155      Branch: perl
17156            ! t/op/tiehandle.t
17157 ____________________________________________________________________________
17158 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
17159         Log: Subject: Re: Can't localize *FH, then tie it
17160              From: Abhijit Menon-Sen <ams@wiw.org>
17161              Date: Sun, 12 Aug 2001 16:08:06 +0530
17162              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
17163      Branch: perl
17164            ! pp_hot.c pp_sys.c
17165 ____________________________________________________________________________
17166 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
17167         Log: Drop all the unnecessary "use utf8" clauses and some of
17168              the unnecessary "use bytes" ones.
17169              
17170              TODO: scour the documentation for unnecessary "use utf8"
17171              and prominently display it in perldelta when the time comes.
17172              ("use utf8" should be necessary ONLY if one wants the script
17173              to be in UTF-8.)  Also should be checked in some non-ASCII
17174              non-Latin-1 platform, like EBCDIC.
17175      Branch: perl
17176            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
17177            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
17178 ____________________________________________________________________________
17179 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
17180         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
17181              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
17182              in Unicode handling.
17183      Branch: perl
17184            + t/op/lc.t
17185            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
17186 ____________________________________________________________________________
17187 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
17188         Log: Thinko: we want the flags for native cc, not gcc.
17189      Branch: perl
17190            ! hints/dec_osf.sh
17191 ____________________________________________________________________________
17192 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
17193         Log: (retracted by 13077)
17194              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
17195              From: Robin Houston <robin@kitsite.com>
17196              Date: Fri, 10 Aug 2001 14:42:02 +0100
17197              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
17198      Branch: perl
17199            ! pp.c
17200 ____________________________________________________________________________
17201 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
17202         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
17203              From: Abhijit Menon-Sen <ams@wiw.org>
17204              Date: Sat, 11 Aug 2001 16:31:04 +0530
17205              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
17206      Branch: perl
17207            ! op.c
17208 ____________________________________________________________________________
17209 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
17210         Log: Get rid of indread, from Abhijit Menon-Sen.
17211      Branch: perl
17212            ! pp_sys.c
17213 ____________________________________________________________________________
17214 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
17215         Log: CRLFgngngn.
17216      Branch: perl
17217            ! win32/Makefile win32/makefile.mk
17218 ____________________________________________________________________________
17219 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
17220         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
17221      Branch: perl
17222            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
17223            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
17224            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
17225            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
17226            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
17227            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
17228            ! win32/Makefile win32/makefile.mk
17229 ____________________________________________________________________________
17230 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
17231         Log: Avoid #elif (less portable than #else #if).
17232      Branch: perl
17233            ! handy.h
17234 ____________________________________________________________________________
17235 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
17236         Log: Subject: patch for perlvar.pod
17237              From: mah@everybody.org (Mark A. Hershberger)
17238              Date: 08 Aug 2001 17:03:16 -0500
17239              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
17240      Branch: perl
17241            ! pod/perlvar.pod
17242 ____________________________________________________________________________
17243 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
17244         Log: cpp commands must start (the # must be) at the column #0.
17245      Branch: perl
17246            ! op.c
17247 ____________________________________________________________________________
17248 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
17249         Log: If using gcc -B/foo/bar makedepend would give
17250              unnecessary warnings about unused -B/foo/bar.
17251      Branch: perl
17252            ! makedepend.SH
17253 ____________________________________________________________________________
17254 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
17255         Log: Update Changes.
17256      Branch: perl
17257            ! Changes patchlevel.h
17258 ____________________________________________________________________________
17259 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
17260         Log: s/z/tz/
17261      Branch: perl
17262            ! pod/perlfaq2.pod
17263 ____________________________________________________________________________
17264 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
17265         Log: Article nit.
17266      Branch: perl
17267            ! pod/perlfaq2.pod
17268 ____________________________________________________________________________
17269 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
17270         Log: Rename lib/unicode files to lib/unicore to avoid
17271              conflicts between core lib/unicode and Unicode::
17272              files in case-ignoring filesystems.
17273      Branch: perl
17274            + (add 325 files)
17275            - (delete 324 files)
17276            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
17277 ____________________________________________________________________________
17278 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
17279         Log: Upgrade to Math::BigInt 1.41.
17280      Branch: perl
17281            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
17282 ____________________________________________________________________________
17283 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
17284         Log: Subject: [PATCH] remove PL_na from typemap
17285              From: James <james@rf.net>
17286              Date: Mon, 06 Aug 2001 20:23:15 -0700
17287              Message-ID: <3B6F5F23.A31A81B1@rf.net>
17288              
17289              (had to be manually applied)
17290      Branch: perl
17291            ! lib/ExtUtils/typemap
17292 ____________________________________________________________________________
17293 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
17294         Log: The metaconfig unit changes for #11618.
17295      Branch: metaconfig/U/perl
17296            + d_fpclassl.U i_fp.U
17297 ____________________________________________________________________________
17298 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
17299         Log: Forgot this from #11618.
17300              
17301              NOTE: wince/config_H.ce needs updating.
17302      Branch: perl
17303            ! wince/config.ce
17304 ____________________________________________________________________________
17305 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
17306         Log: Introduce more floating point classifying APIs;
17307              try to define (most importantly) Perl_is{inf,nan}(x).
17308              
17309              For this first cut, assume none such APIs exist in non-UNIXoid
17310              platforms-- this is of course too unkind: Win32 rumoredly has
17311              _fpclass() and _isnan(), and VMS/VOS very probably have some
17312              of the APIs available.     The only thing Perl uses at the moment
17313              is Perl_isnan() (has been in use for a while now).
17314              
17315              NOTE: the Win32 and NetWare config_h.?c need regenerating.
17316      Branch: perl
17317            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
17318            ! Porting/config_H config_h.SH configure.com epoc/config.sh
17319            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
17320            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17321            ! vos/config.ga.h win32/config.bc win32/config.gc
17322            ! win32/config.vc win32/config_H.bc win32/config_H.gc
17323            ! win32/config_H.vc wince/config.ce wince/config.h
17324 ____________________________________________________________________________
17325 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
17326         Log: Integrate change #11519 from perlio:
17327              
17328              Avoid testing for (non-)existance of "encoding(xxxx)"
17329              layer is called "encoding" the (xxxx) is an argument.
17330      Branch: perl
17331           !> lib/open.pm
17332 ____________________________________________________________________________
17333 [ 11616] By: nick                                  on 2001/08/09  07:50:24
17334         Log: Integrate mainline
17335      Branch: perlio
17336           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
17337           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
17338           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
17339           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
17340            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
17341            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
17342           !> (integrate 79 files)
17343 ____________________________________________________________________________
17344 [ 11615] By: nick                                  on 2001/08/09  06:23:44
17345         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
17346              layer is called "encoding" the (xxxx) is an argument.
17347      Branch: perlio
17348            ! lib/open.pm
17349 ____________________________________________________________________________
17350 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
17351         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
17352              From: Paul Johnson <paul@pjcj.net>
17353              Date: Wed, 8 Aug 2001 23:54:17 +0200
17354              Message-ID: <20010808235417.O1006@pjcj.net>
17355      Branch: perl
17356            ! ext/B/B/Concise.pm
17357 ____________________________________________________________________________
17358 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
17359         Log: Make VMS use IEEE math by default; reorder Tru64 hints
17360              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
17361              exception semantics) is always set if using (the new) cc.
17362      Branch: perl
17363            ! configure.com hints/dec_osf.sh
17364 ____________________________________________________________________________
17365 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
17366         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
17367              From: Abhijit Menon-Sen <ams@wiw.org>
17368              Date: Tue, 7 Aug 2001 17:16:05 +0530
17369              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
17370      Branch: perl
17371            ! pp_sys.c
17372 ____________________________________________________________________________
17373 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
17374         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
17375              From: "Craig A. Berry" <craigberry@mac.com>
17376              Date: Tue, 07 Aug 2001 22:27:47 -0500
17377              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
17378      Branch: perl
17379            ! t/run/exit.t
17380 ____________________________________________________________________________
17381 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
17382         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
17383              From: "Craig A. Berry" <craigberry@mac.com>
17384              Date: Tue, 07 Aug 2001 20:01:53 -0500
17385              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
17386      Branch: perl
17387            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
17388 ____________________________________________________________________________
17389 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
17390         Log: Update the magazine information.
17391      Branch: perl
17392            ! pod/perlfaq2.pod
17393 ____________________________________________________________________________
17394 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
17395         Log: Ignore SIGFPE everywhere.
17396      Branch: perl
17397            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
17398 ____________________________________________________________________________
17399 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
17400         Log: With permission, change the licensing of the docs by
17401              TomC (and Gnat) to comply with the rest of Perl.
17402      Branch: perl
17403            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
17404            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
17405            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
17406            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
17407            ! pod/perltootc.pod
17408 ____________________________________________________________________________
17409 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
17410         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
17411              From: Andy Dougherty <doughera@lafayette.edu>
17412              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
17413              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
17414      Branch: perl
17415            ! hints/openbsd.sh
17416 ____________________________________________________________________________
17417 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
17418         Log: Subject: [PATCH] Makefile.SH test_prep dependency
17419              From: Andy Dougherty <doughera@lafayette.edu>
17420              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
17421              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
17422      Branch: perl
17423            ! Makefile.SH
17424 ____________________________________________________________________________
17425 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
17426         Log: Don't autogenerate the headers et alia,
17427              make regen_headers explicitly.
17428      Branch: perl
17429            ! Makefile.SH
17430 ____________________________________________________________________________
17431 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
17432         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
17433              From: Gurusamy Sarathy <gsar@ActiveState.com> 
17434              Date: Tue, 07 Aug 2001 08:33:26 -0700
17435              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
17436              
17437              Unnecessary dependency.
17438      Branch: perl
17439            ! embed.pl
17440 ____________________________________________________________________________
17441 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
17442         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
17443              From: Abhijit Menon-Sen <ams@wiw.org>
17444              Date: Tue, 7 Aug 2001 09:10:54 +0530
17445              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
17446      Branch: perl
17447            ! pp_hot.c
17448 ____________________________________________________________________________
17449 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
17450         Log: Subject: [PATCH perl@11597] B && BEGIN handling
17451              From: "James A. Duncan" <jduncan@fotango.com>
17452              Date: Mon, 6 Aug 2001 17:29:11 +0100
17453              Message-ID: <20010806172911.A2071@fotango.com>
17454              
17455              (the intrpvar.h addition moved to the end for bincompat)
17456      Branch: perl
17457            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
17458 ____________________________________________________________________________
17459 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
17460         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
17461      Branch: perl
17462           !> README.win32
17463 ____________________________________________________________________________
17464 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
17465         Log: fix URLs for fcrypt.c
17466      Branch: maint-5.6/perl
17467            ! README.win32
17468 ____________________________________________________________________________
17469 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
17470         Log: Yet another way to say Infinity: HP-UX calls its "++".
17471      Branch: perl
17472            ! lib/Math/BigInt/t/bigintpm.t
17473 ____________________________________________________________________________
17474 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
17475         Log: Update Changes.
17476      Branch: perl
17477            ! Changes patchlevel.h
17478 ____________________________________________________________________________
17479 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
17480         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
17481      Branch: perl
17482            ! pod/perlfaq5.pod
17483 ____________________________________________________________________________
17484 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
17485         Log: The #11593 wasn't right.
17486      Branch: perl
17487            ! lib/Math/BigInt/t/bigintpm.t
17488 ____________________________________________________________________________
17489 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
17490         Log: Subject: [PATCH: perl@11564] introducing perlivp
17491              From: Prymmer/Kahn <pvhp@best.com>
17492              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
17493              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
17494              
17495              Subject: Re: [PATCH: perl@11564] introducing perlivp
17496              From: Prymmer/Kahn <pvhp@best.com>
17497              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
17498              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
17499      Branch: perl
17500            + utils/perlivp.PL
17501            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
17502            ! win32/Makefile win32/makefile.mk
17503 ____________________________________________________________________________
17504 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
17505         Log: libcs are confused what to call Infinity.
17506      Branch: perl
17507            ! lib/Math/BigInt/t/bigintpm.t
17508 ____________________________________________________________________________
17509 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
17510         Log: Avoid SIGFPE in Tru64.
17511      Branch: perl
17512            ! numeric.c
17513 ____________________________________________________________________________
17514 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
17515         Log: Upgrade to Math::BigInt 1.40.
17516              
17517              NOTE: this patch necessitates doing something about
17518              infinity handling since the new bigintpm.t tests use
17519              infinity, which causes SIGFPEs at least in Tru64.
17520      Branch: perl
17521            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
17522            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
17523            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
17524            ! lib/Math/BigInt/t/mbimbf.t
17525 ____________________________________________________________________________
17526 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
17527         Log: remove hardcoded cmd shell in testsuite
17528      Branch: perl
17529            ! t/op/glob.t t/op/magic.t t/op/stat.t
17530 ____________________________________________________________________________
17531 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
17532         Log: 4-arg select() was busted on windows because change#8178 didn't
17533              make it into mainline
17534      Branch: perl
17535            ! perl.h win32/include/sys/socket.h
17536 ____________________________________________________________________________
17537 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
17538         Log: Rename the Getopt::Long tests to be as they are
17539              in the Getopt::Long official distribution.
17540      Branch: perl
17541            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
17542            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
17543            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
17544            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
17545            ! MANIFEST
17546 ____________________________________________________________________________
17547 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
17548         Log: Upgrade to Getopt::Long 2.26.
17549      Branch: perl
17550            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
17551            ! MANIFEST lib/Getopt/Long.pm
17552 ____________________________________________________________________________
17553 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
17554         Log: Retract #10874 (the hack should be unnecessary by now)
17555      Branch: perl
17556            ! lib/Test/Harness.pm
17557 ____________________________________________________________________________
17558 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
17559         Log: avoid temp file littering in tests
17560      Branch: perl
17561            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
17562 ____________________________________________________________________________
17563 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
17564         Log: Subject: warning in sv.c: double format, NV arg
17565              From: "Philip Newton" <Philip.Newton@gmx.net>
17566              Date: Sun, 5 Aug 2001 19:41:07 +0200
17567              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
17568      Branch: perl
17569            ! sv.c
17570 ____________________________________________________________________________
17571 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
17572         Log: fix POSIX.t#13 for windos
17573      Branch: perl
17574            ! ext/POSIX/POSIX.t
17575 ____________________________________________________________________________
17576 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
17577         Log: Add a test for PerlIO::Via.
17578      Branch: perl
17579            + ext/PerlIO/t/via.t
17580            ! MANIFEST ext/PerlIO/Via/Via.pm
17581 ____________________________________________________________________________
17582 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
17583         Log: flock() and link() are not available on Windows 9x
17584      Branch: perl
17585            ! win32/config_sh.PL
17586 ____________________________________________________________________________
17587 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
17588         Log: Some Tru64 C compilers have C++ components that confuse
17589              the ccversion parsing.
17590      Branch: perl
17591            ! hints/dec_osf.sh
17592 ____________________________________________________________________________
17593 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
17594         Log: (Reintroduce #11125)
17595              
17596              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
17597              From: Alan Burlison <Alan.Burlison@sun.com> 
17598              Date: Tue, 03 Jul 2001 15:20:13 +0100   
17599              Message-ID: <3B41D49D.A923D4F9@sun.com> 
17600      Branch: perl
17601            ! lib/ExtUtils/MM_Unix.pm
17602 ____________________________________________________________________________
17603 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
17604         Log: Little pointer juggling for HP-UX cc to avoid
17605              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
17606              followed by
17607              "error 1549: Modifiable lvalue required for assignment operator."
17608      Branch: perl
17609            ! hv.c
17610 ____________________________________________________________________________
17611 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
17612         Log: Continuation of #11575: SANY_SEEN completely deprecated,
17613              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
17614              plus a fix for the bug.
17615      Branch: perl
17616            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
17617 ____________________________________________________________________________
17618 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
17619         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
17620              From: Doug MacEachern <dougm@covalent.net>
17621              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
17622              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
17623      Branch: perl
17624            ! sv.c
17625 ____________________________________________________________________________
17626 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
17627         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
17628              the new CANY is the \C.  The problem reported and the
17629              test case supplied in
17630              
17631              Subject: UTF-8 bugs in string length & single line regex matches
17632              From: "Daniel P. Berrange" <dan@berrange.com>
17633              Date: Fri, 3 Aug 2001 11:39:33 +0100
17634              Message-ID: <20010803113932.A19318@berrange.com>
17635      Branch: perl
17636            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
17637            ! t/op/pat.t
17638 ____________________________________________________________________________
17639 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
17640         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
17641              From: Doug MacEachern <dougm@covalent.net>
17642              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
17643              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
17644      Branch: perl
17645            ! perl.c regexec.c
17646 ____________________________________________________________________________
17647 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
17648         Log: The #11572 didn't up the test count.
17649      Branch: perl
17650            ! t/op/length.t
17651 ____________________________________________________________________________
17652 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
17653         Log: Subject: UTF-8 bugs in string length & single line regex matches
17654              From: "Daniel P. Berrange" <dan@berrange.com>
17655              Date: Fri, 3 Aug 2001 11:39:33 +0100         
17656              Message-ID: <20010803113932.A19318@berrange.com>
17657              
17658              (the mg_length() fix)
17659      Branch: perl
17660            ! mg.c t/op/length.t
17661 ____________________________________________________________________________
17662 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
17663         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
17664              From: Abhijit Menon-Sen <ams@wiw.org>
17665              Date: Sat, 4 Aug 2001 16:56:35 +0530
17666              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
17667      Branch: perl
17668            ! hv.c
17669 ____________________________________________________________________________
17670 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
17671         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
17672              From: Abhijit Menon-Sen <ams@wiw.org>
17673              Date: Sat, 4 Aug 2001 16:16:03 +0530
17674              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
17675      Branch: perl
17676            ! hv.c
17677 ____________________________________________________________________________
17678 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
17679         Log: Subject: Re: [patch] refcount re ops
17680              From: Abhijit Menon-Sen <ams@wiw.org>
17681              Date: Sat, 4 Aug 2001 08:54:55 +0530
17682              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
17683      Branch: perl
17684            ! sv.c
17685 ____________________________________________________________________________
17686 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
17687         Log: Subject: [patch] refcount re ops
17688              From: Doug MacEachern <dougm@covalent.net>
17689              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
17690              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
17691      Branch: perl
17692            ! regcomp.c sv.c
17693 ____________________________________________________________________________
17694 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
17695         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
17696              From: Doug MacEachern <dougm@covalent.net>
17697              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
17698              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
17699      Branch: perl
17700            ! perl.c regexec.c
17701 ____________________________________________________________________________
17702 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
17703         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
17704              From: "Craig A. Berry" <craigberry@mac.com> 
17705              Date: Fri, 03 Aug 2001 16:16:16 -0500
17706              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
17707      Branch: perl
17708            ! t/op/misc.t
17709 ____________________________________________________________________________
17710 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
17711         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
17712              From: John Kristian <jmk2001@engineer.com>
17713              Date: Fri, 03 Aug 2001 00:59:08 -0700
17714              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
17715      Branch: perl
17716            ! win32/win32.c
17717 ____________________________________________________________________________
17718 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
17719         Log: Update Changes.
17720      Branch: perl
17721            ! Changes patchlevel.h
17722 ____________________________________________________________________________
17723 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
17724         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
17725              From: "Craig A. Berry" <craigberry@mac.com>
17726              Date: Thu, 02 Aug 2001 23:15:24 -0500
17727              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
17728      Branch: perl
17729            ! ext/B/Stash.t
17730 ____________________________________________________________________________
17731 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
17732         Log: Subject: [patch] plug PL_cshname leak
17733              From: Doug MacEachern <dougm@covalent.net>
17734              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
17735              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
17736      Branch: perl
17737            ! sv.c
17738 ____________________________________________________________________________
17739 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
17740         Log: Subject: [patch] plug PL_sh_path leak
17741              From: Doug MacEachern <dougm@covalent.net>
17742              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
17743              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
17744      Branch: perl
17745            ! sv.c
17746 ____________________________________________________________________________
17747 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
17748         Log: Subject: [patch] plug PL_regex_padav leaks
17749              From: Doug MacEachern <dougm@covalent.net>
17750              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
17751              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
17752      Branch: perl
17753            ! op.c op.h perl.c
17754 ____________________________________________________________________________
17755 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
17756         Log: Subject: [patch] plug PL_origargv leak
17757              From: Doug MacEachern <dougm@covalent.net>
17758              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
17759              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
17760      Branch: perl
17761            ! perl.c
17762 ____________________________________________________________________________
17763 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
17764         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
17765              From: Abhijit Menon-Sen <ams@wiw.org>
17766              Date: Fri, 3 Aug 2001 06:38:11 +0530
17767              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
17768      Branch: perl
17769            ! hv.c
17770 ____________________________________________________________________________
17771 [ 11557] By: nick                                  on 2001/08/03  08:17:38
17772         Log: Integrate mainline
17773      Branch: perlio
17774           +> (branch 47 files)
17775            - lib/Switch/test.pl
17776           !> (integrate 49 files)
17777 ____________________________________________________________________________
17778 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
17779         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
17780              From: "Craig A. Berry" <craigberry@mac.com>
17781              Date: Thu, 02 Aug 2001 12:56:19 -0500
17782              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
17783      Branch: perl
17784            ! ext/B/Showlex.t
17785 ____________________________________________________________________________
17786 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
17787         Log: Be more careful about non-existent files.
17788      Branch: perl
17789            ! lib/File/Copy.pm
17790 ____________________________________________________________________________
17791 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
17792         Log: Subject: [PATCH resend] deparse empty formats
17793              From: Robin Houston <robin@kitsite.com> 
17794              Date: Thu, 2 Aug 2001 14:32:36 +0100
17795              Message-ID: <20010802143236.A894@robin.kitsite.com>
17796      Branch: perl
17797            ! ext/B/B/Deparse.pm
17798 ____________________________________________________________________________
17799 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
17800         Log: Subject: [patch] ithreads + refto fix improvement
17801              From: Doug MacEachern <dougm@covalent.net>
17802              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
17803              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
17804      Branch: perl
17805            ! pp.c
17806 ____________________________________________________________________________
17807 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
17808         Log: Readability nit from Abhijit.
17809      Branch: perl
17810            ! op.c
17811 ____________________________________________________________________________
17812 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
17813         Log: setproctitle() API version nit from Anton Berezin.
17814      Branch: perl
17815            ! mg.c
17816 ____________________________________________________________________________
17817 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
17818         Log: Add PerlCE to the docs.
17819      Branch: perl
17820            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
17821            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
17822 ____________________________________________________________________________
17823 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
17824         Log: Integrate the PerlCE (WinCE Perl) port;
17825              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
17826      Branch: perl
17827            + README.ce wince/FindExt.pm wince/Makefile.ce
17828            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
17829            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
17830            + wince/bin/search.pl wince/config.ce wince/config.h
17831            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
17832            + wince/dl_win32.xs wince/include/arpa/inet.h
17833            + wince/include/cectype.h wince/include/errno.h
17834            + wince/include/netdb.h wince/include/sys/socket.h
17835            + wince/include/sys/stat.h wince/include/sys/types.h
17836            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
17837            + wince/perl.rc wince/perldll.def wince/perllib.c
17838            + wince/perlmain.c wince/registry.bat wince/runperl.c
17839            + wince/splittree.pl wince/win32.h wince/win32iop.h
17840            + wince/win32thread.c wince/win32thread.h wince/wince.c
17841            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
17842            + wince/xdistclean.ksh wince/xmakediffs.ksh
17843            ! MANIFEST perl.c perl.h perlio.c
17844 ____________________________________________________________________________
17845 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
17846         Log: setproctitle() made simpler.  (This assumes the string is
17847              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
17848              should be used.  Note len, not len + 1.)  BSD-fu from Anton
17849              Berezin.
17850      Branch: perl
17851            ! mg.c
17852 ____________________________________________________________________________
17853 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
17854         Log: Subject: [PATCH] -Wall cleanup: op.c
17855              From: Richard Soderberg <rs@oregonnet.com>
17856              Date: Thu, 2 Aug 2001 00:17:09 -0700
17857              Message-Id: <200108020717.AAA26895@oregonnet.com>
17858              
17859              Subject: [PATCH] -Wall cleanup: sv.c
17860              From: Richard Soderberg <rs@oregonnet.com>
17861              Date: Thu, 2 Aug 2001 00:49:21 -0700
17862              Message-Id: <200108020749.AAA27492@oregonnet.com>
17863      Branch: perl
17864            ! op.c sv.c
17865 ____________________________________________________________________________
17866 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
17867         Log: Update Changes.
17868      Branch: perl
17869            ! Changes patchlevel.h
17870 ____________________________________________________________________________
17871 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
17872         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
17873              From: Doug MacEachern <dougm@covalent.net>
17874              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
17875              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
17876      Branch: perl
17877            ! op.c
17878 ____________________________________________________________________________
17879 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
17880         Log: The #11541 didn't work under threads.
17881      Branch: perl
17882            ! op.c
17883 ____________________________________________________________________________
17884 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
17885         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
17886              From: Hugo <hv@crypt.compulink.co.uk>
17887              Date: Fri, 22 Jun 2001 01:19:08 +0100 
17888              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
17889              
17890              (Skip tests if accept() failed)
17891      Branch: perl
17892            ! ext/IO/lib/IO/t/io_unix.t
17893 ____________________________________________________________________________
17894 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
17895         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
17896              From: "Stian Seeberg" <sseeberg@nimsoft.no>
17897              Date: Mon, 30 Jul 2001 12:28:07 +0200
17898              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
17899      Branch: perl
17900            ! perl.h
17901 ____________________________________________________________________________
17902 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
17903         Log: Subject: Pluggable optimizer
17904              From: Simon Cozens <simon@netthink.co.uk>
17905              Date: Wed, 1 Aug 2001 13:57:02 -0700
17906              Message-ID: <20010801135702.I10442@netthink.co.uk>
17907      Branch: perl
17908            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
17909 ____________________________________________________________________________
17910 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
17911         Log: Subject: [ID 20010801.039] perlre.pod message typo
17912              From: Autrijus Tang <autrijus@geb.elixus.org>
17913              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
17914              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
17915      Branch: perl
17916            ! pod/perlre.pod
17917 ____________________________________________________________________________
17918 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
17919         Log: Test for change #11536.
17920      Branch: perl
17921            ! t/op/tiehandle.t
17922 ____________________________________________________________________________
17923 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
17924         Log: More test fixups for #11537.
17925      Branch: perl
17926            ! t/lib/warnings/4lint t/lib/warnings/9enabled
17927 ____________________________________________________________________________
17928 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
17929         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
17930              From: Doug MacEachern <dougm@covalent.net>
17931              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
17932              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
17933      Branch: perl
17934            ! op.c t/TestInit.pm
17935 ____________________________________________________________________________
17936 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
17937         Log: Subject: [patch] ithreads + refto bug
17938              From: Doug MacEachern <dougm@covalent.net>
17939              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
17940              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
17941              
17942              (Test in change #11539)
17943      Branch: perl
17944            ! pp.c
17945 ____________________________________________________________________________
17946 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
17947         Log: Subject: [PATCH: perl@11523] fixups for t/harness
17948              From: Prymmer/Kahn <pvhp@best.com>
17949              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
17950              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
17951      Branch: perl
17952            ! t/harness
17953 ____________________________________________________________________________
17954 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
17955         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
17956              From: Prymmer/Kahn <pvhp@best.com>
17957              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
17958              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
17959      Branch: perl
17960            ! win32/Makefile win32/makefile.mk
17961 ____________________________________________________________________________
17962 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
17963         Log: Need to know the number of tests.
17964      Branch: perl
17965            ! t/run/exit.t
17966 ____________________________________________________________________________
17967 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
17968         Log: Subject: Re: new exit tests on VMS
17969              From: "Craig A. Berry" <craigberry@mac.com>
17970              Date: Tue, 31 Jul 2001 12:19:29 -0500
17971              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
17972      Branch: perl
17973            ! t/run/exit.t
17974 ____________________________________________________________________________
17975 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
17976         Log: Retract #11530 (the dTHX is needed under threads)
17977      Branch: perl
17978            ! perlio.c
17979 ____________________________________________________________________________
17980 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
17981         Log: (Retracted by #11531)
17982      Branch: perl
17983            ! perlio.c
17984 ____________________________________________________________________________
17985 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
17986         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
17987              From: Richard Soderberg <rs@crystalflame.net>
17988              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
17989              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
17990      Branch: perl
17991            ! unixish.h
17992 ____________________________________________________________________________
17993 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
17994         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
17995              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17996              Date: Tue, 31 Jul 2001 05:39:09 -0400
17997              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
17998              
17999              (with a note about the case of UV being equal to long long)
18000      Branch: perl
18001            ! utils/h2xs.PL
18002 ____________________________________________________________________________
18003 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
18004         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
18005              From: "Craig A. Berry" <craigberry@mac.com>
18006              Date: Tue, 31 Jul 2001 14:57:43 -0500
18007              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
18008      Branch: perl
18009            ! t/io/fs.t
18010 ____________________________________________________________________________
18011 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
18012         Log: Fix for
18013              
18014              Subject: [ID 20010116.001] File::Copy truncates orig file 
18015              From: arbor@al37al08.telecel.pt
18016              Date: Tue, 16 Jan 2001 11:43:02 GMT
18017              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
18018              
18019              (copy($foo, $foo) would truncate $foo)
18020      Branch: perl
18021            ! lib/File/Copy.pm lib/File/Copy.t
18022 ____________________________________________________________________________
18023 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
18024         Log: Metaconfig unit change for #11524.
18025      Branch: metaconfig/U/perl
18026            ! Extras.U
18027 ____________________________________________________________________________
18028 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
18029         Log: Multiple modules didn't work; plus typo fixes.
18030      Branch: perl
18031            ! Configure
18032 ____________________________________________________________________________
18033 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
18034         Log: Update Changes.
18035      Branch: perl
18036            ! Changes patchlevel.h
18037 ____________________________________________________________________________
18038 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
18039         Log: Regen perlapi.
18040      Branch: perl
18041            ! pod/perlapi.pod
18042 ____________________________________________________________________________
18043 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
18044         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
18045              From: Dave Mitchell <davem@fdgroup.co.uk>
18046              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
18047              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
18048      Branch: perl
18049            ! sv.c
18050 ____________________________________________________________________________
18051 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
18052         Log: Regen toc.
18053      Branch: perl
18054            ! pod/perltoc.pod
18055 ____________________________________________________________________________
18056 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
18057         Log: Regen Porting stuff.
18058      Branch: perl
18059            ! Porting/Glossary Porting/config.sh Porting/config_H
18060 ____________________________________________________________________________
18061 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
18062         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
18063              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18064              Date: Tue, 31 Jul 2001 05:34:38 -0400
18065              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
18066      Branch: perl
18067            ! utils/h2xs.PL
18068 ____________________________________________________________________________
18069 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
18070         Log: Metaconfig unit change for #11516. 
18071      Branch: metaconfig/U/perl
18072            ! gccvers.U
18073 ____________________________________________________________________________
18074 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
18075         Log: Add -Wall in cflags, not in Configure.
18076              (This way -Wall affects only the core and the core XS,
18077              not user modules' XS.  Concern from Paul Marquess,
18078              implementation idea from Andy Dougherty.)
18079      Branch: perl
18080            ! Configure cflags.SH
18081 ____________________________________________________________________________
18082 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
18083         Log: Metaconfig unit changes for #11514.
18084      Branch: metaconfig
18085            + U/modified/sysman.U
18086            ! U/installdirs/man1dir.U
18087 ____________________________________________________________________________
18088 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
18089         Log: Subject: Configure's detection of system manual
18090              From: Sean Dague <sean@dague.net> 
18091              Date: Sun, 13 May 2001 15:53:15 -0400
18092              Message-ID: <20010513155315.A15833@underhill.dague.net>
18093      Branch: perl
18094            ! Configure
18095 ____________________________________________________________________________
18096 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
18097         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
18098              From: Autrijus Tang <autrijus@autrijus.org> 
18099              Date: Thu, 21 Jun 2001 23:56:48 +0800
18100              Message-Id: <20010621235648.A57340@not.autrijus.org>
18101      Branch: perl
18102            ! pod/perlobj.pod
18103 ____________________________________________________________________________
18104 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
18105         Log: Subject: Typo in DB_File.pm
18106              From: "Philip Newton" <Philip.Newton@gmx.net>
18107              Date: Tue, 31 Jul 2001 06:19:35 +0200
18108              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
18109      Branch: perl
18110            ! ext/DB_File/DB_File.pm
18111 ____________________________________________________________________________
18112 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
18113         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
18114              From: "Stephen P. Potter" <spp@spotter.yi.org>
18115              Date: Wed, 30 May 2001 13:59:34 -0400
18116              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
18117      Branch: perl
18118            ! pod/perlre.pod
18119 ____________________________________________________________________________
18120 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
18121         Log: eval "format foo=" would loop indefinitely; reported in
18122              
18123              Subject: A load of old rubbish
18124              From: Mike Guy <mjtg@cam.ac.uk>
18125              Date: Mon, 14 May 2001 16:12:22 +0100
18126              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
18127              
18128              (The core dumps reported in there already fixed.)
18129      Branch: perl
18130            ! toke.c
18131 ____________________________________________________________________________
18132 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
18133         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
18134      Branch: perl
18135            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
18136            + lib/Switch/t/switch_case.t
18137            - lib/Switch/test.pl
18138            ! MANIFEST lib/Switch.pm
18139 ____________________________________________________________________________
18140 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
18141         Log: Subject: [PATCH @11505] DB_File-1.78
18142              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
18143              Date: Mon, 30 Jul 2001 22:54:37 +0100
18144              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
18145      Branch: perl
18146            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
18147            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
18148 ____________________________________________________________________________
18149 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
18150         Log: Explain in more detail why -pipe and -fno-common are good.
18151      Branch: perl
18152            ! hints/darwin.sh
18153 ____________________________________________________________________________
18154 [ 11506] By: nick                                  on 2001/07/30  14:32:23
18155         Log: Integrate mainline
18156      Branch: perlio
18157           !> INSTALL Makefile.SH doio.c hints/darwin.sh
18158 ____________________________________________________________________________
18159 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
18160         Log: Perl hasn't been putting man pages into $prefix/lib for
18161              a long time now; pointed out by Andy Dougherty. 
18162      Branch: perl
18163            ! hints/darwin.sh
18164 ____________________________________________________________________________
18165 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
18166         Log: Document the extras Configure option.
18167      Branch: perl
18168            ! INSTALL
18169 ____________________________________________________________________________
18170 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
18171         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
18172              everywhere.
18173      Branch: perl
18174           !> doio.c
18175 ____________________________________________________________________________
18176 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
18177         Log: Doubly guard against invoking CPAN if no extras defined,
18178              pointed out by H. Merijn Brand.
18179      Branch: perl
18180            ! Makefile.SH
18181 ____________________________________________________________________________
18182 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
18183         Log: Fix O_RDONLY check to check for O_RDONLY.
18184      Branch: maint-5.6/macperl
18185            ! doio.c
18186 ____________________________________________________________________________
18187 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
18188         Log: Integrate miscellaneous changes from maint-5.6/perl.
18189      Branch: maint-5.6/macperl
18190           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
18191 ____________________________________________________________________________
18192 [ 11499] By: nick                                  on 2001/07/30  06:52:42
18193         Log: Integrate mainline
18194      Branch: perlio
18195           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
18196           +> win32/sync_ext.pl
18197            - win32/sncfnmcs.pl
18198           !> (integrate 71 files)
18199 ____________________________________________________________________________
18200 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
18201         Log: Update Changes.
18202      Branch: perl
18203            ! Changes patchlevel.h
18204 ____________________________________________________________________________
18205 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
18206         Log: Now Configure -Dextras=Foo::Bar and "make install" will
18207              fetch and install Foo::Bar.
18208      Branch: perl
18209            ! Makefile.SH
18210 ____________________________________________________________________________
18211 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
18212         Log: Metaconfig unit change for #11495.
18213      Branch: metaconfig/U/perl
18214            ! Extras.U
18215 ____________________________________________________________________________
18216 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
18217         Log: extras.make, extras.test, and extras.install make targets.
18218      Branch: perl
18219            ! Configure Makefile.SH
18220 ____________________________________________________________________________
18221 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
18222         Log: Metaconfig unit change for #11493.
18223      Branch: metaconfig/U/perl
18224            ! Extras.U
18225 ____________________________________________________________________________
18226 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
18227         Log: Better to have the list of extras in $extras than 'define'.
18228      Branch: perl
18229            ! Configure
18230 ____________________________________________________________________________
18231 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
18232         Log: The metaconfig unit change for #11490.
18233      Branch: metaconfig/U/perl
18234            + Extras.U
18235 ____________________________________________________________________________
18236 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
18237         Log: Missed from #11490 (the required dependency).
18238      Branch: perl
18239            ! Makefile.SH
18240 ____________________________________________________________________________
18241 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
18242         Log: Add the support of asking for extra modules or bundles of modules
18243              to be fetched from the CPAN and installed as a part of the Perl
18244              build process.  None of this installation is yet really done;
18245              only the list is asked, and saved away in extras.lst for
18246              the build and installation process to worry about later.
18247      Branch: perl
18248            ! Configure
18249 ____________________________________________________________________________
18250 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
18251         Log: Beginnings of better Inf and NaN support.
18252              At least toke.c and sv.c still need quite a bit of work.
18253      Branch: perl
18254            ! numeric.c perl.h
18255 ____________________________________________________________________________
18256 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
18257         Log: Top-level Makefile didn't honour OPTIMIZE.
18258      Branch: perl
18259            ! Makefile.SH
18260 ____________________________________________________________________________
18261 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
18262         Log: Update Changes.
18263      Branch: perl
18264            ! Changes patchlevel.h
18265 ____________________________________________________________________________
18266 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
18267         Log: Use Search::Dict 1.02 interface for charinfo().
18268      Branch: perl
18269            ! lib/UnicodeCD.pm
18270 ____________________________________________________________________________
18271 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
18272         Log: Now also allow transforming the read lines before comparing them.
18273              (This will help UnicodeCD.) 
18274      Branch: perl
18275            ! lib/Search/Dict.pm
18276 ____________________________________________________________________________
18277 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
18278         Log: Remove tiehandle code.
18279      Branch: perl
18280            ! lib/UnicodeCD.pm
18281 ____________________________________________________________________________
18282 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
18283         Log: Allow specifying a comparison function for Search::Dict::look().
18284      Branch: perl
18285            ! lib/Search/Dict.pm
18286 ____________________________________________________________________________
18287 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
18288         Log: Small UnicodeCD tweaks.
18289      Branch: perl
18290            ! lib/UnicodeCD.pm lib/UnicodeCD.t
18291 ____________________________________________________________________________
18292 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
18293         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
18294              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
18295              Date: Tue, 24 Jul 2001 01:51:32 +0900
18296              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
18297      Branch: perl
18298            ! lib/UnicodeCD.pm lib/UnicodeCD.t
18299 ____________________________________________________________________________
18300 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
18301         Log: Subject: [PATCH] installperl
18302              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
18303              Date: Fri, 27 Jul 2001 19:05:04 -0700
18304              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
18305      Branch: perl
18306            ! installperl
18307 ____________________________________________________________________________
18308 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
18309         Log: Subject: [PATCH] Set proper compatibility versions in core
18310              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
18311              Date: Fri, 27 Jul 2001 20:01:49 -0700
18312              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
18313      Branch: perl
18314            ! Makefile.SH
18315 ____________________________________________________________________________
18316 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
18317         Log: Metaconfig unit change for #11477.
18318      Branch: metaconfig/U/perl
18319            ! dlsrc.U
18320 ____________________________________________________________________________
18321 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
18322         Log: Subject: [PATCH] Darwin: -fpic not so good
18323              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
18324              Date: Fri, 27 Jul 2001 18:57:38 -0700
18325              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
18326      Branch: perl
18327            ! Configure
18328 ____________________________________________________________________________
18329 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
18330         Log: Subject: [PATCH] Clean up Darwin hints
18331              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
18332              Date: Fri, 27 Jul 2001 19:13:15 -0700
18333              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
18334      Branch: perl
18335            ! hints/darwin.sh
18336 ____________________________________________________________________________
18337 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
18338         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
18339              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
18340              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
18341              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
18342      Branch: perl
18343            ! pod/perlfunc.pod pp.c t/op/split.t
18344 ____________________________________________________________________________
18345 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
18346         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
18347              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
18348              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
18349              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
18350      Branch: perl
18351            ! pod/perlvar.pod
18352 ____________________________________________________________________________
18353 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
18354         Log: Subject: [PATCH] fixes to constant.pm documentation
18355              From: Ilmari Karonen <iltzu@sci.fi>
18356              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
18357              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
18358      Branch: perl
18359            ! lib/constant.pm
18360 ____________________________________________________________________________
18361 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
18362         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
18363              From: "Philip Newton" <Philip.Newton@gmx.net>
18364              Date: Fri, 27 Jul 2001 07:51:10 +0200
18365              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
18366      Branch: perl
18367            ! pod/perlport.pod
18368 ____________________________________________________________________________
18369 [ 11471] By: nick                                  on 2001/07/26  06:23:32
18370         Log: Subject:  [PATCH] Doc fix for perlguts / threading
18371              From:  Arthur Bergman <arthur@contiller.se>
18372              Date:  Wed, 25 Jul 2001 11:28:23 +0200
18373              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
18374      Branch: perl
18375            ! pod/perlguts.pod
18376 ____________________________________________________________________________
18377 [ 11470] By: nick                                  on 2001/07/26  06:21:06
18378         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
18379              From:  Philip Newton <Philip.Newton@gmx.net>
18380              Date:  Wed, 25 Jul 2001 08:19:47 +0200
18381              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
18382      Branch: perl
18383            ! INSTALL
18384 ____________________________________________________________________________
18385 [ 11469] By: nick                                  on 2001/07/26  06:20:25
18386         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
18387              From:  Philip Newton <Philip.Newton@gmx.net>
18388              Date:  Wed, 25 Jul 2001 08:12:48 +0200
18389              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
18390      Branch: perl
18391            ! INSTALL
18392 ____________________________________________________________________________
18393 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
18394         Log: More +x.
18395      Branch: perl
18396            ! Porting/makerel
18397 ____________________________________________________________________________
18398 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
18399         Log: Update Changes.
18400      Branch: perl
18401            ! Changes patchlevel.h
18402 ____________________________________________________________________________
18403 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
18404         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
18405              From: "Philip Newton" <Philip.Newton@gmx.net>
18406              Date: Tue, 24 Jul 2001 06:45:55 +0200
18407              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
18408      Branch: perl
18409            ! os2/perlrexx.c
18410 ____________________________________________________________________________
18411 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
18412         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
18413              From: Peter Prymmer <pvhp@forte.com>
18414              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
18415              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
18416      Branch: perl
18417            ! pod/perlport.pod t/io/fs.t vms/test.com
18418 ____________________________________________________________________________
18419 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
18420         Log: Workaround on Cwd bootstrap problem.
18421      Branch: perl
18422            ! lib/ExtUtils/MakeMaker.pm
18423 ____________________________________________________________________________
18424 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
18425         Log: When in Rome, quote like the Romans do.
18426      Branch: perl
18427            ! cflags.SH
18428 ____________________________________________________________________________
18429 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
18430         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
18431              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18432              Date: Mon, 23 Jul 2001 19:29:49 -0400
18433              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
18434      Branch: perl
18435            + os2/perlrexx.c
18436            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
18437            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
18438            ! t/op/write.t
18439 ____________________________________________________________________________
18440 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
18441         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
18442              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18443              Date: Mon, 23 Jul 2001 18:43:42 -0400
18444              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
18445      Branch: perl
18446            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
18447 ____________________________________________________________________________
18448 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
18449         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
18450              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18451              Date: Mon, 23 Jul 2001 18:33:16 -0400
18452              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
18453      Branch: perl
18454            ! lib/ExtUtils/MakeMaker.pm
18455 ____________________________________________________________________________
18456 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
18457         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
18458              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18459              Date: Mon, 23 Jul 2001 18:20:35 -0400
18460              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
18461      Branch: perl
18462            ! Makefile.SH cflags.SH
18463 ____________________________________________________________________________
18464 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
18465         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
18466              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
18467              Date: Mon, 23 Jul 2001 11:32:17 -0500
18468              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
18469      Branch: perl
18470            ! lib/ExtUtils/MakeMaker.pm
18471 ____________________________________________________________________________
18472 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
18473         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
18474              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18475              Date: Mon, 23 Jul 2001 18:13:20 -0400
18476              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
18477      Branch: perl
18478            ! lib/perl5db.pl
18479 ____________________________________________________________________________
18480 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
18481         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
18482              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18483              Date: Mon, 23 Jul 2001 18:07:40 -0400
18484              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
18485      Branch: perl
18486            ! op.c
18487 ____________________________________________________________________________
18488 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
18489         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
18490              From: "Craig A. Berry" <craigberry@mac.com>
18491              Date: Mon, 23 Jul 2001 15:35:06 -0500
18492              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
18493      Branch: perl
18494            ! util.c
18495 ____________________________________________________________________________
18496 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
18497         Log: Subject: [PATCH perlfaq9.pod typo]
18498              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
18499              Date: Mon, 23 Jul 2001 07:49:05 -0700
18500              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
18501      Branch: perl
18502            ! pod/perlfaq9.pod
18503 ____________________________________________________________________________
18504 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
18505         Log: Subject: win32\sncfnmcs.pl corrections
18506              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
18507              Date: Mon, 23 Jul 2001 12:56:54 +0200
18508              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
18509              
18510              Rename the script a little bit more sensibly.
18511      Branch: perl
18512            + win32/sync_ext.pl
18513            - win32/sncfnmcs.pl
18514            ! MANIFEST README.win32
18515 ____________________________________________________________________________
18516 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
18517         Log: Test tweak.
18518      Branch: perl
18519            ! ext/B/Deparse.t
18520 ____________________________________________________________________________
18521 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
18522         Log: Metaconfig unit tweak for #11450.
18523      Branch: metaconfig/U/perl
18524            ! Mksymlinks.U
18525 ____________________________________________________________________________
18526 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
18527         Log: Too volatile failsafe check.
18528      Branch: perl
18529            ! Configure
18530 ____________________________________________________________________________
18531 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
18532         Log: Further doc tweaks.
18533      Branch: perl
18534            ! lib/UnicodeCD.pm
18535 ____________________________________________________________________________
18536 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
18537         Log: Doc tweaks.
18538      Branch: perl
18539            ! lib/UnicodeCD.pm
18540 ____________________________________________________________________________
18541 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
18542         Log: Doc tweakery from Abhijit.
18543      Branch: perl
18544            ! Porting/repository.pod
18545 ____________________________________________________________________________
18546 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
18547         Log: An accidental empty line.
18548      Branch: perl
18549            ! MANIFEST
18550 ____________________________________________________________________________
18551 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
18552         Log: Missing MANIFESTations.
18553      Branch: perl
18554            ! MANIFEST
18555 ____________________________________________________________________________
18556 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
18557         Log: Update Changes.
18558      Branch: perl
18559            ! Changes patchlevel.h
18560 ____________________________________________________________________________
18561 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
18562         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
18563              From: Mike Guy <mjtg@cam.ac.uk>
18564              Date: Fri, 20 Jul 2001 16:12:49 +0100
18565              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
18566      Branch: perl
18567            ! Porting/pumpkin.pod
18568 ____________________________________________________________________________
18569 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
18570         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
18571              From: Peter Prymmer <pvhp@forte.com>
18572              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
18573              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
18574      Branch: perl
18575            ! pod/perlhack.pod
18576 ____________________________________________________________________________
18577 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
18578         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
18579              From: Michael G Schwern <schwern@pobox.com>
18580              Date: Fri, 20 Jul 2001 20:22:35 -0400
18581              Message-ID: <20010720202235.O4498@blackrider>
18582      Branch: perl
18583            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
18584            ! lib/Test/t/todo.t
18585 ____________________________________________________________________________
18586 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
18587         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
18588              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
18589              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
18590              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
18591      Branch: perl
18592            ! ext/POSIX/POSIX.pod
18593 ____________________________________________________________________________
18594 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
18595         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
18596              From: Mark-Jason Dominus <mjd@plover.com>
18597              Date: Fri, 20 Jul 2001 23:16:54 -0400
18598              Message-ID: <20010721031654.21877.qmail@plover.com>
18599      Branch: perl
18600            ! ext/POSIX/POSIX.pod
18601 ____________________________________________________________________________
18602 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
18603         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
18604              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18605              Date: Sun, 22 Jul 2001 14:56:09 +0200
18606              Message-ID: <20010722145609.A766@rafael>
18607      Branch: perl
18608            ! ext/B/O.pm
18609 ____________________________________________________________________________
18610 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
18611         Log: Subject: regexec.c #define cleanup
18612              From: Mark-Jason Dominus <mjd@plover.com>
18613              Date: Sat, 21 Jul 2001 18:33:25 -0400
18614              Message-ID: <20010721223325.3069.qmail@plover.com>
18615      Branch: perl
18616            ! regexec.c
18617 ____________________________________________________________________________
18618 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
18619         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
18620              From: Prymmer/Kahn <pvhp@best.com>
18621              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
18622              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
18623      Branch: perl
18624            ! t/io/fs.t
18625 ____________________________________________________________________________
18626 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
18627         Log: Typo in #11432.
18628      Branch: perl
18629            ! ext/POSIX/POSIX.t
18630 ____________________________________________________________________________
18631 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
18632         Log: Integrate (manually) change #11424 from macperl.
18633      Branch: perl
18634            ! ext/Filter/t/call.t
18635 ____________________________________________________________________________
18636 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
18637         Log: Integrate change #11408 from macperl.
18638      Branch: perl
18639           !> README.macos pod/perlport.pod
18640 ____________________________________________________________________________
18641 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
18642         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
18643      Branch: perl
18644           +> macos/MacPerlTests.cmd macos/xsubpp.patch
18645            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
18646            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
18647            ! ext/POSIX/POSIX.t
18648 ____________________________________________________________________________
18649 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
18650         Log: pod/*.t tests not picked up by t/TEST either
18651      Branch: maint-5.6/perl
18652            ! t/TEST
18653 ____________________________________________________________________________
18654 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
18655         Log: better tweak for change#11429 (windows has both / and \ separated
18656              paths in @INC at that point)
18657      Branch: maint-5.6/perl
18658            ! t/pod/testp2pt.pl
18659 ____________________________________________________________________________
18660 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
18661         Log: MacOS pod test tweak needs \Escape
18662      Branch: maint-5.6/perl
18663            ! t/pod/testp2pt.pl
18664 ____________________________________________________________________________
18665 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
18666         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
18667              resulting duplicate output, but t/harness isn't)
18668      Branch: maint-5.6/perl
18669            ! t/run/runenv.t
18670 ____________________________________________________________________________
18671 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
18672         Log: t/harness wasn't picking up all the tests
18673      Branch: maint-5.6/perl
18674            ! t/harness
18675 ____________________________________________________________________________
18676 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
18677         Log: update MANIFEST for new file
18678      Branch: maint-5.6/perl
18679            ! MANIFEST
18680 ____________________________________________________________________________
18681 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
18682         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
18683              the exception of the macperl/macos/... tree
18684      Branch: maint-5.6/perl
18685           +> t/lib/filefind-taint.t
18686           !> (integrate 72 files)
18687 ____________________________________________________________________________
18688 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
18689         Log: Fix test.
18690      Branch: maint-5.6/macperl
18691            ! macos/bundled_ext/Filter/t/call.t
18692 ____________________________________________________________________________
18693 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
18694         Log: Make perl fork()-safe (in a slightly limited way) even on
18695              platforms that don't have pthread_atfork() (extension of
18696              the fix in change#11151).
18697              
18698              Note that this will not help extensions that call fork()
18699              directly in C, or that link to libraries that call fork()
18700              directly.  Such cases must be fixed to either call
18701              PerlProc_fork(), or call atfork_lock() in parent before the
18702              calling the function that forks and call atfork_unlock()
18703              in both parent and child immediately after the fork().
18704              (There are no worries if C code calls exec() in the child
18705              immediately after a fork().  Only cases where the child
18706              calls perl's API functions (including New()) after the
18707              fork() are problematic.)
18708              
18709              This change also eliminates the use of vfork() from perl,
18710              since all such uses were violating the severe restrictions
18711              on modifying the state of the process between the vfork()
18712              and the exec().
18713              
18714              This is a modified version of patches suggested by Abhijit
18715              Menon-Sen and Richard Soderberg.
18716      Branch: perl
18717            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
18718            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
18719 ____________________________________________________________________________
18720 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
18721         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
18722              Switch, and Text::Balanced.
18723      Branch: maint-5.6/macperl
18724            + macos/bundled_ext/Filter/Util/Call/Call.pm
18725            + macos/bundled_ext/Filter/Util/Call/Call.xs
18726            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
18727            + macos/bundled_ext/Filter/t/MyFilter.pm
18728            + macos/bundled_ext/Filter/t/call.t
18729            + macos/bundled_ext/Filter/t/filter-util.pl
18730            + macos/bundled_lib/blib/lib/Class/ISA.pm
18731            + macos/bundled_lib/blib/lib/Digest.pm
18732            + macos/bundled_lib/blib/lib/Filter/Simple.pm
18733            + macos/bundled_lib/blib/lib/Switch.pm
18734            + macos/bundled_lib/blib/lib/Text/Balanced.pm
18735            + macos/bundled_lib/blib/lib/Text/Balanced.pod
18736            + macos/bundled_lib/t/Class/ISA/test.pl
18737            + macos/bundled_lib/t/Digest/Digest.t
18738            + macos/bundled_lib/t/Filter/Simple/test.pl
18739            + macos/bundled_lib/t/Switch/test.pl
18740            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
18741            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
18742            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
18743            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
18744            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
18745            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
18746            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
18747            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
18748 ____________________________________________________________________________
18749 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
18750         Log: Add Filter::Util::Call to config/make files; edit utils
18751              to recognize the module (it was descended too far down).
18752              Bump version to 5.6.1a4.
18753      Branch: maint-5.6/macperl
18754            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
18755            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
18756            ! macos/macperl/Makefile.mk macos/xsubpp.patch
18757 ____________________________________________________________________________
18758 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
18759         Log: Make DB_File the default for MLDBM on MacOS.
18760      Branch: maint-5.6/macperl
18761            ! macos/bundled_lib/blib/lib/MLDBM.pm
18762 ____________________________________________________________________________
18763 [ 11419] By: nick                                  on 2001/07/20  14:51:03
18764         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
18765              From:  Simon Cozens <simon@netthink.co.uk>
18766              Date:  Fri, 20 Jul 2001 11:42:35 -0400
18767              Message-Id:  <20010720114235.A5235@netthink.co.uk>
18768      Branch: perl
18769            ! lib/UnicodeCD.pm
18770 ____________________________________________________________________________
18771 [ 11418] By: nick                                  on 2001/07/20  14:48:12
18772         Log: Subject:  [PATCH regcomp.h] adds a comment
18773              From:  Abhijit Menon-Sen <ams@wiw.org>
18774              Date:  Fri, 20 Jul 2001 21:05:37 +0530
18775              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
18776      Branch: perl
18777            ! regcomp.h
18778 ____________________________________________________________________________
18779 [ 11417] By: nick                                  on 2001/07/20  14:16:38
18780         Log: Subject:  [PATCH 5.7.2] INSTALL updates
18781              From:  Andy Dougherty <doughera@lafayette.edu>
18782              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
18783              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
18784      Branch: perl
18785            ! INSTALL
18786 ____________________________________________________________________________
18787 [ 11416] By: nick                                  on 2001/07/20  06:44:44
18788         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
18789              From:  Russ Allbery <rra@stanford.edu>
18790              Date:  19 Jul 2001 15:52:37 -0700
18791              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
18792      Branch: perl
18793            ! lib/Pod/Man.pm
18794 ____________________________________________________________________________
18795 [ 11415] By: nick                                  on 2001/07/20  06:35:11
18796         Log: Subject:  [PATCH] defer op_seq allocation
18797              From:  Abhijit Menon-Sen <ams@wiw.org>
18798              Date:  Thu, 19 Jul 2001 22:12:24 +0530
18799              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
18800      Branch: perl
18801            ! op.c
18802 ____________________________________________________________________________
18803 [ 11414] By: nick                                  on 2001/07/20  06:23:36
18804         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
18805              From:  Abhijit Menon-Sen <ams@wiw.org>
18806              Date:  Fri, 20 Jul 2001 01:18:50 +0530
18807              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
18808              (Private e-mail)
18809      Branch: perl
18810            ! ext/Time/HiRes/HiRes.xs
18811 ____________________________________________________________________________
18812 [ 11413] By: nick                                  on 2001/07/20  06:18:53
18813         Log: Integrate mainline
18814      Branch: perlio
18815           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
18816            - t/base/commonsense.t
18817           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
18818           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
18819           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
18820           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
18821           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
18822           !> win32/win32.c
18823 ____________________________________________________________________________
18824 [ 11412] By: nick                                  on 2001/07/19  06:44:27
18825         Log: Integrate win32/perlhost.h from maintenance branch.
18826              (Rest of $ENV{PATH} / system() fix.)
18827      Branch: perl
18828           !> win32/perlhost.h
18829 ____________________________________________________________________________
18830 [ 11411] By: nick                                  on 2001/07/19  06:41:34
18831         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
18832              From:  Philip Newton <Philip.Newton@gmx.net>
18833              Date:  Wed, 18 Jul 2001 21:43:57 +0200
18834              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
18835      Branch: perl
18836            ! pod/perlhack.pod
18837 ____________________________________________________________________________
18838 [ 11410] By: nick                                  on 2001/07/19  06:39:35
18839         Log: Subject:  Security hole in taint checking in open()
18840              From:  deekoo@tentacle.net
18841              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
18842              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
18843      Branch: perl
18844            ! doio.c
18845 ____________________________________________________________________________
18846 [ 11409] By: nick                                  on 2001/07/19  06:28:08
18847         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
18848              From:  Abhijit Menon-Sen <ams@wiw.org>
18849              Date:  Thu, 19 Jul 2001 04:30:43 +0530
18850              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
18851      Branch: perl
18852            ! ext/Time/HiRes/HiRes.xs
18853 ____________________________________________________________________________
18854 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
18855         Log: Update docs with latest implementation information and new URLs.
18856      Branch: maint-5.6/macperl
18857            ! README.macos pod/perlport.pod
18858 ____________________________________________________________________________
18859 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
18860         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
18861              Fix BuildRules to accept optimization variables.
18862      Branch: maint-5.6/macperl
18863            + macos/bundled_ext/Digest/MD5/Makefile.mk
18864            ! macos/BuildRules.mk macos/Makefile.mk
18865            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
18866            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
18867 ____________________________________________________________________________
18868 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
18869         Log: Integrate changes 11399,11401
18870      Branch: maint-5.6/macperl
18871           !> win32/perlhost.h win32/win32.c
18872 ____________________________________________________________________________
18873 [ 11405] By: nick                                  on 2001/07/18  06:50:33
18874         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
18875              from perl5.6*
18876      Branch: perl
18877           !> win32/perlhost.h win32/win32.c
18878 ____________________________________________________________________________
18879 [ 11404] By: nick                                  on 2001/07/18  06:43:59
18880         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
18881              From:  hv@crypt0.demon.co.uk
18882              Date:  Wed, 18 Jul 2001 05:58:46 +0100
18883              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
18884      Branch: perl
18885            ! ext/POSIX/POSIX.t
18886 ____________________________________________________________________________
18887 [ 11403] By: nick                                  on 2001/07/18  06:38:57
18888         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
18889              From:  hv@crypt0.demon.co.uk
18890              Date:  Wed, 18 Jul 2001 05:21:54 +0100
18891              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
18892      Branch: perl
18893            ! numeric.c t/op/arith.t
18894 ____________________________________________________________________________
18895 [ 11402] By: nick                                  on 2001/07/18  06:19:17
18896         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
18897              From:  mjd@plover.com
18898              Date:  17 Jul 2001 17:59:20 -0000
18899              Message-Id:  <20010717175920.8177.qmail@plover.com>
18900      Branch: perl
18901            ! pod/perlre.pod
18902 ____________________________________________________________________________
18903 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
18904         Log: thinko in change#11400 (duh)
18905      Branch: maint-5.6/perl
18906            ! win32/perlhost.h
18907 ____________________________________________________________________________
18908 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
18909         Log: change#11399 revealed another unrelated bug; this is just a temporary
18910              bandaid
18911      Branch: maint-5.6/perl
18912            ! win32/perlhost.h
18913 ____________________________________________________________________________
18914 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
18915         Log: fix bugs in handling of the virtualized environment under windows;
18916              there were bugs in propagating any changes to %ENV down to the real
18917              environment when such changes happened in the toplevel process
18918              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
18919              problem identification, and for a part of the fix)
18920      Branch: maint-5.6/perl
18921            ! win32/perlhost.h win32/win32.c
18922 ____________________________________________________________________________
18923 [ 11398] By: nick                                  on 2001/07/17  08:26:35
18924         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
18925              From: Peter Prymmer <pvhp@forte.com>
18926              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
18927              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
18928              
18929              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
18930              should not depend on existance of Config.pm
18931      Branch: perl
18932           +> t/lib/commonsense.t
18933            - t/base/commonsense.t
18934            ! MANIFEST t/README
18935 ____________________________________________________________________________
18936 [ 11397] By: nick                                  on 2001/07/17  08:09:58
18937         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
18938              From:  Michael G Schwern <schwern@pobox.com>
18939              Date:  Mon, 16 Jul 2001 18:20:31 -0400
18940              Message-Id:  <20010716182031.A1128@blackrider>
18941      Branch: perl
18942            ! pod/perlhack.pod
18943 ____________________________________________________________________________
18944 [ 11396] By: nick                                  on 2001/07/17  08:04:11
18945         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
18946              From:  Gwyn Judd <b.judd@xtra.co.nz>
18947              Date:  Tue, 17 Jul 2001 20:55:58 +1200
18948              Message-Id:  <20010717205558.A3107@thislove>
18949      Branch: perl
18950            ! pod/perlfunc.pod
18951 ____________________________________________________________________________
18952 [ 11395] By: nick                                  on 2001/07/17  08:02:22
18953         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
18954              From:  Peter Prymmer <pvhp@forte.com>
18955              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
18956              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
18957      Branch: perl
18958            ! t/op/sprintf.t
18959 ____________________________________________________________________________
18960 [ 11394] By: nick                                  on 2001/07/17  07:57:06
18961         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
18962              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
18963              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
18964              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
18965      Branch: perl
18966            ! gv.c
18967 ____________________________________________________________________________
18968 [ 11392] By: nick                                  on 2001/07/17  07:50:12
18969         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
18970              From:  Coral <coral@moonlight.crystalflame.net>
18971              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
18972              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
18973      Branch: perl
18974            ! pp_sys.c thread.h
18975 ____________________________________________________________________________
18976 [ 11391] By: nick                                  on 2001/07/17  07:34:28
18977         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
18978              From:  Jonathan Stowe <gellyfish@gellyfish.com>
18979              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
18980              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
18981      Branch: perl
18982            ! utils/h2xs.PL
18983 ____________________________________________________________________________
18984 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
18985         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
18986              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
18987              and Mac::Apps::Launch, which don't work, and Time::HiRes and
18988              Time::Piece, which don't yet work.
18989      Branch: maint-5.6/macperl
18990            + (add 154 files)
18991 ____________________________________________________________________________
18992 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
18993         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
18994              Also add hack to get around missing setenv for PERL5DB.
18995      Branch: maint-5.6/macperl
18996            ! macos/macish.c macos/macish.h
18997 ____________________________________________________________________________
18998 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
18999         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
19000      Branch: maint-5.6/macperl
19001            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
19002            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
19003 ____________________________________________________________________________
19004 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
19005         Log: Fix up some configuration and make options, add extra
19006              extensions.
19007      Branch: maint-5.6/macperl
19008            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
19009            ! macos/macperl/Makefile.mk
19010 ____________________________________________________________________________
19011 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
19012         Log: From Change 11374 in maintperl.
19013      Branch: maint-5.6/macperl
19014           !> utils/h2ph.PL
19015 ____________________________________________________________________________
19016 [ 11385] By: nick                                  on 2001/07/16  14:12:58
19017         Log: Back out change to h2xs till it passes its test.
19018      Branch: perl
19019            ! utils/h2xs.PL
19020 ____________________________________________________________________________
19021 [ 11384] By: nick                                  on 2001/07/16  14:00:10
19022         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
19023              From:  Jonathan Stowe <gellyfish@gellyfish.com>
19024              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
19025              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
19026      Branch: perl
19027            ! utils/h2xs.PL
19028 ____________________________________________________________________________
19029 [ 11383] By: nick                                  on 2001/07/16  13:53:12
19030         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
19031              From:  Robin Houston <robin@kitsite.com>
19032              Date:  Sun, 15 Jul 2001 18:22:31 +0100
19033              Message-Id:  <20010715182230.A11174@robin>
19034      Branch: perl
19035            ! hints/darwin.sh
19036 ____________________________________________________________________________
19037 [ 11382] By: nick                                  on 2001/07/16  13:52:49
19038         Log: Subject:  [PATCH perl@11372] re_dup
19039              From:  Radu Greab <radu@netsoft.ro>
19040              Date:  Sun, 15 Jul 2001 04:50:06 +0300
19041              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
19042      Branch: perl
19043            ! sv.c
19044 ____________________________________________________________________________
19045 [ 11379] By: nick                                  on 2001/07/16  13:35:39
19046         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
19047              From:  Robin Houston <robin@kitsite.com>
19048              Date:  Sat, 14 Jul 2001 14:28:50 +0100
19049              Message-Id:  <20010714142850.A10205@robin>
19050      Branch: perl
19051            ! ext/B/B/Deparse.pm
19052 ____________________________________________________________________________
19053 [ 11378] By: nick                                  on 2001/07/16  13:30:36
19054         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
19055              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
19056              Date:  Sat, 14 Jul 2001 22:17:42 +0900
19057              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
19058      Branch: perl
19059            + ext/Encode/Encode/euc-jp-0212.enc
19060            ! ext/Encode/Encode/Tcl.pm
19061 ____________________________________________________________________________
19062 [ 11377] By: nick                                  on 2001/07/16  13:17:28
19063         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
19064              From:  Andy Dougherty <doughera@lafayette.edu>
19065              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
19066              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
19067      Branch: perl
19068            ! hints/darwin.sh hints/rhapsody.sh
19069 ____________________________________________________________________________
19070 [ 11376] By: nick                                  on 2001/07/16  09:05:00
19071         Log: Integrate mainline
19072      Branch: perlio
19073           +> ext/Encode/Encode/7bit-greek.enc
19074           +> ext/Encode/Encode/7bit-latin1.enc
19075           +> ext/Encode/Encode/cns11643-1.enc
19076           +> ext/Encode/Encode/cns11643-2.enc
19077           +> ext/Encode/Encode/iso2022-cn.enc
19078           +> ext/Encode/Encode/iso2022-jp1.enc
19079           +> ext/Encode/Encode/iso2022-jp2.enc
19080           !> Changes Configure MANIFEST Makefile.SH
19081           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
19082           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
19083           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
19084           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
19085           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
19086 ____________________________________________________________________________
19087 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
19088         Log: integrate change#11374 from maint-5.6
19089              
19090              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
19091      Branch: perl
19092           !> utils/h2ph.PL
19093 ____________________________________________________________________________
19094 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
19095         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
19096      Branch: maint-5.6/perl
19097            ! utils/h2ph.PL
19098 ____________________________________________________________________________
19099 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
19100         Log: Update Changes.
19101      Branch: perl
19102            ! Changes patchlevel.h
19103 ____________________________________________________________________________
19104 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
19105         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
19106              From: Jonathan Stowe <gellyfish@gellyfish.com>
19107              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
19108              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
19109      Branch: perl
19110            ! utils/h2xs.PL
19111 ____________________________________________________________________________
19112 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
19113         Log: Subject: patch to add DEL to [:cntrl:]
19114              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
19115              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
19116              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
19117      Branch: perl
19118            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
19119 ____________________________________________________________________________
19120 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
19121         Log: Metaconfig unit change for #11369; plus a dependency nit.
19122      Branch: metaconfig
19123            ! U/compline/nblock_io.U
19124      Branch: metaconfig/U/perl
19125            ! Extensions.U
19126 ____________________________________________________________________________
19127 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
19128         Log: #include <stdlib.h> so that exit() is prototyped,
19129              noticed by Hugo.
19130      Branch: perl
19131            ! Configure
19132 ____________________________________________________________________________
19133 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
19134         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
19135              From: Peter Prymmer <pvhp@forte.com>
19136              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
19137              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
19138      Branch: perl
19139            ! t/op/sprintf.t
19140 ____________________________________________________________________________
19141 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
19142         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
19143              From: Peter Prymmer <pvhp@forte.com>
19144              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
19145              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
19146      Branch: perl
19147            ! ext/Encode/Encode/Tcl.t
19148 ____________________________________________________________________________
19149 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
19150         Log: Add information about gcc 3.0 basic block profiling.
19151      Branch: perl
19152            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
19153 ____________________________________________________________________________
19154 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
19155         Log: Subject: Error in lib/PerlIO/Via.pm ?
19156              From: Mark-Jason Dominus <mjd@plover.com>
19157              Date: Fri, 13 Jul 2001 15:55:41 -0400
19158              Message-ID: <20010713195541.26751.qmail@plover.com>
19159      Branch: perl
19160            ! ext/PerlIO/Via/Via.pm
19161 ____________________________________________________________________________
19162 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
19163         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
19164              section from the Compiler section.
19165      Branch: perl
19166            ! myconfig.SH
19167 ____________________________________________________________________________
19168 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
19169         Log: Handle glibc style of constant definitions using enum
19170              with intervening #defines; from Brendan O'Dea.
19171      Branch: perl
19172            ! utils/h2ph.PL
19173 ____________________________________________________________________________
19174 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
19175         Log: Add LC_MESSAGES to the locale_h export tag (it already is
19176              in the Makefile.PL and thusly eligible for an XS constant)
19177              (see also maintperl #10543)
19178      Branch: perl
19179            ! ext/POSIX/POSIX.pm
19180 ____________________________________________________________________________
19181 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
19182         Log: Subject: Re: [patch] re_dup
19183              From: Abhijit Menon-Sen <ams@wiw.org>
19184              Date: Fri, 13 Jul 2001 21:41:09 +0530
19185              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
19186      Branch: perl
19187            ! sv.c
19188 ____________________________________________________________________________
19189 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
19190         Log: Subject: [patch] re_dup
19191              From: Doug MacEachern <dougm@covalent.net>
19192              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
19193              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
19194      Branch: perl
19195            ! sv.c
19196 ____________________________________________________________________________
19197 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
19198         Log: Update Changes.
19199      Branch: perl
19200            ! Changes patchlevel.h
19201 ____________________________________________________________________________
19202 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
19203         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
19204              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
19205              Date: Sat, 14 Jul 2001 00:06:30 +0900
19206              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
19207      Branch: perl
19208            + ext/Encode/Encode/7bit-greek.enc
19209            + ext/Encode/Encode/7bit-latin1.enc
19210            + ext/Encode/Encode/cns11643-1.enc
19211            + ext/Encode/Encode/cns11643-2.enc
19212            + ext/Encode/Encode/iso2022-cn.enc
19213            + ext/Encode/Encode/iso2022-jp1.enc
19214            + ext/Encode/Encode/iso2022-jp2.enc
19215            ! MANIFEST ext/Encode/Encode/Tcl.pm
19216            ! ext/Encode/Encode/iso2022-kr.enc
19217 ____________________________________________________________________________
19218 [ 11357] By: nick                                  on 2001/07/13  14:24:06
19219         Log: Blind integrate mainline (as of 5.7.2?)
19220      Branch: perlio
19221           !> AUTHORS Changes Porting/config.sh Porting/config_H
19222           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
19223           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
19224           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
19225           !> win32/makefile.mk
19226 ____________________________________________________________________________
19227 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
19228         Log: Snip away the devel patchlevel.
19229      Branch: perl
19230            ! patchlevel.h
19231 ____________________________________________________________________________
19232 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
19233         Log: Bump the version to 5.7.2.
19234      Branch: perl
19235            ! Porting/config.sh Porting/config_H patchlevel.h
19236            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
19237            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19238            ! win32/makefile.mk
19239 ____________________________________________________________________________
19240 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
19241         Log: Update Changes.
19242      Branch: perl
19243            ! Changes
19244 ____________________________________________________________________________
19245 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
19246         Log: Reword.
19247      Branch: perl
19248            ! AUTHORS
19249 ____________________________________________________________________________
19250 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
19251         Log: AUTHORS update.
19252      Branch: perl
19253            ! AUTHORS
19254 ____________________________________________________________________________
19255 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
19256         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
19257              unless ithreads.
19258      Branch: perl
19259            ! makedef.pl
19260 ____________________________________________________________________________
19261 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
19262         Log: Integrate perlio.
19263      Branch: perl
19264           !> win32/distclean.bat
19265 ____________________________________________________________________________
19266 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
19267         Log: Test the encoding transform only iff we have PerlIO,
19268              noticed by H. Merijn Brand.
19269      Branch: perl
19270            ! ext/PerlIO/t/encoding.t
19271 ____________________________________________________________________________
19272 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
19273         Log: README.netware tweaks from Ananth Kesari.
19274      Branch: perl
19275            ! README.netware
19276 ____________________________________________________________________________
19277 [ 11346] By: nick                                  on 2001/07/13  09:18:51
19278         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
19279              to avoid /unicode vs /Unicode issues.
19280      Branch: perlio
19281            ! win32/distclean.bat
19282 ____________________________________________________________________________
19283 [ 11345] By: nick                                  on 2001/07/13  06:24:18
19284         Log: Integrate mainline
19285      Branch: perlio
19286           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
19287            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
19288           !> (integrate 63 files)
19289 ____________________________________________________________________________
19290 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
19291         Log: Add d_bincompat5005 information to perl -V.
19292      Branch: perl
19293            ! myconfig.SH
19294 ____________________________________________________________________________
19295 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
19296         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
19297              From: Abhijit Menon-Sen <ams@wiw.org>
19298              Date: Fri, 13 Jul 2001 07:12:36 +0530
19299              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
19300      Branch: perl
19301            ! sv.c
19302 ____________________________________________________________________________
19303 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
19304         Log: Remove unicode::distinct, as per Inaba Hiroto.
19305      Branch: perl
19306            - lib/unicode/distinct.pm
19307            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
19308            ! t/lib/1_compile.t
19309 ____________________________________________________________________________
19310 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
19311         Log: Paging for Dr Octothorpe.
19312      Branch: perl
19313            ! pod/perlfaq4.pod
19314 ____________________________________________________________________________
19315 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
19316         Log: cut-n-paste error noticed by mjd.
19317      Branch: perl
19318            ! pod/perlfaq4.pod
19319 ____________________________________________________________________________
19320 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
19321         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
19322              From: Peter Prymmer <pvhp@forte.com>
19323              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
19324              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
19325      Branch: perl
19326            ! pod/perlfaq4.pod
19327 ____________________________________________________________________________
19328 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
19329         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
19330              From: Randall Gellens <randy@qualcomm.com>
19331              Date: Thu, 12 Jul 2001 16:56:23 -0700
19332              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
19333      Branch: perl
19334            ! Porting/repository.pod
19335 ____________________________________________________________________________
19336 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
19337         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
19338      Branch: perl
19339            ! thread.h
19340 ____________________________________________________________________________
19341 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
19342         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
19343              From: coral <coral@moonlight.crystalflame.net>
19344              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
19345              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
19346      Branch: perl
19347            ! thread.h
19348 ____________________________________________________________________________
19349 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
19350         Log: Metaconfig unit change for #11134.
19351      Branch: metaconfig
19352            + U/threads/d_pthread_atfork.U
19353 ____________________________________________________________________________
19354 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
19355         Log: Add HAS_PTHREAD_ATFORK.
19356      Branch: perl
19357            ! Configure NetWare/config.wc NetWare/config_H.wc
19358            ! Porting/Glossary Porting/config.sh Porting/config_H
19359            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
19360            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
19361            ! vos/config.ga.def vos/config.ga.h win32/config.bc
19362            ! win32/config.gc win32/config.vc win32/config_H.bc
19363            ! win32/config_H.gc win32/config_H.vc
19364 ____________________________________________________________________________
19365 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
19366         Log: Subject: [PATCH] File::Copy fails on tied handles
19367              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
19368              Date: Thu, 12 Jul 2001 15:18:51 -0700
19369              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
19370      Branch: perl
19371            ! lib/File/Copy.pm
19372 ____________________________________________________________________________
19373 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
19374         Log: Subject: [PATCH] Langinfo.t
19375              From: Nicholas Clark <nick@ccl4.org>
19376              Date: Thu, 12 Jul 2001 23:55:38 +0100
19377              Message-ID: <20010712235538.M5827@plum.flirble.org>
19378      Branch: perl
19379            ! ext/I18N/Langinfo/Langinfo.t
19380 ____________________________________________________________________________
19381 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
19382         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
19383              From: Peter Prymmer <pvhp@forte.com>
19384              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
19385              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
19386      Branch: perl
19387            ! pod/perl572delta.pod
19388 ____________________________________________________________________________
19389 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
19390         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
19391              From: Abhijit Menon-Sen <ams@wiw.org>
19392              Date: Fri, 13 Jul 2001 05:21:16 +0530
19393              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
19394      Branch: perl
19395            ! sv.c
19396 ____________________________________________________________________________
19397 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
19398         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
19399              From: Abhijit Menon-Sen <ams@wiw.org>
19400              Date: Fri, 13 Jul 2001 03:04:25 +0530
19401              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
19402      Branch: perl
19403            ! av.c
19404 ____________________________________________________________________________
19405 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
19406         Log: s/^M$//g
19407      Branch: perl
19408            ! win32/Makefile win32/makefile.mk
19409 ____________________________________________________________________________
19410 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
19411         Log: Update Changes.
19412      Branch: perl
19413            ! Changes patchlevel.h
19414 ____________________________________________________________________________
19415 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
19416         Log: Typo spotted by Philip Newton.
19417      Branch: perl
19418            ! pod/perl572delta.pod
19419 ____________________________________________________________________________
19420 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
19421         Log: Subject: [PATCH] fixes perl_clone of perl_clone
19422              From: Artur Bergman <artur@contiller.se>
19423              Date: Thu, 12 Jul 2001 20:57:09 +0200
19424              Message-ID: <B773BFA4.236B%artur@contiller.se>
19425      Branch: perl
19426            ! sv.c
19427 ____________________________________________________________________________
19428 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
19429         Log: Add README.uts from Hal Morris.
19430      Branch: perl
19431            + README.uts
19432            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
19433            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
19434 ____________________________________________________________________________
19435 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
19436         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
19437              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19438              Date: Thu, 12 Jul 2001 20:32:37 +0200
19439              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
19440      Branch: perl
19441            ! hints/aix.sh
19442 ____________________________________________________________________________
19443 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
19444         Log: Subject: Patch: document reg_data.what member
19445              From: Mark-Jason Dominus <mjd@plover.com>
19446              Message-ID: <20010712182532.14821.qmail@plover.com>
19447              Date: Thu, 12 Jul 2001 14:25:32 -0400
19448      Branch: perl
19449            ! regcomp.c regcomp.h
19450 ____________________________________________________________________________
19451 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
19452         Log: Subject: [PATCH] Perl_re_dup()
19453              From: Abhijit Menon-Sen <ams@wiw.org>
19454              Date: Thu, 12 Jul 2001 23:54:32 +0530
19455              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
19456      Branch: perl
19457            ! embed.h embed.pl perlapi.c proto.h sv.c
19458 ____________________________________________________________________________
19459 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
19460         Log: Regen Configure, modlib, toc.
19461      Branch: perl
19462            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19463            ! pod/perlmodlib.pod pod/perltoc.pod
19464 ____________________________________________________________________________
19465 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
19466         Log: The problem seems to be in PerlIO::Layer::->find() not
19467              accepting the ":encoding(blurflur)" arguments.
19468      Branch: perl
19469            ! lib/PerlIO.pm lib/open.pm
19470 ____________________________________________________________________________
19471 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
19472         Log: AIX doc update.
19473      Branch: perl
19474            ! README.aix pod/perl572delta.pod
19475 ____________________________________________________________________________
19476 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
19477         Log: Subject: AIX README update
19478              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19479              Date: Thu, 12 Jul 2001 19:28:30 +0200
19480              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
19481      Branch: perl
19482            ! README.aix
19483 ____________________________________________________________________________
19484 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
19485         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
19486              From: Norton Allen <allen@huarp.harvard.edu>
19487              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
19488              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
19489      Branch: perl
19490            ! ext/IO/lib/IO/t/io_unix.t
19491 ____________________________________________________________________________
19492 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
19493         Log: Subject: [PATCH README.qnx hints/qnx.sh]
19494              From: Norton Allen <allen@huarp.harvard.edu>
19495              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
19496              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
19497      Branch: perl
19498            ! README.qnx hints/qnx.sh
19499 ____________________________________________________________________________
19500 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
19501         Log: Subject: [patch] faster PM_GETRE
19502              From: Doug MacEachern <dougm@covalent.net>
19503              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
19504              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
19505      Branch: perl
19506            ! op.h
19507 ____________________________________________________________________________
19508 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
19509         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
19510              From: Doug MacEachern <dougm@covalent.net>
19511              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
19512              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
19513      Branch: perl
19514            ! op.c
19515 ____________________________________________________________________________
19516 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
19517         Log: Tell where the nice Estonian database is.
19518      Branch: perl
19519            ! lib/open.pm
19520 ____________________________________________________________________________
19521 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
19522         Log: Retract #11309 since #11310 is a better fix.
19523      Branch: perl
19524            ! t/lib/1_compile.t
19525 ____________________________________________________________________________
19526 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
19527         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
19528              change#11300 needs to return the status of failed win32_spawnvp())
19529              
19530              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
19531              splitting correctly; remove unused variables; 'require' at run time
19532              rather than 'use' at compile time for I18N::Langinfo, since it
19533              isn't everyware
19534      Branch: perl
19535            ! lib/open.pm win32/win32.c
19536 ____________________________________________________________________________
19537 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
19538         Log: Temporary workaround.
19539      Branch: perl
19540            ! t/lib/1_compile.t
19541 ____________________________________________________________________________
19542 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
19543         Log: UCD typo in #11306 and add also more known-to-be-tested
19544              modules to the skip list.
19545      Branch: perl
19546            ! t/lib/1_compile.t
19547 ____________________________________________________________________________
19548 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
19549         Log: Rename Unicode::UCD to UnicodeCD to avoid
19550              messups with case-insensitive filesystems.
19551      Branch: perl
19552            + lib/UnicodeCD.pm lib/UnicodeCD.t
19553            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
19554            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
19555 ____________________________________________________________________________
19556 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
19557         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
19558              From: daniel@biz.bitpusher.com
19559              Date: Wed, 11 Jul 2001 23:25:47 -0700
19560              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
19561      Branch: perl
19562            ! lib/Tie/Array.pm t/op/splice.t
19563 ____________________________________________________________________________
19564 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
19565         Log: Subject: [PATCH] More accurate line numbers in messages
19566              From: Paul Johnson <paul@pjcj.net>
19567              Date: Thu, 12 Jul 2001 04:14:11 +0200
19568              Message-ID: <20010712041411.A3467@pjcj.net>
19569              
19570              (With prototyping and multiplicity tweaks.)
19571      Branch: perl
19572            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
19573 ____________________________________________________________________________
19574 [ 11304] By: nick                                  on 2001/07/12  12:53:40
19575         Log: Integrate mainline
19576      Branch: perlio
19577           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
19578           !> regexec.c thread.h
19579 ____________________________________________________________________________
19580 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
19581         Log: Cut-and-pasto in #11298.
19582      Branch: perl
19583            ! ext/ByteLoader/bytecode.h
19584 ____________________________________________________________________________
19585 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
19586         Log: Update the AIX known problems section.
19587      Branch: perl
19588            ! pod/perl572delta.pod
19589 ____________________________________________________________________________
19590 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
19591         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
19592              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19593              Date: Thu, 12 Jul 2001 12:16:16 +0200
19594              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
19595      Branch: perl
19596            ! hints/aix.sh
19597 ____________________________________________________________________________
19598 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
19599         Log: Integrate perlio.
19600      Branch: perl
19601           !> makedef.pl win32/win32.c
19602 ____________________________________________________________________________
19603 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
19604         Log: Subject: [PATCH] fix for PMOP threadness failures
19605              From: Artur Bergman <artur@contiller.se>
19606              Date: Thu, 12 Jul 2001 09:48:06 +0200
19607              Message-ID: <B77322D6.22DD%artur@contiller.se>
19608      Branch: perl
19609            ! regexec.c
19610 ____________________________________________________________________________
19611 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
19612         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
19613              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
19614              Date: Thu, 12 Jul 2001 09:09:48 +0200
19615              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
19616              
19617              More parentheses to keep bcc happy.
19618      Branch: perl
19619            ! ext/ByteLoader/bytecode.h
19620 ____________________________________________________________________________
19621 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
19622         Log: Subject: Re: [patch] pthread_atfork bandaid
19623              From: Doug MacEachern <dougm@covalent.net>
19624              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
19625              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
19626      Branch: perl
19627            ! thread.h
19628 ____________________________________________________________________________
19629 [ 11296] By: nick                                  on 2001/07/12  11:55:48
19630         Log: Exclude reentrant_buffer from .def file
19631      Branch: perlio
19632            ! makedef.pl
19633 ____________________________________________________________________________
19634 [ 11295] By: nick                                  on 2001/07/12  11:11:44
19635         Log: Honour void-ness of my_exit()
19636      Branch: perlio
19637            ! win32/win32.c
19638 ____________________________________________________________________________
19639 [ 11294] By: nick                                  on 2001/07/12  07:51:04
19640         Log: Integrate mainline
19641      Branch: perlio
19642           +> uts/sprintf_wrap.c
19643           !> (integrate 35 files)
19644 ____________________________________________________________________________
19645 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
19646         Log: Retract #11289.
19647      Branch: perl
19648            ! embed.h embed.pl perl.c proto.h thread.h
19649 ____________________________________________________________________________
19650 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
19651         Log: Now the :locale pseudolayer *almost* works...
19652      Branch: perl
19653            ! lib/open.pm
19654 ____________________________________________________________________________
19655 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
19656         Log: Locale encoding tweaks.
19657      Branch: perl
19658            ! lib/open.pm
19659 ____________________________________________________________________________
19660 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
19661         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
19662              From: Mark-Jason Dominus <mjd@plover.com>
19663              Date: Thu, 12 Jul 2001 00:59:31 -0400
19664              Message-ID: <20010712045931.8543.qmail@plover.com>
19665              
19666              Remove the chmod/umask leading zero warning.
19667      Branch: perl
19668            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
19669            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
19670 ____________________________________________________________________________
19671 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
19672         Log: (Retracted by #11289.)
19673      Branch: perl
19674            ! embed.h embed.pl perl.c proto.h thread.h
19675 ____________________________________________________________________________
19676 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
19677         Log: Needed by #11283.
19678      Branch: perl
19679            ! intrpvar.h
19680 ____________________________________________________________________________
19681 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
19682         Log: Metaconfig unit change for #11286.
19683      Branch: metaconfig/U/perl
19684            ! patchlevel.U
19685 ____________________________________________________________________________
19686 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
19687         Log: Subject: Re: [PATCH Configure] perl -V broken
19688              From: Andy Dougherty <doughera@lafayette.edu>
19689              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
19690              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
19691      Branch: perl
19692            ! Configure myconfig.SH
19693 ____________________________________________________________________________
19694 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
19695         Log: Retract #11166 (and #11237).
19696      Branch: perl
19697            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
19698            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
19699            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
19700 ____________________________________________________________________________
19701 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
19702         Log: UTS tweaks for Hal Morris.
19703      Branch: perl
19704            + uts/sprintf_wrap.c
19705            ! MANIFEST hints/uts.sh perl.h
19706 ____________________________________________________________________________
19707 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
19708         Log: Subject: [PATCH] Use reentrant API glibc
19709              From: Artur Bergman <artur@contiller.se>
19710              Date: Thu, 12 Jul 2001 00:58:21 +0200
19711              Message-ID: <B772A6AD.2288%artur@contiller.se>
19712      Branch: perl
19713            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
19714            ! sv.c
19715 ____________________________________________________________________________
19716 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
19717         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
19718              From: barries <barries@slaysys.com>
19719              Date: Wed, 11 Jul 2001 15:11:46 -0400
19720              Message-ID: <20010711151146.G24560@jester.slaysys.com>
19721      Branch: perl
19722            ! pp_sys.c t/lib/warnings/doio win32/win32.c
19723 ____________________________________________________________________________
19724 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
19725         Log: Subject: [patch] pthread_atfork bandaid
19726              From: Doug MacEachern <dougm@covalent.net>
19727              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
19728              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
19729      Branch: perl
19730            ! miniperlmain.c perl.c
19731 ____________________________________________________________________________
19732 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
19733         Log: Subject: [patch] perl_clone leaks
19734              From: Doug MacEachern <dougm@covalent.net>
19735              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
19736              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
19737      Branch: perl
19738            ! sv.c
19739 ____________________________________________________________________________
19740 [ 11279] By: nick                                  on 2001/07/11  15:49:38
19741         Log: Integrate mainline
19742      Branch: perlio
19743           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
19744           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
19745           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
19746           +> lib/Term/ANSIColor/README
19747           !> (integrate 54 files)
19748 ____________________________________________________________________________
19749 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
19750         Log: Update Changes.
19751      Branch: perl
19752            ! Changes patchlevel.h
19753 ____________________________________________________________________________
19754 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
19755         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
19756              From: Peter Prymmer <pvhp@forte.com>
19757              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
19758              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
19759              
19760              Backport of embed.pl to 5.003.
19761      Branch: perl
19762            ! embed.pl
19763 ____________________________________________________________________________
19764 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
19765         Log: Subject: Re: POSIX test #14 on UTS 
19766              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19767              Date: Wed, 11 Jul 2001 03:02:14 +0100
19768              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
19769      Branch: perl
19770            ! ext/POSIX/POSIX.t
19771 ____________________________________________________________________________
19772 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
19773         Log: Make the I32 an IV to preserve structure alignment and size.
19774      Branch: perl
19775            ! op.h
19776 ____________________________________________________________________________
19777 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
19778         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
19779              From: "Artur Bergman" <artur@contiller.se>
19780              Date: Wed, 11 Jul 2001 14:23:37 +0200
19781              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
19782              
19783              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
19784      Branch: perl
19785            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
19786            ! pod/perlapi.pod sv.c
19787 ____________________________________________________________________________
19788 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
19789         Log: Tweak until Pod::Parser gets updated.
19790      Branch: perl
19791            ! t/pod/special_seqs.xr
19792 ____________________________________________________________________________
19793 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
19794         Log: File::Spec usage tweak.
19795      Branch: perl
19796            ! lib/ExtUtils.t
19797 ____________________________________________________________________________
19798 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
19799         Log: Integrate #11263 from macperl; macos and macosx updates.
19800      Branch: perl
19801           !> pod/perlport.pod
19802 ____________________________________________________________________________
19803 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
19804         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
19805              From: Peter Prymmer <pvhp@forte.com>
19806              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
19807              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
19808      Branch: perl
19809            + ext/Time/HiRes/hints/dynixptx.pl
19810            ! MANIFEST hints/dynixptx.sh
19811 ____________________________________________________________________________
19812 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
19813         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
19814              From: Nicholas Clark <nick@ccl4.org>
19815              Date: Tue, 10 Jul 2001 23:17:43 +0100
19816              Message-ID: <20010710231742.B59620@plum.flirble.org>
19817      Branch: perl
19818            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
19819 ____________________________________________________________________________
19820 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
19821         Log: Subject: [DOC PATCH] Pluggable runops
19822              From: Paul Johnson <paul@pjcj.net>
19823              Date: Tue, 10 Jul 2001 21:53:28 +0200
19824              Message-ID: <20010710215328.B26577@pjcj.net>
19825      Branch: perl
19826            ! pod/perlguts.pod
19827 ____________________________________________________________________________
19828 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
19829         Log: Subject: [PATCH] Authors
19830              From: Artur Bergman <artur@contiller.se>
19831              Date: Tue, 10 Jul 2001 20:39:12 +0200
19832              Message-ID: <B771186F.21CD%artur@contiller.se>
19833      Branch: perl
19834            ! AUTHORS
19835 ____________________________________________________________________________
19836 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
19837         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
19838              From: Doug MacEachern <dougm@covalent.net>
19839              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
19840              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
19841      Branch: perl
19842            ! pp_ctl.c
19843 ____________________________________________________________________________
19844 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
19845         Log: Subject: doc patch; times() in scalar context
19846              From: mjd@plover.com
19847              Date: 10 Jul 2001 18:01:17 -0000
19848              Message-ID: <20010710180117.12477.qmail@plover.com>
19849      Branch: perl
19850            ! pod/perlfunc.pod
19851 ____________________________________________________________________________
19852 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
19853         Log: Subject: [PATCH] Small fix to pp_gmtime
19854              From: Artur Bergman <artur@contiller.se>
19855              Date: Tue, 10 Jul 2001 19:54:52 +0200
19856              Message-ID: <B7710E0B.21C5%artur@contiller.se>
19857      Branch: perl
19858            ! pp_sys.c
19859 ____________________________________________________________________________
19860 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
19861         Log: Integrate changes from mainline perl, add notes about
19862              Mac OS X and Mac OS.
19863      Branch: maint-5.6/macperl
19864            ! pod/perlport.pod
19865 ____________________________________________________________________________
19866 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
19867         Log: A proof of the dangers of package; ?
19868      Branch: perl
19869            ! t/lib/warnings/op
19870 ____________________________________________________________________________
19871 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
19872         Log: Regen toc and modlib.
19873      Branch: perl
19874            ! pod/perlmodlib.pod pod/perltoc.pod
19875 ____________________________________________________________________________
19876 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
19877         Log: Add compexcl(), casefold(), and casespec() interfaces;
19878              and make all interfaces to return hash references instead
19879              of hashes. 
19880      Branch: perl
19881            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
19882 ____________________________________________________________________________
19883 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
19884         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
19885              From: "Philip Newton" <Philip.Newton@gmx.net>
19886              Date: Tue, 10 Jul 2001 09:55:59 +0200
19887              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
19888              
19889              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
19890              From: "Philip Newton" <Philip.Newton@gmx.net>
19891              Date: Tue, 10 Jul 2001 09:56:37 +0200
19892              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
19893      Branch: perl
19894            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
19895            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
19896 ____________________________________________________________________________
19897 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
19898         Log: Subject: [patch] undef &xsub for 1,2
19899              From: Doug MacEachern <dougm@covalent.net>
19900              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
19901              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
19902              
19903              (This version of the patch with a comment from Gisle.)
19904      Branch: perl
19905            ! op.c
19906 ____________________________________________________________________________
19907 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
19908         Log: Mention package; deprecation and the Win32 problems.
19909      Branch: perl
19910            ! pod/perl572delta.pod
19911 ____________________________________________________________________________
19912 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
19913         Log: Subject: [PATCH] deprecate package with no arguments
19914              From: Robin Houston <robin@kitsite.com>
19915              Date: Tue, 10 Jul 2001 13:33:40 +0100
19916              Message-ID: <20010710133340.A13452@robin.kitsite.com>
19917      Branch: perl
19918            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
19919 ____________________________________________________________________________
19920 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
19921         Log: Upgrade to podlators 1.10.
19922      Branch: perl
19923            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
19924            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
19925            ! pod/pod2man.PL pod/pod2text.PL
19926 ____________________________________________________________________________
19927 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
19928         Log: Upgrade to Term::ANSIColor 1.04.
19929      Branch: perl
19930            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
19931            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
19932 ____________________________________________________________________________
19933 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
19934         Log: Integrate perlio (the right fix for the ":layer(args)")
19935      Branch: perl
19936           !> perlio.c
19937 ____________________________________________________________________________
19938 [ 11252] By: nick                                  on 2001/07/10  06:58:14
19939         Log: Fix open(...,"...:layer(xxx)",...)
19940              - use memEQ not strEQ as there is '(' not '\0'
19941      Branch: perlio
19942            ! perlio.c
19943 ____________________________________________________________________________
19944 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
19945         Log: Telling the number of tests helps.
19946      Branch: perl
19947            ! ext/PerlIO/t/encoding.t
19948 ____________________________________________________________________________
19949 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
19950         Log: Require I18N::Langinfo, not use.
19951      Branch: perl
19952            ! lib/open.pm
19953 ____________________________________________________________________________
19954 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
19955         Log: Add a test for for PerlIO ":encoding(...)" layer.
19956      Branch: perl
19957            + ext/PerlIO/t/encoding.t
19958            ! MANIFEST ext/Encode/Encode.pm
19959 ____________________________________________________________________________
19960 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
19961         Log: PerlIO ":encoding(foobar)" temporary fix.
19962              Not really correct, I think, since the change means
19963              that prefixes match.
19964      Branch: perl
19965            ! perlio.c
19966 ____________________________________________________________________________
19967 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
19968         Log: Update to Math::BigInt 1.36.  The biggest news is
19969              the separation of the backend; now the pure Perl
19970              implementation is in Math::BigInt::Calc, but one
19971              can plugin, say, Math::BigInt::BitVect, and get
19972              considerable speedup.
19973      Branch: perl
19974            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
19975            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
19976            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
19977            ! lib/Math/BigInt/t/mbimbf.t
19978 ____________________________________________________________________________
19979 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
19980         Log: Subject: Re: compatibility question
19981              From: Peter Prymmer <pvhp@forte.com>
19982              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
19983              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
19984      Branch: perl
19985            ! lib/ExtUtils/MM_VMS.pm
19986 ____________________________________________________________________________
19987 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
19988         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
19989              From: Norton Allen <allen@huarp.harvard.edu>
19990              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
19991              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
19992      Branch: perl
19993            ! ext/File/Glob/t/basic.t
19994 ____________________________________________________________________________
19995 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
19996         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
19997              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
19998              Date: Tue, 10 Jul 2001 00:29:55 +0900
19999              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
20000      Branch: perl
20001            + ext/Encode/Encode/HZ.enc
20002            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
20003            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
20004            ! ext/Encode/Encode/iso2022-jp.enc
20005            ! ext/Encode/Encode/iso2022-kr.enc
20006 ____________________________________________________________________________
20007 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
20008         Log: Add in all them there macos/ files.
20009      Branch: maint-5.6/macperl
20010            + (add 577 files)
20011 ____________________________________________________________________________
20012 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
20013         Log: Add the new modules to the list of having those own tests.
20014      Branch: perl
20015            ! t/lib/1_compile.t
20016 ____________________________________________________________________________
20017 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
20018         Log: Add INOUT to control both ways at the same time.
20019      Branch: perl
20020            ! lib/open.pm
20021 ____________________________________________________________________________
20022 [ 11240] By: nick                                  on 2001/07/09  16:33:50
20023         Log: Integrate mainline
20024      Branch: perlio
20025           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
20026           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
20027           !> (integrate 41 files)
20028 ____________________________________________________________________________
20029 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
20030         Log: More encoding mapping magic.
20031      Branch: perl
20032            ! lib/open.pm
20033 ____________________________________________________________________________
20034 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
20035         Log: Update Changes.
20036      Branch: perl
20037            ! Changes patchlevel.h
20038 ____________________________________________________________________________
20039 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
20040         Log: (Retracted by #11285).
20041              
20042              Subject: [PATCH] OPpCONST_OCTAL fixes
20043              From: Abhijit Menon-Sen <ams@wiw.org>
20044              Date: Mon, 9 Jul 2001 07:38:45 +0530
20045              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
20046      Branch: perl
20047            ! op.c
20048 ____________________________________________________________________________
20049 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
20050         Log: Add a pseudolayer ":locale" to the open pragma which
20051              will get the encoding from the locale.  Yet undocumented
20052              because I can't get the PerlIO :encoding(foobar) to work.
20053      Branch: perl
20054            ! ext/Encode/Encode.pm lib/open.pm
20055 ____________________________________________________________________________
20056 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
20057         Log: Add more encoding mappings.
20058      Branch: perl
20059            ! ext/Encode/Encode.pm
20060 ____________________________________________________________________________
20061 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
20062         Log: Document that using :encoding layer requires using Encode.
20063      Branch: perl
20064            ! ext/Encode/Encode.pm lib/PerlIO.pm
20065 ____________________________________________________________________________
20066 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
20067         Log: Netware tweak from Ananth Kesari.
20068      Branch: perl
20069            ! NetWare/netware.h
20070 ____________________________________________________________________________
20071 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
20072         Log: t/harness doesn't know about run/*.t
20073      Branch: perl
20074            ! t/harness
20075 ____________________________________________________________________________
20076 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
20077         Log: run/exit.t busted on windows
20078      Branch: perl
20079            ! t/run/exit.t
20080 ____________________________________________________________________________
20081 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
20082         Log: fix a couple of UCD.t tests that fail due to bad case
20083      Branch: perl
20084            ! lib/Unicode/UCD.t
20085 ____________________________________________________________________________
20086 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
20087         Log: test skip logic was broken
20088      Branch: perl
20089            ! ext/I18N/Langinfo/Langinfo.t
20090 ____________________________________________________________________________
20091 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
20092         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
20093              failure of ExtUtils.t#27 when built in debug mode)
20094      Branch: perl
20095            ! lib/ExtUtils/MM_Win32.pm
20096 ____________________________________________________________________________
20097 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
20098         Log: I18N::Langinfo is not available on windows
20099      Branch: perl
20100            ! win32/FindExt.pm
20101 ____________________________________________________________________________
20102 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
20103         Log: save a dTHX
20104      Branch: perl
20105            ! ext/POSIX/POSIX.xs
20106 ____________________________________________________________________________
20107 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
20108         Log: Update Changes.
20109      Branch: perl
20110            ! Changes patchlevel.h
20111 ____________________________________________________________________________
20112 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
20113         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
20114              as pointed out by Sarathy.
20115      Branch: perl
20116            ! ext/I18N/Langinfo/Langinfo.xs
20117 ____________________________________________________________________________
20118 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
20119         Log: Retract #11212.
20120      Branch: perl
20121            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
20122 ____________________________________________________________________________
20123 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
20124         Log: Bump up the VERSION of Cwd.xs.
20125      Branch: perl
20126            ! ext/Cwd/Makefile.PL
20127 ____________________________________________________________________________
20128 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
20129         Log: Retract #11220, the problem wasn't the missing leading zero.
20130              Here's the problem:
20131              $ ./perl -we 'chmod(oct("755"), ".")'
20132              Non-octal literal mode (493) specified at -e line 1.
20133              (Did you mean 0493 instead?)
20134      Branch: perl
20135            ! lib/ExtUtils/MM_Unix.pm
20136 ____________________________________________________________________________
20137 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
20138         Log: (Retracted by #11221)
20139              Change the PERM_RW and PERM_RWX to 0644 and 0755
20140              (add the leading zero).
20141      Branch: perl
20142            ! lib/ExtUtils/MM_Unix.pm
20143 ____________________________________________________________________________
20144 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
20145         Log: Integrate changes #11193, 11205, 11209 from macperl.
20146              
20147              Fix up AutoLoader to fudge for Mac paths in import().
20148              
20149              Allow symbols in try_symbol() to begin with "_".
20150              
20151              Small portability fix for Mac OS.
20152      Branch: perl
20153           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
20154 ____________________________________________________________________________
20155 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
20156         Log: Metaconfig unit change for #11217.
20157      Branch: metaconfig/U/perl
20158            ! Extensions.U
20159 ____________________________________________________________________________
20160 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
20161         Log: Detypo, problem noticed by Gerrit P. Haase.
20162      Branch: perl
20163            ! Configure config_h.SH
20164 ____________________________________________________________________________
20165 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
20166         Log: Cwd cleanups.
20167      Branch: perl
20168            ! ext/Cwd/Cwd.xs
20169 ____________________________________________________________________________
20170 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
20171         Log: Slight tweaks on #11213.
20172      Branch: perl
20173            ! toke.c
20174 ____________________________________________________________________________
20175 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
20176         Log: A missing dTHX noticed by Gerrit P. Haase.
20177      Branch: perl
20178            ! ext/POSIX/POSIX.xs
20179 ____________________________________________________________________________
20180 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
20181         Log: Subject: [PATCH toke.c] Simplify yytoke()
20182              From: Simon Cozens <simon@netthink.co.uk>
20183              Date: Sun, 8 Jul 2001 13:24:34 +0100
20184              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
20185              
20186              Split out pending_ident().
20187      Branch: perl
20188            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
20189 ____________________________________________________________________________
20190 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
20191         Log: (Retracted by #11223.)
20192              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
20193              Date: Wed, 05 Nov 1997 17:22:34 -0600
20194              From: Graham Barr <gbarr@ti.com>
20195              Message-Id: <3460FFBA.6DA51F46@ti.com>
20196      Branch: perl
20197            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
20198 ____________________________________________________________________________
20199 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
20200         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
20201      Branch: perl
20202            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
20203            ! pod/perllocale.pod
20204 ____________________________________________________________________________
20205 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
20206         Log: Really do the test under the C locale.
20207      Branch: perl
20208            ! ext/I18N/Langinfo/Langinfo.t
20209 ____________________________________________________________________________
20210 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
20211         Log: Small portability fix for Mac OS.
20212      Branch: maint-5.6/macperl
20213            ! lib/Cwd.pm
20214 ____________________________________________________________________________
20215 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
20216         Log: Metaconfig unit change for #11207.
20217      Branch: metaconfig/U/perl
20218            ! Extensions.U
20219 ____________________________________________________________________________
20220 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
20221         Log: Add I18N::Langinfo, which is basically a wrapper around
20222              nl_langinfo(), which is an additional way to query locale
20223              specific information.
20224      Branch: perl
20225            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
20226            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
20227            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
20228 ____________________________________________________________________________
20229 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
20230         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
20231              used in File::Find tests; replace with if.t.
20232      Branch: maint-5.6/macperl
20233            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
20234            ! t/pragma/warn/op
20235 ____________________________________________________________________________
20236 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
20237         Log: Allow symbols in try_symbol() to begin with "_".
20238      Branch: maint-5.6/macperl
20239            ! makedef.pl
20240 ____________________________________________________________________________
20241 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
20242         Log: Sync up the File::Find changes from the rewrite by
20243              Thomas Wegner, et al.
20244      Branch: maint-5.6/macperl
20245            + t/lib/filefind-taint.t
20246            ! lib/File/Find.pm t/lib/filefind.t
20247 ____________________________________________________________________________
20248 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
20249         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
20250              From: Thomas Wegner <wegner_thomas@yahoo.com>
20251              Date: Thu, 5 Jul 2001 20:31:25 +0200
20252              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
20253      Branch: maint-5.6/macperl
20254            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
20255 ____________________________________________________________________________
20256 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
20257         Log: Some more test portability fixes.
20258      Branch: maint-5.6/macperl
20259            ! t/lib/filecopy.t t/pragma/warn/pp_sys
20260 ____________________________________________________________________________
20261 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
20262         Log: The #11200 removed wrong (non-existent) target.  Duh.
20263      Branch: perl
20264            ! Makefile.SH
20265 ____________________________________________________________________________
20266 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
20267         Log: Zap the lib/re.pm before creating it.
20268      Branch: perl
20269            ! Makefile.SH
20270 ____________________________________________________________________________
20271 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
20272         Log: Another test.  Please ignore.
20273      Branch: maint-5.6/macperl
20274            ! README.macos
20275 ____________________________________________________________________________
20276 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
20277         Log: Portability fixes for a lot of tests, especially IO-related
20278              tests, and warnings, and the harness script.
20279      Branch: maint-5.6/macperl
20280            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
20281            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
20282            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
20283            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
20284            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
20285            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
20286            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
20287            ! t/pragma/warnings.t
20288 ____________________________________________________________________________
20289 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
20290         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
20291              From: Nicholas Clark <nick@ccl4.org>
20292              Date: Sat, 7 Jul 2001 21:00:17 +0100
20293              Message-ID: <20010707210017.H59620@plum.flirble.org>
20294      Branch: perl
20295            ! lib/h2xs.t
20296 ____________________________________________________________________________
20297 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
20298         Log: The UNICOS/mk SysV IPC problem has been fixed.
20299      Branch: perl
20300            ! pod/perl572delta.pod
20301 ____________________________________________________________________________
20302 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
20303         Log: Slight update tweaks on perlunicode.pod.
20304      Branch: perl
20305            ! pod/perlunicode.pod
20306 ____________________________________________________________________________
20307 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
20308         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
20309              From: Mark-Jason Dominus <mjd@plover.com>
20310              Date: Sat, 07 Jul 2001 13:04:04 -0400
20311              Message-ID: <20010707170404.32694.qmail@plover.com>
20312      Branch: perl
20313            ! ext/DB_File/DB_File.pm
20314 ____________________________________________________________________________
20315 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
20316         Log: Fix up AutoLoader to fudge for Mac paths in import().
20317      Branch: maint-5.6/macperl
20318            ! lib/AutoLoader.pm
20319 ____________________________________________________________________________
20320 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
20321         Log: Try to force the lib/re.pm to be there before entering
20322              the extensions builds, should help for parallel makes.
20323      Branch: perl
20324            ! Makefile.SH
20325 ____________________________________________________________________________
20326 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
20327         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
20328              From: Norton Allen <allen@huarp.harvard.edu>
20329              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
20330              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
20331      Branch: perl
20332            ! ext/POSIX/POSIX.xs
20333 ____________________________________________________________________________
20334 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
20335         Log: Subject: [PATCH] Re: op/arith.t
20336              From: Nicholas Clark <nick@ccl4.org>
20337              Date: Sat, 7 Jul 2001 13:04:54 +0100
20338              Message-ID: <20010707130454.D59620@plum.flirble.org>
20339      Branch: perl
20340            ! numeric.c toke.c
20341 ____________________________________________________________________________
20342 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
20343         Log: Subject: [PATCH] h2xs
20344              From: Nicholas Clark <nick@ccl4.org>
20345              Date: Fri, 6 Jul 2001 23:25:14 +0100
20346              Message-ID: <20010706232514.X59620@plum.flirble.org>
20347      Branch: perl
20348            ! utils/h2xs.PL
20349 ____________________________________________________________________________
20350 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
20351         Log: Subject: Re: bleedperl perl_alloc..free leakage
20352              From: Radu Greab <radu@netsoft.ro>
20353              Date: Fri, 6 Jul 2001 19:48:54 +0300
20354              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
20355              
20356              Leak-be-gone.
20357      Branch: perl
20358            ! op.c
20359 ____________________________________________________________________________
20360 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
20361         Log: Test again.  Please ignore.
20362      Branch: maint-5.6/macperl
20363            ! README.macos
20364 ____________________________________________________________________________
20365 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
20366         Log: Test.  Please ignore.
20367      Branch: maint-5.6/macperl
20368            ! README.macos
20369 ____________________________________________________________________________
20370 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
20371         Log: Include changes already sent in separately as patches,
20372              before branch was created.
20373      Branch: maint-5.6/macperl
20374            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
20375            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
20376            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
20377            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
20378            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
20379            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
20380            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
20381            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
20382            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
20383            ! t/pragma/strict.t
20384 ____________________________________________________________________________
20385 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
20386         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
20387              From: Norton Allen <allen@huarp.harvard.edu>
20388              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
20389              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
20390      Branch: perl
20391            ! utf8.h
20392 ____________________________________________________________________________
20393 [ 11183] By: nick                                  on 2001/07/06  16:27:40
20394         Log: Integrate mainline
20395      Branch: perlio
20396           +> (branch 42 files)
20397            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
20398            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
20399            - win32/bin/mdelete.bat
20400           !> (integrate 215 files)
20401 ____________________________________________________________________________
20402 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
20403         Log: The #11166 needed also these updated.
20404      Branch: perl
20405            ! lib/warnings.pm warnings.h
20406 ____________________________________________________________________________
20407 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
20408         Log: Update Changes.
20409      Branch: perl
20410            ! Changes patchlevel.h
20411 ____________________________________________________________________________
20412 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
20413         Log: Regen toc.
20414      Branch: perl
20415            ! pod/perltoc.pod
20416 ____________________________________________________________________________
20417 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
20418         Log: Nit from Abhijit.
20419      Branch: perl
20420            ! lib/CPAN.pm
20421 ____________________________________________________________________________
20422 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
20423         Log: Retract #11172.
20424      Branch: perl
20425            ! t/op/method.t
20426 ____________________________________________________________________________
20427 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
20428         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
20429              From: Norton Allen <allen@huarp.harvard.edu>
20430              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
20431              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
20432      Branch: perl
20433            ! lib/Cwd.pm
20434 ____________________________________________________________________________
20435 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
20436         Log: (Accidentally empty check-in.)
20437      Branch: perl
20438            ! utf8.h
20439 ____________________________________________________________________________
20440 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
20441         Log: Retract #11165 since Sarathy pointed out it'll not
20442              work properly under threads, the problem should be
20443              solved using "the savestack, either via SSNEW() or
20444              using a newSVpv()+SAVEFREESV() combo."
20445      Branch: perl
20446            ! ext/POSIX/POSIX.xs
20447 ____________________________________________________________________________
20448 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
20449         Log: Retract #11125 since NI-S pointed out it'll not work in
20450              cases where the extension has their own handcrafted INC
20451              et alia.
20452      Branch: perl
20453            ! lib/ExtUtils/MM_Unix.pm
20454 ____________________________________________________________________________
20455 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
20456         Log: Subject: RE: [PATCH] -I and MakeMaker again
20457              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
20458              Date: Fri, 6 Jul 2001 09:18:29 +0200
20459              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
20460      Branch: perl
20461            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
20462            ! lib/ExtUtils/MM_Win32.pm
20463 ____________________________________________________________________________
20464 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
20465         Log: (Retracted by #11178)
20466              Subject: [PATCH t/op/method.t] SUPER:: strangeness
20467              From: Piers Cawley <pdcawley@iterative-software.com>
20468              Date: 06 Jul 2001 10:49:01 +0100
20469              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
20470      Branch: perl
20471            ! t/op/method.t
20472 ____________________________________________________________________________
20473 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
20474         Log: VOS README update from Paul Green.
20475      Branch: perl
20476            ! README.vos
20477 ____________________________________________________________________________
20478 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
20479         Log: Subject: [PATCH README.qnx hints/qnx.sh]
20480              From: Norton Allen <allen@huarp.harvard.edu>
20481              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
20482              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
20483      Branch: perl
20484            ! README.qnx hints/qnx.sh
20485 ____________________________________________________________________________
20486 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
20487         Log: Subject: [PATCH] Doc patch for Tie::Hash
20488              From: Artur Bergman <artur@contiller.se>
20489              Date: Thu, 05 Jul 2001 22:51:18 +0200
20490              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
20491      Branch: perl
20492            ! lib/Tie/Hash.pm
20493 ____________________________________________________________________________
20494 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
20495         Log: Subject: [PATCH] perlfaq4.pod
20496              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
20497              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
20498              Date: Thu, 5 Jul 2001 18:44:10 +0100 
20499      Branch: perl
20500            ! pod/perlfaq4.pod
20501 ____________________________________________________________________________
20502 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
20503         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
20504              From: Robin Houston <robin@kitsite.com>
20505              Date: Thu, 5 Jul 2001 18:33:21 +0100
20506              Message-ID: <20010705183321.A27345@robin.kitsite.com>
20507      Branch: perl
20508            ! ext/B/B/Deparse.pm
20509 ____________________________________________________________________________
20510 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
20511         Log: (Retracted by #11285.)
20512              
20513              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
20514              From: Abhijit Menon-Sen <ams@wiw.org>
20515              Date: Fri, 6 Jul 2001 01:26:32 +0530
20516              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
20517      Branch: perl
20518            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
20519            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
20520            ! warnings.pl
20521 ____________________________________________________________________________
20522 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
20523         Log: (Retracted by #11175)
20524              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
20525              From: Norton Allen <allen@huarp.harvard.edu>
20526              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
20527              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
20528      Branch: perl
20529            ! ext/POSIX/POSIX.xs
20530 ____________________________________________________________________________
20531 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
20532         Log: Unterminated C< (noticed by Richard Hatch), and few other
20533              small Unicode doc tweaks.
20534      Branch: perl
20535            ! pod/perlretut.pod
20536 ____________________________________________________________________________
20537 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
20538         Log: More flexible argument understanding; add charblocks() and
20539              charscripts(); make charblock() and charscript() two-way;
20540              add charinrange(); separate the $Unicode::UCD::VERSION and
20541              the version of the Unicode by adding UnicodeVersion().
20542      Branch: perl
20543            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
20544 ____________________________________________________________________________
20545 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
20546         Log: Update Unicode::UCD on \p{In...}.
20547      Branch: perl
20548            ! lib/Unicode/UCD.pm
20549 ____________________________________________________________________________
20550 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
20551         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
20552              From: Norton Allen <allen@huarp.harvard.edu>
20553              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
20554              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
20555      Branch: perl
20556            ! lib/ExtUtils/MM_Unix.pm
20557 ____________________________________________________________________________
20558 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
20559         Log: POSIX-BC tweaks from Thomas Dorner.
20560      Branch: perl
20561            ! hints/posix-bc.sh perlio.h
20562 ____________________________________________________________________________
20563 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
20564         Log: Module updates for the delta.
20565      Branch: perl
20566            ! pod/perl572delta.pod
20567 ____________________________________________________________________________
20568 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
20569         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
20570              From: Norton Allen <allen@huarp.harvard.edu>
20571              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
20572              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
20573      Branch: perl
20574            ! ext/IO/lib/IO/t/io_sock.t
20575 ____________________________________________________________________________
20576 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
20577         Log: Subject: [PATCH perldiag.pod] Quick fixes
20578              From: Simon Cozens <simon@netthink.co.uk>
20579              Date: Wed, 4 Jul 2001 20:22:12 +0100
20580              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
20581      Branch: perl
20582            ! pod/perldiag.pod
20583 ____________________________________________________________________________
20584 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
20585         Log: (retracted by #13533)
20586              
20587              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
20588              From: Radu Greab <radu@netsoft.ro>
20589              Date: Wed, 4 Jul 2001 22:13:31 +0300
20590              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
20591      Branch: perl
20592            ! op.c sv.c t/op/pos.t
20593 ____________________________________________________________________________
20594 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
20595         Log: Subject: [PATCH] -I and MakeMaker again
20596              From: Michael G Schwern <schwern@pobox.com>
20597              Date: Wed, 4 Jul 2001 15:03:07 -0400
20598              Message-ID: <20010704150307.I20340@blackrider>
20599              
20600              (and retract #11145)
20601      Branch: perl
20602            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
20603            ! lib/ExtUtils/MakeMaker.pm
20604 ____________________________________________________________________________
20605 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
20606         Log: Subject: Re: PERFORCE change 11142 for review
20607              From: "Philip Newton" <Philip.Newton@gmx.net>
20608              Date: Wed, 4 Jul 2001 20:46:26 +0200
20609              Message-Id: <200107041841.VAA25380@taas.iki.fi>
20610      Branch: perl
20611            ! lib/ExtUtils/MakeMaker.pm
20612 ____________________________________________________________________________
20613 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
20614         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
20615              From: Jonathan Stowe <gellyfish@gellyfish.com>
20616              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
20617              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
20618      Branch: perl
20619            ! utils/pl2pm.PL
20620 ____________________________________________________________________________
20621 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
20622         Log: fix the binary compatibility issue when building with/without
20623              usemymalloc by exporting Perl_malloc() et al as simple wrappers
20624              around the system functions (this allows most extensions built
20625              using one mode to coexist with perls built in the other mode)
20626              
20627              XXX the Perl_mfree() wrapper might need to do return(free()) on
20628              platforms where Free_t isn't "void"
20629      Branch: perl
20630            ! embed.h embed.pl makedef.pl proto.h util.c
20631 ____________________________________________________________________________
20632 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
20633         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
20634              since it doesn't ensure threads other than the one calling fork()
20635              aren't holding any locks; the fix is to use pthread_atfork() to
20636              hold global locks
20637              
20638              building perl with -Dusemymalloc exacerbates the problem since
20639              Perl_malloc() holds a mutex, and perl's exec() calls New()
20640              
20641              XXX the code in win32thread.h may be needed on platforms that have
20642              no pthread_atfork()
20643      Branch: perl
20644            ! perl.c thread.h win32/win32thread.h
20645 ____________________________________________________________________________
20646 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
20647         Log: Integrate #11009 from maintperl.
20648      Branch: maint-5.6/macperl
20649           !> lib/ExtUtils/Manifest.pm
20650 ____________________________________________________________________________
20651 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
20652         Log: Flexing my Perforce muscles.
20653      Branch: maint-5.6/macperl
20654            ! README.macos
20655 ____________________________________________________________________________
20656 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
20657         Log: Update Changes.
20658      Branch: perl
20659            ! Changes patchlevel.h
20660 ____________________________________________________________________________
20661 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
20662         Log: Metaconfig unit change for #11146.
20663      Branch: metaconfig/U/perl
20664            ! d_fcntl_can_lock.U
20665 ____________________________________________________________________________
20666 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
20667         Log: Somehow the #ifdefs of the added code (in #11093) made
20668              HP-UX to fail the fcntl locking test, without the ifdefs
20669              the test seems to be working again.  Reason unknown:
20670              HP-UX cc doesn't complain either way.
20671      Branch: perl
20672            ! Configure
20673 ____________________________________________________________________________
20674 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
20675         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
20676      Branch: perl
20677            ! lib/ExtUtils/MM_Unix.pm
20678 ____________________________________________________________________________
20679 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
20680         Log: gcc -Wall nit.
20681      Branch: perl
20682            ! pp_hot.c
20683 ____________________________________________________________________________
20684 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
20685         Log: When removing tests updating the test count is a good idea, too.
20686      Branch: perl
20687            ! lib/Net/t/require.t
20688 ____________________________________________________________________________
20689 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
20690         Log: Document #11134 and add the new symbols to the list of
20691              of MakeMaker known ones.
20692      Branch: perl
20693            ! lib/ExtUtils/MakeMaker.pm
20694 ____________________________________________________________________________
20695 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
20696         Log: Microperl update.
20697      Branch: perl
20698            ! uconfig.h
20699 ____________________________________________________________________________
20700 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
20701         Log: Update the libnet tests as per #11138.
20702      Branch: perl
20703            - lib/Net/t/ph.t
20704            ! MANIFEST lib/Net/t/require.t
20705 ____________________________________________________________________________
20706 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
20707         Log: Regen toc and modlib.
20708      Branch: perl
20709            ! pod/perlmodlib.pod pod/perltoc.pod
20710 ____________________________________________________________________________
20711 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
20712         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
20713              Graham's request.
20714      Branch: perl
20715            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
20716            ! MANIFEST
20717 ____________________________________________________________________________
20718 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
20719         Log: Add the OS/390 harness results to the delta.
20720      Branch: perl
20721            ! pod/perl572delta.pod
20722 ____________________________________________________________________________
20723 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
20724         Log: Avoid the two study tests in OS/390 until the bug has been solved.
20725      Branch: perl
20726            ! t/op/study.t
20727 ____________________________________________________________________________
20728 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
20729         Log: DOS/DJGPP tweaks from Laszlo Molnar.
20730      Branch: perl
20731            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
20732 ____________________________________________________________________________
20733 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
20734         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
20735              From: Michael G Schwern <schwern@pobox.com>
20736              Date: Wed, 4 Jul 2001 00:01:16 -0400
20737              Message-ID: <20010704000116.C591@blackrider>
20738      Branch: perl
20739            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
20740 ____________________________________________________________________________
20741 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
20742         Log: The #11132 missed singleton characters (not part
20743              of a unilo..unihi range) in Unicode scripts.
20744      Branch: perl
20745            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
20746            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
20747            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
20748            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
20749            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
20750            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
20751            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
20752            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
20753            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
20754            ! lib/unicode/mktables.PL t/op/pat.t
20755 ____________________________________________________________________________
20756 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
20757         Log: Support preferentially the Unicode 'scripts' definition
20758              in the \p{In...} notation since according to Unicode the
20759              scripts concept is more natural for matching than using
20760              the somewhat artificial block names.  The block names are
20761              still available, though, and if there's a name conflict,
20762              the scripts one wins and the blocks one has to do with
20763              'Block' appended to its name.  For more information see
20764              
20765              http://www.unicode.org/unicode/reports/tr24/
20766      Branch: perl
20767            + lib/unicode/In/100.pl lib/unicode/In/101.pl
20768            + lib/unicode/In/102.pl lib/unicode/In/103.pl
20769            + lib/unicode/In/104.pl lib/unicode/In/105.pl
20770            + lib/unicode/In/106.pl lib/unicode/In/107.pl
20771            + lib/unicode/In/108.pl lib/unicode/In/109.pl
20772            + lib/unicode/In/110.pl lib/unicode/In/111.pl
20773            + lib/unicode/In/112.pl lib/unicode/In/113.pl
20774            + lib/unicode/In/114.pl lib/unicode/In/115.pl
20775            + lib/unicode/In/116.pl lib/unicode/In/117.pl
20776            + lib/unicode/In/118.pl lib/unicode/In/119.pl
20777            + lib/unicode/In/120.pl lib/unicode/In/121.pl
20778            + lib/unicode/In/122.pl lib/unicode/In/123.pl
20779            + lib/unicode/In/124.pl lib/unicode/In/125.pl
20780            + lib/unicode/In/126.pl lib/unicode/In/127.pl
20781            + lib/unicode/In/128.pl lib/unicode/In/129.pl
20782            + lib/unicode/In/130.pl lib/unicode/In/131.pl
20783            + lib/unicode/In/132.pl lib/unicode/In/133.pl
20784            + lib/unicode/In/134.pl lib/unicode/In/135.pl
20785            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
20786            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
20787            ! (edit 106 files)
20788 ____________________________________________________________________________
20789 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
20790         Log: Better document the difference between a block and a script.
20791      Branch: perl
20792            ! lib/Unicode/UCD.pm
20793 ____________________________________________________________________________
20794 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
20795         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
20796              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
20797              Date: Tue, 3 Jul 2001 15:04:23 -0500
20798              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
20799      Branch: perl
20800            ! lib/CPAN.pm
20801 ____________________________________________________________________________
20802 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
20803         Log: Add tests for charscript().
20804      Branch: perl
20805            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
20806 ____________________________________________________________________________
20807 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
20808         Log: Add charscript() to get the UTR#24 script names of characters.
20809      Branch: perl
20810            ! lib/Unicode/UCD.pm
20811 ____________________________________________________________________________
20812 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
20813         Log: Todo updates.
20814      Branch: perl
20815            ! pod/perltodo.pod
20816 ____________________________________________________________________________
20817 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
20818         Log: Unicode::UCD updates.
20819      Branch: perl
20820            ! lib/Unicode/UCD.pm
20821 ____________________________________________________________________________
20822 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
20823         Log: (Retracted by #11174)
20824              Subject: MakeMaker should pass through DEFINE and INC to subdirs
20825              From: Alan Burlison <Alan.Burlison@sun.com>
20826              Date: Tue, 03 Jul 2001 15:20:13 +0100
20827              Message-ID: <3B41D49D.A923D4F9@sun.com>
20828      Branch: perl
20829            ! lib/ExtUtils/MM_Unix.pm
20830 ____________________________________________________________________________
20831 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
20832         Log: Subject: Patch needed for UTS
20833              From: hom00@utsglobal.com (Hal Morris)
20834              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
20835              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
20836              
20837              Replace #11113 with a better version.
20838      Branch: perl
20839            ! perl.h
20840 ____________________________________________________________________________
20841 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
20842         Log: Subject: Re: POINTERRIGOR
20843              From: Andy Dougherty <doughera@lafayette.edu>
20844              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
20845              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
20846      Branch: perl
20847            ! util.c
20848 ____________________________________________________________________________
20849 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
20850         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
20851              From: "Philip Newton" <pnewton@gmx.de>
20852              Date: Tue, 3 Jul 2001 17:03:34 +0200
20853              Message-ID: <3B41FAE6.29564.660E117@localhost>
20854      Branch: perl
20855            ! pp_hot.c
20856 ____________________________________________________________________________
20857 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
20858         Log: Typos.
20859      Branch: perl
20860            ! INSTALL
20861 ____________________________________________________________________________
20862 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
20863         Log: Subject: [PATCH 5.6.1] debugger fixes
20864              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20865              Date: Tue, 3 Jul 2001 03:38:18 -0400
20866              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
20867              
20868              The $^S is working again.
20869      Branch: perl
20870            ! lib/perl5db.pl
20871 ____________________________________________________________________________
20872 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
20873         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
20874              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20875              Date: Tue, 3 Jul 2001 03:34:06 -0400
20876              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
20877      Branch: perl
20878            ! os2/OS2/Process/Process.pm
20879 ____________________________________________________________________________
20880 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
20881         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
20882              From: "Philip Newton" <Philip.Newton@gmx.net>
20883              Date: Tue, 3 Jul 2001 09:11:27 +0200
20884              Message-Id: <200107030706.KAA04596@taas.iki.fi>
20885      Branch: perl
20886            ! lib/FindBin.pm
20887 ____________________________________________________________________________
20888 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
20889         Log: Delta delta.
20890      Branch: perl
20891            ! pod/perl572delta.pod
20892 ____________________________________________________________________________
20893 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
20894         Log: Metaconfig unit change for 11115.
20895      Branch: metaconfig
20896            ! U/modified/libc.U
20897 ____________________________________________________________________________
20898 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
20899         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
20900              (from Richard Hatch) (this was the cause of pipes() and
20901              times() myeteriously not being found)
20902      Branch: perl
20903            ! Configure
20904 ____________________________________________________________________________
20905 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
20906         Log: Retract #10142, the real culprit found by Richard Hatch,
20907              coming soon to Configure near you.
20908      Branch: perl
20909            ! hints/aix.sh
20910 ____________________________________________________________________________
20911 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
20912         Log: (Replaced by #11124) UTS workaround from Hal Morris.
20913      Branch: perl
20914            ! perl.h
20915 ____________________________________________________________________________
20916 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
20917         Log: Subject: [PATCH] grok not grocking correctly
20918              From: Nicholas Clark <nick@ccl4.org>
20919              Date: Tue, 3 Jul 2001 00:19:08 +0100
20920              Message-ID: <20010703001908.H59620@plum.flirble.org>
20921      Branch: perl
20922            ! numeric.c
20923 ____________________________________________________________________________
20924 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
20925         Log: Subject: [PATCH Deparse.t] test just-posted patches
20926              From: Robin Houston <robin@kitsite.com>
20927              Date: Mon, 2 Jul 2001 23:46:15 +0100
20928              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
20929      Branch: perl
20930            ! ext/B/Deparse.t
20931 ____________________________________________________________________________
20932 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
20933         Log: Subject: [PATCH toke.c] autosplit into @F
20934              From: Robin Houston <robin@kitsite.com>
20935              Date: Mon, 2 Jul 2001 23:18:20 +0100
20936              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
20937      Branch: perl
20938            ! perl.c toke.c
20939 ____________________________________________________________________________
20940 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
20941         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
20942              From: Robin Houston <robin@kitsite.com>
20943              Date: Mon, 2 Jul 2001 23:00:48 +0100
20944              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
20945      Branch: perl
20946            ! ext/B/B/Deparse.pm
20947 ____________________________________________________________________________
20948 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
20949         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
20950              From: "Philip Newton" <Philip.Newton@gmx.net>
20951              Date: Mon, 2 Jul 2001 22:06:22 +0200
20952              (no Message-Id)
20953      Branch: perl
20954            ! ext/NDBM_File/hints/linux.pl
20955 ____________________________________________________________________________
20956 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
20957         Log: Subject: Re: Fixed pack problem - sort of
20958              From: Nicholas Clark <nick@ccl4.org>
20959              Date: Mon, 2 Jul 2001 20:59:20 +0100
20960              Message-ID: <20010702205919.F59620@plum.flirble.org>
20961      Branch: perl
20962            ! pp_pack.c t/op/pack.t
20963 ____________________________________________________________________________
20964 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
20965         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
20966              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20967              Date: Mon, 2 Jul 2001 15:45:41 -0400
20968              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
20969      Branch: perl
20970            ! os2/os2.c
20971 ____________________________________________________________________________
20972 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
20973         Log: (Mistaken retraction)
20974      Branch: perl
20975            ! utils/pl2pm.PL
20976 ____________________________________________________________________________
20977 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
20978         Log: Detypo in #11103.
20979      Branch: perl
20980            ! utils/pl2pm.PL
20981 ____________________________________________________________________________
20982 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
20983         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
20984              From: Jonathan Stowe <gellyfish@gellyfish.com>
20985              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
20986              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
20987      Branch: perl
20988            ! utils/pl2pm.PL
20989 ____________________________________________________________________________
20990 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
20991         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
20992              From: "Craig A. Berry" <craigberry@mac.com>
20993              Date: Mon, 02 Jul 2001 14:11:23 -0500
20994              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
20995      Branch: perl
20996            ! lib/Unicode/UCD.pm
20997 ____________________________________________________________________________
20998 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
20999         Log: Subject: [PATCH] Re: op/numconvert.t failures
21000              From: Nicholas Clark <nick@ccl4.org>
21001              Date: Mon, 2 Jul 2001 20:10:48 +0100
21002              Message-ID: <20010702201048.E59620@plum.flirble.org>
21003      Branch: perl
21004            ! t/op/numconvert.t
21005 ____________________________________________________________________________
21006 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
21007         Log: Update Changes.
21008      Branch: perl
21009            ! Changes patchlevel.h
21010 ____________________________________________________________________________
21011 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
21012         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
21013              The real fix must be more involved.  The line of code all the leaky
21014              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
21015              line of Perl_newPMOP().
21016      Branch: perl
21017            ! op.h
21018 ____________________________________________________________________________
21019 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
21020         Log: Based on
21021              
21022              Subject: Re: sizeof(struct sembuf)
21023              From: Nicholas Clark <nick@ccl4.org>
21024              Date: Sun, 1 Jul 2001 22:26:48 +0100
21025              Message-ID: <20010701222648.W59620@plum.flirble.org>
21026              
21027              but do semop() always the slow way.
21028      Branch: perl
21029            ! doio.c
21030 ____________________________________________________________________________
21031 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
21032         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
21033              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
21034              Date: Tue, 03 Jul 2001 00:56:30 +0900
21035              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
21036      Branch: perl
21037            ! ext/Encode/Encode/Tcl.t
21038 ____________________________________________________________________________
21039 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
21040         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
21041              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
21042              Date: Tue, 03 Jul 2001 00:55:46 +0900
21043              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
21044      Branch: perl
21045            ! ext/Encode/Encode/Tcl.pm
21046 ____________________________________________________________________________
21047 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
21048         Log: Regen api and toc.
21049      Branch: perl
21050            ! pod/perlapi.pod pod/perltoc.pod
21051 ____________________________________________________________________________
21052 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
21053         Log: Metaconfig unit change for #11093.
21054      Branch: metaconfig/U/perl
21055            ! d_fcntl_can_lock.U
21056 ____________________________________________________________________________
21057 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
21058         Log: The fcntl locking test may hang if NFS locking messed up;
21059              break out with alarm(10).
21060      Branch: perl
21061            ! Configure
21062 ____________________________________________________________________________
21063 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
21064         Log: Move the mdelete.bat from win32/bin to win32.
21065      Branch: perl
21066            ! MANIFEST
21067 ____________________________________________________________________________
21068 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
21069         Log: Typo in #11083.
21070      Branch: perl
21071            ! ext/Time/Piece/Piece.t
21072 ____________________________________________________________________________
21073 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
21074         Log: Netware tweaks from Guruprasad.
21075      Branch: perl
21076            - NetWare/perlsdio.h
21077            ! MANIFEST NetWare/Makefile NetWare/interface.c
21078            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
21079            ! perlsdio.h
21080 ____________________________________________________________________________
21081 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
21082         Log: Subject: Re: [PATH] shared -> unique;
21083              From: Abhijit Menon-Sen <ams@wiw.org>
21084              Date: Wed, 27 Jun 2001 03:51:27 +0530
21085              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
21086      Branch: perl
21087            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
21088 ____________________________________________________________________________
21089 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
21090         Log: Subject: Re: AIX / gcc-3.0
21091              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21092              Date: Mon, 02 Jul 2001 15:20:21 +0200
21093              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
21094      Branch: perl
21095            ! hints/aix.sh
21096 ____________________________________________________________________________
21097 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
21098         Log: Subject: Re: Bug report: split splits on wrong pattern
21099              From: Abhijit Menon-Sen <ams@wiw.org>
21100              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
21101              Date: Mon, 2 Jul 2001 16:31:33 +0530
21102      Branch: perl
21103            ! pp_ctl.c
21104 ____________________________________________________________________________
21105 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
21106         Log: Subject: [PATCH 5.6.1] test harness
21107              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21108              Date: Mon, 2 Jul 2001 06:29:21 -0400
21109              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
21110      Branch: perl
21111            ! lib/Test/Harness.pm
21112 ____________________________________________________________________________
21113 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
21114         Log: Subject: [PATCH 5.6.1] debugger goof
21115              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21116              Date: Mon, 2 Jul 2001 06:27:22 -0400
21117              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
21118      Branch: perl
21119            ! lib/perl5db.pl
21120 ____________________________________________________________________________
21121 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
21122         Log: Subject: [PATCH 5.6.1] OS/2 cwd
21123              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21124              Date: Mon, 2 Jul 2001 06:21:17 -0400
21125              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
21126      Branch: perl
21127            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
21128 ____________________________________________________________________________
21129 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
21130         Log: Make #11082 more OS/2-specific.
21131      Branch: perl
21132            ! ext/Time/Piece/Piece.t
21133 ____________________________________________________________________________
21134 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
21135         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
21136              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21137              Date: Mon, 2 Jul 2001 06:06:34 -0400
21138              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
21139      Branch: perl
21140            ! ext/Time/Piece/Piece.t
21141 ____________________________________________________________________________
21142 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
21143         Log: Subject: [PATCH B::Deparse] version number & changes
21144              From: Robin Houston <robin@kitsite.com>  
21145              Date: Sun, 1 Jul 2001 17:17:29 +0100
21146              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
21147      Branch: perl
21148            ! ext/B/B/Deparse.pm
21149 ____________________________________________________________________________
21150 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
21151         Log: Subject: a small fix.
21152              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
21153              Date: Mon, 2 Jul 2001 12:17:53 +0200
21154              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
21155      Branch: perl
21156            ! ext/Thread/Thread.xs
21157 ____________________________________________________________________________
21158 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
21159         Log: Subject: RE: perl@10907
21160              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
21161              Date: Mon, 2 Jul 2001 12:06:16 +0200
21162              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
21163              
21164              Borland C vs PerlIO.
21165      Branch: perl
21166            ! win32/config.bc win32/config_H.bc
21167 ____________________________________________________________________________
21168 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
21169         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
21170              From: "H.M. Brand" <merijn@l1.procura.nl>
21171              Date: Mon, 02 Jul 2001 11:18:57 +0200
21172              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
21173      Branch: perl
21174            ! t/op/write.t
21175 ____________________________________________________________________________
21176 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
21177         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
21178              From: Michael G Schwern <schwern@pobox.com>
21179              Date: Mon, 2 Jul 2001 00:26:24 -0400
21180              Message-ID: <20010702002624.A18302@blackrider>
21181      Branch: perl
21182            - ext/util/mkbootstrap
21183 ____________________________________________________________________________
21184 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
21185         Log: Subject: [PATCH op.h] v minor comment tweak
21186              From: Robin Houston <robin@puffinry.freeserve.co.uk>
21187              Date: Mon, 2 Jul 2001 00:42:01 +0100
21188              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
21189      Branch: perl
21190            ! op.h
21191 ____________________________________________________________________________
21192 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
21193         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
21194      Branch: perl
21195            ! pod/perlfunc.pod
21196 ____________________________________________________________________________
21197 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
21198         Log: Subject: Re: sizeof(struct sembuf)
21199              From: Nicholas Clark <nick@ccl4.org>
21200              Date: Sun, 1 Jul 2001 19:23:16 +0100
21201              Message-ID: <20010701192316.V59620@plum.flirble.org>
21202              
21203              s/signaling/signalling/
21204      Branch: perl
21205            ! pod/perlfunc.pod
21206 ____________________________________________________________________________
21207 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
21208         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
21209              From: "Philip Newton" <Philip.Newton@gmx.net>
21210              Date: Sun, 1 Jul 2001 09:37:56 +0200
21211              Message-Id: <200107010733.KAA03920@taas.iki.fi>
21212      Branch: perl
21213            ! pod/perlvar.pod
21214 ____________________________________________________________________________
21215 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
21216         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
21217              From: "Philip Newton" <Philip.Newton@gmx.net>
21218              Date: Sun, 1 Jul 2001 09:37:56 +0200
21219              Message-Id: <200107010733.KAA03925@taas.iki.fi>
21220      Branch: perl
21221            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
21222 ____________________________________________________________________________
21223 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
21224         Log: Metaconfig unit change for #11070.
21225      Branch: metaconfig
21226            ! U/compline/randfunc.U
21227 ____________________________________________________________________________
21228 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
21229         Log: Subject: [PATCH perlsnap] its --> it's --> its
21230              From: "Philip Newton" <Philip.Newton@gmx.net>
21231              Date: Sun, 1 Jul 2001 09:37:56 +0200
21232              Message-Id: <200107010733.KAA03914@taas.iki.fi>
21233      Branch: perl
21234            ! Porting/config_H
21235 ____________________________________________________________________________
21236 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
21237         Log: Sync with Sarathy; integrate with perlio.
21238      Branch: perl
21239           !> gv.c
21240 ____________________________________________________________________________
21241 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
21242         Log: regenerate win32/config_H.?c files
21243      Branch: perl
21244            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
21245 ____________________________________________________________________________
21246 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
21247         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
21248              naming discipline
21249              
21250              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
21251              because of this)
21252              
21253              fix a warning about "fd" being used without being set in Cwd.xs
21254      Branch: perl
21255            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
21256            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
21257            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
21258            ! win32/config.vc
21259 ____________________________________________________________________________
21260 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
21261         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
21262              within macro arguments") and warnings ("unary minus applied to
21263              unsigned type", among others)
21264      Branch: perl
21265            ! gv.c hv.c op.c pp.c sv.c toke.c
21266 ____________________________________________________________________________
21267 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
21268         Log: win32 fixes: more spurious CRs
21269      Branch: perl
21270            ! win32/mdelete.bat
21271 ____________________________________________________________________________
21272 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
21273         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
21274              from win32/bin (or it gets deleted by distclean); don't delete
21275              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
21276              NT (should be made Win9x specific, and added to makefile.mk)
21277      Branch: perl
21278           +> win32/mdelete.bat
21279            - win32/bin/mdelete.bat
21280            ! win32/Makefile win32/makefile.mk
21281 ____________________________________________________________________________
21282 [ 11063] By: nick                                  on 2001/07/01  18:54:09
21283         Log: Quick for for #ifdef mess
21284      Branch: perlio
21285            ! gv.c
21286 ____________________________________________________________________________
21287 [ 11062] By: nick                                  on 2001/07/01  18:47:42
21288         Log: Raw integrate - does not build #if mess in gv.c
21289      Branch: perlio
21290           !> (integrate 29 files)
21291 ____________________________________________________________________________
21292 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
21293         Log: Make 'compile' target a little less broken.
21294              Still very broken, though: -Wall warnings from
21295              the generated code, boot_Foo prototypes missing,
21296              can't autoload Fcntl::SEEK_CUR et alia, ...
21297      Branch: perl
21298            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
21299            ! utils/perlcc.PL x2p/Makefile.SH
21300 ____________________________________________________________________________
21301 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
21302         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
21303      Branch: perl
21304            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
21305            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
21306 ____________________________________________________________________________
21307 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
21308         Log: Update Changes.
21309      Branch: perl
21310            ! Changes patchlevel.h
21311 ____________________________________________________________________________
21312 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
21313         Log: Still one typo, regen toc.
21314      Branch: perl
21315            ! lib/Unicode/UCD.pm pod/perltoc.pod
21316 ____________________________________________________________________________
21317 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
21318         Log: Detypos and regen toc.
21319      Branch: perl
21320            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
21321 ____________________________________________________________________________
21322 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
21323         Log: VERSION tweak.
21324      Branch: perl
21325            ! ext/List/Util/lib/List/Util.pm
21326 ____________________________________________________________________________
21327 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
21328         Log: Attempt at plugging the leak under ithreads detected by Doug.
21329      Branch: perl
21330            ! op.h
21331 ____________________________________________________________________________
21332 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
21333         Log: gcc -Wall lint after #11051.
21334      Branch: perl
21335            ! pp_sys.c
21336 ____________________________________________________________________________
21337 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
21338         Log: Integrate perlio.
21339      Branch: perl
21340           !> lib/File/Find/taint.t
21341 ____________________________________________________________________________
21342 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
21343         Log: Don't use the v-strings for module VERSIONs.
21344      Branch: perl
21345            ! lib/Unicode/UCD.pm
21346 ____________________________________________________________________________
21347 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
21348         Log: Code cleanup based on turning off the -woffs in IRIX.
21349              Not all of the gripes cleaned up (hairy code in hv.c and
21350              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
21351              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
21352              to the IRIX hints)
21353      Branch: perl
21354            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
21355            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
21356            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
21357            ! regcomp.c sv.c
21358 ____________________________________________________________________________
21359 [ 11050] By: nick                                  on 2001/06/30  20:46:46
21360         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
21361      Branch: perlio
21362            ! lib/File/Find/taint.t
21363 ____________________________________________________________________________
21364 [ 11049] By: nick                                  on 2001/06/30  18:13:33
21365         Log: Integrate mainline
21366      Branch: perlio
21367           +> NetWare/nwstdio.h NetWare/perlsdio.h
21368           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
21369           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
21370           +> lib/Unicode/UCD.t t/run/exit.t
21371           !> (integrate 60 files)
21372 ____________________________________________________________________________
21373 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
21374         Log: Delta delta.
21375      Branch: perl
21376            ! pod/perl572delta.pod
21377 ____________________________________________________________________________
21378 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
21379         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
21380              by CPAN.pm, use rather _00.
21381      Branch: perl
21382            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
21383            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
21384            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
21385            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
21386            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
21387            ! lib/ExtUtils/Embed.pm lib/Test.pm
21388 ____________________________________________________________________________
21389 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
21390         Log: Add a simple Unicode character database interface, Unicode::UCD.
21391      Branch: perl
21392            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
21393            ! MANIFEST
21394 ____________________________________________________________________________
21395 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
21396         Log: Subject: [PATCH] op/numconver.t
21397              From: Nicholas Clark <nick@ccl4.org>
21398              Date: Sat, 30 Jun 2001 15:40:10 +0100
21399              Message-ID: <20010630154010.I59620@plum.flirble.org>
21400      Branch: perl
21401            ! t/op/numconvert.t
21402 ____________________________________________________________________________
21403 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
21404         Log: The $^N is now taken (by #11038).
21405      Branch: perl
21406            ! t/base/lex.t
21407 ____________________________________________________________________________
21408 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
21409         Log: The #11040 had slipped to a wrong function...
21410      Branch: perl
21411            ! sv.c
21412 ____________________________________________________________________________
21413 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
21414         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
21415              the Configure library symbol probe mysteriously finds all
21416              symbols but those of pipe() and times().
21417      Branch: perl
21418            ! hints/aix.sh
21419 ____________________________________________________________________________
21420 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
21421         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
21422              From: Nicholas Clark <nick@ccl4.org>
21423              Date: Fri, 29 Jun 2001 23:49:07 +0100
21424              Message-ID: <20010629234907.D59620@plum.flirble.org>
21425      Branch: perl
21426            ! lib/ExtUtils.t
21427 ____________________________________________________________________________
21428 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
21429         Log: Subject: [PATCH] weakref fix 2, not yet there
21430              From: Artur Bergman <artur@contiller.se>
21431              Date: Sat, 30 Jun 2001 01:18:16 +0200
21432              Message-ID: <B762D957.1CC9%artur@contiller.se>
21433      Branch: perl
21434            ! sv.c
21435 ____________________________________________________________________________
21436 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
21437         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
21438              From: Michael G Schwern <schwern@pobox.com>
21439              Date: Fri, 29 Jun 2001 19:39:11 -0400
21440              Message-ID: <20010629193910.D25304@blackrider>
21441      Branch: perl
21442            + t/run/exit.t
21443            ! MANIFEST
21444 ____________________________________________________________________________
21445 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
21446         Log: Add support for $^N, the most-recently closed group.
21447      Branch: perl
21448            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
21449            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
21450            ! thrdvar.h
21451 ____________________________________________________________________________
21452 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
21453         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
21454              From: lvirden@cas.org
21455              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
21456              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
21457              
21458              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
21459              From: lvirden@cas.org
21460              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
21461              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
21462      Branch: perl
21463            ! README.solaris
21464 ____________________________________________________________________________
21465 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
21466         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
21467              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
21468              Date: Sat, 30 Jun 2001 07:33:37 +0900
21469              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
21470              
21471              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
21472              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
21473              Date: Sat, 30 Jun 2001 21:38:14 +0900
21474              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
21475      Branch: perl
21476            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
21477            + ext/Encode/Encode/7bit-kr.enc
21478            ! MANIFEST ext/Encode/Encode/Tcl.pm
21479 ____________________________________________________________________________
21480 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
21481         Log: NetWare tweaks from Guruprasad.
21482      Branch: perl
21483            + NetWare/nwstdio.h NetWare/perlsdio.h
21484            ! MANIFEST NetWare/Makefile NetWare/config.wc
21485            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
21486            ! NetWare/t/Readme.txt
21487 ____________________________________________________________________________
21488 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
21489         Log: More module $VERSION bump-ups.
21490      Branch: perl
21491            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
21492            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
21493            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
21494 ____________________________________________________________________________
21495 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
21496         Log: Doc update due to #11032.
21497      Branch: perl
21498            ! pod/perl572delta.pod
21499 ____________________________________________________________________________
21500 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
21501         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
21502              From: Peter Prymmer <pvhp@forte.com>
21503              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
21504              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
21505      Branch: perl
21506            ! ext/Time/HiRes/HiRes.xs
21507 ____________________________________________________________________________
21508 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
21509         Log: -lpthreads missing in AIX.
21510      Branch: perl
21511            ! hints/aix.sh
21512 ____________________________________________________________________________
21513 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
21514         Log: Subject: [PATCH] CLONE && weakrefs
21515              From: Artur Bergman <artur@contiller.se>
21516              Date: Fri, 29 Jun 2001 17:02:00 +0200
21517              Message-ID: <B7626508.1CA0%artur@contiller.se>
21518      Branch: perl
21519            ! sv.c
21520 ____________________________________________________________________________
21521 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
21522         Log: Subject: Re: Bug report: split splits on wrong pattern
21523              From: Radu Greab <radu@netsoft.ro>
21524              Date: Wed, 27 Jun 2001 21:50:52 +0300
21525              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
21526      Branch: perl
21527            ! pp_ctl.c t/op/split.t
21528 ____________________________________________________________________________
21529 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
21530         Log: Metaconfig unit change for #11027.
21531      Branch: metaconfig/U/perl
21532            ! d_modfl.U
21533 ____________________________________________________________________________
21534 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
21535         Log: I thought this Configure glitch for AIX was just recently fixed?
21536      Branch: perl
21537            ! Configure
21538 ____________________________________________________________________________
21539 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
21540         Log: Update Changes.
21541      Branch: perl
21542            ! Changes patchlevel.h
21543 ____________________________________________________________________________
21544 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
21545         Log: Subject: Re: perl@10967, File::Find, and Cwd
21546              From: Mike Guy <mjtg@cam.ac.uk>
21547              Date: Fri, 29 Jun 2001 14:56:49 +0100
21548              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
21549      Branch: perl
21550            ! lib/File/Find/taint.t
21551 ____________________________________________________________________________
21552 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
21553         Log: Update the sv_pvprintify() spec.
21554      Branch: perl
21555            ! pod/perltodo.pod
21556 ____________________________________________________________________________
21557 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
21558         Log: Known test failures update.
21559      Branch: perl
21560            ! pod/perl572delta.pod
21561 ____________________________________________________________________________
21562 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
21563         Log: Based on
21564              
21565              Subject: [PATCH @11016] More );) fixes
21566              From: Richard Soderberg <rs@crystalflame.net>
21567              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
21568              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
21569      Branch: perl
21570            ! ext/Thread/Thread.xs ext/Thread/typemap
21571 ____________________________________________________________________________
21572 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
21573         Log: Subject: [PATCH @11016] Fixes compile errors in four files
21574              From: Richard Soderberg <rs@crystalflame.net>
21575              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
21576              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
21577      Branch: perl
21578            ! mg.c pp.c pp_hot.c util.c
21579 ____________________________________________________________________________
21580 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
21581         Log: AIX hints tweaking continues, from Merijn Brand.
21582      Branch: perl
21583            ! hints/aix.sh
21584 ____________________________________________________________________________
21585 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
21586         Log: HP-UX needs gccversion sooner, from Merijn Brand.
21587      Branch: perl
21588            ! hints/hpux.sh
21589 ____________________________________________________________________________
21590 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
21591         Log: Subject: [PATCH 5.6.1] OS/2 docs
21592              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21593              Date: Fri, 29 Jun 2001 02:34:12 -0400
21594              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
21595      Branch: perl
21596            ! README.os2 os2/Changes
21597 ____________________________________________________________________________
21598 [ 11017] By: nick                                  on 2001/06/29  10:20:30
21599         Log: Integrate mainline
21600      Branch: perlio
21601           +> (branch 37 files)
21602            - ext/ODBM_File/sdbm.t
21603           !> (integrate 211 files)
21604 ____________________________________________________________________________
21605 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
21606         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
21607              the modules found using a script written by Larry Schatzer Jr.
21608      Branch: perl
21609            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
21610            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
21611            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
21612            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
21613            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
21614            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
21615            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
21616            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
21617            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
21618            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
21619            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
21620            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
21621            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
21622            ! lib/constant.pm lib/fields.pm lib/strict.pm
21623 ____________________________________________________________________________
21624 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
21625         Log: The latest JPL from the anoncvs.
21626      Branch: perl
21627            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
21628 ____________________________________________________________________________
21629 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
21630         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
21631      Branch: perl
21632            ! t/op/pat.t
21633 ____________________________________________________________________________
21634 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
21635         Log: Worrying about insecure directories now is a bit too late.
21636      Branch: perl
21637            ! lib/File/Find/taint.t
21638 ____________________________________________________________________________
21639 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
21640         Log: Cannot DIE() in a void function,
21641              from Richard Hatch <rhatch@austin.ibm.com>.
21642      Branch: perl
21643            ! ext/IPC/SysV/SysV.xs
21644 ____________________________________________________________________________
21645 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
21646         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
21647              From: Peter Prymmer <pvhp@forte.com>
21648              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
21649              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
21650              
21651              (unfinished: time/hires tests 3, 5, 14 failing, but better
21652              than wholesale failure)
21653      Branch: perl
21654            ! ext/Time/HiRes/HiRes.xs
21655 ____________________________________________________________________________
21656 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
21657         Log: Subject: [PATCH 5.6.1] OS/2 improvements
21658              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21659              Date: Thu, 28 Jun 2001 16:03:14 -0400
21660              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
21661      Branch: perl
21662            + os2/os2_base.t
21663            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
21664            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
21665            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
21666            ! os2/os2ish.h
21667 ____________________________________________________________________________
21668 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
21669         Log: Subject: Incrementing Extutils::Manifest's $VERSION
21670              From: Michael G Schwern <schwern@pobox.com>
21671              Date: Thu, 28 Jun 2001 13:13:49 -0400
21672              Message-ID: <20010628131349.A14738@blackrider>
21673      Branch: maint-5.6/perl
21674            ! lib/ExtUtils/Manifest.pm
21675 ____________________________________________________________________________
21676 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
21677         Log: AIX tweak from Merijn Brand.
21678      Branch: perl
21679            ! hints/aix.sh
21680 ____________________________________________________________________________
21681 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
21682         Log: Create the macperl branch.
21683      Branch: maint-5.6/macperl
21684           +> (branch 1728 files)
21685 ____________________________________________________________________________
21686 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
21687         Log: Update Changes.
21688      Branch: perl
21689            ! Changes patchlevel.h
21690 ____________________________________________________________________________
21691 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
21692         Log: More Perforce lore.
21693      Branch: perl
21694            ! Porting/repository.pod
21695 ____________________________________________________________________________
21696 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
21697         Log: Metaconfig unit changes for #11003.
21698      Branch: metaconfig/U/perl
21699            + d_nl_langinfo.U i_langinfo.U
21700 ____________________________________________________________________________
21701 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
21702         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
21703              Expected not to exist in non-UNIX excepting in VMS, where
21704              according to a quick web survey they just might.
21705      Branch: perl
21706            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
21707            ! Porting/config_H config_h.SH configure.com epoc/config.sh
21708            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
21709            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
21710            ! win32/config.bc win32/config.gc win32/config.vc
21711 ____________________________________________________________________________
21712 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
21713         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
21714              in AIX is one is doing a 64-bit build.
21715      Branch: perl
21716            ! hints/aix.sh
21717 ____________________________________________________________________________
21718 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
21719         Log: Metaconfig unit changes for #11000.
21720      Branch: metaconfig/U/perl
21721            ! use64bits.U uselfs.U
21722 ____________________________________________________________________________
21723 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
21724         Log: Move use64bitint and use64bitall before uselargefiles.
21725      Branch: perl
21726            ! Configure
21727 ____________________________________________________________________________
21728 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
21729         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
21730              From: Robert Spier <rspier@pobox.com>
21731              Message-ID: <15162.41164.618712.841415@rls.cx>
21732              Date: Wed, 27 Jun 2001 23:13:16 -0400
21733      Branch: perl
21734            ! doio.c
21735 ____________________________________________________________________________
21736 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
21737         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
21738              From: Peter Prymmer <pvhp@forte.com>
21739              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
21740              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
21741      Branch: perl
21742            ! numeric.c
21743 ____________________________________________________________________________
21744 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
21745         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
21746              From: Peter Prymmer <pvhp@forte.com>
21747              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
21748              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
21749      Branch: perl
21750            ! configure.com ext/Digest/MD5/Makefile.PL
21751 ____________________________________________________________________________
21752 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
21753         Log: Update Changes.
21754      Branch: perl
21755            ! Changes patchlevel.h
21756 ____________________________________________________________________________
21757 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
21758         Log: Tiny EPOC updates.
21759      Branch: perl
21760            ! epoc/config.sh
21761 ____________________________________________________________________________
21762 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
21763         Log: The Test::More and Test::Simple tests required help
21764              thanks to our schizophrenic test scheme.
21765      Branch: perl
21766            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
21767            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
21768            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
21769            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
21770            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
21771 ____________________________________________________________________________
21772 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
21773         Log: Upgrade to Test::Simple 0.09.
21774      Branch: perl
21775            + lib/Test/Simple/Changes
21776            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
21777            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
21778            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
21779            ! lib/Test/Simple/t/plan_is_noplan.t
21780 ____________________________________________________________________________
21781 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
21782         Log: Upgrade to Test::More 0.07.
21783      Branch: perl
21784            + lib/Test/More/Changes
21785            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
21786            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
21787            ! lib/Test/More/t/skipall.t
21788 ____________________________________________________________________________
21789 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
21790         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
21791              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21792              Date: Wed, 27 Jun 2001 18:40:04 +0200
21793              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
21794      Branch: perl
21795            ! hints/hpux.sh
21796 ____________________________________________________________________________
21797 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
21798         Log: Subject: [PATCH README.qnx hints/qnx.sh]
21799              From: Norton Allen <allen@huarp.harvard.edu>
21800              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
21801              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
21802      Branch: perl
21803            ! README.qnx hints/qnx.sh
21804 ____________________________________________________________________________
21805 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
21806         Log: Subject: [PATCH] two little documentation nits
21807              From: Abhijit Menon-Sen <ams@wiw.org>
21808              Date: Wed, 27 Jun 2001 20:07:50 +0530
21809              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
21810      Branch: perl
21811            ! sv.c sv.h
21812 ____________________________________________________________________________
21813 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
21814         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
21815              From: Norton Allen <allen@huarp.harvard.edu>
21816              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
21817              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
21818      Branch: perl
21819            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
21820 ____________________________________________________________________________
21821 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
21822         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
21823              From: Michael G Schwern <schwern@pobox.com>
21824              Date: Wed, 27 Jun 2001 02:34:58 -0400
21825              Message-ID: <20010627023458.K23874@blackrider>
21826      Branch: perl
21827            ! vms/test.com
21828 ____________________________________________________________________________
21829 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
21830         Log: Add perl_clone_host() for Netware.
21831      Branch: perl
21832            ! NetWare/nw5.c
21833 ____________________________________________________________________________
21834 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
21835         Log: GCC 3.0 hints for HP-UX.
21836      Branch: perl
21837            ! hints/hpux.sh
21838 ____________________________________________________________________________
21839 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
21840         Log: In some Linux distributions the libndbm is broken
21841              (no null key support), therefore link with libgdbm
21842              (if available), since it has a working ndbm emulation,
21843              from Jonathan Stowe.
21844      Branch: perl
21845            + ext/NDBM_File/hints/linux.pl
21846            ! MANIFEST
21847 ____________________________________________________________________________
21848 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
21849         Log: Subject: [PATCH perl@10930] find.t hack for VMS
21850              From: "Craig A. Berry" <craigberry@mac.com>
21851              Date: Tue, 26 Jun 2001 23:40:25 -0500
21852              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
21853      Branch: perl
21854            ! lib/File/Find/find.t
21855 ____________________________________________________________________________
21856 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
21857         Log: AUTHORS updates.
21858      Branch: perl
21859            ! AUTHORS
21860 ____________________________________________________________________________
21861 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
21862         Log: Metaconfig unit change like #10980.
21863      Branch: metaconfig
21864            ! U/compline/d_stdstdio.U
21865 ____________________________________________________________________________
21866 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
21867         Log: "lose the it's", from Abhijit Menon-Sen.
21868              ("It's" not searched, pods not searched.)
21869      Branch: perl
21870            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
21871            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
21872            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
21873            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
21874            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
21875            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
21876 ____________________________________________________________________________
21877 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
21878         Log: "lose the looses", from Abhijit Menon-Sen.
21879      Branch: perl
21880            ! ext/B/B/Assembler.pm gv.c
21881 ____________________________________________________________________________
21882 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
21883         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
21884      Branch: perl
21885            ! hints/os390.sh
21886 ____________________________________________________________________________
21887 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
21888         Log: DEC C 5.3 on the VAX simply doesn't seem to like
21889              compiling the MD5 extension, disable it there for now,
21890              from Peter Prymmer.
21891      Branch: perl
21892            ! configure.com
21893 ____________________________________________________________________________
21894 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
21895         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
21896              From: Jonathan Stowe <gellyfish@gellyfish.com>
21897              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
21898              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
21899      Branch: perl
21900            ! pod/perlfaq3.pod
21901 ____________________________________________________________________________
21902 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
21903         Log: Subject: [PATCH 5.6.1] perlxs misprints
21904              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21905              Date: Tue, 26 Jun 2001 17:20:00 -0400
21906              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
21907      Branch: perl
21908            ! pod/perlxs.pod
21909 ____________________________________________________________________________
21910 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
21911         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
21912              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21913              Date: Tue, 26 Jun 2001 17:27:07 -0400
21914              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
21915      Branch: perl
21916            ! lib/ExtUtils/MM_Unix.pm
21917 ____________________________________________________________________________
21918 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
21919         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
21920              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21921              Date: Tue, 26 Jun 2001 17:23:24 -0400
21922              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
21923      Branch: perl
21924            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
21925 ____________________________________________________________________________
21926 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
21927         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
21928              by Olaf Flebbe.
21929      Branch: perl
21930            ! perl.h
21931 ____________________________________________________________________________
21932 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
21933         Log: Detypo.
21934      Branch: perl
21935            ! lib/Memoize/t/tie_sdbm.t
21936 ____________________________________________________________________________
21937 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
21938         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
21939      Branch: perl
21940            ! win32/perllib.c
21941 ____________________________________________________________________________
21942 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
21943         Log: Subject: [patch] perl_clone+CvFILE
21944              From: Doug MacEachern <dougm@covalent.net>
21945              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
21946              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
21947      Branch: perl
21948            ! sv.c
21949 ____________________________________________________________________________
21950 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
21951         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
21952              From: Mark-Jason Dominus <mjd@plover.com>
21953              Date: Tue, 26 Jun 2001 12:33:01 -0400
21954              Message-ID: <20010626163301.31298.qmail@plover.com>
21955      Branch: perl
21956            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
21957 ____________________________________________________________________________
21958 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
21959         Log: Update Changes.
21960      Branch: perl
21961            ! Changes patchlevel.h
21962 ____________________________________________________________________________
21963 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
21964         Log: Also catfile() needs now to explicitly exported.
21965      Branch: perl
21966            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
21967 ____________________________________________________________________________
21968 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
21969         Log: Regen toc.
21970      Branch: perl
21971            ! pod/perltoc.pod
21972 ____________________________________________________________________________
21973 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
21974         Log: Nonexistent pod command.
21975      Branch: perl
21976            ! pod/perl572delta.pod
21977 ____________________________________________________________________________
21978 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
21979         Log: Be more portable in the quest for tmpdir.
21980      Branch: perl
21981            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
21982 ____________________________________________________________________________
21983 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
21984         Log: Be more portable in finding out the home directory,
21985              and use File::Spec to do the concat.
21986              (Come to think of it, couldn't File::Spec provide
21987              for a ->homedir method?)
21988      Branch: perl
21989            ! lib/Net/Config.pm
21990 ____________________________________________________________________________
21991 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
21992         Log: Doc patch for #10959.
21993      Branch: perl
21994            ! pod/perlfunc.pod
21995 ____________________________________________________________________________
21996 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
21997         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
21998              From: "Philip Newton" <pnewton@gmx.de>
21999              Date: Tue, 26 Jun 2001 16:26:47 +0200
22000              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
22001      Branch: perl
22002            ! pod/perldata.pod
22003 ____________________________________________________________________________
22004 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
22005         Log: Subject: [PATH] shared -> unique;
22006              From: "Artur Bergman" <artur@contiller.se>
22007              Date: Tue, 26 Jun 2001 16:18:40 +0200
22008              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
22009              
22010              Because "shared" isn't: it's read-only.
22011      Branch: perl
22012            ! toke.c xsutils.c
22013 ____________________________________________________________________________
22014 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
22015         Log: Escape multiline croak messages.
22016      Branch: perl
22017            ! t/op/ver.t
22018 ____________________________________________________________________________
22019 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
22020         Log: No more pragma/*.t for minitest.
22021      Branch: perl
22022            ! Makefile.SH
22023 ____________________________________________________________________________
22024 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
22025         Log: AUTHORS updates.
22026      Branch: perl
22027            ! AUTHORS
22028 ____________________________________________________________________________
22029 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
22030         Log: delta updates.
22031      Branch: perl
22032            ! pod/perl572delta.pod
22033 ____________________________________________________________________________
22034 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
22035         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
22036              From: Artur Bergman <artur@contiller.se> 
22037              Date: Tue, 26 Jun 2001 15:32:53 +0200
22038              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
22039      Branch: perl
22040            ! makedef.pl sv.c sv.h win32/perllib.c
22041 ____________________________________________________________________________
22042 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
22043         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
22044              From: Jonathan Stowe <gellyfish@gellyfish.com>
22045              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
22046              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
22047              
22048              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
22049      Branch: perl
22050            + ext/Time/HiRes/hints/sco.pl
22051            ! MANIFEST
22052 ____________________________________________________________________________
22053 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
22054         Log: Subject: [PATCH 5.6.1] static build
22055              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22056              Date: Tue, 26 Jun 2001 04:22:25 -0400
22057              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
22058      Branch: perl
22059            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
22060            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
22061 ____________________________________________________________________________
22062 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
22063         Log: DJGPP patches from Laszlo Molnar.
22064      Branch: perl
22065            ! djgpp/djgpp.c perl.c util.c
22066 ____________________________________________________________________________
22067 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
22068         Log: Netware patches from Ananth Kesari.
22069      Branch: perl
22070            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
22071            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
22072            ! NetWare/nwtinfo.h
22073 ____________________________________________________________________________
22074 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
22075         Log: Detypo.
22076      Branch: perl
22077            ! ext/Errno/Errno_pm.PL
22078 ____________________________________________________________________________
22079 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
22080         Log: There seems to be two ways of spelling the $^O in *STEP.
22081      Branch: perl
22082            ! ext/Errno/Errno_pm.PL
22083 ____________________________________________________________________________
22084 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
22085         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
22086              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
22087      Branch: perl
22088            ! ext/Errno/Errno_pm.PL
22089 ____________________________________________________________________________
22090 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
22091         Log: Known bugs update.
22092      Branch: perl
22093            ! pod/perl572delta.pod
22094 ____________________________________________________________________________
22095 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
22096         Log: The default installation of Cygwin has 500 as root's uid.
22097      Branch: perl
22098            ! lib/User/pwent.t
22099 ____________________________________________________________________________
22100 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
22101         Log: Be even more relaxed (re-allow having only one entry).
22102      Branch: perl
22103            ! t/op/grent.t t/op/pwent.t
22104 ____________________________________________________________________________
22105 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
22106         Log: Test failure updates.
22107      Branch: perl
22108            ! pod/perl572delta.pod
22109 ____________________________________________________________________________
22110 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
22111         Log: MPE/iX test tweaks from Mark Bixby.
22112      Branch: perl
22113            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
22114            ! t/io/fs.t t/op/stat.t
22115 ____________________________________________________________________________
22116 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
22117         Log: Microperl findings.
22118      Branch: perl
22119            ! perl.h pp_sys.c
22120 ____________________________________________________________________________
22121 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
22122         Log: Touch uconfig.h.
22123      Branch: perl
22124            ! uconfig.h
22125 ____________________________________________________________________________
22126 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
22127         Log: Subject: [PATCH] Proposed fix for Pod::Man
22128              From: Rob Napier <rnapier@employees.org>
22129              Date: Mon, 25 Jun 2001 15:49:24 -0400
22130              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
22131              
22132              Cater for Solaris nroff brokenness (shortchanges daisywheel
22133              printers, but hey, we also no more support PDPs.)
22134      Branch: perl
22135            ! lib/Pod/Man.pm
22136 ____________________________________________________________________________
22137 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
22138         Log: Typo in #10937.
22139      Branch: perl
22140            ! ext/POSIX/sigaction.t
22141 ____________________________________________________________________________
22142 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
22143         Log: SIGCONT not trappable in VMS.
22144      Branch: perl
22145            ! ext/POSIX/sigaction.t
22146 ____________________________________________________________________________
22147 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
22148         Log: Subject: [DRAFT] Encode-Tcl.t
22149              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
22150              Date: Tue, 26 Jun 2001 03:38:08 +0900
22151              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
22152      Branch: perl
22153            + ext/Encode/Encode/Tcl.t
22154            ! MANIFEST ext/Encode/Encode/Tcl.pm
22155 ____________________________________________________________________________
22156 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
22157         Log: Because of #10932 retract also the perlfunc hunk of #10910.
22158      Branch: perl
22159            ! pod/perlfunc.pod
22160 ____________________________________________________________________________
22161 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
22162         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
22163              by Ilya Zakharevich in
22164              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
22165      Branch: perl
22166            ! XSUB.h
22167 ____________________________________________________________________________
22168 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
22169         Log: Typo in #10889.
22170      Branch: perl
22171            ! hints/uts.sh
22172 ____________________________________________________________________________
22173 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
22174         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
22175              From: Abhijit Menon-Sen <ams@wiw.org>
22176              Date: Mon, 25 Jun 2001 23:45:45 +0530
22177              Message-ID: <20010625234545.A5022@lustre.linux.in>
22178      Branch: perl
22179            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
22180 ____________________________________________________________________________
22181 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
22182         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
22183              From: Michael G Schwern <schwern@pobox.com>
22184              Date: Mon, 25 Jun 2001 14:35:51 -0400
22185              Message-ID: <20010625143551.H13819@blackrider>
22186      Branch: perl
22187            ! lib/Test.pm
22188 ____________________________________________________________________________
22189 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
22190         Log: Update Changes.
22191      Branch: perl
22192            ! Changes patchlevel.h
22193 ____________________________________________________________________________
22194 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
22195         Log: Regen toc and modlib.
22196      Branch: perl
22197            ! pod/perlmodlib.pod pod/perltoc.pod
22198 ____________________________________________________________________________
22199 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
22200         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
22201              for the benefit of C++ compilers, as suggested by Guruprasad.
22202      Branch: perl
22203            ! embed.pl proto.h
22204 ____________________________________________________________________________
22205 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
22206         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
22207              From: Jonathan Stowe <gellyfish@gellyfish.com>
22208              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
22209              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
22210      Branch: perl
22211            ! pod/perlfaq5.pod
22212 ____________________________________________________________________________
22213 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
22214         Log: Missed from #10925.
22215      Branch: perl
22216            ! gv.c
22217 ____________________________________________________________________________
22218 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
22219         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
22220              From: Robin Houston <robin@kitsite.com>
22221              Date: Sat, 19 May 2001 16:19:34 +0100
22222              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
22223      Branch: perl
22224            ! cv.h gv.h op.c
22225 ____________________________________________________________________________
22226 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
22227         Log: Netware README tweak.
22228      Branch: perl
22229            ! README.netware
22230 ____________________________________________________________________________
22231 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
22232         Log: Subject: [PATCH] Re: overload.t fails
22233              From: Abhijit Menon-Sen <ams@wiw.org>
22234              Date: Mon, 25 Jun 2001 14:52:20 +0530
22235              Message-ID: <20010625145220.A24114@lustre.linux.in>
22236      Branch: perl
22237            ! lib/overload.t
22238 ____________________________________________________________________________
22239 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
22240         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
22241              From: Mike Guy <mjtg@cam.ac.uk>
22242              Date: Mon, 25 Jun 2001 11:43:23 +0100
22243              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
22244      Branch: perl
22245            ! lib/Carp.pm
22246 ____________________________________________________________________________
22247 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
22248         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
22249              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22250              Date: Sun, 24 Jun 2001 05:17:05 -0400
22251              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
22252      Branch: perl
22253            ! os2/os2ish.h
22254 ____________________________________________________________________________
22255 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
22256         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
22257              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22258              Date: Mon, 25 Jun 2001 05:52:27 -0400
22259              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
22260      Branch: perl
22261            ! hints/os2.sh
22262 ____________________________________________________________________________
22263 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
22264         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
22265              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22266              Date: Mon, 25 Jun 2001 05:23:35 -0400
22267              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
22268      Branch: perl
22269            ! os2/os2.c
22270 ____________________________________________________________________________
22271 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
22272         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
22273              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22274              Date: Mon, 25 Jun 2001 05:04:32 -0400
22275              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
22276      Branch: perl
22277            ! os2/OS2/REXX/DLL/DLL.pm
22278 ____________________________________________________________________________
22279 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
22280         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
22281              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22282              Date: Mon, 25 Jun 2001 05:02:36 -0400
22283              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
22284      Branch: perl
22285            ! mg.c os2/dl_os2.c os2/os2.c
22286 ____________________________________________________________________________
22287 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
22288         Log: Subject: Re: [PATCH 5.6.1] misprints
22289              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22290              Date: Mon, 25 Jun 2001 04:50:50 -0400
22291              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
22292      Branch: perl
22293            ! os2/os2.c pp_sys.c
22294 ____________________________________________________________________________
22295 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
22296         Log: Add Test::More and Test::Simple to the delta.
22297      Branch: perl
22298            ! pod/perl572delta.pod
22299 ____________________________________________________________________________
22300 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
22301         Log: Add Test::More, from Michael G Schwern.
22302      Branch: perl
22303            + lib/Test/More.pm lib/Test/More/t/More.t
22304            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
22305            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
22306            + t/lib/Test/More/Catch.pm
22307            ! MANIFEST
22308 ____________________________________________________________________________
22309 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
22310         Log: Add Test::Simple from Michael G Schwern.
22311      Branch: perl
22312            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
22313            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
22314            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
22315            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
22316            + t/lib/Test/Simple/Catch.pm
22317            + t/lib/Test/Simple/sample_tests/death.plx
22318            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
22319            + t/lib/Test/Simple/sample_tests/extras.plx
22320            + t/lib/Test/Simple/sample_tests/five_fail.plx
22321            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
22322            + t/lib/Test/Simple/sample_tests/one_fail.plx
22323            + t/lib/Test/Simple/sample_tests/require.plx
22324            + t/lib/Test/Simple/sample_tests/success.plx
22325            + t/lib/Test/Simple/sample_tests/too_few.plx
22326            + t/lib/Test/Simple/sample_tests/two_fail.plx
22327            ! MANIFEST
22328 ____________________________________________________________________________
22329 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
22330         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
22331              From: "Craig A. Berry" <craigberry@mac.com>
22332              Date: Sun, 24 Jun 2001 23:41:36 -0500
22333              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
22334      Branch: perl
22335            ! pp_sys.c
22336 ____________________________________________________________________________
22337 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
22338         Log: Upgrade to Attribute::Handlers 0.70.
22339      Branch: perl
22340            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
22341            ! MANIFEST lib/Attribute/Handlers.pm
22342 ____________________________________________________________________________
22343 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
22344         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
22345              From: Abhijit Menon-Sen <ams@wiw.org>
22346              Date: Sat, 23 Jun 2001 05:17:44 +0530
22347              Message-ID: <20010623051744.A18583@lustre.linux.in>
22348              
22349              (Can't think of a good place to put tests.)
22350      Branch: perl
22351            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
22352 ____________________________________________________________________________
22353 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
22354         Log: Subject: [PATCH] t/op/pat.t typo fix
22355              From: Richard Soderberg <rs@crystalflame.net>
22356              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
22357              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
22358      Branch: perl
22359            ! t/op/pat.t
22360 ____________________________________________________________________________
22361 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
22362         Log: Move the pack warnings to their own file, as pointed
22363              out by Spider.
22364      Branch: perl
22365            + t/lib/warnings/pp_pack
22366            ! MANIFEST t/lib/warnings/pp
22367 ____________________________________________________________________________
22368 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
22369         Log: Update Changes.
22370      Branch: perl
22371            ! Changes patchlevel.h
22372 ____________________________________________________________________________
22373 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
22374         Log: Partially fix a problem noticed by IRIX compiler:
22375              the initialization of parse_start was bypassed by
22376              several gotos.  Now initialized to zero, which may
22377              not be the best choice.
22378      Branch: perl
22379            ! regcomp.c
22380 ____________________________________________________________________________
22381 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
22382         Log: Relax the group and password tests back to moaning only
22383              if no matches at all are found.  (Even with a small sample
22384              I could find many sites where there are, umm, anomalies in
22385              the said databases.)       
22386      Branch: perl
22387            ! t/op/grent.t t/op/pwent.t
22388 ____________________________________________________________________________
22389 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
22390         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
22391      Branch: perl
22392            ! pp_ctl.c
22393 ____________________________________________________________________________
22394 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
22395         Log: De-cut-and-pasto in #10902.
22396      Branch: perl
22397            ! pp_ctl.c
22398 ____________________________________________________________________________
22399 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
22400         Log: The #10771 didn't take?
22401      Branch: perl
22402            ! pp_ctl.c
22403 ____________________________________________________________________________
22404 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
22405         Log: Undo the filetests part of #10900, under multiplicity
22406              weird errors take place.
22407      Branch: perl
22408            ! pp_sys.c
22409 ____________________________________________________________________________
22410 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
22411         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
22412      Branch: perl
22413            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
22414 ____________________________________________________________________________
22415 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
22416         Log: (Replaced by #10922)
22417              
22418              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
22419              From: Tony Bowden <tony@kasei.com>
22420              Date: Sun, 24 Jun 2001 17:32:40 +0100
22421              Message-ID: <20010624173240.A16293@blackstar.co.uk>
22422              
22423              Document (well, mention) shortmess() and longmess()
22424              to rob people of their fun of reinventing the weel.
22425      Branch: perl
22426            ! lib/Carp.pm
22427 ____________________________________________________________________________
22428 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
22429         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
22430              From: Brian Jepson <bjepson@oreilly.com>
22431              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
22432              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
22433      Branch: perl
22434            ! pp_sys.c
22435 ____________________________________________________________________________
22436 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
22437         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
22438              From: Robin Barker <rmb1@cise.npl.co.uk> 
22439              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
22440              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
22441      Branch: perl
22442            ! lib/CPAN.pm
22443 ____________________________________________________________________________
22444 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
22445         Log: Memoize patch from mjd.
22446      Branch: perl
22447            ! lib/Memoize/t/tie_storable.t
22448 ____________________________________________________________________________
22449 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
22450         Log: Spec the sv_pvprintify() a bit more.
22451      Branch: perl
22452            ! pod/perltodo.pod
22453 ____________________________________________________________________________
22454 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
22455         Log: Upgrade to Memoize 0.65.
22456      Branch: perl
22457            + lib/Memoize/t/array_confusion.t
22458            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
22459            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
22460            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
22461            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
22462            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
22463            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
22464            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
22465            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
22466            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
22467            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
22468            ! lib/Memoize/t/tie_storable.t
22469 ____________________________________________________________________________
22470 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
22471         Log: Metaconfig unit change for #10892.
22472      Branch: metaconfig
22473            ! U/modified/Options.U
22474 ____________________________________________________________________________
22475 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
22476         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
22477              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22478              Date: Sun, 24 Jun 2001 05:24:40 -0400
22479              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
22480      Branch: perl
22481            ! Configure hints/os2.sh
22482 ____________________________________________________________________________
22483 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
22484         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
22485              From: Mike Guy <mjtg@cam.ac.uk>
22486              Date: Sun, 24 Jun 2001 15:28:39 +0100
22487              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
22488              
22489              Fix an ancient (5.002) bug.
22490      Branch: perl
22491            ! lib/Carp/Heavy.pm
22492 ____________________________________________________________________________
22493 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
22494         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
22495              variables.
22496      Branch: perl
22497            ! pp_sys.c
22498 ____________________________________________________________________________
22499 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
22500         Log: Make UTS as per #10888.
22501      Branch: perl
22502            ! hints/uts.sh
22503 ____________________________________________________________________________
22504 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
22505         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
22506      Branch: perl
22507            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
22508            ! mpeix/mpeixish.h perl.h unixish.h
22509 ____________________________________________________________________________
22510 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
22511         Log: AUTHORS update.
22512      Branch: perl
22513            ! AUTHORS
22514 ____________________________________________________________________________
22515 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
22516         Log: Subject: Encode::Tcl for multibyte doesnot work
22517              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
22518              Date: Sun, 24 Jun 2001 22:48:21 +0900
22519              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
22520      Branch: perl
22521            ! ext/Encode/Encode/Tcl.pm
22522 ____________________________________________________________________________
22523 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
22524         Log: Subject: [PATCH] Remove tautology in error messages
22525              From: Mike Guy <mjtg@cam.ac.uk>
22526              Date: Sun, 24 Jun 2001 13:31:00 +0100
22527              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
22528      Branch: perl
22529            ! pp_sys.c
22530 ____________________________________________________________________________
22531 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
22532         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
22533      Branch: perl
22534            ! hints/darwin.sh
22535 ____________________________________________________________________________
22536 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
22537         Log: Subject: Re: [PATCH 5.6.1] test suite
22538              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22539              Date: Sun, 24 Jun 2001 05:47:05 -0400
22540              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
22541              
22542              Test suite fixes.
22543      Branch: perl
22544            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
22545 ____________________________________________________________________________
22546 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
22547         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
22548              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22549              Date: Sun, 24 Jun 2001 05:37:19 -0400
22550              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
22551      Branch: perl
22552            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
22553 ____________________________________________________________________________
22554 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
22555         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
22556              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22557              Date: Sun, 24 Jun 2001 05:34:50 -0400
22558              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
22559              
22560              Pacify compiler warnings.
22561      Branch: perl
22562            ! pp_sys.c
22563 ____________________________________________________________________________
22564 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
22565         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
22566              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22567              Date: Sun, 24 Jun 2001 05:21:18 -0400
22568              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
22569              
22570              Enable compression of executables during link time.
22571      Branch: perl
22572            ! hints/os2.sh
22573 ____________________________________________________________________________
22574 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
22575         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
22576              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22577              Date: Sun, 24 Jun 2001 05:15:11 -0400
22578              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
22579              
22580              Add ordinals to the export list for Perl DLL.
22581              (Breaks intra-version DLL compatibility.)
22582      Branch: perl
22583            ! makedef.pl
22584 ____________________________________________________________________________
22585 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
22586         Log: Allow (displaying and) re-editing the Subject in perlbug.
22587              Also abstract the Subject quality control into a function.
22588      Branch: perl
22589            ! utils/perlbug.PL
22590 ____________________________________________________________________________
22591 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
22592         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
22593      Branch: perl
22594            ! utils/perlbug.PL
22595 ____________________________________________________________________________
22596 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
22597         Log: Regen toc and modlib.
22598      Branch: perl
22599            ! pod/perlmodlib.pod pod/perltoc.pod
22600 ____________________________________________________________________________
22601 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
22602         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
22603              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
22604              attribute semantics as much as possible, or 'ntsec' which uses
22605              native NTFS semantics.)  (See also #10877.)
22606      Branch: perl
22607            ! perl.c
22608 ____________________________________________________________________________
22609 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
22610         Log: (Retracted by #11586)
22611              
22612              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
22613      Branch: perl
22614            ! lib/Test/Harness.pm
22615 ____________________________________________________________________________
22616 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
22617         Log: Just zap the -uPerlio.
22618      Branch: perl
22619            ! ext/B/Stash.t
22620 ____________________________________________________________________________
22621 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
22622         Log: Do not test PerlIO if PerlIO not used.
22623      Branch: perl
22624            ! ext/PerlIO/PerlIO.t
22625 ____________________________________________________________________________
22626 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
22627         Log: Regen perlapi.
22628      Branch: perl
22629            ! pod/perlapi.pod
22630 ____________________________________________________________________________
22631 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
22632         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
22633              From: Nicholas Clark <nick@ccl4.org>
22634              Date: Sat, 23 Jun 2001 22:55:47 +0100
22635              Message-ID: <20010623225547.Z98663@plum.flirble.org>
22636      Branch: perl
22637            ! numeric.c
22638 ____________________________________________________________________________
22639 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
22640         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
22641              From: Prymmer/Kahn <pvhp@best.com>
22642              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
22643              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
22644      Branch: perl
22645            ! lib/h2xs.t
22646 ____________________________________________________________________________
22647 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
22648         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
22649              cygwin does not taint cwd, just like win32.
22650      Branch: perl
22651            ! lib/File/Find/taint.t t/op/taint.t
22652 ____________________________________________________________________________
22653 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
22654         Log: Retract #10865, the patch should be unnecessary.
22655              (But seemingly helpful in Cygwin?  Strange.)
22656      Branch: perl
22657            ! lib/Memoize/t/tie_ndbm.t
22658 ____________________________________________________________________________
22659 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
22660         Log: Misplaced test file; plus Cygwin filesystem semantics.
22661      Branch: perl
22662            + ext/SDBM_File/sdbm.t
22663            - ext/ODBM_File/sdbm.t
22664            ! MANIFEST
22665 ____________________________________________________________________________
22666 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
22667         Log: (Retracted by #10867.)
22668      Branch: perl
22669            ! lib/Memoize/t/tie_ndbm.t
22670 ____________________________________________________________________________
22671 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
22672         Log: Metaconfig unit change for #10863.
22673      Branch: metaconfig/U/perl
22674            ! Extensions.U
22675 ____________________________________________________________________________
22676 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
22677         Log: In Cygwin do not build NDBM_File and ODBM_File unless
22678              -lndbm and -ldbm are available.
22679      Branch: perl
22680            ! Configure config_h.SH
22681 ____________________________________________________________________________
22682 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
22683         Log: More Cygwin filesystem semantics.
22684      Branch: perl
22685            ! t/io/fs.t t/op/stat.t
22686 ____________________________________________________________________________
22687 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
22688         Log: More DOSish permission semantics for Cygwin.
22689      Branch: perl
22690            ! lib/AnyDBM_File.t
22691 ____________________________________________________________________________
22692 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
22693         Log: Cygwin too has different permission semantics.
22694      Branch: perl
22695            ! ext/GDBM_File/gdbm.t
22696 ____________________________________________________________________________
22697 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
22698         Log: The group (and assumedly passwd) databases can have
22699              only one entry (this is the case in cygwin).
22700      Branch: perl
22701            ! t/op/grent.t t/op/pwent.t
22702 ____________________________________________________________________________
22703 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
22704         Log: Also in Cygwin use Socket to figure out domainname
22705              (if any) (avoids trying to call external 'domainname',
22706              which doesn't at the moment exist in Cygwin)
22707      Branch: perl
22708            ! lib/Net/Domain.pm
22709 ____________________________________________________________________________
22710 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
22711         Log: Remove also the lib$Foo.def, not just $Foo.def.
22712      Branch: perl
22713            ! lib/ExtUtils/MM_Unix.pm
22714 ____________________________________________________________________________
22715 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
22716         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
22717      Branch: perl
22718            ! unixish.h
22719 ____________________________________________________________________________
22720 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
22721         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
22722              to match the whole isprint(), only the space character.
22723      Branch: perl
22724            ! handy.h pod/perlre.pod t/op/pat.t
22725 ____________________________________________________________________________
22726 [ 10854] By: nick                                  on 2001/06/23  08:09:33
22727         Log: Integrate mainline
22728      Branch: perlio
22729           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
22730           !> lib/ExtUtils.t lib/File/Find/taint.t
22731           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
22732           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
22733           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
22734 ____________________________________________________________________________
22735 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
22736         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
22737              with its floats    in os390 and s390 (UTS).
22738      Branch: perl
22739            ! lib/Math/BigInt/t/bigintpm.t
22740 ____________________________________________________________________________
22741 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
22742         Log: Add also UTS (s390) to the non-IEEE float platforms.
22743      Branch: perl
22744            ! t/op/sprintf.t
22745 ____________________________________________________________________________
22746 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
22747         Log: Subject: RFC: what are applicable standards for exponent sizes?
22748              From: Peter Prymmer <pvhp@forte.com>
22749              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
22750              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
22751      Branch: perl
22752            ! t/op/sprintf.t
22753 ____________________________________________________________________________
22754 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
22755         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
22756              From: Peter Prymmer <pvhp@forte.com>
22757              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
22758              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
22759      Branch: perl
22760            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
22761 ____________________________________________________________________________
22762 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
22763         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
22764              From: Peter Prymmer <pvhp@forte.com>
22765              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
22766              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
22767      Branch: perl
22768            ! lib/ExtUtils.t
22769 ____________________________________________________________________________
22770 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
22771         Log: Retract #10845.
22772      Branch: perl
22773            ! lib/File/Find/taint.t
22774 ____________________________________________________________________________
22775 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
22776         Log: Yet another error message.
22777      Branch: perl
22778            ! t/op/mkdir.t
22779 ____________________________________________________________________________
22780 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
22781         Log: The croak message for nonexistent socket functions may vary.
22782      Branch: perl
22783            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
22784 ____________________________________________________________________________
22785 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
22786         Log: (Retracted by #10848.)
22787      Branch: perl
22788            ! lib/File/Find/taint.t
22789 ____________________________________________________________________________
22790 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
22791         Log: Integrate perlio.
22792      Branch: perl
22793           !> lib/File/Find/taint.t t/op/write.t
22794 ____________________________________________________________________________
22795 [ 10843] By: nick                                  on 2001/06/22  21:24:51
22796         Log: Back out debug in taint.t
22797      Branch: perlio
22798            ! lib/File/Find/taint.t
22799 ____________________________________________________________________________
22800 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
22801         Log: setitimer() does not exist in Unicos, despite of what
22802              Configure thinks, from Mark P. Lutz.
22803      Branch: perl
22804            ! hints/unicos.sh
22805 ____________________________________________________________________________
22806 [ 10841] By: nick                                  on 2001/06/22  21:19:36
22807         Log: Skip cwd test on Win32 ???
22808      Branch: perlio
22809            ! lib/File/Find/taint.t
22810 ____________________________________________________________________________
22811 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
22812         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
22813              and Tru64 gcc -Wall happy.
22814      Branch: perl
22815            ! mg.c
22816 ____________________________________________________________________________
22817 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
22818         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
22819      Branch: perl
22820            ! ext/IPC/SysV/Semaphore.pm
22821 ____________________________________________________________________________
22822 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
22823         Log: Metaconfig unit change for #10837.
22824      Branch: metaconfig/U/perl
22825            ! Cross.U
22826 ____________________________________________________________________________
22827 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
22828         Log: Cleanup of the cross-compilation unit.
22829      Branch: perl
22830            ! Configure
22831 ____________________________________________________________________________
22832 [ 10836] By: nick                                  on 2001/06/22  20:45:12
22833         Log: Skip |- based op/write.t on Win32 as well as VMS
22834      Branch: perlio
22835            ! t/op/write.t
22836 ____________________________________________________________________________
22837 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
22838         Log: Integrate perlio.
22839      Branch: perl
22840           !> util.c
22841 ____________________________________________________________________________
22842 [ 10834] By: nick                                  on 2001/06/22  20:41:54
22843         Log: Integrate mainline
22844      Branch: perlio
22845           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
22846           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
22847           !> vos/config.ga.h
22848 ____________________________________________________________________________
22849 [ 10833] By: nick                                  on 2001/06/22  20:22:58
22850         Log: Patcho fix.
22851      Branch: perlio
22852            ! util.c
22853 ____________________________________________________________________________
22854 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
22855         Log: Metaconfig unit changes for #10831.
22856      Branch: metaconfig
22857            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
22858 ____________________________________________________________________________
22859 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
22860         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
22861              From: Andy Dougherty <doughera@lafayette.edu>
22862              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
22863              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
22864      Branch: perl
22865            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22866            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
22867 ____________________________________________________________________________
22868 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
22869         Log: MPE/iX prototype nits from Mark Bixby.
22870      Branch: perl
22871            ! pp_sys.c
22872 ____________________________________________________________________________
22873 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
22874         Log: Detypo.
22875      Branch: perl
22876            ! util.c
22877 ____________________________________________________________________________
22878 [ 10828] By: nick                                  on 2001/06/22  15:33:37
22879         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
22880      Branch: perlio
22881           +> lib/h2xs.t
22882           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
22883           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
22884           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
22885           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
22886           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
22887           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
22888           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
22889           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
22890           !> vms/vmsish.h
22891 ____________________________________________________________________________
22892 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
22893         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
22894              Date: Fri, 22 Jun 2001 10:08:35 -0500
22895              From: "Craig A. Berry" <craigberry@mac.com>
22896              Message-Id: <a05101001b75908704194@[192.168.56.145]>
22897      Branch: perl
22898            ! vms/vms.c vms/vmsish.h
22899 ____________________________________________________________________________
22900 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
22901         Log: NetWare scripts tweak from Ananth Kesari.
22902      Branch: perl
22903            ! NetWare/t/NWScripts.pl
22904 ____________________________________________________________________________
22905 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
22906         Log: Update Changes.
22907      Branch: perl
22908            ! Changes patchlevel.h
22909 ____________________________________________________________________________
22910 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
22911         Log: Add .i and .s targets.
22912      Branch: perl
22913            ! Makefile.SH
22914 ____________________________________________________________________________
22915 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
22916         Log: Upgrade to Locale::Maketext 1.03.
22917      Branch: perl
22918            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
22919            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
22920 ____________________________________________________________________________
22921 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
22922         Log: Upgrade to I18N::LangTags 0.26.
22923      Branch: perl
22924            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
22925            ! lib/I18N/LangTags/test.pl
22926 ____________________________________________________________________________
22927 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
22928         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
22929              Philip Newton.
22930      Branch: perl
22931            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
22932            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
22933 ____________________________________________________________________________
22934 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
22935         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
22936              From: Prymmer/Kahn <pvhp@best.com>
22937              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
22938              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
22939      Branch: perl
22940            + lib/h2xs.t
22941            ! MANIFEST utils/h2xs.PL
22942 ____________________________________________________________________________
22943 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
22944         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
22945              From: Prymmer/Kahn <pvhp@best.com>
22946              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
22947              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
22948      Branch: perl
22949            ! lib/ExtUtils.t
22950 ____________________________________________________________________________
22951 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
22952         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
22953              From: Prymmer/Kahn <pvhp@best.com>
22954              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
22955              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
22956      Branch: perl
22957            ! t/pod/plainer.t
22958 ____________________________________________________________________________
22959 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
22960         Log: AUTHORS update.
22961      Branch: perl
22962            ! AUTHORS
22963 ____________________________________________________________________________
22964 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
22965         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
22966              From: "Craig A. Berry" <craigberry@mac.com>
22967              Date: Thu, 21 Jun 2001 18:20:38 -0500
22968              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
22969      Branch: perl
22970            ! ext/POSIX/POSIX.xs
22971 ____________________________________________________________________________
22972 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
22973         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
22974              From: "Craig A. Berry" <craigberry@mac.com>
22975              Date: Thu, 21 Jun 2001 09:58:52 -0500
22976              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
22977      Branch: perl
22978            ! ext/B/Deparse.t t/op/write.t
22979 ____________________________________________________________________________
22980 [ 10814] By: nick                                  on 2001/06/22  08:13:09
22981         Log: Integrate mainline.
22982      Branch: perlio
22983           !> (integrate 46 files)
22984 ____________________________________________________________________________
22985 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
22986         Log: Change the prefixes only if $prefix is unset,
22987              as originally patched by Marcel Grunauer.
22988      Branch: perl
22989            ! hints/darwin.sh hints/rhapsody.sh
22990 ____________________________________________________________________________
22991 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
22992         Log: Subject: Re: Patch for hints/darwin.sh
22993              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
22994              Date: Thu, 21 Jun 2001 11:23:46 -0700
22995              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
22996      Branch: perl
22997            ! hints/darwin.sh hints/rhapsody.sh
22998 ____________________________________________________________________________
22999 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
23000         Log: Add .PHONY targets for non-file targets,
23001              from Wilfredo Sánchez.  Should help saying
23002              "make install" on case-insensitive filesystems.
23003      Branch: perl
23004            ! Makefile.SH
23005 ____________________________________________________________________________
23006 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
23007         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
23008              From: Doug MacEachern <dougm@covalent.net>
23009              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
23010              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
23011              
23012              plus reword the getcwd() comment, plus use getcwd() buffer
23013              size minus one.
23014      Branch: perl
23015            ! util.c
23016 ____________________________________________________________________________
23017 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
23018         Log: More gprofing from Doug MacEachern.
23019      Branch: perl
23020            ! Makefile.SH
23021 ____________________________________________________________________________
23022 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
23023         Log: Metaconfig unit change for #10807.
23024      Branch: metaconfig/U/perl
23025            ! d_sfio.U
23026 ____________________________________________________________________________
23027 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
23028         Log: Tell that you are removing the unneeded -lsfio.
23029      Branch: perl
23030            ! Configure
23031 ____________________________________________________________________________
23032 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
23033         Log: More MPE/iX tweaks from Mark Bixby.
23034      Branch: perl
23035            ! perl.c t/op/magic.t
23036 ____________________________________________________________________________
23037 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
23038         Log: The fchdir() proto is supposed to live in <unistd.h>.
23039      Branch: perl
23040            ! ext/Cwd/Cwd.xs
23041 ____________________________________________________________________________
23042 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
23043         Log: This town is too small for the Cwd extension and me,
23044              it would seem...
23045      Branch: perl
23046            ! ext/Cwd/Cwd.xs
23047 ____________________________________________________________________________
23048 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
23049         Log: Metaconfig unit change for #10802.
23050      Branch: metaconfig/U/perl
23051            ! d_modfl.U
23052 ____________________________________________________________________________
23053 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
23054         Log: More d'ohs.
23055      Branch: perl
23056            ! Configure
23057 ____________________________________________________________________________
23058 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
23059         Log: Off-by-one.  I'm so classic.
23060      Branch: perl
23061            ! util.c
23062 ____________________________________________________________________________
23063 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
23064         Log: Update Changes.
23065      Branch: perl
23066            ! Changes patchlevel.h
23067 ____________________________________________________________________________
23068 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
23069         Log: Subject: Documentation patch for Net::FTP
23070              From: Marcel Grunauer <marcel@codewerk.com>
23071              Date: Wed, 20 Jun 2001 23:03:26 +0200
23072              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
23073      Branch: perl
23074            ! lib/Net/FTP.pm
23075 ____________________________________________________________________________
23076 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
23077         Log: Retract the #10417 mg.c and embed.pl parts because of
23078              strange SEGVs in 64bit x86 FreeBSD observed by
23079              Nicholas Clark.
23080      Branch: perl
23081            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
23082 ____________________________________________________________________________
23083 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
23084         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
23085      Branch: perl
23086            ! Configure NetWare/config.wc NetWare/config_H.wc
23087            ! Porting/Glossary Porting/config.sh Porting/config_H
23088            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
23089            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23090            ! vos/config.ga.h win32/config.bc win32/config.gc
23091            ! win32/config.vc win32/config_H.bc win32/config_H.gc
23092            ! win32/config_H.vc
23093 ____________________________________________________________________________
23094 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
23095         Log: Cwd tweak from Doug MacEachern.
23096      Branch: perl
23097            ! ext/Cwd/Cwd.xs
23098 ____________________________________________________________________________
23099 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
23100         Log: Protect the fchdir() and lstat() with ifdefs.
23101              fchdir() needs a Configure probe.
23102      Branch: perl
23103            ! ext/Cwd/Cwd.xs
23104 ____________________________________________________________________________
23105 [ 10794] By: nick                                  on 2001/06/21  17:11:35
23106         Log: Integrate mainline
23107      Branch: perlio
23108           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
23109           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
23110           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
23111           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
23112           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
23113           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
23114           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
23115           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
23116            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
23117            - lib/File/Glob/case.t lib/File/Glob/global.t
23118            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
23119            - lib/File/Temp/posix.t lib/File/Temp/security.t
23120            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
23121            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
23122            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
23123            - lib/Text/Wrap/wrap.t
23124           !> (integrate 41 files)
23125 ____________________________________________________________________________
23126 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
23127         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
23128              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
23129              Date: Thu, 21 Jun 2001 13:04:54 -0500
23130              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
23131      Branch: perl
23132            ! ext/Cwd/Cwd.xs
23133 ____________________________________________________________________________
23134 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
23135         Log: Subject: [PATCH pod] overlong =item
23136              From: Robin Barker <rmb1@cise.npl.co.uk>
23137              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
23138              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
23139      Branch: perl
23140            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
23141            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
23142 ____________________________________________________________________________
23143 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
23144         Log: Subject: [PATCH perlio.c] format 
23145              From: Robin Barker <rmb1@cise.npl.co.uk>
23146              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
23147              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
23148      Branch: perl
23149            ! perlio.c
23150 ____________________________________________________________________________
23151 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
23152         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
23153              From: Radu Greab <radu@netsoft.ro>
23154              Date: Thu, 21 Jun 2001 19:06:02 +0300
23155              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
23156      Branch: perl
23157            ! pod/perlapi.pod sv.c
23158 ____________________________________________________________________________
23159 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
23160         Log: The metaconfig unit changes for #10788.
23161      Branch: metaconfig/U/perl
23162            ! Cross.U fflushall.U
23163 ____________________________________________________________________________
23164 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
23165         Log: Cross-configuration changes: make $from to rm the files
23166              before copying them over (this means that he rm can be
23167              removed from the fflushall test), create $targetmkdir      
23168              (not documented in install since it is supposed to internal
23169              use only), make $run to copy over the executable only if
23170              a stamp file .xok doesn't already exist (to avoid unnecessary
23171              copying of the executable)
23172      Branch: perl
23173            ! Configure Makefile.SH
23174 ____________________________________________________________________________
23175 [ 10787] By: nick                                  on 2001/06/21  14:16:18
23176         Log: Integrate mainline
23177      Branch: perlio
23178           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
23179           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
23180           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
23181            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
23182           !> (integrate 34 files)
23183 ____________________________________________________________________________
23184 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
23185         Log: Re-add the files as text.
23186      Branch: perl
23187            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
23188 ____________________________________________________________________________
23189 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
23190         Log: Delete the binary files.
23191      Branch: perl
23192            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
23193 ____________________________________________________________________________
23194 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
23195         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
23196              From: Andy Dougherty <doughera@lafayette.edu>
23197              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
23198              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
23199      Branch: perl
23200            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
23201            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
23202            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
23203            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
23204 ____________________________________________________________________________
23205 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
23206         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
23207              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
23208              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
23209              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
23210              
23211              Setting umask to something friendlier.
23212      Branch: perl
23213            ! installman installperl
23214 ____________________________________________________________________________
23215 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
23216         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
23217              Resort MANIFEST with sort -f, looks much better.
23218      Branch: perl
23219            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
23220            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
23221            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
23222            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
23223            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
23224            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
23225            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
23226            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
23227            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
23228            - lib/File/Glob/case.t lib/File/Glob/global.t
23229            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
23230            - lib/File/Temp/posix.t lib/File/Temp/security.t
23231            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
23232            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
23233            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
23234            - lib/Text/Wrap/wrap.t
23235            ! MANIFEST
23236 ____________________________________________________________________________
23237 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
23238         Log: Upgrade to I18N::LangTags 0.25.
23239      Branch: perl
23240            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
23241            ! lib/I18N/LangTags/List.pm
23242 ____________________________________________________________________________
23243 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
23244         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
23245              From: Richard Soderberg <rs@crystalflame.net>
23246              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
23247              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
23248      Branch: perl
23249            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
23250            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
23251 ____________________________________________________________________________
23252 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
23253         Log: Test obsoleted by change #10777.
23254      Branch: perl
23255            ! t/op/sub_lval.t
23256 ____________________________________________________________________________
23257 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
23258         Log: Case of confused test numbering.
23259      Branch: perl
23260            ! t/op/pat.t
23261 ____________________________________________________________________________
23262 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
23263         Log: Subject: Re: Opinion on undef lvalue
23264              From: Abhijit Menon-Sen <ams@wiw.org>
23265              Date: Sun, 17 Jun 2001 13:04:46 +0530
23266              Message-ID: <20010617130446.B27925@lustre.linux.in>
23267              
23268              Allow lvalue subs to return undef in array context.
23269      Branch: perl
23270            ! pp_hot.c
23271 ____________________________________________________________________________
23272 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
23273         Log: Just a guess that using the same hack for cygwin as
23274              for win32 might help.
23275      Branch: perl
23276            ! lib/File/Find/find.t
23277 ____________________________________________________________________________
23278 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
23279         Log: NetWare tweaks from Guruprasad.
23280      Branch: perl
23281            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
23282            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
23283            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
23284            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
23285 ____________________________________________________________________________
23286 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
23287         Log: Subject: Re: perl@10722: Bogus warnings on REs 
23288              From: Hugo <hv@crypt.compulink.co.uk>
23289              Date: Thu, 21 Jun 2001 09:51:17 +0100
23290              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
23291              
23292              Unroll to avoid a UTS compiler bug.
23293      Branch: perl
23294            ! regcomp.c
23295 ____________________________________________________________________________
23296 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
23297         Log: Subject: Re: [PATCH] Make /o work under i?threads
23298              From: Artur Bergman <artur@contiller.se>
23299              Date: Thu, 21 Jun 2001 14:38:03 +0200
23300              Message-ID: <B757B74A.184D%artur@contiller.se>
23301      Branch: perl
23302            ! t/op/pat.t
23303 ____________________________________________________________________________
23304 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
23305         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
23306              From: Artur Bergman <artur@contiller.se> 
23307              Date: Thu, 21 Jun 2001 14:27:33 +0200
23308              Message-ID: <B757B4D4.1849%artur@contiller.se>
23309              
23310              Plus extra parentheses.
23311      Branch: perl
23312            ! op.h
23313 ____________________________________________________________________________
23314 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
23315         Log: Subject: [PATCH] Make /o work under i?threads
23316              From: Richard Soderberg <rs@crystalflame.net>
23317              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
23318              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
23319      Branch: perl
23320            ! pp_ctl.c
23321 ____________________________________________________________________________
23322 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
23323         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
23324              From: Artur Bergman <artur@contiller.se>
23325              Date: Thu, 21 Jun 2001 14:04:54 +0200
23326              Message-ID: <B757AF86.1842%artur@contiller.se>
23327      Branch: perl
23328            ! op.h
23329 ____________________________________________________________________________
23330 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
23331         Log: Subject: Re: perl@10765: sv.c not OK on win32
23332              From: Artur Bergman <artur@contiller.se>
23333              Date: Thu, 21 Jun 2001 10:31:06 +0200
23334              Message-ID: <B7577D69.182C%artur@contiller.se>
23335      Branch: perl
23336            ! sv.c
23337 ____________________________________________________________________________
23338 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
23339         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
23340              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23341              Date: Thu, 21 Jun 2001 06:23:56 -0400
23342              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
23343              
23344              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
23345              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23346              Date: Thu, 21 Jun 2001 06:32:21 -0400
23347              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
23348      Branch: perl
23349            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
23350 ____________________________________________________________________________
23351 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
23352         Log: Subject: [PATCH] make syslog test more verbose
23353              From: Robert Spier <rspier@pobox.com>
23354              Date: Thu, 21 Jun 2001 00:54:32 -0400
23355              Message-ID: <15153.32264.295807.333073@rls.cx>
23356      Branch: perl
23357            ! ext/Sys/Syslog/syslog.t
23358 ____________________________________________________________________________
23359 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
23360         Log: Subject: op/study.t refinements
23361              From: Hugo <hv@crypt.compulink.co.uk>
23362              Date: Thu, 21 Jun 2001 00:29:07 +0100
23363              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
23364      Branch: perl
23365            ! t/op/study.t
23366 ____________________________________________________________________________
23367 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
23368         Log: Update Changes.
23369      Branch: perl
23370            ! Changes patchlevel.h
23371 ____________________________________________________________________________
23372 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
23373         Log: Subject: Re: [PATCH] djgpp updates
23374              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
23375              Date: Wed, 20 Jun 2001 10:05:15 +0200
23376              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
23377      Branch: perl
23378            ! djgpp/config.over
23379 ____________________________________________________________________________
23380 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
23381         Log: Fix for ID 20010619.002 "When building hash, hash keys that
23382              are function calls are not being called", from Abhijit.
23383      Branch: perl
23384            ! t/base/lex.t toke.c
23385 ____________________________________________________________________________
23386 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
23387         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
23388      Branch: perl
23389            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
23390            + lib/Locale/Maketext/test.pl
23391            - lib/Locale/Maketext.t
23392            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
23393            ! lib/Locale/Maketext/TPJ13.pod
23394 ____________________________________________________________________________
23395 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
23396         Log: Metaconfig unit change for #10760.
23397      Branch: metaconfig
23398            ! U/modified/Cppsym.U
23399 ____________________________________________________________________________
23400 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
23401         Log: Do not remove the ccsym* Cppsym* files since
23402              they are useful for metaconfig units coming after us.
23403              (This is the Configure nit mentioned in #10752.)
23404      Branch: perl
23405            ! Configure
23406 ____________________________________________________________________________
23407 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
23408         Log: Update to I18N::LangTags 0.24, from Sean Burke.
23409      Branch: perl
23410            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
23411            + lib/I18N/LangTags/README
23412            - lib/I18N/LangTags/List.pod
23413            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
23414 ____________________________________________________________________________
23415 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
23416         Log: Regen headers.
23417      Branch: perl
23418            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
23419            ! pod/perlapi.pod proto.h
23420 ____________________________________________________________________________
23421 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
23422         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
23423              From: Artur Bergman <artur@contiller.se>
23424              Date: Wed, 20 Jun 2001 11:31:32 +0200
23425              Message-ID: <B7563A14.17D8%artur@contiller.se>
23426      Branch: perl
23427            ! embed.pl hv.c intrpvar.h sv.c sv.h
23428 ____________________________________________________________________________
23429 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
23430         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
23431              From: Tim Sweetman <tim@aldigital.co.uk> 
23432              Date: Wed, 13 Jun 2001 14:25:17 +0100 
23433              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
23434      Branch: perl
23435            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
23436 ____________________________________________________________________________
23437 [ 10755] By: nick                                  on 2001/06/20  16:12:37
23438         Log: Integrate mainline
23439      Branch: perlio
23440           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
23441           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
23442           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
23443           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
23444           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
23445           !> t/op/study.t util.c
23446 ____________________________________________________________________________
23447 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
23448         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
23449              but not Makefile)
23450      Branch: maint-5.6/perl
23451            ! win32/Makefile
23452 ____________________________________________________________________________
23453 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
23454         Log: Security tweak on readlink().
23455      Branch: perl
23456            ! pp_sys.c
23457 ____________________________________________________________________________
23458 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
23459         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
23460      Branch: perl
23461            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
23462            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
23463            ! mpeix/relink t/op/pwent.t
23464 ____________________________________________________________________________
23465 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
23466         Log: Reinstate #10725 (with probe for alarm()).
23467      Branch: perl
23468            ! t/op/study.t
23469 ____________________________________________________________________________
23470 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
23471         Log: Replace our implementation of realpath() with OpenBSD's
23472              (src/lib/libc/stdlib/realpath.c 1.4).
23473      Branch: perl
23474            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
23475            ! pod/perldiag.pod proto.h util.c
23476 ____________________________________________________________________________
23477 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
23478         Log: Integrate perlio.
23479      Branch: perl
23480           !> perlio.c
23481 ____________________________________________________________________________
23482 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
23483         Log: No point in going into memory-saving contortions
23484              with getcwd() since there's a danger of buffer overflow.
23485              Also make the POSIX extension to use sv_getcwd().
23486              Finally, a missed proto.h fragment.
23487      Branch: perl
23488            ! ext/POSIX/POSIX.xs proto.h util.c
23489 ____________________________________________________________________________
23490 [ 10747] By: nick                                  on 2001/06/20  12:38:26
23491         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
23492      Branch: perlio
23493            ! perlio.c
23494 ____________________________________________________________________________
23495 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
23496         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
23497              From: Graham Barr <gbarr@pobox.com>
23498              Date: Wed, 20 Jun 2001 11:05:49 +0100
23499              Message-ID: <20010620110549.I19188@pobox.com>
23500              
23501              reported in        
23502              
23503              Subject: Bug in IO::Socket::INET module (repeat)
23504              From: "Harmon S. Nine" <hnine@netarx.com>
23505              Date: Tue, 19 Jun 2001 09:41:35 -0400
23506              Message-ID: <3B2F568F.8080605@netarx.com>
23507              
23508              The bug was that the IO::Socket::INET constructor
23509              did not allow a 'LocalPort' of 0.
23510      Branch: perl
23511            ! ext/IO/lib/IO/Socket/INET.pm
23512 ____________________________________________________________________________
23513 [ 10745] By: nick                                  on 2001/06/20  08:56:39
23514         Log: Integrate mainline.
23515      Branch: perlio
23516           !> (integrate 37 files)
23517 ____________________________________________________________________________
23518 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
23519         Log: After some reading I don't think we can blindly
23520              use systems' realpath().  Too many security problems,
23521              too many buggy implementations.
23522              
23523              TODO: the realpath() emulation code in util.c doesn't
23524              seem fully operational?  (readlink(), for example?)
23525      Branch: perl
23526            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
23527            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
23528            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
23529            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
23530            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
23531            ! win32/config_H.gc win32/config_H.vc
23532 ____________________________________________________________________________
23533 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
23534         Log: Metaconfig unit change for #10738.
23535      Branch: metaconfig
23536            ! U/compline/d_gconvert.U
23537 ____________________________________________________________________________
23538 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
23539         Log: Integrate change #10739 from maintperl:
23540              
23541              C<eval "/x$\r\n/x"> fails to compile correctly 
23542      Branch: perl
23543           !> t/op/pat.t toke.c
23544 ____________________________________________________________________________
23545 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
23546         Log: Retract #10725 (Hugo asked NOT to apply the patch)
23547      Branch: perl
23548            ! t/op/study.t
23549 ____________________________________________________________________________
23550 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
23551         Log: The test.third results were funnily named because of the
23552              new test scheme.
23553      Branch: perl
23554            ! t/TEST
23555 ____________________________________________________________________________
23556 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
23557         Log: C<eval "/x$\r\n/x"> fails to compile correctly
23558      Branch: maint-5.6/perl
23559            ! t/op/pat.t toke.c
23560 ____________________________________________________________________________
23561 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
23562         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
23563              From: Spider Boardman <spider@Orb.Nashua.NH.US>
23564              Date: Tue, 19 Jun 2001 19:15:40 -0400
23565              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
23566              
23567              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
23568              because "1e+129" being expected but "1.e+129" being returned.
23569              The culprit (at least in Tru64) is the use of gcvt().
23570      Branch: perl
23571            ! Configure
23572 ____________________________________________________________________________
23573 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
23574         Log: Subject: [PATCH perl@10722] test hunting on VMS
23575              From: "Craig A. Berry" <craigberry@mac.com>
23576              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
23577              Date: Tue, 19 Jun 2001 18:59:01 -0500
23578      Branch: perl
23579            ! vms/test.com
23580 ____________________________________________________________________________
23581 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
23582         Log: Subject: [PATCH] s/typos//
23583              From: Abhijit Menon-Sen <ams@wiw.org>
23584              Date: Wed, 20 Jun 2001 02:15:02 +0530
23585              Message-ID: <20010620021502.A14541@lustre.linux.in>
23586              
23587              Without the op.h s/bearword/bareword/ hunk, see
23588              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
23589      Branch: perl
23590            ! util.c
23591 ____________________________________________________________________________
23592 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
23593         Log: Metaconfig unit change for #10732 and #10733.
23594      Branch: metaconfig/U/perl
23595            ! fflushall.U
23596 ____________________________________________________________________________
23597 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
23598         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
23599              From: "Craig A. Berry" <craigberry@mac.com>
23600              Date: Tue, 19 Jun 2001 17:19:48 -0500
23601              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
23602      Branch: perl
23603            ! configure.com vms/descrip_mms.template
23604 ____________________________________________________________________________
23605 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
23606         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
23607              From: Spider Boardman <spider@Orb.Nashua.NH.US>
23608              Date: Tue, 19 Jun 2001 16:48:07 -0400
23609              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
23610              
23611              Further fixes to fflush(NULL) detection.
23612      Branch: perl
23613            ! Configure
23614 ____________________________________________________________________________
23615 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
23616         Log: AIX test -s hangs with non-existent files?
23617              (A genuine logic bug in Configure, but AIX also broken?)
23618      Branch: perl
23619            ! Configure
23620 ____________________________________________________________________________
23621 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
23622         Log: AUTHORS updates.
23623      Branch: perl
23624            ! AUTHORS
23625 ____________________________________________________________________________
23626 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
23627         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
23628              From: Spider Boardman <spider@Orb.Nashua.NH.US>
23629              Date: Tue, 19 Jun 2001 15:33:25 -0400
23630              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
23631      Branch: perl
23632            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
23633            ! t/lib/warnings/pp
23634 ____________________________________________________________________________
23635 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
23636         Log: Integrate perlio.
23637      Branch: perl
23638           !> lib/File/Find/find.t win32/distclean.bat
23639 ____________________________________________________________________________
23640 [ 10728] By: nick                                  on 2001/06/19  18:24:53
23641         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
23642      Branch: perlio
23643            ! lib/File/Find/find.t win32/distclean.bat
23644 ____________________________________________________________________________
23645 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
23646         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
23647              also add information how to find out whether one has PerlIO.
23648      Branch: perl
23649            ! pod/perlfunc.pod
23650 ____________________________________________________________________________
23651 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
23652         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
23653              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
23654              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
23655              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
23656      Branch: perl
23657            ! pod/perlfunc.pod
23658 ____________________________________________________________________________
23659 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
23660         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
23661              From: Hugo <hv@crypt.compulink.co.uk>
23662              Date: Tue, 19 Jun 2001 12:37:30 +0100
23663              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
23664      Branch: perl
23665            ! t/op/study.t
23666 ____________________________________________________________________________
23667 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
23668         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
23669              From: Hugo <hv@crypt.compulink.co.uk>
23670              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
23671              Date: Tue, 19 Jun 2001 13:15:17 +0100
23672      Branch: perl
23673            ! util.c
23674 ____________________________________________________________________________
23675 [ 10723] By: nick                                  on 2001/06/19  14:46:15
23676         Log: Integrate mainline
23677      Branch: perlio
23678           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
23679           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
23680           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
23681           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
23682           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
23683           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
23684            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
23685            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
23686            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
23687            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
23688            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
23689            - ext/Thread/unsync4.t
23690           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
23691           !> djgpp/config.over djgpp/fixpmain
23692           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
23693           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
23694           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
23695 ____________________________________________________________________________
23696 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
23697         Log: Update Changes.
23698      Branch: perl
23699            ! Changes patchlevel.h
23700 ____________________________________________________________________________
23701 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
23702         Log: The existence shall be MANIFESted.
23703      Branch: perl
23704            ! MANIFEST
23705 ____________________________________________________________________________
23706 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
23707         Log: The old libnet.cfg is first searched from the current directory,
23708              only then from the module path.
23709      Branch: perl
23710            ! utils/libnetcfg.PL
23711 ____________________________________________________________________________
23712 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
23713         Log: NetWare tweaks from Guruprasad.
23714      Branch: perl
23715            ! NetWare/Makefile NetWare/config.wc
23716 ____________________________________________________________________________
23717 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
23718         Log: Subject: [PATCH] djgpp updates
23719              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
23720              Date: Tue, 19 Jun 2001 10:59:06 +0200
23721              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
23722      Branch: perl
23723            ! djgpp/config.over djgpp/fixpmain
23724 ____________________________________________________________________________
23725 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
23726         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
23727              From: Prymmer/Kahn <pvhp@best.com>
23728              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
23729              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
23730      Branch: perl
23731            ! win32/Makefile
23732 ____________________________________________________________________________
23733 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
23734         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
23735              to happen right after the inclusion of <inttypes.h>,
23736              from Edward Moy.
23737      Branch: perl
23738            ! handy.h perl.h
23739 ____________________________________________________________________________
23740 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
23741         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
23742              From: Doug MacEachern <dougm@covalent.net>
23743              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
23744              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
23745      Branch: perl
23746            ! ext/DynaLoader/DynaLoader_pm.PL
23747 ____________________________________________________________________________
23748 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
23749         Log: Revert #10656 for perfomance reasons but leave in the
23750              use of Hv*() macros -- in comments, so that grepping the
23751              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
23752              suggested by Sarathy, also by Abhijit.)
23753      Branch: perl
23754            ! hv.c
23755 ____________________________________________________________________________
23756 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
23757         Log: Subject: [patch] .s MakeMaker suffix
23758              From: Doug MacEachern <dougm@covalent.net>
23759              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
23760              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
23761      Branch: perl
23762            ! lib/ExtUtils/MM_Unix.pm
23763 ____________________________________________________________________________
23764 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
23765         Log: One test lost in the big shuffle restored.
23766      Branch: perl
23767            + ext/IPC/SysV/ipcsysv.t
23768            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
23769 ____________________________________________________________________________
23770 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
23771         Log: Rename the old non-standard threads tests so that
23772              they won't be invoked.
23773      Branch: perl
23774            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
23775            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
23776            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
23777            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
23778            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
23779            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
23780            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
23781            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
23782            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
23783            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
23784            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
23785            - ext/Thread/unsync4.t
23786            ! MANIFEST
23787 ____________________________________________________________________________
23788 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
23789         Log: Integrate perlio.
23790      Branch: perl
23791           !> win32/config_sh.PL
23792 ____________________________________________________________________________
23793 [ 10709] By: nick                                  on 2001/06/19  08:18:18
23794         Log: Integrate mainline
23795      Branch: perlio
23796           +> (branch 40 files)
23797            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
23798            - lib/strict/subs lib/strict/vars lib/warnings/1global
23799            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
23800            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
23801            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
23802            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
23803            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
23804            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
23805            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
23806            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
23807            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
23808            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
23809            - lib/warnings/utf8 lib/warnings/util
23810           !> (integrate 57 files)
23811 ____________________________________________________________________________
23812 [ 10708] By: nick                                  on 2001/06/19  07:57:10
23813         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
23814      Branch: perlio
23815            ! win32/config_sh.PL
23816 ____________________________________________________________________________
23817 [ 10707] By: nick                                  on 2001/06/19  07:05:07
23818         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
23819      Branch: perl
23820            ! perly.c perly.y perly_c.diff vms/perly_c.vms
23821 ____________________________________________________________________________
23822 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
23823         Log: More perl572delta tweaks.
23824      Branch: perl
23825            ! pod/perl572delta.pod
23826 ____________________________________________________________________________
23827 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
23828         Log: Update perl572delta.
23829      Branch: perl
23830            ! pod/perl572delta.pod
23831 ____________________________________________________________________________
23832 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
23833         Log: VOS updates from Paul Green.
23834      Branch: perl
23835            ! vos/Changes vos/build.cm vos/perl.bind
23836 ____________________________________________________________________________
23837 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
23838         Log: Update the vos/config.*.* files.
23839      Branch: perl
23840            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23841            ! vos/config.ga.h
23842 ____________________________________________________________________________
23843 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
23844         Log: Add a makefile for more painless adding of symbols to the
23845              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
23846              takes care of the adding)
23847      Branch: perl
23848            + vos/Makefile
23849 ____________________________________________________________________________
23850 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
23851         Log: Make libnetcfg by default display the libnet configuration,
23852              -c to change, add -i for old config, document all options,
23853              regen toc.
23854      Branch: perl
23855            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
23856 ____________________________________________________________________________
23857 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
23858         Log: gcc -Wall sweep.
23859      Branch: perl
23860            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
23861 ____________________________________________________________________________
23862 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
23863         Log: So there.
23864      Branch: perl
23865            ! universal.c
23866 ____________________________________________________________________________
23867 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
23868         Log: Document the need for sv_printify().
23869              
23870              Document that 'use utf8' has been considered.
23871              
23872              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
23873      Branch: perl
23874            ! pod/perltodo.pod universal.c
23875 ____________________________________________________________________________
23876 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
23877         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
23878              From: Nicholas Clark <nick@ccl4.org>
23879              Date: Mon, 18 Jun 2001 23:29:23 +0100
23880              Message-ID: <20010618232923.I98663@plum.flirble.org>
23881      Branch: perl
23882            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
23883            ! ext/Sys/Syslog/Makefile.PL
23884 ____________________________________________________________________________
23885 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
23886         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
23887              From: Scott.L.Miller@Compaq.com
23888              Date: Mon, 18 Jun 2001 10:12:27 -0500
23889              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
23890      Branch: perl
23891            ! lib/perl5db.pl pod/perldebug.pod
23892 ____________________________________________________________________________
23893 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
23894         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
23895              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
23896              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
23897              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
23898      Branch: perl
23899            ! lib/Carp/Heavy.pm
23900 ____________________________________________________________________________
23901 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
23902         Log: Subject: [PATCH] Documentation changes for CLONE
23903              From: Artur Bergman <artur@contiller.se>
23904              Date: Mon, 18 Jun 2001 22:06:37 +0200
23905              Message-ID: <B7542BEC.1719%artur@contiller.se>
23906      Branch: perl
23907            ! pod/perlmod.pod pod/perlsub.pod
23908 ____________________________________________________________________________
23909 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
23910         Log: Subject: Re: configure.com
23911              From: "Craig A. Berry" <craigberry@mac.com>
23912              Date: Mon, 18 Jun 2001 16:04:38 -0500
23913              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
23914      Branch: perl
23915            ! configure.com
23916 ____________________________________________________________________________
23917 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
23918         Log: Subject: PL_nullstash + perl_clone()
23919              From: Doug MacEachern <dougm@covalent.net>
23920              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
23921              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
23922      Branch: perl
23923            ! sv.c
23924 ____________________________________________________________________________
23925 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
23926         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
23927              From: davem@fdgroup.co.uk
23928              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
23929              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
23930      Branch: perl
23931            ! embed.pl pod/perlapi.pod
23932 ____________________________________________________________________________
23933 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
23934         Log: More cross-compilation defaults gleaned from -Dcc
23935              if it is CPU-OS-gcc.
23936      Branch: metaconfig
23937            ! U/modified/libc.U
23938      Branch: metaconfig/U/perl
23939            ! Cross.U
23940      Branch: perl
23941            ! Configure INSTALL
23942 ____________________________________________________________________________
23943 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
23944         Log: Update Changes.
23945      Branch: perl
23946            ! Changes patchlevel.h
23947 ____________________________________________________________________________
23948 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
23949         Log: Subject: [PATCH 5.7.1] sv.c documentation
23950              From: davem@fdgroup.co.uk
23951              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
23952              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
23953      Branch: perl
23954            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
23955            ! sv.c sv.h
23956 ____________________________________________________________________________
23957 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
23958         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
23959              From: "Jon Gunnip" <jongunnip@hotmail.com>
23960              Date: Sun, 17 Jun 2001 18:24:29 -0400
23961              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
23962      Branch: perl
23963            ! pod/perlvar.pod
23964 ____________________________________________________________________________
23965 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
23966         Log: Move the locale/strict/warnings helper files back
23967              under the t/lib; this way the amount of non-installabled
23968              stuff under lib/ stays smaller.
23969      Branch: perl
23970            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
23971            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
23972            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
23973            + t/lib/warnings/5nolint t/lib/warnings/6default
23974            + t/lib/warnings/7fatal t/lib/warnings/8signal
23975            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
23976            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
23977            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
23978            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
23979            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
23980            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
23981            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
23982            + t/lib/warnings/taint t/lib/warnings/toke
23983            + t/lib/warnings/universal t/lib/warnings/utf8
23984            + t/lib/warnings/util
23985            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
23986            - lib/strict/subs lib/strict/vars lib/warnings/1global
23987            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
23988            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
23989            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
23990            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
23991            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
23992            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
23993            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
23994            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
23995            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
23996            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
23997            - lib/warnings/utf8 lib/warnings/util
23998            ! MANIFEST installperl lib/locale.t lib/strict.t
23999 ____________________________________________________________________________
24000 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
24001         Log: Split off the pack/unpack code, from Nicholas Clark.
24002      Branch: perl
24003            + pp_pack.c
24004            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
24005            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
24006            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
24007 ____________________________________________________________________________
24008 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
24009         Log: Guard the SysV IPC tests against being invoked in
24010              SysV-IPC-less places.
24011      Branch: perl
24012            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
24013 ____________________________________________________________________________
24014 [ 10683] By: nick                                  on 2001/06/18  12:24:42
24015         Log: Integrate mainline (new test scheme now ok on Linux).
24016      Branch: perlio
24017           +> lib/warnings.t
24018           !> dump.c sv.c
24019 ____________________________________________________________________________
24020 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
24021         Log: Add the locale.c and numeric.c to the microperl sources.
24022      Branch: perl
24023            ! Makefile.micro win32/Makefile
24024 ____________________________________________________________________________
24025 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
24026         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
24027              From: Abhijit Menon-Sen <ams@wiw.org>
24028              Date: Mon, 18 Jun 2001 14:23:44 +0530
24029              Message-ID: <20010618142344.A13136@lustre.linux.in>
24030      Branch: perl
24031            ! dump.c
24032 ____________________________________________________________________________
24033 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
24034         Log: Subject: Re: [PATCH] more anonymous stash cleanups
24035              From: Abhijit Menon-Sen <ams@wiw.org>
24036              Date: Mon, 18 Jun 2001 15:50:32 +0530
24037              Message-ID: <20010618155032.A13223@lustre.linux.in>
24038              
24039              Plus the comment left in as suggested by NI-S.
24040      Branch: perl
24041            ! sv.c
24042 ____________________________________________________________________________
24043 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
24044         Log: One missed file.
24045      Branch: perl
24046            + lib/warnings.t
24047 ____________________________________________________________________________
24048 [ 10678] By: nick                                  on 2001/06/18  08:05:29
24049         Log: Integrate mainline (part2 - the deletes)
24050      Branch: perlio
24051            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
24052            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
24053            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
24054            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
24055            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
24056            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
24057            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
24058            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
24059            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
24060            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
24061            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
24062 ____________________________________________________________________________
24063 [ 10677] By: nick                                  on 2001/06/18  08:04:44
24064         Log: Integrate mainline (part1)
24065      Branch: perlio
24066           +> (branch 376 files)
24067            - (delete 219 files)
24068           !> (integrate 151 files)
24069 ____________________________________________________________________________
24070 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
24071         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
24072              No doubt I made some mistakes like missed some files or
24073              misnamed some files.  The naming rules were more or less:
24074              (1) if the module is from CPAN, follows its ways, be it
24075              t/*.t or test.pl.
24076              (2) otherwise if there are multiple tests for a module
24077              put them in a t/
24078              (3) otherwise if there's only one test put it in Module.t
24079              (4) helper files go to module/ (locale, strict, warnings)
24080              (5) use longer filenames now that we can (but e.g. the
24081              compat-0.6.t and the Text::Balanced test files still
24082              were renamed to be more civil against the 8.3 people)
24083              installperl was updated appropriately not to install the
24084              *.t files or the help files from under lib.
24085              
24086              TODO: some helper files still remain under t/ that could
24087              follow their 'masters'.  UPDATE: On second thoughts, why
24088              should they.  They can continue to live under t/lib, and
24089              in fact the locale/strict/warnings helpers that were moved
24090              could be moved back.  This way the amount of non-installable
24091              stuff under lib/ stays smaller.
24092      Branch: perl
24093            + (add 253 files)
24094            - (delete 254 files)
24095            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
24096 ____________________________________________________________________________
24097 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
24098         Log: The warning no more comes from util.c, it comes from numeric.c.
24099      Branch: perl
24100            ! README.tru64
24101 ____________________________________________________________________________
24102 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
24103         Log: Subject: Re: anyone good at casting spells?
24104              From: Spider Boardman <spider@Orb.Nashua.NH.US>
24105              Date: Sun, 17 Jun 2001 21:21:04 -0400
24106              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
24107      Branch: perl
24108            ! ext/POSIX/POSIX.xs hv.h
24109 ____________________________________________________________________________
24110 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
24111         Log: Protect the (original) thread tests against testing if no 5.005
24112              threads have been configured.
24113      Branch: perl
24114            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
24115            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
24116            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
24117            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
24118            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
24119            ! ext/Thread/unsync4.t
24120 ____________________________________________________________________________
24121 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
24122         Log: Try the new test scanning scheme on Text::Abbrev.
24123      Branch: perl
24124            + lib/Text/Abbrev.t
24125            - lib/Text/Abbrev/t/abbrev.t
24126            ! MANIFEST
24127 ____________________________________________________________________________
24128 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
24129         Log: Change the scan policy of the *.t and test.pl files,
24130              now the *.t do not need to live in a t/ directory.
24131      Branch: perl
24132            ! t/TEST t/harness
24133 ____________________________________________________________________________
24134 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
24135         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
24136              From: Ilmari Karonen <iltzu@sci.fi>
24137              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
24138              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
24139      Branch: perl
24140            ! pod/perlfaq7.pod
24141 ____________________________________________________________________________
24142 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
24143         Log: Quench the warnings from Tru64; the HP-UX is still
24144              broken because it really, REALLY, doesn't like the
24145              HvARRAY() being lvalue:
24146              
24147              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
24148              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
24149      Branch: perl
24150            ! hv.c
24151 ____________________________________________________________________________
24152 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
24153         Log: Integrate change #10667 from maintperl:
24154              
24155              change#10449 broke the special-case that makes lexicals inside the
24156              eval"" within DB::DB() visible
24157      Branch: perl
24158           !> op.c
24159 ____________________________________________________________________________
24160 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
24161         Log: change#10449 broke the special-case that makes lexicals inside the
24162              eval"" within DB::DB() visible
24163      Branch: maint-5.6/perl
24164            ! op.c
24165 ____________________________________________________________________________
24166 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
24167         Log: Still spurious output; indent the code a bit.
24168              
24169              TODO1: separate the utility functions like MkDir
24170              into a helper script?
24171              
24172              TODO2: I see a lot of repetition in the filepath()
24173              and dirpath() calls.
24174      Branch: perl
24175            ! t/lib/filefind.t t/lib/findtaint.t
24176 ____________________________________________________________________________
24177 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
24178         Log: Regen modlib, toc.
24179      Branch: perl
24180            ! pod/perlmodlib.pod pod/perltoc.pod
24181 ____________________________________________________________________________
24182 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
24183         Log: Add libnetcfg to perlutil.
24184      Branch: perl
24185            ! pod/perlutil.pod
24186 ____________________________________________________________________________
24187 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
24188         Log: Initial integration of libnet-1.0703.
24189              The Configure script renamed as libnetcfg, will be
24190              installed along other utilities.
24191      Branch: perl
24192            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
24193            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
24194            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
24195            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
24196            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
24197            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
24198            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
24199            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
24200            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
24201            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
24202            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
24203            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
24204            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
24205            + utils/libnetcfg.PL
24206            ! MANIFEST utils.lst utils/Makefile
24207 ____________________________________________________________________________
24208 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
24209         Log: Less potentially test-harness-confusing output.
24210      Branch: perl
24211            ! lib/Memoize/t/expire_module_t.t
24212 ____________________________________________________________________________
24213 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
24214         Log: The final print annoys make test.
24215      Branch: perl
24216            ! t/lib/filefind.t t/lib/findtaint.t
24217 ____________________________________________________________________________
24218 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
24219         Log: Add an option for handling dangling symbolic links.
24220      Branch: perl
24221            ! lib/File/Find.pm t/lib/filefind.t
24222 ____________________________________________________________________________
24223 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
24224         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
24225              From: Thomas Wegner <wegner_thomas@yahoo.com>
24226              Date: Sun, 17 Jun 2001 14:43:11 +0200
24227              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
24228      Branch: perl
24229            + t/lib/findtaint.t
24230            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
24231 ____________________________________________________________________________
24232 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
24233         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
24234              From: Jonathan Stowe <gellyfish@gellyfish.com>
24235              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
24236              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
24237      Branch: perl
24238            ! lib/ExtUtils/MM_Unix.pm
24239 ____________________________________________________________________________
24240 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
24241         Log: Subject: [PATCH] more anonymous stash cleanups
24242              From: Abhijit Menon-Sen <ams@wiw.org>
24243              Date: Sun, 17 Jun 2001 11:44:06 +0530
24244              Message-ID: <20010617114406.A25203@lustre.linux.in>
24245      Branch: perl
24246            ! op.c
24247 ____________________________________________________________________________
24248 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
24249         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
24250              From: Abhijit Menon-Sen <ams@wiw.org>
24251              Date: Sun, 17 Jun 2001 08:02:59 +0530
24252              Message-ID: <20010617080259.A28776@lustre.linux.in>
24253              
24254              Subject: [PATCH #2/7] xhv_eiter
24255              From: Abhijit Menon-Sen <ams@wiw.org>
24256              Date: Sun, 17 Jun 2001 08:13:18 +0530
24257              Message-ID: <20010617081318.B28776@lustre.linux.in>
24258              
24259              Subject: [PATCH #3/7] xhv_fill
24260              From: Abhijit Menon-Sen <ams@wiw.org>
24261              Date: Sun, 17 Jun 2001 08:25:16 +0530
24262              Message-ID: <20010617082516.C28776@lustre.linux.in>
24263              
24264              Subject: [PATCH #4/7] xhv_keys
24265              From: Abhijit Menon-Sen <ams@wiw.org>
24266              Date: Sun, 17 Jun 2001 08:36:17 +0530
24267              Message-ID: <20010617083617.D28776@lustre.linux.in>
24268              
24269              Subject: [PATCH #5/7] xhv_max
24270              From: Abhijit Menon-Sen <ams@wiw.org>
24271              Date: Sun, 17 Jun 2001 08:39:48 +0530
24272              Message-ID: <20010617083948.E28776@lustre.linux.in>
24273              
24274              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
24275              From: Abhijit Menon-Sen <ams@wiw.org>
24276              Date: Sun, 17 Jun 2001 08:51:11 +0530
24277              Message-ID: <20010617085111.F28776@lustre.linux.in>
24278      Branch: perl
24279            ! hv.c
24280 ____________________________________________________________________________
24281 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
24282         Log: Update Changes.
24283      Branch: perl
24284            ! Changes patchlevel.h
24285 ____________________________________________________________________________
24286 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
24287         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
24288              From: Abhijit Menon-Sen <ams@wiw.org>
24289              Date: Sat, 16 Jun 2001 07:41:19 +0530
24290              Message-ID: <20010616074119.A24720@lustre.linux.in>
24291      Branch: perl
24292            ! hv.c perl.c vms/vmsish.h win32/win32.h
24293 ____________________________________________________________________________
24294 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
24295         Log: Document tests failing when threaded, since we now have more.
24296      Branch: perl
24297            ! pod/perl572delta.pod
24298 ____________________________________________________________________________
24299 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
24300         Log: -Wall cleanup.
24301      Branch: perl
24302            ! ext/Thread/Thread.xs
24303 ____________________________________________________________________________
24304 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
24305         Log: pthread_attr_setstacksize() isn't absolutely necessary
24306              to call, only iff THREAD_CREATE_NEEDS_STACK.
24307      Branch: perl
24308            ! ext/Thread/Thread.xs
24309 ____________________________________________________________________________
24310 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
24311         Log: -Wall strays.
24312      Branch: perl
24313            ! perl.c util.c
24314 ____________________________________________________________________________
24315 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
24316         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
24317              (and INT64_MIN) brokenness.
24318      Branch: perl
24319            ! hints/darwin.sh perl.h
24320 ____________________________________________________________________________
24321 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
24322         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
24323              From: Nicholas Clark <nick@ccl4.org>
24324              Date: Sun, 17 Jun 2001 00:16:05 +0100
24325              Message-ID: <20010617001605.V98663@plum.flirble.org>
24326      Branch: perl
24327            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
24328            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
24329            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
24330 ____________________________________________________________________________
24331 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
24332         Log: Add perlnetware to docs; regen toc; supply skeleton
24333              docs for some Memoize submodules.
24334      Branch: perl
24335            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
24336            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
24337            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
24338            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
24339            ! win32/Makefile win32/makefile.mk
24340 ____________________________________________________________________________
24341 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
24342         Log: pod cleanup.
24343      Branch: perl
24344            ! README.netware
24345 ____________________________________________________________________________
24346 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
24347         Log: Integrate Memoize 0.64.  Few tweaks were required in
24348              the test scripts.  Note that the speed and expire*
24349              tests take several dozen seconds to run.
24350      Branch: perl
24351            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
24352            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
24353            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
24354            + lib/Memoize/README lib/Memoize/SDBM_File.pm
24355            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
24356            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
24357            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
24358            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
24359            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
24360            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
24361            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
24362            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
24363            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
24364            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
24365            ! MANIFEST t/lib/1_compile.t
24366 ____________________________________________________________________________
24367 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
24368         Log: Document the cross-compilation options.
24369      Branch: perl
24370            ! Cross/README INSTALL
24371 ____________________________________________________________________________
24372 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
24373         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
24374      Branch: perl
24375            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
24376            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
24377            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
24378            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
24379            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
24380            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
24381            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
24382            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
24383            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
24384            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
24385            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
24386            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
24387            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
24388            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
24389            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
24390            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
24391            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
24392            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
24393            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
24394            + lib/ExtUtils/MM_NW5.pm
24395            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
24396            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
24397            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
24398            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
24399            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
24400            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
24401            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
24402            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
24403            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
24404            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
24405            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
24406            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
24407            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
24408            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
24409            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
24410            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
24411            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
24412            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
24413            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
24414            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
24415            ! util.h x2p/a2py.c
24416 ____________________________________________________________________________
24417 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
24418         Log: Resort MANIFEST.
24419      Branch: perl
24420            ! MANIFEST
24421 ____________________________________________________________________________
24422 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
24423         Log: Integrate perlio.
24424      Branch: perl
24425           +> win32/win32io.c
24426           !> MANIFEST perlio.c perliol.h win32/makefile.mk
24427 ____________________________________________________________________________
24428 [ 10640] By: nick                                  on 2001/06/16  18:38:31
24429         Log: Disable :win32 layer as default till I get it working
24430      Branch: perlio
24431            ! MANIFEST perlio.c
24432 ____________________________________________________________________________
24433 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
24434         Log: Try the new scheme by moving the Text::Abbrev test
24435              to a new place under lib.
24436      Branch: perl
24437            + lib/Text/Abbrev/t/abbrev.t
24438            - t/lib/abbrev.t
24439            ! MANIFEST
24440 ____________________________________________________________________________
24441 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
24442         Log: Make the code even more dynamical so that testname
24443              suffix length can change.
24444      Branch: perl
24445            ! lib/Test/Harness.pm t/TEST
24446 ____________________________________________________________________________
24447 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
24448         Log: Allow for deeper t/ and also a single test.pl.
24449      Branch: perl
24450            ! t/TEST t/harness
24451 ____________________________________________________________________________
24452 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
24453         Log: #define fix from Nicholas Clark.
24454      Branch: perl
24455            ! ext/POSIX/POSIX.xs
24456 ____________________________________________________________________________
24457 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
24458         Log: Initialization is nice.
24459      Branch: perl
24460            ! lib/Test/Harness.pm
24461 ____________________________________________________________________________
24462 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
24463         Log: Make t/TEST and t/harness to test also the t/ tests
24464              under the main lib/ and ext/ directories.  Fix Test::Harness
24465              to dynamically change the width of its "foo/bar....ok" output.
24466      Branch: perl
24467            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
24468 ____________________________________________________________________________
24469 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
24470         Log: Subject: [PATCH] Re: perl@10611 
24471              From: Nicholas Clark <nick@ccl4.org>
24472              Date: Sat, 16 Jun 2001 16:52:47 +0100
24473              Message-ID: <20010616165247.O98663@plum.flirble.org>
24474              
24475              The .xs parts, too.
24476      Branch: perl
24477            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
24478            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
24479 ____________________________________________________________________________
24480 [ 10632] By: nick                                  on 2001/06/16  16:44:35
24481         Log: Work-in-progress win32 layer semi-functional, checking 
24482              for UNIX breakage.
24483      Branch: perlio
24484            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
24485 ____________________________________________________________________________
24486 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
24487         Log: Subject: [PATCH] Re: perl@10611 
24488              From: Nicholas Clark <nick@ccl4.org>
24489              Date: Sat, 16 Jun 2001 16:52:47 +0100
24490              Message-ID: <20010616165247.O98663@plum.flirble.org>
24491      Branch: perl
24492            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
24493            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
24494            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
24495            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
24496            ! lib/ExtUtils/Constant.pm
24497 ____________________________________________________________________________
24498 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
24499         Log: Metaconfig unit change for #10629.
24500      Branch: metaconfig
24501            ! U/modified/Finish.U
24502 ____________________________________________________________________________
24503 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
24504         Log: The extraction changed directories.
24505      Branch: perl
24506            ! Configure
24507 ____________________________________________________________________________
24508 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
24509         Log: Math::BigInt 1.35 from Tels.
24510      Branch: perl
24511            + t/lib/mbimbf.t
24512            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
24513            ! t/lib/bigfltpm.t t/lib/bigintpm.t
24514 ____________________________________________________________________________
24515 [ 10627] By: nick                                  on 2001/06/16  14:54:52
24516         Log: Work in progress UNIX-side edit of win32 PerLIO layer
24517      Branch: perlio
24518            + win32/win32io.c
24519            ! perlio.c win32/makefile.mk
24520 ____________________________________________________________________________
24521 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
24522         Log: Subject: [PATCH 5.6.1] os2/diff-configure
24523              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24524              Date: Fri, 15 Jun 2001 01:19:36 -0400
24525              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
24526              
24527              Empty all of it because I think #10624 made even the
24528              last patch hunk unnecessary.
24529      Branch: perl
24530            ! os2/diff.configure
24531 ____________________________________________________________________________
24532 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
24533         Log: Metaconfig unit change for 10624.
24534      Branch: metaconfig
24535            ! U/modified/libc.U
24536      Branch: perl
24537            ! config_h.SH
24538 ____________________________________________________________________________
24539 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
24540         Log: Move the initialization of libnames to the beginning so
24541              that can one 'seed' it (as OS/2 does.)
24542      Branch: perl
24543            ! Configure
24544 ____________________________________________________________________________
24545 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
24546         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
24547              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24548              Date: Fri, 15 Jun 2001 19:10:57 -0400
24549              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
24550      Branch: perl
24551            ! os2/OS2/REXX/DLL/DLL.pm
24552 ____________________________________________________________________________
24553 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
24554         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
24555              From: "Craig A. Berry" <craigberry@mac.com>
24556              Date: Fri, 15 Jun 2001 17:00:03 -0500
24557              Message-Id: <a05101007b750342599be@[172.16.52.1]>
24558      Branch: perl
24559            ! vms/descrip_mms.template
24560 ____________________________________________________________________________
24561 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
24562         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
24563              From: "Craig A. Berry" <craigberry@mac.com>
24564              Date: Fri, 15 Jun 2001 18:39:42 -0500
24565              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
24566      Branch: perl
24567            ! lib/File/Spec/VMS.pm t/lib/extutils.t
24568 ____________________________________________________________________________
24569 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
24570         Log: Integrate perlio.
24571      Branch: perl
24572           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
24573           !> t/io/utf8.t t/lib/io_scalar.t
24574 ____________________________________________________________________________
24575 [ 10619] By: nick                                  on 2001/06/15  21:05:19
24576         Log: Generated files
24577      Branch: perlio
24578            ! embed.h proto.h
24579 ____________________________________________________________________________
24580 [ 10618] By: nick                                  on 2001/06/15  20:27:42
24581         Log: Fix open.pm to work via XS-implemented method calls rather
24582              than *open::layers variables which caused all the HV/AV hassle.
24583      Branch: perlio
24584            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
24585            ! t/lib/io_scalar.t
24586 ____________________________________________________________________________
24587 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
24588         Log: Integrate perlio.
24589      Branch: perl
24590           !> lib/ExtUtils/Constant.pm
24591 ____________________________________________________________________________
24592 [ 10616] By: nick                                  on 2001/06/15  18:46:47
24593         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
24594      Branch: perlio
24595            ! lib/ExtUtils/Constant.pm
24596 ____________________________________________________________________________
24597 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
24598         Log: Integrate perlio.
24599      Branch: perl
24600           !> ext/Socket/Socket.xs
24601 ____________________________________________________________________________
24602 [ 10614] By: nick                                  on 2001/06/15  18:33:37
24603         Log: MULTIPLICITY fix for Socket.xs
24604      Branch: perlio
24605            ! ext/Socket/Socket.xs
24606 ____________________________________________________________________________
24607 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
24608         Log: Subject: Re: perl@10611
24609              From: Doug MacEachern <dougm@covalent.net>
24610              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
24611              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
24612      Branch: perl
24613            ! ext/Socket/Socket.xs
24614 ____________________________________________________________________________
24615 [ 10612] By: nick                                  on 2001/06/15  16:14:38
24616         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
24617      Branch: perlio
24618           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
24619           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
24620           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
24621           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
24622           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
24623           !> utils/h2ph.PL
24624 ____________________________________________________________________________
24625 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
24626         Log: Update Changes.
24627      Branch: perl
24628            ! Changes patchlevel.h
24629 ____________________________________________________________________________
24630 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
24631         Log: Upping the test count.
24632      Branch: perl
24633            ! t/lib/filefind.t
24634 ____________________________________________________________________________
24635 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
24636         Log: Integrate perlio.
24637      Branch: perl
24638           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
24639 ____________________________________________________________________________
24640 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
24641         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
24642              From: andreas.koenig@anima.de (Andreas J. Koenig)
24643              Date: 15 Jun 2001 13:30:39 +0200
24644              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
24645              
24646              Record the grim history.
24647      Branch: perl
24648            ! lib/File/Find.pm
24649 ____________________________________________________________________________
24650 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
24651         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
24652              From: Brian McCauley <nobull@mail.com>
24653              Date: 15 Jun 2001 07:51:26 +0100
24654              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
24655      Branch: perl
24656            ! lib/File/Find.pm t/lib/filefind.t
24657 ____________________________________________________________________________
24658 [ 10606] By: nick                                  on 2001/06/15  14:00:08
24659         Log: regen_config_h for Win32.
24660      Branch: perlio
24661            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24662 ____________________________________________________________________________
24663 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
24664         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
24665              From: Peter Prymmer <pvhp@forte.com>
24666              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
24667              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
24668      Branch: perl
24669            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
24670 ____________________________________________________________________________
24671 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
24672         Log: Some filesystems require writability for rename/unlink.
24673      Branch: perl
24674            ! opcode.pl
24675 ____________________________________________________________________________
24676 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
24677         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
24678              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
24679              Date: Fri, 15 Jun 2001 12:08:53 +0200
24680              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
24681      Branch: perl
24682            ! perlio.c
24683 ____________________________________________________________________________
24684 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
24685         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
24686              From: Mike Guy <mjtg@cam.ac.uk>
24687              Date: Fri, 15 Jun 2001 14:11:49 +0100
24688              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
24689      Branch: perl
24690            ! opcode.pl
24691 ____________________________________________________________________________
24692 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
24693         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
24694              From: Nicholas Clark <nick@ccl4.org>
24695              Date: Thu, 14 Jun 2001 23:52:56 +0100
24696              Message-ID: <20010614235256.G98663@plum.flirble.org>
24697      Branch: perl
24698            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
24699            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
24700 ____________________________________________________________________________
24701 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
24702         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
24703              From: Russ Allbery <rra@stanford.edu>
24704              Date: 14 Jun 2001 13:24:43 -0700
24705              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
24706      Branch: perl
24707            ! ext/GDBM_File/GDBM_File.pm
24708 ____________________________________________________________________________
24709 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
24710         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
24711              From: Nicholas Clark <nick@ccl4.org>
24712              Date: Thu, 14 Jun 2001 20:37:47 +0100
24713              Message-ID: <20010614203747.F98663@plum.flirble.org>
24714      Branch: perl
24715            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
24716            ! t/lib/gdbm.t
24717 ____________________________________________________________________________
24718 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
24719         Log: Integrate perlio.
24720      Branch: perl
24721           !> makedef.pl sv.c
24722 ____________________________________________________________________________
24723 [ 10597] By: nick                                  on 2001/06/15  11:08:13
24724         Log: Check that HVs with HvNAME() != NULL are really stashes before
24725              treating them as such. Also be more defensive on the GvCV.
24726              Win32 fork and dprof now working again. 
24727      Branch: perlio
24728            ! sv.c
24729 ____________________________________________________________________________
24730 [ 10596] By: nick                                  on 2001/06/15  10:11:20
24731         Log: Integrate mainline.
24732      Branch: perlio
24733           +> Cross/README
24734           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
24735           !> Porting/config_H config_h.SH configure.com epoc/config.sh
24736           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
24737           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24738           !> vos/config.ga.h win32/config.bc win32/config.gc
24739           !> win32/config.vc win32/config_H.bc win32/config_H.gc
24740           !> win32/config_H.vc
24741 ____________________________________________________________________________
24742 [ 10595] By: nick                                  on 2001/06/15  09:37:17
24743         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
24744              - Win32 (VC++) now builds but fails:
24745              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
24746              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
24747              write.t    - open(...,"|-") not implemented on Win32 
24748      Branch: perlio
24749            ! makedef.pl
24750 ____________________________________________________________________________
24751 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
24752         Log: Integrate perlio.
24753      Branch: perl
24754           !> perlio.c win32/makefile.mk
24755 ____________________________________________________________________________
24756 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
24757         Log: Metaconfig unit changes for #10592.
24758      Branch: metaconfig
24759            + U/modified/i_varhdr.U U/modified/startsh.U
24760            - U/a_dvisory/crosscompile.U U/target/Target.U
24761            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
24762            ! U/compline/bitpbyte.U U/compline/byteorder.U
24763            ! U/compline/ccflags.U U/compline/charsize.U
24764            ! U/compline/d_casti32.U U/compline/d_castneg.U
24765            ! U/compline/d_closedir.U U/compline/d_fd_set.U
24766            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
24767            ! U/compline/d_keepsig.U U/compline/d_open3.U
24768            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
24769            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
24770            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
24771            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
24772            ! U/compline/doublesize.U U/compline/floatsize.U
24773            ! U/compline/nblock_io.U U/compline/orderlib.U
24774            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
24775            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
24776            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
24777            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
24778            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
24779            ! U/modified/spitshell.U U/threads/archname.U
24780            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
24781            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
24782            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
24783            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
24784            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
24785      Branch: metaconfig/U/perl
24786            + Cross.U
24787            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
24788            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
24789            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
24790            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
24791            ! stdio_streams.U uselfs.U
24792 ____________________________________________________________________________
24793 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
24794         Log: The first steps towards cross-compilation.
24795              
24796              Abstract execution of compiled test executables with $run,
24797              and abstract transfer of files with $to and $from.
24798              
24799              Under cross-compilation the $run, $to, and $from will point
24800              to appropriate wrapper scripts, by default ssh and scp,
24801              but also rsh, rcp, and cp are supported.  If not
24802              cross-compiling, they will be set to '', ':', and ':',
24803              respectively.
24804              
24805              With these patches I was able to get Configure for
24806              iPAQ ARM Linux on an Intel Linux about 95% right
24807              (only a few tests failed to execute or they produced
24808              incorrect results), and I was able to compile
24809              a functional miniperl.
24810              
24811              The symbol crosscompile renamed to be usecrosscompile,
24812              the corresponding C symbol from CROSSCOMPILE to
24813              USE_CROSS_COMPILE.
24814      Branch: perl
24815            ! Configure Cross/README Makefile.SH Porting/Glossary
24816            ! Porting/config.sh Porting/config_H config_h.SH configure.com
24817            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
24818            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
24819            ! vos/config.ga.def vos/config.ga.h win32/config.bc
24820            ! win32/config.gc win32/config.vc win32/config_H.bc
24821            ! win32/config_H.gc win32/config_H.vc
24822 ____________________________________________________________________________
24823 [ 10591] By: nick                                  on 2001/06/14  20:00:12
24824         Log: Steps along the road toward Win32 building again.
24825      Branch: perlio
24826            ! perlio.c win32/makefile.mk
24827 ____________________________________________________________________________
24828 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
24829         Log: Integrate perlio.
24830      Branch: perl
24831           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
24832 ____________________________________________________________________________
24833 [ 10589] By: nick                                  on 2001/06/14  13:54:07
24834         Log: Routine regen_config_h for Win32
24835      Branch: perlio
24836            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24837 ____________________________________________________________________________
24838 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
24839         Log: Integrate perlio.
24840      Branch: perl
24841           +> perlyline.pl
24842           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
24843 ____________________________________________________________________________
24844 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
24845         Log: A placeholder.
24846      Branch: perl
24847            + Cross/README
24848 ____________________________________________________________________________
24849 [ 10586] By: nick                                  on 2001/06/14  08:25:07
24850         Log: Add new step to run_byacc which:
24851              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
24852              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
24853      Branch: perlio
24854            + perlyline.pl
24855            ! MANIFEST Makefile.SH perly.c
24856 ____________________________________________________________________________
24857 [ 10585] By: nick                                  on 2001/06/14  08:22:29
24858         Log: Integrate mainline
24859      Branch: perlio
24860           +> locale.c numeric.c
24861           !> Changes cygwin/Makefile.SHs embed.h embed.pl
24862           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
24863           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
24864           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
24865           !> x2p/Makefile.SH
24866 ____________________________________________________________________________
24867 [ 10584] By: nick                                  on 2001/06/14  08:05:53
24868         Log: Hack to remove insecure directories from PATH so test will run.
24869      Branch: perlio
24870            ! t/lib/filefind.t
24871 ____________________________________________________________________________
24872 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
24873         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
24874      Branch: perl
24875            - t/lib/mbimbf.t
24876            ! MANIFEST
24877 ____________________________________________________________________________
24878 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
24879         Log: Detypo.
24880      Branch: perl
24881            ! x2p/Makefile.SH
24882 ____________________________________________________________________________
24883 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
24884         Log: de-$CONFIG continues.
24885      Branch: perl
24886            ! cygwin/Makefile.SHs x2p/Makefile.SH
24887 ____________________________________________________________________________
24888 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
24889         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
24890              From: Nicholas Clark <nick@ccl4.org>
24891              Date: Wed, 13 Jun 2001 21:20:13 +0100
24892              Message-ID: <20010613212013.D98663@plum.flirble.org>
24893      Branch: perl
24894            ! opcode.pl
24895 ____________________________________________________________________________
24896 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
24897         Log: Subject: splitting util.c
24898              From: Hugo <hv@crypt.compulink.co.uk>
24899              Date: Thu, 14 Jun 2001 00:41:08 +0100
24900              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
24901      Branch: perl
24902            + locale.c numeric.c
24903            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
24904            ! pod/perlapi.pod proto.h util.c
24905 ____________________________________________________________________________
24906 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
24907         Log: Upgrade to Math::BigInt 1.34 from Tels.
24908      Branch: perl
24909            + t/lib/mbimbf.t
24910            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
24911            ! t/lib/bigfltpm.t t/lib/bigintpm.t
24912 ____________________________________________________________________________
24913 [ 10577] By: nick                                  on 2001/06/13  19:02:48
24914         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
24915      Branch: perlio
24916           !> (integrate 125 files)
24917 ____________________________________________________________________________
24918 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
24919         Log: Update Changes.
24920      Branch: perl
24921            ! Changes patchlevel.h
24922 ____________________________________________________________________________
24923 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
24924         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
24925              From: "Craig A. Berry" <craigberry@mac.com>
24926              Date: Wed, 13 Jun 2001 13:24:28 -0500
24927              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
24928      Branch: perl
24929            ! ext/re/Makefile.PL
24930 ____________________________________________________________________________
24931 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
24932         Log: Mc.u.c. for #10573.
24933      Branch: metaconfig
24934            ! U/threads/usethreads.U
24935 ____________________________________________________________________________
24936 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
24937         Log: It would be also be good if I could type.
24938      Branch: perl
24939            ! Configure
24940 ____________________________________________________________________________
24941 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
24942         Log: Metaconfig unit change for #10571.
24943      Branch: metaconfig
24944            ! U/threads/usethreads.U
24945 ____________________________________________________________________________
24946 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
24947         Log: A non-empty default is a good thing.
24948      Branch: perl
24949            ! Configure
24950 ____________________________________________________________________________
24951 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
24952         Log: Metaconfig unit change for #10569.
24953      Branch: metaconfig
24954            ! U/threads/usethreads.U
24955 ____________________________________________________________________________
24956 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
24957         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
24958              extremely experimental, not even prompted for.
24959      Branch: perl
24960            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24961            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
24962            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
24963            ! win32/config.bc win32/config.gc win32/config.vc
24964 ____________________________________________________________________________
24965 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
24966         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
24967      Branch: perl
24968            ! pod/perlfaq6.pod
24969 ____________________________________________________________________________
24970 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
24971         Log: Integrate perlio; conflicts, accept Nick's versions.
24972      Branch: perl
24973           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
24974           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
24975 ____________________________________________________________________________
24976 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
24977         Log: Subject: Re: ext/ + -Wall
24978              From: Doug MacEachern <dougm@covalent.net>
24979              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
24980              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
24981      Branch: perl
24982            ! XSUB.h lib/ExtUtils/xsubpp perl.h
24983 ____________________________________________________________________________
24984 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
24985         Log: Similar logic as DB_File.xs, using the modern macros and
24986              defines them to older ones for older Perls where PERL_VERSION
24987              is not defined, from Doug MacEachern.
24988      Branch: perl
24989            ! ext/Storable/Storable.xs
24990 ____________________________________________________________________________
24991 [ 10564] By: nick                                  on 2001/06/13  15:22:01
24992         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
24993              and using that instead (name lookups are sequential search for now).
24994      Branch: perlio
24995            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
24996            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
24997 ____________________________________________________________________________
24998 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
24999         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
25000              From: "Richard Soderberg" <rs@crystalflame.net>
25001              Date: Sat, 26 May 2001 06:44:20 -0700
25002              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
25003      Branch: perl
25004            ! sv.c t/op/glob.t
25005 ____________________________________________________________________________
25006 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
25007         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
25008              From: "Craig A. Berry" <craigberry@mac.com>
25009              Date: Tue, 12 Jun 2001 23:55:26 -0500
25010              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
25011      Branch: perl
25012            ! ext/re/Makefile.PL ext/re/re.xs
25013 ____________________________________________________________________________
25014 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
25015         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
25016              suggested by NI-S.
25017      Branch: perl
25018            ! XSUB.h malloc.c perl.h
25019 ____________________________________________________________________________
25020 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
25021         Log: Regen toc.
25022      Branch: perl
25023            ! pod/perltoc.pod
25024 ____________________________________________________________________________
25025 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
25026         Log: Subject: [patch] perl.gprof control
25027              From: Doug MacEachern <dougm@covalent.net>
25028              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
25029              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
25030      Branch: perl
25031            ! miniperlmain.c perl.h
25032 ____________________________________________________________________________
25033 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
25034         Log: Subject: Re: ext/ + -Wall
25035              From: Doug MacEachern <dougm@covalent.net>
25036              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
25037              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
25038              
25039              Document ax and break up dXSARGS.
25040      Branch: perl
25041            ! XSUB.h pod/perlapi.pod
25042 ____________________________________________________________________________
25043 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
25044         Log: More AIX tweakage from Merijn.
25045      Branch: perl
25046            ! hints/aix.sh
25047 ____________________________________________________________________________
25048 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
25049         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
25050              From: "Craig A. Berry" <craigberry@mac.com>
25051              Date: Tue, 12 Jun 2001 22:57:45 -0500
25052              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
25053      Branch: perl
25054            ! vms/descrip_mms.template
25055 ____________________________________________________________________________
25056 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
25057         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
25058              From: "Craig A. Berry" <craigberry@mac.com>
25059              Date: Tue, 12 Jun 2001 22:21:39 -0500
25060              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
25061      Branch: perl
25062            ! configure.com util.c
25063 ____________________________________________________________________________
25064 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
25065         Log: New AIX dynaloading code from Jens-Uwe Mager.
25066              Does break binary compatibility.
25067      Branch: perl
25068            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
25069 ____________________________________________________________________________
25070 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
25071         Log: VMS DEC C compiler found nits by Peter Prymmer.
25072      Branch: perl
25073            ! util.c
25074 ____________________________________________________________________________
25075 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
25076         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
25077              From: Peter Prymmer <pvhp@forte.com>
25078              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
25079              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
25080      Branch: perl
25081            ! t/lib/filecomp.t
25082 ____________________________________________________________________________
25083 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
25084         Log: I wonder how many $CONFIGs still lurk in the shadows.
25085      Branch: perl
25086            ! pod/Makefile.SH x2p/cflags.SH
25087 ____________________________________________________________________________
25088 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
25089         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
25090      Branch: perl
25091            ! pod/checkpods.PL
25092 ____________________________________________________________________________
25093 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
25094         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
25095      Branch: perl
25096            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
25097 ____________________________________________________________________________
25098 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
25099         Log: Subject: [patch] rid local_patches warnings
25100              From: Doug MacEachern <dougm@covalent.net>
25101              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
25102              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
25103      Branch: perl
25104            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
25105 ____________________________________________________________________________
25106 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
25107         Log: Subject: Re: ext/ + -Wall
25108              From: Doug MacEachern <dougm@covalent.net>
25109              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
25110              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
25111      Branch: perl
25112            ! ext/attrs/attrs.xs
25113 ____________________________________________________________________________
25114 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
25115         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
25116              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
25117              Date: Tue, 12 Jun 2001 14:36:20 -0400
25118              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
25119      Branch: perl
25120            ! pod/perlretut.pod
25121 ____________________________________________________________________________
25122 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
25123         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
25124              From: Mike Guy <mjtg@cam.ac.uk>
25125              Date: Tue, 12 Jun 2001 19:10:31 +0100
25126              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
25127              
25128              Subject: Re: [ID 20010612.001] out of memory during regex compilation
25129              From: Mike Guy <mjtg@cam.ac.uk>
25130              Date: Tue, 12 Jun 2001 19:21:01 +0100
25131              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
25132      Branch: perl
25133            ! pod/perlop.pod
25134 ____________________________________________________________________________
25135 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
25136         Log: AIX tweaks from Merijn H. Brand.
25137      Branch: perl
25138            ! hints/aix.sh
25139 ____________________________________________________________________________
25140 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
25141         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
25142              From: "Brendan O'Dea" <bod@compusol.com.au>
25143              Date: Wed, 13 Jun 2001 05:16:47 +1000
25144              Message-ID: <20010613051647.A8945@compusol.com.au>
25145      Branch: maint-5.6/perl
25146            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
25147 ____________________________________________________________________________
25148 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
25149         Log: Subject: Small bcopy cleanup
25150              From: Andy Dougherty <doughera@lafayette.edu>
25151              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
25152              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
25153      Branch: perl
25154            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
25155 ____________________________________________________________________________
25156 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
25157         Log: Subject: [PATCH] Re: ext/ + -Wall
25158              From: Nicholas Clark <nick@ccl4.org>
25159              Date: Wed, 13 Jun 2001 00:04:30 +0100
25160              Message-ID: <20010613000430.M5901@plum.flirble.org>
25161      Branch: perl
25162            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
25163 ____________________________________________________________________________
25164 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
25165         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
25166              From: Nicholas Clark <nick@ccl4.org>
25167              Date: Tue, 12 Jun 2001 23:53:07 +0100
25168              Message-ID: <20010612235307.L5901@plum.flirble.org>
25169      Branch: perl
25170            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
25171 ____________________________________________________________________________
25172 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
25173         Log: MPE/iX tweaks from Mark Bixby.
25174      Branch: perl
25175            ! hints/mpeix.sh mpeix/mpeixish.h util.c
25176 ____________________________________________________________________________
25177 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
25178         Log: Update Changes.
25179      Branch: perl
25180            ! Changes patchlevel.h
25181 ____________________________________________________________________________
25182 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
25183         Log: One less -Wall whine (found under DEBUGGING).
25184      Branch: perl
25185            ! x2p/Makefile.SH x2p/a2p.c
25186 ____________________________________________________________________________
25187 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
25188         Log: s/case-independent/case-insensitive/g
25189      Branch: perl
25190            ! pod/perldebug.pod
25191 ____________________________________________________________________________
25192 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
25193         Log: As suggested in    
25194              
25195              Subject: Re: ext/ + -Wall
25196              From: Gurusamy Sarathy <gsar@ActiveState.com>
25197              Date: Mon, 11 Jun 2001 23:34:31 -0700
25198              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
25199      Branch: perl
25200            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
25201            ! perl.h
25202 ____________________________________________________________________________
25203 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
25204         Log: Subject: ext/ + -Wall
25205              From: Doug MacEachern <dougm@covalent.net>
25206              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
25207              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
25208      Branch: perl
25209            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
25210            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
25211            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
25212            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
25213            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
25214            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
25215            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
25216            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
25217            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
25218            ! lib/ExtUtils/xsubpp
25219 ____________________________________________________________________________
25220 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
25221         Log: Subject: [PATCH] anonymous stashes
25222              From: Abhijit Menon-Sen <ams@wiw.org>
25223              Date: Tue, 12 Jun 2001 12:47:04 +0530
25224              Message-ID: <20010612124704.A29029@lustre.linux.in>
25225      Branch: perl
25226            ! dump.c gv.c sv.c xsutils.c
25227 ____________________________________________________________________________
25228 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
25229         Log: One more test for $^S.
25230      Branch: perl
25231            ! t/op/magic.t
25232 ____________________________________________________________________________
25233 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
25234         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
25235              From: Abhijit Menon-Sen <ams@wiw.org>
25236              Date: Tue, 12 Jun 2001 17:35:55 +0530
25237              Message-ID: <20010612173555.A32426@lustre.linux.in>
25238      Branch: perl
25239            ! mg.c t/op/magic.t
25240 ____________________________________________________________________________
25241 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
25242         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
25243              From: Mike Guy <mjtg@cam.ac.uk>
25244              Date: Tue, 12 Jun 2001 13:14:15 +0100
25245              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
25246      Branch: perl
25247            ! pod/perlop.pod
25248 ____________________________________________________________________________
25249 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
25250         Log: AUTHORS updates.
25251      Branch: perl
25252            ! AUTHORS
25253 ____________________________________________________________________________
25254 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
25255         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
25256              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
25257              Content-Transfer-Encoding: 7bit
25258              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
25259      Branch: perl
25260            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
25261 ____________________________________________________________________________
25262 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
25263         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
25264              From: "Philip Newton" <Philip.Newton@gmx.net>
25265              Date: Mon, 11 Jun 2001 07:08:03 +0200
25266              Message-Id: <200106120802.LAA08992@taas.iki.fi>
25267      Branch: perl
25268            ! t/base/term.t
25269 ____________________________________________________________________________
25270 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
25271         Log: Cleanup the a2p.c for -Wall.
25272      Branch: perl
25273            ! x2p/Makefile.SH x2p/a2p.c
25274 ____________________________________________________________________________
25275 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
25276         Log: File::Find update for MacOS from Chris Nandor.
25277      Branch: perl
25278            ! lib/File/Find.pm t/lib/filefind.t
25279 ____________________________________________________________________________
25280 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
25281         Log: gcc -Wall nits picked out by a non-UNIX system
25282              (courtesy of Mark Bixby)
25283      Branch: perl
25284            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
25285            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
25286            ! pp_sys.c util.c
25287 ____________________________________________________________________________
25288 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
25289         Log: Metaconfig unit change for #10522.  (The d_modfl changes
25290              placate metalint.)
25291      Branch: metaconfig/U/perl
25292            ! d_modfl.U d_u32align.U
25293 ____________________________________________________________________________
25294 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
25295         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
25296              be "./try 2>&1 >/dev/null".
25297      Branch: perl
25298            ! Configure
25299 ____________________________________________________________________________
25300 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
25301         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
25302              From: "Craig A. Berry" <craigberry@mac.com>
25303              Date: Mon, 11 Jun 2001 14:00:32 -0500
25304              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
25305      Branch: perl
25306            ! configure.com
25307 ____________________________________________________________________________
25308 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
25309         Log: Move the full \p\P lists to perlunicode.
25310      Branch: perl
25311            ! pod/perlretut.pod pod/perlunicode.pod
25312 ____________________________________________________________________________
25313 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
25314         Log: VOS build tweak for 5.6.1 from Paul Green.
25315      Branch: maint-5.6/perl
25316            ! vos/build.cm
25317 ____________________________________________________________________________
25318 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
25319         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
25320              From: "Craig A. Berry" <craigberry@mac.com>
25321              Date: Fri, 8 Jun 2001 18:08:18 -0500
25322              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
25323      Branch: perl
25324            ! vms/vms.c
25325 ____________________________________________________________________________
25326 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
25327         Log: Update Changes.
25328      Branch: perl
25329            ! Changes patchlevel.h
25330 ____________________________________________________________________________
25331 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
25332         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
25333      Branch: perl
25334            ! vos/config.alpha.h vos/config.ga.h
25335 ____________________________________________________________________________
25336 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
25337         Log: VOS updates from Paul Green for @10476.
25338      Branch: perl
25339            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
25340            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
25341            ! vos/config.ga.h vos/configure_perl.cm
25342 ____________________________________________________________________________
25343 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
25344         Log: Subject: [PATCH] Not many people know this ...
25345              From: Mike Guy <mjtg@cam.ac.uk>
25346              Date: Mon, 11 Jun 2001 14:55:15 +0100
25347              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
25348      Branch: perl
25349            ! pod/perldebug.pod
25350 ____________________________________________________________________________
25351 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
25352         Log: Add final commas to lists as suggested by Philip Newton.
25353      Branch: perl
25354            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
25355 ____________________________________________________________________________
25356 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
25357         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
25358              Date: Sun, 10 Jun 2001 23:35:38 -0400
25359              From: Chris Nandor <pudge@pobox.com>
25360              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
25361      Branch: perl
25362            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
25363            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
25364            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
25365            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
25366            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
25367            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
25368            ! t/op/write.t t/pragma/strict.t
25369 ____________________________________________________________________________
25370 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
25371         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
25372              From: Chris Nandor <pudge@pobox.com>
25373              Date: Mon, 11 Jun 2001 08:24:28 -0400
25374              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
25375      Branch: perl
25376            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
25377            ! t/lib/io_dir.t
25378 ____________________________________________________________________________
25379 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
25380         Log: One more run_byacc (a hand-tweaked version had slipped in).
25381      Branch: perl
25382            ! perly.c vms/perly_c.vms
25383 ____________________________________________________________________________
25384 [ 10509] By: nick                                  on 2001/06/11  07:49:15
25385         Log: Integrate mainline
25386      Branch: perlio
25387           !> Makefile.SH embed.h embed.pl global.sym
25388           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
25389           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
25390           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
25391           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
25392 ____________________________________________________________________________
25393 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
25394         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
25395              From: Mike Guy <mjtg@cam.ac.uk>
25396              Reply-To: mjtg@cam.ac.uk
25397              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
25398      Branch: perl
25399            ! lib/ExtUtils/Manifest.pm
25400 ____________________________________________________________________________
25401 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
25402         Log: Subject: [PATCH] ExtUtils::Constant
25403              From: Nicholas Clark <nick@ccl4.org>
25404              Date: Sun, 10 Jun 2001 23:25:41 +0100
25405              Message-ID: <20010610232540.C76396@plum.flirble.org>
25406      Branch: perl
25407            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
25408 ____________________________________________________________________________
25409 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
25410         Log: Integrate perlio.
25411      Branch: perl
25412           !> iperlsys.h
25413 ____________________________________________________________________________
25414 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
25415         Log: Move the grok_number and its lieutenant grok_numeric_radix
25416              from sv.c statics to util.c and public.
25417      Branch: perl
25418            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
25419            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
25420 ____________________________________________________________________________
25421 [ 10504] By: nick                                  on 2001/06/10  17:47:06
25422         Log: Fix (valid) -Wall warnings in perlio.c
25423      Branch: perlio
25424            ! iperlsys.h
25425 ____________________________________________________________________________
25426 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
25427         Log: Update perly_c.diff, update perly.fixer to edit away
25428              some of the -Wall noise.
25429      Branch: perl
25430            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
25431 ____________________________________________________________________________
25432 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
25433         Log: Check the version of byacc.
25434      Branch: perl
25435            ! Makefile.SH
25436 ____________________________________________________________________________
25437 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
25438         Log: Subject: [PATCH] perly.y overhaul
25439              From: Simon Cozens <simon@netthink.co.uk>
25440              Date: Sun, 10 Jun 2001 16:56:54 +0100
25441              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
25442              
25443              Plus make run_byacc.
25444      Branch: perl
25445            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
25446 ____________________________________________________________________________
25447 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
25448         Log: Integrate perlio.
25449      Branch: perl
25450           !> perlio.c perlsfio.h
25451 ____________________________________________________________________________
25452 [ 10499] By: nick                                  on 2001/06/10  15:01:08
25453         Log: Integrate mainline
25454      Branch: perlio
25455           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
25456           !> t/pragma/locale.t util.c
25457 ____________________________________________________________________________
25458 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
25459         Log: Put some meat on the perl572delta bones.  The list of
25460              selected bug fixes needs more work, as does still the
25461              whole document.
25462      Branch: perl
25463            ! pod/perl572delta.pod
25464 ____________________________________________________________________________
25465 [ 10497] By: nick                                  on 2001/06/10  12:27:51
25466         Log: Paper over a crack or two with USE_SFIO
25467      Branch: perlio
25468            ! perlio.c perlsfio.h
25469 ____________________________________________________________________________
25470 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
25471         Log: Update Changes.
25472      Branch: perl
25473            ! Changes patchlevel.h
25474 ____________________________________________________________________________
25475 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
25476         Log: Subject: Re: pragma/locale.t #107
25477              From: Hugo <hv@crypt.compulink.co.uk>
25478              Date: Sun, 10 Jun 2001 11:23:30 +0100
25479              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
25480              
25481              Encapsulate the scan of the decimal radix separator.
25482      Branch: perl
25483            ! embed.h embed.pl proto.h sv.c
25484 ____________________________________________________________________________
25485 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
25486         Log: Try to grok numbers both with the locale specific separator
25487              and with the usual "." (if different from the lss); add a test
25488              to locale.t to do also a little bit of math in addition to just
25489              equalness testing; remove extraneous logic as suggested in
25490              
25491              Subject: Re: pragma/locale.t #107
25492              From: Nicholas Clark <nick@ccl4.org>
25493              Date: Sat, 9 Jun 2001 22:37:36 +0100
25494              Message-ID: <20010609223735.Y76396@plum.flirble.org>
25495      Branch: perl
25496            ! sv.c t/pragma/locale.t
25497 ____________________________________________________________________________
25498 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
25499         Log: Metaconfig unit change for #10492.
25500      Branch: metaconfig/U/perl
25501            ! Extensions.U
25502 ____________________________________________________________________________
25503 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
25504         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
25505              From: Artur Bergman <artur@contiller.se> 
25506              Date: Sat, 09 Jun 2001 21:03:51 +0200
25507              Message-ID: <B7483FB6.1398%artur@contiller.se>
25508      Branch: perl
25509            ! Configure
25510 ____________________________________________________________________________
25511 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
25512         Log: Integrate perlio.
25513      Branch: perl
25514           !> perlsfio.h
25515 ____________________________________________________________________________
25516 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
25517         Log: Do locale specific separator if only in locale.
25518      Branch: perl
25519            ! util.c
25520 ____________________________________________________________________________
25521 [ 10489] By: nick                                  on 2001/06/09  19:13:25
25522         Log: Make XS/Typemap compile (but fail) with sfio
25523      Branch: perlio
25524            ! perlsfio.h
25525 ____________________________________________________________________________
25526 [ 10488] By: nick                                  on 2001/06/09  19:12:51
25527         Log: Re-integrate mainline
25528      Branch: perlio
25529           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
25530           !> proto.h sv.c util.c
25531 ____________________________________________________________________________
25532 [ 10487] By: nick                                  on 2001/06/09  16:26:29
25533         Log: Integrate mainline
25534      Branch: perlio
25535           !> (integrate 31 files)
25536 ____________________________________________________________________________
25537 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
25538         Log: Subject: [PATCH] New attempt to clone callack
25539              From: Artur Bergman <artur@contiller.se> 
25540              Date: Thu, 07 Jun 2001 11:52:16 +0200
25541              Message-ID: <B7451B6F.12B7%artur@contiller.se>
25542      Branch: perl
25543            ! embedvar.h intrpvar.h perlapi.h sv.c
25544 ____________________________________________________________________________
25545 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
25546         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
25547      Branch: perl
25548            ! embed.h embed.pl perl.h proto.h sv.c util.c
25549 ____________________________________________________________________________
25550 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
25551         Log: Subject: Re: pragma/locale.t #107
25552              From: Nicholas Clark <nick@ccl4.org>
25553              Date: Sat, 9 Jun 2001 16:26:10 +0100
25554              Message-ID: <20010609162609.V76396@plum.flirble.org>
25555              
25556              A missing NVification.
25557      Branch: perl
25558            ! sv.c
25559 ____________________________________________________________________________
25560 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
25561         Log: Redo the #10482, there already was a test script for formats.
25562      Branch: perl
25563            - t/io/format.t
25564            ! MANIFEST t/op/write.t
25565 ____________________________________________________________________________
25566 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
25567         Log: Twisted format testing, from Merijn.
25568      Branch: perl
25569            + t/io/format.t
25570            ! MANIFEST
25571 ____________________________________________________________________________
25572 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
25573         Log: More \p{In...} testing, combined with \N{...}.
25574      Branch: perl
25575            ! lib/utf8_heavy.pl t/op/pat.t
25576 ____________________________________________________________________________
25577 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
25578         Log: Metaconfig changes for #10479.
25579      Branch: metaconfig
25580            ! U/Glossary.patch
25581      Branch: metaconfig/U/perl
25582            ! d_modfl.U
25583 ____________________________________________________________________________
25584 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
25585         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
25586      Branch: perl
25587            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25588            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
25589            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
25590            ! win32/config.bc win32/config.gc win32/config.vc
25591 ____________________________________________________________________________
25592 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
25593         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
25594              From: "Craig A. Berry" <craigberry@mac.com>
25595              Date: Thu, 7 Jun 2001 14:27:20 -0500
25596              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
25597      Branch: perl
25598            ! vms/perlvms.pod
25599 ____________________________________________________________________________
25600 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
25601         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
25602              From: Gisle Aas <gisle@ActiveState.com>
25603              Date: 07 Jun 2001 17:04:29 -0700
25604              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
25605      Branch: perl
25606            ! ext/re/re.xs
25607 ____________________________________________________________________________
25608 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
25609         Log: Update Changes.
25610      Branch: perl
25611            ! Changes patchlevel.h
25612 ____________________________________________________________________________
25613 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
25614         Log: Regen Glossary et alia.
25615      Branch: perl
25616            ! Porting/Glossary Porting/config.sh Porting/config_H
25617 ____________________________________________________________________________
25618 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
25619         Log: Metaconfig unit changes for #10473.
25620      Branch: metaconfig/U/perl
25621            ! d_modfl.U
25622 ____________________________________________________________________________
25623 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
25624         Log: Harumph, also AIX will spill its guts (i.e. dump core)
25625              if an executable contains modfl() but it hasn't been
25626              compiled right (in the case of AIX, with cc -qlongdouble).
25627      Branch: perl
25628            ! Configure
25629 ____________________________________________________________________________
25630 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
25631         Log: integrate change#10471 from mainline
25632              
25633              in change#10451, check that CvOUTSIDE is a CV before looking in
25634              (it can apparently be SVt_NULL during global destruction)
25635      Branch: maint-5.6/perl
25636           !> op.c
25637 ____________________________________________________________________________
25638 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
25639         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
25640              (it can apparently be SVt_NULL during global destruction)
25641      Branch: perl
25642            ! op.c
25643 ____________________________________________________________________________
25644 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
25645         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
25646              From: Robin Barker <rmb1@cise.npl.co.uk>
25647              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
25648              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
25649      Branch: perl
25650            ! lib/diagnostics.pm pod/perldiag.pod
25651 ____________________________________________________________________________
25652 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
25653         Log: Subject: [PATCH perl@10439] long =item
25654              From: Robin Barker <rmb1@cise.npl.co.uk>
25655              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
25656              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
25657      Branch: perl
25658            ! README.amiga lib/Attribute/Handlers.pm
25659            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
25660 ____________________________________________________________________________
25661 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
25662         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
25663              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
25664              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
25665              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
25666      Branch: perl
25667            ! pod/perlguts.pod
25668 ____________________________________________________________________________
25669 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
25670         Log: Integrate perlio.
25671      Branch: perl
25672           !> sv.c
25673 ____________________________________________________________________________
25674 [ 10466] By: nick                                  on 2001/06/07  10:25:40
25675         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
25676              whitespace tweaks.
25677              Still coredumps in pragma/overload.t - what a nice hard fail that is...
25678      Branch: perlio
25679            ! sv.c
25680 ____________________________________________________________________________
25681 [ 10465] By: nick                                  on 2001/06/07  08:41:58
25682         Log: Raw integrate of mainline for S_grok_number debug
25683              (sv.c has MULTIPLICITY issues as well as whatever else ...)
25684      Branch: perlio
25685            - plan9/perlplan9.doc plan9/perlplan9.pod
25686           !> (integrate 46 files)
25687 ____________________________________________________________________________
25688 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
25689         Log: The proper prototyping for #10463.
25690      Branch: perl
25691            ! embed.h embed.pl proto.h sv.c
25692 ____________________________________________________________________________
25693 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
25694         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
25695              From: Nicholas Clark <nick@ccl4.org>
25696              Date: Thu, 7 Jun 2001 00:29:59 +0100
25697              Message-ID: <20010607002959.Z76396@plum.flirble.org>
25698      Branch: perl
25699            ! sv.c
25700 ____________________________________________________________________________
25701 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
25702         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
25703              From: "Craig A. Berry" <craigberry@mac.com>
25704              Date: Wed, 06 Jun 2001 17:54:30 -0500
25705              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
25706      Branch: perl
25707            ! vms/perlvms.pod
25708 ____________________________________________________________________________
25709 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
25710         Log: Podify the remaining README.platform files;
25711              merge README.plan9 and plan9/perlplan9.pod;
25712              delete plan9/perlplan9.* (the perlplan.doc needs to
25713              be regenerated in Plan 9); make the =head1 and =head2
25714              in the README.platform to be a little more verbose
25715              (skipped README.os2 not to anger Ilya) so that they
25716              look better in the toc; regen toc.
25717      Branch: perl
25718            - plan9/perlplan9.doc plan9/perlplan9.pod
25719            ! MANIFEST README.aix README.amiga README.apollo README.beos
25720            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
25721            ! README.hpux README.hurd README.machten README.macos
25722            ! README.micro README.mint README.mpeix README.os390
25723            ! README.plan9 README.qnx README.solaris README.threads
25724            ! README.tru64 README.vmesa README.vms README.vos README.win32
25725            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
25726            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
25727 ____________________________________________________________________________
25728 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
25729         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
25730              From: Mike Guy <mjtg@cam.ac.uk>
25731              Reply-To: mjtg@cam.ac.uk
25732              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
25733      Branch: perl
25734            ! pod/perlguts.pod
25735 ____________________________________________________________________________
25736 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
25737         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
25738              From: Mike Guy <mjtg@cam.ac.uk>
25739              Reply-To: mjtg@cam.ac.uk
25740              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
25741      Branch: perl
25742            ! pod/perlsec.pod
25743 ____________________________________________________________________________
25744 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
25745         Log: Disable long doubles from pre-5.0 Tru64s.
25746      Branch: perl
25747            ! README.tru64 hints/dec_osf.sh
25748 ____________________________________________________________________________
25749 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
25750         Log: The #10455 exposed that modfl() is fundamentally busted
25751              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
25752              testing it.
25753      Branch: perl
25754            ! hints/dec_osf.sh
25755 ____________________________________________________________________________
25756 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
25757         Log: Metaconfig unit change for #10455.
25758      Branch: metaconfig/U/perl
25759            ! d_modfl.U
25760 ____________________________________________________________________________
25761 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
25762         Log: Configure check for geborken modfl(), inspired by
25763              
25764              Subject: Re: [20010118.017] op/int.t failure 
25765              From: Hugo <hv@crypt.compulink.co.uk>
25766              Date: Tue, 05 Jun 2001 13:43:27 +0100
25767              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
25768      Branch: perl
25769            ! Configure
25770 ____________________________________________________________________________
25771 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
25772         Log: Integrate changes #10450 and #10451 from maintperl:
25773              
25774              optimize change#10448 slightly (don't repeat search in eval""s lexical
25775              scope, since that has already been searched)
25776              
25777              change#9108 needs subtler treatment for case of closures created
25778              within eval""
25779      Branch: perl
25780           !> op.c t/op/misc.t
25781 ____________________________________________________________________________
25782 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
25783         Log: MakeMaker magic to compile (when no dynamic loading)
25784              List/Util.xsc as (ListUtil.c and) ListUtil.o since
25785              POSIX-BC (BS2000) linker has an evil limitation of
25786              being unable to include in the same executable several
25787              object files with the same name - case-insensitively -
25788              because otherwise we conflict with util.c.
25789              Strictly speaking currently required only in POSIX-BC
25790              but probably will do no harm elsewhere where static
25791              linking is required.
25792      Branch: perl
25793            ! ext/List/Util/Makefile.PL
25794 ____________________________________________________________________________
25795 [ 10452] By: nick                                  on 2001/06/06  08:59:51
25796         Log: Integrate mainline.
25797      Branch: perlio
25798           +> lib/Attribute/Handlers/demo/Demo.pm
25799           +> lib/Attribute/Handlers/demo/Descriptions.pm
25800           +> lib/Attribute/Handlers/demo/MyClass.pm
25801           +> lib/Attribute/Handlers/demo/demo.pl
25802           +> lib/Attribute/Handlers/demo/demo2.pl
25803           +> lib/Attribute/Handlers/demo/demo3.pl
25804           +> lib/Attribute/Handlers/demo/demo4.pl
25805           +> lib/Attribute/Handlers/demo/demo_call.pl
25806           +> lib/Attribute/Handlers/demo/demo_chain.pl
25807           +> lib/Attribute/Handlers/demo/demo_cycle.pl
25808           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
25809           +> lib/Attribute/Handlers/demo/demo_phases.pl
25810           +> lib/Attribute/Handlers/demo/demo_range.pl
25811           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
25812           +> uts/strtol_wrap.c
25813           !> (integrate 91 files)
25814 ____________________________________________________________________________
25815 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
25816         Log: change#9108 needs subtler treatment for case of closures created
25817              within eval""
25818      Branch: maint-5.6/perl
25819            ! op.c t/op/misc.t
25820 ____________________________________________________________________________
25821 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
25822         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
25823              scope, since that has already been searched)
25824      Branch: maint-5.6/perl
25825            ! op.c
25826 ____________________________________________________________________________
25827 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
25828         Log: Integrate change #10448 from maintperl; lexicals
25829              outside an eval"" weren't resolved correctly inside a subroutine
25830              definition inside the eval"" if they were not already referenced
25831              in the toplevel of the eval""-ed code
25832      Branch: perl
25833           !> cop.h op.c pp_ctl.c t/op/misc.t
25834 ____________________________________________________________________________
25835 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
25836         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
25837              outside an eval"" weren't resolved correctly inside a subroutine
25838              definition inside the eval"" if they were not already referenced
25839              in the toplevel of the eval""-ed code
25840      Branch: maint-5.6/perl
25841            ! cop.h op.c pp_ctl.c t/op/misc.t
25842 ____________________________________________________________________________
25843 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
25844         Log: Subject: [PATCH] perl570delta.pod
25845              From: Peter Scott <Peter@PSDT.com> 
25846              Date: Tue, 05 Jun 2001 18:51:02 -0700
25847              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
25848      Branch: perl
25849            ! pod/perl570delta.pod
25850 ____________________________________________________________________________
25851 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
25852         Log: The fudge factor is no more needed.  I hope.
25853      Branch: perl
25854            ! t/lib/posix.t
25855 ____________________________________________________________________________
25856 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
25857         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
25858              From: Hugo <hv@crypt.compulink.co.uk>
25859              Date: Tue, 05 Jun 2001 12:58:19 +0100
25860              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
25861      Branch: perl
25862            ! util.c
25863 ____________________________________________________________________________
25864 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
25865         Log: Make up prototypes only for those who have the functions
25866              but not the prototypes.
25867      Branch: perl
25868            ! perl.h
25869 ____________________________________________________________________________
25870 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
25871         Log: Subject: Re: Not OK: perl@10439 on win32 
25872              From: Prymmer/Kahn <pvhp@best.com> 
25873              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
25874              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
25875      Branch: perl
25876            ! perl.h util.c
25877 ____________________________________________________________________________
25878 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
25879         Log: The metaconfig units changes for #10441.
25880      Branch: metaconfig
25881            ! U/modified/Extract.U U/modified/Extractall.U
25882            ! U/modified/Finish.U
25883 ____________________________________________________________________________
25884 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
25885         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
25886      Branch: perl
25887            ! Configure
25888 ____________________________________________________________________________
25889 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
25890         Log: Unnecessary fuzziness undone, noted by Mike Guy.
25891      Branch: perl
25892            ! t/op/tr.t
25893 ____________________________________________________________________________
25894 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
25895         Log: Update Changes.
25896      Branch: perl
25897            ! Changes patchlevel.h
25898 ____________________________________________________________________________
25899 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
25900         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
25901              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
25902              leakage patch.
25903      Branch: perl
25904            ! t/op/misc.t
25905 ____________________________________________________________________________
25906 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
25907         Log: Test case for #10433/#10424.
25908      Branch: perl
25909            ! t/op/misc.t
25910 ____________________________________________________________________________
25911 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
25912         Log: Subject: One fix for strtoul not setting errno
25913              From: hom00@utsglobal.com (Hal Morris)
25914              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
25915              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
25916      Branch: perl
25917            + uts/strtol_wrap.c
25918            ! MANIFEST hints/uts.sh
25919 ____________________________________________________________________________
25920 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
25921         Log: Metaconfig units changes for #10434.
25922      Branch: metaconfig
25923            ! U/modified/Cppsym.U
25924      Branch: metaconfig/U/perl
25925            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
25926            + d_syscallproto.U d_usleepproto.U
25927            ! longdblfio.U quadfio.U
25928 ____________________________________________________________________________
25929 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
25930         Log: Configure tweaks; add prototype probes, make the cpp symbols
25931              probe to cast, not whine; test for %Ld and %Lf before %lld and
25932              %llf because the L is the ANSI way.
25933      Branch: perl
25934            ! Configure config_h.SH configure.com epoc/config.sh
25935            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
25936            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
25937            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
25938 ____________________________________________________________________________
25939 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
25940         Log: Sigh.  This is what #10424 was supposed to check in.
25941      Branch: perl
25942            ! op.c sv.c sv.h
25943 ____________________________________________________________________________
25944 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
25945         Log: More verbose failure.
25946      Branch: perl
25947            ! t/op/ver.t
25948 ____________________________________________________________________________
25949 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
25950         Log: The .pm changes to go with #10428.
25951      Branch: perl
25952            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
25953            ! ext/Sys/Syslog/Syslog.pm
25954 ____________________________________________________________________________
25955 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
25956         Log: On second thoughts show to utf8 skippage message only
25957              on failures, it's too confusing otherwise,
25958      Branch: perl
25959            ! t/pragma/locale.t
25960 ____________________________________________________________________________
25961 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
25962         Log: Do not import anything from Encode.
25963      Branch: perl
25964            ! ext/MIME/Base64/QuotedPrint.pm
25965 ____________________________________________________________________________
25966 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
25967         Log: The #10402 didn't take.  Weird.
25968      Branch: perl
25969            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
25970            ! ext/Sys/Syslog/Syslog.xs
25971 ____________________________________________________________________________
25972 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
25973         Log: Eradicate traces of 'asciirange' re subpragma.
25974      Branch: perl
25975            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
25976            ! pod/perldiag.pod
25977 ____________________________________________________________________________
25978 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
25979         Log: use is a compile-time thing.
25980      Branch: perl
25981            ! ext/MIME/Base64/QuotedPrint.pm
25982 ____________________________________________________________________________
25983 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
25984         Log: Subject: [PATCH perl@10419] -Wall casting patch
25985              From: Robin Barker <rmb1@cise.npl.co.uk>
25986              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
25987              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
25988      Branch: perl
25989            ! ext/Devel/DProf/DProf.xs mg.c
25990 ____________________________________________________________________________
25991 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
25992         Log: Subject: [PATCH #2] introducing SVpad_TYPED
25993              From: Abhijit Menon-Sen <ams@wiw.org>
25994              Date: Mon, 4 Jun 2001 12:26:02 +0530
25995              Message-ID: <20010604122602.A5775@lustre.linux.in>
25996      Branch: perl
25997            ! op.c sv.c sv.h
25998 ____________________________________________________________________________
25999 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
26000         Log: testsuite for change#10192 (from Gisle Aas)
26001      Branch: perl
26002            + t/op/override.t
26003            ! MANIFEST
26004 ____________________________________________________________________________
26005 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
26006         Log: integrate changes#10414-10416 from mainline
26007              
26008              Potential buffer overrun if the radix separator is more than
26009              one byte.  Also, under locales, prefer the locale-specific
26010              separator over the old boring ".".
26011              
26012              "10.", that is, decimal numbers can have no decimal part at all.
26013              
26014              The non-locale places need love, too.
26015      Branch: maint-5.6/perl
26016           !> perl.h sv.c
26017 ____________________________________________________________________________
26018 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
26019         Log: Missed from #10420.
26020      Branch: perl
26021            ! epoc/config.sh
26022 ____________________________________________________________________________
26023 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
26024         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
26025              often this prototype goes with HAS_SETRESUID_PROTO.
26026      Branch: perl
26027            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26028            ! config_h.SH configure.com perl.h uconfig.h
26029 ____________________________________________________________________________
26030 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
26031         Log: Update Changes.
26032      Branch: perl
26033            ! Changes patchlevel.h
26034 ____________________________________________________________________________
26035 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
26036         Log: -Wall "subscript has type `char'" cleanup.
26037      Branch: perl
26038            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
26039 ____________________________________________________________________________
26040 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
26041         Log: Various "cast to pointer from integer of different size"
26042              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
26043              wide but I32 (int) only 32 bits wide).
26044              
26045              WARNING: the classnum and tagnum changes in Storable.xs
26046              may not be wise, they may be breaking binary compatibility
26047              (in 64-bit platforms), asked Raphael Manfredi about the changes.
26048      Branch: perl
26049            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
26050            ! mg.c proto.h
26051 ____________________________________________________________________________
26052 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
26053         Log: The non-locale places need love, too.
26054      Branch: perl
26055            ! perl.h
26056 ____________________________________________________________________________
26057 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
26058         Log: "10.", that is, decimal numbers can have no decimal part at all.
26059      Branch: perl
26060            ! perl.h
26061 ____________________________________________________________________________
26062 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
26063         Log: Potential buffer overrun if the radix separator is more than
26064              one byte.  Also, under locales, prefer the locale-specific
26065              separator over the old boring ".".
26066      Branch: perl
26067            ! perl.h sv.c
26068 ____________________________________________________________________________
26069 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
26070         Log: Integrate change #10412 from maintperl; locale is now
26071              per-cop, not per-op; plus retweak the locale.t to always
26072              list the skipped utf8 locales.
26073      Branch: perl
26074            ! t/pragma/locale.t
26075           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
26076           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
26077 ____________________________________________________________________________
26078 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
26079         Log: rationalize locale handling to fix the bugs uncovered by change#10394
26080              
26081              the major issue was that the runtime was looking at PL_hints rather
26082              than op_private to notice whether locale was enabled
26083              
26084              the secondary issue was that many locale-sensitive numeric ops didn't
26085              have HINT_LOCALE propagated into their op_private
26086              
26087              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
26088              instead of per-op, just like HINT_BYTE and the hints for lexical
26089              warnings (this makes the hint available to every op via PL_curcop)
26090              
26091              pragma/locale.t may need to be reworked with these fixes in mind
26092              (it currently passes its tests)
26093      Branch: maint-5.6/perl
26094            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
26095            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
26096 ____________________________________________________________________________
26097 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
26098         Log: More verbose debugging.
26099      Branch: perl
26100            ! t/pragma/locale.t
26101 ____________________________________________________________________________
26102 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
26103         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
26104              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
26105              Date: Sat, 2 Jun 2001 22:53:33 +0100
26106              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
26107      Branch: perl
26108            ! regcomp.c t/pragma/warn/regcomp
26109 ____________________________________________________________________________
26110 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
26111         Log: Mention that lexicalizing $a or $b is a bad idea if one
26112              wants to use sort().
26113      Branch: perl
26114            ! pod/perlvar.pod
26115 ____________________________________________________________________________
26116 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
26117         Log: Tweak the test to be happy if the accuracy is 'good enough'.
26118      Branch: perl
26119            ! t/lib/posix.t
26120 ____________________________________________________________________________
26121 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
26122         Log: Upgrade to Attribute::Handlers 0.70.
26123              
26124              NOTE: this unearthed the "too late for CHECK block" bug,
26125              that's why the 1_compile.t change.
26126      Branch: perl
26127            + lib/Attribute/Handlers/demo/Demo.pm
26128            + lib/Attribute/Handlers/demo/Descriptions.pm
26129            + lib/Attribute/Handlers/demo/MyClass.pm
26130            + lib/Attribute/Handlers/demo/demo.pl
26131            + lib/Attribute/Handlers/demo/demo2.pl
26132            + lib/Attribute/Handlers/demo/demo3.pl
26133            + lib/Attribute/Handlers/demo/demo4.pl
26134            + lib/Attribute/Handlers/demo/demo_call.pl
26135            + lib/Attribute/Handlers/demo/demo_chain.pl
26136            + lib/Attribute/Handlers/demo/demo_cycle.pl
26137            + lib/Attribute/Handlers/demo/demo_hashdir.pl
26138            + lib/Attribute/Handlers/demo/demo_phases.pl
26139            + lib/Attribute/Handlers/demo/demo_range.pl
26140            + lib/Attribute/Handlers/demo/demo_rawdata.pl
26141            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
26142            ! t/lib/attrhand.t
26143 ____________________________________________________________________________
26144 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
26145         Log: One less -Wall whine.
26146      Branch: perl
26147            ! regcomp.c
26148 ____________________________________________________________________________
26149 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
26150         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
26151      Branch: perl
26152           !> t/op/eval.t
26153 ____________________________________________________________________________
26154 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
26155         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
26156              aren't "normally" visible inside eval""s contained in subs unless
26157              a cloned reference to them already exists)
26158              
26159              strangely enough, t/harness didn't show this up as a failure
26160              (harness needs fixing?)
26161      Branch: maint-5.6/perl
26162            ! t/op/eval.t
26163 ____________________________________________________________________________
26164 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
26165         Log: Update to Text::Balanced 1.85.
26166      Branch: perl
26167            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
26168 ____________________________________________________________________________
26169 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
26170         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
26171              From: Nicholas Clark <nick@ccl4.org>
26172              Date: Sun, 3 Jun 2001 17:54:36 +0100
26173              Message-ID: <20010603175436.E76396@plum.flirble.org> 
26174      Branch: perl
26175            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
26176            ! ext/Sys/Syslog/Syslog.xs
26177 ____________________________________________________________________________
26178 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
26179         Log: Unused variables.
26180      Branch: perl
26181            ! util.c
26182 ____________________________________________________________________________
26183 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
26184         Log: Subject: [PATCH] APIfy op_clear 
26185              From: Simon Cozens <simon@netthink.co.uk>
26186              Date: Sun, 3 Jun 2001 13:51:46 +0100
26187              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
26188              
26189              (despite the subject line, op_null is APIfied by the patch)
26190      Branch: perl
26191            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
26192 ____________________________________________________________________________
26193 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
26194         Log: Subject: [PATCH] t/lib/extutils.t
26195              From: Nicholas Clark <nick@ccl4.org>
26196              Date: Sat, 2 Jun 2001 23:57:05 +0100
26197              Message-ID: <20010602235705.Q12698@plum.flirble.org>
26198      Branch: perl
26199            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
26200 ____________________________________________________________________________
26201 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
26202         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
26203              From: Prymmer/Kahn <pvhp@best.com>
26204              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
26205              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
26206      Branch: perl
26207            ! win32/Makefile win32/makefile.mk
26208 ____________________________________________________________________________
26209 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
26210         Log: Subject: Re: 'decimal digits' macro? 
26211              From: Hugo <hv@crypt.compulink.co.uk>
26212              Date: Sun, 03 Jun 2001 04:26:36 +0100
26213              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
26214      Branch: perl
26215            ! handy.h t/lib/posix.t t/op/tr.t
26216 ____________________________________________________________________________
26217 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
26218         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
26219              From: Hugo <hv@crypt.compulink.co.uk>
26220              Date: Sun, 03 Jun 2001 14:56:30 +0100
26221              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
26222      Branch: perl
26223            ! util.c
26224 ____________________________________________________________________________
26225 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
26226         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
26227      Branch: perl
26228           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
26229           !> vms/perly_c.vms
26230 ____________________________________________________________________________
26231 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
26232         Log: fix leakage of lexicals at file scope into subroutines that were
26233              declared before them; this appears to be a longstanding bug that
26234              meant that lexicals at file scope were never "deintroduced", meaning
26235              their scope range was never properly closed, and their visibility
26236              extended to all subsequent eval""s or requires
26237              
26238              added a test case
26239              
26240              seems to also fix a case of bogus duplicate warnings
26241      Branch: maint-5.6/perl
26242            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
26243            ! vms/perly_c.vms
26244 ____________________________________________________________________________
26245 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
26246         Log: More VMS tweaks from Craig A. Berry.
26247      Branch: perl
26248            ! configure.com t/lib/extutils.t
26249 ____________________________________________________________________________
26250 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
26251         Log: -Wall cleanup continues.
26252      Branch: perl
26253            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
26254            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
26255            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
26256            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
26257            ! run.c toke.c util.c
26258 ____________________________________________________________________________
26259 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
26260         Log: The metaconfig unit change for #10390.
26261      Branch: metaconfig/U/perl
26262            ! gccvers.U
26263 ____________________________________________________________________________
26264 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
26265         Log: Drop the -ansi from the default gcc flags.
26266              
26267              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
26268              that struct cannot be compared with a flat integer, such as STRLEN.
26269              The -ansi will also cause a lot of noise in Solaris because of:
26270              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
26271      Branch: perl
26272            ! Configure
26273 ____________________________________________________________________________
26274 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
26275         Log: Integrate perlio.
26276      Branch: perl
26277           !> pod/perlapi.pod util.c
26278 ____________________________________________________________________________
26279 [ 10388] By: nick                                  on 2001/06/02  08:01:12
26280         Log: Integrate mainline
26281      Branch: perlio
26282           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
26283           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
26284           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
26285           !> t/lib/1_compile.t t/lib/mimeqp.t
26286 ____________________________________________________________________________
26287 [ 10387] By: nick                                  on 2001/06/02  07:39:17
26288         Log: Tweak util.c's atof2 for MULTIPLICITY
26289      Branch: perlio
26290            ! util.c
26291 ____________________________________________________________________________
26292 [ 10386] By: nick                                  on 2001/06/02  07:38:33
26293         Log: Integrate mainline
26294      Branch: perlio
26295           !> (integrate 41 files)
26296 ____________________________________________________________________________
26297 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
26298         Log: Add Attribute::Handlers 0.61 from Damian Conway.
26299      Branch: perl
26300            + lib/Attribute/Handlers.pm t/lib/attrhand.t
26301            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
26302 ____________________________________________________________________________
26303 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
26304         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
26305              From: Peter Prymmer <pvhp@forte.com>
26306              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
26307              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
26308      Branch: perl
26309            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
26310 ____________________________________________________________________________
26311 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
26312         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
26313              From: Jeff Pinyan <jeffp@crusoe.net>
26314              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
26315              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
26316      Branch: perl
26317            ! lib/File/Find.pm
26318 ____________________________________________________________________________
26319 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
26320         Log: Subject: [PATCH perl@10381] configure.com tweaks
26321              From: "Craig A. Berry" <craigberry@mac.com>
26322              Date: Fri, 1 Jun 2001 13:55:43 -0500
26323              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
26324      Branch: perl
26325            ! configure.com
26326 ____________________________________________________________________________
26327 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
26328         Log: Update Changes.
26329      Branch: perl
26330            ! Changes patchlevel.h
26331 ____________________________________________________________________________
26332 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
26333         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
26334              From: Mike Guy <mjtg@cam.ac.uk>
26335              Date: Fri, 01 Jun 2001 18:17:02 +0100
26336              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
26337      Branch: perl
26338            ! lib/perl5db.pl
26339 ____________________________________________________________________________
26340 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
26341         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
26342              From: Hugo <hv@crypt.compulink.co.uk>
26343              Date: Thu, 31 May 2001 20:49:48 +0100
26344              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
26345      Branch: perl
26346            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
26347            ! util.c
26348 ____________________________________________________________________________
26349 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
26350         Log: Zero() is not available in x2p (or, rather, some of its
26351              implementations like memzero() might not be available.)
26352      Branch: perl
26353            ! x2p/hash.c
26354 ____________________________________________________________________________
26355 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
26356         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
26357              From: Michael G Schwern <schwern@pobox.com>
26358              Date: Fri, 1 Jun 2001 12:00:29 +0100
26359              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
26360              
26361              (But use Zero() instead of memset.)
26362      Branch: perl
26363            ! x2p/hash.c
26364 ____________________________________________________________________________
26365 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
26366         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
26367              From: Jeff Pinyan <jeffp@crusoe.net>
26368              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
26369              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
26370      Branch: perl
26371            ! pod/perldiag.pod regcomp.c t/op/pat.t
26372 ____________________________________________________________________________
26373 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
26374         Log: Retract #10324 and #10333; not needed.
26375      Branch: perl
26376            ! hints/irix_6.sh hints/linux.sh
26377 ____________________________________________________________________________
26378 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
26379         Log: The #10370 wasn't quite right.
26380      Branch: perl
26381            ! ext/XS/Typemap/Typemap.xs
26382 ____________________________________________________________________________
26383 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
26384         Log: The metaconfig units changes for #10372.
26385      Branch: metaconfig/U/perl
26386            + d_realpath.U d_sresgproto.U d_sresuproto.U
26387            ! gccvers.U i_db.U
26388 ____________________________________________________________________________
26389 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
26390         Log: Configure tweaks; record the Berkeley DB version,
26391              probe for realpath(), for setresuid() and setresgid()
26392              prototypes; use realpath() (try to be paranoid enough),
26393              use the setres[ug]id prototypes because glibc has the functions
26394              but not their prototypes; add -Wall -ansi to gcc ccflags;
26395              regen toc.
26396      Branch: perl
26397            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26398            ! config_h.SH configure.com epoc/config.sh
26399            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
26400            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
26401            ! vos/config.ga.def win32/config.bc win32/config.gc
26402            ! win32/config.vc
26403 ____________________________________________________________________________
26404 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
26405         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
26406              From: Michael G Schwern <schwern@pobox.com>
26407              Date: Fri, 1 Jun 2001 11:28:14 +0100
26408              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
26409      Branch: perl
26410            ! lib/attributes.pm xsutils.c
26411 ____________________________________________________________________________
26412 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
26413         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
26414              From: Tim Jenness <t.jenness@jach.hawaii.edu>
26415              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
26416              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
26417      Branch: perl
26418            ! ext/XS/Typemap/Typemap.xs
26419 ____________________________________________________________________________
26420 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
26421         Log: Subject: [patch] Cwd.xs optimizations/abstraction
26422              From: Doug MacEachern <dougm@covalent.net>
26423              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
26424              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
26425      Branch: perl
26426            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
26427            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
26428 ____________________________________________________________________________
26429 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
26430         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!])
26431              From: Nicholas Clark <nick@ccl4.org>
26432              Date: Thu, 31 May 2001 23:56:40 +0100
26433              Message-ID: <20010531235640.F12698@plum.flirble.org>
26434              
26435              Make the test work also under only static extensions
26436              (sh Configure -Uusedl fakes this nicely)
26437      Branch: perl
26438            ! t/lib/extutils.t
26439 ____________________________________________________________________________
26440 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
26441         Log: Subject: [PATCH hv.c] Eliminating trigraph
26442              From: Michael G Schwern <schwern@pobox.com>
26443              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
26444              Date: Fri, 1 Jun 2001 11:49:56 +0100
26445      Branch: perl
26446            ! hv.c
26447 ____________________________________________________________________________
26448 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
26449         Log: Subject: Re: [PATCH] Tests for File::Compare 
26450              From: "Philip Newton" <Philip.Newton@gmx.net>
26451              Date: Thu, 31 May 2001 19:44:05 +0200
26452              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
26453              
26454              Unnecessary "quotation marks".
26455      Branch: perl
26456            ! t/lib/filecomp.t
26457 ____________________________________________________________________________
26458 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
26459         Log: Integrate perlio.
26460      Branch: perl
26461           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
26462 ____________________________________________________________________________
26463 [ 10364] By: nick                                  on 2001/06/01  10:13:31
26464         Log: Cleanup dll.base and dll.exp created by GCC builds.
26465      Branch: perlio
26466            ! lib/ExtUtils/MM_Win32.pm
26467 ____________________________________________________________________________
26468 [ 10363] By: nick                                  on 2001/06/01  10:02:17
26469         Log: Make filecomp test work on CRLF platforms by adding binmode.
26470      Branch: perlio
26471            ! t/lib/filecomp.t
26472 ____________________________________________________________________________
26473 [ 10362] By: nick                                  on 2001/06/01  08:37:17
26474         Log: Integrate mainline
26475      Branch: perlio
26476           !> Changes Configure patchlevel.h perlio.c
26477 ____________________________________________________________________________
26478 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
26479         Log: panic:claustrophobia.
26480      Branch: perl
26481            ! perlio.c
26482 ____________________________________________________________________________
26483 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
26484         Log: Update Changes.
26485      Branch: perl
26486            ! Changes patchlevel.h
26487 ____________________________________________________________________________
26488 [ 10359] By: nick                                  on 2001/05/31  12:35:50
26489         Log: Integrate mainline.
26490      Branch: perlio
26491           +> t/lib/filecomp.t
26492           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
26493           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
26494 ____________________________________________________________________________
26495 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
26496         Log: Integrate perlio.
26497      Branch: perl
26498           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
26499           !> win32/config_H.vc
26500 ____________________________________________________________________________
26501 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
26502         Log: Metaconfig unit change for #10356.
26503      Branch: metaconfig
26504            ! U/installdirs/inc_version_list.U
26505 ____________________________________________________________________________
26506 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
26507         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
26508              (idea from Sarathy; implementation from Andy)
26509      Branch: perl
26510            ! Configure
26511 ____________________________________________________________________________
26512 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
26513         Log: More AUTHORS.
26514      Branch: perl
26515            ! AUTHORS
26516 ____________________________________________________________________________
26517 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
26518         Log: Subject: Re: [PATCH] Tests for File::Compare
26519              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
26520              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
26521              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
26522      Branch: perl
26523            + t/lib/filecomp.t
26524            ! MANIFEST t/lib/1_compile.t
26525 ____________________________________________________________________________
26526 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
26527         Log: Subject: [PATCH] DEBUG_* macro cleanups
26528              From: Abhijit Menon-Sen <ams@wiw.org>
26529              Date: Thu, 31 May 2001 12:16:22 +0530
26530              Message-ID: <20010531121622.B4829@lustre.linux.in>
26531              
26532              Subject: Re: [PATCH] DEBUG_* macro cleanups
26533              From: Abhijit Menon-Sen <ams@wiw.org>
26534              Date: Thu, 31 May 2001 13:57:01 +0530
26535              Message-ID: <20010531135701.A21775@lustre.linux.in>
26536              
26537              (The DEBUG_ definitions in perl.h changed to use the
26538              STMT_START and STMT_END.)
26539      Branch: perl
26540            ! perl.h pp_ctl.c sv.c toke.c
26541 ____________________________________________________________________________
26542 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
26543         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
26544              From: Abhijit Menon-Sen <ams@wiw.org>
26545              Date: Thu, 31 May 2001 08:27:55 +0530
26546              Message-ID: <20010531082755.A10018@lustre.linux.in>
26547      Branch: perl
26548            ! ext/Storable/Storable.xs gv.c perl.c
26549 ____________________________________________________________________________
26550 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
26551         Log: Subject: [PATCH] AUTHORS
26552              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
26553              Date: Thu, 31 May 2001 01:27:59 -0500
26554              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
26555              
26556              Subject: Re: [PATCH] AUTHORS
26557              From: "Philip Newton" <Philip.Newton@gmx.net>
26558              Date: Thu, 31 May 2001 10:08:06 +0200
26559              (Message-Id missing?)
26560      Branch: perl
26561            ! AUTHORS
26562 ____________________________________________________________________________
26563 [ 10350] By: nick                                  on 2001/05/31  11:40:43
26564         Log: win32 - dmake regen_config_h
26565      Branch: perlio
26566            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
26567 ____________________________________________________________________________
26568 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
26569         Log: Subject: Re: [PATCH util.c] More warning cleanups.
26570              From: "Philip Newton" <Philip.Newton@gmx.net>
26571              Date: Thu, 31 May 2001 07:41:36 +0200
26572              Message-Id: <200105310538.IAA25458@taku.hut.fi>
26573              
26574              Undo C++-ism that snekt in.
26575      Branch: perl
26576            ! util.c
26577 ____________________________________________________________________________
26578 [ 10348] By: nick                                  on 2001/05/31  11:36:46
26579         Log: Tolerate Win32 numerics
26580      Branch: perlio
26581            ! t/pragma/warn/toke
26582 ____________________________________________________________________________
26583 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
26584         Log: Integrate perlio.
26585      Branch: perl
26586           !> perlio.c win32/win32.h
26587 ____________________________________________________________________________
26588 [ 10346] By: nick                                  on 2001/05/31  10:54:55
26589         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
26590              perlio.c change 10255.
26591      Branch: perlio
26592            ! perlio.c
26593 ____________________________________________________________________________
26594 [ 10345] By: nick                                  on 2001/05/31  10:01:57
26595         Log: Conditionaly put back some "unused" dTHX which are used
26596              with PERL_IMPLICIT_SYS
26597      Branch: perlio
26598            ! perlio.c
26599 ____________________________________________________________________________
26600 [ 10344] By: nick                                  on 2001/05/31  10:00:59
26601         Log: Fix Win32 for new spelling IN_BYTES 
26602      Branch: perlio
26603            ! win32/win32.h
26604 ____________________________________________________________________________
26605 [ 10343] By: nick                                  on 2001/05/31  08:01:32
26606         Log: perlio.c -Wall cleaner under MULTIPLICITY
26607              - still minor noise with linux stdio
26608      Branch: perlio
26609            ! perlio.c
26610 ____________________________________________________________________________
26611 [ 10342] By: nick                                  on 2001/05/31  07:52:23
26612         Log: Integrate mainline.
26613      Branch: perlio
26614           !> (integrate 42 files)
26615 ____________________________________________________________________________
26616 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
26617         Log: AUTHORS updates.
26618      Branch: perl
26619            ! AUTHORS
26620 ____________________________________________________________________________
26621 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
26622         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
26623              From: Peter Prymmer <pvhp@forte.com>
26624              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
26625              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
26626      Branch: perl
26627            ! t/lib/md5-file.t
26628 ____________________________________________________________________________
26629 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
26630         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
26631              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
26632              to match the pragma name; various robustness cleanups.
26633      Branch: perl
26634            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
26635            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
26636 ____________________________________________________________________________
26637 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
26638         Log: More -Wall sweeping.
26639      Branch: perl
26640            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
26641            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
26642            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
26643            ! regcomp.c sv.c toke.c utf8.c
26644 ____________________________________________________________________________
26645 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
26646         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
26647              From: Nicholas Clark <nick@ccl4.org>
26648              Date: Wed, 30 May 2001 22:34:41 +0100
26649              Message-ID: <20010530223441.Y86445@plum.flirble.org>
26650      Branch: perl
26651            ! t/op/cmp.t
26652 ____________________________________________________________________________
26653 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
26654         Log: It's is not, it isn't ain't, and it's it's, not its,
26655              if you mean it is. If you don't, it's its. Then too,
26656              it's hers. It isn't her's. It isn't our's either.
26657              It's ours, and likewise yours and theirs.
26658              -- Oxford University Press, Edpress News
26659      Branch: perl
26660            ! lib/autouse.pm
26661 ____________________________________________________________________________
26662 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
26663         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
26664      Branch: perl
26665            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
26666            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
26667            ! x2p/str.c x2p/walk.c xsutils.c
26668 ____________________________________________________________________________
26669 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
26670         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
26671              From: Michael G Schwern <schwern@pobox.com>
26672              Date: Wed, 30 May 2001 17:10:38 +0100
26673              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
26674              
26675              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
26676              From: Abhijit Menon-Sen <ams@wiw.org>
26677              Date: Wed, 30 May 2001 23:16:13 +0530
26678              Message-ID: <20010530231613.A31933@lustre.linux.in>
26679      Branch: perl
26680            ! perl.c t/run/runenv.t
26681 ____________________________________________________________________________
26682 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
26683         Log: (Retracted by #10375.)
26684              
26685              IRIX hints patch from Merijn Broeren.
26686              
26687              TODO: (this and the earlier Linux hints patch) should be solved
26688              at Configure level.  Merijn: -ldb should not be used on any platform
26689              for perl, just when linking DBFile itself. Trying to be helpful here
26690              is counterproductive.
26691      Branch: perl
26692            ! hints/irix_6.sh
26693 ____________________________________________________________________________
26694 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
26695         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
26696              From: Nicholas Clark <nick@ccl4.org>
26697              Date: Wed, 30 May 2001 23:20:58 +0100
26698              Message-ID: <20010530232058.B86445@plum.flirble.org>
26699      Branch: perl
26700            ! doop.c
26701 ____________________________________________________________________________
26702 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
26703         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
26704              From: Michael G Schwern <schwern@pobox.com> 
26705              Date: Wed, 30 May 2001 15:24:20 +0100
26706              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
26707      Branch: perl
26708            ! t/pragma/autouse.t
26709 ____________________________________________________________________________
26710 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
26711         Log: The regex trick wasn't a good idea.
26712      Branch: perl
26713            ! pod/perlfaq4.pod
26714 ____________________________________________________________________________
26715 [ 10329] By: nick                                  on 2001/05/30  18:34:35
26716         Log: Integrate mainline
26717      Branch: perlio
26718           !> (integrate 40 files)
26719 ____________________________________________________________________________
26720 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
26721         Log: Update Changes.
26722      Branch: perl
26723            ! Changes patchlevel.h
26724 ____________________________________________________________________________
26725 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
26726         Log: The metaconfig unit change for #10325.
26727      Branch: metaconfig
26728            + U/modified/afs.U
26729 ____________________________________________________________________________
26730 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
26731         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
26732              is now wrong.
26733      Branch: perl
26734            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
26735 ____________________________________________________________________________
26736 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
26737         Log: Introduce $Config{afsroot}.
26738      Branch: perl
26739            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26740            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
26741            ! win32/config.gc win32/config.vc
26742 ____________________________________________________________________________
26743 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
26744         Log: (Retracted by #10375.)
26745              
26746              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
26747      Branch: perl
26748            ! hints/linux.sh
26749 ____________________________________________________________________________
26750 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
26751         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
26752              (Also Configure tweaks needed; coming up soon.)
26753      Branch: perl
26754            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
26755 ____________________________________________________________________________
26756 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
26757         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
26758              From: Michael G Schwern <schwern@pobox.com>
26759              Date: Sun, 27 May 2001 10:29:43 +0100
26760              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
26761      Branch: perl
26762            ! lib/perl5db.pl
26763 ____________________________________________________________________________
26764 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
26765         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
26766              and Abhijit Menon-Sen.
26767      Branch: perl
26768            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
26769            ! perl.c pp_sys.c regcomp.c
26770 ____________________________________________________________________________
26771 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
26772         Log: Fix the BOOT section to call myU2time properly.
26773      Branch: perl
26774            ! ext/Time/HiRes/HiRes.xs
26775 ____________________________________________________________________________
26776 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
26777         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
26778              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
26779              Date: Wed, 30 May 2001 09:44:29 -0400
26780              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
26781              
26782              Detypo; plus add one more trick.
26783      Branch: perl
26784            ! pod/perlfaq4.pod
26785 ____________________________________________________________________________
26786 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
26787         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)
26788              From: Michael G Schwern <schwern@pobox.com>
26789              Date: Wed, 30 May 2001 14:39:06 +0100
26790              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
26791      Branch: perl
26792            ! lib/autouse.pm t/pragma/autouse.t
26793 ____________________________________________________________________________
26794 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
26795         Log: Subject: Re: AIX and gcc (moving targets)
26796              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26797              Date: Wed, 30 May 2001 15:25:08 +0200
26798              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
26799      Branch: perl
26800            ! ext/Time/HiRes/HiRes.xs
26801 ____________________________________________________________________________
26802 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
26803         Log: Subject: [PATCH t/TEST] sorting tests
26804              From: Michael G Schwern <schwern@pobox.com>
26805              Date: Wed, 30 May 2001 10:24:02 +0100
26806              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
26807      Branch: perl
26808            ! t/TEST
26809 ____________________________________________________________________________
26810 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
26811         Log: Subject: [ID 20010529.002] typos in man page perlre
26812              From: bart@cg681574-a.adubn1.nj.home.com 
26813              Date: Tue, 29 May 2001 13:58:59 -0500
26814              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
26815      Branch: perl
26816            ! pod/perlre.pod
26817 ____________________________________________________________________________
26818 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
26819         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
26820              From: "Craig A. Berry" <craigberry@mac.com>
26821              Date: Tue, 29 May 2001 23:23:45 -0500
26822              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
26823      Branch: perl
26824            ! t/lib/extutils.t t/pragma/autouse.t
26825 ____________________________________________________________________________
26826 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
26827         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)
26828              From: David Dyck <dcd@tc.fluke.com>
26829              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
26830              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
26831      Branch: perl
26832            ! t/lib/filefind.t
26833 ____________________________________________________________________________
26834 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
26835         Log: AIX hints update for gcc from Merijn H. Brand.
26836      Branch: perl
26837            ! hints/aix.sh
26838 ____________________________________________________________________________
26839 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
26840         Log: Retract #10295 and #10296: a more generic solution
26841              is needed (there's something funny with gcc on AIX).
26842      Branch: perl
26843            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
26844 ____________________________________________________________________________
26845 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
26846         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
26847              From: Hugo <hv@crypt.compulink.co.uk>
26848              Date: Wed, 30 May 2001 11:59:19 +0100
26849              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
26850              
26851              localizing $@ has unfortunate semantics - if you die past
26852              a local $@, the die message is lost.
26853      Branch: perl
26854            ! lib/utf8_heavy.pl
26855 ____________________________________________________________________________
26856 [ 10309] By: nick                                  on 2001/05/30  08:23:02
26857         Log: Integrate mainline (autouse works again.)
26858      Branch: perlio
26859           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
26860           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
26861           !> pod/perlvar.pod t/op/cmp.t
26862 ____________________________________________________________________________
26863 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
26864         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
26865              From: David Dyck <dcd@tc.fluke.com>
26866              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
26867              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
26868      Branch: perl
26869            ! lib/File/Find.pm
26870 ____________________________________________________________________________
26871 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
26872         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
26873              From: Nicholas Clark <nick@ccl4.org>
26874              Date: Tue, 29 May 2001 23:16:09 +0100
26875              Message-ID: <20010529231609.U86445@plum.flirble.org>
26876              
26877              Make the test output slightly clearer by distinguishing
26878              between '' and undef.
26879      Branch: perl
26880            ! t/op/cmp.t
26881 ____________________________________________________________________________
26882 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
26883         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
26884              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26885              Date: Tue, 29 May 2001 19:15:19 -0400
26886              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
26887      Branch: perl
26888            ! hints/os2.sh
26889 ____________________________________________________________________________
26890 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
26891         Log: Subject: perlvar.pod addition
26892              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
26893              Date: Fri, 25 May 2001 20:23:12 +0200
26894              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
26895              
26896              Subject: Re: perlvar.pod addition
26897              From: "Abigail" <abigail@foad.org> 
26898              Date: Fri, 25 May 2001 22:00:39 +0200
26899              Message-ID: <20010525200039.28029.qmail@foad.org>
26900              
26901              Mention $a and $b in perlvar.
26902      Branch: perl
26903            ! pod/perlvar.pod
26904 ____________________________________________________________________________
26905 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
26906         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
26907              From: Jeff Pinyan <jeffp@crusoe.net>
26908              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
26909              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
26910      Branch: perl
26911            ! pod/perlvar.pod
26912 ____________________________________________________________________________
26913 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
26914         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
26915              From: Jeff Pinyan <jeffp@crusoe.net>
26916              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
26917              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
26918      Branch: perl
26919            ! pod/perlfaq6.pod
26920 ____________________________________________________________________________
26921 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
26922         Log: Mention Time::localtime and Time::gmtime.
26923      Branch: perl
26924            ! ext/Time/Piece/Piece.pm
26925 ____________________________________________________________________________
26926 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
26927         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
26928              From: Michael G Schwern <schwern@pobox.com>
26929              Date: Tue, 29 May 2001 18:51:32 +0100
26930              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
26931      Branch: perl
26932            ! pod/perlfaq4.pod
26933 ____________________________________________________________________________
26934 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
26935         Log: Retract #10243.
26936      Branch: perl
26937            ! lib/autouse.pm
26938 ____________________________________________________________________________
26939 [ 10299] By: nick                                  on 2001/05/29  18:41:19
26940         Log: Post weekend integrate mainline (fails one test pragma/autouse).
26941      Branch: perlio
26942           +> (branch 29 files)
26943           !> (integrate 91 files)
26944 ____________________________________________________________________________
26945 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
26946         Log: Update Changes.
26947      Branch: perl
26948            ! Changes patchlevel.h
26949 ____________________________________________________________________________
26950 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
26951         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
26952              before Perl_load_module/Perl_call_method and restore the value
26953              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
26954      Branch: perl
26955            ! utf8.c
26956 ____________________________________________________________________________
26957 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
26958         Log: Subject: Re: AIX and gcc (moving targets)
26959              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26960              Date: Tue, 29 May 2001 17:59:40 +0200
26961              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
26962      Branch: perl
26963            ! ext/Storable/Makefile.PL
26964 ____________________________________________________________________________
26965 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
26966         Log: Subject: Re: AIX and gcc (moving targets)
26967              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26968              Date: Tue, 29 May 2001 12:32:57 +0200
26969              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
26970      Branch: perl
26971            ! ext/POSIX/Makefile.PL
26972 ____________________________________________________________________________
26973 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
26974         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
26975              From: Michael G Schwern <schwern@pobox.com>
26976              Date: Tue, 29 May 2001 09:53:29 +0100
26977              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
26978              
26979              (#10280 retracted)
26980      Branch: perl
26981            ! lib/Test/Harness.pm t/lib/test-harness.t
26982 ____________________________________________________________________________
26983 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
26984         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
26985              From: Michael G Schwern <schwern@pobox.com>
26986              Date: Tue, 29 May 2001 09:19:52 +0100
26987              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
26988      Branch: perl
26989            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
26990            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
26991            + t/lib/Test/todo.t
26992            ! MANIFEST lib/Test.pm t/TEST
26993 ____________________________________________________________________________
26994 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
26995         Log: From: Michael G Schwern <schwern@pobox.com>
26996              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
26997              Date: Tue, 29 May 2001 08:26:09 +0100
26998              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
26999      Branch: perl
27000            ! t/TEST
27001 ____________________________________________________________________________
27002 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
27003         Log: Add tests for Time::gmtime and Time::localtime.
27004      Branch: perl
27005            + t/lib/time-gmtime.t t/lib/time-localtime.t
27006            ! MANIFEST t/lib/1_compile.t
27007 ____________________________________________________________________________
27008 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
27009         Log: Add test for File::stat.
27010      Branch: perl
27011            + t/lib/filestat.t
27012            ! MANIFEST t/lib/1_compile.t
27013 ____________________________________________________________________________
27014 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
27015         Log: Add test for Net::servent.
27016      Branch: perl
27017            + t/lib/net-sent.t
27018            ! MANIFEST t/lib/1_compile.t
27019 ____________________________________________________________________________
27020 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
27021         Log: Add test for Net::protoent.
27022      Branch: perl
27023            + t/lib/net-pent.t
27024            ! MANIFEST t/lib/1_compile.t
27025 ____________________________________________________________________________
27026 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
27027         Log: Add test for Net::netent.
27028      Branch: perl
27029            + t/lib/net-nent.t
27030            ! MANIFEST t/lib/1_compile.t
27031 ____________________________________________________________________________
27032 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
27033         Log: Add test for User::grent.  Portability doubtful.
27034      Branch: perl
27035            + t/lib/user-grent.t
27036            ! MANIFEST t/lib/1_compile.t
27037 ____________________________________________________________________________
27038 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
27039         Log: Add test for User::pwent.
27040              Probably will fall down somewhere for portability reasons.
27041      Branch: perl
27042            + t/lib/user-pwent.t
27043            ! MANIFEST t/lib/1_compile.t
27044 ____________________________________________________________________________
27045 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
27046         Log: Metaconfig units changes for #10283.
27047      Branch: metaconfig
27048            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
27049            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
27050            ! U/installdirs/sitescript.U U/modified/Signal.U
27051 ____________________________________________________________________________
27052 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
27053         Log: Subject: [PATCH 5.6.1] signal names in Configure
27054              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27055              Date: Tue, 29 May 2001 03:52:25 -0400
27056              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
27057              
27058              Subject: [PATCH 5.6.1] older perl in Configure
27059              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27060              Date: Tue, 29 May 2001 03:55:40 -0400
27061              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
27062              
27063              Subject: [PATCH 5.6.1] goofs in Configure
27064              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27065              Date: Tue, 29 May 2001 04:13:07 -0400
27066              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
27067              
27068              Configure portability tweaks.
27069      Branch: perl
27070            ! Configure
27071 ____________________________________________________________________________
27072 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
27073         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
27074              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27075              Date: Tue, 29 May 2001 04:07:06 -0400
27076              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
27077      Branch: perl
27078            ! os2/os2.c
27079 ____________________________________________________________________________
27080 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
27081         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
27082              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27083              Date: Tue, 29 May 2001 04:01:38 -0400
27084              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
27085      Branch: perl
27086            ! hints/os2.sh os2/Makefile.SHs
27087 ____________________________________________________________________________
27088 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
27089         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
27090              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27091              Date: Tue, 29 May 2001 03:50:18 -0400
27092              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
27093      Branch: perl
27094            ! lib/Test/Harness.pm
27095 ____________________________________________________________________________
27096 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
27097         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
27098      Branch: perl
27099            ! lib/utf8_heavy.pl
27100 ____________________________________________________________________________
27101 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
27102         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
27103              From: Hugo <hv@crypt.compulink.co.uk>
27104              Date: Tue, 29 May 2001 03:03:45 +0100
27105              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
27106              
27107              Explanation why the $@ always gets the UTF8 flag when under use utf8--
27108              because we told it to have the flag when under use utf8.
27109      Branch: perl
27110            ! pp_ctl.c
27111 ____________________________________________________________________________
27112 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
27113         Log: At least a partial fix for 20010528.004.
27114      Branch: perl
27115            ! lib/utf8_heavy.pl
27116 ____________________________________________________________________________
27117 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
27118         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
27119              From: Nicholas Clark <nick@ccl4.org> 
27120              Date: Mon, 28 May 2001 23:39:38 +0100
27121              Message-ID: <20010528233938.M86445@plum.flirble.org>
27122              
27123              More portable non-zero UV.
27124      Branch: perl
27125            ! t/lib/extutils.t
27126 ____________________________________________________________________________
27127 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
27128         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
27129              From: Nicholas Clark <nick@ccl4.org>
27130              Date: Mon, 28 May 2001 22:46:09 +0100
27131              Message-ID: <20010528224608.L86445@plum.flirble.org>
27132              
27133              Test also "make clean".
27134      Branch: perl
27135            ! t/lib/extutils.t
27136 ____________________________________________________________________________
27137 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
27138         Log: Subject: Re: Would -Wno-unused -Wall be better?
27139              From: Michael G Schwern <schwern@pobox.com>
27140              Date: Tue, 29 May 2001 00:55:54 +0100
27141              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
27142      Branch: perl
27143            ! pp.h
27144 ____________________________________________________________________________
27145 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
27146         Log: Add a test for 20010528.007, fixed in #10272.
27147      Branch: perl
27148            ! t/op/misc.t toke.c
27149 ____________________________________________________________________________
27150 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
27151         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
27152              From: Hugo <hv@crypt.compulink.co.uk>
27153              Date: Tue, 29 May 2001 00:23:23 +0100
27154              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
27155      Branch: perl
27156            ! toke.c
27157 ____________________________________________________________________________
27158 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
27159         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
27160              From: Michael G Schwern <schwern@pobox.com>
27161              Date: Tue, 29 May 2001 00:42:59 +0100
27162              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
27163      Branch: perl
27164            ! t/pragma/autouse.t
27165 ____________________________________________________________________________
27166 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
27167         Log: Some shells seemingly arrange the signal handlers differently
27168              (bug id 20010521.004).
27169      Branch: perl
27170            ! t/lib/sigaction.t
27171 ____________________________________________________________________________
27172 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
27173         Log: Regen perlmodlib.
27174      Branch: perl
27175            ! pod/perlmodlib.pod
27176 ____________________________________________________________________________
27177 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
27178         Log: Update Changes.
27179      Branch: perl
27180            ! Changes patchlevel.h
27181 ____________________________________________________________________________
27182 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
27183         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
27184              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
27185              Date: Mon, 28 May 2001 14:56:35 -0500
27186              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
27187      Branch: perl
27188            ! pod/perlnewmod.pod
27189 ____________________________________________________________________________
27190 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
27191         Log: Regen toc.
27192      Branch: perl
27193            ! pod/perltoc.pod
27194 ____________________________________________________________________________
27195 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
27196         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
27197              From: "Richard Soderberg" <rs@crystalflame.net>
27198              Date: Mon, 28 May 2001 12:31:23 -0700
27199              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
27200      Branch: perl
27201            ! t/op/splice.t
27202 ____________________________________________________________________________
27203 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
27204         Log: The #10260 was too bold: locales and utf8 still do not mix.
27205      Branch: perl
27206            ! t/pragma/locale.t
27207 ____________________________________________________________________________
27208 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
27209         Log: Subject: [PATCH] Pod nitpicks
27210              From: "Richard Soderberg" <rs@crystalflame.net>
27211              Date: Mon, 28 May 2001 10:08:58 -0700
27212              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
27213      Branch: perl
27214            ! pod/perl571delta.pod pod/perlapi.pod sv.h
27215 ____________________________________________________________________________
27216 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
27217         Log: Upgrade to I18N::LangTags 0.22.
27218      Branch: perl
27219            + lib/I18N/LangTags/List.pod
27220            ! MANIFEST lib/I18N/LangTags.pm
27221 ____________________________________________________________________________
27222 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
27223         Log: A slightly more serious bug found by -Mutf8; op/misc and
27224              lib/complex dumped core.
27225      Branch: perl
27226            ! regexec.c
27227 ____________________________________________________________________________
27228 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
27229         Log: Various buglets shaken out by -Mutf8.
27230      Branch: perl
27231            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
27232            ! t/pragma/locale.t
27233 ____________________________________________________________________________
27234 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
27235         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
27236      Branch: perl
27237            ! t/lib/carp.t
27238 ____________________________________________________________________________
27239 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
27240         Log: Subject: [PATCH] todo patch
27241              From: Artur Bergman <artur@contiller.se> 
27242              Date: Mon, 28 May 2001 17:03:51 +0200
27243              Message-ID: <B7383577.F34%artur@contiller.se>
27244      Branch: perl
27245            ! pod/perltodo.pod
27246 ____________________________________________________________________________
27247 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
27248         Log: Subject: typo in perlguts.pod
27249              From: "John P. Linderman" <jpl@research.att.com>
27250              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
27251              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
27252      Branch: perl
27253            ! pod/perlguts.pod
27254 ____________________________________________________________________________
27255 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
27256         Log: Subject: AIX and gcc (moving targets)
27257              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27258              Date: Mon, 28 May 2001 12:54:04 +0200
27259              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
27260      Branch: perl
27261            ! hints/aix.sh
27262 ____________________________________________________________________________
27263 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
27264         Log: Subject: Re: perlio + multiple perl_alloc..destruct
27265              From: Doug MacEachern <dougm@covalent.net>
27266              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
27267              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
27268      Branch: perl
27269            ! perlio.c
27270 ____________________________________________________________________________
27271 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
27272         Log: The #10251 wasn't quite up-to-the-code.
27273      Branch: perl
27274            ! t/op/misc.t
27275 ____________________________________________________________________________
27276 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
27277         Log: Test case for bug 20010526.004, fixed in #10252.
27278      Branch: perl
27279            ! t/op/taint.t
27280 ____________________________________________________________________________
27281 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
27282         Log: Subject: Re: [ID 20010526.004] Taint looses value
27283              From: Hugo <hv@crypt.compulink.co.uk>
27284              Date: Sun, 27 May 2001 20:39:32 +0100
27285              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
27286      Branch: perl
27287            ! sv.c
27288 ____________________________________________________________________________
27289 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
27290         Log: Test case for 20010422.005, fixed by #10250.
27291      Branch: perl
27292            ! t/op/misc.t
27293 ____________________________________________________________________________
27294 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
27295         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
27296              From: Spider Boardman <spider@Orb.Nashua.NH.US>
27297              Date: Mon, 28 May 2001 06:39:12 -0400
27298              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
27299      Branch: perl
27300            ! toke.c
27301 ____________________________________________________________________________
27302 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
27303         Log: Linerewrapping.
27304      Branch: perl
27305            ! lib/open.pm
27306 ____________________________________________________________________________
27307 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
27308         Log: Updates on the modules list.
27309      Branch: perl
27310            ! t/lib/1_compile.t
27311 ____________________________________________________________________________
27312 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
27313         Log: Add a test for PerlIO.
27314              
27315              (I probably got the crlf/raw thing wrong for clrfy platforms...)
27316      Branch: perl
27317            + t/lib/perlio.t
27318            ! MANIFEST lib/PerlIO.pm
27319 ____________________________________________________________________________
27320 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
27321         Log: Add a test for carp et alia.
27322      Branch: perl
27323            + t/lib/carp.t
27324            ! MANIFEST
27325 ____________________________________________________________________________
27326 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
27327         Log: Adding the new test would be swell.
27328      Branch: perl
27329            + t/pragma/autouse.t
27330 ____________________________________________________________________________
27331 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
27332         Log: Add a test for the autouse pragma.
27333      Branch: perl
27334            ! MANIFEST
27335 ____________________________________________________________________________
27336 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
27337         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
27338              From: dLux <dlux@spam.sch.bme.hu>
27339              Date: Sun, 27 May 2001 16:14:26 +0200
27340              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
27341      Branch: perl
27342            ! lib/autouse.pm
27343 ____________________________________________________________________________
27344 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
27345         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
27346              From: "Richard Soderberg" <rs@crystalflame.net>
27347              Date: Mon, 28 May 2001 03:56:36 -0700
27348              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
27349      Branch: perl
27350            ! utils/dprofpp.PL
27351 ____________________________________________________________________________
27352 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
27353         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
27354              From: "Stephen P. Potter" <spp@spotter.yi.org>
27355              Date: Tue, 22 May 2001 11:40:25 -0400
27356              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
27357              
27358              Subject: Re: [ID 20010522.003] Time::Local module bug
27359              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
27360              Date: Tue, 22 May 2001 11:50:19 -0400
27361              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
27362      Branch: perl
27363            ! lib/Time/Local.pm
27364 ____________________________________________________________________________
27365 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
27366         Log: The PERL_DL_NONLAZY can have whitespace in front.
27367      Branch: perl
27368            ! t/lib/extutils.t
27369 ____________________________________________________________________________
27370 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
27371         Log: Document strftime() and strptime().
27372      Branch: perl
27373            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
27374 ____________________________________________________________________________
27375 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
27376         Log: Make Time::Piece::strptime() to be a function, not a method.
27377      Branch: perl
27378            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
27379 ____________________________________________________________________________
27380 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
27381         Log: Tweak the test to be more portable.
27382      Branch: perl
27383            ! t/lib/extutils.t
27384 ____________________________________________________________________________
27385 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
27386         Log: Subject: PATCH: Re: Re: Attributes that tie
27387              From: Leon Brocard <acme@astray.com>
27388              Date: Sun, 27 May 2001 12:37:29 +0100
27389              Message-ID: <20010527123729.A22663@ns0.astray.com>
27390              
27391              Document that variable attributes are not currently usable
27392              for tieing.  (An ugly limitation that should be fixed.)
27393      Branch: perl
27394            ! lib/attributes.pm
27395 ____________________________________________________________________________
27396 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
27397         Log: Microperl tweaks.
27398      Branch: perl
27399            ! Makefile.micro uconfig.h uconfig.sh
27400 ____________________________________________________________________________
27401 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
27402         Log: Add make target for microperl (kind of silly, but convenient).
27403      Branch: perl
27404            ! Makefile.SH
27405 ____________________________________________________________________________
27406 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
27407         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
27408              for microperl.)
27409      Branch: perl
27410            ! doio.c
27411 ____________________________________________________________________________
27412 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
27413         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
27414              From: rspier@pobox.com (Robert Spier)
27415              Date: Sat, 26 May 2001 20:05:23 -0400
27416              Message-ID: <15120.17603.148648.12430@rls.cx>
27417              
27418              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
27419              From: rspier@pobox.com (Robert Spier)
27420              Date: Sun, 27 May 2001 00:23:12 -0400
27421              Message-ID: <15120.33072.511966.767230@rls.cx>
27422      Branch: perl
27423            ! doio.c pod/perlfunc.pod
27424 ____________________________________________________________________________
27425 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
27426         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
27427      Branch: perl
27428            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
27429 ____________________________________________________________________________
27430 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
27431         Log: Add README.tru64.
27432      Branch: perl
27433            + README.tru64
27434 ____________________________________________________________________________
27435 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
27436         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
27437      Branch: perl
27438            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
27439            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
27440            ! MANIFEST
27441 ____________________________________________________________________________
27442 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
27443         Log: Integrate I18N::LangTags from Sean Burke.
27444              
27445              TODO: the language list from RFC 3066 needs to be integrated
27446              and made available somehow.  The list is included in the
27447              I18N-LangTags 0.21 distribution, but it is undocumented
27448              and unconnected to the module.
27449      Branch: perl
27450            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
27451            ! MANIFEST
27452 ____________________________________________________________________________
27453 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
27454         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
27455              envisioned by Sarathy.
27456      Branch: perl
27457            ! t/op/ver.t toke.c
27458 ____________________________________________________________________________
27459 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
27460         Log: Subject: [ID 20010525.001] Pod typo nits fixed
27461              From: lvirden@cas.org
27462              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
27463              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
27464              
27465              minus the perlsolaris decimation plus the
27466              
27467              Subject: Re: [ID 20010525.001] Pod typo nits fixed
27468              From: "Philip Newton" <Philip.Newton@gmx.net>
27469              Date: Fri, 25 May 2001 18:05:55 +0200
27470              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
27471      Branch: perl
27472            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
27473            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
27474            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
27475            ! pod/perlutil.pod pod/perlxstut.pod
27476 ____________________________________________________________________________
27477 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
27478         Log: return clauses are nice.
27479      Branch: perl
27480            ! sv.c
27481 ____________________________________________________________________________
27482 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
27483         Log: Subject: change 10199 backwards?
27484              From: Doug MacEachern <dougm@covalent.net>
27485              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
27486              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
27487      Branch: perl
27488            ! sv.c
27489 ____________________________________________________________________________
27490 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
27491         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
27492              From: Hugo <hv@crypt.compulink.co.uk>
27493              Date: Sat, 26 May 2001 17:05:12 +0100
27494              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
27495      Branch: perl
27496            + t/op/gmagic.t
27497            ! MANIFEST doop.c embed.h embed.pl global.sym
27498            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
27499            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
27500 ____________________________________________________________________________
27501 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
27502         Log: Regen headers for #10221.
27503      Branch: perl
27504            ! global.sym objXSUB.h perlapi.c
27505 ____________________________________________________________________________
27506 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
27507         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
27508              From: Juha Laiho <juha.laiho@Elma.Net>
27509              Date: Thu, 3 May 2001 09:51:30 +0300
27510              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
27511      Branch: perl
27512            ! embed.pl
27513 ____________________________________________________________________________
27514 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
27515         Log: Subject: Re: [PATCH] Re: stability of sort()?
27516              From: "John P. Linderman" <jpl@research.att.com>
27517              Date: Sat, 26 May 2001 13:27:19 -0400
27518              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
27519      Branch: perl
27520            ! pod/perlfunc.pod
27521 ____________________________________________________________________________
27522 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
27523         Log: Integrate perlio.
27524      Branch: perl
27525           !> pod/perlguts.pod
27526 ____________________________________________________________________________
27527 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
27528         Log: Subject: [PATCH perl@10210] PerlIO for VMS
27529              From: "Craig A. Berry" <craigberry@mac.com>
27530              Date: Sat, 26 May 2001 09:34:11 -0500
27531              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
27532      Branch: perl
27533            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
27534            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
27535            ! vms/vmsish.h
27536 ____________________________________________________________________________
27537 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
27538         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
27539              From: David Dyck <dcd@tc.fluke.com>
27540              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
27541              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
27542      Branch: perl
27543            ! lib/perl5db.pl
27544 ____________________________________________________________________________
27545 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
27546         Log: Subject: utf8 regexp tests
27547              From: Hugo <hv@crypt.compulink.co.uk>
27548              Date: Fri, 25 May 2001 22:35:01 +0100
27549              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
27550      Branch: perl
27551            ! t/op/regexp.t
27552 ____________________________________________________________________________
27553 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
27554         Log: Subject: [PATCH] Re: stability of sort()?
27555              From: Nicholas Clark <nick@ccl4.org>
27556              Date: Fri, 25 May 2001 22:40:19 +0100
27557              Message-ID: <20010525224019.B86445@plum.flirble.org>
27558      Branch: perl
27559            ! pod/perlfunc.pod
27560 ____________________________________________________________________________
27561 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
27562         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
27563              From: John Peacock <jpeacock@rowman.com>
27564              Date: Thu, 24 May 2001 22:14:01 -0400
27565              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
27566      Branch: perl
27567            ! mg.c scope.c sv.c
27568 ____________________________________________________________________________
27569 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
27570         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
27571              From: Nicholas Clark <nick@ccl4.org>
27572              Date: Sun, 20 May 2001 19:24:13 +0100
27573              Message-ID: <20010520192413.G83222@plum.flirble.org>
27574      Branch: perl
27575            + lib/ExtUtils/Constant.pm t/lib/extutils.t
27576            ! MANIFEST utils/h2xs.PL
27577 ____________________________________________________________________________
27578 [ 10212] By: nick                                  on 2001/05/26  09:49:28
27579         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
27580              add a few more notes there on use of mortals on the stack.
27581      Branch: perlio
27582            ! pod/perlguts.pod
27583 ____________________________________________________________________________
27584 [ 10211] By: nick                                  on 2001/05/26  09:05:36
27585         Log: Integrate mainline
27586      Branch: perlio
27587           +> t/lib/fcntl.t t/pragma/vars.t
27588           !> (integrate 49 files)
27589 ____________________________________________________________________________
27590 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
27591         Log: Update Changes.
27592      Branch: perl
27593            ! Changes patchlevel.h
27594 ____________________________________________________________________________
27595 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
27596         Log: Based on
27597              
27598              Subject: [PATCH pp.c] Wrapping pack("C",256)
27599              From: Simon Cozens <simon@netthink.co.uk>
27600              Date: Sat, 12 May 2001 17:58:41 +0100
27601              Message-ID: <20010512175841.A6132@netthink.co.uk>
27602      Branch: perl
27603            ! pod/perldiag.pod pp.c t/pragma/warn/pp
27604 ____________________________________________________________________________
27605 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
27606         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
27607              From: "Brendan O'Dea" <bod@compusol.com.au>
27608              Date: Fri, 25 May 2001 11:18:29 +1000
27609              Message-ID: <20010525111829.A28411@compusol.com.au>
27610              
27611              (Slightly modified.)
27612      Branch: perl
27613            ! lib/Term/Cap.pm
27614 ____________________________________________________________________________
27615 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
27616         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
27617              From: Hugo <hv@crypt.compulink.co.uk>
27618              Date: Fri, 25 May 2001 02:13:25 +0100
27619              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
27620      Branch: perl
27621            ! t/op/misc.t
27622 ____________________________________________________________________________
27623 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
27624         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
27625              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
27626              Date: Fri, 25 May 2001 10:25:36 +0900
27627              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
27628      Branch: perl
27629            ! regcomp.c regexec.c
27630 ____________________________________________________________________________
27631 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
27632         Log: Subject: [PATCH #2] stash autovivification and method call error messages
27633              From: Ilmari Karonen <iltzu@sci.fi>
27634              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
27635              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
27636      Branch: perl
27637            ! gv.c pp_hot.c t/op/method.t
27638 ____________________________________________________________________________
27639 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
27640         Log: Add make target and documentation for gprof profiling.
27641      Branch: perl
27642            ! Makefile.SH pod/perlhack.pod
27643 ____________________________________________________________________________
27644 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
27645         Log: Subject: Don't think about UTF8 
27646              From: Mike Guy <mjtg@cam.ac.uk> 
27647              Date: Tue, 22 May 2001 14:35:39 +0100
27648              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
27649      Branch: perl
27650            ! sv.h
27651 ____________________________________________________________________________
27652 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
27653         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
27654              From: Geraint A Edwards <gedge@serf.org> 
27655              Date: Thu, 24 May 2001 22:51:24 +0100
27656              Message-Id: <20010524225124.A34981@cymru.serf.org>
27657      Branch: perl
27658            ! x2p/find2perl.PL
27659 ____________________________________________________________________________
27660 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
27661         Log: DB_File has its own attribute story.
27662      Branch: perl
27663            ! ext/DB_File/DB_File.xs
27664 ____________________________________________________________________________
27665 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
27666         Log: Subject: Re: Making perl with -Wall
27667              From: Andy Dougherty <doughera@lafayette.edu>
27668              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
27669              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
27670      Branch: perl
27671            ! perl.h
27672 ____________________________________________________________________________
27673 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
27674         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
27675              From: "Richard Soderberg" <rs@crystalflame.net>
27676              Date: Thu, 24 May 2001 08:58:16 -0700
27677              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
27678      Branch: perl
27679            ! sv.c
27680 ____________________________________________________________________________
27681 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
27682         Log: IV/UV casting fixes from Nicholas Clark.
27683      Branch: perl
27684            ! perl.h pp_sys.c util.c
27685 ____________________________________________________________________________
27686 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
27687         Log: Subject: Re: Making perl with -Wall
27688              From: Michael G Schwern <schwern@pobox.com>
27689              Date: Thu, 24 May 2001 15:40:28 +0100
27690              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
27691      Branch: perl
27692            ! malloc.c perl.h
27693 ____________________________________________________________________________
27694 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
27695         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
27696              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27697              Date: Tue, 22 May 2001 11:49:37 +0200
27698              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
27699      Branch: metaconfig
27700            ! U/modified/Oldsym.U
27701      Branch: metaconfig/U/perl
27702            ! patchlevel.U
27703      Branch: perl
27704            ! Configure config_h.SH myconfig.SH
27705 ____________________________________________________________________________
27706 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
27707         Log: Under versiononly install also the scripts with the version suffix.
27708              (e.g. .../bin/h2xs5.7.1)
27709      Branch: perl
27710            ! installperl
27711 ____________________________________________________________________________
27712 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
27713         Log: Subject: [PATCH] Stop segfault in mg.c:636
27714              From: "Richard Soderberg" <rs@crystalflame.net>
27715              Date: Thu, 24 May 2001 05:51:52 -0700
27716              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
27717      Branch: perl
27718            ! mg.c
27719 ____________________________________________________________________________
27720 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
27721         Log: Iteration continues; hopefully convergently.
27722      Branch: perl
27723            ! t/lib/b-stash.t
27724 ____________________________________________________________________________
27725 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
27726         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
27727              From: Gisle Aas <gisle@ActiveState.com>
27728              Date: 23 May 2001 16:13:10 -0700
27729              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
27730      Branch: perl
27731            ! op.c toke.c
27732 ____________________________________________________________________________
27733 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
27734         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
27735              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
27736              Date: Thu, 24 May 2001 05:05:22 -0500
27737              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
27738      Branch: perl
27739            ! lib/dumpvar.pl lib/perl5db.pl
27740 ____________________________________________________________________________
27741 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
27742         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
27743              From: David Dyck <dcd@tc.fluke.com>
27744              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
27745              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
27746      Branch: perl
27747            ! lib/perl5db.pl
27748 ____________________________________________________________________________
27749 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
27750         Log: Tiny pod nits on READMEs, mostly whitespace issues.
27751      Branch: perl
27752            ! README.amiga README.dos README.macos README.mpeix README.vmesa
27753            ! README.win32
27754 ____________________________________________________________________________
27755 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
27756         Log: The DG/UX part of the 20010521.005.
27757      Branch: perl
27758            ! README.dgux
27759 ____________________________________________________________________________
27760 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
27761         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
27762              From: Hugo <hv@crypt.compulink.co.uk>
27763              Date: Mon, 21 May 2001 16:32:02 +0100
27764              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
27765      Branch: perl
27766            ! regcomp.c t/op/misc.t
27767 ____________________________________________________________________________
27768 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
27769         Log: Subject: [PATCH] Extra UNIVERSAL tests
27770              From: Mike Guy <mjtg@cam.ac.uk>
27771              Date: Wed, 23 May 2001 12:29:20 +0100
27772              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
27773      Branch: perl
27774            ! t/op/universal.t
27775 ____________________________________________________________________________
27776 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
27777         Log: Subject: [PATCH] Remove EQ keyword
27778              From: Mike Guy <mjtg@cam.ac.uk>
27779              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
27780              Date: Wed, 23 May 2001 11:17:29 +0100
27781      Branch: perl
27782            ! keywords.h keywords.pl
27783 ____________________________________________________________________________
27784 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
27785         Log: Subject: [PATCH] lib/perl5db.pl
27786              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
27787              Date: Wed, 23 May 2001 02:18:03 -0500
27788              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
27789      Branch: perl
27790            ! lib/perl5db.pl
27791 ____________________________________________________________________________
27792 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
27793         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
27794              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
27795              Date: Tue, 22 May 2001 23:34:41 -0500
27796              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
27797      Branch: perl
27798            ! lib/Term/Cap.pm
27799 ____________________________________________________________________________
27800 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
27801         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
27802              From: davem@fdgroup.co.uk
27803              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
27804              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
27805      Branch: perl
27806            ! emacs/e2ctags.pl
27807 ____________________________________________________________________________
27808 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
27809         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
27810              From: Michael G Schwern <schwern@pobox.com>
27811              Date: Tue, 22 May 2001 14:15:09 +0100
27812              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
27813      Branch: perl
27814            ! lib/vars.pm
27815 ____________________________________________________________________________
27816 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
27817         Log: Subject: [PATCH lib/vars.pm] Odd code nit
27818              From: Michael G Schwern <schwern@pobox.com>
27819              Date: Tue, 22 May 2001 14:14:28 +0100
27820              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
27821      Branch: perl
27822            ! lib/vars.pm
27823 ____________________________________________________________________________
27824 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
27825         Log: Use the new use vars feature.
27826      Branch: perl
27827            ! t/lib/b-stash.t
27828 ____________________________________________________________________________
27829 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
27830         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
27831              From: Mike Guy <mjtg@cam.ac.uk>
27832              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27833              Date: Tue, 22 May 2001 13:11:39 +0100
27834      Branch: perl
27835            + t/pragma/vars.t
27836            ! MANIFEST lib/vars.pm t/lib/1_compile.t
27837 ____________________________________________________________________________
27838 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
27839         Log: -qlongdouble considered harmful by Merijn.
27840      Branch: perl
27841            ! hints/aix.sh
27842 ____________________________________________________________________________
27843 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
27844         Log: Update Changes.
27845      Branch: perl
27846            ! Changes patchlevel.h
27847 ____________________________________________________________________________
27848 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
27849         Log: Add a test of its very own for Fcntl.  Hopefully portable.
27850      Branch: perl
27851            + t/lib/fcntl.t
27852            ! MANIFEST
27853 ____________________________________________________________________________
27854 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
27855         Log: Must be trickier for 'minitest' not to die.
27856      Branch: perl
27857            ! t/op/taint.t
27858 ____________________________________________________________________________
27859 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
27860         Log: Can't declare other people's variables.
27861      Branch: perl
27862            ! t/lib/b-stash.t
27863 ____________________________________________________________________________
27864 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
27865         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
27866      Branch: perl
27867            ! doio.c t/op/taint.t
27868 ____________________________________________________________________________
27869 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
27870         Log: The OS/2 variable needs to be declared.
27871      Branch: perl
27872            ! t/lib/b-stash.t
27873 ____________________________________________________________________________
27874 [ 10170] By: nick                                  on 2001/05/20  16:48:29
27875         Log: Integrate mainline
27876      Branch: perlio
27877           !> (integrate 41 files)
27878 ____________________________________________________________________________
27879 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
27880         Log: Small perlsec updates: clarify the taintedness of filename
27881              globbing; suggest using Scalar::Util::tainted().
27882      Branch: perl
27883            ! pod/perlsec.pod
27884 ____________________________________________________________________________
27885 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
27886         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
27887              From: Dave Mitchell <davem@fdgroup.co.uk>
27888              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
27889              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
27890      Branch: perl
27891            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
27892            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
27893            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
27894            ! xsutils.c
27895 ____________________________________________________________________________
27896 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
27897         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
27898              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27899              Date: Sat, 19 May 2001 04:08:46 -0400
27900              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
27901      Branch: perl
27902            ! lib/ExtUtils/Mksymlists.pm makedef.pl
27903 ____________________________________________________________________________
27904 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
27905         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
27906              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27907              Date: Sat, 19 May 2001 04:30:45 -0400
27908              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
27909      Branch: perl
27910            ! os2/os2.c
27911 ____________________________________________________________________________
27912 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
27913         Log: Subject: [PATCH 5.6.1] build bugs OS/2
27914              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27915              Date: Sat, 19 May 2001 04:35:28 -0400
27916              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
27917      Branch: perl
27918            ! os2/Makefile.SHs os2/os2.c
27919 ____________________________________________________________________________
27920 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
27921         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
27922              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27923              Date: Sat, 19 May 2001 04:04:23 -0400
27924              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
27925              
27926              (In bleadperl patched b-stash.t instead of b.t)
27927      Branch: perl
27928            ! t/lib/b-stash.t t/lib/bigfltpm.t
27929 ____________________________________________________________________________
27930 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
27931         Log: Subject: [PATCH 5.6.1] perl5db
27932              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27933              Date: Sat, 19 May 2001 03:49:09 -0400
27934              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
27935      Branch: perl
27936            ! lib/perl5db.pl
27937 ____________________________________________________________________________
27938 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
27939         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
27940              From: Gisle Aas <gisle@ActiveState.com>
27941              Date: 18 May 2001 14:24:51 -0700
27942              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
27943      Branch: perl
27944            ! pp_ctl.c
27945 ____________________________________________________________________________
27946 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
27947         Log: Subject: [PATCH] Chomp should not always stringify
27948              From: Gisle Aas <gisle@ActiveState.com>
27949              Date: 18 May 2001 07:55:25 -0700
27950              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
27951      Branch: perl
27952            ! doop.c t/op/chop.t
27953 ____________________________________________________________________________
27954 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
27955         Log: Integrate perlio.
27956      Branch: perl
27957           !> pod/perlfunc.pod
27958 ____________________________________________________________________________
27959 [ 10159] By: nick                                  on 2001/05/20  09:39:46
27960         Log: Document some more of open's features.
27961      Branch: perlio
27962            ! pod/perlfunc.pod
27963 ____________________________________________________________________________
27964 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
27965         Log: back out change#10153 (it has compatibility issues such as the
27966              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
27967              benefit for 5.6.x doesn't seem worth the risk)
27968      Branch: maint-5.6/perl
27969            ! toke.c
27970 ____________________________________________________________________________
27971 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
27972         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
27973      Branch: perl
27974            ! x2p/s2p.PL
27975 ____________________________________________________________________________
27976 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
27977         Log: Update Changes.
27978      Branch: perl
27979            ! Changes patchlevel.h
27980 ____________________________________________________________________________
27981 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
27982         Log: Integrate change #10144 from maintperl.
27983              
27984              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
27985      Branch: perl
27986           !> win32/config.bc win32/config.gc win32/config.vc
27987           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
27988 ____________________________________________________________________________
27989 [ 10154] By: nick                                  on 2001/05/18  07:23:03
27990         Log: Integrate mainline.
27991      Branch: perlio
27992           +> README.dgux t/lib/i18n-collate.t utils.lst
27993           !> (integrate 49 files)
27994 ____________________________________________________________________________
27995 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
27996         Log: Integrate change #7224 from mainline into maintperl.
27997              
27998              Allow @+ and @- to be doublequoted, from Simon Cozens. 
27999              (Approved by Larry, see Tom's comment in 20000830.005.)
28000      Branch: maint-5.6/perl
28001           !> toke.c
28002 ____________________________________________________________________________
28003 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
28004         Log: Subject: [PATCH bleadperl] small lookbehind fix
28005              From: Hugo <hv@crypt.compulink.co.uk>
28006              Date: Fri, 18 May 2001 00:07:19 +0100
28007              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
28008      Branch: perl
28009            ! regexec.c
28010 ____________________________________________________________________________
28011 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
28012         Log: Detypos.
28013      Branch: perl
28014            ! installman utils.lst
28015 ____________________________________________________________________________
28016 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
28017         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
28018              in 20001222.001.
28019      Branch: perl
28020            ! t/lib/glob-basic.t
28021 ____________________________________________________________________________
28022 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
28023         Log: Subject: [PATCH] Test for bug 20010515.004
28024              From: Benjamin Sugars <bsugars@canoe.ca>
28025              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
28026              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
28027      Branch: perl
28028            ! t/op/misc.t
28029 ____________________________________________________________________________
28030 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
28031         Log: Integrate #10145 from maintperl.
28032              
28033              fix for ID 20010515.004 (needs test)
28034      Branch: perl
28035           !> pp_hot.c
28036 ____________________________________________________________________________
28037 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
28038         Log: Thinko noticed by Doug MacEachern.
28039      Branch: perl
28040            ! thread.h
28041 ____________________________________________________________________________
28042 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
28043         Log: Subject: Re: [PATCH] HERE mark in regex
28044              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
28045              Date: Thu, 17 May 2001 12:20:33 -0400
28046              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
28047      Branch: perl
28048            ! t/op/re_tests
28049 ____________________________________________________________________________
28050 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
28051         Log: fix for ID 20010515.004 (needs test)
28052      Branch: maint-5.6/perl
28053            ! pp_hot.c
28054 ____________________________________________________________________________
28055 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
28056         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
28057      Branch: maint-5.6/perl
28058            ! win32/config.bc win32/config.gc win32/config.vc
28059            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
28060 ____________________________________________________________________________
28061 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
28062         Log: Macrofy the getspecific (and use it also in util.c)
28063      Branch: perl
28064            ! thread.h util.c
28065 ____________________________________________________________________________
28066 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
28067         Log: Use the unchecked thread-specific key fetch also in Tru64.
28068      Branch: perl
28069            ! thread.h
28070 ____________________________________________________________________________
28071 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
28072         Log: Subject: [PATCH 5.6.1]Quick thread speedup
28073              From: Dan Sugalski <dan@sidhe.org> 
28074              Date: Wed, 16 May 2001 18:05:19 -0400
28075              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
28076      Branch: perl
28077            ! thread.h util.c
28078 ____________________________________________________________________________
28079 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
28080         Log: I think this is quite enough testing for a deprecated feature.
28081      Branch: perl
28082            + t/lib/i18n-collate.t
28083            ! MANIFEST t/lib/1_compile.t
28084 ____________________________________________________________________________
28085 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
28086         Log: More HP-UX lore from Jeff Okamoto.
28087      Branch: perl
28088            ! README.hpux
28089 ____________________________________________________________________________
28090 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
28091         Log: Sort utils.lst for easier maintenance.
28092      Branch: perl
28093            ! utils.lst
28094 ____________________________________________________________________________
28095 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
28096         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
28097              From: Tim Jenness <t.jenness@jach.hawaii.edu>
28098              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
28099              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
28100              
28101              Add pod2latex to utils.lst.
28102      Branch: perl
28103            ! MANIFEST utils.lst
28104 ____________________________________________________________________________
28105 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
28106         Log: Subject: Re: [PATCH] HERE mark in regex
28107              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
28108              Date: Wed, 16 May 2001 13:04:43 -0400
28109              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
28110      Branch: perl
28111            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
28112            ! t/op/regmesg.t t/pragma/warn/regcomp
28113 ____________________________________________________________________________
28114 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
28115         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
28116              From: Simon Cozens <simon@netthink.co.uk>
28117              Date: Wed, 16 May 2001 18:02:08 +0100
28118              Message-ID: <20010516180208.A6458@netthink.co.uk>
28119      Branch: perl
28120            ! installman utils.lst
28121 ____________________________________________________________________________
28122 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
28123         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
28124              From: "Philip Newton" <pnewton@gmx.de>
28125              Date: Tue, 15 May 2001 15:09:30 +0200
28126              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
28127              
28128              Test case for #10128.
28129      Branch: perl
28130            ! t/pragma/warn/pp_hot
28131 ____________________________________________________________________________
28132 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
28133         Log: Update Changes.
28134      Branch: perl
28135            ! Changes patchlevel.h
28136 ____________________________________________________________________________
28137 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
28138         Log: Deprecate pseudo-hashes.
28139      Branch: perl
28140            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
28141 ____________________________________________________________________________
28142 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
28143         Log: HP-UX hints update from Merijn.
28144      Branch: perl
28145            ! hints/hpux.sh
28146 ____________________________________________________________________________
28147 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
28148         Log: README.hpux update from Merijn.
28149      Branch: perl
28150            ! README.hpux
28151 ____________________________________________________________________________
28152 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
28153         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
28154              From: Simon Cozens <simon@netthink.co.uk>
28155              Date: Wed, 16 May 2001 15:57:55 +0100
28156              Message-ID: <20010516155755.A4728@netthink.co.uk>
28157      Branch: perl
28158            + utils.lst
28159            ! MANIFEST installman installperl
28160 ____________________________________________________________________________
28161 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
28162         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
28163              From: "Philip Newton" <pnewton@gmx.de>
28164              Date: Tue, 15 May 2001 16:31:05 +0200
28165              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
28166              
28167              Fix PERL_Y2KWARN test to check before rather than after appending.
28168      Branch: perl
28169            ! pp_hot.c
28170 ____________________________________________________________________________
28171 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
28172         Log: Regen Porting stuff.
28173      Branch: perl
28174            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28175            ! config_h.SH
28176 ____________________________________________________________________________
28177 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
28178         Log: Metaconfig unit change for #10125.
28179      Branch: metaconfig
28180            ! U/modified/Oldconfig.U
28181 ____________________________________________________________________________
28182 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
28183         Log: Use OSVERS.
28184      Branch: perl
28185            ! Configure config_h.SH perl.c
28186 ____________________________________________________________________________
28187 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
28188         Log: Regen toc.
28189      Branch: perl
28190            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
28191 ____________________________________________________________________________
28192 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
28193         Log: Adding the README.dgux to the MANIFEST would be a good idea.
28194      Branch: perl
28195            ! MANIFEST
28196 ____________________________________________________________________________
28197 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
28198         Log: Move the stack desire definition to thread.h.
28199      Branch: perl
28200            ! ext/Thread/Thread.xs thread.h
28201 ____________________________________________________________________________
28202 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
28203         Log: DG-UX threading patches, including a README.dgux,
28204              from Takis Psarogiannakopoulos.
28205      Branch: perl
28206            + README.dgux
28207            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
28208 ____________________________________________________________________________
28209 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
28210         Log: Subject: [PATCH B::Deparse] More on /x regexes
28211              From: Robin Houston <robin@kitsite.com>
28212              Date: Tue, 15 May 2001 19:09:35 +0100
28213              Message-ID: <20010515190935.A27268@penderel>
28214      Branch: perl
28215            ! ext/B/B/Deparse.pm
28216 ____________________________________________________________________________
28217 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
28218         Log: Document that the core time() may be rounding rather
28219              than truncating, would have saved at least my confusion.
28220      Branch: perl
28221            ! ext/Time/HiRes/HiRes.pm
28222 ____________________________________________________________________________
28223 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
28224         Log: Subject: perl-current/t/time-hires.t
28225              From: John Peacock <jpeacock@rowman.com>
28226              Date: Fri, 11 May 2001 14:09:41 -0400
28227              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
28228      Branch: perl
28229            ! t/lib/time-hires.t
28230 ____________________________________________________________________________
28231 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
28232         Log: Subject: [PATCH dump.c] Op private flags
28233              From: Simon Cozens <simon@netthink.co.uk>
28234              Date: Sun, 13 May 2001 20:20:36 +0100
28235              Message-ID: <20010513202036.A21896@netthink.co.uk>
28236      Branch: perl
28237            ! dump.c
28238 ____________________________________________________________________________
28239 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
28240         Log: Upgrade to Switch 2.03.
28241      Branch: perl
28242            ! lib/Switch.pm
28243 ____________________________________________________________________________
28244 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
28245         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
28246              to PERL_CONFIG_SH and use it consistently.
28247      Branch: maint-5.6/perl
28248           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
28249           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
28250           !> myconfig.SH writemain.SH
28251 ____________________________________________________________________________
28252 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
28253         Log: Metaconfig units changes for #10113.
28254      Branch: metaconfig
28255            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
28256 ____________________________________________________________________________
28257 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
28258         Log: The problem described in 20010514.031 still wasn't
28259              fully cured, there were remnants of $CONFIG when
28260              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
28261              to avoid future conflicts.
28262      Branch: perl
28263            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
28264            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
28265            ! myconfig.SH writemain.SH
28266 ____________________________________________________________________________
28267 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
28268         Log: Half of #10107 got lost.
28269      Branch: perl
28270            ! ext/B/B/Deparse.pm
28271 ____________________________________________________________________________
28272 [ 10111] By: nick                                  on 2001/05/15  08:39:14
28273         Log: Integrate mainline.
28274      Branch: perlio
28275           +> ext/POSIX/hints/uts.pl
28276            - Todo Todo-5.6 t/camel-III/vstring.t
28277           !> (integrate 48 files)
28278 ____________________________________________________________________________
28279 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
28280         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
28281              From: Robin Houston <robin@kitsite.com>
28282              Date: Mon, 14 May 2001 22:27:08 +0100
28283              Message-ID: <20010514222708.A22963@penderel>
28284      Branch: perl
28285            ! t/TestInit.pm
28286 ____________________________________________________________________________
28287 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
28288         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
28289              From: Robin Houston <robin@kitsite.com>
28290              Date: Mon, 14 May 2001 22:16:43 +0100
28291              Message-ID: <20010514221643.A22437@penderel>
28292      Branch: perl
28293            ! ext/B/B/Deparse.pm
28294 ____________________________________________________________________________
28295 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
28296         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
28297              From: Robin Houston <robin@kitsite.com>
28298              Date: Mon, 14 May 2001 22:03:44 +0100
28299              Message-ID: <20010514220344.A20643@penderel>
28300      Branch: perl
28301            ! ext/B/B/Deparse.pm
28302 ____________________________________________________________________________
28303 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
28304         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
28305              From: Robin Houston <robin@kitsite.com>
28306              Date: Mon, 14 May 2001 22:10:07 +0100
28307              Message-ID: <20010514221007.A21118@penderel>
28308      Branch: perl
28309            ! ext/B/B/Deparse.pm
28310 ____________________________________________________________________________
28311 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
28312         Log: Fix for 20010514.037; substr() didn't invalidate the locale
28313              collation magic.
28314      Branch: perl
28315            ! pp.c
28316 ____________________________________________________________________________
28317 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
28318         Log: Update Changes.
28319      Branch: perl
28320            ! Changes patchlevel.h
28321 ____________________________________________________________________________
28322 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
28323         Log: Retract #10094.
28324      Branch: perl
28325            ! lib/Pod/Text.pm
28326 ____________________________________________________________________________
28327 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
28328         Log: Integrate change #10100 from maintperl.
28329              
28330              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
28331              bug ID 20010514.027)
28332      Branch: perl
28333           !> mg.c pp_ctl.c
28334 ____________________________________________________________________________
28335 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
28336         Log: Document the deprecatedness of suidperl.
28337      Branch: perl
28338            ! INSTALL pod/perlfaq1.pod
28339 ____________________________________________________________________________
28340 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
28341         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
28342              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
28343              Date: Mon, 14 May 2001 09:38:59 -0400
28344              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
28345      Branch: perl
28346            ! lib/ExtUtils/MM_Unix.pm
28347 ____________________________________________________________________________
28348 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
28349         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
28350              bug ID 20010514.027)
28351              
28352              TODO: this needs a testsuite addition
28353      Branch: maint-5.6/perl
28354            ! mg.c pp_ctl.c
28355 ____________________________________________________________________________
28356 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
28357         Log: More DWIMminess for Class::Struct: calling the array or hash
28358              accessors only with one argument, an array or a hash reference,
28359              sets the underlying array or hash.  This mirrors nicely also
28360              the usage in the constructor.
28361              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
28362      Branch: perl
28363            ! lib/Class/Struct.pm t/lib/class-struct.t
28364 ____________________________________________________________________________
28365 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
28366         Log: Reference cmp'ing should go through the whole stringification
28367              process shebang, as pointed out by Sarathy in #10091.
28368      Branch: perl
28369            ! pp.c
28370 ____________________________________________________________________________
28371 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
28372         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
28373              From: Simon Cozens <simon@netthink.co.uk>
28374              Date: Sat, 12 May 2001 16:36:27 +0100
28375              Message-ID: <20010512163627.A5522@netthink.co.uk>
28376              
28377              with some additions salvaged from Todo and Todo-5.6 before
28378              retiring them.
28379      Branch: perl
28380            - Todo Todo-5.6
28381            ! MANIFEST pod/perltodo.pod
28382 ____________________________________________________________________________
28383 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
28384         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
28385              From: "Golubev I. N." <gin@mo.msk.ru>
28386              Date: Mon, 07 May 2001 14:33:34 (GMT)
28387              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
28388      Branch: perl
28389            ! perl.h
28390 ____________________________________________________________________________
28391 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
28392         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
28393              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
28394              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
28395              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
28396      Branch: perl
28397            ! lib/ExtUtils/MM_Unix.pm
28398 ____________________________________________________________________________
28399 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
28400         Log: (Retracted by #10104.)
28401              
28402              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
28403              From: barries <barries@slaysys.com>
28404              Date: Sat, 12 May 2001 01:28:10 -0400
28405              Message-ID: <20010512012810.B26358@jester.slaysys.com>
28406      Branch: perl
28407            ! lib/Pod/Text.pm
28408 ____________________________________________________________________________
28409 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
28410         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
28411              From: Mike Guy <mjtg@cam.ac.uk>
28412              Date: Sat, 12 May 2001 19:24:33 +0100
28413              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
28414      Branch: perl
28415            ! lib/AutoSplit.pm
28416 ____________________________________________________________________________
28417 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
28418         Log: Yet another HP-UX hints tweak from Merijn.
28419      Branch: perl
28420            ! hints/hpux.sh
28421 ____________________________________________________________________________
28422 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
28423         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
28424              isn't defined (changes#9366,9368,9370 from mainline without the
28425              pp_scmp() change)
28426      Branch: maint-5.6/perl
28427            ! pp.c pp.h pp_hot.c
28428 ____________________________________________________________________________
28429 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
28430         Log: The sorting seems to happen now automatically.
28431      Branch: perl
28432            ! t/lib/glob-basic.t
28433 ____________________________________________________________________________
28434 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
28435         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
28436              From: Benjamin Sugars <bsugars@canoe.ca>
28437              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
28438              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
28439      Branch: perl
28440            ! pod/perlfunc.pod
28441 ____________________________________________________________________________
28442 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
28443         Log: Subject: Re: undef(&foo) does not work for XS functions
28444              From: Doug MacEachern <dougm@covalent.net>
28445              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
28446              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
28447      Branch: perl
28448            ! op.c
28449 ____________________________________________________________________________
28450 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
28451         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
28452              From: Peter Prymmer <pvhp@forte.com>
28453              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
28454              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
28455      Branch: perl
28456            ! t/op/append.t
28457 ____________________________________________________________________________
28458 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
28459         Log: Update Changes.
28460      Branch: perl
28461            ! Changes patchlevel.h
28462 ____________________________________________________________________________
28463 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
28464         Log: Remove the 'asciir' re subpragma.  Should instead implement
28465              the 'physical vs logical' range scheme:
28466              
28467              \xAA-\xCC is a native physical range, you want that range of
28468              codepoints in your native encoding.  In EBCDIC the codepoints
28469              in the gaps (between i-j and r-s) should be included.
28470              
28471              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
28472              codepoints in Unicode.
28473              
28474              a-z is a logical range, you want that range of 'logical' codepoints
28475              in your native encoding.  In EBCDIC the codepoints in the gaps
28476              (between i-j and r-s) should not be included.
28477              
28478              Mixed cases (a-\xAA, etc) should either be errors, or maybe
28479              the 'logical' endpoints should be converted to native/Unicode
28480              codepoints, and the range handled as a physical range.
28481              
28482              'Logical endpoints' are to be recognized only in the A-Z, a-z,
28483              and 0-9 ranges.  Probably a warning should be given for mixed
28484              cases like A-z or a-9 (since such expressions are encoding
28485              dependent), with a recommendation to use physical ranges.
28486      Branch: perl
28487            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
28488            ! t/op/regexp.t
28489 ____________________________________________________________________________
28490 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
28491         Log: Make the test to cleanup the test directory tree
28492              both before and after the testing so that we always
28493              have a clean slate to work with.
28494      Branch: perl
28495            ! t/lib/filefind.t
28496 ____________________________________________________________________________
28497 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
28498         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
28499              From: Jon Eveland <jweveland@yahoo.com>
28500              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
28501              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
28502      Branch: perl
28503            ! pod/perlfunc.pod
28504 ____________________________________________________________________________
28505 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
28506         Log: Merge the camel-III/vstring.t with op/ver.t.
28507      Branch: perl
28508            - t/camel-III/vstring.t
28509            ! MANIFEST t/TEST t/harness t/op/ver.t
28510 ____________________________________________________________________________
28511 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
28512         Log: Add test.deparse make target.
28513      Branch: perl
28514            ! Makefile.SH
28515 ____________________________________________________________________________
28516 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
28517         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
28518              From: Robin Houston <robin@kitsite.com>
28519              Date: Fri, 11 May 2001 12:02:22 +0100
28520              Message-ID: <20010511120222.A11529@penderel>
28521      Branch: perl
28522            ! ext/B/B/Deparse.pm t/op/method.t
28523 ____________________________________________________________________________
28524 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
28525         Log: A nicely working combination for UTS from Hal Morris.
28526      Branch: perl
28527            + ext/POSIX/hints/uts.pl
28528            ! MANIFEST hints/uts.sh
28529 ____________________________________________________________________________
28530 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
28531         Log: i_ieeefp=undef for UTS.
28532      Branch: perl
28533            ! hints/uts.sh
28534 ____________________________________________________________________________
28535 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
28536         Log: Subject: RE: rand(0) is rand(1)
28537              From: Larry Shatzer <lshatzer@islanddata.com>
28538              Date: Thu, 10 May 2001 11:09:27 -0700
28539              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
28540      Branch: perl
28541            ! pod/perlfunc.pod
28542 ____________________________________________________________________________
28543 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
28544         Log: Subject: [patch] make op_{clear,null} public
28545              From: Doug MacEachern <dougm@covalent.net>
28546              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
28547              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
28548      Branch: perl
28549            ! embed.h embed.pl op.c proto.h
28550 ____________________________________________________________________________
28551 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
28552         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
28553              From: Robin Houston <robin@kitsite.com>
28554              Date: Thu, 10 May 2001 18:54:59 +0100
28555              Message-ID: <20010510185459.A5995@penderel>
28556      Branch: perl
28557            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
28558 ____________________________________________________________________________
28559 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
28560         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
28561              From: Robin Houston <robin@kitsite.com>
28562              Date: Thu, 10 May 2001 12:56:39 +0100
28563              Message-ID: <20010510125639.A2119@penderel>
28564      Branch: perl
28565            ! ext/B/B/Deparse.pm
28566 ____________________________________________________________________________
28567 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
28568         Log: Retract #10070, not ready yet.
28569      Branch: perl
28570            ! ext/B/B/Deparse.pm
28571 ____________________________________________________________________________
28572 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
28573         Log: The metaconfig unit change for #10071.
28574      Branch: metaconfig
28575            ! U/modified/mallocsrc.U
28576 ____________________________________________________________________________
28577 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
28578         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
28579      Branch: perl
28580            ! Configure
28581 ____________________________________________________________________________
28582 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
28583         Log: (Retracted by #10073)
28584              
28585              Subject: Re: [PATCH t/TEST] B::Deparse tester 
28586              From: Hugo <hv@crypt.compulink.co.uk>
28587              Date: Thu, 10 May 2001 05:48:09 +0100
28588              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
28589      Branch: perl
28590            ! ext/B/B/Deparse.pm
28591 ____________________________________________________________________________
28592 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
28593         Log: Add a for(func()) test.
28594      Branch: perl
28595            ! t/cmd/for.t
28596 ____________________________________________________________________________
28597 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
28598         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
28599              From: Robin Houston <robin@kitsite.com>
28600              Date: Thu, 10 May 2001 13:50:08 +0100
28601              Message-ID: <20010510135008.A2454@penderel>
28602      Branch: perl
28603            ! ext/B/B/Deparse.pm
28604 ____________________________________________________________________________
28605 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
28606         Log: A thinko in #10065.
28607      Branch: perl
28608            ! hv.c
28609 ____________________________________________________________________________
28610 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
28611         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
28612              From: Robin Houston <robin@kitsite.com>
28613              Date: Thu, 10 May 2001 02:10:34 +0100
28614              Message-ID: <20010510021034.A19421@penderel>
28615      Branch: perl
28616            ! ext/B/B.xs ext/B/B/Deparse.pm
28617 ____________________________________________________________________________
28618 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
28619         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
28620              From: Doug MacEachern <dougm@covalent.net>
28621              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
28622              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
28623      Branch: perl
28624            ! hv.c
28625 ____________________________________________________________________________
28626 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
28627         Log: One more workaround for the UTS compiler from Hal Morris.
28628      Branch: perl
28629            ! perl.h
28630 ____________________________________________________________________________
28631 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
28632         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
28633              From: Robin Houston <robin@kitsite.com>
28634              Date: Thu, 10 May 2001 01:02:08 +0100
28635              Message-ID: <20010510010208.A18200@penderel>
28636      Branch: perl
28637            ! ext/B/B/Debug.pm
28638 ____________________________________________________________________________
28639 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
28640         Log: Subject: [PATCH] Simplify deb_curcv() a bit
28641              From: Benjamin Sugars <bsugars@canoe.ca>
28642              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
28643              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
28644      Branch: perl
28645            ! run.c
28646 ____________________________________________________________________________
28647 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
28648         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
28649              From: Benjamin Sugars <bsugars@canoe.ca>
28650              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
28651              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
28652      Branch: perl
28653            ! t/lib/io_scalar.t
28654 ____________________________________________________________________________
28655 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
28656         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
28657              From: Peter Prymmer <pvhp@forte.com>
28658              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
28659              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
28660      Branch: perl
28661            ! t/lib/md5-file.t
28662 ____________________________________________________________________________
28663 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
28664         Log: Subject: [PATCH t/TEST] B::Deparse tester
28665              From: Robin Houston <robin@kitsite.com>
28666              Date: Wed, 9 May 2001 19:17:50 +0100
28667              Message-ID: <20010509191750.A16940@penderel>
28668      Branch: perl
28669            ! ext/B/O.pm t/TEST
28670 ____________________________________________________________________________
28671 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
28672         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
28673              From: Jeff Pinyan <jeffp@crusoe.net>
28674              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
28675              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
28676      Branch: perl
28677            ! lib/Pod/Html.pm
28678 ____________________________________________________________________________
28679 [ 10057] By: nick                                  on 2001/05/09  18:37:56
28680         Log: Integrate mainline.
28681      Branch: perlio
28682           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
28683           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
28684 ____________________________________________________________________________
28685 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
28686         Log: Update Changes.
28687      Branch: perl
28688            ! Changes patchlevel.h
28689 ____________________________________________________________________________
28690 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
28691         Log: Integrate perlio.
28692      Branch: perl
28693           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
28694 ____________________________________________________________________________
28695 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
28696         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
28697              From: Benjamin Sugars <bsugars@canoe.ca>
28698              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
28699              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
28700      Branch: perl
28701            ! perlio.c
28702 ____________________________________________________________________________
28703 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
28704         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
28705              From: Benjamin Sugars <bsugars@canoe.ca>
28706              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
28707              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
28708      Branch: perl
28709            ! ext/PerlIO/Scalar/Scalar.xs
28710 ____________________________________________________________________________
28711 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
28712         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
28713              From: Jeff Pinyan <jeffp@crusoe.net>
28714              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
28715              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
28716      Branch: perl
28717            ! lib/Pod/Html.pm
28718 ____________________________________________________________________________
28719 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
28720         Log: EPOC tweak from Olaf Flebbe.
28721      Branch: perl
28722            ! epoc/epocish.h
28723 ____________________________________________________________________________
28724 [ 10050] By: nick                                  on 2001/05/09  14:37:57
28725         Log: win32, regen_config_h
28726      Branch: perlio
28727            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
28728 ____________________________________________________________________________
28729 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
28730         Log: Integrate perlio.
28731      Branch: perl
28732           !> pp_sys.c
28733 ____________________________________________________________________________
28734 [ 10048] By: nick                                  on 2001/05/09  11:59:50
28735         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
28736              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
28737      Branch: perlio
28738            ! pp_sys.c
28739 ____________________________________________________________________________
28740 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
28741         Log: Integrate perlio.
28742      Branch: perl
28743           !> run.c
28744 ____________________________________________________________________________
28745 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
28746         Log: Subject: Re: Less warnings during configure
28747              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28748              Date: Wed, 09 May 2001 13:12:49 +0200
28749              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
28750      Branch: perl
28751            ! hints/hpux.sh
28752 ____________________________________________________________________________
28753 [ 10045] By: nick                                  on 2001/05/09  09:56:59
28754         Log: MULTIPLICITY/DEBUGGING build fix.
28755      Branch: perlio
28756            ! run.c
28757 ____________________________________________________________________________
28758 [ 10044] By: nick                                  on 2001/05/09  09:46:37
28759         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
28760      Branch: perlio
28761           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
28762            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
28763           !> (integrate 65 files)
28764 ____________________________________________________________________________
28765 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
28766         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
28767              From: Robin Houston <robin@kitsite.com>
28768              Date: Tue, 8 May 2001 19:38:00 +0100
28769              Message-ID: <20010508193800.A4389@penderel>
28770              
28771              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
28772              From: Robin Houston <robin@kitsite.com>
28773              Date: Tue, 8 May 2001 20:03:57 +0100
28774              Message-ID: <20010508200357.A4614@penderel>
28775              
28776              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
28777              From: Robin Houston <robin@kitsite.com>
28778              Date: Wed, 9 May 2001 00:12:05 +0100
28779              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
28780      Branch: perl
28781            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
28782 ____________________________________________________________________________
28783 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
28784         Log: Retract #10031.
28785      Branch: perl
28786            ! pod/perlfunc.pod
28787 ____________________________________________________________________________
28788 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
28789         Log: The metaconfig unit changes for #10040.
28790      Branch: metaconfig/U/perl
28791            ! Checkcc.U d_dlsymun.U dlsrc.U
28792 ____________________________________________________________________________
28793 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
28794         Log: The Configure half of
28795              
28796              Subject: Less warnings during configure
28797              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28798              Date: Tue, 08 May 2001 08:44:02 +0200
28799              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
28800      Branch: perl
28801            ! Configure
28802 ____________________________________________________________________________
28803 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
28804         Log: Subject: Less warnings during configure
28805              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28806              Date: Tue, 08 May 2001 08:44:02 +0200
28807              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
28808      Branch: perl
28809            ! hints/hpux.sh
28810 ____________________________________________________________________________
28811 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
28812         Log: Don't forget to whine about \d__\d.
28813      Branch: perl
28814            ! t/pragma/warn/toke toke.c
28815 ____________________________________________________________________________
28816 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
28817         Log: Allow underscores also in the exponent part.
28818      Branch: perl
28819            ! t/pragma/warn/toke toke.c
28820 ____________________________________________________________________________
28821 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
28822         Log: CodeMagicCD doesn't look like an *I*DE.
28823      Branch: perl
28824            ! pod/perlfaq3.pod
28825 ____________________________________________________________________________
28826 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
28827         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
28828              to be consistently down).
28829      Branch: perl
28830            ! pod/perlfaq3.pod
28831 ____________________________________________________________________________
28832 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
28833         Log: Upgrade to Text::Balanced 1.84.
28834      Branch: perl
28835            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
28836 ____________________________________________________________________________
28837 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
28838         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
28839              From: Benjamin Sugars <bsugars@canoe.ca>
28840              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
28841              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
28842      Branch: perl
28843            ! run.c
28844 ____________________________________________________________________________
28845 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
28846         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
28847              From: Peter Prymmer <pvhp@forte.com>
28848              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
28849              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
28850      Branch: perl
28851            ! t/pod/plainer.t
28852 ____________________________________________________________________________
28853 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
28854         Log: (Retracted by #10042)
28855              
28856              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
28857              From: "Philip Newton" <pnewton@gmx.de>
28858              Date: Tue, 8 May 2001 09:18:10 +0200
28859              Message-ID: <3AF7B9D2.28861.603732@localhost>
28860      Branch: perl
28861            ! pod/perlfunc.pod
28862 ____________________________________________________________________________
28863 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
28864         Log: Subject: [PATCH B::Deparse] Document known bugs
28865              From: Robin Houston <robin@kitsite.com>
28866              Date: Tue, 8 May 2001 01:53:34 +0100
28867              Message-ID: <20010508015334.A32394@penderel>
28868      Branch: perl
28869            ! ext/B/B/Deparse.pm
28870 ____________________________________________________________________________
28871 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
28872         Log: Subject: Re: Perl book, magazine and website updates.
28873              From: "Philip Newton" <pnewton@gmx.de>
28874              Date: Mon, 7 May 2001 17:03:58 +0200
28875              Message-ID: <3AF6D57E.5387.1E29930@localhost>
28876      Branch: perl
28877            ! pod/perlfaq2.pod
28878 ____________________________________________________________________________
28879 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
28880         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
28881              From: Peter Prymmer <pvhp@forte.com>
28882              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
28883              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
28884      Branch: perl
28885            ! t/io/fflush.t
28886 ____________________________________________________________________________
28887 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
28888         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
28889              From: Robin Houston <robin@kitsite.com>
28890              Date: Tue, 8 May 2001 01:14:55 +0100
28891              Message-ID: <20010508011455.A32162@penderel>
28892      Branch: perl
28893            ! ext/B/B/Deparse.pm
28894 ____________________________________________________________________________
28895 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
28896         Log: Typo in #10025.
28897      Branch: perl
28898            ! hints/uts.sh
28899 ____________________________________________________________________________
28900 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
28901         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
28902      Branch: perl
28903            ! hints/uts.sh
28904 ____________________________________________________________________________
28905 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
28906         Log: Subject: Re: [ID 20010506.045] question about hash syntax
28907              From: Peter Scott <Peter@PSDT.com>
28908              Date: Sun, 06 May 2001 13:10:40 -0700
28909              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
28910      Branch: perl
28911            ! pod/perl56delta.pod
28912 ____________________________________________________________________________
28913 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
28914         Log: Configure should figure out the list of dynamic extensions
28915              just fine in UTS-- and in fact it does, as reported by Hal Morris.
28916      Branch: perl
28917            ! hints/uts.sh
28918 ____________________________________________________________________________
28919 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
28920         Log: Update Changes.
28921      Branch: perl
28922            ! Changes patchlevel.h
28923 ____________________________________________________________________________
28924 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
28925         Log: Subject: [PATCH regcomp.c] Insecure regexes
28926              From: Robin Houston <robin@kitsite.com>
28927              Date: Mon, 7 May 2001 21:56:12 +0100
28928              Message-ID: <20010507215612.A31114@penderel>
28929      Branch: perl
28930            ! regcomp.c
28931 ____________________________________________________________________________
28932 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
28933         Log: Drop the foobar.perl.com references for now until Simon
28934              gets them sorted out.
28935      Branch: perl
28936            ! pod/perlfaq2.pod
28937 ____________________________________________________________________________
28938 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
28939         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
28940              From: Prymmer/Kahn <pvhp@best.com>
28941              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
28942              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
28943      Branch: perl
28944            ! lib/Devel/SelfStubber.pm
28945 ____________________________________________________________________________
28946 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
28947         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
28948              From: Prymmer/Kahn <pvhp@best.com>
28949              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
28950              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
28951      Branch: perl
28952            ! win32/Makefile
28953 ____________________________________________________________________________
28954 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
28955         Log: s/WebTechnique's/WebTechniques/
28956      Branch: perl
28957            ! pod/perlfaq2.pod
28958 ____________________________________________________________________________
28959 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
28960         Log: Llama 3 updates from Randal.
28961      Branch: perl
28962            ! pod/perlfaq2.pod
28963 ____________________________________________________________________________
28964 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
28965         Log: Subject: [PATCH] Help -Dt show correct pad variables
28966              From: Benjamin Sugars <ben.sugars@home.com>
28967              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
28968              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
28969      Branch: perl
28970            ! embed.h embed.pl proto.h run.c
28971 ____________________________________________________________________________
28972 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
28973         Log: Subject: [PATCH] Document C<our $foo : shared>
28974              From: Benjamin Sugars <ben.sugars@home.com>
28975              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
28976              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
28977      Branch: perl
28978            ! pod/perlfunc.pod
28979 ____________________________________________________________________________
28980 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
28981         Log: Subject: [PATCH B::Deparse] undefined folded constants
28982              From: Robin Houston <robin@kitsite.com>
28983              Date: Sun, 6 May 2001 17:19:09 +0100
28984              Message-ID: <20010506171909.A7046@penderel>
28985      Branch: perl
28986            ! ext/B/B/Deparse.pm
28987 ____________________________________________________________________________
28988 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
28989         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
28990              From: Robin Houston <robin@kitsite.com>
28991              Message-ID: <20010506164654.A6848@penderel>
28992              Date: Sun, 6 May 2001 16:46:54 +0100
28993      Branch: perl
28994            ! ext/B/B/Deparse.pm
28995 ____________________________________________________________________________
28996 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
28997         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
28998              From: Robin Houston <robin@kitsite.com>
28999              Date: Sun, 6 May 2001 14:47:02 +0100
29000              Message-ID: <20010506144702.A6308@penderel>
29001      Branch: perl
29002            ! t/op/my_stash.t
29003 ____________________________________________________________________________
29004 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
29005         Log: Subject: Perl book, magazine and website updates.
29006              From: Simon Cozens <simon@netthink.co.uk>
29007              Date: Sun, 6 May 2001 16:55:36 +0100
29008              Message-ID: <20010506165536.A1795@netthink.co.uk>
29009      Branch: perl
29010            ! pod/perlbook.pod pod/perlfaq2.pod
29011 ____________________________________________________________________________
29012 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
29013         Log: Tweaks on the Tru64 prof options.
29014      Branch: perl
29015            ! pod/perlhack.pod
29016 ____________________________________________________________________________
29017 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
29018         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
29019              From: Robin Houston <robin@kitsite.com>
29020              Date: Sun, 6 May 2001 14:40:51 +0100
29021              Message-ID: <20010506144051.A6279@penderel>
29022      Branch: perl
29023            ! t/pod/testp2pt.pl
29024 ____________________________________________________________________________
29025 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
29026         Log: Subject: [PATCH B::Deparse] scoping
29027              From: Robin Houston <robin@kitsite.com>
29028              Date: Sun, 6 May 2001 14:36:56 +0100
29029              Message-ID: <20010506143656.A4006@penderel>
29030      Branch: perl
29031            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
29032 ____________________________________________________________________________
29033 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
29034         Log: Document the undefinedness of bitshifting out of range.
29035      Branch: perl
29036            ! pod/perlop.pod
29037 ____________________________________________________________________________
29038 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
29039         Log: Retract #10003 and update the IDE descriptions a bit.
29040      Branch: perl
29041            ! pod/perlfaq3.pod
29042 ____________________________________________________________________________
29043 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
29044         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
29045              From: Prymmer/Kahn <pvhp@best.com>
29046              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
29047              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
29048      Branch: perl
29049            ! win32/Makefile win32/buildext.pl win32/config.bc
29050            ! win32/config.gc win32/config.vc
29051 ____________________________________________________________________________
29052 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
29053         Log: (Retracted by #10005.)
29054      Branch: perl
29055            ! pod/perlfaq3.pod
29056 ____________________________________________________________________________
29057 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
29058         Log: It's "psed", not "sed".
29059      Branch: perl
29060            ! x2p/s2p.PL
29061 ____________________________________________________________________________
29062 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
29063         Log: Update Changes.
29064      Branch: perl
29065            ! Changes patchlevel.h
29066 ____________________________________________________________________________
29067 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
29068         Log: Subject: Re: bleadperl make install fails due to "psed"
29069              From: andreas.koenig@anima.de (Andreas J. Koenig)
29070              Date: 05 May 2001 18:23:28 +0200
29071              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
29072      Branch: perl
29073            ! x2p/Makefile.SH x2p/s2p.PL
29074 ____________________________________________________________________________
29075 [  9999] By: jhi                                   on 2001/05/05  18:28:09
29076         Log: AUTHORS updates.
29077      Branch: perl
29078            ! AUTHORS
29079 ____________________________________________________________________________
29080 [  9998] By: jhi                                   on 2001/05/05  18:16:00
29081         Log: Updates on the pods related to the modules included since 5.6.
29082              
29083              TODO: perltodo really could use major updating.
29084      Branch: perl
29085            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
29086            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
29087            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
29088            ! pod/perlsyn.pod pod/perltodo.pod
29089 ____________________________________________________________________________
29090 [  9997] By: jhi                                   on 2001/05/05  17:35:17
29091         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
29092              from Kurt Skauen.
29093      Branch: perl
29094            + hints/atheos.sh
29095            ! MANIFEST
29096 ____________________________________________________________________________
29097 [  9996] By: jhi                                   on 2001/05/05  17:25:00
29098         Log: Add preemptive #undefs for some of the shorter and more prone
29099              to collision regcomp.h #defines.  (Background: the MASK collided
29100              with a system header #define in Rhapsody.)
29101      Branch: perl
29102            ! regcomp.h
29103 ____________________________________________________________________________
29104 [  9995] By: jhi                                   on 2001/05/05  13:24:21
29105         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
29106              From: Nicholas Clark <nick@ccl4.org>
29107              Date: Sat, 5 May 2001 14:46:39 +0100
29108              Message-ID: <20010505144639.O53513@plum.flirble.org>
29109              
29110              Add a test for the constants (if any) being processed correctly.
29111      Branch: perl
29112            ! utils/h2xs.PL
29113 ____________________________________________________________________________
29114 [  9994] By: jhi                                   on 2001/05/05  02:11:03
29115         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
29116              From: Peter Prymmer <pvhp@forte.com>
29117              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
29118              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
29119      Branch: perl
29120            ! t/lib/b-stash.t
29121 ____________________________________________________________________________
29122 [  9993] By: jhi                                   on 2001/05/05  02:03:49
29123         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
29124              From: Peter Prymmer <pvhp@forte.com>
29125              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
29126              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
29127      Branch: perl
29128            ! perlio.c vms/vmsish.h
29129 ____________________________________________________________________________
29130 [  9992] By: jhi                                   on 2001/05/04  17:21:12
29131         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
29132              From: Robin Barker <rmb1@cise.npl.co.uk>
29133              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
29134              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
29135      Branch: perl
29136            + t/pod/plainer.t
29137            ! MANIFEST
29138 ____________________________________________________________________________
29139 [  9991] By: jhi                                   on 2001/05/04  16:47:45
29140         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
29141              From: Robin Barker <rmb1@cise.npl.co.uk>
29142              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
29143              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
29144      Branch: perl
29145            ! regcomp.c
29146 ____________________________________________________________________________
29147 [  9990] By: jhi                                   on 2001/05/04  14:37:20
29148         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
29149              From: Prymmer/Kahn <pvhp@best.com>
29150              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
29151              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
29152      Branch: perl
29153            ! t/lib/b-stash.t
29154 ____________________________________________________________________________
29155 [  9989] By: jhi                                   on 2001/05/04  14:03:58
29156         Log: Introduce perl572delta, update Todo, add the missing
29157              mention about signal safety since 5.7.1 (though this
29158              requires verification and more details.)
29159      Branch: perl
29160            + pod/perl572delta.pod
29161            ! MANIFEST Todo pod/perl571delta.pod
29162 ____________________________________________________________________________
29163 [  9988] By: jhi                                   on 2001/05/04  12:41:51
29164         Log: Subject: [PATCH perl@9944] long =item
29165              From: Robin Barker <rmb1@cise.npl.co.uk>
29166              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
29167              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
29168      Branch: perl
29169            ! ext/Time/HiRes/HiRes.pm
29170 ____________________________________________________________________________
29171 [  9987] By: jhi                                   on 2001/05/04  12:39:19
29172         Log: The #9901 had removed one line essential for EBCDIC.
29173      Branch: perl
29174            ! regcomp.c
29175 ____________________________________________________________________________
29176 [  9986] By: jhi                                   on 2001/05/04  12:30:23
29177         Log: Subject: cygwin/Makefile.SHs INSTALL patch
29178              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
29179              Date: Mon, 08 Jan 2001 04:59:21 +0200
29180              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
29181      Branch: perl
29182            ! cygwin/Makefile.SHs
29183 ____________________________________________________________________________
29184 [  9985] By: jhi                                   on 2001/05/04  03:51:39
29185         Log: Encode/IO doc tweaks.
29186      Branch: perl
29187            ! ext/Encode/Encode.pm
29188 ____________________________________________________________________________
29189 [  9984] By: jhi                                   on 2001/05/04  03:29:34
29190         Log: Remove GDBM_File from the dynamic extensions for UTS,
29191              GDBM is not a standard feature.
29192      Branch: perl
29193            ! hints/uts.sh
29194 ____________________________________________________________________________
29195 [  9983] By: jhi                                   on 2001/05/04  03:22:59
29196         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
29197      Branch: perl
29198            ! pod/perlretut.pod
29199 ____________________________________________________________________________
29200 [  9982] By: jhi                                   on 2001/05/03  23:21:03
29201         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
29202              From: Benjamin Sugars <bsugars@canoe.ca>
29203              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
29204              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
29205      Branch: perl
29206            ! dump.c
29207 ____________________________________________________________________________
29208 [  9981] By: jhi                                   on 2001/05/03  23:20:05
29209         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
29210              From: Benjamin Sugars <bsugars@canoe.ca>
29211              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
29212              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
29213      Branch: perl
29214            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
29215 ____________________________________________________________________________
29216 [  9980] By: jhi                                   on 2001/05/03  23:15:29
29217         Log: Integrate perlio.
29218      Branch: perl
29219           !> ext/Encode/Encode.pm
29220 ____________________________________________________________________________
29221 [  9979] By: jhi                                   on 2001/05/03  16:54:59
29222         Log: Install psed man page.
29223      Branch: perl
29224            ! installman
29225 ____________________________________________________________________________
29226 [  9978] By: jhi                                   on 2001/05/03  16:45:58
29227         Log: Remove unused files; noted by Sarathy.
29228      Branch: perl
29229            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
29230            ! MANIFEST
29231 ____________________________________________________________________________
29232 [  9977] By: jhi                                   on 2001/05/03  16:42:30
29233         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
29234              From: Andy Dougherty <doughera@lafayette.edu>
29235              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
29236              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
29237      Branch: perl
29238            ! INSTALL
29239 ____________________________________________________________________________
29240 [  9976] By: nick                                  on 2001/05/03  16:40:42
29241         Log: Allow $answer = encode($object,$text); like it says in docs.
29242      Branch: perlio
29243            ! ext/Encode/Encode.pm
29244 ____________________________________________________________________________
29245 [  9975] By: nick                                  on 2001/05/03  16:22:30
29246         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
29247              to be in scope (fair enough), and also a package variable (our) for eval to see it.
29248      Branch: perlio
29249            ! ext/Encode/Encode.pm
29250 ____________________________________________________________________________
29251 [  9974] By: nick                                  on 2001/05/03  15:48:17
29252         Log: Integrate mainline.
29253      Branch: perlio
29254           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
29255           +> t/lib/filter-simple.t t/lib/next.t
29256           !> (integrate 70 files)
29257 ____________________________________________________________________________
29258 [  9973] By: jhi                                   on 2001/05/03  13:09:09
29259         Log: Update Changes.
29260      Branch: perl
29261            ! Changes patchlevel.h
29262 ____________________________________________________________________________
29263 [  9972] By: jhi                                   on 2001/05/03  12:58:33
29264         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
29265              From: Prymmer/Kahn <pvhp@best.com>
29266              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
29267              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
29268      Branch: perl
29269            ! t/io/fflush.t
29270 ____________________________________________________________________________
29271 [  9971] By: jhi                                   on 2001/05/03  12:57:26
29272         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
29273              From: Prymmer/Kahn <pvhp@best.com>
29274              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
29275              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
29276      Branch: perl
29277            ! win32/FindExt.pm
29278 ____________________________________________________________________________
29279 [  9970] By: jhi                                   on 2001/05/03  02:42:46
29280         Log: Can't croak sans thread context, from Doug MacEachern.
29281      Branch: perl
29282            ! toke.c
29283 ____________________________________________________________________________
29284 [  9969] By: jhi                                   on 2001/05/03  01:23:48
29285         Log: Subject: Random input test and Perl
29286              From: Ilya Zakharevich <ilya@math.berkeley.edu>
29287              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
29288              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
29289      Branch: perl
29290            ! toke.c
29291 ____________________________________________________________________________
29292 [  9968] By: jhi                                   on 2001/05/02  22:17:21
29293         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
29294              From: Peter Prymmer <pvhp@forte.com>
29295              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
29296              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
29297      Branch: perl
29298            ! pod/perlfunc.pod pod/perlport.pod
29299 ____________________________________________________________________________
29300 [  9967] By: jhi                                   on 2001/05/02  20:12:45
29301         Log: Workaround for UTS compiler casting bug from Hal Morris.
29302      Branch: perl
29303            ! perl.h
29304 ____________________________________________________________________________
29305 [  9966] By: jhi                                   on 2001/05/02  18:31:37
29306         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
29307              From: Dan Sugalski <dan@sidhe.org>
29308              Date: Wed, 02 May 2001 15:23:22 -0400
29309              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
29310      Branch: perl
29311            ! perl.c vms/vms.c
29312 ____________________________________________________________________________
29313 [  9965] By: jhi                                   on 2001/05/02  18:21:29
29314         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
29315      Branch: perl
29316            ! pod/perlfunc.pod
29317 ____________________________________________________________________________
29318 [  9964] By: jhi                                   on 2001/05/02  18:15:01
29319         Log: Document large files in INSTALL, document also the %x
29320              limitation if not use64bitint, closes bug 20010326.007.
29321      Branch: perl
29322            ! INSTALL
29323 ____________________________________________________________________________
29324 [  9963] By: jhi                                   on 2001/05/02  17:24:47
29325         Log: perlmodlib tweaks; regen pods.
29326      Branch: perl
29327            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
29328            ! pod/perltoc.pod
29329 ____________________________________________________________________________
29330 [  9962] By: jhi                                   on 2001/05/02  17:14:00
29331         Log: Fix for a segfault, from Marc Lehmann.
29332      Branch: perl
29333            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
29334 ____________________________________________________________________________
29335 [  9961] By: jhi                                   on 2001/05/02  15:55:53
29336         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
29337              From: "Philip Newton" <pnewton@gmx.de>
29338              Date: Wed, 2 May 2001 18:39:03 +0200
29339              Message-ID: <3AF05447.15525.173B588@localhost>
29340      Branch: perl
29341            ! pod/perlop.pod
29342 ____________________________________________________________________________
29343 [  9960] By: jhi                                   on 2001/05/02  15:35:37
29344         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
29345              From: Dan Sugalski <dan@sidhe.org>
29346              Date: Wed, 02 May 2001 11:37:27 -0400
29347              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
29348      Branch: perl
29349            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
29350            ! thread.h vms/vms.c vms/vmsish.h
29351 ____________________________________________________________________________
29352 [  9959] By: jhi                                   on 2001/05/02  15:21:08
29353         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
29354              From: Benjamin Sugars <bsugars@canoe.ca>
29355              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
29356              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
29357      Branch: perl
29358            ! ext/PerlIO/Scalar/Scalar.xs
29359 ____________________________________________________________________________
29360 [  9958] By: jhi                                   on 2001/05/02  15:15:53
29361         Log: Bug in #9915, spotted by Mike Guy.
29362      Branch: perl
29363            ! installperl
29364 ____________________________________________________________________________
29365 [  9957] By: jhi                                   on 2001/05/02  13:26:01
29366         Log: Add a test for not griping about references as array
29367              indices if the reference has magic in it (overloaded
29368              methods).
29369      Branch: perl
29370            ! pod/perldiag.pod t/pragma/warn/pp_hot
29371 ____________________________________________________________________________
29372 [  9956] By: jhi                                   on 2001/05/02  13:07:01
29373         Log: Retracted a bit too much in #9952.
29374      Branch: perl
29375            ! t/pragma/sub_lval.t
29376 ____________________________________________________________________________
29377 [  9955] By: jhi                                   on 2001/05/02  13:05:38
29378         Log: Test for #9952.
29379      Branch: perl
29380            ! t/op/tie.t
29381 ____________________________________________________________________________
29382 [  9954] By: jhi                                   on 2001/05/02  11:48:18
29383         Log: Additional note on the encoding example: one cannot
29384              convert string constants in-place.
29385      Branch: perl
29386            ! ext/Encode/Encode.pm
29387 ____________________________________________________________________________
29388 [  9953] By: jhi                                   on 2001/05/02  11:43:51
29389         Log: Note that if you have recent enough Perl you already
29390              have Filter::Util::Call.
29391      Branch: perl
29392            ! lib/Filter/Simple.pm
29393 ____________________________________________________________________________
29394 [  9952] By: jhi                                   on 2001/05/02  11:31:53
29395         Log: Retract changes #8254 and #8255, causes coredump in
29396              'tie FH, "main"', reported by Abigail, culprit found by
29397              Benjamin Sugars.  Mirrors maintperl change #9950.
29398      Branch: perl
29399            ! op.c t/pragma/sub_lval.t
29400 ____________________________________________________________________________
29401 [  9951] By: jhi                                   on 2001/05/02  11:14:29
29402         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
29403      Branch: perl
29404            + t/lib/MyFilter.pm
29405 ____________________________________________________________________________
29406 [  9950] By: gsar                                  on 2001/05/02  03:17:11
29407         Log: revert integration of changes#8254,8255 in change#8620 (causes
29408              a coredump in C<tie FH, 'foo'>; the idea itself may need better
29409              rationalization)
29410      Branch: maint-5.6/perl
29411            ! op.c t/pragma/sub_lval.t
29412 ____________________________________________________________________________
29413 [  9949] By: gsar                                  on 2001/05/02  02:56:32
29414         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
29415              
29416              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
29417              
29418              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
29419      Branch: maint-5.6/perl
29420           !> hints/svr5.sh
29421 ____________________________________________________________________________
29422 [  9948] By: gsar                                  on 2001/05/02  02:49:15
29423         Log: pod/find.t breaks on VMS (from Craig Berry)
29424      Branch: maint-5.6/perl
29425            ! t/pod/find.t
29426 ____________________________________________________________________________
29427 [  9947] By: jhi                                   on 2001/05/02  02:43:09
29428         Log: Add an encoding conversion example.
29429      Branch: perl
29430            ! ext/Encode/Encode.pm
29431 ____________________________________________________________________________
29432 [  9946] By: jhi                                   on 2001/05/02  01:34:22
29433         Log: Another coat of paint but still nowhere finished.
29434              Need to decide on the semantics of strptime(): should
29435              strptime() be a function instead of a method?  To do
29436              the week/monthname-strptiming the i18n/l10n bullet needs
29437              to be bitten with gusto.
29438      Branch: perl
29439            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
29440 ____________________________________________________________________________
29441 [  9945] By: jhi                                   on 2001/05/01  23:40:52
29442         Log: Update Changes.
29443      Branch: perl
29444            ! Changes patchlevel.h
29445 ____________________________________________________________________________
29446 [  9944] By: jhi                                   on 2001/05/01  23:33:37
29447         Log: Add known-to-be-tested modules to the list-to-be-skipped.
29448      Branch: perl
29449            ! t/lib/1_compile.t
29450 ____________________________________________________________________________
29451 [  9943] By: jhi                                   on 2001/05/01  23:24:40
29452         Log: Subject: BorlandC++ fix
29453              From: "Vadim Konovalov" <watman@inbox.ru>
29454              Date: Mon, 30 Apr 2001 20:12:26 -0700
29455              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
29456      Branch: perl
29457            ! win32/makefile.mk
29458 ____________________________________________________________________________
29459 [  9942] By: jhi                                   on 2001/05/01  23:18:02
29460         Log: Update to Filter::Simple 0.60, create a test for it.
29461      Branch: perl
29462            + t/lib/filter-simple.t
29463            ! MANIFEST lib/Filter/Simple.pm
29464 ____________________________________________________________________________
29465 [  9941] By: jhi                                   on 2001/05/01  19:47:24
29466         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
29467              From: Hugo <hv@crypt.compulink.co.uk>
29468              Date: Tue, 01 May 2001 20:12:20 +0100
29469              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
29470      Branch: perl
29471            ! pp_hot.c t/op/re_tests
29472 ____________________________________________________________________________
29473 [  9940] By: jhi                                   on 2001/05/01  19:42:16
29474         Log: Integrate perlio.
29475      Branch: perl
29476           !> lib/base.pm t/lib/fields.t
29477 ____________________________________________________________________________
29478 [  9939] By: jhi                                   on 2001/05/01  19:39:51
29479         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
29480              From: Benjamin Sugars <bsugars@canoe.ca>
29481              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
29482              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
29483      Branch: perl
29484            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
29485 ____________________________________________________________________________
29486 [  9938] By: jhi                                   on 2001/05/01  19:34:09
29487         Log: Add NEXT, a pseudo-class for method redispatching.
29488              <Damian>NEXT.pm probably offers more bang-for-buck
29489              than anything else I've ever written.</Damian>
29490      Branch: perl
29491            + lib/NEXT.pm t/lib/next.t
29492            ! MANIFEST
29493 ____________________________________________________________________________
29494 [  9937] By: jhi                                   on 2001/05/01  19:21:41
29495         Log: Update to Switch 2.02.
29496      Branch: perl
29497            ! lib/Switch.pm t/lib/switch.t
29498 ____________________________________________________________________________
29499 [  9936] By: nick                                  on 2001/05/01  19:09:21
29500         Log: Fix for base.pm clobbering $VERSION
29501      Branch: perlio
29502            ! lib/base.pm
29503 ____________________________________________________________________________
29504 [  9935] By: nick                                  on 2001/05/01  18:54:38
29505         Log: Test for base.pm clobbering $VERSION.
29506      Branch: perlio
29507            ! t/lib/fields.t
29508 ____________________________________________________________________________
29509 [  9934] By: jhi                                   on 2001/05/01  18:39:10
29510         Log: Add information about Scalar::Util::blessed.
29511      Branch: perl
29512            ! pod/perlobj.pod
29513 ____________________________________________________________________________
29514 [  9933] By: jhi                                   on 2001/05/01  18:33:51
29515         Log: Subject: Extra UNIVERSAL documentation
29516              From: Mike Guy <mjtg@cam.ac.uk>
29517              Date: Tue, 01 May 2001 20:12:11 +0100
29518              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
29519      Branch: perl
29520            ! pod/perlobj.pod
29521 ____________________________________________________________________________
29522 [  9932] By: jhi                                   on 2001/05/01  18:26:54
29523         Log: Subject: Autoflush in tests as appropriate
29524              From: Mike Guy <mjtg@cam.ac.uk>
29525              Date: Tue, 01 May 2001 20:05:31 +0100
29526              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
29527      Branch: perl
29528            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
29529            ! t/op/taint.t
29530 ____________________________________________________________________________
29531 [  9931] By: jhi                                   on 2001/05/01  18:02:29
29532         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
29533              From: Benjamin Sugars <bsugars@canoe.ca>
29534              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
29535              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
29536      Branch: perl
29537            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
29538 ____________________________________________________________________________
29539 [  9930] By: jhi                                   on 2001/05/01  15:12:26
29540         Log: Subject: Re: Finally got a round tuit
29541              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29542              Date: Tue, 01 May 2001 14:14:10 +0200
29543              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
29544              
29545              The -DP part, slightly modified.
29546      Branch: perl
29547            ! perl.c
29548 ____________________________________________________________________________
29549 [  9929] By: jhi                                   on 2001/05/01  14:17:15
29550         Log: Subject: Re: Finally got a round tuit
29551              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29552              Date: Tue, 01 May 2001 16:34:06 +0200
29553              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
29554              
29555              cpp and optimization tweaks for HP-UX.
29556      Branch: perl
29557            ! hints/hpux.sh
29558 ____________________________________________________________________________
29559 [  9928] By: jhi                                   on 2001/05/01  13:24:20
29560         Log: Tune the scan_num() comments to reality.
29561      Branch: perl
29562            ! toke.c
29563 ____________________________________________________________________________
29564 [  9927] By: jhi                                   on 2001/05/01  13:14:01
29565         Log: Subject: [PATCH B::Deparse] optimised sort
29566              From: Robin Houston <robin@kitsite.com>
29567              Date: Tue, 1 May 2001 14:07:12 +0100
29568              Message-ID: <20010501140712.A4266@penderel>
29569      Branch: perl
29570            ! ext/B/B/Deparse.pm
29571 ____________________________________________________________________________
29572 [  9926] By: jhi                                   on 2001/05/01  13:10:53
29573         Log: Subject: [PATCH t/lib/b-deparse.t] 
29574              From: Robin Houston <robin@kitsite.com>
29575              Date: Tue, 1 May 2001 13:37:42 +0100
29576              Message-ID: <20010501133742.A4082@penderel>
29577      Branch: perl
29578            ! t/lib/b-deparse.t
29579 ____________________________________________________________________________
29580 [  9925] By: jhi                                   on 2001/05/01  13:10:13
29581         Log: Subject: [PATCH B::Deparse] for(;;), sort
29582              From: Robin Houston <robin@kitsite.com>
29583              Date: Tue, 1 May 2001 13:35:00 +0100
29584              Message-ID: <20010501133500.A4061@penderel>
29585      Branch: perl
29586            ! ext/B/B/Deparse.pm
29587 ____________________________________________________________________________
29588 [  9924] By: jhi                                   on 2001/05/01  13:09:22
29589         Log: Subject: [PATCH B::Deparse] do, warn, use
29590              From: Robin Houston <robin@kitsite.com>
29591              Date: Tue, 1 May 2001 13:31:03 +0100
29592              Message-ID: <20010501133103.A4041@penderel>
29593      Branch: perl
29594            ! ext/B/B/Deparse.pm
29595 ____________________________________________________________________________
29596 [  9923] By: jhi                                   on 2001/05/01  11:45:36
29597         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
29598              From: Benjamin Sugars <ben.sugars@home.com>
29599              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
29600              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
29601      Branch: perl
29602            + t/io/fflush.t
29603            ! MANIFEST
29604 ____________________________________________________________________________
29605 [  9922] By: jhi                                   on 2001/05/01  11:35:42
29606         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
29607              From: Peter Prymmer <pvhp@forte.com>
29608              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
29609              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
29610      Branch: perl
29611            ! t/lib/selfstubber.t
29612 ____________________________________________________________________________
29613 [  9921] By: jhi                                   on 2001/04/30  16:34:33
29614         Log: Subject: [PATCH B::Concise] suppress warning
29615              From: Robin Houston <robin@kitsite.com>
29616              Date: Mon, 30 Apr 2001 16:09:49 +0100
29617              Message-ID: <20010430160949.A25086@penderel>
29618      Branch: perl
29619            ! ext/B/B/Concise.pm
29620 ____________________________________________________________________________
29621 [  9920] By: jhi                                   on 2001/04/30  13:56:04
29622         Log: Strip the *markers* from #9919.
29623      Branch: perl
29624            ! pod/perlfaq.pod pod/perlfaq5.pod
29625 ____________________________________________________________________________
29626 [  9919] By: jhi                                   on 2001/04/30  13:54:04
29627         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
29628              From: Gwyn Judd <b.judd@xtra.co.nz>
29629              Date: Sun, 29 Apr 2001 01:47:49 +1200
29630              Message-ID: <20010429014749.A4418@thislove>
29631      Branch: perl
29632            ! pod/perlfaq.pod pod/perlfaq5.pod
29633 ____________________________________________________________________________
29634 [  9918] By: jhi                                   on 2001/04/30  13:13:54
29635         Log: More_tweakage.
29636      Branch: perl
29637            ! pod/perldata.pod pod/perldiag.pod
29638 ____________________________________________________________________________
29639 [  9917] By: jhi                                   on 2001/04/30  13:01:27
29640         Log: Update Changes.
29641      Branch: perl
29642            ! Changes patchlevel.h
29643 ____________________________________________________________________________
29644 [  9916] By: jhi                                   on 2001/04/30  12:57:03
29645         Log: T_w_e_a_k_a_g_e.
29646      Branch: perl
29647            ! pod/perldata.pod pod/perldiag.pod
29648 ____________________________________________________________________________
29649 [  9915] By: jhi                                   on 2001/04/30  12:39:29
29650         Log: Install s2p also as psed.
29651              
29652              TODO: psed documentation?
29653      Branch: perl
29654            ! installperl
29655 ____________________________________________________________________________
29656 [  9914] By: jhi                                   on 2001/04/30  12:29:21
29657         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
29658              From: Jens Hamisch <jens@Strawberry.COM>
29659              Date: Fri, 27 Apr 2001 17:00:36 +0200
29660              Message-ID: <20010427170036.K1372@Strawberry.COM>
29661              
29662              SOCKS5_VERSION_NAME is the right symbol to detect
29663              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
29664              function called socks5_init() is available, and even that is
29665              not universal, most SOCKS5 installations use SOCKSinit()).
29666      Branch: perl
29667            ! perlio.c
29668 ____________________________________________________________________________
29669 [  9913] By: jhi                                   on 2001/04/30  12:22:15
29670         Log: Allow a zero timeout on IO::Socket accept and connect--
29671              though one really shouldn't do that.  Based on
29672              
29673              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
29674              From: "John Holdsworth" <coldwave@bigfoot.com>
29675              Date: Sun, 4 Feb 2001 12:48:18 +0100
29676              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
29677      Branch: perl
29678            ! ext/IO/lib/IO/Socket.pm
29679 ____________________________________________________________________________
29680 [  9912] By: jhi                                   on 2001/04/30  11:27:27
29681         Log: Save the spot of regprev (see #9911) for binary compatibility;
29682              regen API.
29683      Branch: perl
29684            ! embedvar.h perlapi.h thrdvar.h
29685 ____________________________________________________________________________
29686 [  9911] By: jhi                                   on 2001/04/30  11:22:03
29687         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
29688              From: Hugo <hv@crypt.compulink.co.uk>
29689              Date: Sun, 29 Apr 2001 17:09:30 +0100
29690              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
29691      Branch: perl
29692            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
29693 ____________________________________________________________________________
29694 [  9910] By: jhi                                   on 2001/04/30  11:15:12
29695         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
29696              a dummy for PL_numeric_radix); no pressing reason to break
29697              binary compatibility; regen API.
29698      Branch: perl
29699            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
29700            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
29701 ____________________________________________________________________________
29702 [  9909] By: jhi                                   on 2001/04/30  10:56:08
29703         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
29704              From: Walt Mankowski <waltman@netaxs.com>
29705              Date: Sun, 29 Apr 2001 21:53:48 -0400
29706              Message-ID: <20010429215348.A3971@netaxs.com>
29707      Branch: perl
29708            ! pod/perlfunc.pod
29709 ____________________________________________________________________________
29710 [  9908] By: jhi                                   on 2001/04/30  10:49:40
29711         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
29712      Branch: perl
29713            ! t/lib/selfstubber.t
29714 ____________________________________________________________________________
29715 [  9907] By: nick                                  on 2001/04/30  09:26:50
29716         Log: Integrate mainline.
29717      Branch: perlio
29718           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
29719 ____________________________________________________________________________
29720 [  9906] By: jhi                                   on 2001/04/29  23:24:20
29721         Log: Abigail spotted a thinko in #9905.
29722      Branch: perl
29723            ! pod/perldiag.pod
29724 ____________________________________________________________________________
29725 [  9905] By: jhi                                   on 2001/04/29  15:55:39
29726         Log: Changed the underscore/undebar syntax in numeric constants;
29727              now any grouping will do, as long as the underscores are not
29728              consecutive (so "zero-grouping" is out), and they do not begin
29729              or end the integer or fractional parts.
29730      Branch: perl
29731            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
29732 ____________________________________________________________________________
29733 [  9904] By: nick                                  on 2001/04/29  15:43:22
29734         Log: Integrate mainline.
29735      Branch: perlio
29736           +> (branch 98 files)
29737            - lib/unicode/Block.pl
29738            - lib/unicode/In/AlphabeticPresentationForms.pl
29739            - lib/unicode/In/Arabic.pl
29740            - lib/unicode/In/ArabicPresentationForms-A.pl
29741            - lib/unicode/In/ArabicPresentationForms-B.pl
29742            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
29743            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
29744            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
29745            - lib/unicode/In/BopomofoExtended.pl
29746            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
29747            - lib/unicode/In/CJKCompatibility.pl
29748            - lib/unicode/In/CJKCompatibilityForms.pl
29749            - lib/unicode/In/CJKCompatibilityIdeographs.pl
29750            - lib/unicode/In/CJKRadicalsSupplement.pl
29751            - lib/unicode/In/CJKSymbolsandPunctuation.pl
29752            - lib/unicode/In/CJKUnifiedIdeographs.pl
29753            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
29754            - lib/unicode/In/Cherokee.pl
29755            - lib/unicode/In/CombiningDiacriticalMarks.pl
29756            - lib/unicode/In/CombiningHalfMarks.pl
29757            - lib/unicode/In/CombiningMarksforSymbols.pl
29758            - lib/unicode/In/ControlPictures.pl
29759            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
29760            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
29761            - lib/unicode/In/EnclosedAlphanumerics.pl
29762            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
29763            - lib/unicode/In/Ethiopic.pl
29764            - lib/unicode/In/GeneralPunctuation.pl
29765            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
29766            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
29767            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
29768            - lib/unicode/In/HalfwidthandFullwidthForms.pl
29769            - lib/unicode/In/HangulCompatibilityJamo.pl
29770            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
29771            - lib/unicode/In/Hebrew.pl
29772            - lib/unicode/In/HighPrivateUseSurrogates.pl
29773            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
29774            - lib/unicode/In/IPAExtensions.pl
29775            - lib/unicode/In/IdeographicDescriptionCharacters.pl
29776            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
29777            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
29778            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
29779            - lib/unicode/In/Latin-1Supplement.pl
29780            - lib/unicode/In/LatinExtended-A.pl
29781            - lib/unicode/In/LatinExtended-B.pl
29782            - lib/unicode/In/LatinExtendedAdditional.pl
29783            - lib/unicode/In/LetterlikeSymbols.pl
29784            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
29785            - lib/unicode/In/MathematicalOperators.pl
29786            - lib/unicode/In/MiscellaneousSymbols.pl
29787            - lib/unicode/In/MiscellaneousTechnical.pl
29788            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
29789            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
29790            - lib/unicode/In/OpticalCharacterRecognition.pl
29791            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
29792            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
29793            - lib/unicode/In/SmallFormVariants.pl
29794            - lib/unicode/In/SpacingModifierLetters.pl
29795            - lib/unicode/In/Specials.pl
29796            - lib/unicode/In/SuperscriptsandSubscripts.pl
29797            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
29798            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
29799            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
29800            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
29801            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
29802           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
29803           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
29804           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
29805           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
29806           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
29807           !> utf8.c win32/Makefile
29808 ____________________________________________________________________________
29809 [  9903] By: jhi                                   on 2001/04/29  14:30:53
29810         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
29811              From: Prymmer/Kahn <pvhp@best.com>
29812              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
29813              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
29814      Branch: perl
29815            ! win32/Makefile
29816 ____________________________________________________________________________
29817 [  9902] By: jhi                                   on 2001/04/29  02:52:44
29818         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
29819              From: "Abigail" <abigail@foad.org>
29820              Date: Sun, 29 Apr 2001 03:14:25 +0200
29821              Message-ID: <20010429011425.24503.qmail@foad.org>
29822      Branch: perl
29823            ! ext/IO/lib/IO/Seekable.pm
29824 ____________________________________________________________________________
29825 [  9901] By: jhi                                   on 2001/04/29  02:04:46
29826         Log: In character classes one couldn't have 0x80..0xff characters
29827              at the left hand side if there were 0x100.. characters in the
29828              character class.
29829      Branch: perl
29830            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
29831            ! t/op/pat.t utf8.c
29832 ____________________________________________________________________________
29833 [  9900] By: jhi                                   on 2001/04/28  22:55:04
29834         Log: Forgot the latest mktables.PL from #9899.
29835      Branch: perl
29836            ! lib/unicode/mktables.PL
29837 ____________________________________________________________________________
29838 [  9899] By: jhi                                   on 2001/04/28  22:53:28
29839         Log: Explain the \p{} and \P{} error message better and
29840              have prettier prettyprint in In.pl.
29841      Branch: perl
29842            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
29843            ! pod/perldiag.pod
29844 ____________________________________________________________________________
29845 [  9898] By: jhi                                   on 2001/04/28  21:03:34
29846         Log: Add one possible explanation for the "Invalid [] range" error.
29847      Branch: perl
29848            ! pod/perldiag.pod
29849 ____________________________________________________________________________
29850 [  9897] By: jhi                                   on 2001/04/28  17:18:26
29851         Log: Add a level of indirection to the implementation of \p{InFoo}
29852              so that we don't have to have long filenames.  (Nothing changes
29853              in the user interface.)   The indirection is defined in
29854              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
29855              Also rename some the character classes by removing '-' from
29856              the classnames, and finally renamed Block.pl as Blocks.pl.
29857      Branch: perl
29858            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
29859            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
29860            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
29861            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
29862            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
29863            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
29864            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
29865            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
29866            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
29867            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
29868            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
29869            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
29870            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
29871            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
29872            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
29873            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
29874            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
29875            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
29876            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
29877            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
29878            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
29879            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
29880            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
29881            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
29882            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
29883            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
29884            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
29885            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
29886            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
29887            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
29888            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
29889            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
29890            + lib/unicode/In/94.pl lib/unicode/In/95.pl
29891            - lib/unicode/Block.pl
29892            - lib/unicode/In/AlphabeticPresentationForms.pl
29893            - lib/unicode/In/Arabic.pl
29894            - lib/unicode/In/ArabicPresentationForms-A.pl
29895            - lib/unicode/In/ArabicPresentationForms-B.pl
29896            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
29897            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
29898            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
29899            - lib/unicode/In/BopomofoExtended.pl
29900            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
29901            - lib/unicode/In/CJKCompatibility.pl
29902            - lib/unicode/In/CJKCompatibilityForms.pl
29903            - lib/unicode/In/CJKCompatibilityIdeographs.pl
29904            - lib/unicode/In/CJKRadicalsSupplement.pl
29905            - lib/unicode/In/CJKSymbolsandPunctuation.pl
29906            - lib/unicode/In/CJKUnifiedIdeographs.pl
29907            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
29908            - lib/unicode/In/Cherokee.pl
29909            - lib/unicode/In/CombiningDiacriticalMarks.pl
29910            - lib/unicode/In/CombiningHalfMarks.pl
29911            - lib/unicode/In/CombiningMarksforSymbols.pl
29912            - lib/unicode/In/ControlPictures.pl
29913            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
29914            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
29915            - lib/unicode/In/EnclosedAlphanumerics.pl
29916            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
29917            - lib/unicode/In/Ethiopic.pl
29918            - lib/unicode/In/GeneralPunctuation.pl
29919            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
29920            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
29921            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
29922            - lib/unicode/In/HalfwidthandFullwidthForms.pl
29923            - lib/unicode/In/HangulCompatibilityJamo.pl
29924            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
29925            - lib/unicode/In/Hebrew.pl
29926            - lib/unicode/In/HighPrivateUseSurrogates.pl
29927            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
29928            - lib/unicode/In/IPAExtensions.pl
29929            - lib/unicode/In/IdeographicDescriptionCharacters.pl
29930            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
29931            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
29932            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
29933            - lib/unicode/In/Latin-1Supplement.pl
29934            - lib/unicode/In/LatinExtended-A.pl
29935            - lib/unicode/In/LatinExtended-B.pl
29936            - lib/unicode/In/LatinExtendedAdditional.pl
29937            - lib/unicode/In/LetterlikeSymbols.pl
29938            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
29939            - lib/unicode/In/MathematicalOperators.pl
29940            - lib/unicode/In/MiscellaneousSymbols.pl
29941            - lib/unicode/In/MiscellaneousTechnical.pl
29942            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
29943            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
29944            - lib/unicode/In/OpticalCharacterRecognition.pl
29945            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
29946            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
29947            - lib/unicode/In/SmallFormVariants.pl
29948            - lib/unicode/In/SpacingModifierLetters.pl
29949            - lib/unicode/In/Specials.pl
29950            - lib/unicode/In/SuperscriptsandSubscripts.pl
29951            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
29952            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
29953            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
29954            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
29955            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
29956            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
29957            ! pod/perlunicode.pod
29958 ____________________________________________________________________________
29959 [  9896] By: jhi                                   on 2001/04/28  14:33:17
29960         Log: Update the information on shared library path on HP-UX.
29961      Branch: perl
29962            ! INSTALL
29963 ____________________________________________________________________________
29964 [  9895] By: jhi                                   on 2001/04/28  14:32:30
29965         Log: Because #9894 seems to do the trick, this workaround can be removed.
29966      Branch: perl
29967            ! t/lib/selfstubber.t
29968 ____________________________________________________________________________
29969 [  9894] By: jhi                                   on 2001/04/28  14:26:13
29970         Log: For PerlIO flush the children's file handles (on fork/exec/system).
29971      Branch: perl
29972            ! perl.h
29973 ____________________________________________________________________________
29974 [  9893] By: jhi                                   on 2001/04/28  14:23:15
29975         Log: Test tweak for #9891.
29976      Branch: perl
29977            ! t/lib/b-deparse.t
29978 ____________________________________________________________________________
29979 [  9892] By: jhi                                   on 2001/04/28  14:10:13
29980         Log: New HP-UX hints from Merijn.
29981      Branch: perl
29982            ! hints/hpux.sh
29983 ____________________________________________________________________________
29984 [  9891] By: jhi                                   on 2001/04/28  14:07:27
29985         Log: Subject: [PATCH B::Deparse] non-block scopes
29986              From: Robin Houston <robin@kitsite.com>
29987              Date: Fri, 27 Apr 2001 19:15:14 +0100
29988              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
29989      Branch: perl
29990            ! ext/B/B/Deparse.pm
29991 ____________________________________________________________________________
29992 [  9890] By: nick                                  on 2001/04/27  19:41:25
29993         Log: Integrate mainline
29994      Branch: perlio
29995           +> t/lib/selfstubber.t
29996           !> (integrate 50 files)
29997 ____________________________________________________________________________
29998 [  9889] By: jhi                                   on 2001/04/27  18:23:46
29999         Log: Subject: Re: selfstubber test fail on bleadperl
30000              From: Mike Guy <mjtg@cam.ac.uk>
30001              Date: Fri, 27 Apr 2001 19:31:18 +0100
30002              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
30003      Branch: perl
30004            ! t/lib/selfstubber.t
30005 ____________________________________________________________________________
30006 [  9888] By: jhi                                   on 2001/04/27  16:20:54
30007         Log: Test tweak for #9886.
30008      Branch: perl
30009            ! t/lib/b-deparse.t
30010 ____________________________________________________________________________
30011 [  9887] By: jhi                                   on 2001/04/27  16:16:33
30012         Log: Buffering issue at least in Solaris (even with perlio).
30013      Branch: perl
30014            ! t/lib/selfstubber.t
30015 ____________________________________________________________________________
30016 [  9886] By: jhi                                   on 2001/04/27  14:59:23
30017         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
30018              From: Robin Houston <robin@kitsite.com>
30019              Date: Fri, 27 Apr 2001 16:53:20 +0100
30020              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
30021      Branch: perl
30022            ! ext/B/B/Deparse.pm
30023 ____________________________________________________________________________
30024 [  9885] By: jhi                                   on 2001/04/27  14:23:51
30025         Log: Update Changes.
30026      Branch: perl
30027            ! Changes patchlevel.h
30028 ____________________________________________________________________________
30029 [  9884] By: jhi                                   on 2001/04/27  14:14:12
30030         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
30031              From: "Philip Newton" <pnewton@gmx.de>
30032              Date: Fri, 27 Apr 2001 16:40:13 +0200
30033              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
30034      Branch: perl
30035            ! pod/perldata.pod
30036 ____________________________________________________________________________
30037 [  9883] By: jhi                                   on 2001/04/27  13:28:19
30038         Log: Add LOG_PERROR; prettify the "removed".
30039      Branch: perl
30040            ! ext/Sys/Syslog/Syslog.xs
30041 ____________________________________________________________________________
30042 [  9882] By: jhi                                   on 2001/04/27  13:13:18
30043         Log: h2xs tweaks: use NV instead of double, "quote" the removed
30044              prefixes for clarity (especially when nothing is removed),
30045              slight pod reformats.
30046      Branch: perl
30047            ! utils/h2xs.PL
30048 ____________________________________________________________________________
30049 [  9881] By: jhi                                   on 2001/04/27  12:58:48
30050         Log: Don't bother creating existing directories.
30051      Branch: perl
30052            ! utils/h2xs.PL
30053 ____________________________________________________________________________
30054 [  9880] By: jhi                                   on 2001/04/27  12:45:39
30055         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
30056              From: Mike Schilli <m@perlmeister.com>
30057              Date: Wed, 25 Apr 2001 01:29:21 -0700
30058              Message-id: <3AE68AE1.6A981723@perlmeister.com>
30059      Branch: perl
30060            ! utils/h2xs.PL
30061 ____________________________________________________________________________
30062 [  9879] By: jhi                                   on 2001/04/27  12:40:55
30063         Log: break is not yet Perl.  Added the template license also to README.
30064      Branch: perl
30065            ! utils/h2xs.PL
30066 ____________________________________________________________________________
30067 [  9878] By: jhi                                   on 2001/04/27  03:08:20
30068         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
30069              From: Tim Jenness <t.jenness@jach.hawaii.edu>
30070              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
30071              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
30072      Branch: perl
30073            ! t/lib/xs-typemap.t
30074 ____________________________________________________________________________
30075 [  9877] By: jhi                                   on 2001/04/26  23:54:40
30076         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
30077              From: "Abigail" <abigail@foad.org>
30078              Date: Fri, 27 Apr 2001 01:44:28 +0200
30079              Message-ID: <20010426234428.19786.qmail@foad.org>
30080      Branch: perl
30081            ! utils/h2xs.PL
30082 ____________________________________________________________________________
30083 [  9876] By: jhi                                   on 2001/04/26  23:52:06
30084         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
30085              From: Peter Prymmer <pvhp@forte.com>
30086              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
30087              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
30088      Branch: perl
30089            ! t/lib/selfstubber.t
30090 ____________________________________________________________________________
30091 [  9875] By: jhi                                   on 2001/04/26  23:48:10
30092         Log: Deparse nits.
30093      Branch: perl
30094            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
30095 ____________________________________________________________________________
30096 [  9874] By: jhi                                   on 2001/04/26  22:46:05
30097         Log: Document ANYOF_CLASS.
30098      Branch: perl
30099            ! regcomp.h
30100 ____________________________________________________________________________
30101 [  9873] By: jhi                                   on 2001/04/26  22:35:03
30102         Log: Subject: Re: [PATCH @9846] dumping ANYOF
30103              From: Hugo <hv@crypt.compulink.co.uk>
30104              Date: Thu, 26 Apr 2001 23:33:38 +0100
30105              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
30106      Branch: perl
30107            ! regcomp.c regcomp.h
30108 ____________________________________________________________________________
30109 [  9872] By: jhi                                   on 2001/04/26  22:34:31
30110         Log: Subject: [PATCH] more for Devel::SelfStubber
30111              From: Nicholas Clark <nick@ccl4.org>
30112              Date: Fri, 27 Apr 2001 00:13:52 +0100
30113              Message-ID: <20010427001351.K88186@plum.flirble.org>
30114      Branch: perl
30115            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
30116 ____________________________________________________________________________
30117 [  9871] By: jhi                                   on 2001/04/26  21:59:17
30118         Log: Subject: [PATCH B::Deparse] formats must be flush left
30119              From: Robin Houston <robin@kitsite.com>
30120              Date: Thu, 26 Apr 2001 23:54:29 +0100
30121              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
30122      Branch: perl
30123            ! ext/B/B/Deparse.pm
30124 ____________________________________________________________________________
30125 [  9870] By: jhi                                   on 2001/04/26  21:57:37
30126         Log: If some of the constants are prefixes of others,
30127              the prefixes may never get recognized.  (See 20010426.006.)
30128      Branch: perl
30129            ! utils/h2xs.PL
30130 ____________________________________________________________________________
30131 [  9869] By: jhi                                   on 2001/04/26  21:50:42
30132         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
30133              From: Chris Bongaarts <cab@tc.umn.edu>
30134              Date: Thu, 26 Apr 2001 17:10:31 -0500
30135              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
30136      Branch: perl
30137            ! ext/Sys/Syslog/Syslog.xs
30138 ____________________________________________________________________________
30139 [  9868] By: jhi                                   on 2001/04/26  21:35:12
30140         Log: Further cuts and more docs from Graham Barr.
30141      Branch: perl
30142            ! ext/List/Util/lib/List/Util.pm
30143            ! ext/List/Util/lib/Scalar/Util.pm
30144 ____________________________________________________________________________
30145 [  9867] By: jhi                                   on 2001/04/26  21:18:57
30146         Log: Subject: [PATCH 5.7.1] DB_File-1.77
30147              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
30148              Date: Thu, 26 Apr 2001 22:37:53 +0100
30149              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
30150      Branch: perl
30151            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
30152            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
30153 ____________________________________________________________________________
30154 [  9866] By: jhi                                   on 2001/04/26  21:12:31
30155         Log: Subject: [PATCH B::Deparse] fix easy bugs
30156              From: Robin Houston <robin@kitsite.com>
30157              Date: Thu, 26 Apr 2001 23:03:33 +0100
30158              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
30159      Branch: perl
30160            ! ext/B/B/Deparse.pm
30161 ____________________________________________________________________________
30162 [  9865] By: jhi                                   on 2001/04/26  20:26:13
30163         Log: Update Changes.
30164      Branch: perl
30165            ! Changes patchlevel.h
30166 ____________________________________________________________________________
30167 [  9864] By: jhi                                   on 2001/04/26  19:27:48
30168         Log: Dethinko from Robin Houston.
30169      Branch: perl
30170            ! ext/B/B/Deparse.pm
30171 ____________________________________________________________________________
30172 [  9863] By: jhi                                   on 2001/04/26  19:10:35
30173         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
30174              From: Robin Houston <robin@kitsite.com>
30175              Date: Thu, 26 Apr 2001 21:08:32 +0100
30176              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
30177      Branch: perl
30178            ! ext/B/B/Deparse.pm
30179 ____________________________________________________________________________
30180 [  9862] By: jhi                                   on 2001/04/26  19:04:23
30181         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
30182              From: Robin Houston <robin@kitsite.com>
30183              Date: Thu, 26 Apr 2001 20:52:50 +0100
30184              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
30185      Branch: perl
30186            ! ext/B/B/Deparse.pm
30187 ____________________________________________________________________________
30188 [  9861] By: jhi                                   on 2001/04/26  18:56:14
30189         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
30190              From: Mike Guy <mjtg@cam.ac.uk>
30191              Date: Thu, 26 Apr 2001 14:22:40 +0100
30192              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
30193      Branch: perl
30194            ! pod/perlobj.pod
30195 ____________________________________________________________________________
30196 [  9860] By: jhi                                   on 2001/04/26  18:46:42
30197         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
30198              From: Robin Houston <robin@kitsite.com>
30199              Date: Thu, 26 Apr 2001 20:34:29 +0100
30200              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
30201              
30202              Hashes do not interpolate.
30203      Branch: perl
30204            ! ext/B/B/Deparse.pm
30205 ____________________________________________________________________________
30206 [  9859] By: jhi                                   on 2001/04/26  18:43:51
30207         Log: Subject: The Time::Piece conspiracy unmasked!!!
30208              From: Mike Guy <mjtg@cam.ac.uk>
30209              Date: Thu, 26 Apr 2001 19:02:50 +0100
30210              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
30211              
30212              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
30213              From: Mike Guy <mjtg@cam.ac.uk>
30214              Date: Thu, 26 Apr 2001 19:08:21 +0100
30215              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
30216              
30217              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
30218              From: Graham Barr <gbarr@pobox.com>
30219              Date: Thu, 26 Apr 2001 19:12:03 +0100
30220              Message-ID: <20010426191203.A70835@pobox.com>
30221              
30222              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
30223      Branch: perl
30224            ! ext/List/Util/lib/List/Util.pm
30225            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
30226 ____________________________________________________________________________
30227 [  9858] By: jhi                                   on 2001/04/26  18:17:42
30228         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
30229              From: Robin Houston <robin@kitsite.com>
30230              Date: Thu, 26 Apr 2001 16:09:35 +0100
30231              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
30232      Branch: perl
30233            ! t/comp/proto.t
30234 ____________________________________________________________________________
30235 [  9857] By: jhi                                   on 2001/04/26  18:04:59
30236         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
30237              From: barries <barries@slaysys.com>
30238              Date: Thu, 26 Apr 2001 12:01:10 -0400
30239              Message-ID: <20010426120110.E29698@jester.slaysys.com>
30240      Branch: perl
30241            ! pod/perldiag.pod
30242 ____________________________________________________________________________
30243 [  9856] By: jhi                                   on 2001/04/26  18:03:33
30244         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
30245              Date: Thu, 26 Apr 2001 17:13:41 +0100
30246              From: Robin Houston <robin@kitsite.com>
30247              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
30248              
30249              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
30250              From: Robin Houston <robin@kitsite.com>
30251              Date: Thu, 26 Apr 2001 18:44:29 +0100
30252              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
30253      Branch: perl
30254            ! ext/B/B/Deparse.pm
30255 ____________________________________________________________________________
30256 [  9855] By: jhi                                   on 2001/04/26  17:56:04
30257         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
30258              From: Robin Houston <robin@kitsite.com>
30259              Date: Thu, 26 Apr 2001 17:04:08 +0100
30260              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
30261      Branch: perl
30262            ! ext/B/B/Deparse.pm
30263 ____________________________________________________________________________
30264 [  9854] By: jhi                                   on 2001/04/26  17:47:26
30265         Log: Subject: Re: Short test case for undef %stash:: crash
30266              From: Benjamin Sugars <bsugars@canoe.ca> 
30267              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
30268              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
30269              Changed and moved the perldiag entry.
30270      Branch: perl
30271            ! gv.c pod/perldiag.pod
30272 ____________________________________________________________________________
30273 [  9853] By: jhi                                   on 2001/04/26  14:35:16
30274         Log: Beginnings of strptime().  Do not touch the wet paint.
30275      Branch: perl
30276            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
30277 ____________________________________________________________________________
30278 [  9852] By: jhi                                   on 2001/04/26  13:17:21
30279         Log: Retract #9851, core dumps from pod2man.
30280      Branch: perl
30281            ! regcomp.c
30282 ____________________________________________________________________________
30283 [  9851] By: jhi                                   on 2001/04/26  11:54:41
30284         Log: (Retracted by #9852.)
30285              
30286              Subject: [PATCH @9846] dumping ANYOF
30287              From: Hugo <hv@crypt.compulink.co.uk>
30288              Date: Thu, 26 Apr 2001 05:32:38 +0100
30289              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
30290      Branch: perl
30291            ! regcomp.c
30292 ____________________________________________________________________________
30293 [  9850] By: jhi                                   on 2001/04/26  02:34:44
30294         Log: If ccflags was empty the _previous_ $* containing all the
30295              environment variables and Configure variables was used,
30296              which lead, among other bad things, into $ccflags being your
30297              uname -a output, which lead into test compile with cc failing,
30298              which lead into gcc being selected, which didn't work that well
30299              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
30300              with large files, et cetera.
30301      Branch: perl
30302            ! hints/hpux.sh
30303 ____________________________________________________________________________
30304 [  9849] By: jhi                                   on 2001/04/26  01:44:57
30305         Log: Make selfstubber test more portable.
30306      Branch: perl
30307            ! t/lib/selfstubber.t
30308 ____________________________________________________________________________
30309 [  9848] By: jhi                                   on 2001/04/26  00:50:26
30310         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
30311              From: Benjamin Sugars <ben.sugars@home.com>
30312              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
30313              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
30314      Branch: perl
30315            ! ext/Cwd/Cwd.xs
30316 ____________________________________________________________________________
30317 [  9847] By: jhi                                   on 2001/04/26  00:46:58
30318         Log: Subject: [PATCH: perl@9841] VMS updates
30319              From: Peter Prymmer <pvhp@forte.com>
30320              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
30321              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
30322      Branch: perl
30323            ! README.vms configure.com vms/descrip_mms.template
30324            ! vms/ext/filespec.t
30325 ____________________________________________________________________________
30326 [  9846] By: jhi                                   on 2001/04/26  00:11:56
30327         Log: re 'debug' was broken by #9084.
30328      Branch: perl
30329            ! ext/re/re.xs
30330 ____________________________________________________________________________
30331 [  9845] By: jhi                                   on 2001/04/25  22:33:17
30332         Log: Subject: [PATCH] test for Devel::SelfStubber
30333              From: Nicholas Clark <nick@ccl4.org>
30334              Date: Thu, 26 Apr 2001 00:00:54 +0100
30335              Message-ID: <20010426000054.D89026@plum.flirble.org>
30336      Branch: perl
30337            + t/lib/selfstubber.t
30338            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
30339 ____________________________________________________________________________
30340 [  9844] By: jhi                                   on 2001/04/25  22:29:32
30341         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
30342              From: Paul Johnson <paul@pjcj.net>
30343              Date: Thu, 26 Apr 2001 00:46:08 +0200
30344              Message-ID: <20010426004608.H2338@pjcj.net>
30345      Branch: perl
30346            ! ext/B/B/Concise.pm
30347 ____________________________________________________________________________
30348 [  9843] By: jhi                                   on 2001/04/25  22:28:28
30349         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
30350              From: Peter Prymmer <pvhp@forte.com>
30351              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
30352              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
30353      Branch: perl
30354            ! ext/Cwd/Cwd.xs
30355 ____________________________________________________________________________
30356 [  9842] By: jhi                                   on 2001/04/25  20:58:12
30357         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
30358              From: John Peacock <jpeacock@rowman.com>
30359              Date: Wed, 25 Apr 2001 17:30:26 -0400
30360              Message-ID: <3AE741F2.B3217464@rowman.com>
30361      Branch: perl
30362            ! lib/Math/BigInt.pm t/lib/bigintpm.t
30363 ____________________________________________________________________________
30364 [  9841] By: jhi                                   on 2001/04/25  20:07:05
30365         Log: Update Changes.
30366      Branch: perl
30367            ! Changes patchlevel.h
30368 ____________________________________________________________________________
30369 [  9840] By: jhi                                   on 2001/04/25  19:56:51
30370         Log: Yet another HP-UX hints version from Merijn.
30371      Branch: perl
30372            ! hints/hpux.sh
30373 ____________________________________________________________________________
30374 [  9839] By: jhi                                   on 2001/04/25  19:53:04
30375         Log: abs_path() didn't terminate the filename correctly,
30376              in DIRNAMLENless systems like HP-UX this would fail.
30377      Branch: perl
30378            ! ext/Cwd/Cwd.xs
30379 ____________________________________________________________________________
30380 [  9838] By: jhi                                   on 2001/04/25  16:37:26
30381         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
30382              From: Mike Guy <mjtg@cam.ac.uk>
30383              Date: Wed, 25 Apr 2001 18:31:47 +0100
30384              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
30385      Branch: perl
30386            ! op.c
30387 ____________________________________________________________________________
30388 [  9837] By: jhi                                   on 2001/04/25  16:21:53
30389         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
30390              From: Jon Eveland <jweveland@yahoo.com>
30391              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
30392              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
30393      Branch: perl
30394            ! lib/perl5db.pl
30395 ____________________________________________________________________________
30396 [  9836] By: jhi                                   on 2001/04/25  14:17:50
30397         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
30398              From: "Philip Newton" <pnewton@gmx.de>
30399              Date: Wed, 25 Apr 2001 17:05:58 +0200
30400              Message-ID: <3AE703F6.3234.1833C45@localhost>
30401      Branch: perl
30402            ! Porting/patching.pod
30403 ____________________________________________________________________________
30404 [  9835] By: jhi                                   on 2001/04/25  13:58:07
30405         Log: It would seem that both ar and full_ar need to be overridden
30406              for HP-UX to avoid the GNU ar.
30407      Branch: perl
30408            ! hints/hpux.sh
30409 ____________________________________________________________________________
30410 [  9834] By: jhi                                   on 2001/04/25  13:50:40
30411         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
30412              From: "Philip Newton" <pnewton@gmx.de>
30413              Date: Wed, 25 Apr 2001 16:09:23 +0200
30414              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
30415              
30416              Detypo.
30417      Branch: perl
30418            ! t/op/misc.t
30419 ____________________________________________________________________________
30420 [  9833] By: jhi                                   on 2001/04/25  12:36:11
30421         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
30422      Branch: perl
30423            ! hints/hpux.sh
30424 ____________________________________________________________________________
30425 [  9832] By: jhi                                   on 2001/04/25  12:33:36
30426         Log: New version of HP-UX hints from Merijn.
30427      Branch: perl
30428            ! hints/hpux.sh
30429 ____________________________________________________________________________
30430 [  9831] By: jhi                                   on 2001/04/25  03:39:45
30431         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
30432      Branch: perl
30433            ! hints/hpux.sh
30434 ____________________________________________________________________________
30435 [  9830] By: jhi                                   on 2001/04/25  02:53:25
30436         Log: The tzname[] bit is not needed by util.c -- and causes
30437              heartburn in VMS (and it missing was probably the cause of
30438              the Mac OS X trouble).  Ouch.
30439      Branch: perl
30440            ! ext/POSIX/POSIX.xs util.c
30441 ____________________________________________________________________________
30442 [  9829] By: jhi                                   on 2001/04/25  00:10:06
30443         Log: Metaconfig unit change for #9828.
30444      Branch: metaconfig
30445            ! U/compline/ccflags.U
30446 ____________________________________________________________________________
30447 [  9828] By: jhi                                   on 2001/04/25  00:04:18
30448         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
30449              (which is actually the reason for the change, we need to pass
30450              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
30451              EP/IX, OS/2, and TitanOS, based on the hints files.
30452      Branch: perl
30453            ! Configure config_h.SH
30454 ____________________________________________________________________________
30455 [  9827] By: jhi                                   on 2001/04/24  23:49:20
30456         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
30457              the $cat must have an absolute path.
30458      Branch: perl
30459            ! makedepend.SH
30460 ____________________________________________________________________________
30461 [  9826] By: jhi                                   on 2001/04/24  23:40:53
30462         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
30463      Branch: perl
30464            ! README.amiga
30465 ____________________________________________________________________________
30466 [  9825] By: jhi                                   on 2001/04/24  23:35:35
30467         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
30468              From: "Philip Newton" <pnewton@gmx.de>
30469              Date: Tue, 24 Apr 2001 18:52:49 +0200
30470              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
30471      Branch: perl
30472            ! x2p/find2perl.PL
30473 ____________________________________________________________________________
30474 [  9824] By: jhi                                   on 2001/04/24  23:33:07
30475         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
30476              Some gcc specifics dropped out due to extensive rewriting;
30477              will be put back later as needed.
30478      Branch: perl
30479            ! hints/hpux.sh
30480 ____________________________________________________________________________
30481 [  9823] By: jhi                                   on 2001/04/24  23:27:57
30482         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
30483      Branch: perl
30484            ! ext/POSIX/POSIX.xs
30485 ____________________________________________________________________________
30486 [  9822] By: jhi                                   on 2001/04/24  23:25:21
30487         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
30488              From: Tim Jenness <t.jenness@jach.hawaii.edu>
30489              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
30490              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
30491      Branch: perl
30492            ! ext/XS/Typemap/Typemap.xs
30493 ____________________________________________________________________________
30494 [  9821] By: jhi                                   on 2001/04/24  23:24:10
30495         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
30496              From: "Abigail" <abigail@foad.org>
30497              Date: Tue, 24 Apr 2001 23:12:03 +0200
30498              Message-ID: <20010424211203.7901.qmail@foad.org>
30499      Branch: perl
30500            ! pod/perlport.pod
30501 ____________________________________________________________________________
30502 [  9820] By: jhi                                   on 2001/04/24  23:23:15
30503         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
30504              From: Matt Sergeant <matt@sergeant.org>
30505              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
30506              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
30507      Branch: perl
30508            ! pod/perlfaq4.pod
30509 ____________________________________________________________________________
30510 [  9819] By: nick                                  on 2001/04/24  18:49:43
30511         Log: Integrate mainline.
30512      Branch: perlio
30513           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
30514           !> (integrate 37 files)
30515 ____________________________________________________________________________
30516 [  9818] By: jhi                                   on 2001/04/24  14:35:23
30517         Log: Update Changes.
30518      Branch: perl
30519            ! Changes patchlevel.h
30520 ____________________________________________________________________________
30521 [  9817] By: jhi                                   on 2001/04/24  14:09:17
30522         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
30523              From: "Philip Newton" <pnewton@gmx.de>
30524              Date: Tue, 24 Apr 2001 12:58:12 +0200
30525              Message-ID: <3AE57864.8304.B77A0A@localhost> 
30526              
30527              plus add CPAN to the list of modules that have their own tests.
30528      Branch: perl
30529            ! t/lib/1_compile.t
30530 ____________________________________________________________________________
30531 [  9816] By: jhi                                   on 2001/04/24  14:07:03
30532         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
30533              From: Michael G Schwern <schwern@pobox.com>
30534              Date: Sat, 21 Apr 2001 22:35:00 +0100
30535              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
30536      Branch: perl
30537            ! t/lib/1_compile.t
30538 ____________________________________________________________________________
30539 [  9815] By: jhi                                   on 2001/04/24  13:54:32
30540         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
30541              From: Robin Houston <robin@kitsite.com>
30542              Date: Tue, 24 Apr 2001 15:51:18 +0100
30543              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
30544      Branch: perl
30545            ! ext/B/B/Deparse.pm
30546 ____________________________________________________________________________
30547 [  9814] By: jhi                                   on 2001/04/24  13:17:34
30548         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
30549              From: Bill Glicker <billg@burrelles.com>
30550              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
30551              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
30552      Branch: perl
30553            ! hints/svr5.sh
30554 ____________________________________________________________________________
30555 [  9813] By: jhi                                   on 2001/04/24  12:54:23
30556         Log: Prevent path disclosure (probing for existence of filenames)
30557              using suidperl; bug id 20010322.218.
30558      Branch: perl
30559            ! perl.c pod/perldiag.pod
30560 ____________________________________________________________________________
30561 [  9812] By: jhi                                   on 2001/04/24  12:08:36
30562         Log: Retract #9811.
30563      Branch: perl
30564            ! ext/POSIX/POSIX.xs
30565 ____________________________________________________________________________
30566 [  9811] By: jhi                                   on 2001/04/24  11:57:35
30567         Log: (Retracted by #9812.)
30568      Branch: perl
30569            ! ext/POSIX/POSIX.xs
30570 ____________________________________________________________________________
30571 [  9810] By: jhi                                   on 2001/04/24  03:32:35
30572         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
30573      Branch: perl
30574            ! util.c
30575 ____________________________________________________________________________
30576 [  9809] By: jhi                                   on 2001/04/24  03:16:13
30577         Log: The Math::BigFloat::import() was broken.
30578              (Fixes bug id 20010422.002.)
30579      Branch: perl
30580            ! lib/Math/BigFloat.pm
30581 ____________________________________________________________________________
30582 [  9808] By: jhi                                   on 2001/04/24  01:11:40
30583         Log: Additional dependencies; should help for parallel makes
30584              not to fail on missing lib/lib.pm or lib/re.pm.
30585      Branch: perl
30586            ! Makefile.SH
30587 ____________________________________________________________________________
30588 [  9807] By: jhi                                   on 2001/04/24  00:57:01
30589         Log: Update the test failure disclaimer.
30590      Branch: perl
30591            ! t/pragma/warn/pp_hot
30592 ____________________________________________________________________________
30593 [  9806] By: jhi                                   on 2001/04/24  00:54:04
30594         Log: Add make target "install-all" which is alias for "install"
30595              to cater for case-preserving filesystems like HFS+.
30596      Branch: perl
30597            ! INSTALL Makefile.SH
30598 ____________________________________________________________________________
30599 [  9805] By: jhi                                   on 2001/04/24  00:47:28
30600         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
30601              From: Peter Prymmer <pvhp@forte.com>
30602              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
30603              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
30604              
30605              (Ken William's message forwarded from macosx@perl.org)
30606      Branch: perl
30607            ! hints/darwin.sh
30608 ____________________________________________________________________________
30609 [  9804] By: jhi                                   on 2001/04/23  23:57:35
30610         Log: Cut-and-pasto.
30611      Branch: perl
30612            ! perlio.c
30613 ____________________________________________________________________________
30614 [  9803] By: jhi                                   on 2001/04/23  23:52:25
30615         Log: More PerlIO robustness.
30616      Branch: perl
30617            ! perlio.c
30618 ____________________________________________________________________________
30619 [  9802] By: jhi                                   on 2001/04/23  23:43:35
30620         Log: Make the "STD* opened only for ..." errors more consistent.
30621      Branch: perl
30622            ! doio.c
30623 ____________________________________________________________________________
30624 [  9801] By: jhi                                   on 2001/04/23  23:34:26
30625         Log: Test case for #9800.
30626      Branch: perl
30627            ! t/op/misc.t
30628 ____________________________________________________________________________
30629 [  9800] By: jhi                                   on 2001/04/23  23:14:43
30630         Log: Avoid coredump on 'close STDERR; die' by making
30631              the PerlIO calls more robust.  Also use SETERRNO()
30632              instead of errno = to be more VMS-ready.
30633      Branch: perl
30634            ! perlio.c
30635 ____________________________________________________________________________
30636 [  9799] By: jhi                                   on 2001/04/23  21:41:10
30637         Log: Subject: test for ID 20010423.002
30638              From: Robin Houston <robin@kitsite.com>
30639              Date: Mon, 23 Apr 2001 16:52:21 +0100
30640              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
30641      Branch: perl
30642            ! t/op/avhv.t
30643 ____________________________________________________________________________
30644 [  9798] By: jhi                                   on 2001/04/23  21:40:07
30645         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
30646              From: David Dyck <dcd@tc.fluke.com>
30647              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
30648              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
30649      Branch: perl
30650            ! installperl
30651 ____________________________________________________________________________
30652 [  9797] By: jhi                                   on 2001/04/23  21:37:56
30653         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
30654              From: Benjamin Sugars <bsugars@canoe.ca>
30655              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
30656              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
30657      Branch: perl
30658            ! ext/Cwd/Cwd.xs lib/Cwd.pm
30659 ____________________________________________________________________________
30660 [  9796] By: jhi                                   on 2001/04/23  21:29:24
30661         Log: Synchronize h2xs and pod2man some more on the documentation
30662              templates they propose.
30663      Branch: perl
30664            ! pod/pod2man.PL utils/h2xs.PL
30665 ____________________________________________________________________________
30666 [  9795] By: jhi                                   on 2001/04/23  17:30:40
30667         Log: Add one more naughty test for base64; make encoding logic cleaner.
30668      Branch: perl
30669            ! t/lib/mimeb64.t
30670 ____________________________________________________________________________
30671 [  9794] By: jhi                                   on 2001/04/23  13:51:32
30672         Log: Update Changes.
30673      Branch: perl
30674            ! Changes patchlevel.h
30675 ____________________________________________________________________________
30676 [  9793] By: jhi                                   on 2001/04/23  13:44:18
30677         Log: Duplicate lines.
30678      Branch: perl
30679            ! MANIFEST
30680 ____________________________________________________________________________
30681 [  9792] By: jhi                                   on 2001/04/23  13:39:13
30682         Log: Subject: Re: PATCH 5.7.1
30683              From: Mark-Jason Dominus <mjd@plover.com>
30684              Date: Mon, 23 Apr 2001 10:30:21 -0400
30685              Message-ID: <20010423143021.17335.qmail@plover.com>
30686      Branch: perl
30687            ! perl.h sv.c
30688 ____________________________________________________________________________
30689 [  9791] By: jhi                                   on 2001/04/23  13:32:40
30690         Log: Add the CPAN.pm 1.59_54 tests.
30691      Branch: perl
30692            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
30693            ! MANIFEST
30694 ____________________________________________________________________________
30695 [  9790] By: jhi                                   on 2001/04/23  13:21:55
30696         Log: Subject: Deparse nit
30697              From: Robin Houston <robin@kitsite.com>
30698              Date: Mon, 23 Apr 2001 12:38:20 +0100
30699              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
30700      Branch: perl
30701            ! ext/B/B/Deparse.pm
30702 ____________________________________________________________________________
30703 [  9789] By: jhi                                   on 2001/04/23  13:19:07
30704         Log: Subject: [PATCH] bug 20010423.002
30705              From: Robin Houston <robin@kitsite.com>
30706              Date: Mon, 23 Apr 2001 13:12:30 +0100
30707              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
30708      Branch: perl
30709            ! pp.c
30710 ____________________________________________________________________________
30711 [  9788] By: jhi                                   on 2001/04/23  13:02:49
30712         Log: Subject: PATCH [5.7.1] hv.c unused #define
30713              From: Mark-Jason Dominus <mjd@plover.com>
30714              Date: Sun, 22 Apr 2001 14:17:49 -0400
30715              Message-ID: <20010422181749.26976.qmail@plover.com>
30716      Branch: perl
30717            ! hv.c
30718 ____________________________________________________________________________
30719 [  9787] By: jhi                                   on 2001/04/23  13:02:02
30720         Log: Subject: PATCH 5.7.1
30721              From: Mark-Jason Dominus <mjd@plover.com>
30722              Date: Sun, 22 Apr 2001 15:12:57 -0400
30723              Message-ID: <20010422191258.6539.qmail@plover.com>
30724              
30725              plus Sarathy's STMT_START + STMT_END suggestion.
30726      Branch: perl
30727            ! perl.h
30728 ____________________________________________________________________________
30729 [  9786] By: jhi                                   on 2001/04/23  12:53:25
30730         Log: Fix for
30731              
30732              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
30733              From: dLux <dlux@spam.sch.bme.hu>
30734              Date: Mon, 23 Apr 2001 01:25:26 +0200
30735              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
30736              
30737              (SvGROW really does return a char *.)
30738      Branch: perl
30739            ! pod/perlapi.pod sv.h
30740 ____________________________________________________________________________
30741 [  9785] By: jhi                                   on 2001/04/23  04:34:04
30742         Log: Time::Piece work continues.  $t->day removed since
30743              I think it's too confusing.  Now has normal and
30744              abbreviated length weekday names and month names,
30745              the names change with _names(), not _list().
30746              Now has strftime() in Perl, _strftime() is
30747              the libc version (to which strftime() falls back
30748              if it doesn't know the format.  To do: the reverse
30749              of strftime, strptime(), and the localisation of both.
30750      Branch: perl
30751            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
30752            ! t/lib/time-piece.t
30753 ____________________________________________________________________________
30754 [  9784] By: jhi                                   on 2001/04/23  02:41:46
30755         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
30756              From: andreas.koenig@anima.de (Andreas J. Koenig)
30757              Date: 23 Apr 2001 05:20:55 +0200
30758              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
30759      Branch: perl
30760            ! t/pragma/overload.t
30761 ____________________________________________________________________________
30762 [  9783] By: jhi                                   on 2001/04/22  23:32:42
30763         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
30764              From: Robin Houston <robin@kitsite.com>
30765              Date: Mon, 23 Apr 2001 00:38:18 +0100
30766              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
30767      Branch: perl
30768            ! ext/B/B/Deparse.pm
30769 ____________________________________________________________________________
30770 [  9782] By: jhi                                   on 2001/04/22  20:55:43
30771         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
30772              From: Simon Cozens <simon@netthink.co.uk>
30773              Date: Sun, 22 Apr 2001 18:47:25 +0100
30774              Message-ID: <20010422184725.A14411@netthink.co.uk>
30775      Branch: perl
30776            ! sv.c t/pragma/overload.t
30777 ____________________________________________________________________________
30778 [  9781] By: jhi                                   on 2001/04/22  20:52:13
30779         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
30780              From: Robin Houston <robin@kitsite.com>
30781              Date: Sun, 22 Apr 2001 22:14:50 +0100
30782              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
30783      Branch: perl
30784            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
30785 ____________________________________________________________________________
30786 [  9780] By: nick                                  on 2001/04/22  20:40:31
30787         Log: Integrate mainline.
30788      Branch: perlio
30789           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
30790           +> t/lib/b-stash.t
30791           !> (integrate 38 files)
30792 ____________________________________________________________________________
30793 [  9779] By: jhi                                   on 2001/04/22  15:16:03
30794         Log: Subject: IO::Socket::INET patch
30795              From: andrew deryabin <djsf@technarchy.ru>
30796              Date: Sat, 21 Apr 2001 17:46:52 +0400
30797              Message-ID: <20010421174652.B1426@technarchy>
30798      Branch: perl
30799            ! ext/IO/lib/IO/Socket/INET.pm
30800 ____________________________________________________________________________
30801 [  9778] By: jhi                                   on 2001/04/22  15:14:33
30802         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
30803              From: Mark-Jason Dominus <mjd@plover.com>
30804              Date: Sat, 21 Apr 2001 21:27:49 -0400
30805              Message-ID: <20010422012749.27024.qmail@plover.com>
30806      Branch: perl
30807            ! regcomp.c
30808 ____________________________________________________________________________
30809 [  9777] By: jhi                                   on 2001/04/22  15:10:51
30810         Log: Subject: Re: Regex debugger patch 
30811              From: Mark-Jason Dominus <mjd@plover.com>
30812              Date: Sat, 21 Apr 2001 21:48:51 -0400
30813              Message-ID: <20010422014851.27165.qmail@plover.com>
30814      Branch: perl
30815            ! pod/perldebguts.pod
30816 ____________________________________________________________________________
30817 [  9776] By: jhi                                   on 2001/04/22  15:09:48
30818         Log: Subject: Re: Regex debugger patch
30819              From: Mark-Jason Dominus <mjd@plover.com>
30820              Date: Sat, 21 Apr 2001 14:24:39 -0400
30821              Message-ID: <20010421182439.16508.qmail@plover.com>
30822              
30823              Regex debugger backend.
30824      Branch: perl
30825            ! regcomp.c regexp.h
30826 ____________________________________________________________________________
30827 [  9775] By: jhi                                   on 2001/04/21  16:45:40
30828         Log: Subject: [PATCH] Typo in utf8.h
30829              From: Jesús Quiroga <jquiroga@pobox.com>
30830              Date: Sat, 21 Apr 2001 19:25:33 +0200
30831              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
30832      Branch: perl
30833            ! utf8.h
30834 ____________________________________________________________________________
30835 [  9774] By: jhi                                   on 2001/04/21  16:43:52
30836         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
30837              From: Joe Orton <jorton@redhat.com>
30838              Date: Tue, 17 Apr 2001 15:50:43 +0100
30839              Message-Id: <20010417155043.D19132@eu.c2.net>
30840      Branch: perl
30841            ! hints/svr5.sh
30842 ____________________________________________________________________________
30843 [  9773] By: jhi                                   on 2001/04/21  15:30:15
30844         Log: Subject: Patch utils/h2xs.PL
30845              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
30846              Date: Sat, 21 Apr 2001 10:32:16 -0500
30847              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
30848              
30849              Add MAILING list and LICENSE templates.
30850      Branch: perl
30851            ! utils/h2xs.PL
30852 ____________________________________________________________________________
30853 [  9772] By: jhi                                   on 2001/04/21  15:28:36
30854         Log: Subject: perlfaq2.patch for 5.7.1
30855              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
30856              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
30857              Date: Fri, 20 Apr 2001 16:42:19 -0500
30858              
30859              rm an extra tab, a blurb about the xx.cpan to clarify
30860              which countries actually have that and dejanews is history
30861              as well as most of that nonsensical entry.
30862      Branch: perl
30863            ! pod/perlfaq2.pod
30864 ____________________________________________________________________________
30865 [  9771] By: jhi                                   on 2001/04/21  15:27:17
30866         Log: Subject: perlfaq1.patch for 5.7.1
30867              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
30868              Date: Fri, 20 Apr 2001 16:57:36 -0500
30869              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
30870              
30871              Evil URLs must die. Especially when they are broken.
30872      Branch: perl
30873            ! pod/perlfaq1.pod
30874 ____________________________________________________________________________
30875 [  9770] By: jhi                                   on 2001/04/21  15:23:38
30876         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
30877              From: Michael G Schwern <schwern@pobox.com>
30878              Date: Sat, 21 Apr 2001 16:11:12 +0100
30879              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
30880      Branch: perl
30881            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
30882            + t/lib/b-stash.t
30883            ! MANIFEST ext/B/B.pm t/lib/b.t
30884 ____________________________________________________________________________
30885 [  9769] By: jhi                                   on 2001/04/21  15:03:32
30886         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
30887              From: Michael G Schwern <schwern@pobox.com>
30888              Date: Sat, 21 Apr 2001 09:48:00 +0100
30889              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
30890      Branch: perl
30891            ! utils/h2ph.PL
30892 ____________________________________________________________________________
30893 [  9768] By: jhi                                   on 2001/04/21  14:33:49
30894         Log: PerlIO and Encode doc cleanup and tweaks.
30895      Branch: perl
30896            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
30897            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
30898 ____________________________________________________________________________
30899 [  9767] By: jhi                                   on 2001/04/21  12:40:16
30900         Log: Integrate perlio.
30901      Branch: perl
30902           !> doio.c
30903 ____________________________________________________________________________
30904 [  9766] By: nick                                  on 2001/04/20  18:28:35
30905         Log: Avoid core dump on
30906              open(STDOUT,">",\$foo);
30907      Branch: perlio
30908            ! doio.c
30909 ____________________________________________________________________________
30910 [  9765] By: jhi                                   on 2001/04/20  13:23:43
30911         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
30912              From: Robin Houston <robin@kitsite.com>
30913              Date: Fri, 20 Apr 2001 14:29:22 +0100
30914              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
30915      Branch: perl
30916            ! ext/B/B.pm ext/B/B/Deparse.pm
30917 ____________________________________________________________________________
30918 [  9764] By: jhi                                   on 2001/04/20  13:19:33
30919         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
30920              From: Peter Prymmer <pvhp@forte.com>
30921              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
30922              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
30923      Branch: perl
30924            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
30925            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
30926            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
30927            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
30928 ____________________________________________________________________________
30929 [  9763] By: jhi                                   on 2001/04/20  12:36:39
30930         Log: Subject: Re: A new PerlIO coredump
30931              From: Nick Ing-Simmons <nik@tiuk.ti.com>
30932              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
30933              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
30934      Branch: perl
30935            ! doio.c
30936 ____________________________________________________________________________
30937 [  9762] By: jhi                                   on 2001/04/19  23:02:30
30938         Log: Update Changes.
30939      Branch: perl
30940            ! Changes patchlevel.h
30941 ____________________________________________________________________________
30942 [  9761] By: jhi                                   on 2001/04/19  22:59:19
30943         Log: More cleanup cleanup.
30944      Branch: perl
30945            ! Makefile.SH win32/Makefile win32/makefile.mk
30946 ____________________________________________________________________________
30947 [  9760] By: jhi                                   on 2001/04/19  22:50:31
30948         Log: lib/Time is non-empty, let's not rmdir it.
30949      Branch: perl
30950            ! Makefile.SH
30951 ____________________________________________________________________________
30952 [  9759] By: jhi                                   on 2001/04/19  22:36:51
30953         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
30954              From: Robin Houston <robin@kitsite.com>
30955              Date: Fri, 20 Apr 2001 00:18:53 +0100
30956              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
30957      Branch: perl
30958            ! ext/B/B/Deparse.pm
30959 ____________________________________________________________________________
30960 [  9758] By: jhi                                   on 2001/04/19  22:36:00
30961         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
30962              From: Peter Prymmer <pvhp@forte.com>
30963              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
30964              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
30965      Branch: perl
30966            ! ext/Cwd/Cwd.xs
30967 ____________________________________________________________________________
30968 [  9757] By: nick                                  on 2001/04/19  18:53:54
30969         Log: Blind (untested) integrate of mainline.
30970      Branch: perlio
30971           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
30972           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
30973           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
30974           !> (integrate 53 files)
30975 ____________________________________________________________________________
30976 [  9756] By: jhi                                   on 2001/04/19  16:59:23
30977         Log: Document and test Time::Piece.
30978      Branch: perl
30979            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
30980            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
30981 ____________________________________________________________________________
30982 [  9755] By: jhi                                   on 2001/04/19  12:13:29
30983         Log: A better fix for the \x{12345678} trouble from NI-S.
30984      Branch: perl
30985            ! utf8.c
30986 ____________________________________________________________________________
30987 [  9754] By: jhi                                   on 2001/04/19  11:56:07
30988         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
30989              From: Robin Houston <robin@kitsite.com>
30990              Date: Wed, 18 Apr 2001 17:58:33 +0100
30991              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
30992      Branch: perl
30993            ! ext/B/B/Deparse.pm op.c
30994 ____________________________________________________________________________
30995 [  9753] By: jhi                                   on 2001/04/19  04:21:52
30996         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
30997              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
30998              Date: Thu, 19 Apr 2001 01:11:41 -0400
30999              Message-ID: <20010419011141.A5798@cpan.org>
31000      Branch: perl
31001            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
31002 ____________________________________________________________________________
31003 [  9752] By: jhi                                   on 2001/04/19  02:41:10
31004         Log: The new time utils need to be thread-aware, too.
31005      Branch: perl
31006            ! util.c
31007 ____________________________________________________________________________
31008 [  9751] By: jhi                                   on 2001/04/19  02:26:47
31009         Log: Compilation nit noticed by AIX compiler.
31010      Branch: perl
31011            ! perlio.c
31012 ____________________________________________________________________________
31013 [  9750] By: jhi                                   on 2001/04/19  02:20:06
31014         Log: The new time utils need to be public.
31015      Branch: perl
31016            ! embed.pl
31017 ____________________________________________________________________________
31018 [  9749] By: jhi                                   on 2001/04/19  01:42:39
31019         Log: Regen toc.
31020      Branch: perl
31021            ! pod/perltoc.pod
31022 ____________________________________________________________________________
31023 [  9748] By: jhi                                   on 2001/04/19  01:41:10
31024         Log: Add Time::Piece, a slight rewrite of Time::Object,
31025              from Matt Sergeant.
31026      Branch: perl
31027            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
31028            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
31029            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
31030            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
31031            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
31032            ! win32/makefile.mk
31033 ____________________________________________________________________________
31034 [  9747] By: jhi                                   on 2001/04/19  00:55:35
31035         Log: The new metaconfig unit from strftime.
31036      Branch: metaconfig/U/perl
31037            + d_strftime.U
31038 ____________________________________________________________________________
31039 [  9746] By: jhi                                   on 2001/04/19  00:54:54
31040         Log: Move the strftime() wrapper from POSIX.xs to util.c
31041              as my_strftime(), requires HAS_STRFTIME.
31042      Branch: perl
31043            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31044            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
31045            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
31046            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
31047            ! vos/config.ga.h win32/config.bc win32/config.gc
31048            ! win32/config.vc
31049 ____________________________________________________________________________
31050 [  9745] By: jhi                                   on 2001/04/18  23:11:03
31051         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
31052              in preparation of Time::Piece.
31053      Branch: perl
31054            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
31055 ____________________________________________________________________________
31056 [  9744] By: jhi                                   on 2001/04/18  22:33:12
31057         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
31058              From: Peter Prymmer <pvhp@forte.com>
31059              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
31060              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
31061      Branch: perl
31062            ! t/lib/exporter.t
31063 ____________________________________________________________________________
31064 [  9743] By: jhi                                   on 2001/04/18  22:32:23
31065         Log: Subject: Fwd: pod2html leaves cache files lying around?
31066              From: Rajesh Vaidheeswarran <rv@gnu.org>
31067              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
31068              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
31069      Branch: perl
31070            ! lib/Pod/Html.pm
31071 ____________________________________________________________________________
31072 [  9742] By: jhi                                   on 2001/04/18  20:31:49
31073         Log: Update Changes.
31074      Branch: perl
31075            ! Changes patchlevel.h
31076 ____________________________________________________________________________
31077 [  9741] By: jhi                                   on 2001/04/18  20:23:02
31078         Log: Declare hints only if needed.
31079      Branch: perl
31080            ! ext/B/B/Deparse.pm
31081 ____________________________________________________________________________
31082 [  9740] By: jhi                                   on 2001/04/18  19:06:05
31083         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
31084              bug noticed by Robin Houston; basically the code of detecting
31085              value wraparound was acting differently under different compilers
31086              and platforms.  The workaround is to remove the overflow check
31087              for now, a real fix would be to do the overflow (portably) right.
31088      Branch: perl
31089            ! t/op/pat.t utf8.c
31090 ____________________________________________________________________________
31091 [  9739] By: jhi                                   on 2001/04/18  19:01:23
31092         Log: Subject: [PATCH B::Deparse] some pragma support
31093              From: Robin Houston <robin@kitsite.com>
31094              Date: Wed, 18 Apr 2001 19:32:12 +0100
31095              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
31096      Branch: perl
31097            ! ext/B/B/Deparse.pm
31098 ____________________________________________________________________________
31099 [  9738] By: jhi                                   on 2001/04/18  15:16:37
31100         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
31101              From: Benjamin Sugars <bsugars@canoe.ca>
31102              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
31103              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
31104      Branch: perl
31105            ! t/op/glob.t
31106 ____________________________________________________________________________
31107 [  9737] By: jhi                                   on 2001/04/18  13:24:50
31108         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
31109              From: Tim Jenness <t.jenness@jach.hawaii.edu>
31110              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
31111              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
31112      Branch: perl
31113            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
31114            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
31115 ____________________________________________________________________________
31116 [  9736] By: jhi                                   on 2001/04/18  04:15:14
31117         Log: The #9735 also changes the subtest 12.
31118      Branch: perl
31119            ! t/lib/b.t
31120 ____________________________________________________________________________
31121 [  9735] By: jhi                                   on 2001/04/18  03:55:17
31122         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
31123              From: David Dyck <dcd@tc.fluke.com>
31124              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
31125              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
31126      Branch: perl
31127            ! ext/B/B/Deparse.pm
31128 ____________________________________________________________________________
31129 [  9734] By: jhi                                   on 2001/04/18  03:54:11
31130         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
31131              From: Gisle Aas <gisle@ActiveState.com>
31132              Date: 17 Apr 2001 19:06:45 -0700
31133              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
31134      Branch: perl
31135            ! pp_hot.c t/op/misc.t
31136 ____________________________________________________________________________
31137 [  9733] By: jhi                                   on 2001/04/17  22:25:22
31138         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
31139              From: "Abigail" <abigail@foad.org>
31140              Date: Wed, 18 Apr 2001 01:17:46 +0200
31141              Message-ID: <20010417231746.21657.qmail@foad.org>
31142      Branch: perl
31143            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
31144 ____________________________________________________________________________
31145 [  9732] By: jhi                                   on 2001/04/17  20:47:56
31146         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
31147              From: Robin Houston <robin@kitsite.com>
31148              Date: Tue, 17 Apr 2001 22:37:42 +0100
31149              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
31150      Branch: perl
31151            ! ext/B/B/Deparse.pm
31152 ____________________________________________________________________________
31153 [  9731] By: nick                                  on 2001/04/17  20:46:35
31154         Log: Re-sync for t/lib/b.t fix
31155      Branch: perlio
31156           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
31157 ____________________________________________________________________________
31158 [  9730] By: jhi                                   on 2001/04/17  20:45:29
31159         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
31160              From: Robin Houston <robin@kitsite.com>
31161              Date: Tue, 17 Apr 2001 22:29:36 +0100
31162              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
31163      Branch: perl
31164            ! ext/B/B.xs ext/B/B/Deparse.pm
31165 ____________________________________________________________________________
31166 [  9729] By: jhi                                   on 2001/04/17  20:43:11
31167         Log: Subject: Deparse - parenthesise args to undeclared subs
31168              From: Robin Houston <robin@kitsite.com>
31169              Date: Tue, 17 Apr 2001 21:31:05 +0100
31170              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
31171      Branch: perl
31172            ! ext/B/B/Deparse.pm
31173 ____________________________________________________________________________
31174 [  9728] By: jhi                                   on 2001/04/17  18:57:30
31175         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
31176              From: Benjamin Sugars <ben.sugars@home.com>
31177              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
31178              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
31179      Branch: perl
31180            ! t/lib/cwd.t
31181 ____________________________________________________________________________
31182 [  9727] By: jhi                                   on 2001/04/17  18:20:20
31183         Log: Subject: [PATCH B::Deparse] ambient pragmas
31184              From: Robin Houston <robin@kitsite.com>
31185              Date: Tue, 17 Apr 2001 20:01:59 +0100
31186              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
31187      Branch: perl
31188            ! ext/B/B/Deparse.pm t/lib/b.t
31189 ____________________________________________________________________________
31190 [  9726] By: nick                                  on 2001/04/17  16:33:51
31191         Log: Integrate mainline (t/lib/b.t fails test 2...)
31192      Branch: perlio
31193           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
31194           +> ext/List/Util/README ext/List/Util/Util.xs
31195           +> ext/List/Util/lib/List/Util.pm
31196           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
31197           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
31198           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
31199           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
31200           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
31201           !> (integrate 31 files)
31202 ____________________________________________________________________________
31203 [  9725] By: jhi                                   on 2001/04/17  12:14:24
31204         Log: Subject: multiple B::* changes
31205              From: Robin Houston <robin@kitsite.com>
31206              Date: Thu, 12 Apr 2001 20:12:27 +0100
31207              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
31208      Branch: perl
31209            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
31210 ____________________________________________________________________________
31211 [  9724] By: jhi                                   on 2001/04/17  11:59:05
31212         Log: Thread-awareness from Doug MacEachern.
31213      Branch: perl
31214            ! ext/List/Util/Util.xs
31215 ____________________________________________________________________________
31216 [  9723] By: jhi                                   on 2001/04/17  11:57:41
31217         Log: Make the test more portable.
31218      Branch: perl
31219            ! t/lib/cwd.t
31220 ____________________________________________________________________________
31221 [  9722] By: jhi                                   on 2001/04/17  11:53:50
31222         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
31223              From: Benjamin Sugars <ben.sugars@home.com>
31224              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
31225              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
31226      Branch: perl
31227            ! t/lib/cwd.t
31228 ____________________________________________________________________________
31229 [  9721] By: jhi                                   on 2001/04/17  11:52:17
31230         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
31231              From: Benjamin Sugars <bsugars@canoe.ca>
31232              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
31233              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
31234      Branch: perl
31235            ! op.c
31236 ____________________________________________________________________________
31237 [  9720] By: jhi                                   on 2001/04/17  11:35:42
31238         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
31239              From: Chris Nandor <pudge@pobox.com>
31240              Date: Tue, 17 Apr 2001 00:30:49 -0400
31241              Message-Id: <p05100207b701768712de@[10.0.1.177]>
31242      Branch: perl
31243            ! ext/File/Glob/bsd_glob.c gv.c
31244 ____________________________________________________________________________
31245 [  9719] By: jhi                                   on 2001/04/17  11:32:13
31246         Log: Subject: [PATCH] Tweten->West
31247              From: Casey West <casey@geeknest.com>
31248              Date: Mon, 16 Apr 2001 12:11:22 -0400
31249              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
31250      Branch: perl
31251            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
31252            ! pod/perltie.pod
31253 ____________________________________________________________________________
31254 [  9718] By: jhi                                   on 2001/04/16  03:22:52
31255         Log: Update Changes.
31256      Branch: perl
31257            ! Changes patchlevel.h
31258 ____________________________________________________________________________
31259 [  9717] By: jhi                                   on 2001/04/16  03:06:28
31260         Log: Regen toc.
31261      Branch: perl
31262            ! pod/perltoc.pod
31263 ____________________________________________________________________________
31264 [  9716] By: jhi                                   on 2001/04/16  02:58:42
31265         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
31266              From: Prymmer/Kahn <pvhp@best.com>
31267              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
31268              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
31269      Branch: perl
31270            ! utf8.c
31271 ____________________________________________________________________________
31272 [  9715] By: jhi                                   on 2001/04/15  23:40:35
31273         Log: Subject: Re: Net::Ping patch, adds stream protocol
31274              From: bronson@rinspin.com (Scott Bronson)
31275              Date: Tue, 10 Apr 2001 23:58:33 -0700
31276              Message-ID: <20010410235833.N29719@rinspin.com>
31277      Branch: perl
31278            ! lib/Net/Ping.pm
31279 ____________________________________________________________________________
31280 [  9714] By: jhi                                   on 2001/04/15  23:31:46
31281         Log: Printing out the ok messages helps successful testing.
31282      Branch: perl
31283            ! t/lib/time-hires.t
31284 ____________________________________________________________________________
31285 [  9713] By: jhi                                   on 2001/04/15  21:43:24
31286         Log: Update Douglas Wegscheid's email.
31287      Branch: perl
31288            ! AUTHORS
31289 ____________________________________________________________________________
31290 [  9712] By: jhi                                   on 2001/04/15  21:40:41
31291         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
31292              From: Michael G Schwern <schwern@pobox.com>
31293              Date: Sat, 14 Apr 2001 22:40:50 +0100
31294              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
31295      Branch: perl
31296            + t/lib/exporter.t
31297            ! MANIFEST lib/Exporter/Heavy.pm
31298 ____________________________________________________________________________
31299 [  9711] By: jhi                                   on 2001/04/15  21:39:21
31300         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
31301              From: Michael G Schwern <schwern@pobox.com>
31302              Date: Sat, 14 Apr 2001 22:13:59 +0100
31303              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
31304      Branch: perl
31305            ! t/op/loopctl.t
31306 ____________________________________________________________________________
31307 [  9710] By: jhi                                   on 2001/04/15  21:30:19
31308         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
31309              From: Michael G Schwern <schwern@pobox.com>
31310              Date: Sat, 14 Apr 2001 22:05:32 +0100
31311              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
31312      Branch: perl
31313            ! t/pragma/warnings.t
31314 ____________________________________________________________________________
31315 [  9709] By: jhi                                   on 2001/04/15  19:34:09
31316         Log: Integrate changes #9706,9707 from maintperl into mainline.
31317              
31318              change#7210 broke .packlist generation
31319              
31320              ExtUtils::Installed doesn't quote regex metacharacters in paths
31321              before using them in match; also make it work for dosish platforms
31322      Branch: perl
31323           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
31324 ____________________________________________________________________________
31325 [  9708] By: jhi                                   on 2001/04/15  19:31:01
31326         Log: Test also the scalar aspect of getitimer().
31327      Branch: perl
31328            ! t/lib/time-hires.t
31329 ____________________________________________________________________________
31330 [  9707] By: gsar                                  on 2001/04/15  17:24:20
31331         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
31332              before using them in match; also make it work for dosish platforms
31333      Branch: maint-5.6/perl
31334            ! lib/ExtUtils/Installed.pm
31335 ____________________________________________________________________________
31336 [  9706] By: gsar                                  on 2001/04/15  17:21:59
31337         Log: change#7210 broke .packlist generation (listed only filename
31338              rather than fully qualified path name)
31339      Branch: maint-5.6/perl
31340            ! lib/ExtUtils/Install.pm
31341 ____________________________________________________________________________
31342 [  9705] By: jhi                                   on 2001/04/15  12:36:33
31343         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
31344      Branch: perl
31345            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
31346            ! t/lib/time-hires.t
31347 ____________________________________________________________________________
31348 [  9704] By: jhi                                   on 2001/04/15  10:49:08
31349         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
31350              From: Prymmer/Kahn <pvhp@best.com>
31351              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
31352              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
31353      Branch: perl
31354            ! lib/utf8.pm pod/perlebcdic.pod
31355 ____________________________________________________________________________
31356 [  9703] By: jhi                                   on 2001/04/15  02:26:26
31357         Log: I keep forgetting to sort MANIFEST.
31358      Branch: perl
31359            ! MANIFEST
31360 ____________________________________________________________________________
31361 [  9702] By: jhi                                   on 2001/04/15  02:07:47
31362         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
31363              Now we have blessed, reftype, tainted, first, reduce, ...
31364      Branch: perl
31365            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
31366            + ext/List/Util/README ext/List/Util/Util.xs
31367            + ext/List/Util/lib/List/Util.pm
31368            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
31369            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
31370            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
31371            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
31372            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
31373            ! MANIFEST
31374 ____________________________________________________________________________
31375 [  9701] By: jhi                                   on 2001/04/14  15:05:25
31376         Log: Subject: RE: dprofpp.pl updates 
31377              From: Carl Eklof <CEklof@endeca.com>
31378              Date: Thu, 12 Apr 2001 18:45:46 -0400
31379              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
31380      Branch: perl
31381            ! utils/dprofpp.PL
31382 ____________________________________________________________________________
31383 [  9700] By: jhi                                   on 2001/04/14  14:44:55
31384         Log: Do not just blindly add CR.
31385      Branch: perl
31386            ! Porting/makerel
31387 ____________________________________________________________________________
31388 [  9699] By: jhi                                   on 2001/04/13  13:17:01
31389         Log: Update Changes.
31390      Branch: perl
31391            ! Changes patchlevel.h
31392 ____________________________________________________________________________
31393 [  9698] By: jhi                                   on 2001/04/13  12:44:48
31394         Log: Integrate perlio.
31395      Branch: perl
31396           !> ext/PerlIO/Scalar/Scalar.xs
31397 ____________________________________________________________________________
31398 [  9697] By: jhi                                   on 2001/04/13  12:29:15
31399         Log: Add more debug output to the test.
31400      Branch: perl
31401            ! t/lib/cwd.t
31402 ____________________________________________________________________________
31403 [  9696] By: nick                                  on 2001/04/13  10:14:29
31404         Log: Fix core dump on binmode($fh,'Scalar')
31405      Branch: perlio
31406            ! ext/PerlIO/Scalar/Scalar.xs
31407 ____________________________________________________________________________
31408 [  9695] By: nick                                  on 2001/04/13  09:05:42
31409         Log: Integrate mainline
31410      Branch: perlio
31411           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
31412           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
31413           +> t/lib/time-hires.t
31414           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
31415           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
31416           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
31417           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
31418           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
31419           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
31420           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
31421 ____________________________________________________________________________
31422 [  9694] By: jhi                                   on 2001/04/12  22:23:35
31423         Log: Integrate change #9693 from maintperl into mainline.
31424              
31425              $VERSION and Version() on the same line provokes a warning from
31426              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
31427      Branch: perl
31428           !> lib/Devel/SelfStubber.pm
31429 ____________________________________________________________________________
31430 [  9693] By: gsar                                  on 2001/04/12  21:55:56
31431         Log: $VERSION and Version() on the same line provokes a warning from
31432              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
31433      Branch: maint-5.6/perl
31434            ! lib/Devel/SelfStubber.pm
31435 ____________________________________________________________________________
31436 [  9692] By: jhi                                   on 2001/04/12  13:54:00
31437         Log: This is at least 5.005.
31438      Branch: perl
31439            ! ext/Time/HiRes/HiRes.xs
31440 ____________________________________________________________________________
31441 [  9691] By: jhi                                   on 2001/04/12  13:37:20
31442         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
31443      Branch: perl
31444            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
31445            ! win32/Makefile win32/makefile.mk
31446 ____________________________________________________________________________
31447 [  9690] By: jhi                                   on 2001/04/12  01:34:46
31448         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
31449      Branch: perl
31450            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
31451            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
31452            + t/lib/time-hires.t
31453            ! MANIFEST
31454 ____________________________________________________________________________
31455 [  9689] By: jhi                                   on 2001/04/12  00:28:39
31456         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
31457              From: Gisle Aas <gisle@ActiveState.com>
31458              Date: 11 Apr 2001 16:36:11 -0700
31459              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
31460      Branch: perl
31461            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
31462 ____________________________________________________________________________
31463 [  9688] By: jhi                                   on 2001/04/12  00:27:39
31464         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
31465              From: Gisle Aas <gisle@ActiveState.com>
31466              Date: 11 Apr 2001 11:13:24 -0700
31467              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
31468      Branch: perl
31469            ! ext/MIME/Base64/Base64.xs
31470 ____________________________________________________________________________
31471 [  9687] By: jhi                                   on 2001/04/11  19:51:47
31472         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
31473      Branch: perl
31474            ! Todo-5.6
31475 ____________________________________________________________________________
31476 [  9686] By: jhi                                   on 2001/04/11  16:54:25
31477         Log: Subject: [PATCH opcode.pl] Documentation of table format
31478              From: Simon Cozens <simon@netthink.co.uk>
31479              Date: Wed, 11 Apr 2001 12:59:31 +0100
31480              Message-ID: <20010411125931.A25681@netthink.co.uk>
31481      Branch: perl
31482            ! opcode.pl
31483 ____________________________________________________________________________
31484 [  9685] By: jhi                                   on 2001/04/11  16:53:15
31485         Log: Subject: [PATCH] prototype("CORE::recv")
31486              From: Simon Cozens <simon@netthink.co.uk>
31487              Date: Wed, 11 Apr 2001 13:24:35 +0100
31488              Message-ID: <20010411132435.A26169@netthink.co.uk>
31489      Branch: perl
31490            ! pp.c t/comp/proto.t
31491 ____________________________________________________________________________
31492 [  9684] By: jhi                                   on 2001/04/11  16:47:13
31493         Log: FAQ (and AUTHORS) update from Dan Carson: the information
31494              was several years obsolete, Term::Readkey has been updated
31495              to have the functionality.
31496      Branch: perl
31497            ! AUTHORS pod/perlfaq5.pod
31498 ____________________________________________________________________________
31499 [  9683] By: jhi                                   on 2001/04/11  12:15:46
31500         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
31501              From: Calle Dybedahl <calle@lysator.liu.se>
31502              Date: 10 Apr 2001 16:44:16 +0200
31503              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
31504      Branch: perl
31505            ! ext/MIME/Base64/Base64.xs
31506 ____________________________________________________________________________
31507 [  9682] By: jhi                                   on 2001/04/11  12:12:26
31508         Log: A more minimal fix for 20010410.006 from Hugo.
31509      Branch: perl
31510            ! regexec.c
31511 ____________________________________________________________________________
31512 [  9681] By: jhi                                   on 2001/04/11  11:34:23
31513         Log: Integrate changes #9678,9679 from maintline into mainperl.
31514              
31515              addendum to change#9676
31516              
31517              up $File::Glob::VERSION; add a note pointing out the version of
31518              the OpenBSD glob bsd_glob.c resembles
31519      Branch: perl
31520           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
31521           !> ext/File/Glob/bsd_glob.h
31522 ____________________________________________________________________________
31523 [  9680] By: jhi                                   on 2001/04/11  11:30:38
31524         Log: Bad test numbering in integrate in #9677.
31525              Fixes ID 20010411.001.
31526      Branch: perl
31527            ! t/op/pat.t
31528 ____________________________________________________________________________
31529 [  9679] By: gsar                                  on 2001/04/11  03:38:40
31530         Log: up $File::Glob::VERSION; add a note pointing out the version of
31531              the OpenBSD glob bsd_glob.c resembles
31532      Branch: maint-5.6/perl
31533            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
31534            ! ext/File/Glob/bsd_glob.h
31535 ____________________________________________________________________________
31536 [  9678] By: gsar                                  on 2001/04/11  03:09:48
31537         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
31538              revision 1.8.10.1 found here:
31539              
31540              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
31541      Branch: maint-5.6/perl
31542            ! ext/File/Glob/bsd_glob.c
31543 ____________________________________________________________________________
31544 [  9677] By: jhi                                   on 2001/04/11  02:54:39
31545         Log: Integrate changes #9675,9676 from maintperl into mainline.
31546              
31547              fix for bug 20010410.006, undo change#7115
31548              
31549              port the OpenBSD glob() security patch
31550      Branch: perl
31551           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
31552           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
31553           !> t/op/pat.t
31554 ____________________________________________________________________________
31555 [  9676] By: gsar                                  on 2001/04/11  02:19:02
31556         Log: port the glob() security patch found at:
31557              
31558              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
31559              
31560              CERT advisory for the issue is here:
31561              
31562              http://www.cert.org/advisories/CA-2001-07.html
31563              
31564              Note that the security scare is only relevant for those who are
31565              foolish enough to build suidperl (which is now officially discouraged)
31566      Branch: maint-5.6/perl
31567            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
31568            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
31569 ____________________________________________________________________________
31570 [  9675] By: gsar                                  on 2001/04/10  23:52:11
31571         Log: fix for bug 20010410.006
31572              
31573              undo change#7115 (came into maint-5.6 as change#8156)
31574              
31575              add tests to keep it from coming back
31576      Branch: maint-5.6/perl
31577            ! regexec.c t/op/pat.t
31578 ____________________________________________________________________________
31579 [  9674] By: nick                                  on 2001/04/10  20:39:31
31580         Log: Integrate mainline
31581      Branch: perlio
31582           +> Porting/testall.atom
31583           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
31584           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
31585           !> t/lib/lc-uk.t t/pod/find.t
31586 ____________________________________________________________________________
31587 [  9673] By: nick                                  on 2001/04/10  18:46:14
31588         Log: Integrate against change 9670 aka perl-5.7.1
31589      Branch: perlio
31590           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
31591           !> (integrate 53 files)
31592 ____________________________________________________________________________
31593 [  9672] By: jhi                                   on 2001/04/10  13:45:01
31594         Log: Add a script for doing cumulative profile of the test suite.
31595              (Requires ATOM, that is, Tru64.)
31596      Branch: perl
31597            + Porting/testall.atom
31598            ! MANIFEST
31599 ____________________________________________________________________________
31600 [  9671] By: jhi                                   on 2001/04/10  12:38:53
31601         Log: Missing std block.
31602      Branch: perl
31603            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
31604            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
31605            ! t/pod/find.t
31606 ____________________________________________________________________________
31607 [  9670] By: jhi                                   on 2001/04/10  01:25:58
31608         Log: This is 5.7.1.
31609      Branch: perl
31610            ! patchlevel.h
31611 ____________________________________________________________________________
31612 [  9669] By: jhi                                   on 2001/04/10  01:09:14
31613         Log: Update Changes.
31614      Branch: perl
31615            ! Changes patchlevel.h
31616 ____________________________________________________________________________
31617 [  9668] By: jhi                                   on 2001/04/10  01:00:38
31618         Log: Regen toc.
31619      Branch: perl
31620            ! pod/perltoc.pod
31621 ____________________________________________________________________________
31622 [  9667] By: jhi                                   on 2001/04/10  00:52:16
31623         Log: Update perlhist.
31624      Branch: perl
31625            ! pod/perlhist.pod
31626 ____________________________________________________________________________
31627 [  9666] By: jhi                                   on 2001/04/09  23:38:59
31628         Log: Slight wording tweaks from Damian to #9658.
31629      Branch: perl
31630            ! pod/perlobj.pod
31631 ____________________________________________________________________________
31632 [  9665] By: jhi                                   on 2001/04/09  19:56:06
31633         Log: Subject: [PATCH perlutil.pod] Nit
31634              From: Simon Cozens <simon@netthink.co.uk>
31635              Date: Mon, 9 Apr 2001 20:29:44 +0100
31636              Message-ID: <20010409202944.A14796@the.earth.li>
31637      Branch: perl
31638            ! pod/perlutil.pod
31639 ____________________________________________________________________________
31640 [  9664] By: jhi                                   on 2001/04/09  19:54:42
31641         Log: Subject: Re: perl571delta.pod@9631
31642              From: Mike Guy <mjtg@cam.ac.uk>
31643              Date: Mon, 09 Apr 2001 18:09:14 +0100
31644              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
31645      Branch: perl
31646            ! pod/perl571delta.pod
31647 ____________________________________________________________________________
31648 [  9663] By: jhi                                   on 2001/04/09  13:43:35
31649         Log: Update Changes.
31650      Branch: perl
31651            ! Changes patchlevel.h
31652 ____________________________________________________________________________
31653 [  9662] By: jhi                                   on 2001/04/09  13:24:46
31654         Log: tweak tweak.
31655      Branch: perl
31656            ! AUTHORS pod/perl571delta.pod
31657 ____________________________________________________________________________
31658 [  9661] By: jhi                                   on 2001/04/09  13:15:13
31659         Log: Thinko in manual patch applying.
31660      Branch: perl
31661            ! sv.c
31662 ____________________________________________________________________________
31663 [  9660] By: jhi                                   on 2001/04/09  13:07:53
31664         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
31665              From: Robin Barker <rmb1@cise.npl.co.uk> 
31666              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
31667              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
31668              
31669              (This corrects the case where the "isn't numeric" string contains \0s
31670              and is longer than the temporary buffer, and contains \0 at the point
31671              the string would be truncated by "...".) 
31672      Branch: perl
31673            ! sv.c
31674 ____________________________________________________________________________
31675 [  9659] By: jhi                                   on 2001/04/09  12:57:41
31676         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
31677      Branch: perl
31678            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
31679            ! t/lib/cgi-function.t t/lib/cgi-html.t
31680 ____________________________________________________________________________
31681 [  9658] By: jhi                                   on 2001/04/09  12:48:47
31682         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
31683              From: Ilmari Karonen <iltzu@sci.fi>
31684              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
31685              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
31686              
31687              Rearrange and rewrite the Method Invocation section
31688              to explain the concepts in nicer order.
31689      Branch: perl
31690            ! pod/perlobj.pod
31691 ____________________________________________________________________________
31692 [  9657] By: jhi                                   on 2001/04/09  12:35:58
31693         Log: Upgrade to podlators 1.09, from Russ Allbery.
31694      Branch: perl
31695            ! lib/Pod/Man.pm lib/Pod/Text.pm
31696 ____________________________________________________________________________
31697 [  9656] By: jhi                                   on 2001/04/09  12:31:53
31698         Log: perl571delta.
31699      Branch: perl
31700            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
31701 ____________________________________________________________________________
31702 [  9655] By: jhi                                   on 2001/04/09  12:20:09
31703         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
31704              From: Prymmer/Kahn <pvhp@best.com>
31705              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
31706              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
31707      Branch: perl
31708            ! lib/utf8.pm pod/perlunicode.pod
31709 ____________________________________________________________________________
31710 [  9654] By: gsar                                  on 2001/04/09  03:38:33
31711         Log: here lies 5.6.1
31712      Branch: maint-5.6/perl
31713            ! Changes
31714 ____________________________________________________________________________
31715 [  9653] By: jhi                                   on 2001/04/09  03:25:24
31716         Log: Update perlhist.
31717      Branch: perl
31718            ! pod/perlhist.pod
31719 ____________________________________________________________________________
31720 [  9652] By: jhi                                   on 2001/04/09  03:18:49
31721         Log: perl571delta tweaking continues.
31722      Branch: perl
31723            ! pod/perl571delta.pod
31724 ____________________________________________________________________________
31725 [  9651] By: gsar                                  on 2001/04/09  03:11:19
31726         Log: update Changes, patchlevel.h &c.
31727      Branch: maint-5.6/perl
31728            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
31729            ! pod/perltoc.pod
31730 ____________________________________________________________________________
31731 [  9650] By: jhi                                   on 2001/04/09  02:40:24
31732         Log: Integrate the perlfork half of #9513 from maintperl into mainline
31733              (the perlunicode half is obsolete)
31734      Branch: perl
31735            ! pod/perlfork.pod
31736 ____________________________________________________________________________
31737 [  9649] By: gsar                                  on 2001/04/09  02:35:43
31738         Log: tweak perldelta as suggested by Jarkko
31739      Branch: maint-5.6/perl
31740            ! pod/perldelta.pod
31741 ____________________________________________________________________________
31742 [  9648] By: jhi                                   on 2001/04/09  02:13:04
31743         Log: Integrate change #9646 from maintperl into mainline.
31744              
31745              add note about ithreads and Thread.pm
31746      Branch: perl
31747           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
31748 ____________________________________________________________________________
31749 [  9647] By: jhi                                   on 2001/04/09  02:10:18
31750         Log: Bad assumption that shortsize == 2.
31751      Branch: perl
31752            ! t/lib/xs-typemap.t
31753 ____________________________________________________________________________
31754 [  9646] By: gsar                                  on 2001/04/09  00:48:04
31755         Log: add note about ithreads and Thread.pm (too many people are
31756              confused by the fact that Thread.pm is built and installed
31757              under non-5005threads but doesn't work)
31758      Branch: maint-5.6/perl
31759            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
31760 ____________________________________________________________________________
31761 [  9645] By: gsar                                  on 2001/04/09  00:19:03
31762         Log: update perldelta.pod for changes in 5.6.1
31763      Branch: maint-5.6/perl
31764            ! Changes pod/perldelta.pod
31765 ____________________________________________________________________________
31766 [  9644] By: jhi                                   on 2001/04/08  20:37:00
31767         Log: Integrate change #9639 from maintperl into mainline:
31768              on windows, many of the README.* pods were being copied to
31769              the wrong location
31770      Branch: perl
31771           !> win32/Makefile win32/makefile.mk
31772 ____________________________________________________________________________
31773 [  9643] By: jhi                                   on 2001/04/08  20:07:11
31774         Log: Integrate change #9624 from maintperl into mainline:
31775              the pod tests were not okay.  (t/pod/find.t changes ignored)
31776      Branch: perl
31777           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
31778           !> t/pod/include.t t/pod/included.t t/pod/lref.t
31779           !> t/pod/multiline_items.t t/pod/nested_items.t
31780           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
31781           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
31782 ____________________________________________________________________________
31783 [  9642] By: jhi                                   on 2001/04/08  19:57:17
31784         Log: Integrate change #9638 from maintperl into mainline:
31785              update to latest JPL from the anoncvs repository
31786      Branch: perl
31787           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
31788           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
31789           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
31790 ____________________________________________________________________________
31791 [  9641] By: jhi                                   on 2001/04/08  19:53:30
31792         Log: perl571delta updates.
31793      Branch: perl
31794            ! lib/Filter/Simple.pm pod/perl571delta.pod
31795 ____________________________________________________________________________
31796 [  9640] By: gsar                                  on 2001/04/08  19:20:46
31797         Log: integrate change#9634 from mainline
31798              
31799              Fix the perlmodlib generation (didn't understand separate .pod
31800              files; didn't understand -- as the name-thing separator).
31801              Update the CPAN mirrors list.
31802      Branch: maint-5.6/perl
31803            ! pod/perlmodlib.pod
31804           !> pod/perlmodlib.PL
31805 ____________________________________________________________________________
31806 [  9639] By: gsar                                  on 2001/04/08  18:57:31
31807         Log: on windows, many of the README.* pods were being copied to the wrong
31808              location
31809      Branch: maint-5.6/perl
31810            ! win32/Makefile win32/makefile.mk
31811 ____________________________________________________________________________
31812 [  9638] By: gsar                                  on 2001/04/08  18:38:25
31813         Log: update to latest JPL from the anoncvs repository
31814      Branch: maint-5.6/perl
31815            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
31816            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
31817            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
31818 ____________________________________________________________________________
31819 [  9637] By: jhi                                   on 2001/04/08  17:53:53
31820         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
31821      Branch: perl
31822            ! pod/perl571delta.pod
31823 ____________________________________________________________________________
31824 [  9636] By: jhi                                   on 2001/04/08  17:18:32
31825         Log: Regen toc.
31826      Branch: perl
31827            ! pod/perltoc.pod
31828 ____________________________________________________________________________
31829 [  9635] By: jhi                                   on 2001/04/08  17:16:33
31830         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
31831              From: "Craig A. Berry" <craigberry@mac.com>
31832              Date: Sun, 08 Apr 2001 12:30:16 -0500
31833              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
31834      Branch: perl
31835            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
31836 ____________________________________________________________________________
31837 [  9634] By: jhi                                   on 2001/04/08  17:09:19
31838         Log: Fix the perlmodlib generation (didn't understand separate .pod
31839              files; didn't understand -- as the name-thing separator).
31840              
31841              Update the CPAN mirrors list.
31842      Branch: perl
31843            ! pod/perlmodlib.PL pod/perlmodlib.pod
31844 ____________________________________________________________________________
31845 [  9633] By: jhi                                   on 2001/04/08  16:49:17
31846         Log: Sort MANIFEST.
31847      Branch: perl
31848            ! MANIFEST
31849 ____________________________________________________________________________
31850 [  9632] By: gsar                                  on 2001/04/08  16:36:06
31851         Log: add $Tie::RefHash::VERSION
31852      Branch: maint-5.6/perl
31853            ! lib/Tie/RefHash.pm
31854 ____________________________________________________________________________
31855 [  9631] By: jhi                                   on 2001/04/08  16:10:15
31856         Log: perl571delta updates based on p5p feedback; still needs
31857              lots of examples.
31858      Branch: perl
31859            ! pod/perl571delta.pod
31860 ____________________________________________________________________________
31861 [  9630] By: jhi                                   on 2001/04/08  15:59:13
31862         Log: Update the list of supported platforms to talk about 5.7.1
31863              (and 5.6.1)
31864      Branch: perl
31865            ! pod/perlport.pod
31866 ____________________________________________________________________________
31867 [  9629] By: jhi                                   on 2001/04/08  15:55:41
31868         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
31869              from maintperl into mainline: perlport updates.
31870      Branch: perl
31871            ! pod/perlport.pod
31872 ____________________________________________________________________________
31873 [  9628] By: jhi                                   on 2001/04/08  15:53:17
31874         Log: perlsolaris.pod copied to wrong directory.
31875      Branch: perl
31876            ! win32/makefile.mk
31877 ____________________________________________________________________________
31878 [  9627] By: jhi                                   on 2001/04/08  14:48:18
31879         Log: Subject: Typos in perl571delta.pod
31880              From: "Stephen P. Potter" <spp@spotter.yi.org>
31881              Date: Sat, 07 Apr 2001 20:37:05 -0400
31882              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
31883      Branch: perl
31884            ! pod/perl571delta.pod
31885 ____________________________________________________________________________
31886 [  9626] By: jhi                                   on 2001/04/08  14:39:04
31887         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
31888      Branch: perl
31889            ! gv.c
31890 ____________________________________________________________________________
31891 [  9625] By: nick                                  on 2001/04/08  10:14:23
31892         Log: Integrate mainline
31893      Branch: perlio
31894           +> pod/perl570delta.pod pod/perl571delta.pod
31895           !> (integrate 27 files)
31896 ____________________________________________________________________________
31897 [  9624] By: gsar                                  on 2001/04/08  06:08:17
31898         Log: test in t/pod/* were busted
31899              
31900              these tests are still not enabled in t/{harness,TEST}
31901      Branch: maint-5.6/perl
31902            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
31903            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
31904            ! t/pod/multiline_items.t t/pod/nested_items.t
31905            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
31906            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
31907 ____________________________________________________________________________
31908 [  9623] By: gsar                                  on 2001/04/08  03:37:01
31909         Log: integrate change#9470 from mainline
31910              
31911              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
31912      Branch: maint-5.6/perl
31913           !> ext/Socket/Socket.xs
31914 ____________________________________________________________________________
31915 [  9622] By: jhi                                   on 2001/04/07  22:40:47
31916         Log: Update Changes.
31917      Branch: perl
31918            ! Changes patchlevel.h
31919 ____________________________________________________________________________
31920 [  9621] By: jhi                                   on 2001/04/07  22:34:16
31921         Log: Update AUTHORS.
31922      Branch: perl
31923            ! AUTHORS
31924 ____________________________________________________________________________
31925 [  9620] By: jhi                                   on 2001/04/07  22:12:47
31926         Log: Forgot to bump the number of tests in #9164.
31927      Branch: perl
31928            ! t/op/array.t
31929 ____________________________________________________________________________
31930 [  9619] By: jhi                                   on 2001/04/07  22:09:50
31931         Log: Bump patchlevel to 5.7.1.
31932      Branch: perl
31933            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31934            ! config_h.SH patchlevel.h
31935 ____________________________________________________________________________
31936 [  9618] By: jhi                                   on 2001/04/07  22:02:41
31937         Log: Populate perl571delta.
31938      Branch: perl
31939            ! pod/perl571delta.pod
31940 ____________________________________________________________________________
31941 [  9617] By: jhi                                   on 2001/04/07  22:01:23
31942         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
31943              to forget it later; do not change patchlevel.h yet or regenerate
31944              Configure yet.
31945      Branch: perl
31946            ! epoc/config.sh win32/Makefile win32/config_H.bc
31947            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
31948 ____________________________________________________________________________
31949 [  9616] By: jhi                                   on 2001/04/07  17:46:33
31950         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
31951      Branch: perl
31952            ! pod/perl571delta.pod
31953 ____________________________________________________________________________
31954 [  9615] By: jhi                                   on 2001/04/07  17:33:21
31955         Log: Change the toc configuration.
31956      Branch: perl
31957            ! pod/buildtoc.PL pod/perl.pod
31958 ____________________________________________________________________________
31959 [  9614] By: jhi                                   on 2001/04/07  17:29:47
31960         Log: Subject: PATCH: $[
31961              From: Robin Houston <robin@kitsite.com>
31962              Date: Fri, 6 Apr 2001 18:10:14 +0100
31963              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
31964      Branch: perl
31965            ! op.c t/op/array.t
31966 ____________________________________________________________________________
31967 [  9613] By: jhi                                   on 2001/04/07  17:28:26
31968         Log: Subject: [PATCH perl@9424] isn't numeric warning
31969              From: Robin Barker <rmb1@cise.npl.co.uk>
31970              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
31971              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
31972      Branch: perl
31973            ! sv.c t/pragma/warn/sv
31974 ____________________________________________________________________________
31975 [  9612] By: jhi                                   on 2001/04/07  17:26:45
31976         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
31977              From: Mike Guy <mjtg@cam.ac.uk>
31978              Date: Fri, 06 Apr 2001 12:47:06 +0100
31979              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
31980      Branch: perl
31981            ! dump.c t/lib/peek.t
31982 ____________________________________________________________________________
31983 [  9611] By: jhi                                   on 2001/04/07  17:21:35
31984         Log: Create perl571delta and seed it off with the perldelta changes
31985              since 5.7.0; remove those changes from perldelta and rename it
31986              as perl570delta; recreate perldelta but leave it almost empty.
31987      Branch: perl
31988            + pod/perl570delta.pod pod/perl571delta.pod
31989            ! MANIFEST pod/perldelta.pod
31990 ____________________________________________________________________________
31991 [  9610] By: jhi                                   on 2001/04/07  16:56:32
31992         Log: Denit.
31993      Branch: perl
31994            ! pod/perldelta.pod
31995 ____________________________________________________________________________
31996 [  9609] By: jhi                                   on 2001/04/07  16:38:32
31997         Log: Retract #9523: needs more thought.
31998      Branch: perl
31999            ! Makefile.SH
32000 ____________________________________________________________________________
32001 [  9608] By: jhi                                   on 2001/04/07  14:59:20
32002         Log: atmark() code cleanaup.
32003      Branch: perl
32004            ! ext/IO/IO.xs
32005 ____________________________________________________________________________
32006 [  9607] By: jhi                                   on 2001/04/07  14:48:14
32007         Log: Integrate change #9605 from maintperl into mainline.
32008              
32009              can't optimize away scope entry if tr/// is present
32010      Branch: perl
32011           !> op.c t/op/tr.t
32012 ____________________________________________________________________________
32013 [  9606] By: jhi                                   on 2001/04/07  14:43:59
32014         Log: Integrate perlio.
32015      Branch: perl
32016           +> win32/FindExt.pm
32017           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
32018           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
32019 ____________________________________________________________________________
32020 [  9605] By: gsar                                  on 2001/04/07  11:52:40
32021         Log: can't optimize away scope entry if tr/// is present
32022      Branch: maint-5.6/perl
32023            ! op.c t/op/tr.t
32024 ____________________________________________________________________________
32025 [  9604] By: nick                                  on 2001/04/07  11:39:45
32026         Log: Split out extension finding code from buildext.pl into FindExt.pm
32027              Use it to get Config.pm's idea of available extensions in line
32028              with what is built.
32029      Branch: perlio
32030            + win32/FindExt.pm
32031            ! MANIFEST win32/buildext.pl win32/config_sh.PL
32032            ! win32/makefile.mk
32033 ____________________________________________________________________________
32034 [  9603] By: nick                                  on 2001/04/07  09:11:38
32035         Log: Cleanup correction for failed :Via() layer, also set an error code.
32036      Branch: perlio
32037            ! ext/PerlIO/Via/Via.xs
32038 ____________________________________________________________________________
32039 [  9602] By: nick                                  on 2001/04/07  08:38:04
32040         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
32041              style. So don't use binmode() on the handles so that Win32 etc. see
32042              same sequence and produce same digests.
32043      Branch: perlio
32044            ! t/lib/md5-file.t
32045 ____________________________________________________________________________
32046 [  9601] By: nick                                  on 2001/04/07  08:36:26
32047         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
32048              Else it complains and so crlf layer (say) does not get pushed.
32049      Branch: perlio
32050            ! perlio.c
32051 ____________________________________________________________________________
32052 [  9600] By: jhi                                   on 2001/04/06  23:00:09
32053         Log: Integrate change #9599 from perlio into mainline.
32054      Branch: perl
32055           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
32056           !> win32/config_H.vc
32057 ____________________________________________________________________________
32058 [  9599] By: nick                                  on 2001/04/06  21:42:43
32059         Log: Quote $VERSION in Encode.pm.
32060              regen_config_h as requested.
32061      Branch: perlio
32062            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
32063            ! win32/config_H.vc
32064 ____________________________________________________________________________
32065 [  9598] By: nick                                  on 2001/04/06  20:34:59
32066         Log: Integrate mainline
32067      Branch: perlio
32068           +> README.macos
32069           !> (integrate 39 files)
32070 ____________________________________________________________________________
32071 [  9597] By: gsar                                  on 2001/04/06  18:06:35
32072         Log: integrate change#9464 from mainline (addendum to change#8313)
32073              
32074              Subject: [PATCH @9452] Better peep()ing for foreach() loops
32075      Branch: maint-5.6/perl
32076           !> op.c
32077 ____________________________________________________________________________
32078 [  9596] By: jhi                                   on 2001/04/06  17:26:03
32079         Log: The d_casti32=undef is good for you even when not use64bitall.
32080      Branch: perl
32081            ! hints/hpux.sh
32082 ____________________________________________________________________________
32083 [  9595] By: gsar                                  on 2001/04/06  14:57:17
32084         Log: add a low-impact fix to accomodate darwin-ism
32085      Branch: maint-5.6/perl
32086            ! ext/Errno/Errno_pm.PL
32087 ____________________________________________________________________________
32088 [  9594] By: jhi                                   on 2001/04/06  14:55:14
32089         Log: Integrate changes #9528,9593 from mainline into maintperl;
32090              tweaking the editor/IDE/shell list.
32091      Branch: maint-5.6/perl
32092           !> pod/perlfaq3.pod
32093 ____________________________________________________________________________
32094 [  9593] By: jhi                                   on 2001/04/06  14:51:39
32095         Log: Make the editor/IDE/shell list a little bit airier.
32096      Branch: perl
32097            ! pod/perlfaq3.pod
32098 ____________________________________________________________________________
32099 [  9592] By: gsar                                  on 2001/04/06  14:45:18
32100         Log: integrate change#9477 from mainline (base.pm doc tweak)
32101              
32102              missing doc entry for fmod()
32103      Branch: maint-5.6/perl
32104            ! lib/Math/BigFloat.pm
32105           !> lib/base.pm
32106 ____________________________________________________________________________
32107 [  9591] By: jhi                                   on 2001/04/06  13:55:48
32108         Log: Regen toc.
32109      Branch: perl
32110            ! pod/perltoc.pod
32111 ____________________________________________________________________________
32112 [  9590] By: jhi                                   on 2001/04/06  13:54:52
32113         Log: Math::BigFloat patches from John Peacock.  The equivalent
32114              of #9586 from maintperl but reworked by John to work with
32115              the bleadperl.
32116      Branch: perl
32117            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
32118 ____________________________________________________________________________
32119 [  9589] By: jhi                                   on 2001/04/06  13:42:23
32120         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
32121      Branch: perl
32122            ! ext/Digest/MD5/Makefile.PL
32123 ____________________________________________________________________________
32124 [  9588] By: jhi                                   on 2001/04/06  13:31:45
32125         Log: Integrate changes #9584,9587 from maintperl into mainline.
32126              
32127              keep eval"" CVs alive until the end of the statement in which
32128              they're called
32129              
32130              add README.macos (from Chris Nandor)
32131              
32132              tyop in change#9555
32133      Branch: perl
32134           +> README.macos
32135           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
32136           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
32137           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
32138           !> win32/makefile.mk
32139 ____________________________________________________________________________
32140 [  9587] By: gsar                                  on 2001/04/06  07:31:30
32141         Log: add README.macos (from Chris Nandor)
32142              
32143              tyop in change#9555
32144      Branch: maint-5.6/perl
32145            + README.macos
32146            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
32147            ! win32/Makefile win32/makefile.mk
32148 ____________________________________________________________________________
32149 [  9586] By: gsar                                  on 2001/04/06  07:08:54
32150         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
32151      Branch: maint-5.6/perl
32152            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
32153 ____________________________________________________________________________
32154 [  9585] By: gsar                                  on 2001/04/06  06:58:44
32155         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
32156              from mainline
32157              
32158              Subject: [PATCH] Base64 update to perlfaq9.pod
32159              
32160              Subject: [PATCH AUTHORS] Housekeeping
32161              
32162              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
32163              Mac OS X (Darwin) has extra pwent fields.
32164              
32165              Subject: [PATCH B::*] print control-character vars readably
32166              Needs EBCDICification.
32167              
32168              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
32169              
32170              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
32171              
32172              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
32173              
32174              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
32175              
32176              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
32177              
32178              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
32179              
32180              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
32181              
32182              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
32183              
32184              FreeBSD hints tweak from Anton Berezin.
32185              
32186              Subject: [PATCH foolperl & bleadperl] README.vms update
32187              
32188              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
32189      Branch: maint-5.6/perl
32190           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
32191           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
32192           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
32193 ____________________________________________________________________________
32194 [  9584] By: gsar                                  on 2001/04/06  04:09:00
32195         Log: keep eval"" CVs alive until the end of the statement in which
32196              they're called; this avoids a coredump ensuing from search for
32197              lexicals in code such as:
32198              
32199              sub bug {
32200              my $s = @_;
32201              eval q[sub { eval 'sub { &$s }' }];
32202              }
32203              bug("x")->()->();
32204              
32205              this code still doesn't work as intended (as it has remained
32206              since time immemorial), but it doesn't provoke a coredump anymore
32207      Branch: maint-5.6/perl
32208            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
32209            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
32210 ____________________________________________________________________________
32211 [  9583] By: jhi                                   on 2001/04/05  23:52:51
32212         Log: Update Changes.
32213      Branch: perl
32214            ! Changes patchlevel.h
32215 ____________________________________________________________________________
32216 [  9582] By: jhi                                   on 2001/04/05  23:11:23
32217         Log: Slight doc tweak.
32218      Branch: perl
32219            ! pod/perlunicode.pod
32220 ____________________________________________________________________________
32221 [  9581] By: jhi                                   on 2001/04/05  23:04:11
32222         Log: Integrate perlio.
32223      Branch: perl
32224           !> pod/perlunicode.pod
32225 ____________________________________________________________________________
32226 [  9580] By: jhi                                   on 2001/04/05  23:03:29
32227         Log: Test for #9579.
32228      Branch: perl
32229            ! t/op/do.t
32230 ____________________________________________________________________________
32231 [  9579] By: jhi                                   on 2001/04/05  22:54:17
32232         Log: Subject: [PATCH] Propagate calling context for do '...'
32233              From: Gisle Aas <gisle@ActiveState.com>
32234              Date: 04 Apr 2001 20:17:29 -0700
32235              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
32236      Branch: perl
32237            ! pod/perlfunc.pod pp_ctl.c
32238 ____________________________________________________________________________
32239 [  9578] By: jhi                                   on 2001/04/05  22:52:51
32240         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
32241              From: Peter Prymmer <pvhp@forte.com>
32242              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
32243              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
32244      Branch: perl
32245            ! README.vms
32246 ____________________________________________________________________________
32247 [  9577] By: jhi                                   on 2001/04/05  22:48:22
32248         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
32249              From: "Craig A. Berry" <craigberry@mac.com>
32250              Date: Thu, 5 Apr 2001 13:43:28 -0500
32251              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
32252      Branch: perl
32253            ! README.vms
32254 ____________________________________________________________________________
32255 [  9576] By: jhi                                   on 2001/04/05  22:31:38
32256         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
32257              From: Michael G Schwern <schwern@pobox.com>
32258              Date: Thu, 5 Apr 2001 21:53:21 +0100
32259              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
32260      Branch: perl
32261            ! lib/base.pm t/lib/fields.t
32262 ____________________________________________________________________________
32263 [  9575] By: jhi                                   on 2001/04/05  22:26:10
32264         Log: FreeBSD hints tweak from Anton Berezin.
32265      Branch: perl
32266            ! hints/freebsd.sh
32267 ____________________________________________________________________________
32268 [  9574] By: jhi                                   on 2001/04/05  22:24:03
32269         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
32270              From: David Dyck <dcd@tc.fluke.com>
32271              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
32272              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
32273      Branch: perl
32274            ! t/op/oct.t
32275 ____________________________________________________________________________
32276 [  9573] By: jhi                                   on 2001/04/05  22:23:06
32277         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
32278              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
32279              From: David Dyck <dcd@tc.fluke.com>
32280              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
32281      Branch: perl
32282            ! pp.c
32283 ____________________________________________________________________________
32284 [  9572] By: jhi                                   on 2001/04/05  22:14:47
32285         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
32286              From: Robin Houston <robin@kitsite.com>
32287              Date: Thu, 5 Apr 2001 20:56:48 +0100
32288              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
32289      Branch: perl
32290            ! ext/B/B/Deparse.pm
32291 ____________________________________________________________________________
32292 [  9571] By: jhi                                   on 2001/04/05  22:12:53
32293         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
32294              From: Robin Houston <robin@kitsite.com>
32295              Date: Thu, 5 Apr 2001 19:55:51 +0100
32296              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
32297      Branch: perl
32298            ! ext/B/B/Deparse.pm
32299 ____________________________________________________________________________
32300 [  9570] By: jhi                                   on 2001/04/05  22:11:06
32301         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
32302              From: Robin Houston <robin@kitsite.com>
32303              Date: Thu, 5 Apr 2001 20:16:29 +0100
32304              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
32305      Branch: perl
32306            ! ext/B/B/Deparse.pm
32307 ____________________________________________________________________________
32308 [  9569] By: nick                                  on 2001/04/05  21:32:26
32309         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
32310      Branch: perlio
32311            ! pod/perlunicode.pod
32312 ____________________________________________________________________________
32313 [  9568] By: nick                                  on 2001/04/05  19:38:09
32314         Log: Integrate mainline
32315      Branch: perlio
32316           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
32317           !> (integrate 35 files)
32318 ____________________________________________________________________________
32319 [  9567] By: jhi                                   on 2001/04/05  18:31:45
32320         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
32321              From: Robin Houston <robin@kitsite.com>
32322              Date: Thu, 5 Apr 2001 18:03:23 +0100
32323              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
32324      Branch: perl
32325            ! ext/B/B/Deparse.pm
32326 ____________________________________________________________________________
32327 [  9566] By: jhi                                   on 2001/04/05  18:29:35
32328         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
32329              From: Robin Houston <robin@kitsite.com>
32330              Date: Thu, 5 Apr 2001 16:45:18 +0100
32331              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
32332      Branch: perl
32333            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
32334 ____________________________________________________________________________
32335 [  9565] By: jhi                                   on 2001/04/05  18:24:23
32336         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
32337              From: Robin Houston <robin@kitsite.com>
32338              Date: Thu, 5 Apr 2001 14:50:09 +0100
32339              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
32340      Branch: perl
32341            ! ext/B/B/Deparse.pm
32342 ____________________________________________________________________________
32343 [  9564] By: jhi                                   on 2001/04/05  18:23:03
32344         Log: Subject: [PATCH B::*] print control-character vars readably
32345              From: Robin Houston <robin@kitsite.com>
32346              Date: Thu, 5 Apr 2001 14:27:38 +0100
32347              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
32348              
32349              Needs EBCDICification.
32350      Branch: perl
32351            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
32352            ! ext/B/B/Terse.pm
32353 ____________________________________________________________________________
32354 [  9563] By: jhi                                   on 2001/04/05  18:20:32
32355         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
32356              Date: Thu, 5 Apr 2001 13:21:42 -0400
32357              From: Paul Schinder <schinder@pobox.com>
32358              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
32359              
32360              Mac OS X (Darwin) has extra pwent fields.
32361      Branch: perl
32362            ! t/op/pwent.t
32363 ____________________________________________________________________________
32364 [  9562] By: jhi                                   on 2001/04/05  17:57:51
32365         Log: Regen toc.
32366      Branch: perl
32367            ! pod/perltoc.pod
32368 ____________________________________________________________________________
32369 [  9561] By: jhi                                   on 2001/04/05  17:47:33
32370         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
32371      Branch: metaconfig
32372            ! U/Glossary.patch
32373      Branch: metaconfig/U/perl
32374            + d_u32align.U
32375            ! d_cmsghdr_s.U d_msghdr_s.U
32376 ____________________________________________________________________________
32377 [  9560] By: jhi                                   on 2001/04/05  17:47:01
32378         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
32379              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
32380              Introduce probes for struct msghdr, struct cmsghdr,
32381              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
32382              ualarm, usleep, for possible later extension work.
32383      Branch: perl
32384            + t/lib/md5-align.t
32385            ! Configure MANIFEST Porting/Glossary Porting/config.sh
32386            ! Porting/config_H config_h.SH configure.com epoc/config.sh
32387            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
32388            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
32389            ! vos/config.ga.h win32/config.bc win32/config.gc
32390            ! win32/config.vc
32391 ____________________________________________________________________________
32392 [  9559] By: jhi                                   on 2001/04/05  13:03:04
32393         Log: Be traditional in your cpp (for the Errno extension).
32394      Branch: perl
32395            ! hints/darwin.sh
32396 ____________________________________________________________________________
32397 [  9558] By: jhi                                   on 2001/04/05  13:00:05
32398         Log: Add $Config{cppflags} to the gcc incantation.
32399      Branch: perl
32400            ! ext/Errno/Errno_pm.PL
32401 ____________________________________________________________________________
32402 [  9557] By: jhi                                   on 2001/04/05  04:22:39
32403         Log: Introduce Sean Burke's Class::ISA 0.32.
32404      Branch: perl
32405            + lib/Class/ISA.pm t/lib/class-isa.t
32406            ! MANIFEST
32407 ____________________________________________________________________________
32408 [  9556] By: jhi                                   on 2001/04/05  04:09:50
32409         Log: Subject: [PATCH AUTHORS] Housekeeping
32410              From: Paul Johnson <paul@pjcj.net> 
32411              Date: Wed, 4 Apr 2001 22:45:47 +0200
32412              Message-ID: <20010404224547.D9548@pjcj.net>
32413      Branch: perl
32414            ! AUTHORS
32415 ____________________________________________________________________________
32416 [  9555] By: jhi                                   on 2001/04/05  04:06:33
32417         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
32418              From: Gisle Aas <gisle@ActiveState.com>
32419              Date: 04 Apr 2001 14:23:04 -0700
32420              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
32421      Branch: perl
32422            ! pod/perlfaq9.pod
32423 ____________________________________________________________________________
32424 [  9554] By: jhi                                   on 2001/04/05  04:05:49
32425         Log: Downgrade also the "Wide character" diagnostic.
32426      Branch: perl
32427            ! pod/perldiag.pod
32428 ____________________________________________________________________________
32429 [  9553] By: jhi                                   on 2001/04/05  04:00:33
32430         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
32431              maintperl into mainline.
32432              
32433              "double" should be "NV"; standard typemap is missing entry
32434              for NV
32435              
32436              s/djSP/dSP/
32437              
32438              Downgrade "Wide character in print" to a warning.
32439              
32440              B::Deparse fix for ${^FOO} and documentation for PVX() method
32441              (from Robin Houston)
32442              
32443              tr/// doesn't null-terminate the result in some situations
32444              (from Gisle Aas)
32445      Branch: perl
32446           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
32447           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
32448           !> t/io/utf8.t t/op/tr.t
32449 ____________________________________________________________________________
32450 [  9552] By: jhi                                   on 2001/04/05  03:52:50
32451         Log: Retract changes #9542 and #9538 (from maintperl, integrated
32452              at #9540), shouldn't be needed because of the perlio changes.
32453      Branch: perl
32454            ! util.c
32455 ____________________________________________________________________________
32456 [  9551] By: gsar                                  on 2001/04/05  00:18:34
32457         Log: tr/// doesn't null-terminate the result in some situations
32458              (from Gisle Aas)
32459      Branch: maint-5.6/perl
32460            ! doop.c t/op/tr.t
32461 ____________________________________________________________________________
32462 [  9550] By: gsar                                  on 2001/04/04  20:04:17
32463         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
32464              (from Robin Houston)
32465      Branch: maint-5.6/perl
32466            ! ext/B/B.pm ext/B/B/Deparse.pm
32467 ____________________________________________________________________________
32468 [  9549] By: nick                                  on 2001/04/04  18:56:15
32469         Log: Downgrade "Wide character in print" to a warning.
32470      Branch: perlio
32471            ! doio.c t/io/utf8.t
32472 ____________________________________________________________________________
32473 [  9548] By: gsar                                  on 2001/04/04  18:51:49
32474         Log: integrate changes#9460,9462,9482,9521,9522
32475              
32476              Subject: PATCH: B::Debug should show LOOP-specific fields
32477              
32478              Subject: B::Deparse precedence bug. (Patch included.)
32479              
32480              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
32481              
32482              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
32483              
32484              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
32485      Branch: maint-5.6/perl
32486           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
32487           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
32488 ____________________________________________________________________________
32489 [  9547] By: gsar                                  on 2001/04/04  18:49:16
32490         Log: s/djSP/dSP/
32491      Branch: maint-5.6/perl
32492            ! ext/Thread/Thread.xs
32493 ____________________________________________________________________________
32494 [  9546] By: nick                                  on 2001/04/04  18:44:00
32495         Log: Integrate mainline.
32496      Branch: perlio
32497           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
32498           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
32499 ____________________________________________________________________________
32500 [  9545] By: gsar                                  on 2001/04/04  18:38:52
32501         Log: integrate change#8837 from mainline
32502              
32503              Subject: [patch] -Wall cleanup round 2
32504      Branch: maint-5.6/perl
32505           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
32506           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
32507           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
32508           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
32509           !> ext/SDBM_File/SDBM_File.xs
32510 ____________________________________________________________________________
32511 [  9544] By: gsar                                  on 2001/04/04  17:49:57
32512         Log: "double" should be "NV"; standard typemap is missing entry
32513              for NV
32514      Branch: maint-5.6/perl
32515            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
32516 ____________________________________________________________________________
32517 [  9543] By: jhi                                   on 2001/04/04  14:13:18
32518         Log: Thou shalt not (just) match for English error messages.
32519      Branch: perl
32520            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
32521            ! os2/OS2/Process/Process.pm
32522 ____________________________________________________________________________
32523 [  9542] By: jhi                                   on 2001/04/04  13:20:39
32524         Log: Make the stdio tricks of fflush_all() to exist only if
32525              stdio is being used.
32526      Branch: perl
32527            ! util.c
32528 ____________________________________________________________________________
32529 [  9541] By: jhi                                   on 2001/04/04  04:20:24
32530         Log: Subject: Re: [PATCH] Lighten up glob
32531              From: Benjamin Sugars <bsugars@canoe.ca>
32532              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
32533              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
32534      Branch: perl
32535            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
32536            ! util.c
32537 ____________________________________________________________________________
32538 [  9540] By: jhi                                   on 2001/04/04  04:03:57
32539         Log: Integrate changes #9538,9539 from maintperl into mainline.
32540              
32541              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
32542              for use with _fwalk() (fix for change#7705)
32543              
32544              another tweak needed for SunOS 4.1.x build (from Mike Guy)
32545              (cp -f is not portable)
32546      Branch: perl
32547           !> Makefile.SH util.c
32548 ____________________________________________________________________________
32549 [  9539] By: gsar                                  on 2001/04/04  03:01:14
32550         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
32551      Branch: maint-5.6/perl
32552            ! Makefile.SH
32553 ____________________________________________________________________________
32554 [  9538] By: gsar                                  on 2001/04/04  01:00:38
32555         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
32556              for use with _fwalk() (fix for change#7705)
32557      Branch: maint-5.6/perl
32558            ! util.c
32559 ____________________________________________________________________________
32560 [  9537] By: nick                                  on 2001/04/03  19:24:55
32561         Log: Integrate mainline
32562      Branch: perlio
32563           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
32564           +> lib/unicode/PropList.html
32565            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
32566           !> (integrate 69 files)
32567 ____________________________________________________________________________
32568 [  9536] By: jhi                                   on 2001/04/03  18:02:31
32569         Log: Integrate change #9533 from maintperl into mainline.
32570              
32571              better fix for change#9517 to accomodate UNC paths like
32572              \\server\share\foo, and paths with trailing backslash
32573              like c:\this\
32574      Branch: perl
32575           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
32576 ____________________________________________________________________________
32577 [  9535] By: jhi                                   on 2001/04/03  17:58:07
32578         Log: Change the push/unshift warning to be of class syntax, not misc.
32579      Branch: perl
32580            ! op.c pod/perldiag.pod t/pragma/warn/op
32581 ____________________________________________________________________________
32582 [  9534] By: jhi                                   on 2001/04/03  15:03:46
32583         Log: Change the push/unshift warning (#9532) to talk about "no values"
32584              instead of "no arguments".
32585      Branch: perl
32586            ! op.c pod/perldiag.pod t/pragma/warn/op
32587 ____________________________________________________________________________
32588 [  9533] By: gsar                                  on 2001/04/03  14:30:07
32589         Log: better fix for change#9517 to accomodate UNC paths like
32590              \\server\share\foo, and paths with trailing backslash
32591              like c:\this\
32592      Branch: maint-5.6/perl
32593            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
32594 ____________________________________________________________________________
32595 [  9532] By: jhi                                   on 2001/04/03  13:11:46
32596         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
32597              From: Robin Houston <robin@kitsite.com>
32598              Date: Mon, 2 Apr 2001 15:03:29 +0100
32599              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
32600      Branch: perl
32601            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
32602 ____________________________________________________________________________
32603 [  9531] By: jhi                                   on 2001/04/03  13:06:34
32604         Log: Integrate change #9530 from maintperl into mainline.
32605              
32606              accomodate VMS "mailbox overflow" quirk in testsuite (from
32607              Craig Berry)
32608      Branch: perl
32609           !> t/lib/socket.t
32610 ____________________________________________________________________________
32611 [  9530] By: gsar                                  on 2001/04/03  04:56:41
32612         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
32613              Craig Berry)
32614      Branch: maint-5.6/perl
32615            ! t/lib/socket.t
32616 ____________________________________________________________________________
32617 [  9529] By: jhi                                   on 2001/04/03  02:34:34
32618         Log: Update Changes.
32619      Branch: perl
32620            ! Changes patchlevel.h
32621 ____________________________________________________________________________
32622 [  9528] By: jhi                                   on 2001/04/03  01:27:57
32623         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
32624              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
32625              To: perl5-porters@perl.org
32626              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
32627      Branch: perl
32628            ! pod/perlfaq3.pod
32629 ____________________________________________________________________________
32630 [  9527] By: jhi                                   on 2001/04/03  01:22:09
32631         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
32632              From: Peter Prymmer <pvhp@forte.com>
32633              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
32634              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
32635      Branch: perl
32636            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
32637 ____________________________________________________________________________
32638 [  9526] By: jhi                                   on 2001/04/03  01:18:25
32639         Log: The metaconfig unit changes for #9525.
32640      Branch: metaconfig
32641            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
32642      Branch: metaconfig/U/perl
32643            ! use64bits.U
32644 ____________________________________________________________________________
32645 [  9525] By: jhi                                   on 2001/04/03  01:17:30
32646         Log: Configure sanity checks:
32647              * if use64bitall is attempted but pointers are only 32-bit,
32648              'downgrade' to use64bitint
32649              * if use64bitint is attempted but there's no quad type,
32650              forget about use64bitint (well, the default for it is 'n',
32651              the user can still override this)
32652              * if pointers are 64 bits, do not try to use Perl's malloc
32653      Branch: perl
32654            ! Configure
32655 ____________________________________________________________________________
32656 [  9524] By: gsar                                  on 2001/04/03  01:09:12
32657         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
32658      Branch: maint-5.6/perl
32659            ! pp_sys.c
32660 ____________________________________________________________________________
32661 [  9523] By: jhi                                   on 2001/04/03  00:02:31
32662         Log: (Retracted by #9609)
32663              
32664              Make it harder for parallel makes to enter 'test' before
32665              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
32666              should be unhappy enough, but sometimes parallel makes seem
32667              to sneak past both in Tru64 and AIX.)
32668      Branch: perl
32669            ! Makefile.SH
32670 ____________________________________________________________________________
32671 [  9522] By: jhi                                   on 2001/04/02  22:35:31
32672         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
32673              Date: Mon, 2 Apr 2001 22:54:10 +0100
32674              From: Robin Houston <robin@kitsite.com>
32675              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
32676      Branch: perl
32677            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
32678 ____________________________________________________________________________
32679 [  9521] By: jhi                                   on 2001/04/02  22:32:23
32680         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
32681              From: Robin Houston <robin@kitsite.com>
32682              Date: Mon, 2 Apr 2001 20:24:03 +0100
32683              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
32684      Branch: perl
32685            ! ext/B/B/Concise.pm
32686 ____________________________________________________________________________
32687 [  9520] By: jhi                                   on 2001/04/02  22:30:43
32688         Log: Subject: [PATCH] REALLY pedantic hv.h nit
32689              From: Simon Cozens <simon@netthink.co.uk>
32690              Date: Mon, 2 Apr 2001 15:43:06 +0100
32691              Message-ID: <20010402154306.A21711@netthink.co.uk>
32692      Branch: perl
32693            ! hv.h
32694 ____________________________________________________________________________
32695 [  9519] By: jhi                                   on 2001/04/02  22:28:04
32696         Log: Based on
32697              
32698              Subject: [foolperl] EPOC fix
32699              From: Olaf Flebbe <O.Flebbe@science-computing.de>
32700              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
32701              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
32702      Branch: perl
32703            ! pp_sys.c
32704 ____________________________________________________________________________
32705 [  9518] By: jhi                                   on 2001/04/02  22:22:34
32706         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
32707              
32708              README.win32 tweaks; add a note about alternative location for
32709              getting a gcc-2.95.2 that will build perl properly on windows
32710              
32711              add some notes about gutsy threading matters
32712              
32713              many of the utilities interpolate literal paths within doublequotes
32714              (fails on dosish platforms where path contains backslashes)
32715      Branch: perl
32716           !> README.win32 pod/perlguts.pod utils/perldoc.PL
32717           !> x2p/find2perl.PL x2p/s2p.PL
32718 ____________________________________________________________________________
32719 [  9517] By: gsar                                  on 2001/04/02  19:52:21
32720         Log: many of the utilities interpolate literal paths within doublequotes
32721              (fails on dosish platforms where path contains backslashes)
32722      Branch: maint-5.6/perl
32723            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
32724 ____________________________________________________________________________
32725 [  9516] By: gsar                                  on 2001/04/02  05:49:37
32726         Log: a foolish release
32727      Branch: maint-5.6/perl
32728            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
32729            ! pod/perltoc.pod
32730 ____________________________________________________________________________
32731 [  9515] By: gsar                                  on 2001/04/02  05:04:29
32732         Log: add missing changelog summaries
32733      Branch: maint-5.6/perl
32734            ! Changes
32735 ____________________________________________________________________________
32736 [  9514] By: gsar                                  on 2001/04/02  04:07:13
32737         Log: add some notes about gutsy threading matters
32738      Branch: maint-5.6/perl
32739            ! pod/perlguts.pod
32740 ____________________________________________________________________________
32741 [  9513] By: gsar                                  on 2001/04/02  03:25:21
32742         Log: add more prominent caveat notices about experimental features
32743      Branch: maint-5.6/perl
32744            ! pod/perlfork.pod pod/perlunicode.pod
32745 ____________________________________________________________________________
32746 [  9512] By: gsar                                  on 2001/04/02  02:54:33
32747         Log: integrate changes#9479,9509 from mainline
32748              
32749              [PATCH] File::Glob stuff for Mac OS
32750              
32751              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
32752      Branch: maint-5.6/perl
32753           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
32754           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
32755           !> t/lib/glob-taint.t
32756 ____________________________________________________________________________
32757 [  9511] By: gsar                                  on 2001/04/02  02:38:24
32758         Log: README.win32 tweaks; add a note about alternative location for
32759              getting a gcc-2.95.2 that will build perl properly on windows
32760      Branch: maint-5.6/perl
32761            ! README.win32
32762 ____________________________________________________________________________
32763 [  9510] By: jhi                                   on 2001/04/01  20:45:10
32764         Log: An ambiguosity warning.
32765      Branch: perl
32766            ! t/lib/trig.t
32767 ____________________________________________________________________________
32768 [  9509] By: jhi                                   on 2001/04/01  19:53:47
32769         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
32770              From: Jonathan Stowe <gellyfish@gellyfish.com>
32771              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
32772              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
32773      Branch: perl
32774            ! ext/File/Glob/bsd_glob.c
32775 ____________________________________________________________________________
32776 [  9508] By: jhi                                   on 2001/04/01  19:35:03
32777         Log: Update Changes.
32778      Branch: perl
32779            ! Changes patchlevel.h
32780 ____________________________________________________________________________
32781 [  9507] By: jhi                                   on 2001/04/01  19:24:01
32782         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
32783              from mainline to maintperl: pod tweaks.
32784      Branch: maint-5.6/perl
32785           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
32786           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
32787           !> pod/perlvar.pod
32788 ____________________________________________________________________________
32789 [  9506] By: jhi                                   on 2001/04/01  19:11:53
32790         Log: Commit Sarathy to April release of 5.6.1 :-)
32791      Branch: perl
32792            ! pod/perlfaq1.pod
32793 ____________________________________________________________________________
32794 [  9505] By: jhi                                   on 2001/04/01  19:03:15
32795         Log: Subject: PATCH 5.6.0 (perldebug.pod)
32796              From: Mark-Jason Dominus <mjd@plover.com>
32797              Date: Sun, 01 Apr 2001 14:25:11 -0400
32798              Message-ID: <20010401182511.9247.qmail@plover.com>
32799      Branch: perl
32800            ! pod/perldebug.pod
32801 ____________________________________________________________________________
32802 [  9504] By: jhi                                   on 2001/04/01  18:43:09
32803         Log: Add great_circle_direction().
32804      Branch: perl
32805            ! lib/Math/Trig.pm t/lib/trig.t
32806 ____________________________________________________________________________
32807 [  9503] By: jhi                                   on 2001/04/01  17:29:12
32808         Log: Unicode ReadMe update for Unicode 3.1.
32809      Branch: perl
32810            ! lib/unicode/ReadMe.txt
32811 ____________________________________________________________________________
32812 [  9502] By: jhi                                   on 2001/04/01  17:18:40
32813         Log: Integrate change #9501 from maintperl into mainline.
32814              
32815              fix the perlembed notes on multiple interpreters
32816              
32817              fix ExtUtils::Embed to work passably on Windows
32818      Branch: perl
32819           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
32820 ____________________________________________________________________________
32821 [  9501] By: gsar                                  on 2001/04/01  07:21:57
32822         Log: fix the perlembed notes on multiple interpreters
32823              
32824              fix ExtUtils::Embed to work passably on Windows
32825      Branch: maint-5.6/perl
32826            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
32827 ____________________________________________________________________________
32828 [  9500] By: jhi                                   on 2001/04/01  05:58:23
32829         Log: Test for #9499.
32830      Branch: perl
32831            ! t/op/tr.t
32832 ____________________________________________________________________________
32833 [  9499] By: jhi                                   on 2001/04/01  05:55:46
32834         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
32835      Branch: perl
32836            ! embed.h embed.pl op.c proto.h
32837 ____________________________________________________________________________
32838 [  9498] By: jhi                                   on 2001/04/01  05:44:34
32839         Log: Protect the workaround hunk more.
32840      Branch: perl
32841            ! toke.c
32842 ____________________________________________________________________________
32843 [  9497] By: jhi                                   on 2001/04/01  00:24:25
32844         Log: Integrate changes #9493,9494,9495,9496 from maintperl
32845              into mainline.
32846              
32847              fix a broken workaround for Borland compiler in change#4739
32848              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
32849              
32850              nits spotted by Borland compiler
32851              
32852              avoid redefinition warnings under Borland 5.02
32853              
32854              various nits identified by the Borland 5.5 compiler; remove suppression
32855              of a few warnings
32856      Branch: perl
32857           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
32858           !> win32/win32.h
32859 ____________________________________________________________________________
32860 [  9496] By: gsar                                  on 2001/03/31  23:22:28
32861         Log: various nits identified by the Borland 5.5 compiler; remove suppression
32862              of a few warnings
32863      Branch: maint-5.6/perl
32864            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
32865 ____________________________________________________________________________
32866 [  9495] By: gsar                                  on 2001/03/31  21:03:08
32867         Log: avoid redefinition warnings under Borland 5.02
32868      Branch: maint-5.6/perl
32869            ! win32/makefile.mk
32870 ____________________________________________________________________________
32871 [  9494] By: gsar                                  on 2001/03/31  20:18:59
32872         Log: nits spotted by Borland compiler
32873      Branch: maint-5.6/perl
32874            ! utf8.h win32/win32.h
32875 ____________________________________________________________________________
32876 [  9493] By: gsar                                  on 2001/03/31  20:18:05
32877         Log: fix a broken workaround for Borland compiler in change#4739
32878              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
32879      Branch: maint-5.6/perl
32880            ! toke.c
32881 ____________________________________________________________________________
32882 [  9492] By: jhi                                   on 2001/03/31  18:36:24
32883         Log: Integrate change #9491 from maintperl into mainline.
32884              
32885              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
32886              directory is relative (need to fetch the full path name *before*
32887              the chdir!)
32888      Branch: perl
32889           !> lib/Cwd.pm
32890 ____________________________________________________________________________
32891 [  9491] By: gsar                                  on 2001/03/31  17:01:56
32892         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
32893              directory is relative (need to fetch the full path name *before*
32894              the chdir!)
32895              
32896              this is a followup patch for change#6749
32897      Branch: maint-5.6/perl
32898            ! lib/Cwd.pm
32899 ____________________________________________________________________________
32900 [  9490] By: jhi                                   on 2001/03/31  15:50:18
32901         Log: Subject: Re: [PATCH] av.h cosmetics
32902              From: Simon Cozens <simon@netthink.co.uk>
32903              Date: Sat, 31 Mar 2001 13:09:59 +0100
32904              Message-ID: <20010331130959.A22000@netthink.co.uk>
32905              
32906              Document AvALLOC.
32907      Branch: perl
32908            ! pod/perlguts.pod
32909 ____________________________________________________________________________
32910 [  9489] By: jhi                                   on 2001/03/31  15:48:44
32911         Log: Subject: [PATCH] Re: Math::Big* v1.21
32912              From: Tels <perl_dummy@bloodgate.com>
32913              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
32914              Message-Id: <200103311125.GAA377738@www08.hway.net>
32915      Branch: perl
32916            ! pod/perlop.pod
32917 ____________________________________________________________________________
32918 [  9488] By: jhi                                   on 2001/03/31  03:39:51
32919         Log: Debug output tweak.
32920      Branch: perl
32921            ! t/lib/cwd.t
32922 ____________________________________________________________________________
32923 [  9487] By: jhi                                   on 2001/03/31  03:33:02
32924         Log: OverVMSification.
32925      Branch: perl
32926            ! t/lib/cwd.t
32927 ____________________________________________________________________________
32928 [  9486] By: jhi                                   on 2001/03/31  03:01:40
32929         Log: Missed MANIFESTations in #9483.
32930      Branch: perl
32931            ! MANIFEST
32932 ____________________________________________________________________________
32933 [  9485] By: jhi                                   on 2001/03/31  02:58:17
32934         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
32935              From: Peter Prymmer <pvhp@forte.com>
32936              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
32937              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
32938      Branch: perl
32939            ! regexec.c t/lib/cwd.t
32940 ____________________________________________________________________________
32941 [  9484] By: jhi                                   on 2001/03/31  01:04:41
32942         Log: Obsolete file (see #3938)
32943      Branch: perl
32944            - lib/unicode/README.Ethiopic
32945            ! MANIFEST
32946 ____________________________________________________________________________
32947 [  9483] By: jhi                                   on 2001/03/31  00:52:42
32948         Log: Update to Unicode 3.1.
32949              (Rename Names.txt to NamesList.txt.)
32950      Branch: perl
32951            + lib/unicode/NamesList.txt lib/unicode/PropList.html
32952            - lib/unicode/Names.txt
32953            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
32954            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
32955            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
32956            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
32957            ! lib/unicode/UCD.html lib/unicode/Unicode.html
32958            ! lib/unicode/rename lib/unicode/version
32959 ____________________________________________________________________________
32960 [  9482] By: jhi                                   on 2001/03/30  23:33:44
32961         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
32962              From: Robin Houston <robin@kitsite.com>
32963              Date: Fri, 30 Mar 2001 20:07:22 +0100
32964              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
32965      Branch: perl
32966            ! ext/B/B/Deparse.pm
32967 ____________________________________________________________________________
32968 [  9481] By: jhi                                   on 2001/03/30  23:20:25
32969         Log: Subject: Re: [PATCH] CwdXS, Take 2
32970              From: Benjamin Sugars <bsugars@canoe.ca>
32971              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
32972              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
32973      Branch: perl
32974            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
32975            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
32976 ____________________________________________________________________________
32977 [  9480] By: jhi                                   on 2001/03/30  22:52:38
32978         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
32979              From: David Dyck <dcd@tc.fluke.com>
32980              Date: Fri, 30 Mar 2001 14:44:13 -0800
32981              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
32982              
32983              The t/rantests flags file creation was accidentally
32984              removed by #9217.
32985      Branch: perl
32986            ! Makefile.SH
32987 ____________________________________________________________________________
32988 [  9479] By: jhi                                   on 2001/03/30  22:45:45
32989         Log: Subject: [PATCH] File::Glob stuff for Mac OS
32990              From: Chris Nandor <pudge@pobox.com>
32991              Date: Fri, 30 Mar 2001 16:51:00 -0500
32992              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
32993      Branch: perl
32994            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
32995            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
32996            ! t/lib/glob-taint.t
32997 ____________________________________________________________________________
32998 [  9478] By: jhi                                   on 2001/03/30  22:43:12
32999         Log: Subject: fix for win32/buildext.pl
33000              From: "Vadim Konovalov" <watman@inbox.ru>
33001              Date: Sat, 31 Mar 2001 00:50:36 +0400
33002              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
33003      Branch: perl
33004            ! win32/buildext.pl
33005 ____________________________________________________________________________
33006 [  9477] By: jhi                                   on 2001/03/30  22:41:16
33007         Log: Subject: small base.pm doc patch
33008              From: Leon Brocard <acme@astray.com>
33009              Date: Fri, 30 Mar 2001 21:49:57 +0100
33010              Message-ID: <20010330214957.B8733@ns0.astray.com>
33011      Branch: perl
33012            ! lib/base.pm
33013 ____________________________________________________________________________
33014 [  9476] By: jhi                                   on 2001/03/30  18:16:57
33015         Log: Subject: [PATCH] av.h cosmetics
33016              From: Simon Cozens <simon@netthink.co.uk>
33017              Date: Fri, 30 Mar 2001 18:12:28 +0100
33018              Message-ID: <20010330181228.A9319@netthink.co.uk>
33019      Branch: perl
33020            ! av.h
33021 ____________________________________________________________________________
33022 [  9475] By: jhi                                   on 2001/03/30  18:15:50
33023         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
33024              From: "Philip Newton" <pnewton@gmx.de>
33025              Date: Fri, 30 Mar 2001 19:06:57 +0200
33026              Message-ID: <3AC4D951.14815.1AC7068@localhost>
33027      Branch: perl
33028            ! pod/perlhack.pod
33029 ____________________________________________________________________________
33030 [  9474] By: jhi                                   on 2001/03/30  18:14:02
33031         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
33032              From: Benjamin Sugars <bsugars@canoe.ca>
33033              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
33034              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
33035      Branch: perl
33036            ! t/lib/glob-basic.t
33037 ____________________________________________________________________________
33038 [  9473] By: jhi                                   on 2001/03/30  16:09:24
33039         Log: Update Changes.
33040      Branch: perl
33041            ! Changes patchlevel.h
33042 ____________________________________________________________________________
33043 [  9472] By: jhi                                   on 2001/03/30  15:16:08
33044         Log: Integrate perlio.
33045      Branch: perl
33046           !> t/lib/cwd.t t/lib/glob-basic.t
33047 ____________________________________________________________________________
33048 [  9471] By: nick                                  on 2001/03/30  14:47:10
33049         Log: Should be (^O eq 'MSWin32') not 'Win32'
33050              Fail #12 seems real - chdir is in wrong dir.
33051      Branch: perlio
33052            ! t/lib/cwd.t
33053 ____________________________________________________________________________
33054 [  9470] By: jhi                                   on 2001/03/30  14:41:11
33055         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
33056              From: Radu Greab <radu@netsoft.ro>
33057              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
33058              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
33059              
33060              Replace #9352.
33061      Branch: perl
33062            ! ext/Socket/Socket.xs pp_sys.c
33063 ____________________________________________________________________________
33064 [  9469] By: jhi                                   on 2001/03/30  14:37:51
33065         Log: Subject: PATCH pod/perldiag.pod
33066              From: Robin Houston <robin@kitsite.com>
33067              Date: Fri, 30 Mar 2001 14:10:36 +0100
33068              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
33069      Branch: perl
33070            ! pod/perldiag.pod t/lib/glob-basic.t
33071 ____________________________________________________________________________
33072 [  9468] By: jhi                                   on 2001/03/30  14:36:36
33073         Log: Subject: Better diagnostic in io/fs.t
33074              From: andreas.koenig@anima.de (Andreas J. Koenig)
33075              Date: 30 Mar 2001 10:11:43 +0200
33076              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
33077      Branch: perl
33078            ! t/io/fs.t
33079 ____________________________________________________________________________
33080 [  9467] By: nick                                  on 2001/03/30  14:25:43
33081         Log: Skip order test of glob if case-ignoring system cannot 
33082              create a.test and A.test
33083      Branch: perlio
33084            ! t/lib/glob-basic.t
33085 ____________________________________________________________________________
33086 [  9466] By: nick                                  on 2001/03/30  13:03:12
33087         Log: Integrate mainline.
33088      Branch: perlio
33089            - ext/re/hints/aix.pl
33090           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
33091           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
33092           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
33093           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
33094 ____________________________________________________________________________
33095 [  9465] By: jhi                                   on 2001/03/30  03:53:37
33096         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
33097              the tests sometimes hang, sometimes not.)
33098      Branch: perl
33099            ! t/lib/io_multihomed.t t/lib/io_sock.t
33100 ____________________________________________________________________________
33101 [  9464] By: jhi                                   on 2001/03/30  02:56:04
33102         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
33103              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
33104              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
33105              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
33106      Branch: perl
33107            ! op.c
33108 ____________________________________________________________________________
33109 [  9463] By: jhi                                   on 2001/03/30  02:34:48
33110         Log: Test for #9462.
33111      Branch: perl
33112            ! t/lib/b.t
33113 ____________________________________________________________________________
33114 [  9462] By: jhi                                   on 2001/03/30  02:29:37
33115         Log: Subject: B::Deparse precedence bug. (Patch included.)
33116              From: Jeremy Madea <jmadea@inktomi.com>
33117              Date: Thu, 29 Mar 2001 12:05:02 -0800
33118              Message-ID: <20010329120502.A24881@dr.inktomi.com>
33119      Branch: perl
33120            ! ext/B/B/Deparse.pm
33121 ____________________________________________________________________________
33122 [  9461] By: jhi                                   on 2001/03/30  02:18:41
33123         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
33124              From: Peter Prymmer <pvhp@forte.com>
33125              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
33126              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
33127      Branch: perl
33128            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
33129            ! t/lib/md5-file.t
33130 ____________________________________________________________________________
33131 [  9460] By: jhi                                   on 2001/03/30  02:17:07
33132         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
33133              From: Robin Houston <robin@kitsite.com>
33134              Date: Thu, 29 Mar 2001 20:47:56 +0100
33135              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
33136      Branch: perl
33137            ! ext/B/B/Debug.pm
33138 ____________________________________________________________________________
33139 [  9459] By: jhi                                   on 2001/03/30  02:16:05
33140         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
33141              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
33142              Date: Wed, 28 Mar 2001 18:02:20 -0600
33143              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
33144      Branch: perl
33145            ! lib/ExtUtils/MM_VMS.pm
33146 ____________________________________________________________________________
33147 [  9458] By: jhi                                   on 2001/03/30  02:07:58
33148         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
33149              From: "Joshua E. Rodd" <jrodd@pbs.org>
33150              Date: Wed, 28 Mar 2001 17:29:12 -0500
33151              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
33152      Branch: perl
33153            ! pod/perlop.pod
33154 ____________________________________________________________________________
33155 [  9457] By: jhi                                   on 2001/03/30  02:04:33
33156         Log: Subject: ext/re/aix.pl can go
33157              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33158              Date: Thu, 29 Mar 2001 12:03:28 +0200
33159              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
33160      Branch: perl
33161            - ext/re/hints/aix.pl
33162            ! MANIFEST
33163 ____________________________________________________________________________
33164 [  9456] By: jhi                                   on 2001/03/30  02:03:32
33165         Log: Integrate perlio.
33166      Branch: perl
33167           !> ext/Encode/Encode.xs installperl
33168 ____________________________________________________________________________
33169 [  9455] By: nick                                  on 2001/03/29  21:11:46
33170         Log: DLL name has changed so installperl needs to know
33171              (Why isn't it working it out or passed it?)
33172      Branch: perlio
33173            ! installperl
33174 ____________________________________________________________________________
33175 [  9454] By: nick                                  on 2001/03/29  20:56:12
33176         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
33177              and we don't get undef warnings.
33178      Branch: perlio
33179            ! ext/Encode/Encode.xs
33180 ____________________________________________________________________________
33181 [  9453] By: nick                                  on 2001/03/29  17:58:48
33182         Log: Integrate mainline
33183      Branch: perlio
33184           !> Changes patchlevel.h
33185 ____________________________________________________________________________
33186 [  9452] By: jhi                                   on 2001/03/29  16:44:55
33187         Log: Update Changes.
33188      Branch: perl
33189            ! Changes patchlevel.h
33190 ____________________________________________________________________________
33191 [  9451] By: nick                                  on 2001/03/29  16:31:38
33192         Log: Integrate mainline
33193      Branch: perlio
33194           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
33195           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
33196           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
33197           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
33198           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
33199 ____________________________________________________________________________
33200 [  9450] By: jhi                                   on 2001/03/29  16:29:17
33201         Log: Integrate perlio.
33202      Branch: perl
33203           !> win32/buildext.pl
33204 ____________________________________________________________________________
33205 [  9449] By: jhi                                   on 2001/03/29  15:50:01
33206         Log: Update Changes.
33207      Branch: perl
33208            ! Changes patchlevel.h
33209 ____________________________________________________________________________
33210 [  9448] By: nick                                  on 2001/03/29  15:47:15
33211         Log: Make sure buildext.pl finds Errno.pm
33212      Branch: perlio
33213            ! win32/buildext.pl
33214 ____________________________________________________________________________
33215 [  9447] By: jhi                                   on 2001/03/29  15:39:34
33216         Log: Integrate perlio.
33217      Branch: perl
33218           !> win32/makefile.mk
33219 ____________________________________________________________________________
33220 [  9446] By: nick                                  on 2001/03/29  15:30:03
33221         Log: Integrate win32/makefile.mk with mainline.
33222      Branch: perlio
33223           !> win32/makefile.mk
33224 ____________________________________________________________________________
33225 [  9445] By: nick                                  on 2001/03/29  15:27:32
33226         Log: Fix breakage ... 
33227      Branch: perlio
33228            ! win32/makefile.mk
33229 ____________________________________________________________________________
33230 [  9444] By: jhi                                   on 2001/03/29  15:03:08
33231         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
33232              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
33233              Date: Thu, 29 Mar 2001 10:32:59 +0400
33234              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
33235      Branch: perl
33236            ! win32/makefile.mk
33237 ____________________________________________________________________________
33238 [  9443] By: jhi                                   on 2001/03/29  15:02:12
33239         Log: Integrate perlio.
33240      Branch: perl
33241           +> win32/buildext.pl
33242           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
33243           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
33244 ____________________________________________________________________________
33245 [  9442] By: nick                                  on 2001/03/29  14:59:11
33246         Log: Work in progress - determine win32 extensions to build via script.
33247      Branch: perlio
33248            + win32/buildext.pl
33249            ! MANIFEST win32/makefile.mk
33250 ____________________________________________________________________________
33251 [  9441] By: jhi                                   on 2001/03/29  14:51:47
33252         Log: Reintroduce the use of external pwd.
33253      Branch: perl
33254            ! t/lib/cwd.t
33255 ____________________________________________________________________________
33256 [  9440] By: jhi                                   on 2001/03/29  14:42:58
33257         Log: use warnings instead of -w.
33258      Branch: perl
33259            ! utils/h2xs.PL
33260 ____________________________________________________________________________
33261 [  9439] By: jhi                                   on 2001/03/29  14:41:52
33262         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
33263              From: Jonathan Stowe <gellyfish@gellyfish.com>
33264              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
33265              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
33266      Branch: perl
33267            ! utils/h2xs.PL
33268 ____________________________________________________________________________
33269 [  9438] By: jhi                                   on 2001/03/29  14:39:38
33270         Log: Subject: [PATCH perl@9424] minor pod nits
33271              From: Robin Barker <rmb1@cise.npl.co.uk>
33272              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
33273              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
33274      Branch: perl
33275            ! pod/perlhack.pod pod/perliol.pod
33276 ____________________________________________________________________________
33277 [  9437] By: jhi                                   on 2001/03/29  14:29:16
33278         Log: Subject: [PATCH perl@9424] typemap cast warning
33279              From: Robin Barker <rmb1@cise.npl.co.uk>
33280              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
33281              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
33282      Branch: perl
33283            ! lib/ExtUtils/typemap
33284 ____________________________________________________________________________
33285 [  9436] By: jhi                                   on 2001/03/29  14:26:03
33286         Log: Subject: [PATCH perl@9424] printf warning
33287              From: Robin Barker <rmb1@cise.npl.co.uk>
33288              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
33289              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
33290      Branch: perl
33291            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
33292            ! ext/Storable/Storable.xs toke.c
33293 ____________________________________________________________________________
33294 [  9435] By: nick                                  on 2001/03/29  14:23:31
33295         Log: Win32 has name conflict with ERROR
33296      Branch: perlio
33297            ! ext/PerlIO/Via/Via.xs
33298 ____________________________________________________________________________
33299 [  9434] By: jhi                                   on 2001/03/29  14:17:48
33300         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
33301              From: Peter Prymmer <pvhp@forte.com>
33302              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
33303              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
33304      Branch: perl
33305            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
33306 ____________________________________________________________________________
33307 [  9433] By: jhi                                   on 2001/03/29  13:52:44
33308         Log: test-prep target was missing.
33309      Branch: perl
33310            ! Makefile.SH
33311 ____________________________________________________________________________
33312 [  9432] By: nick                                  on 2001/03/29  12:40:03
33313         Log: Make as-shipped compiler default to MSVC6 
33314      Branch: perlio
33315            ! win32/makefile.mk
33316 ____________________________________________________________________________
33317 [  9431] By: nick                                  on 2001/03/29  12:12:16
33318         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
33319              akin to PerlIO::Scalar.
33320      Branch: perlio
33321            ! perlio.c perlio.h
33322 ____________________________________________________________________________
33323 [  9430] By: nick                                  on 2001/03/29  10:56:35
33324         Log: Integrate mainline.
33325      Branch: perlio
33326           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
33327           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
33328           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
33329           !> win32/makefile.mk win32/win32sck.c
33330 ____________________________________________________________________________
33331 [  9429] By: nick                                  on 2001/03/29  09:03:43
33332         Log: Noticed that two tests were skipped as perlio:: package
33333              isn't there any more. Changed the skip condition.
33334              Avoid core-dump if sv_utf8_upgrade() called on something
33335              that does not become SvPOK after SvPV() (e.g. a ref).
33336      Branch: perlio
33337            ! sv.c t/io/utf8.t t/lib/io_scalar.t
33338 ____________________________________________________________________________
33339 [  9428] By: jhi                                   on 2001/03/29  01:31:47
33340         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
33341              From: Benjamin Sugars <bsugars@canoe.ca> 
33342              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
33343              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
33344      Branch: perl
33345            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
33346            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
33347            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
33348 ____________________________________________________________________________
33349 [  9427] By: jhi                                   on 2001/03/29  00:49:30
33350         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
33351              From: "Vadim Konovalov" <watman@inbox.ru>
33352              Date: Thu, 29 Mar 2001 01:50:12 +0400
33353              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
33354      Branch: perl
33355            ! win32/makefile.mk win32/win32sck.c
33356 ____________________________________________________________________________
33357 [  9426] By: gsar                                  on 2001/03/29  00:28:04
33358         Log: dmake can only handle == and != in comparisons; support building
33359              with Borland's VCL libraries (from Vadim Konovalov)
33360      Branch: maint-5.6/perl
33361            ! win32/makefile.mk
33362 ____________________________________________________________________________
33363 [  9425] By: nick                                  on 2001/03/28  19:29:56
33364         Log: Integrate (@snapshot)
33365      Branch: perlio
33366           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
33367 ____________________________________________________________________________
33368 [  9424] By: jhi                                   on 2001/03/28  19:03:16
33369         Log: Update Changes.
33370      Branch: perl
33371            ! Changes patchlevel.h
33372 ____________________________________________________________________________
33373 [  9423] By: jhi                                   on 2001/03/28  18:52:09
33374         Log: Rmdir lib/XS on cleanup.
33375      Branch: perl
33376            ! Makefile.SH
33377 ____________________________________________________________________________
33378 [  9422] By: jhi                                   on 2001/03/28  18:49:34
33379         Log: Integrate perlio.
33380      Branch: perl
33381           !> t/op/utf8decode.t
33382 ____________________________________________________________________________
33383 [  9421] By: nick                                  on 2001/03/28  18:46:44
33384         Log: Loose duplicate chunk.
33385      Branch: perlio
33386            ! t/op/utf8decode.t
33387 ____________________________________________________________________________
33388 [  9420] By: nick                                  on 2001/03/28  18:44:11
33389         Log: Integrate mainline.
33390      Branch: perlio
33391           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
33392           !> vms/vmsish.h
33393 ____________________________________________________________________________
33394 [  9419] By: jhi                                   on 2001/03/28  18:42:05
33395         Log: Can't trust external pwds
33396              (either shell builtins or external programs)
33397      Branch: perl
33398            ! t/lib/cwd.t
33399 ____________________________________________________________________________
33400 [  9418] By: jhi                                   on 2001/03/28  18:34:05
33401         Log: Integrate perlio.
33402      Branch: perl
33403            - lib/perlio.pm
33404           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
33405           !> t/op/utf8decode.t
33406 ____________________________________________________________________________
33407 [  9417] By: nick                                  on 2001/03/28  18:24:02
33408         Log: PerlIO.pm / perlio.pm conflict.
33409              Update some pods.
33410              Make t/op/utf8decode.t a text file.
33411      Branch: perlio
33412            - lib/perlio.pm
33413            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
33414            ! t/op/utf8decode.t
33415 ____________________________________________________________________________
33416 [  9416] By: jhi                                   on 2001/03/28  18:06:07
33417         Log: Integrate change #9409 from mainline to maintperl.
33418              
33419              Yet another tweak on AIX dynaloading.
33420      Branch: maint-5.6/perl
33421           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
33422 ____________________________________________________________________________
33423 [  9415] By: gsar                                  on 2001/03/28  17:13:01
33424         Log: integrate changes#9377,9385,9401 from mainline
33425              
33426              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
33427              
33428              If directory entries compare equal case-insensitively,
33429              retry case-sensitively.
33430              
33431              Subject: [PATCH] B::Terse and warnings
33432      Branch: maint-5.6/perl
33433           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
33434           !> t/pragma/warn/perl
33435 ____________________________________________________________________________
33436 [  9414] By: jhi                                   on 2001/03/28  17:11:12
33437         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
33438              From: "Craig A. Berry" <craigberry@mac.com>
33439              Date: Wed, 28 Mar 2001 10:55:20 -0600
33440              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
33441      Branch: perl
33442            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
33443 ____________________________________________________________________________
33444 [  9413] By: jhi                                   on 2001/03/28  17:03:12
33445         Log: Dup hunk.
33446      Branch: perl
33447            ! t/op/utf8decode.t
33448 ____________________________________________________________________________
33449 [  9412] By: jhi                                   on 2001/03/28  17:02:36
33450         Log: Forced integrate from perlio.
33451      Branch: perl
33452           !> t/op/utf8decode.t
33453 ____________________________________________________________________________
33454 [  9411] By: nick                                  on 2001/03/28  16:50:03
33455         Log: Integrate mainline.
33456      Branch: perlio
33457           +> t/lib/cwd.t
33458           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
33459           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
33460           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
33461           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
33462           !> t/pragma/warn/perl
33463 ____________________________________________________________________________
33464 [  9410] By: jhi                                   on 2001/03/28  16:44:23
33465         Log: Subject: Re: [PATCH] 9403 cannot be tested
33466              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33467              Date: Wed, 28 Mar 2001 18:33:56 +0200
33468              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
33469      Branch: perl
33470            ! makedef.pl
33471 ____________________________________________________________________________
33472 [  9409] By: jhi                                   on 2001/03/28  16:12:45
33473         Log: Yet another tweak on AIX dynaloading.
33474      Branch: perl
33475            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
33476 ____________________________________________________________________________
33477 [  9408] By: jhi                                   on 2001/03/28  15:52:55
33478         Log: Subject: [PATCH] 9403 cannot be tested
33479              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
33480              Date: Wed, 28 Mar 2001 17:23:00 +0200
33481              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
33482              
33483              A missing symbol.
33484      Branch: perl
33485            ! makedef.pl
33486 ____________________________________________________________________________
33487 [  9407] By: jhi                                   on 2001/03/28  15:47:43
33488         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
33489      Branch: perl
33490            ! t/op/utf8decode.t
33491           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
33492           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
33493 ____________________________________________________________________________
33494 [  9406] By: jhi                                   on 2001/03/28  15:37:08
33495         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
33496              From: Benjamin Sugars <bsugars@canoe.ca> 
33497              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
33498              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
33499      Branch: perl
33500            + t/lib/cwd.t
33501            ! MANIFEST
33502 ____________________________________________________________________________
33503 [  9405] By: jhi                                   on 2001/03/28  15:13:18
33504         Log: pp_ne() needs a CORRECT boolean.
33505      Branch: perl
33506            ! pp.c
33507 ____________________________________________________________________________
33508 [  9404] By: jhi                                   on 2001/03/28  15:09:23
33509         Log: pp_ne() needs a boolean, not an integer.
33510      Branch: perl
33511            ! pp.c
33512 ____________________________________________________________________________
33513 [  9403] By: jhi                                   on 2001/03/28  14:47:43
33514         Log: (Retracted by #9404.)
33515      Branch: perl
33516            ! pp.c
33517 ____________________________________________________________________________
33518 [  9402] By: jhi                                   on 2001/03/28  14:43:59
33519         Log: Subject: Re: [PATCH] Typemap testing
33520              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
33521              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
33522              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
33523      Branch: perl
33524            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
33525            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
33526 ____________________________________________________________________________
33527 [  9401] By: jhi                                   on 2001/03/28  14:42:14
33528         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
33529              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
33530              Date: Sun, 25 Mar 2001 21:59:15 +0100
33531              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
33532              
33533              A variable will be checked for the "use once" warnings if:
33534              
33535              1. It is in the scope of a use warnings 'once'
33536              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
33537              
33538              Otherwise it won't be checked at all.
33539              
33540              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
33541              
33542              The enclosed patch partially fixes this issue. What I didn't
33543              get to work was the case where the "used once" warning is enabled
33544              in any file other than the main file.
33545      Branch: perl
33546            ! gv.c t/pragma/warn/perl
33547 ____________________________________________________________________________
33548 [  9400] By: nick                                  on 2001/03/28  14:38:24
33549         Log: More EBCDIC tweaks:
33550              - one more swash issue &~(0xA0-1) did not do the right thing,
33551              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
33552              - add "use re 'asciirange'" to make [!-~] etc. work
33553              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
33554              - Choose a key for t/op/each.t test which gets encoded.
33555              - Skip utf8decode if this is UTF-EBCDIC.
33556      Branch: perlio
33557            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
33558            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
33559 ____________________________________________________________________________
33560 [  9399] By: jhi                                   on 2001/03/28  14:21:00
33561         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
33562              Andreas Schwab.
33563      Branch: perl
33564            ! pp.c
33565 ____________________________________________________________________________
33566 [  9398] By: jhi                                   on 2001/03/28  00:55:56
33567         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
33568              From: David Dyck <dcd@tc.fluke.com>
33569              Date: Tue, 27 Mar 2001 15:16:24 -0800
33570              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
33571      Branch: perl
33572            ! ext/IO/lib/IO/Socket.pm
33573 ____________________________________________________________________________
33574 [  9397] By: jhi                                   on 2001/03/27  21:52:49
33575         Log: Integrate perlio.
33576      Branch: perl
33577           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
33578           +> ext/PerlIO/Via/Via.xs
33579           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
33580 ____________________________________________________________________________
33581 [  9396] By: nick                                  on 2001/03/27  21:45:13
33582         Log: Integrate mainline.
33583      Branch: perlio
33584           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
33585           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
33586 ____________________________________________________________________________
33587 [  9395] By: nick                                  on 2001/03/27  21:18:58
33588         Log: Outline docs for PerlIO and PerlIO::Scalar
33589      Branch: perlio
33590            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
33591 ____________________________________________________________________________
33592 [  9394] By: nick                                  on 2001/03/27  20:50:13
33593         Log: PerlIO::Via layer (alpha-ish).
33594      Branch: perlio
33595            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
33596            + ext/PerlIO/Via/Via.xs
33597            ! MANIFEST
33598 ____________________________________________________________________________
33599 [  9393] By: jhi                                   on 2001/03/27  20:49:55
33600         Log: Retract #9329 now that 9390 should take care of the matter.
33601      Branch: perl
33602            ! utils/h2xs.PL
33603 ____________________________________________________________________________
33604 [  9390] By: jhi                                   on 2001/03/27  20:47:50
33605         Log: Subject: Autoloading Errno.pm when %! is encountered
33606              From: Robin Houston <robin@kitsite.com>
33607              Date: Tue, 27 Mar 2001 20:57:11 +0100
33608              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
33609      Branch: perl
33610            ! embed.h embed.pl gv.c proto.h t/op/magic.t
33611 ____________________________________________________________________________
33612 [  9389] By: jhi                                   on 2001/03/27  20:24:31
33613         Log: Integrate perlio.
33614      Branch: perl
33615           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
33616           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
33617           !> utf8.c
33618 ____________________________________________________________________________
33619 [  9388] By: jhi                                   on 2001/03/27  20:21:38
33620         Log: Better have a three-element array if one is going to assign
33621              to the third element of that array. (from Tim Jenness)
33622      Branch: perl
33623            ! ext/XS/Typemap/Typemap.xs
33624 ____________________________________________________________________________
33625 [  9387] By: nick                                  on 2001/03/27  20:15:43
33626         Log: Integrate mainline.
33627      Branch: perlio
33628           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
33629           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
33630           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
33631           +> t/lib/xs-typemap.t
33632           !> (integrate 34 files)
33633 ____________________________________________________________________________
33634 [  9386] By: jhi                                   on 2001/03/27  20:04:18
33635         Log: Subject: Re: perl@9359 breaks HTML::Parser
33636              From: Gisle Aas <gisle@ActiveState.com>
33637              Date: 27 Mar 2001 11:30:24 -0800
33638              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
33639              
33640              Clarify the UTF-8 issues of the API docs.
33641              (Slightly reworded and expanded.)
33642      Branch: perl
33643            ! pod/perlapi.pod sv.c sv.h
33644 ____________________________________________________________________________
33645 [  9385] By: jhi                                   on 2001/03/27  19:44:25
33646         Log: If directory entries compare equal case-insensitively,
33647              retry case-sensitively.
33648      Branch: perl
33649            ! ext/File/Glob/bsd_glob.c
33650 ____________________________________________________________________________
33651 [  9384] By: nick                                  on 2001/03/27  19:38:50
33652         Log: Various EBCDIC fixes:
33653              - major revelation that swash code is encoding aware,
33654              (or thought it was) - now it is ;-)
33655              - With that out of the way fix a slab of tr/// cases.
33656              - Fix Encode 'Unicode' to be true Unicode so tests pass.
33657              - As anticipated Base64.xs needed tweaks.
33658              - Until tr/// works right avoid old_encode64 in MIME tests.
33659      Branch: perlio
33660            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
33661            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
33662 ____________________________________________________________________________
33663 [  9383] By: jhi                                   on 2001/03/27  18:34:41
33664         Log: Add the std test suite BEGIN block.
33665      Branch: perl
33666            ! t/lib/xs-typemap.t
33667 ____________________________________________________________________________
33668 [  9382] By: jhi                                   on 2001/03/27  15:16:07
33669         Log: Add debugging output to the test.
33670      Branch: perl
33671            ! t/lib/glob-basic.t
33672 ____________________________________________________________________________
33673 [  9381] By: jhi                                   on 2001/03/27  15:08:10
33674         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
33675      Branch: perl
33676            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
33677            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
33678            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
33679            + t/lib/xs-typemap.t
33680            ! MANIFEST
33681 ____________________________________________________________________________
33682 [  9380] By: jhi                                   on 2001/03/27  14:48:34
33683         Log: Subject: [PATCH] Typemap testing
33684              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
33685              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
33686              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
33687              
33688              (The first part of the patch.)
33689      Branch: perl
33690            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
33691 ____________________________________________________________________________
33692 [  9379] By: jhi                                   on 2001/03/27  14:44:56
33693         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
33694              From: Benjamin Sugars <bsugars@canoe.ca> 
33695              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
33696              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
33697      Branch: perl
33698            ! t/lib/glob-basic.t
33699 ____________________________________________________________________________
33700 [  9378] By: jhi                                   on 2001/03/27  14:42:30
33701         Log: Subject: [PATCH] perlvar nit
33702              From: Simon Cozens <simon@netthink.co.uk>
33703              Date: Tue, 27 Mar 2001 01:12:01 +0100
33704              Message-ID: <20010327011201.A19179@netthink.co.uk>
33705      Branch: perl
33706            ! pod/perlvar.pod
33707 ____________________________________________________________________________
33708 [  9377] By: jhi                                   on 2001/03/27  14:36:26
33709         Log: Subject: [PATCH] B::Terse and warnings
33710              From: Benjamin Sugars <ben.sugars@home.com>
33711              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
33712              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
33713      Branch: perl
33714            ! ext/B/B.pm ext/B/B/Terse.pm
33715 ____________________________________________________________________________
33716 [  9376] By: jhi                                   on 2001/03/27  14:31:31
33717         Log: Document sockatmark() some.
33718      Branch: perl
33719            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
33720            ! pod/perltoc.pod
33721 ____________________________________________________________________________
33722 [  9375] By: jhi                                   on 2001/03/27  14:00:24
33723         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
33724              noted by Gisle and fixed by NI-S.
33725      Branch: perl
33726            ! sv.c
33727 ____________________________________________________________________________
33728 [  9374] By: jhi                                   on 2001/03/27  05:50:01
33729         Log: Regen toc.
33730      Branch: perl
33731            ! pod/perltoc.pod
33732 ____________________________________________________________________________
33733 [  9373] By: jhi                                   on 2001/03/27  05:43:51
33734         Log: Pixie documenting.
33735      Branch: perl
33736            ! Makefile.SH pod/perlhack.pod
33737 ____________________________________________________________________________
33738 [  9372] By: jhi                                   on 2001/03/27  05:29:34
33739         Log: Metaconfig unit changes for #9371.
33740      Branch: metaconfig
33741            ! U/modified/myhostname.U
33742      Branch: metaconfig/U/perl
33743            + d_sockatmark.U
33744            ! gccvers.U
33745 ____________________________________________________________________________
33746 [  9371] By: jhi                                   on 2001/03/27  05:29:07
33747         Log: Add sockatmark() probing.
33748      Branch: perl
33749            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33750            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
33751            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
33752            ! vos/config.ga.h win32/config.bc win32/config.gc
33753            ! win32/config.vc
33754 ____________________________________________________________________________
33755 [  9370] By: jhi                                   on 2001/03/26  22:01:18
33756         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
33757              Really need to benchmark this.
33758      Branch: perl
33759            ! pp.c
33760 ____________________________________________________________________________
33761 [  9369] By: nick                                  on 2001/03/26  21:59:30
33762         Log: Integrate mainline.
33763      Branch: perlio
33764            ! ext/MIME/Base64/QuotedPrint.pm
33765           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
33766           !> patchlevel.h pod/perlhack.pod pp_sys.c
33767 ____________________________________________________________________________
33768 [  9368] By: jhi                                   on 2001/03/26  21:47:03
33769         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
33770              
33771              TODO1: perlbench.
33772              TODO2: le, lt, ge, gt?  Yech.
33773      Branch: perl
33774            ! pp.c
33775 ____________________________________________________________________________
33776 [  9367] By: jhi                                   on 2001/03/26  21:34:57
33777         Log: Too much cut-and-paste in #9363.
33778      Branch: perl
33779            ! pp_sys.c
33780 ____________________________________________________________________________
33781 [  9366] By: jhi                                   on 2001/03/26  21:20:53
33782         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
33783              From: Andreas Schwab <schwab@suse.de>
33784              Date: 26 Mar 2001 17:29:04 +0200
33785              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
33786              
33787              (The patch for 5.6.0 or so, this is a guess for bleadperl)
33788      Branch: perl
33789            ! pp_hot.c
33790 ____________________________________________________________________________
33791 [  9365] By: jhi                                   on 2001/03/26  21:07:54
33792         Log: Integrate perlio.
33793      Branch: perl
33794           !> perlio.c
33795 ____________________________________________________________________________
33796 [  9364] By: nick                                  on 2001/03/26  20:30:48
33797         Log: REFCNT botch in layer name cache hash.
33798      Branch: perlio
33799            ! perlio.c
33800 ____________________________________________________________________________
33801 [  9363] By: jhi                                   on 2001/03/26  18:44:32
33802         Log: Subject: [PATCH] socket() leaks file descriptors
33803              From: Benjamin Sugars <bsugars@canoe.ca>
33804              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
33805              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
33806              
33807              Also sockpair() fixed similarly.
33808      Branch: perl
33809            ! pp_sys.c
33810 ____________________________________________________________________________
33811 [  9362] By: jhi                                   on 2001/03/26  18:37:52
33812         Log: Integrate perlio.
33813      Branch: perl
33814           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
33815 ____________________________________________________________________________
33816 [  9361] By: nick                                  on 2001/03/26  17:32:06
33817         Log: Implement flush of linebuffered streams on read of a tty.
33818      Branch: perlio
33819            ! perlio.c perliol.h
33820 ____________________________________________________________________________
33821 [  9360] By: nick                                  on 2001/03/26  17:12:32
33822         Log: Memory tweaks and notes for OEMVS.
33823      Branch: perlio
33824            ! README.os390 miniperlmain.c t/op/pat.t
33825 ____________________________________________________________________________
33826 [  9359] By: jhi                                   on 2001/03/26  02:12:54
33827         Log: Update Changes.
33828      Branch: perl
33829            ! Changes patchlevel.h
33830 ____________________________________________________________________________
33831 [  9358] By: jhi                                   on 2001/03/26  02:05:32
33832         Log: Document the most common pixie options.
33833      Branch: perl
33834            ! pod/perlhack.pod
33835 ____________________________________________________________________________
33836 [  9357] By: jhi                                   on 2001/03/26  01:25:28
33837         Log: For perl.pixie check *before* compiling that optimize is -g,
33838              as for perl.third.
33839      Branch: perl
33840            ! Makefile.SH
33841 ____________________________________________________________________________
33842 [  9356] By: jhi                                   on 2001/03/26  01:13:41
33843         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
33844      Branch: perl
33845            ! Makefile.SH
33846 ____________________________________________________________________________
33847 [  9355] By: jhi                                   on 2001/03/26  01:11:19
33848         Log: Remove t/perl.third.
33849      Branch: perl
33850            ! Makefile.SH
33851 ____________________________________________________________________________
33852 [  9354] By: jhi                                   on 2001/03/26  00:23:38
33853         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
33854              IO::Sockatmark().
33855      Branch: perl
33856            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
33857 ____________________________________________________________________________
33858 [  9353] By: jhi                                   on 2001/03/25  22:25:04
33859         Log: Integrate perlio.
33860      Branch: perl
33861           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
33862           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
33863           !> pp_hot.c win32/makefile.mk
33864 ____________________________________________________________________________
33865 [  9352] By: jhi                                   on 2001/03/25  22:21:41
33866         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
33867              From: Radu Greab <radu@netsoft.ro>
33868              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
33869              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
33870      Branch: perl
33871            ! pp_sys.c
33872 ____________________________________________________________________________
33873 [  9351] By: nick                                  on 2001/03/25  22:15:02
33874         Log: Fix readline in list mode to tell rest of world that it has
33875              things on the stack. Otherwise if perl code gets invoked
33876              underneath it it scribbles over results-so-far.
33877              (Why TIEHANDLE has not tripped on this is a mystery.)
33878      Branch: perlio
33879            ! pp_hot.c
33880 ____________________________________________________________________________
33881 [  9350] By: nick                                  on 2001/03/25  22:10:13
33882         Log: win32/makefile.mk typos
33883      Branch: perlio
33884            ! win32/makefile.mk
33885 ____________________________________________________________________________
33886 [  9349] By: nick                                  on 2001/03/25  21:31:14
33887         Log: Integrate now-non-binary file.
33888      Branch: perlio
33889           !> t/lib/mimeqp.t
33890 ____________________________________________________________________________
33891 [  9348] By: nick                                  on 2001/03/25  21:27:24
33892         Log: Make it text
33893      Branch: perlio
33894            ! t/lib/mimeqp.t
33895 ____________________________________________________________________________
33896 [  9347] By: nick                                  on 2001/03/25  21:25:37
33897         Log: Integrate mainline.
33898      Branch: perlio
33899           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
33900           !> lib/Term/ReadLine.pm t/lib/md5-file.t
33901 ____________________________________________________________________________
33902 [  9346] By: nick                                  on 2001/03/25  20:58:15
33903         Log: Add destruct time hook to PerlIO (for work-in-process implementing
33904              layers in perl code. In such cases layers need to be popped before
33905              we loose the ability to run perl code.)
33906              Also back-out "PerlIO::object" hook - it isn't going to work like that...
33907      Branch: perlio
33908            ! perl.c perlio.c perlio.h perliol.h
33909 ____________________________________________________________________________
33910 [  9345] By: nick                                  on 2001/03/25  20:49:11
33911         Log: Avoid at leasy one of undefined warnings in Encode.
33912      Branch: perlio
33913            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
33914 ____________________________________________________________________________
33915 [  9344] By: jhi                                   on 2001/03/25  20:37:43
33916         Log: A workaround for using Term::ReadLine in emacs minibuffer
33917              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
33918              additional tweaks from Ilya Zakharevich.
33919      Branch: perl
33920            ! lib/Term/ReadLine.pm
33921 ____________________________________________________________________________
33922 [  9343] By: nick                                  on 2001/03/25  20:21:14
33923         Log: Missing return value.
33924      Branch: perlio
33925            ! ext/PerlIO/Scalar/Scalar.xs
33926 ____________________________________________________________________________
33927 [  9342] By: jhi                                   on 2001/03/25  16:21:00
33928         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
33929              to equal the CPAN versions since no code changes have been made.
33930      Branch: perl
33931            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
33932            ! t/lib/md5-file.t
33933 ____________________________________________________________________________
33934 [  9341] By: jhi                                   on 2001/03/25  16:01:48
33935         Log: Escape 8-bit characters.
33936      Branch: perl
33937            ! t/lib/mimeqp.t
33938 ____________________________________________________________________________
33939 [  9340] By: gsar                                  on 2001/03/25  15:50:53
33940         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
33941              chars)
33942      Branch: perl
33943            + t/lib/mimeqp.t
33944 ____________________________________________________________________________
33945 [  9339] By: gsar                                  on 2001/03/25  15:48:50
33946         Log: delete mimeqp.t for later add with text mode set
33947      Branch: perl
33948            - t/lib/mimeqp.t
33949 ____________________________________________________________________________
33950 [  9338] By: nick                                  on 2001/03/25  09:01:57
33951         Log: Integrate mainline.
33952      Branch: perlio
33953           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
33954           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
33955           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
33956           +> t/lib/mimeb64u.t t/lib/mimeqp.t
33957           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
33958           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
33959           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
33960 ____________________________________________________________________________
33961 [  9337] By: jhi                                   on 2001/03/25  04:23:24
33962         Log: Add MIME::Base64 here and there.  Again, a lot of
33963              optimism is in the air.
33964      Branch: perl
33965            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
33966            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
33967 ____________________________________________________________________________
33968 [  9336] By: jhi                                   on 2001/03/25  04:12:43
33969         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
33970              this by ear as I do not do Win32 programming.)
33971      Branch: perl
33972            ! win32/Makefile win32/makefile.mk
33973 ____________________________________________________________________________
33974 [  9335] By: jhi                                   on 2001/03/25  04:03:50
33975         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
33976      Branch: perl
33977            ! t/lib/md5-file.t
33978 ____________________________________________________________________________
33979 [  9334] By: jhi                                   on 2001/03/25  03:58:53
33980         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
33981      Branch: perl
33982            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
33983            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
33984            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
33985            + t/lib/mimeb64u.t t/lib/mimeqp.t
33986            ! MANIFEST
33987 ____________________________________________________________________________
33988 [  9333] By: jhi                                   on 2001/03/24  20:14:37
33989         Log: Integrate perlio.
33990      Branch: perl
33991           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
33992 ____________________________________________________________________________
33993 [  9332] By: nick                                  on 2001/03/24  19:40:34
33994         Log: Fix un-init variable leading to spurious "Out of Memory!"
33995      Branch: perlio
33996            ! doio.c
33997 ____________________________________________________________________________
33998 [  9331] By: nick                                  on 2001/03/24  19:09:59
33999         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
34000              and update layers internals doc.
34001      Branch: perlio
34002            ! pod/perlfunc.pod pod/perliol.pod
34003 ____________________________________________________________________________
34004 [  9330] By: jhi                                   on 2001/03/24  18:42:11
34005         Log: The length might be uninitialized garbage if the *svp is the undef.
34006      Branch: perl
34007            ! doio.c
34008 ____________________________________________________________________________
34009 [  9329] By: jhi                                   on 2001/03/24  18:26:57
34010         Log: (Retracted by #9393)
34011              
34012              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
34013              From: Simon Cozens <simon@netthink.co.uk>
34014              Date: Sat, 24 Mar 2001 17:13:17 +0000
34015              Message-ID: <20010324171317.A13406@netthink.co.uk>
34016      Branch: perl
34017            ! utils/h2xs.PL
34018 ____________________________________________________________________________
34019 [  9328] By: nick                                  on 2001/03/24  17:22:02
34020         Log: Integrate mainline.
34021      Branch: perlio
34022           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
34023           !> lib/unicode/version
34024 ____________________________________________________________________________
34025 [  9327] By: nick                                  on 2001/03/24  17:16:02
34026         Log: Integrate mainline.
34027      Branch: perlio
34028           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
34029           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
34030           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
34031           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
34032           +> t/lib/md5-file.t
34033           !> MANIFEST Makefile.SH configure.com djgpp/config.over
34034           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
34035           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
34036           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
34037           !> win32/makefile.mk
34038 ____________________________________________________________________________
34039 [  9326] By: jhi                                   on 2001/03/24  17:00:42
34040         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
34041      Branch: perl
34042            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
34043            ! lib/unicode/version
34044 ____________________________________________________________________________
34045 [  9325] By: jhi                                   on 2001/03/24  16:22:33
34046         Log: Subject: Re: B::Deparse bug (5.6.0)
34047              From: Robin Houston <robin@kitsite.com>
34048              Date: Sat, 24 Mar 2001 14:33:09 +0000
34049              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
34050      Branch: perl
34051            ! op.c pp.c t/lib/b.t t/op/repeat.t
34052 ____________________________________________________________________________
34053 [  9324] By: jhi                                   on 2001/03/24  16:21:56
34054         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
34055              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
34056              these additions may be too optimistic.
34057      Branch: perl
34058            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
34059            ! hints/uwin.sh hints/vmesa.sh
34060 ____________________________________________________________________________
34061 [  9323] By: jhi                                   on 2001/03/24  16:06:01
34062         Log: Integrate perlio.
34063      Branch: perl
34064           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
34065           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
34066            ! Makefile.SH
34067           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
34068           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
34069           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
34070           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
34071           !> win32/makefile.mk win32/perlhost.h win32/win32.c
34072           !> win32/win32iop.h
34073 ____________________________________________________________________________
34074 [  9322] By: nick                                  on 2001/03/24  14:39:12
34075         Log: Routine Win32 regen_config_h - no real changes.
34076      Branch: perlio
34077            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
34078 ____________________________________________________________________________
34079 [  9321] By: nick                                  on 2001/03/24  14:31:49
34080         Log: PerlIO fixups for Win32:
34081              - provide win33_popenlist() - non-functional as yet.
34082              - avoid need for aTHX in PerlIO_debug calls - even if not 
34083              enabled args are still evaluated so Win32 has trouble during fork().
34084              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
34085              - Fixup makedef.pl for latest set of symbols.
34086      Branch: perlio
34087            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
34088            ! win32/perlhost.h win32/win32.c win32/win32iop.h
34089 ____________________________________________________________________________
34090 [  9320] By: nick                                  on 2001/03/24  14:26:58
34091         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
34092              was gibberish - broke it on WIn32 at least.
34093      Branch: perlio
34094            ! ext/POSIX/POSIX.xs
34095 ____________________________________________________________________________
34096 [  9319] By: nick                                  on 2001/03/24  11:29:41
34097         Log: Generated files.
34098      Branch: perlio
34099            ! embed.h global.sym objXSUB.h perlapi.c proto.h
34100 ____________________________________________________________________________
34101 [  9318] By: nick                                  on 2001/03/24  10:29:37
34102         Log: Implement:
34103              1.  open($fh,"+<",undef);  # add test to t/io/open.t
34104              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
34105      Branch: perlio
34106            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
34107            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
34108            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
34109            ! t/io/open.t t/io/utf8.t
34110 ____________________________________________________________________________
34111 [  9317] By: jhi                                   on 2001/03/23  23:41:25
34112         Log: AIX does seems to have optimization problems with its C compilers.
34113      Branch: perl
34114            ! hints/aix.sh
34115 ____________________________________________________________________________
34116 [  9316] By: jhi                                   on 2001/03/23  23:40:46
34117         Log: Integrate perlio.
34118      Branch: perl
34119           +> lib/PerlIO.pm
34120           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
34121           !> perliol.h
34122 ____________________________________________________________________________
34123 [  9315] By: jhi                                   on 2001/03/23  22:16:30
34124         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
34125      Branch: perl
34126            ! t/lib/md5-file.t
34127 ____________________________________________________________________________
34128 [  9314] By: nick                                  on 2001/03/23  20:49:02
34129         Log: Perlio internals re-organized.
34130              - open process creates AV of layer/arg pairs
34131              (appends layers from open() or open.pm to default list).
34132              - push arg is now an SV.
34133              - layer ->Open get passed the AV
34134              - open is no longer mandatory method.
34135              - topmost layer that has ->Open method does the open
34136              - any layers above are pushed once that returns.
34137              - vtable re-ordered so dummy layers need only provide push/pop methods.
34138      Branch: perlio
34139            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
34140 ____________________________________________________________________________
34141 [  9313] By: nick                                  on 2001/03/23  16:27:41
34142         Log: Check in a stable (working) version before next round of tweaks.
34143              Changes include:
34144              - Move default layers code out of doio.c and into perlio.c
34145              - Single routine for parsing layer specification strings.
34146              - Skeleton support for demand loading of layers
34147              - Core-dump avoidance if PERLIO environment specifies loadable layer
34148              (does not _work_ as need IO to load and need load to do IO ...)
34149      Branch: perlio
34150            + lib/PerlIO.pm
34151            ! MANIFEST doio.c perlio.c
34152 ____________________________________________________________________________
34153 [  9312] By: gsar                                  on 2001/03/23  16:25:25
34154         Log: add execute bit to files with shebang lines in the repository;
34155              avoid clobbering execute bit in Porting/makerel 
34156      Branch: maint-5.6/perl
34157            ! (edit 144 files)
34158 ____________________________________________________________________________
34159 [  9311] By: jhi                                   on 2001/03/23  14:25:35
34160         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
34161      Branch: perl
34162            ! MANIFEST
34163 ____________________________________________________________________________
34164 [  9310] By: jhi                                   on 2001/03/23  13:45:04
34165         Log: Subject: [PATCH] Net::Ping
34166              From: Colin McMillen <mcmi0037@tc.umn.edu>
34167              Date: Thu, 22 Mar 2001 19:30:31 -0600
34168              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
34169      Branch: perl
34170            ! lib/Net/Ping.pm
34171 ____________________________________________________________________________
34172 [  9309] By: jhi                                   on 2001/03/23  13:39:13
34173         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
34174      Branch: perl
34175            ! t/lib/md5-aaa.t t/lib/md5-file.t
34176 ____________________________________________________________________________
34177 [  9308] By: jhi                                   on 2001/03/23  13:20:34
34178         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
34179              - bump the version to 2.14
34180              - drop the base64 tests since they require MIME::Base64
34181              - drop the rfc1321.txt
34182              - drop the hints/dec_osf.pl since it's only needed for
34183              pre-5.005_03 Perls
34184              Todo:
34185              - the U32 alignment testing is now removed; it needs to
34186              be reintroduced as as a Config variable (meaning also
34187              as a Configure test)
34188              - get the new EBCDIC md5sum for MD5.pm
34189              - test in Win32 to see how badly I botched the makefiles
34190      Branch: perl
34191            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
34192            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
34193            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
34194            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
34195            + t/lib/md5-file.t
34196            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
34197            ! win32/Makefile win32/makefile.mk
34198 ____________________________________________________________________________
34199 [  9307] By: jhi                                   on 2001/03/23  12:56:14
34200         Log: Integrate change #9306 from maintperl into mainline,
34201              AIX dynaloader for AIXes without <load.h>.
34202      Branch: perl
34203           !> ext/DynaLoader/hints/aix.pl
34204 ____________________________________________________________________________
34205 [  9306] By: jhi                                   on 2001/03/23  12:51:36
34206         Log: There are AIXes without /usr/include/load.h,
34207              patch from H.Merijn Brand.
34208      Branch: maint-5.6/perl
34209            ! ext/DynaLoader/hints/aix.pl
34210 ____________________________________________________________________________
34211 [  9305] By: nick                                  on 2001/03/23  11:00:42
34212         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
34213      Branch: perlio
34214            ! ext/Encode/Encode.xs perlio.c perlio.h
34215 ____________________________________________________________________________
34216 [  9304] By: nick                                  on 2001/03/23  10:20:46
34217         Log: Render -Duseperlio functional again.
34218              - this is "quick fix" which calls PerlIO_apply_layers after opening,
34219              which is what old scheme did. New scheme needs to change that
34220              to make open(...,\$scalar) etc. work but this will do for now.
34221      Branch: perlio
34222            ! perlio.c
34223 ____________________________________________________________________________
34224 [  9303] By: nick                                  on 2001/03/23  09:53:20
34225         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
34226              -Uuseperlio now works again.
34227              -Duseperlio is still poorly. Don't merge yet...
34228      Branch: perlio
34229            ! doio.c perlio.h
34230 ____________________________________________________________________________
34231 [  9302] By: nick                                  on 2001/03/22  22:26:51
34232         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
34233              type code.
34234              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
34235              is its main caller. In particular now has access to "extra" args, and
34236              can tell when an open handle is "reopened" (or duped?).
34237              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
34238              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
34239              PerlIO_open() et. al. (i.e. other way round).
34240              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
34241              with args close to PerlIO_openn().
34242      Branch: perlio
34243            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
34244 ____________________________________________________________________________
34245 [  9301] By: jhi                                   on 2001/03/22  20:58:04
34246         Log: Integrate perlio.
34247      Branch: perl
34248           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
34249           !> t/io/open.t util.c
34250 ____________________________________________________________________________
34251 [  9300] By: nick                                  on 2001/03/22  17:36:32
34252         Log: Don't include $@ in not ok message.
34253      Branch: perlio
34254            ! t/io/open.t
34255 ____________________________________________________________________________
34256 [  9299] By: gsar                                  on 2001/03/22  16:53:45
34257         Log: back out changes#7532,7521 for now (appears to have problems
34258              on IRIX)
34259      Branch: maint-5.6/perl
34260            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
34261            ! ext/POSIX/typemap pod/perlvar.pod
34262 ____________________________________________________________________________
34263 [  9298] By: nick                                  on 2001/03/22  14:35:46
34264         Log: Give a meaning to '&' in n-arg open case:
34265              open($fh,"<&",$scalar);
34266              $scalar can be:
34267              - an integer which does "fdopen"
34268              open($fh,"<&",2); # like open($fh,"<&2")
34269              - something that will yield a file handle via sv_2io()
34270              useful for dup'ing anonymous handles.
34271              e.g.:
34272              open(my $fh,"<&",\*STDIN);
34273              open(my $dup,"<&",$fh);
34274      Branch: perlio
34275            ! doio.c t/io/open.t
34276 ____________________________________________________________________________
34277 [  9297] By: nick                                  on 2001/03/22  13:34:35
34278         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
34279      Branch: perlio
34280            ! util.c
34281 ____________________________________________________________________________
34282 [  9296] By: nick                                  on 2001/03/22  12:51:20
34283         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
34284      Branch: perlio
34285            ! perl.c
34286 ____________________________________________________________________________
34287 [  9295] By: nick                                  on 2001/03/22  11:59:44
34288         Log: If stdin, stdout or stderr get opened in unexpected read/write state
34289              then warn at time of open not at time of use.
34290      Branch: perlio
34291            ! doio.c pp_hot.c pp_sys.c
34292 ____________________________________________________________________________
34293 [  9294] By: nick                                  on 2001/03/22  10:54:35
34294         Log: Die on n-arg open(...,"",xxx,yyy,...)
34295              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
34296              - die on read/write cases so we can decide what it means later.
34297      Branch: perlio
34298            ! doio.c embed.pl iperlsys.h util.c
34299 ____________________________________________________________________________
34300 [  9293] By: nick                                  on 2001/03/22  09:02:45
34301         Log: perlio tweaks (reported by Nick Clark)
34302              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
34303              error check in Pendinf_read().
34304      Branch: perlio
34305            ! perlio.c
34306 ____________________________________________________________________________
34307 [  9292] By: gsar                                  on 2001/03/22  07:12:00
34308         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
34309              fixes)
34310      Branch: maint-5.6/perl
34311           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
34312 ____________________________________________________________________________
34313 [  9291] By: jhi                                   on 2001/03/22  06:06:44
34314         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
34315      Branch: perl
34316            ! t/op/re_tests
34317 ____________________________________________________________________________
34318 [  9290] By: jhi                                   on 2001/03/22  05:57:01
34319         Log: Move MacOS Classic higher in the list of supported platforms.
34320      Branch: maint-5.6/perl
34321            ! pod/perlport.pod
34322 ____________________________________________________________________________
34323 [  9289] By: gsar                                  on 2001/03/22  05:35:04
34324         Log: revert part of change#6438 for compatibility (av_reify()
34325              appears to be needed to implement av_splice()ish things
34326              in XS)
34327      Branch: maint-5.6/perl
34328            ! embed.pl global.sym objXSUB.h perlapi.c
34329 ____________________________________________________________________________
34330 [  9288] By: gsar                                  on 2001/03/22  03:09:19
34331         Log: update copyright year
34332      Branch: maint-5.6/perl
34333            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
34334            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
34335            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
34336            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
34337            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
34338            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
34339            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
34340            ! x2p/walk.c
34341 ____________________________________________________________________________
34342 [  9287] By: jhi                                   on 2001/03/21  20:30:54
34343         Log: Integrate perlio.
34344      Branch: perl
34345           !> ext/Data/Dumper/Dumper.xs
34346 ____________________________________________________________________________
34347 [  9286] By: gsar                                  on 2001/03/21  19:49:54
34348         Log: makefile.mk tweak
34349      Branch: maint-5.6/perl
34350            ! win32/Makefile win32/makefile.mk
34351 ____________________________________________________________________________
34352 [  9285] By: nick                                  on 2001/03/21  19:07:13
34353         Log: Multiplicity fix for Dumper.
34354      Branch: perlio
34355            ! ext/Data/Dumper/Dumper.xs
34356 ____________________________________________________________________________
34357 [  9284] By: nick                                  on 2001/03/21  19:01:07
34358         Log: Integrate mainline - (does not build xTHX issue in Dumper).
34359      Branch: perlio
34360           !> (integrate 27 files)
34361 ____________________________________________________________________________
34362 [  9283] By: jhi                                   on 2001/03/21  17:17:35
34363         Log: Integrate change #9282 from mainline into maintperl,
34364              4-arg UTF-8 substr().
34365      Branch: maint-5.6/perl
34366           !> pp.c
34367 ____________________________________________________________________________
34368 [  9282] By: jhi                                   on 2001/03/21  17:15:43
34369         Log: The #9270 would have leaked a scalar if pp_substr()
34370              returned early.
34371      Branch: perl
34372            ! pp.c
34373 ____________________________________________________________________________
34374 [  9281] By: gsar                                  on 2001/03/21  17:03:14
34375         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
34376      Branch: maint-5.6/perl
34377            ! win32/makefile.mk
34378 ____________________________________________________________________________
34379 [  9280] By: gsar                                  on 2001/03/21  17:01:20
34380         Log: some tweaks to change#9278 (fork() emulation should be enabled
34381              by setting BUILD_FLAVOR instead of changing the defaults)
34382      Branch: maint-5.6/perl
34383            ! win32/makefile.mk
34384 ____________________________________________________________________________
34385 [  9279] By: gsar                                  on 2001/03/21  16:47:19
34386         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
34387      Branch: maint-5.6/perl
34388            ! ext/File/Glob/Glob.pm
34389           !> lib/Cwd.pm
34390 ____________________________________________________________________________
34391 [  9278] By: jhi                                   on 2001/03/21  14:35:10
34392         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
34393              From: "Vadim Konovalov" <watman@inbox.ru>
34394              Date: Wed, 21 Mar 2001 01:53:51 +0300
34395              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
34396      Branch: maint-5.6/perl
34397            ! win32/makefile.mk win32/win32sck.c
34398 ____________________________________________________________________________
34399 [  9277] By: jhi                                   on 2001/03/21  13:58:28
34400         Log: Integrate change #9270 from mainline to maintperl:
34401              continued 4-arg UTF-8 substr() fixing.
34402      Branch: maint-5.6/perl
34403           !> pp.c t/op/substr.t
34404 ____________________________________________________________________________
34405 [  9276] By: jhi                                   on 2001/03/21  13:33:00
34406         Log: More pixie cleaning.
34407      Branch: perl
34408            ! Makefile.SH
34409 ____________________________________________________________________________
34410 [  9275] By: jhi                                   on 2001/03/21  03:54:17
34411         Log: Update Changes.
34412      Branch: perl
34413            ! Changes patchlevel.h
34414 ____________________________________________________________________________
34415 [  9274] By: jhi                                   on 2001/03/21  03:48:24
34416         Log: First stab at making Data::Dumper to grok Unicode.
34417              
34418              TODO: tests, EBCDICify.
34419      Branch: perl
34420            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
34421 ____________________________________________________________________________
34422 [  9273] By: jhi                                   on 2001/03/21  02:23:00
34423         Log: Fix for
34424              
34425              Subject: Memory leak in unquoted print   
34426              From: Benjamin Sugars <bsugars@canoe.ca> 
34427              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
34428              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
34429      Branch: perl
34430            ! perlio.c
34431 ____________________________________________________________________________
34432 [  9272] By: jhi                                   on 2001/03/21  01:33:17
34433         Log: Subject: Re: [PATCH] POSIX::getcwd()
34434              From: Benjamin Sugars <bsugars@canoe.ca> 
34435              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
34436              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
34437      Branch: perl
34438            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
34439 ____________________________________________________________________________
34440 [  9271] By: jhi                                   on 2001/03/21  01:22:52
34441         Log: Subject: [PATCH] Cwd.pm docs
34442              From: Benjamin Sugars <bsugars@canoe.ca>
34443              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
34444              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
34445      Branch: perl
34446            ! lib/Cwd.pm
34447 ____________________________________________________________________________
34448 [  9270] By: jhi                                   on 2001/03/21  01:16:29
34449         Log: Continue 4-arg substr() UTF-8 fixage.
34450      Branch: perl
34451            ! pp.c t/op/substr.t
34452 ____________________________________________________________________________
34453 [  9269] By: jhi                                   on 2001/03/21  00:46:14
34454         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
34455              
34456              revert the leak fix in change#9142 (problem needs a more experimental
34457              fix unsuitable for 5.6.1)
34458              
34459              do alphabetical sorting by default (for csh compatibility)
34460              
34461              cut-n-paste goof in change#9264
34462              
34463              VMS piping fixes (from Charles Lane)
34464      Branch: perl
34465           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
34466           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
34467           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
34468 ____________________________________________________________________________
34469 [  9268] By: jhi                                   on 2001/03/21  00:37:04
34470         Log: Integrate perlio.
34471      Branch: perl
34472           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
34473           !> utf8.c utf8.h utfebcdic.h
34474 ____________________________________________________________________________
34475 [  9267] By: nick                                  on 2001/03/20  20:04:39
34476         Log: More EBCDIC stuff:
34477              - Loose the extra level of function on ASCII.
34478              - spotted a chr(0) issue in sv.c
34479              - re-work of UTF-X tr/// ranges to work in Unicode
34480              space. Still issues with the "0xff is illegal UTF-8" hack.
34481              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
34482              (why do it once when you can do it all over the place :-(
34483              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
34484              need utf8.pm for swashes.
34485              - Simplified and commented scan_const() in toke.c
34486              Still something wrong regexp and tr (swashes?).
34487      Branch: perlio
34488            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
34489            ! utf8.c utf8.h utfebcdic.h
34490 ____________________________________________________________________________
34491 [  9266] By: gsar                                  on 2001/03/20  19:16:43
34492         Log: VMS piping fixes (from Charles Lane)
34493      Branch: maint-5.6/perl
34494            ! vms/vms.c vms/vmspipe.com
34495 ____________________________________________________________________________
34496 [  9265] By: gsar                                  on 2001/03/20  17:53:52
34497         Log: cut-n-paste goof in change#9264
34498      Branch: maint-5.6/perl
34499            ! ext/File/Glob/Glob.xs
34500 ____________________________________________________________________________
34501 [  9264] By: gsar                                  on 2001/03/20  17:43:47
34502         Log: do alphabetical sorting by default (for csh compatibility);
34503              bsd_glob() does ASCII sort by default as usual, unless
34504              GLOB_ALPHASORT was specified
34505      Branch: maint-5.6/perl
34506            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
34507            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
34508            ! ext/File/Glob/bsd_glob.h
34509 ____________________________________________________________________________
34510 [  9263] By: gsar                                  on 2001/03/20  16:40:08
34511         Log: integrate change#9255 from mainline (unicode fix)
34512              
34513              substr($bytestr, i, n, $charstr)
34514      Branch: maint-5.6/perl
34515           !> Todo-5.6 pp.c t/op/substr.t
34516 ____________________________________________________________________________
34517 [  9262] By: gsar                                  on 2001/03/20  15:57:41
34518         Log: revert the leak fix in change#9142 (problem needs a more experimental
34519              fix unsuitable for 5.6.1)
34520      Branch: maint-5.6/perl
34521            ! scope.c
34522 ____________________________________________________________________________
34523 [  9261] By: jhi                                   on 2001/03/20  14:26:25
34524         Log: Integrate changes #9259,9260 from maintperl into mainline.
34525              
34526              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
34527              
34528              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
34529      Branch: perl
34530           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
34531 ____________________________________________________________________________
34532 [  9260] By: jhi                                   on 2001/03/20  14:05:46
34533         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
34534              From: Robin Barker <rmb1@cise.npl.co.uk>
34535              Date: Tue, 20 Mar 2001 10:12:04 GMT
34536              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
34537      Branch: maint-5.6/perl
34538            ! run.c
34539 ____________________________________________________________________________
34540 [  9259] By: jhi                                   on 2001/03/20  14:04:39
34541         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
34542              From: Chris Nandor <pudge@pobox.com>
34543              Date: Tue, 20 Mar 2001 00:40:56 -0500
34544              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
34545      Branch: maint-5.6/perl
34546            ! ext/POSIX/POSIX.xs lib/File/Path.pm
34547 ____________________________________________________________________________
34548 [  9258] By: jhi                                   on 2001/03/20  05:09:34
34549         Log: Update Changes.
34550      Branch: perl
34551            ! Changes patchlevel.h
34552 ____________________________________________________________________________
34553 [  9257] By: jhi                                   on 2001/03/20  05:04:25
34554         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
34555      Branch: perl
34556            ! t/op/tr.t
34557 ____________________________________________________________________________
34558 [  9256] By: jhi                                   on 2001/03/20  04:43:12
34559         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
34560              From: Peter Prymmer <pvhp@forte.com>
34561              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
34562              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
34563      Branch: maint-5.6/perl
34564            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
34565 ____________________________________________________________________________
34566 [  9255] By: jhi                                   on 2001/03/19  23:17:17
34567         Log: substr($bytestr, i, n, $charstr)
34568              
34569              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
34570      Branch: perl
34571            ! Todo-5.6 pp.c t/op/substr.t
34572 ____________________________________________________________________________
34573 [  9254] By: jhi                                   on 2001/03/19  22:25:09
34574         Log: Rearrange the make test target prerequisites so that
34575              in a parallel make 'all' is finished before 'test'.
34576      Branch: perl
34577            ! Makefile.SH
34578 ____________________________________________________________________________
34579 [  9253] By: jhi                                   on 2001/03/19  21:48:07
34580         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
34581              From: Robin Houston <robin@kitsite.com>
34582              Date: Mon, 19 Mar 2001 15:48:41 +0000
34583              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
34584      Branch: perl
34585            ! pp_ctl.c
34586 ____________________________________________________________________________
34587 [  9252] By: jhi                                   on 2001/03/19  21:42:27
34588         Log: Integrate perlio.
34589      Branch: perl
34590           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
34591           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
34592           !> utfebcdic.h vms/perly_c.vms
34593 ____________________________________________________________________________
34594 [  9251] By: jhi                                   on 2001/03/19  21:31:28
34595         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
34596              
34597              Dynaloading in 64-bit AIX with vac.
34598      Branch: perl
34599           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
34600           !> hints/aix.sh
34601 ____________________________________________________________________________
34602 [  9250] By: jhi                                   on 2001/03/19  21:18:00
34603         Log: A more robust solution for the 64bitall AIX dynaloading
34604              problem, from Jens-Uwe Mager.
34605      Branch: maint-5.6/perl
34606            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
34607 ____________________________________________________________________________
34608 [  9249] By: nick                                  on 2001/03/19  20:59:37
34609         Log: Integrate mainline.
34610      Branch: perlio
34611           !> (integrate 42 files)
34612 ____________________________________________________________________________
34613 [  9248] By: nick                                  on 2001/03/19  20:22:07
34614         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
34615              (Building on OS390 uses native YACC and YYDEBUG has other
34616              side effects.)
34617      Branch: perlio
34618            ! perly.c perly.y vms/perly_c.vms
34619 ____________________________________________________________________________
34620 [  9247] By: jhi                                   on 2001/03/19  19:59:53
34621         Log: 64-bit AIX dynaloading problem (see #9244) idea
34622              from Jens-Uwe Mager.
34623      Branch: maint-5.6/perl
34624            ! ext/DynaLoader/dl_aix.xs
34625 ____________________________________________________________________________
34626 [  9246] By: nick                                  on 2001/03/19  19:27:57
34627         Log: More EBCDIC fixes.
34628      Branch: perlio
34629            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
34630            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
34631 ____________________________________________________________________________
34632 [  9245] By: jhi                                   on 2001/03/19  19:05:19
34633         Log: Integrate change #9243 from mainline into maintperl.
34634              
34635              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
34636      Branch: maint-5.6/perl
34637           !> README.vmesa
34638 ____________________________________________________________________________
34639 [  9244] By: jhi                                   on 2001/03/19  19:03:15
34640         Log: Get 64bitall AIX building, but still does not test okay:
34641              dynaloading anything fails, for example for op/defins:
34642              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
34643              (update: fixed by #9247,9250)
34644      Branch: maint-5.6/perl
34645            ! hints/aix.sh
34646 ____________________________________________________________________________
34647 [  9243] By: jhi                                   on 2001/03/19  19:00:16
34648         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
34649              From: Robin Barker <rmb1@cise.npl.co.uk>
34650              Date: Mon, 19 Mar 2001 18:01:57 GMT
34651              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
34652      Branch: perl
34653            ! README.vmesa
34654 ____________________________________________________________________________
34655 [  9242] By: jhi                                   on 2001/03/19  18:58:43
34656         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
34657              
34658              TODO: tests.
34659      Branch: perl
34660            ! doop.c op.c
34661 ____________________________________________________________________________
34662 [  9241] By: gsar                                  on 2001/03/19  17:34:46
34663         Log: VMSify tests (from Charles Lane)
34664      Branch: maint-5.6/perl
34665            ! t/lib/filehand.t t/lib/texttabs.t
34666 ____________________________________________________________________________
34667 [  9240] By: jhi                                   on 2001/03/19  14:24:26
34668         Log: Integrate change #9233 from maintperl into mainline.
34669              
34670              some refcounts were incorrect in perl_clone()
34671      Branch: perl
34672           !> sv.c
34673 ____________________________________________________________________________
34674 [  9239] By: gsar                                  on 2001/03/19  09:23:17
34675         Log: this is 5.6.1-trial3
34676      Branch: maint-5.6/perl
34677            ! Changes
34678 ____________________________________________________________________________
34679 [  9238] By: gsar                                  on 2001/03/19  08:47:04
34680         Log: some new symbols are only available under ithreads
34681      Branch: maint-5.6/perl
34682            ! makedef.pl
34683 ____________________________________________________________________________
34684 [  9237] By: gsar                                  on 2001/03/19  08:42:28
34685         Log: update patchlevel.h, Changes, &c.
34686      Branch: maint-5.6/perl
34687            ! Changes patchlevel.h pod/perlhist.pod
34688           !> AUTHORS
34689 ____________________________________________________________________________
34690 [  9236] By: gsar                                  on 2001/03/19  08:17:49
34691         Log: integrate changes#8068,8717 from mainline
34692              
34693              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
34694              
34695              [PATCH CPAN 1.59_51] warning message (not!)
34696      Branch: maint-5.6/perl
34697           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
34698           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
34699           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
34700           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
34701           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
34702 ____________________________________________________________________________
34703 [  9235] By: gsar                                  on 2001/03/19  08:07:09
34704         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
34705              
34706              [PATCH] Add missing CV flags to dump.c
34707              
34708              Re: [patch] Re: PL_ptr_table
34709              
34710              Fixup non-ithread build after 8713
34711              
34712              Generated files form 8713 etc.
34713              
34714              Correct the correction :-(
34715              
34716              Documenting coderef @INC (Re: CPAN "make this script work" feature)
34717              
34718              Subject: Re: sync sync sync: have I missed any patches?
34719              Replace djSP with dSP.
34720      Branch: maint-5.6/perl
34721           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
34722           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
34723           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
34724           !> sv.c sv.h win32/perlhost.h
34725 ____________________________________________________________________________
34726 [  9234] By: gsar                                  on 2001/03/19  07:22:05
34727         Log: revert the change#9090 integrate for now (change looks somewhat
34728              incomplete in that [ha]v_exists() need something similar; lacks
34729              tests; &c.)
34730      Branch: maint-5.6/perl
34731            ! hv.c
34732 ____________________________________________________________________________
34733 [  9233] By: gsar                                  on 2001/03/19  07:10:01
34734         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
34735              destruction when there are unreferenced scalars (SvREFCNT==0)
34736      Branch: maint-5.6/perl
34737            ! sv.c
34738 ____________________________________________________________________________
34739 [  9232] By: jhi                                   on 2001/03/19  05:11:02
34740         Log: Regen api and toc.
34741      Branch: maint-5.6/perl
34742            ! pod/perlapi.pod pod/perltoc.pod
34743 ____________________________________________________________________________
34744 [  9231] By: jhi                                   on 2001/03/19  04:06:03
34745         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
34746              add a lost line in pp.c:pp_chop(), update to new op/chop.
34747              
34748              Clarify the description differentiating for and while; inspired by
34749              
34750              Subject: [ID 20010306.004] || != named unary operator
34751              
34752              The $Is_MacOS needs to be declared.
34753      Branch: maint-5.6/perl
34754            ! pp.c t/op/chop.t
34755           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
34756 ____________________________________________________________________________
34757 [  9230] By: jhi                                   on 2001/03/19  03:48:16
34758         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
34759              9079,9083,9089,9090,9091 from mainline to maintperl.
34760              
34761              Quieten some noise in Win32 builds
34762              
34763              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
34764              
34765              The perlretut was still talking about the old \p and \P
34766              definitions.
34767              
34768              More tweakage on the Unicode character class descriptions.
34769              
34770              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
34771              
34772              Subject: 'no *POSIX' Patch speeding up make on BS2000 
34773              
34774              Subject: [PATCH] perldata.pod here-doc docs
34775              
34776              Add /sbin and /usr/sbin to the list of directories scanned
34777              for setuid programs.  Takes care of bug id 20010309.003.
34778              
34779              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
34780              
34781              In op/stat #35 better to scan all the potential directories
34782              for setuids, not just the first one.
34783      Branch: maint-5.6/perl
34784            ! Makefile.SH
34785           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
34786           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
34787           !> t/op/stat.t toke.c win32/win32.h
34788 ____________________________________________________________________________
34789 [  9229] By: jhi                                   on 2001/03/19  02:31:50
34790         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
34791              From: Chris Nandor <pudge@pobox.com>
34792              Date: Sat, 10 Mar 2001 14:22:19 -0500
34793              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
34794      Branch: maint-5.6/perl
34795            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
34796            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
34797            ! t/lib/b.t t/lib/errno.t
34798 ____________________________________________________________________________
34799 [  9228] By: jhi                                   on 2001/03/19  02:29:59
34800         Log: Integrate changes #9113,9122 from mainline into maintperl.
34801              
34802              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?)
34803      Branch: maint-5.6/perl
34804           !> Configure README.os390 hints/os390.sh
34805 ____________________________________________________________________________
34806 [  9227] By: jhi                                   on 2001/03/19  02:22:35
34807         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
34808              into maintperl.
34809              
34810              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
34811              
34812              Forgot to check-in the larger part of #9120, duh.
34813              
34814              Subject: Another patch for integer.pm POD 
34815              
34816              h2ph strictness and cleanliness from Kurt Starsinic.
34817              
34818              Borland filename case problem.
34819              
34820              h2ph strictness and cleanliness from Kurt Starsinic.
34821              
34822              Subject: [PATCH] the uncontroversial doc patches
34823      Branch: maint-5.6/perl
34824           +> win32/sncfnmcs.pl
34825           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
34826           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
34827           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
34828           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
34829           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
34830           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
34831           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
34832 ____________________________________________________________________________
34833 [  9226] By: jhi                                   on 2001/03/19  02:10:21
34834         Log: Integrate changes #9207,9214 from mainline into maintperl.
34835              
34836              podchecker relaxations: =over has an *optional* number after it,
34837              and whitespace in L<> is okay.
34838      Branch: maint-5.6/perl
34839           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
34840           !> t/pod/poderrs.xr
34841 ____________________________________________________________________________
34842 [  9225] By: jhi                                   on 2001/03/19  02:07:38
34843         Log: Integrate change #9219 from maintperl into mainline.
34844              
34845              remove duplicated tests
34846      Branch: perl
34847           !> t/op/re_tests
34848 ____________________________________________________________________________
34849 [  9224] By: jhi                                   on 2001/03/19  02:06:11
34850         Log: Integrate change #9223 from mainline to maintperl.
34851              
34852              Document -Dmksymlinks.
34853      Branch: maint-5.6/perl
34854           !> INSTALL
34855 ____________________________________________________________________________
34856 [  9223] By: jhi                                   on 2001/03/19  02:01:25
34857         Log: Document -Dmksymlinks.
34858      Branch: perl
34859            ! INSTALL
34860 ____________________________________________________________________________
34861 [  9222] By: jhi                                   on 2001/03/19  01:15:35
34862         Log: The -Dmksymlinks wasn't working for maintperl.
34863      Branch: maint-5.6/perl
34864            ! Configure
34865 ____________________________________________________________________________
34866 [  9221] By: jhi                                   on 2001/03/19  00:49:43
34867         Log: Cleanup pixie residue.
34868      Branch: perl
34869            ! Makefile.SH
34870 ____________________________________________________________________________
34871 [  9220] By: jhi                                   on 2001/03/19  00:44:47
34872         Log: Document the use of pixie/prof; create make targets for it.
34873              
34874              TODO: make t/TEST pixie-aware.
34875      Branch: perl
34876            ! Makefile.SH pod/perlhack.pod
34877 ____________________________________________________________________________
34878 [  9219] By: gsar                                  on 2001/03/19  00:16:55
34879         Log: remove duplicated tests
34880      Branch: maint-5.6/perl
34881            ! t/op/re_tests
34882 ____________________________________________________________________________
34883 [  9218] By: jhi                                   on 2001/03/18  23:59:31
34884         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
34885      Branch: perl
34886            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
34887 ____________________________________________________________________________
34888 [  9217] By: jhi                                   on 2001/03/18  23:25:20
34889         Log: Rewrite the tests section of Makefile to be less redundant
34890              and to allow for more flexible test targets, many recursive
34891              make calls introduced.
34892      Branch: perl
34893            ! Makefile.SH
34894 ____________________________________________________________________________
34895 [  9216] By: jhi                                   on 2001/03/18  22:30:04
34896         Log: Document the use of Third Degree (sparsely).
34897      Branch: perl
34898            ! pod/perlhack.pod t/TEST
34899 ____________________________________________________________________________
34900 [  9215] By: jhi                                   on 2001/03/18  22:10:30
34901         Log: Make targets for testing with Third Degree.
34902      Branch: perl
34903            ! Makefile.SH
34904 ____________________________________________________________________________
34905 [  9214] By: jhi                                   on 2001/03/18  21:08:53
34906         Log: The podchecker relaxations need to mirrored also at the tests.
34907      Branch: perl
34908            ! t/pod/poderrs.xr
34909 ____________________________________________________________________________
34910 [  9213] By: jhi                                   on 2001/03/18  20:56:21
34911         Log: Update Changes.
34912      Branch: perl
34913            ! Changes patchlevel.h
34914 ____________________________________________________________________________
34915 [  9212] By: jhi                                   on 2001/03/18  20:36:59
34916         Log: Looking for config.sh in parent directories isn't
34917              very useful for the toplevel Makefile.
34918      Branch: perl
34919            ! Makefile.SH
34920 ____________________________________________________________________________
34921 [  9211] By: jhi                                   on 2001/03/18  20:33:37
34922         Log: On "make clean" take care of Third Degree droppings.
34923      Branch: perl
34924            ! Makefile.SH
34925 ____________________________________________________________________________
34926 [  9210] By: jhi                                   on 2001/03/18  20:21:34
34927         Log: Add a hook for running the tests under the Third Degree
34928              debugging tool (set $ENV{PERL_3LOG} to non-zero)
34929              
34930              TODO: Document the use of Third Degree.
34931      Branch: perl
34932            ! t/TEST
34933 ____________________________________________________________________________
34934 [  9209] By: jhi                                   on 2001/03/18  20:19:07
34935         Log: Regen toc and api pods.
34936      Branch: perl
34937            ! pod/perlapi.pod pod/perltoc.pod
34938 ____________________________________________________________________________
34939 [  9208] By: jhi                                   on 2001/03/18  20:12:12
34940         Log: Integrate changes #8128,9132 from mainline into maintperl,
34941              Tie::SubstrHash fixes.
34942      Branch: maint-5.6/perl
34943           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
34944 ____________________________________________________________________________
34945 [  9207] By: jhi                                   on 2001/03/18  20:07:43
34946         Log: podchecker relaxations from Michael Stevens.
34947      Branch: perl
34948            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
34949 ____________________________________________________________________________
34950 [  9206] By: jhi                                   on 2001/03/18  20:04:24
34951         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
34952      Branch: perl
34953            ! lib/Locale/Constants.pm lib/Locale/Country.pm
34954            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
34955            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
34956 ____________________________________________________________________________
34957 [  9205] By: jhi                                   on 2001/03/18  19:54:45
34958         Log: Integrate changes #9161,9162 from maintperl to mainline.
34959              
34960              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
34961              results
34962      Branch: perl
34963           !> t/op/magic.t
34964 ____________________________________________________________________________
34965 [  9204] By: jhi                                   on 2001/03/18  19:37:46
34966         Log: Make perl.third checks more understandable to the builder.
34967      Branch: perl
34968            ! Makefile.SH
34969 ____________________________________________________________________________
34970 [  9203] By: jhi                                   on 2001/03/18  19:20:54
34971         Log: Re-integrate #9138 from maintperl to mainline,
34972              the squelching of the unneeded "Scalars leaked" messages.
34973      Branch: perl
34974           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
34975           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
34976           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
34977 ____________________________________________________________________________
34978 [  9202] By: jhi                                   on 2001/03/18  18:48:36
34979         Log: More robust and more paranoid perl.third target.
34980      Branch: perl
34981            ! Makefile.SH
34982 ____________________________________________________________________________
34983 [  9201] By: jhi                                   on 2001/03/18  18:39:21
34984         Log: Integrate change #9197 from maintperl to mainline.
34985              
34986              more thorough cleaning of arenas.
34987      Branch: perl
34988           !> embed.pl perl.c proto.h sv.c t/op/sort.t
34989 ____________________________________________________________________________
34990 [  9200] By: jhi                                   on 2001/03/18  18:25:17
34991         Log: Integrate perlio.
34992      Branch: perl
34993           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
34994           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
34995           !> t/lib/encode.t toke.c universal.c utf8.c
34996 ____________________________________________________________________________
34997 [  9199] By: nick                                  on 2001/03/18  15:23:51
34998         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
34999              is the sense of the test being done. Avoid some magical 127 and 128 values
35000              by using macros.
35001      Branch: perlio
35002            ! doop.c pp_ctl.c sv.c toke.c
35003 ____________________________________________________________________________
35004 [  9198] By: nick                                  on 2001/03/18  14:18:12
35005         Log: UTF-X encoding invariance for Encode:
35006              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
35007              - move the XS code for those to universal.c (so in miniperl)
35008              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
35009              - change ext/Encode/compile to use above.
35010              - Fix t/lib/encode.t for above
35011              - Teach t/lib/b.t to expect -uutf8
35012              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
35013              utf8.pm is needed.
35014      Branch: perlio
35015            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
35016            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
35017 ____________________________________________________________________________
35018 [  9197] By: gsar                                  on 2001/03/18  12:15:57
35019         Log: more thorough cleaning of arenas--keep going until no more
35020              SvREFCNT_dec()s occur (this fixes the problem that causes the
35021              pesky "Scalars leaked" warnings)
35022      Branch: maint-5.6/perl
35023            ! embed.pl perl.c proto.h sv.c t/op/sort.t
35024 ____________________________________________________________________________
35025 [  9196] By: nick                                  on 2001/03/18  10:57:29
35026         Log: Fix pragma/utf8.t # 15
35027              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
35028              are SvUTF8 as well.
35029      Branch: perlio
35030            ! toke.c
35031 ____________________________________________________________________________
35032 [  9195] By: nick                                  on 2001/03/18  09:27:06
35033         Log: Integrate mainline
35034      Branch: perlio
35035           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
35036           !> t/op/pat.t
35037 ____________________________________________________________________________
35038 [  9194] By: jhi                                   on 2001/03/18  05:29:59
35039         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
35040              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
35041      Branch: perl
35042            ! op.c op.h t/op/misc.t t/op/pat.t
35043 ____________________________________________________________________________
35044 [  9193] By: jhi                                   on 2001/03/18  05:15:06
35045         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
35046      Branch: perl
35047            ! mg.c t/op/pat.t
35048 ____________________________________________________________________________
35049 [  9192] By: jhi                                   on 2001/03/18  04:22:43
35050         Log: tr/// UTF-8 patches from Inaba Hiroto.
35051      Branch: perl
35052            ! doop.c op.c
35053 ____________________________________________________________________________
35054 [  9191] By: jhi                                   on 2001/03/18  04:21:17
35055         Log: Integrate perlio.
35056      Branch: perl
35057           !> utf8.c utfebcdic.h
35058 ____________________________________________________________________________
35059 [  9190] By: nick                                  on 2001/03/17  20:32:01
35060         Log: Correct #if EBCDIC side typos.
35061              Builds and passes many tests on OS390.
35062      Branch: perlio
35063            ! utf8.c utfebcdic.h
35064 ____________________________________________________________________________
35065 [  9189] By: jhi                                   on 2001/03/17  18:55:49
35066         Log: Add prerequisites for the perl.third target.
35067      Branch: perl
35068            ! Makefile.SH
35069 ____________________________________________________________________________
35070 [  9188] By: jhi                                   on 2001/03/17  18:46:00
35071         Log: Integrate perlio.
35072      Branch: perl
35073           +> utfebcdic.h
35074           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
35075 ____________________________________________________________________________
35076 [  9187] By: jhi                                   on 2001/03/17  18:38:47
35077         Log: Add a make rule for perl.third (the Third Degree memory debugging
35078              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
35079      Branch: perl
35080            ! Makefile.SH
35081 ____________________________________________________________________________
35082 [  9186] By: nick                                  on 2001/03/17  18:34:48
35083         Log: MANIFEST addition :-(
35084      Branch: perlio
35085            ! MANIFEST
35086 ____________________________________________________________________________
35087 [  9185] By: nick                                  on 2001/03/17  18:29:50
35088         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
35089              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
35090              a superset of ASCII are invariant under the encoding. This is EBCDIC
35091              friendly as an encoded string can be looked at as being EBCDIC by lexer
35092              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
35093              ASCII on ASCII machines.
35094              
35095              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
35096              seperate.
35097              - Add some more macros to comprehend different shift amounts and
35098              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
35099              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
35100              and conditionaly #include it.
35101              
35102              EBCDIC build as yet untested.  ASCII still fails the one test.
35103      Branch: perlio
35104            + utfebcdic.h
35105            ! utf8.c utf8.h
35106 ____________________________________________________________________________
35107 [  9184] By: nick                                  on 2001/03/17  17:44:16
35108         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
35109      Branch: perlio
35110            ! doop.c perl.h pp.c utf8.h
35111 ____________________________________________________________________________
35112 [  9183] By: jhi                                   on 2001/03/17  15:55:42
35113         Log: Integrate perlio.
35114      Branch: perl
35115            ! MANIFEST
35116           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
35117 ____________________________________________________________________________
35118 [  9182] By: nick                                  on 2001/03/17  09:16:06
35119         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
35120      Branch: perlio
35121            ! t/op/pat.t
35122 ____________________________________________________________________________
35123 [  9181] By: nick                                  on 2001/03/17  09:15:11
35124         Log: Integrate mainline.
35125      Branch: perlio
35126           +> lib/Locale/Constants.pm lib/Locale/Country.pm
35127           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
35128           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
35129           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
35130           !> (integrate 83 files)
35131 ____________________________________________________________________________
35132 [  9180] By: nick                                  on 2001/03/16  17:23:21
35133         Log: EBCDIC Fixes.
35134      Branch: perlio
35135            ! perl.h sv.c toke.c utf8.c utf8.h
35136 ____________________________________________________________________________
35137 [  9179] By: jhi                                   on 2001/03/16  14:10:12
35138         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
35139              a change needed to work around an AIX compiler bug.
35140      Branch: perl
35141            ! ext/Storable/Storable.xs
35142 ____________________________________________________________________________
35143 [  9178] By: jhi                                   on 2001/03/16  03:19:59
35144         Log: With Damian's approval synchronize damian's modules'
35145              licensing with Perl's standard module licensing.
35146      Branch: perl
35147            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
35148 ____________________________________________________________________________
35149 [  9177] By: jhi                                   on 2001/03/16  03:15:34
35150         Log: Make the Filter::Util:Call files have their own copies
35151              of the Perl standard module licensing, from Paul Marquess.
35152      Branch: perl
35153            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
35154 ____________________________________________________________________________
35155 [  9176] By: jhi                                   on 2001/03/16  02:56:04
35156         Log: Subject: [PATCH] more pod patches
35157              From: Michael Stevens <michael@etla.org>
35158              Date: Thu, 15 Mar 2001 21:25:18 +0000
35159              Message-ID: <20010315212518.A18870@firedrake.org>
35160      Branch: perl
35161            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
35162            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
35163            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
35164            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
35165            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
35166            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
35167            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
35168            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
35169            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
35170            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
35171            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
35172            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
35173            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
35174            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
35175            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
35176            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
35177            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
35178            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
35179            ! lib/Locale/Country.pm lib/Locale/Language.pm
35180            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
35181            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
35182            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
35183            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
35184            ! os2/OS2/Process/Process.pm
35185 ____________________________________________________________________________
35186 [  9175] By: jhi                                   on 2001/03/16  02:53:32
35187         Log: Subject: [PATCH] the uncontroversial doc patches
35188              From: Michael Stevens <michael@etla.org>
35189              Date: Thu, 15 Mar 2001 20:01:12 +0000
35190              Message-ID: <20010315200112.A7636@firedrake.org>
35191      Branch: perl
35192            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
35193            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
35194            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
35195            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
35196            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
35197 ____________________________________________________________________________
35198 [  9174] By: jhi                                   on 2001/03/16  02:50:49
35199         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
35200              From: Paul Lindner <lindner@inuus.com>
35201              Date: Fri, 16 Mar 2001 11:28:03 -0800
35202              Message-ID: <20010316112803.A7577@inuus.com>
35203      Branch: perl
35204            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
35205 ____________________________________________________________________________
35206 [  9173] By: nick                                  on 2001/03/15  20:21:03
35207         Log: 1st day's EBCDIC fixes:
35208              - toke.c's parsing of strings needed attention
35209              needed to conditionally e2a if string was already UTF-8
35210              - e2a/a2e tables where wrong way round.
35211              - new macros in utf8.h
35212      Branch: perlio
35213            ! perl.h toke.c utf8.h
35214 ____________________________________________________________________________
35215 [  9172] By: jhi                                   on 2001/03/15  15:17:17
35216         Log: Update Changes.
35217      Branch: perl
35218            ! Changes patchlevel.h
35219 ____________________________________________________________________________
35220 [  9171] By: jhi                                   on 2001/03/15  15:09:32
35221         Log: Subject: Re: Another Borland C++ problem.
35222              From: "Vadim Konovalov" <watman@inbox.ru>
35223              Date: Sat, 10 Mar 2001 19:26:07 +0300
35224              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
35225              
35226              Borland filename case problem.
35227      Branch: perl
35228            + win32/sncfnmcs.pl
35229            ! MANIFEST README.win32
35230 ____________________________________________________________________________
35231 [  9170] By: jhi                                   on 2001/03/15  14:54:23
35232         Log: Add Locale::Codes 1.06, from Neil Bowers.
35233      Branch: perl
35234            + lib/Locale/Constants.pm lib/Locale/Country.pm
35235            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
35236            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
35237            + t/lib/lc-language.t t/lib/lc-uk.t
35238            ! MANIFEST
35239 ____________________________________________________________________________
35240 [  9169] By: jhi                                   on 2001/03/15  14:19:01
35241         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
35242      Branch: perl
35243            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
35244            ! ext/Storable/Storable.xs
35245 ____________________________________________________________________________
35246 [  9168] By: jhi                                   on 2001/03/15  14:13:22
35247         Log: Integrate changes #9120,9167 from mainline to maintperl.
35248              
35249              Subject: [PATCH 5.6.1] OS/2 docs
35250              
35251              Subject: [PATCH 5.6.1] perldoc
35252      Branch: maint-5.6/perl
35253           !> os2/Changes utils/perldoc.PL
35254 ____________________________________________________________________________
35255 [  9167] By: jhi                                   on 2001/03/15  14:07:42
35256         Log: Subject: [PATCH 5.6.1] perldoc
35257              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35258              Date: Wed, 14 Mar 2001 23:46:52 -0500
35259              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
35260      Branch: perl
35261            ! utils/perldoc.PL
35262 ____________________________________________________________________________
35263 [  9166] By: jhi                                   on 2001/03/15  13:53:15
35264         Log: sigaction test condition tweakage.
35265      Branch: perl
35266            ! t/lib/sigaction.t
35267 ____________________________________________________________________________
35268 [  9165] By: alanbur                               on 2001/03/15  03:49:17
35269         Log: Resynchronised with parent
35270      Branch: maint-5.6/pureperl
35271           +> os2/os2add.sym t/op/anonsub.t
35272           !> (integrate 72 files)
35273 ____________________________________________________________________________
35274 [  9164] By: jhi                                   on 2001/03/15  01:05:01
35275         Log: Avoid stomping off the beginning of an array in tr///.
35276      Branch: perl
35277            ! op.c
35278 ____________________________________________________________________________
35279 [  9163] By: jhi                                   on 2001/03/15  00:58:57
35280         Log: h2ph strictness and cleanliness from Kurt Starsinic.
35281      Branch: perl
35282            ! utils/h2ph.PL
35283 ____________________________________________________________________________
35284 [  9162] By: gsar                                  on 2001/03/15  00:56:53
35285         Log: avoid warnings
35286      Branch: maint-5.6/perl
35287            ! t/op/magic.t
35288 ____________________________________________________________________________
35289 [  9161] By: gsar                                  on 2001/03/15  00:52:09
35290         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
35291              results
35292      Branch: maint-5.6/perl
35293            ! t/op/magic.t
35294 ____________________________________________________________________________
35295 [  9160] By: jhi                                   on 2001/03/14  22:02:10
35296         Log: Do not use the Perl malloc in IRIX, suggested by
35297              Helmus Jarausch.
35298      Branch: perl
35299            ! hints/irix_6.sh
35300 ____________________________________________________________________________
35301 [  9159] By: nick                                  on 2001/03/14  21:45:59
35302         Log: Integrate mainline
35303      Branch: perlio
35304           +> t/op/loopctl.t
35305           !> (integrate 41 files)
35306 ____________________________________________________________________________
35307 [  9158] By: jhi                                   on 2001/03/14  21:10:09
35308         Log: The Day of the Retractions continues: the #9138
35309              (integrated in #9144) doesn't work well in mainline.
35310      Branch: perl
35311            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
35312            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
35313            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
35314 ____________________________________________________________________________
35315 [  9157] By: jhi                                   on 2001/03/14  20:58:12
35316         Log: The #9145 CANNOT be enabled: the clear_pmop code still
35317              dumps core all over in Tru64.
35318      Branch: perl
35319            ! op.c op.h t/op/pat.t
35320 ____________________________________________________________________________
35321 [  9156] By: jhi                                   on 2001/03/14  20:48:06
35322         Log: Integrate change #9154 from maintperl to mainline.
35323              
35324              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
35325              (caused Storable 1.0.10 to break on windows)
35326      Branch: perl
35327           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
35328           !> perlapi.c proto.h
35329 ____________________________________________________________________________
35330 [  9155] By: jhi                                   on 2001/03/14  20:23:53
35331         Log: Retract #9136: breaks threading (and binary compatibility).
35332      Branch: perl
35333            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
35334 ____________________________________________________________________________
35335 [  9154] By: gsar                                  on 2001/03/14  17:48:18
35336         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
35337              (caused Storable 1.0.10 to break on windows)
35338      Branch: maint-5.6/perl
35339            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
35340            ! perlapi.c proto.h
35341 ____________________________________________________________________________
35342 [  9153] By: jhi                                   on 2001/03/14  13:35:21
35343         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
35344      Branch: perl
35345            ! t/lib/sigaction.t
35346 ____________________________________________________________________________
35347 [  9152] By: gsar                                  on 2001/03/14  07:29:40
35348         Log: back out changes#9012,9010,9009 and parts of change#9016
35349              (causes ABRs under purify, and some prerequisites don't
35350              seem to be there in 5.6.x)
35351      Branch: maint-5.6/perl
35352            ! doop.c op.c t/op/tr.t toke.c
35353 ____________________________________________________________________________
35354 [  9151] By: gsar                                  on 2001/03/14  07:01:29
35355         Log: reenable change#9145 (the test was busted due to a missing
35356              C<print "ok 27\n">)
35357      Branch: perl
35358            ! op.c op.h t/op/pat.t
35359 ____________________________________________________________________________
35360 [  9150] By: jhi                                   on 2001/03/14  06:38:36
35361         Log: Retract #9145.
35362      Branch: perl
35363            ! op.c op.h t/op/pat.t
35364 ____________________________________________________________________________
35365 [  9149] By: jhi                                   on 2001/03/14  06:14:56
35366         Log: Retract #9143.
35367      Branch: perl
35368            ! op.c
35369 ____________________________________________________________________________
35370 [  9148] By: gsar                                  on 2001/03/14  06:13:02
35371         Log: Uninitialized Memory Read in regexec.c
35372      Branch: perl
35373            ! regexec.c
35374 ____________________________________________________________________________
35375 [  9147] By: jhi                                   on 2001/03/14  04:59:54
35376         Log: Subject: PATCH: make goto work in nested eval ""
35377              From: Robin Houston <robin@kitsite.com>
35378              Date: Wed, 14 Mar 2001 04:16:10 +0000
35379              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
35380      Branch: perl
35381            ! pp_ctl.c t/op/goto.t
35382 ____________________________________________________________________________
35383 [  9146] By: jhi                                   on 2001/03/14  04:42:54
35384         Log: Preserve the #ifdef PERL_CORE in perly.h.
35385      Branch: perl
35386            ! perly.fixer
35387 ____________________________________________________________________________
35388 [  9145] By: jhi                                   on 2001/03/14  03:57:41
35389         Log: (Retracted by #9150.)
35390      Branch: perl
35391            ! op.c op.h t/op/pat.t
35392 ____________________________________________________________________________
35393 [  9144] By: jhi                                   on 2001/03/14  03:50:38
35394         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
35395              
35396              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
35397              
35398              remove squelch controls for "Scalars leaked" messages in most places
35399              (these are now cured)
35400              
35401              fix another memory leak reported by purify (tie callbacks that
35402              croak can leak when wiping out magic)
35403      Branch: perl
35404           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
35405           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
35406           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
35407           !> t/pragma/warnings.t
35408 ____________________________________________________________________________
35409 [  9143] By: jhi                                   on 2001/03/14  03:37:53
35410         Log: (Retracted by #9149.)
35411      Branch: perl
35412            ! op.c
35413 ____________________________________________________________________________
35414 [  9142] By: gsar                                  on 2001/03/14  03:20:48
35415         Log: fix another memory leak reported by purify (tie callbacks that
35416              croak can leak when wiping out magic)
35417      Branch: maint-5.6/perl
35418            ! scope.c
35419 ____________________________________________________________________________
35420 [  9141] By: jhi                                   on 2001/03/14  02:55:00
35421         Log: Subject: PATCH for [ID 20010305.003]
35422              From: Robin Houston <robin@kitsite.com>
35423              Date: Wed, 14 Mar 2001 02:45:51 +0000
35424              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
35425      Branch: perl
35426            ! pp_ctl.c t/op/eval.t
35427 ____________________________________________________________________________
35428 [  9140] By: jhi                                   on 2001/03/14  02:41:54
35429         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
35430              Date: Wed, 14 Mar 2001 01:52:51 +0000
35431              From: Robin Houston <robin@kitsite.com>
35432              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
35433              
35434              Fix for 2000313.004.
35435      Branch: perl
35436            ! pp_ctl.c t/op/goto.t
35437 ____________________________________________________________________________
35438 [  9139] By: jhi                                   on 2001/03/14  02:40:50
35439         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
35440              From: Robin Houston <robin@kitsite.com>
35441              Date: Wed, 14 Mar 2001 00:43:45 +0000
35442              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
35443      Branch: perl
35444            + t/op/loopctl.t
35445            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
35446            ! vms/perly_c.vms
35447 ____________________________________________________________________________
35448 [  9138] By: gsar                                  on 2001/03/14  01:18:00
35449         Log: remove squelch controls for "Scalars leaked" messages in most places
35450              (these are now cured)
35451      Branch: maint-5.6/perl
35452            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
35453            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
35454            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
35455 ____________________________________________________________________________
35456 [  9137] By: gsar                                  on 2001/03/14  00:57:04
35457         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
35458      Branch: maint-5.6/perl
35459            ! regcomp.c
35460 ____________________________________________________________________________
35461 [  9136] By: jhi                                   on 2001/03/13  23:12:24
35462         Log: (Retracted by #9155)
35463              
35464              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
35465              From: Jens-Uwe Mager <jum@helios.de>
35466              Date: Wed, 21 Feb 2001 21:32:04 +0100
35467              Message-ID: <20010221213203.A18340@ans.helios.de>
35468      Branch: perl
35469            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
35470 ____________________________________________________________________________
35471 [  9135] By: jhi                                   on 2001/03/13  22:50:05
35472         Log: Integrate perlio.
35473      Branch: perl
35474           !> pp.c
35475 ____________________________________________________________________________
35476 [  9134] By: jhi                                   on 2001/03/13  22:49:05
35477         Log: Integrate change #9131 from maintperl into mainline.
35478              
35479              make the error text look more consistent in hints/hpux.sh
35480      Branch: perl
35481           !> hints/hpux.sh
35482 ____________________________________________________________________________
35483 [  9133] By: gsar                                  on 2001/03/13  22:46:20
35484         Log: integrate change#9067 from mainline
35485              
35486              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
35487      Branch: maint-5.6/perl
35488           !> lib/ExtUtils/MM_Unix.pm
35489 ____________________________________________________________________________
35490 [  9132] By: jhi                                   on 2001/03/13  22:41:21
35491         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
35492              From: "John P. Linderman" <jpl@research.att.com>
35493              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
35494              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
35495              
35496              A more correct prime finder.
35497      Branch: perl
35498            ! lib/Tie/SubstrHash.pm
35499 ____________________________________________________________________________
35500 [  9131] By: gsar                                  on 2001/03/13  22:30:42
35501         Log: make the error text look more consistent in hints/hpux.sh
35502      Branch: maint-5.6/perl
35503            ! hints/hpux.sh
35504 ____________________________________________________________________________
35505 [  9130] By: jhi                                   on 2001/03/13  22:23:44
35506         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
35507              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35508              Date: Tue, 13 Mar 2001 18:41:26 +0100
35509              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
35510              
35511              If the test is run non-interactively the default handler
35512              is different.
35513      Branch: perl
35514            ! t/lib/sigaction.t
35515 ____________________________________________________________________________
35516 [  9129] By: jhi                                   on 2001/03/13  22:20:21
35517         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
35518              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35519              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
35520              Date:     Tue, 13 Mar 2001 16:44:32 EST
35521      Branch: perl
35522            ! t/lib/1_compile.t
35523 ____________________________________________________________________________
35524 [  9128] By: jhi                                   on 2001/03/13  22:18:34
35525         Log: Subject: Another patch for integer.pm POD 
35526              From: "John L. Allen" <allen@grumman.com>
35527              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
35528              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
35529      Branch: perl
35530            ! lib/integer.pm
35531 ____________________________________________________________________________
35532 [  9127] By: nick                                  on 2001/03/13  21:26:30
35533         Log: Integrate mainline.
35534      Branch: perlio
35535           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
35536           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
35537           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
35538           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
35539           !> Changes Configure MANIFEST README.os2 README.os390
35540           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
35541           !> os2/Changes patchlevel.h win32/perlhost.h
35542 ____________________________________________________________________________
35543 [  9126] By: nick                                  on 2001/03/13  20:39:51
35544         Log: #ifdef'ed out code to make packed side of pack/unpack
35545              octets. (i.e. pack('U') => encode_utf8).
35546      Branch: perlio
35547            ! pp.c
35548 ____________________________________________________________________________
35549 [  9125] By: jhi                                   on 2001/03/13  15:07:16
35550         Log: Update Changes.
35551      Branch: perl
35552            ! Changes patchlevel.h
35553 ____________________________________________________________________________
35554 [  9124] By: jhi                                   on 2001/03/13  14:22:45
35555         Log: Workaround for the buggy ("internal compiler error")
35556              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
35557              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
35558              of Andreas König.
35559      Branch: perl
35560            ! ext/re/Makefile.PL hints/aix.sh
35561 ____________________________________________________________________________
35562 [  9123] By: jhi                                   on 2001/03/13  03:24:34
35563         Log: Typo in #9114.
35564      Branch: metaconfig
35565            ! U/modified/myhostname.U
35566 ____________________________________________________________________________
35567 [  9122] By: jhi                                   on 2001/03/13  03:24:06
35568         Log: Typo in #9113.
35569      Branch: perl
35570            ! Configure
35571 ____________________________________________________________________________
35572 [  9121] By: jhi                                   on 2001/03/13  01:53:05
35573         Log: Forgot to check-in the larger part of #9120, duh.
35574      Branch: perl
35575            ! README.os2
35576 ____________________________________________________________________________
35577 [  9120] By: jhi                                   on 2001/03/13  01:51:31
35578         Log: Subject: [PATCH 5.6.1] OS/2 docs
35579              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35580              Date: Mon, 12 Mar 2001 03:27:32 -0500
35581              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
35582      Branch: perl
35583            ! os2/Changes
35584 ____________________________________________________________________________
35585 [  9119] By: jhi                                   on 2001/03/13  01:49:41
35586         Log: Integrate change #9116 from maintperl into mainline.
35587              
35588              Win32::GetCwd() returns C: instead of C:\ in the root directory
35589              under ithreads
35590      Branch: perl
35591           !> win32/perlhost.h
35592 ____________________________________________________________________________
35593 [  9118] By: jhi                                   on 2001/03/13  01:13:39
35594         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
35595      Branch: perl
35596            + lib/Switch.pm t/lib/switch.t
35597            ! MANIFEST
35598 ____________________________________________________________________________
35599 [  9117] By: jhi                                   on 2001/03/13  01:03:17
35600         Log: Add Text::Balanced 1.83.
35601      Branch: perl
35602            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
35603            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
35604            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
35605            + t/lib/tb-xvari.t
35606            ! MANIFEST
35607 ____________________________________________________________________________
35608 [  9116] By: gsar                                  on 2001/03/13  00:55:53
35609         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
35610              under ithreads
35611      Branch: maint-5.6/perl
35612            ! win32/perlhost.h
35613 ____________________________________________________________________________
35614 [  9115] By: jhi                                   on 2001/03/13  00:54:09
35615         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
35616              From: "John L. Allen" <allen@grumman.com>
35617              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
35618              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
35619              
35620              use integer document clarification.
35621      Branch: perl
35622            ! lib/integer.pm
35623 ____________________________________________________________________________
35624 [  9114] By: jhi                                   on 2001/03/13  00:38:54
35625         Log: Metaconfig unit change for #9113.
35626      Branch: metaconfig
35627            ! U/modified/myhostname.U
35628 ____________________________________________________________________________
35629 [  9113] By: jhi                                   on 2001/03/13  00:38:35
35630         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?)
35631              From: Peter Prymmer <pvhp@forte.com>
35632              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
35633              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
35634      Branch: perl
35635            ! Configure README.os390 hints/os390.sh
35636 ____________________________________________________________________________
35637 [  9112] By: jhi                                   on 2001/03/13  00:29:00
35638         Log: Integrate perlio.
35639      Branch: perl
35640           !> sv.c utf8.h
35641 ____________________________________________________________________________
35642 [  9111] By: nick                                  on 2001/03/12  21:16:33
35643         Log: Integrate mainline.
35644      Branch: perlio
35645           +> t/op/anonsub.t
35646           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
35647           !> proto.h sv.c
35648 ____________________________________________________________________________
35649 [  9110] By: nick                                  on 2001/03/12  21:00:13
35650         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
35651      Branch: perlio
35652            ! sv.c utf8.h
35653 ____________________________________________________________________________
35654 [  9109] By: jhi                                   on 2001/03/12  16:04:47
35655         Log: Integrate change #9108 from maintperl to mainline.
35656              
35657              fix memory leak in C<sub X { sub {} }> arising from a refcount
35658              loop between the outer sub and the inner prototype anonsub
35659              
35660              this also enables closures returned by subroutines that
35661              subsequently get redefined to work without generating coredumps :)
35662              
35663              completely removed the free_closures() hack--it shouldn't be
35664              needed anymore
35665      Branch: perl
35666           +> t/op/anonsub.t
35667           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
35668           !> proto.h sv.c
35669 ____________________________________________________________________________
35670 [  9108] By: gsar                                  on 2001/03/12  10:21:31
35671         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
35672              loop between the outer sub and the inner prototype anonsub
35673              
35674              this also enables closures returned by subroutines that
35675              subsequently get redefined to work without generating coredumps :)
35676              
35677              completely removed the free_closures() hack--it shouldn't be
35678              needed anymore
35679      Branch: maint-5.6/perl
35680            + t/op/anonsub.t
35681            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
35682            ! proto.h sv.c
35683 ____________________________________________________________________________
35684 [  9107] By: jhi                                   on 2001/03/12  05:15:31
35685         Log: Integrate perlio.
35686      Branch: perl
35687           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
35688 ____________________________________________________________________________
35689 [  9106] By: nick                                  on 2001/03/11  20:10:12
35690         Log: regcomp.c is working in native space, not Unicode space (if different)
35691              as it is doing compare against 'W' in \W etc.
35692      Branch: perlio
35693            ! regcomp.c
35694 ____________________________________________________________________________
35695 [  9105] By: nick                                  on 2001/03/11  19:39:34
35696         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
35697              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
35698      Branch: perlio
35699            ! regcomp.c toke.c utf8.c
35700 ____________________________________________________________________________
35701 [  9104] By: nick                                  on 2001/03/11  18:15:44
35702         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
35703      Branch: perlio
35704            ! sv.c
35705 ____________________________________________________________________________
35706 [  9103] By: nick                                  on 2001/03/11  18:03:28
35707         Log: Integrate mainline (for regexp stuff).
35708      Branch: perlio
35709           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
35710           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
35711           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
35712           !> t/lib/errno.t t/op/pat.t
35713 ____________________________________________________________________________
35714 [  9102] By: nick                                  on 2001/03/11  17:44:20
35715         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
35716              - exclude layer syms in makedef.pl for sfio
35717              - also inhibit Encode from trying to build ":encode()" layer.
35718      Branch: perlio
35719            ! ext/Encode/Encode.xs makedef.pl
35720 ____________________________________________________________________________
35721 [  9101] By: jhi                                   on 2001/03/10  22:38:13
35722         Log: The $Is_MacOS needs to be declared.
35723      Branch: perl
35724            ! lib/ExtUtils/Manifest.pm
35725 ____________________________________________________________________________
35726 [  9100] By: jhi                                   on 2001/03/10  22:14:29
35727         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
35728              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
35729              pollute the symbolspace if using sfio.
35730      Branch: perl
35731            ! ext/Encode/Encode.xs
35732 ____________________________________________________________________________
35733 [  9099] By: jhi                                   on 2001/03/10  21:58:48
35734         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
35735              Date: Sat, 10 Mar 2001 14:23:55 -0500
35736              From: Chris Nandor <pudge@pobox.com>
35737              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
35738      Branch: perl
35739            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
35740            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
35741            ! t/lib/errno.t
35742 ____________________________________________________________________________
35743 [  9098] By: jhi                                   on 2001/03/10  21:38:30
35744         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
35745      Branch: perl
35746            ! regcomp.c regexec.c t/op/pat.t
35747 ____________________________________________________________________________
35748 [  9097] By: jhi                                   on 2001/03/10  14:38:07
35749         Log: Integrate perlio.
35750      Branch: perl
35751           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
35752           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
35753           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
35754 ____________________________________________________________________________
35755 [  9096] By: nick                                  on 2001/03/10  11:55:43
35756         Log: EBCDIC sanity - phase I
35757              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
35758              - use utf8n_xxxx (c.f. pvn) for forms which take length.
35759              - back out vN.N and $^V exceptions to e2a/a2e
35760              - make "locale" isxxx macros be uvchr (may be redundant?)
35761              
35762              Not clear yet that toUPPER_uni et. al. return being handled correctly.
35763              The tr// and rexexp stuff still needs an audit, assumption is they are working
35764              in Unicode space.
35765              
35766              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
35767      Branch: perlio
35768            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
35769            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
35770            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
35771 ____________________________________________________________________________
35772 [  9095] By: jhi                                   on 2001/03/09  22:10:01
35773         Log: Integrate perlio.
35774      Branch: perl
35775           !> dump.c
35776 ____________________________________________________________________________
35777 [  9094] By: nick                                  on 2001/03/09  17:36:38
35778         Log: Builds an passes all tests after integrate and this tweak.
35779      Branch: perlio
35780            ! dump.c
35781 ____________________________________________________________________________
35782 [  9093] By: nick                                  on 2001/03/09  17:16:03
35783         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
35784      Branch: perlio
35785           +> lib/unicode/Scripts.txt t/lib/sigaction.t
35786           !> (integrate 79 files)
35787 ____________________________________________________________________________
35788 [  9092] By: jhi                                   on 2001/03/09  15:28:26
35789         Log: Update Changes.
35790      Branch: perl
35791            ! Changes patchlevel.h
35792 ____________________________________________________________________________
35793 [  9091] By: jhi                                   on 2001/03/09  15:25:05
35794         Log: In op/stat #35 better to scan all the potential directories
35795              for setuids, not just the first one.
35796      Branch: perl
35797            ! t/op/stat.t
35798 ____________________________________________________________________________
35799 [  9090] By: jhi                                   on 2001/03/09  15:01:27
35800         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
35801              From: rspier@pobox.com (Robert Spier)
35802              Date: Fri, 9 Mar 2001 03:30:20 -0500
35803              Message-ID: <15016.38044.381174.160189@rls.cx>
35804              
35805              EXISTS() returning undef mistakenly triggered a FETCH().
35806      Branch: perl
35807            ! hv.c
35808 ____________________________________________________________________________
35809 [  9089] By: jhi                                   on 2001/03/09  14:59:02
35810         Log: Add /sbin and /usr/sbin to the list of directories scanned
35811              for setuid programs.  Takes care of bug id 20010309.003.
35812      Branch: perl
35813            ! t/op/stat.t
35814 ____________________________________________________________________________
35815 [  9088] By: jhi                                   on 2001/03/09  14:48:32
35816         Log: Regen perlapi, perltoc.
35817      Branch: perl
35818            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
35819 ____________________________________________________________________________
35820 [  9087] By: jhi                                   on 2001/03/09  14:38:56
35821         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
35822              From: David Mitchell <davem@fdgroup.co.uk>
35823              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
35824              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
35825      Branch: perl
35826            ! dump.c perl.c perl.h pod/perlrun.pod
35827 ____________________________________________________________________________
35828 [  9086] By: jhi                                   on 2001/03/09  01:47:16
35829         Log: A modified version of
35830              
35831              Subject: [ID 20010307.005] POSIX::sigaction has various problems
35832              From: anders@broadcom.com
35833              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
35834              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
35835              
35836              Currently the sigaction.t test #6 fails (and is fudged to look
35837              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
35838              This may well be a genuine bug in Linux sigaction() (since at
35839              least Tru64, Solaris, and HP-UX disagree with Linux).
35840              Anyone with POSIX / SUSv2 tome handy?  The problem is that
35841              the flags of the oldaction don't match with the flags in
35842              the previously installed disposition.
35843      Branch: perl
35844            + t/lib/sigaction.t
35845            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
35846 ____________________________________________________________________________
35847 [  9085] By: jhi                                   on 2001/03/09  01:30:13
35848         Log: Subject: Re: mission impossible for the day
35849              From: Alex Gough <alex@rcon.org>
35850              Date: Thu, 08 Mar 2001 17:18:19 +0000
35851              Message-ID: <3AA7BEDB.8070409@rcon.org>
35852              
35853              If references (are overloaded) and can be directly stringified,
35854              show that instead of "stringified".
35855              
35856              (The problem, infinite mutual recursion caused by overloaded bool
35857              in Switch.pm, tracked by David Mitchell)
35858      Branch: perl
35859            ! lib/Carp/Heavy.pm
35860 ____________________________________________________________________________
35861 [  9084] By: jhi                                   on 2001/03/09  01:20:39
35862         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
35863              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
35864              From: David Mitchell <davem@fdgroup.co.uk>
35865              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
35866      Branch: perl
35867            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
35868            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
35869 ____________________________________________________________________________
35870 [  9083] By: jhi                                   on 2001/03/09  01:16:51
35871         Log: Subject: [PATCH] perldata.pod here-doc docs
35872              From: Jeff Pinyan <jeffp@crusoe.net>
35873              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
35874              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
35875      Branch: perl
35876            ! pod/perldata.pod
35877 ____________________________________________________________________________
35878 [  9082] By: jhi                                   on 2001/03/09  01:01:27
35879         Log: Subject: Re: Unicode/EBCDIC
35880              From: Peter Prymmer <pvhp@forte.com>
35881              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
35882              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
35883      Branch: perl
35884            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
35885 ____________________________________________________________________________
35886 [  9081] By: jhi                                   on 2001/03/08  13:41:30
35887         Log: Subject: Ooops, wrong 'no *POSIX' Patch
35888              From: Dorner Thomas <Thomas.Dorner@start.de>
35889              Date: Thu, 8 Mar 2001 08:43:28 +0100
35890              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
35891      Branch: perl
35892            ! hints/posix-bc.sh
35893 ____________________________________________________________________________
35894 [  9080] By: jhi                                   on 2001/03/08  13:11:42
35895         Log: It's Scripts.txt, not Script.txt.
35896      Branch: perl
35897            ! MANIFEST
35898 ____________________________________________________________________________
35899 [  9079] By: jhi                                   on 2001/03/08  12:59:05
35900         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
35901              From: Dorner Thomas <Thomas.Dorner@start.de>
35902              Date: Wed, 7 Mar 2001 14:13:31 +0100
35903              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
35904      Branch: perl
35905            ! makedepend.SH
35906 ____________________________________________________________________________
35907 [  9078] By: jhi                                   on 2001/03/08  12:57:43
35908         Log: Retract #9069, wrong patch.
35909      Branch: perl
35910            ! Makefile.SH
35911 ____________________________________________________________________________
35912 [  9077] By: jhi                                   on 2001/03/08  01:06:13
35913         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
35914      Branch: perl
35915            + lib/unicode/Scripts.txt
35916            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
35917            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
35918            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
35919            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
35920            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
35921            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
35922            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
35923            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
35924            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
35925            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
35926            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
35927            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
35928            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
35929            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
35930            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
35931            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
35932            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
35933            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
35934            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
35935            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
35936            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
35937            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
35938            ! lib/unicode/version
35939 ____________________________________________________________________________
35940 [  9076] By: jhi                                   on 2001/03/07  22:59:39
35941         Log: Integrate change #7784 from mainline into maintperl.
35942              
35943              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
35944      Branch: maint-5.6/perl
35945           !> pp_ctl.c t/op/pat.t
35946 ____________________________________________________________________________
35947 [  9075] By: jhi                                   on 2001/03/07  22:05:11
35948         Log: More UTF-8 test tweaks.
35949      Branch: perl
35950            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
35951 ____________________________________________________________________________
35952 [  9074] By: nick                                  on 2001/03/07  21:39:29
35953         Log: Integrate mainline.
35954      Branch: perlio
35955           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
35956           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
35957           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
35958           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
35959           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
35960 ____________________________________________________________________________
35961 [  9073] By: jhi                                   on 2001/03/07  16:37:09
35962         Log: Update Changes.
35963      Branch: perl
35964            ! Changes patchlevel.h
35965 ____________________________________________________________________________
35966 [  9072] By: jhi                                   on 2001/03/07  16:32:30
35967         Log: Subject: [ID 20010306.004] || != named unary operator
35968              From: abela@geneanet.org
35969              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
35970              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
35971      Branch: perl
35972            ! pod/perlop.pod
35973 ____________________________________________________________________________
35974 [  9071] By: jhi                                   on 2001/03/07  15:14:11
35975         Log: Subject: downgrading to bytes for common functions
35976              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
35977              Date: Wed, 7 Mar 2001 02:36:55 -0500
35978              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
35979      Branch: perl
35980            ! pp_sys.c
35981 ____________________________________________________________________________
35982 [  9070] By: jhi                                   on 2001/03/07  15:04:58
35983         Log: Clarify the description differentiating for and while; inspired by
35984              
35985              Subject: [ID 20010306.002] for/while difference in for definition
35986              From: abela@geneanet.org
35987              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
35988              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
35989      Branch: perl
35990            ! pod/perlsyn.pod
35991 ____________________________________________________________________________
35992 [  9069] By: jhi                                   on 2001/03/07  14:55:30
35993         Log: (Retracted by #9078.)
35994      Branch: perl
35995            ! Makefile.SH
35996 ____________________________________________________________________________
35997 [  9068] By: jhi                                   on 2001/03/07  14:51:17
35998         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
35999              From: Radu Greab <radu@netsoft.ro>
36000              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
36001              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
36002      Branch: perl
36003            ! pp.c t/op/chop.t
36004 ____________________________________________________________________________
36005 [  9067] By: jhi                                   on 2001/03/07  14:48:57
36006         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
36007              From: Simon Cozens <simon@netthink.co.uk>
36008              Date: Wed, 7 Mar 2001 13:59:28 +0000
36009              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
36010              
36011              In order to allow MakeMaker to build correct Makefiles,
36012              you need to change the order of the arguments in MM_Unix.pm
36013              as well. (Unless you have C89_CCMODE set, but we're trying
36014              to be POSIXly correct)
36015              
36016              Thanks to Merijn Broeren for tracking this down.
36017      Branch: perl
36018            ! lib/ExtUtils/MM_Unix.pm
36019 ____________________________________________________________________________
36020 [  9066] By: jhi                                   on 2001/03/07  14:30:02
36021         Log: Floating point too messy.
36022      Branch: perl
36023            ! t/camel-III/vstring.t
36024 ____________________________________________________________________________
36025 [  9065] By: jhi                                   on 2001/03/07  14:17:44
36026         Log: Integrate change #9064 from maintperl into mainline.
36027              
36028              fix memory leak in pack("Bb",...)
36029      Branch: perl
36030           !> perl.c
36031 ____________________________________________________________________________
36032 [  9064] By: gsar                                  on 2001/03/07  06:29:24
36033         Log: fix memory leak in pack("Bb",...)
36034      Branch: maint-5.6/perl
36035            ! perl.c
36036 ____________________________________________________________________________
36037 [  9063] By: jhi                                   on 2001/03/07  00:55:04
36038         Log: Major utf8 test reorganisation and rewrite.
36039              Hopefully no tests were lost in the shuffle.
36040              (The beginning of pragma/utf8 was lost intentionally,
36041              the tests were rather bogus and incomplete.)
36042      Branch: perl
36043            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
36044            ! t/pragma/utf8.t
36045 ____________________________________________________________________________
36046 [  9062] By: jhi                                   on 2001/03/07  00:41:16
36047         Log: More tweakage on the Unicode character class descriptions.
36048      Branch: perl
36049            ! lib/unicode/mktables.PL pod/perlretut.pod
36050 ____________________________________________________________________________
36051 [  9061] By: jhi                                   on 2001/03/06  23:12:38
36052         Log: The perlretut was still talking about the old \p and \P
36053              definitions.
36054      Branch: perl
36055            ! pod/perlretut.pod
36056 ____________________________________________________________________________
36057 [  9060] By: nick                                  on 2001/03/06  20:52:37
36058         Log: Integrate mainline (make test works again now).
36059      Branch: perlio
36060           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
36061 ____________________________________________________________________________
36062 [  9059] By: jhi                                   on 2001/03/06  15:36:14
36063         Log: 0.999... does equal 1.0, doesn't it?
36064      Branch: perl
36065            ! t/camel-III/vstring.t
36066 ____________________________________________________________________________
36067 [  9058] By: jhi                                   on 2001/03/06  15:34:00
36068         Log: Make /x{abcd}/ to work without use utf8.
36069      Branch: perl
36070            ! regcomp.c
36071 ____________________________________________________________________________
36072 [  9057] By: jhi                                   on 2001/03/06  03:02:36
36073         Log: Easier to outcomment all the three reset() tests for now.
36074      Branch: perl
36075            ! t/op/pat.t
36076 ____________________________________________________________________________
36077 [  9056] By: jhi                                   on 2001/03/06  02:30:02
36078         Log: Comment out the deadly reset; until the 20010301.005
36079              is finally fixed.
36080      Branch: perl
36081            ! t/op/pat.t
36082 ____________________________________________________________________________
36083 [  9055] By: jhi                                   on 2001/03/06  02:21:26
36084         Log: Integrate the change #9054 from mainline:
36085              retract the PMOP cleanup patch pending further investigation.
36086      Branch: maint-5.6/perl
36087           !> op.c op.h
36088 ____________________________________________________________________________
36089 [  9054] By: jhi                                   on 2001/03/06  02:19:57
36090         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
36091              with oddly familiar stack traces.
36092      Branch: perl
36093            ! op.c op.h
36094 ____________________________________________________________________________
36095 [  9053] By: jhi                                   on 2001/03/05  23:20:28
36096         Log: Integrate perlio.
36097      Branch: perl
36098           +> ext/Encode/Encode/koi8-r.ucm
36099           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
36100           !> makedef.pl
36101 ____________________________________________________________________________
36102 [  9052] By: nick                                  on 2001/03/05  23:08:17
36103         Log: skipping USE_PERLIO symbols correction.
36104      Branch: perlio
36105            ! makedef.pl
36106 ____________________________________________________________________________
36107 [  9051] By: nick                                  on 2001/03/05  22:35:07
36108         Log: More Encode alias tidying.
36109      Branch: perlio
36110            + ext/Encode/Encode/koi8-r.ucm
36111            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
36112 ____________________________________________________________________________
36113 [  9050] By: jhi                                   on 2001/03/05  21:44:29
36114         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
36115              Sarathy's fix for ID 20010301.005.
36116      Branch: maint-5.6/perl
36117           !> op.c op.h
36118 ____________________________________________________________________________
36119 [  9049] By: nick                                  on 2001/03/05  19:54:04
36120         Log: Integrate Jarkko's Encode.pm tweak.
36121      Branch: perlio
36122           !> ext/Encode/Encode.pm
36123 ____________________________________________________________________________
36124 [  9048] By: nick                                  on 2001/03/05  19:47:57
36125         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
36126      Branch: perlio
36127           +> os2/os2add.sym
36128           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
36129           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
36130           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
36131           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
36132           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
36133 ____________________________________________________________________________
36134 [  9047] By: jhi                                   on 2001/03/05  19:25:26
36135         Log: Regen perlapi.
36136      Branch: perl
36137            ! pod/perlapi.pod
36138 ____________________________________________________________________________
36139 [  9046] By: jhi                                   on 2001/03/05  19:12:14
36140         Log: Integrate perlio.
36141      Branch: perl
36142           +> t/camel-III/vstring.t
36143           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
36144 ____________________________________________________________________________
36145 [  9045] By: jhi                                   on 2001/03/05  19:10:36
36146         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
36147      Branch: perl
36148            ! ext/Encode/Encode.pm
36149 ____________________________________________________________________________
36150 [  9044] By: jhi                                   on 2001/03/05  18:49:12
36151         Log: Forgot the other half of the PMOP patch (#9033).
36152      Branch: perl
36153            ! op.h
36154 ____________________________________________________________________________
36155 [  9043] By: nick                                  on 2001/03/05  18:14:47
36156         Log: Update MANIFEST for new test.
36157      Branch: perlio
36158            ! MANIFEST
36159 ____________________________________________________________________________
36160 [  9042] By: nick                                  on 2001/03/05  18:12:41
36161         Log: Some tests for Camel 3rd edition features.
36162              Make gethostbyaddr() test in above work.
36163      Branch: perlio
36164            + t/camel-III/vstring.t
36165            ! pp.h pp_sys.c t/TEST t/harness
36166 ____________________________________________________________________________
36167 [  9041] By: jhi                                   on 2001/03/05  17:41:48
36168         Log: Add more ISO 8859 encoding aliases.
36169      Branch: perl
36170            ! ext/Encode/Encode.pm
36171 ____________________________________________________________________________
36172 [  9040] By: jhi                                   on 2001/03/05  17:30:43
36173         Log: Integrate perlio.
36174      Branch: perl
36175           !> MANIFEST sv.c
36176 ____________________________________________________________________________
36177 [  9039] By: nick                                  on 2001/03/05  17:11:36
36178         Log: Missed added file.
36179      Branch: perlio
36180            ! MANIFEST
36181 ____________________________________________________________________________
36182 [  9038] By: jhi                                   on 2001/03/05  15:58:01
36183         Log: Add tr tests for EBCDIC, from Karsten Sperling.
36184      Branch: perl
36185            ! t/op/tr.t
36186 ____________________________________________________________________________
36187 [  9037] By: nick                                  on 2001/03/05  15:56:35
36188         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
36189              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
36190              
36191              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
36192              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
36193              - uses SvPV() rather than sv_2pv() in case it isn't a string.
36194      Branch: perlio
36195            ! sv.c
36196 ____________________________________________________________________________
36197 [  9036] By: jhi                                   on 2001/03/05  15:49:15
36198         Log: Add matching tests currently failing in EBCDIC,
36199              suggested by Karsten Sperling.
36200      Branch: perl
36201            ! t/op/pat.t
36202 ____________________________________________________________________________
36203 [  9035] By: jhi                                   on 2001/03/05  15:36:55
36204         Log: The #9034 needs a MANIFESTation.
36205      Branch: perl
36206            ! MANIFEST
36207 ____________________________________________________________________________
36208 [  9034] By: jhi                                   on 2001/03/05  15:35:14
36209         Log: Integrate perlio.
36210      Branch: perl
36211           +> ext/Encode/Encode/Tcl.pm
36212           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
36213           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
36214           !> ext/Encode/Encode/iso8859-1.ucm
36215           !> ext/Encode/Encode/iso8859-10.ucm
36216           !> ext/Encode/Encode/iso8859-13.ucm
36217           !> ext/Encode/Encode/iso8859-14.ucm
36218           !> ext/Encode/Encode/iso8859-15.ucm
36219           !> ext/Encode/Encode/iso8859-16.ucm
36220           !> ext/Encode/Encode/iso8859-2.ucm
36221           !> ext/Encode/Encode/iso8859-3.ucm
36222           !> ext/Encode/Encode/iso8859-4.ucm
36223           !> ext/Encode/Encode/iso8859-5.ucm
36224           !> ext/Encode/Encode/iso8859-6.ucm
36225           !> ext/Encode/Encode/iso8859-7.ucm
36226           !> ext/Encode/Encode/iso8859-8.ucm
36227           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
36228           !> t/lib/encode.t
36229 ____________________________________________________________________________
36230 [  9033] By: jhi                                   on 2001/03/05  15:33:18
36231         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
36232              From: Gurusamy Sarathy <gsar@ActiveState.com>
36233              Date: Sun, 04 Mar 2001 22:33:15 -0800
36234              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
36235              
36236              PMOPs need to remember their own stash so that they can
36237              gracefully remove themselves from their linked list.
36238      Branch: perl
36239            ! op.c
36240 ____________________________________________________________________________
36241 [  9032] By: nick                                  on 2001/03/05  14:51:50
36242         Log: Encode implementation "completion"
36243              Implement and document define_encoding()
36244              Implement and document encoding aliases including define_alias()
36245              Make Encode::XS use define_encoding() rather than back-door.
36246              Move run-time *.enc to separate Encode::Tcl module.
36247              Make 'compile' honour <codeset_name>
36248              Change canonical names of to iso-8859-* and US-ascii.
36249      Branch: perlio
36250            + ext/Encode/Encode/Tcl.pm
36251            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
36252            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
36253            ! ext/Encode/Encode/iso8859-1.ucm
36254            ! ext/Encode/Encode/iso8859-10.ucm
36255            ! ext/Encode/Encode/iso8859-13.ucm
36256            ! ext/Encode/Encode/iso8859-14.ucm
36257            ! ext/Encode/Encode/iso8859-15.ucm
36258            ! ext/Encode/Encode/iso8859-16.ucm
36259            ! ext/Encode/Encode/iso8859-2.ucm
36260            ! ext/Encode/Encode/iso8859-3.ucm
36261            ! ext/Encode/Encode/iso8859-4.ucm
36262            ! ext/Encode/Encode/iso8859-5.ucm
36263            ! ext/Encode/Encode/iso8859-6.ucm
36264            ! ext/Encode/Encode/iso8859-7.ucm
36265            ! ext/Encode/Encode/iso8859-8.ucm
36266            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
36267            ! t/lib/encode.t
36268 ____________________________________________________________________________
36269 [  9031] By: jhi                                   on 2001/03/05  13:51:17
36270         Log: Integrate change #9030 from maintperl into mainline.
36271              
36272              Subject: [PATCH 5.6.1] OS/2 cleanup
36273      Branch: perl
36274           +> os2/os2add.sym
36275           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
36276           !> makedef.pl os2/Changes os2/Makefile.SHs
36277           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
36278           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
36279           !> os2/os2.sym os2/os2ish.h
36280 ____________________________________________________________________________
36281 [  9030] By: jhi                                   on 2001/03/05  13:46:49
36282         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
36283              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36284              Date: Mon, 5 Mar 2001 02:29:44 -0500
36285              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
36286      Branch: maint-5.6/perl
36287            + os2/os2add.sym
36288            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
36289            ! makedef.pl os2/Changes os2/Makefile.SHs
36290            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
36291            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
36292            ! os2/os2.sym os2/os2ish.h
36293 ____________________________________________________________________________
36294 [  9029] By: jhi                                   on 2001/03/05  13:40:35
36295         Log: Integrate change #9028 from maintperl into mainline.
36296              
36297              various nits in MM_Unix.pm found by disabling SelfLoader
36298      Branch: perl
36299           !> lib/ExtUtils/MM_Unix.pm
36300 ____________________________________________________________________________
36301 [  9028] By: gsar                                  on 2001/03/05  09:58:38
36302         Log: various nits in MM_Unix.pm found by disabling SelfLoader
36303      Branch: maint-5.6/perl
36304            ! lib/ExtUtils/MM_Unix.pm
36305 ____________________________________________________________________________
36306 [  9027] By: nick                                  on 2001/03/05  08:35:22
36307         Log: Integrate mainline
36308      Branch: perlio
36309           !> (integrate 28 files)
36310 ____________________________________________________________________________
36311 [  9026] By: jhi                                   on 2001/03/05  02:14:59
36312         Log: Integrate change #9025 from mainline to maintperl,
36313              retract \N{U+HHHH}.
36314      Branch: maint-5.6/perl
36315           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
36316           !> t/lib/charnames.t toke.c
36317 ____________________________________________________________________________
36318 [  9025] By: jhi                                   on 2001/03/05  02:13:09
36319         Log: Retracting \N{U+HHHH}.
36320      Branch: perl
36321            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
36322            ! t/lib/charnames.t toke.c
36323 ____________________________________________________________________________
36324 [  9024] By: jhi                                   on 2001/03/04  20:51:07
36325         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
36326              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
36327              Date: Fri, 02 Mar 2001 18:25:26 +0100
36328              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
36329              
36330              Casting problem.
36331      Branch: perl
36332            ! ext/Storable/Storable.xs
36333 ____________________________________________________________________________
36334 [  9023] By: jhi                                   on 2001/03/04  19:46:45
36335         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
36336              From: nick@talking.bollo.cx
36337              Date: Sat, 03 Mar 2001 21:41:33 +0000
36338              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
36339              
36340              Revert the workaround.
36341      Branch: perl
36342            ! perlio.c
36343 ____________________________________________________________________________
36344 [  9022] By: jhi                                   on 2001/03/04  19:36:28
36345         Log: Update Changes.
36346      Branch: perl
36347            ! Changes patchlevel.h
36348 ____________________________________________________________________________
36349 [  9021] By: jhi                                   on 2001/03/04  18:41:00
36350         Log: makedef.pl updates suggested by Chris Nandor; double-checking
36351              the changes in AIX, OS/2 Win32 would be nice.
36352      Branch: perl
36353            ! makedef.pl
36354 ____________________________________________________________________________
36355 [  9020] By: jhi                                   on 2001/03/04  18:23:58
36356         Log: Integrate change #9012 from maintperl into mainline,
36357              quench a compiler warning.
36358      Branch: perl
36359           !> toke.c
36360 ____________________________________________________________________________
36361 [  9019] By: jhi                                   on 2001/03/04  18:18:43
36362         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
36363              
36364              \N{U+HHHH} fix.
36365              
36366              pattern in G_ARRAY context
36367      Branch: maint-5.6/perl
36368           !> pp_hot.c t/op/pat.t toke.c
36369 ____________________________________________________________________________
36370 [  9018] By: jhi                                   on 2001/03/04  18:07:48
36371         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
36372              From: Jeff Pinyan <jeffp@crusoe.net>
36373              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
36374              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
36375      Branch: perl
36376            ! pp_hot.c t/op/pat.t
36377 ____________________________________________________________________________
36378 [  9017] By: jhi                                   on 2001/03/04  18:06:21
36379         Log: I thought I tested the #9014.
36380      Branch: perl
36381            ! toke.c
36382 ____________________________________________________________________________
36383 [  9016] By: jhi                                   on 2001/03/04  17:41:22
36384         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
36385              
36386              Tweak the get*ent() OS/2 prototypes.
36387              
36388              Add the \N{U+HHHH} syntax.
36389              
36390              More tr/// UTF-8 fixes from Inaba Hiroto.
36391      Branch: maint-5.6/perl
36392           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
36393           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
36394 ____________________________________________________________________________
36395 [  9015] By: jhi                                   on 2001/03/04  17:36:04
36396         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
36397      Branch: perl
36398            ! doop.c t/op/tr.t
36399 ____________________________________________________________________________
36400 [  9014] By: jhi                                   on 2001/03/04  17:24:49
36401         Log: Add the \N{U+HHHH} syntax.
36402      Branch: perl
36403            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
36404            ! t/lib/charnames.t toke.c
36405 ____________________________________________________________________________
36406 [  9013] By: jhi                                   on 2001/03/04  17:20:45
36407         Log: Tweak the get*ent() OS/2 prototypes.
36408      Branch: perl
36409            ! os2/os2.c
36410 ____________________________________________________________________________
36411 [  9012] By: gsar                                  on 2001/03/04  06:26:14
36412         Log: avoid warning (nit in change#9009)
36413      Branch: maint-5.6/perl
36414            ! toke.c
36415 ____________________________________________________________________________
36416 [  9011] By: gsar                                  on 2001/03/04  06:15:24
36417         Log: lib/charnames.t fails in 5.6.x because of older Unicode
36418              data
36419              
36420              TODO: need to revisit this after updating lib/unicode/...
36421      Branch: maint-5.6/perl
36422            ! t/lib/charnames.t
36423 ____________________________________________________________________________
36424 [  9010] By: gsar                                  on 2001/03/04  06:08:36
36425         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
36426      Branch: maint-5.6/perl
36427            ! toke.c
36428 ____________________________________________________________________________
36429 [  9009] By: jhi                                   on 2001/03/03  19:27:20
36430         Log: Integrate change #9008 from mainline to maintperl,
36431              UTF-8 tr/// fixes from Inaba Hiroto.
36432      Branch: maint-5.6/perl
36433           !> doop.c op.c t/op/tr.t toke.c
36434 ____________________________________________________________________________
36435 [  9008] By: jhi                                   on 2001/03/03  19:19:42
36436         Log: UTF8 tr/// fixes from Inaba Hiroto.
36437      Branch: perl
36438            ! doop.c op.c t/op/tr.t toke.c
36439 ____________________________________________________________________________
36440 [  9007] By: jhi                                   on 2001/03/03  19:00:30
36441         Log: Integrate change #9006 from maintperl to mainline,
36442              more robust quest for the infinite.
36443      Branch: perl
36444           !> lib/Math/Complex.pm
36445 ____________________________________________________________________________
36446 [  9006] By: jhi                                   on 2001/03/03  18:58:06
36447         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
36448              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36449              Date: Sat, 3 Mar 2001 12:51:50 -0500
36450              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
36451              
36452              Be more robust in our quest for the infinite.
36453      Branch: maint-5.6/perl
36454            ! lib/Math/Complex.pm
36455 ____________________________________________________________________________
36456 [  9005] By: jhi                                   on 2001/03/03  17:55:50
36457         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
36458      Branch: maint-5.6/perl
36459            ! doio.c
36460 ____________________________________________________________________________
36461 [  9004] By: jhi                                   on 2001/03/03  17:40:14
36462         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
36463              so that picky compilers like IRIX won't get huffy about
36464              "statements without effect" (like 1;).
36465      Branch: perl
36466            ! toke.c
36467 ____________________________________________________________________________
36468 [  9003] By: jhi                                   on 2001/03/03  17:15:52
36469         Log: Integrate change #9002 from mainline to maintperl.
36470              
36471              Subject: [perl-5.6.x, perl-current] accept for EPOC
36472      Branch: maint-5.6/perl
36473           !> pp_sys.c
36474 ____________________________________________________________________________
36475 [  9002] By: jhi                                   on 2001/03/03  17:14:30
36476         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
36477              From: Olaf Flebbe <O.Flebbe@science-computing.de>
36478              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
36479              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
36480      Branch: perl
36481            ! pp_sys.c
36482 ____________________________________________________________________________
36483 [  9001] By: jhi                                   on 2001/03/03  17:13:13
36484         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
36485              From: "Craig A. Berry" <craigberry@mac.com>
36486              Date: Fri, 02 Mar 2001 17:44:40 -0600
36487              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
36488      Branch: perl
36489            ! t/pod/find.t
36490 ____________________________________________________________________________
36491 [  9000] By: jhi                                   on 2001/03/03  17:11:55
36492         Log: Integrate changes #8997,8999 from maintperl.
36493              
36494              Subject: [PATCH 5.6.1] compiling on OS/2
36495              (Better error message from hints/os2.sh)
36496              
36497              Subject: [PATCH 5.6.1] syslog.t
36498      Branch: perl
36499           !> hints/os2.sh t/lib/syslog.t
36500 ____________________________________________________________________________
36501 [  8999] By: jhi                                   on 2001/03/03  17:09:28
36502         Log: Subject: [PATCH 5.6.1] syslog.t
36503              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36504              Date: Sat, 3 Mar 2001 02:11:17 -0500
36505              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
36506      Branch: maint-5.6/perl
36507            ! t/lib/syslog.t
36508 ____________________________________________________________________________
36509 [  8998] By: jhi                                   on 2001/03/03  17:07:50
36510         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
36511              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36512              Date: Sat, 3 Mar 2001 01:53:52 -0500
36513              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
36514      Branch: maint-5.6/perl
36515            ! opcode.pl os2/os2.c
36516 ____________________________________________________________________________
36517 [  8997] By: jhi                                   on 2001/03/03  17:03:30
36518         Log: Subject: [PATCH 5.6.1] compiling on OS/2
36519              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36520              Date: Sat, 3 Mar 2001 01:59:59 -0500
36521              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
36522      Branch: maint-5.6/perl
36523            ! hints/os2.sh
36524 ____________________________________________________________________________
36525 [  8996] By: jhi                                   on 2001/03/03  00:55:58
36526         Log: Regen files for mainline.
36527      Branch: perl
36528            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36529            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
36530 ____________________________________________________________________________
36531 [  8995] By: jhi                                   on 2001/03/03  00:35:22
36532         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
36533              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
36534              to maintperl.
36535              
36536              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
36537              
36538              Add Configure option -Dmksymlinks which will create a symlink
36539              forest if the current/build differs from the source directory.
36540              (8218,8220,8221,8317,8318,8971)
36541              
36542              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
36543              (Document APPLLIB_EXP in INSTALL.)
36544              
36545              If running byacc write-enable also perly.h.
36546              
36547              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
36548              
36549              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
36550              
36551              Sanity check for conflicting thread flavours.
36552              
36553              Fix the sys/fcntl.h problem reported by Peter Prymmer.
36554              
36555              Add few CPUs/architectures to the Cppsym scan,
36556              add -perlio to archname if so selected (modified 8890)
36557              
36558              Be more helpful for devel builders, suggested by John L. Allen.
36559              (admittedly pointless change for maintperl, but the usedevel
36560              code is there already)
36561      Branch: maint-5.6/perl
36562           !> Configure INSTALL Makefile.SH Porting/Glossary
36563           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
36564           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
36565           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
36566           !> win32/config.bc win32/config.gc win32/config.vc
36567 ____________________________________________________________________________
36568 [  8994] By: jhi                                   on 2001/03/02  23:31:41
36569         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
36570      Branch: metaconfig/U/perl
36571            ! gccvers.U
36572 ____________________________________________________________________________
36573 [  8993] By: jhi                                   on 2001/03/02  23:22:12
36574         Log: Regenerate various files for maint.
36575      Branch: maint-5.6/perl
36576            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
36577            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
36578 ____________________________________________________________________________
36579 [  8992] By: alanbur                               on 2001/03/02  22:48:34
36580         Log: Resync wuth parent
36581      Branch: maint-5.6/pureperl
36582           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
36583           !> (integrate 60 files)
36584 ____________________________________________________________________________
36585 [  8991] By: jhi                                   on 2001/03/02  21:00:08
36586         Log: Retract the #8742 part of #8986, backward compat.
36587      Branch: maint-5.6/perl
36588            ! embed.pl
36589 ____________________________________________________________________________
36590 [  8990] By: jhi                                   on 2001/03/02  20:40:07
36591         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
36592      Branch: maint-5.6/perl
36593            ! hv.c
36594 ____________________________________________________________________________
36595 [  8989] By: jhi                                   on 2001/03/02  19:59:56
36596         Log: Update Changes.
36597      Branch: perl
36598            ! Changes patchlevel.h
36599 ____________________________________________________________________________
36600 [  8988] By: jhi                                   on 2001/03/02  19:57:08
36601         Log: Integrate perlio.
36602      Branch: perl
36603           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
36604           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
36605           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
36606           !> ext/Encode/Encode/iso8859-10.ucm
36607           !> ext/Encode/Encode/iso8859-13.ucm
36608           !> ext/Encode/Encode/iso8859-14.ucm
36609           !> ext/Encode/Encode/iso8859-15.ucm
36610           !> ext/Encode/Encode/iso8859-16.ucm
36611           !> ext/Encode/Encode/iso8859-2.ucm
36612           !> ext/Encode/Encode/iso8859-3.ucm
36613           !> ext/Encode/Encode/iso8859-4.ucm
36614           !> ext/Encode/Encode/iso8859-5.ucm
36615           !> ext/Encode/Encode/iso8859-6.ucm
36616           !> ext/Encode/Encode/iso8859-7.ucm
36617           !> ext/Encode/Encode/iso8859-8.ucm
36618           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
36619           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
36620 ____________________________________________________________________________
36621 [  8987] By: jhi                                   on 2001/03/02  19:43:40
36622         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
36623              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
36624              8950,8952,8955 from mainline to maintperl.
36625              
36626              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
36627              
36628              Put to rest the 20010205.001, the email address checking (not) regex.
36629              
36630              fork() not everywhere, cleanup temp files.
36631              
36632              The #8843 wasn't quite right: %Config needs to imported.
36633              
36634              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
36635              (#8849: the glob-basic hunk needed massaging as it depended
36636              on Schwern's large-scale (unintegrated) patches)
36637              
36638              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
36639              
36640              Upgrade to CGI.pm 2.752, from Lincoln Stein.
36641              (Note: there were some conflicts due to EBCDIC and EPOC
36642              patches, in general I preferred the repository code.)
36643              (When 2.753 comes out, we need to synchronize.)
36644              
36645              Subject: [PATCH] fix for charnames above FFFF
36646              
36647              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
36648              
36649              If no sfio, no -lsfio.
36650              
36651              Run run/*.t also in minitest.
36652              
36653              Subject:  [PATCH perl 5.7.0] malloc message address offset
36654              
36655              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
36656              
36657              Subject: fix for parameter -Dm (for perl@8867)
36658              
36659              Subject: [PATCH: perl@8892] was Re: hashing order difference?
36660              (make the test more portable)
36661              
36662              Subject: Re: [PATCH] fix for charnames above FFFF
36663              
36664              Subject: Re: I'm losing the war...
36665              (hv_store() not working correctly in ENV_IS_CASELESS case.)
36666              
36667              Subject: Modified README.bs2000 
36668              
36669              Subject: [PATCH: perl@8935] -Dt padsv($var)
36670              
36671              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
36672              
36673              Subject: PATCH: extra tests to check on negative float to unsigned cast
36674              
36675              Subject: [PATCH] XPUSH[insp] was Re: progress
36676              
36677              Subject: Re: Compile with perlcc..
36678      Branch: maint-5.6/perl
36679           !> (integrate 36 files)
36680 ____________________________________________________________________________
36681 [  8986] By: jhi                                   on 2001/03/02  18:51:25
36682         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
36683              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
36684              to maintperl.
36685              
36686              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
36687              
36688              Subject: [DOC PATCH] overload.pm nits
36689              
36690              Add header for LIB$ prototypes (C. Berry)
36691              
36692              Convert fwrite()s to sockets to write()s, since some socket stacks
36693              don't take kindly to stdio.
36694              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
36695              (for often optional LNMs)
36696              Correct a few typos
36697              (C. Bailey)
36698              
36699              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
36700              
36701              De-cut-and-pasto.
36702              
36703              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
36704              
36705              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
36706              
36707              Upgrade to CPAN 1.59_54, from Andreas König.
36708              
36709              Bogus shebang.
36710              
36711              Subject: [PATCH] Document makepatch in Porting/patching
36712              
36713              UTF-8 documentation.
36714              
36715              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
36716              
36717              Sort the MANIFEST.
36718              
36719              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
36720              
36721              Subject: [PATCH @8807] toke.c cleanup: scan_str()
36722              
36723              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
36724              
36725              Add run/*.t to testables.
36726              
36727              TODO: integrate #8784.
36728      Branch: maint-5.6/perl
36729           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
36730           !> (integrate 28 files)
36731 ____________________________________________________________________________
36732 [  8985] By: nick                                  on 2001/03/02  18:15:45
36733         Log: Integrate mainline
36734      Branch: perlio
36735           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
36736           !> vms/vms.c
36737 ____________________________________________________________________________
36738 [  8984] By: jhi                                   on 2001/03/02  16:00:17
36739         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
36740              
36741              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
36742              5.004_05, and mention the suidperl August 2000 security problem.
36743              (#8978,#8981)
36744              
36745              Subject: [ID 20010301.004] Technically speaking in perldata
36746              
36747              Subject: [PATCH] File::Copy for bleadperl, maintperl
36748              
36749              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
36750              
36751              (The #8982, fix for 20010221.005 and 20010221.008,
36752              would be nice too but it didn't integrate cleanly.)
36753      Branch: maint-5.6/perl
36754           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
36755 ____________________________________________________________________________
36756 [  8983] By: jhi                                   on 2001/03/02  15:51:16
36757         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
36758              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36759              Date:     Thu, 1 Mar 2001 15:54:09 EST
36760              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
36761      Branch: perl
36762            ! vms/vms.c
36763 ____________________________________________________________________________
36764 [  8982] By: jhi                                   on 2001/03/02  15:43:31
36765         Log: Subject: Re: sync sync sync: have I missed any patches?
36766              From: Radu Greab <radu@netsoft.ro> 
36767              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
36768              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
36769              
36770              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
36771              was checking argv[0] regardless of whether a different pathname
36772              will actually be executed."  Test case not supplied because 
36773              drafting that, ironically enough, revealed another bug
36774              (or a feature).
36775      Branch: perl
36776            ! doio.c
36777 ____________________________________________________________________________
36778 [  8981] By: jhi                                   on 2001/03/02  15:28:03
36779         Log: Misdate in #8978.
36780      Branch: perl
36781            ! pod/perlfaq1.pod
36782 ____________________________________________________________________________
36783 [  8980] By: jhi                                   on 2001/03/02  15:24:20
36784         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
36785              From: Chris Nandor <pudge@pobox.com>
36786              Date: Wed, 28 Feb 2001 22:10:15 -0500
36787              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
36788      Branch: perl
36789            ! lib/File/Copy.pm
36790 ____________________________________________________________________________
36791 [  8979] By: jhi                                   on 2001/03/02  15:17:16
36792         Log: Subject: [ID 20010301.004] Technically speaking in perldata
36793              From: abela@geneanet.org
36794              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
36795              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
36796      Branch: perl
36797            ! pod/perldata.pod
36798 ____________________________________________________________________________
36799 [  8978] By: jhi                                   on 2001/03/02  15:15:27
36800         Log: Subject: [ID 20010301.003] ref to 5.004
36801              From: abela@geneanet.org
36802              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
36803              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
36804              
36805              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
36806              and mention the suidperl August 2000 security problem.
36807      Branch: perl
36808            ! pod/perlfaq1.pod
36809 ____________________________________________________________________________
36810 [  8977] By: alanbur                               on 2001/03/02  14:17:45
36811         Log: Resynchronised with parent
36812      Branch: maint-5.6/pureperl
36813           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
36814           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
36815           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
36816           !> vms/descrip_mms.template win32/win32.c win32/win32.h
36817           !> win32/win32iop.h
36818 ____________________________________________________________________________
36819 [  8976] By: nick                                  on 2001/03/01  23:25:30
36820         Log: Integrate mainline.
36821      Branch: perlio
36822            - t/op/qu.t
36823           !> (integrate 55 files)
36824 ____________________________________________________________________________
36825 [  8975] By: jhi                                   on 2001/03/01  16:51:34
36826         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
36827      Branch: perl
36828           !> toke.c
36829 ____________________________________________________________________________
36830 [  8974] By: gsar                                  on 2001/03/01  16:28:21
36831         Log: fix for bugid 20010226.008
36832              
36833              the problem was that some of the pointers (PL_last_lop and
36834              PL_last_uni specifically) into the lex buffers weren't correctly
36835              being invalidated when the buffer changed; this would leave the
36836              pointers pointing at an arbitrary location in the buffer if
36837              the buffer didn't need to be reallocated, or point into freed
36838              memory if the buffer had to be realloced
36839              
36840              TODO item for bugdb maintainers: check other seemingly random
36841              parser-related bugs--they might be cured by this
36842      Branch: maint-5.6/perl
36843            ! toke.c
36844 ____________________________________________________________________________
36845 [  8973] By: jhi                                   on 2001/03/01  02:23:25
36846         Log: Retract #8970 because of a completely mysterious core dump:
36847              adding the tests 241..244 causes op/pat dump core at test #25.
36848              The test needs a lot of whittling down before the bug can be solved.
36849      Branch: perl
36850            ! t/op/pat.t
36851 ____________________________________________________________________________
36852 [  8972] By: jhi                                   on 2001/03/01  01:58:38
36853         Log: Regen perlapi.
36854      Branch: perl
36855            ! pod/perlapi.pod
36856 ____________________________________________________________________________
36857 [  8971] By: jhi                                   on 2001/03/01  01:34:09
36858         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))
36859              From: Nicholas Clark <nick@ccl4.org>
36860              Date: Wed, 28 Feb 2001 23:28:49 +0000
36861              Message-ID: <20010228232849.A55187@plum.flirble.org>
36862              
36863              Allow a completely write protected source code tree
36864              when using the Configure -Dmksymlinks.
36865      Branch: perl
36866            ! embed.pl warnings.pl
36867 ____________________________________________________________________________
36868 [  8970] By: jhi                                   on 2001/03/01  01:32:04
36869         Log: Add back the EBCDIC character range tests (for matching).
36870      Branch: perl
36871            ! t/op/pat.t
36872 ____________________________________________________________________________
36873 [  8969] By: nick                                  on 2001/02/28  18:18:01
36874         Log: Add charname comments to .ucm files writen by 'compile',
36875              also order charmaps in those files by source encoding.
36876              regenerate distrubuted .ucm files
36877      Branch: perlio
36878            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
36879            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
36880            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
36881            ! ext/Encode/Encode/iso8859-10.ucm
36882            ! ext/Encode/Encode/iso8859-13.ucm
36883            ! ext/Encode/Encode/iso8859-14.ucm
36884            ! ext/Encode/Encode/iso8859-15.ucm
36885            ! ext/Encode/Encode/iso8859-16.ucm
36886            ! ext/Encode/Encode/iso8859-2.ucm
36887            ! ext/Encode/Encode/iso8859-3.ucm
36888            ! ext/Encode/Encode/iso8859-4.ucm
36889            ! ext/Encode/Encode/iso8859-5.ucm
36890            ! ext/Encode/Encode/iso8859-6.ucm
36891            ! ext/Encode/Encode/iso8859-7.ucm
36892            ! ext/Encode/Encode/iso8859-8.ucm
36893            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
36894            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
36895 ____________________________________________________________________________
36896 [  8968] By: jhi                                   on 2001/02/28  16:26:37
36897         Log: Expand usemorebits early if d_casti32 needs to be undefined.
36898      Branch: perl
36899            ! hints/hpux.sh hints/irix_6.sh
36900 ____________________________________________________________________________
36901 [  8967] By: jhi                                   on 2001/02/28  16:22:26
36902         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
36903              retract toke.c/qu parts of #8583, retract #8485, retract
36904              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
36905              op/length.t, and MANIFEST, and delete t/op/qu.t.
36906      Branch: perl
36907            - t/op/qu.t
36908            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
36909            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
36910            ! t/op/length.t toke.c
36911 ____________________________________________________________________________
36912 [  8966] By: jhi                                   on 2001/02/28  15:00:27
36913         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
36914              by not changing from pre-Unicode days into being Unicode-aware.
36915              Sniff.
36916      Branch: perl
36917            ! pp.c t/op/pack.t t/op/qu.t
36918 ____________________________________________________________________________
36919 [  8965] By: jhi                                   on 2001/02/28  14:37:55
36920         Log: Subject: Re: Errors in core PODs
36921              From: Michael Stevens <michael@etla.org> 
36922              Date: Fri, 23 Feb 2001 15:47:56 +0000
36923              Message-ID: <20010223154756.A7723@firedrake.org> 
36924      Branch: perl
36925            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
36926            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
36927            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
36928            ! x2p/a2p.pod
36929 ____________________________________________________________________________
36930 [  8964] By: jhi                                   on 2001/02/28  14:35:35
36931         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
36932              (The #8961 was too bold.)
36933      Branch: perl
36934            ! hints/hpux.sh hints/irix_6.sh
36935 ____________________________________________________________________________
36936 [  8963] By: jhi                                   on 2001/02/28  14:33:39
36937         Log: Subject: Re: sync sync sync: have I missed any patches?
36938              From: Tim Jenness <t.jenness@jach.hawaii.edu>
36939              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
36940              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
36941              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
36942              
36943              Replace djSP with dSP.
36944      Branch: perl
36945            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
36946            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
36947            ! win32/perlhost.h
36948 ____________________________________________________________________________
36949 [  8962] By: jhi                                   on 2001/02/27  23:21:14
36950         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
36951      Branch: perl
36952            ! lib/Filter/Simple.pm
36953 ____________________________________________________________________________
36954 [  8961] By: jhi                                   on 2001/02/27  22:55:26
36955         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
36956              and this would be it.
36957      Branch: perl
36958            ! hints/hpux.sh hints/irix_6.sh
36959 ____________________________________________________________________________
36960 [  8960] By: jhi                                   on 2001/02/27  22:51:33
36961         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
36962              From: "Craig A. Berry" <craigberry@mac.com>
36963              Date: Tue, 27 Feb 2001 16:11:44 -0600
36964              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
36965      Branch: maint-5.6/perl
36966            ! configure.com vms/descrip_mms.template
36967 ____________________________________________________________________________
36968 [  8959] By: jhi                                   on 2001/02/27  22:47:23
36969         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
36970              From: "Craig A. Berry" <craigberry@mac.com>
36971              Date: Tue, 27 Feb 2001 16:11:44 -0600
36972              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
36973      Branch: perl
36974            ! configure.com vms/descrip_mms.template
36975 ____________________________________________________________________________
36976 [  8958] By: jhi                                   on 2001/02/27  15:16:42
36977         Log: Update Changes.
36978      Branch: perl
36979            ! Changes patchlevel.h
36980 ____________________________________________________________________________
36981 [  8957] By: jhi                                   on 2001/02/27  06:15:07
36982         Log: Subject: [5.6.x] EPOC additions
36983              From: Olaf Flebbe <O.Flebbe@science-computing.de>
36984              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
36985              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
36986      Branch: maint-5.6/perl
36987            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
36988 ____________________________________________________________________________
36989 [  8956] By: jhi                                   on 2001/02/27  06:12:11
36990         Log: Subject: [perl-current] EPOC 
36991              From: Olaf Flebbe <O.Flebbe@science-computing.de>
36992              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
36993              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
36994      Branch: perl
36995            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
36996            ! epoc/epocish.c epoc/epocish.h pp_sys.c
36997 ____________________________________________________________________________
36998 [  8955] By: jhi                                   on 2001/02/27  05:59:50
36999         Log: Subject: Re: Compile with perlcc..
37000              From: Edward Peschko <edwardp@excitehome.net>
37001              Date: Mon, 26 Feb 2001 18:51:58 -0800
37002              Message-ID: <20010226185158.A9871@excitehome.net>
37003              
37004              plus add a simple usage message if no arguments given.
37005      Branch: perl
37006            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
37007            ! utils/Makefile utils/perlcc.PL win32/pod.mak
37008 ____________________________________________________________________________
37009 [  8954] By: nick                                  on 2001/02/26  21:02:59
37010         Log: Integrate mainline
37011      Branch: perlio
37012           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
37013           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
37014           !> t/op/sprintf.t
37015 ____________________________________________________________________________
37016 [  8953] By: jhi                                   on 2001/02/26  14:43:54
37017         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
37018              From: Nicholas Clark <nick@ccl4.org>
37019              Date: Mon, 26 Feb 2001 00:42:07 +0000
37020              Message-ID: <20010226004207.F23333@plum.flirble.org>
37021      Branch: perl
37022            ! pp_ctl.c
37023 ____________________________________________________________________________
37024 [  8952] By: jhi                                   on 2001/02/26  14:42:13
37025         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
37026              From: Simon Cozens <simon@netthink.co.uk>
37027              Date: Mon, 26 Feb 2001 12:23:48 +0000
37028              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
37029      Branch: perl
37030            ! pod/perlguts.pod
37031 ____________________________________________________________________________
37032 [  8951] By: jhi                                   on 2001/02/26  14:39:15
37033         Log: Subject: [PATCH] perlio - unknown layer
37034              From: Nicholas Clark <nick@ccl4.org>
37035              Date: Mon, 26 Feb 2001 00:27:19 +0000
37036              Message-ID: <20010226002719.E23333@plum.flirble.org>
37037      Branch: perl
37038            ! perlio.c
37039 ____________________________________________________________________________
37040 [  8950] By: jhi                                   on 2001/02/26  14:38:04
37041         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
37042              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
37043              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
37044              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
37045      Branch: perl
37046            ! t/op/bop.t
37047 ____________________________________________________________________________
37048 [  8949] By: jhi                                   on 2001/02/26  14:37:07
37049         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
37050              From: Peter Prymmer <pvhp@forte.com>
37051              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
37052              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
37053      Branch: perl
37054            ! lib/Test.pm
37055 ____________________________________________________________________________
37056 [  8948] By: jhi                                   on 2001/02/26  14:35:53
37057         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
37058              From: Radu Greab <radu@netsoft.ro>
37059              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
37060              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
37061      Branch: perl
37062            ! pod/perlop.pod
37063 ____________________________________________________________________________
37064 [  8947] By: jhi                                   on 2001/02/26  14:34:46
37065         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
37066              From: David Mitchell <davem@fdgroup.co.uk>
37067              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
37068              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
37069      Branch: perl
37070            ! run.c
37071 ____________________________________________________________________________
37072 [  8946] By: jhi                                   on 2001/02/26  14:32:37
37073         Log: Subject: Modified README.bs2000 
37074              From: Dorner Thomas <Thomas.Dorner@start.de>
37075              Date: Mon, 26 Feb 2001 09:22:17 +0100
37076              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
37077      Branch: perl
37078            ! README.bs2000
37079 ____________________________________________________________________________
37080 [  8945] By: jhi                                   on 2001/02/26  14:19:53
37081         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
37082              to maintperl, listing the known failures on the tests 129 and 130.
37083      Branch: maint-5.6/perl
37084           !> t/op/sprintf.t
37085 ____________________________________________________________________________
37086 [  8944] By: jhi                                   on 2001/02/26  14:14:15
37087         Log: Add more known sprintf failures.
37088      Branch: perl
37089            ! t/op/sprintf.t
37090 ____________________________________________________________________________
37091 [  8943] By: jhi                                   on 2001/02/26  13:56:22
37092         Log: perlglob.exe needs to be found in Win32, patch from
37093              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
37094              which needs external glob at mini-perl time."
37095      Branch: perl
37096            ! ext/Encode/compile
37097 ____________________________________________________________________________
37098 [  8942] By: jhi                                   on 2001/02/26  13:52:19
37099         Log: A missing dTHX from Vadim Konovalov.
37100      Branch: perl
37101            ! perlio.c
37102 ____________________________________________________________________________
37103 [  8941] By: jhi                                   on 2001/02/26  13:37:05
37104         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
37105      Branch: perl
37106            ! op.c
37107 ____________________________________________________________________________
37108 [  8940] By: jhi                                   on 2001/02/26  13:35:40
37109         Log: Integrate perlio.
37110      Branch: perl
37111           !> ext/Encode/Encode.pm
37112 ____________________________________________________________________________
37113 [  8939] By: nick                                  on 2001/02/25  23:47:09
37114         Log: Integrate mainline.
37115      Branch: perlio
37116           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
37117           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
37118 ____________________________________________________________________________
37119 [  8938] By: nick                                  on 2001/02/25  19:36:28
37120         Log: Encode implementations docs.
37121      Branch: perlio
37122            ! ext/Encode/Encode.pm
37123 ____________________________________________________________________________
37124 [  8937] By: jhi                                   on 2001/02/25  19:26:16
37125         Log: Script wasn't aligned with reality.
37126      Branch: perl
37127            ! t/pod/find.t
37128 ____________________________________________________________________________
37129 [  8936] By: jhi                                   on 2001/02/25  18:54:55
37130         Log: Update Changes.
37131      Branch: perl
37132            ! Changes patchlevel.h
37133 ____________________________________________________________________________
37134 [  8935] By: jhi                                   on 2001/02/25  18:46:36
37135         Log: Retract #8929,8930,8932,8933 for now.
37136      Branch: perl
37137            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
37138 ____________________________________________________________________________
37139 [  8934] By: jhi                                   on 2001/02/25  17:34:35
37140         Log: Integrate perlio.
37141      Branch: perl
37142           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
37143           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
37144           !> t/lib/encode.t
37145 ____________________________________________________________________________
37146 [  8933] By: jhi                                   on 2001/02/25  17:33:12
37147         Log: (Retracted by #8395.)
37148              
37149              Slight tweaks in scan_const(), not fixes yet, it seems like
37150              lots of work remains to be done...
37151      Branch: perl
37152            ! toke.c
37153 ____________________________________________________________________________
37154 [  8932] By: jhi                                   on 2001/02/25  17:27:11
37155         Log: (Retracted by #8395.)
37156              
37157              Missing from #8930.
37158      Branch: perl
37159            ! perl.h
37160 ____________________________________________________________________________
37161 [  8931] By: jhi                                   on 2001/02/25  17:26:19
37162         Log: A comment tweak.
37163      Branch: perl
37164            ! utf8.c
37165 ____________________________________________________________________________
37166 [  8930] By: jhi                                   on 2001/02/25  17:25:47
37167         Log: (Retracted by #8395.)
37168              
37169              Attempt to fix the EBCDIC character range problwm with //.
37170      Branch: perl
37171            ! regcomp.c
37172 ____________________________________________________________________________
37173 [  8929] By: jhi                                   on 2001/02/25  17:23:45
37174         Log: (Retracted by #8395.)
37175              
37176              Expand the EBCDIC character range tests, and add few nasty
37177              tr tests from Karsten Sperling.
37178      Branch: perl
37179            ! t/op/pat.t t/op/tr.t
37180 ____________________________________________________________________________
37181 [  8928] By: jhi                                   on 2001/02/25  17:18:49
37182         Log: Missing check-in.
37183      Branch: perl
37184            ! lib/Pod/Find.pm
37185 ____________________________________________________________________________
37186 [  8927] By: nick                                  on 2001/02/25  11:30:22
37187         Log: Change method names in Encode implementation classes to something
37188              less confusing (preparing to "go public").
37189      Branch: perlio
37190            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
37191 ____________________________________________________________________________
37192 [  8926] By: nick                                  on 2001/02/25  10:53:24
37193         Log: GCC __atribute__ / printf fix
37194      Branch: perlio
37195            ! perl.h
37196 ____________________________________________________________________________
37197 [  8925] By: nick                                  on 2001/02/25  10:52:25
37198         Log: Checked in the wrong one ...
37199      Branch: perlio
37200            ! ext/Encode/Encode.pm
37201 ____________________________________________________________________________
37202 [  8924] By: nick                                  on 2001/02/24  18:46:51
37203         Log: Integrate mainline - to see what Jarkko has in ...
37204      Branch: perlio
37205           +> t/pod/testpods/lib/Pod/Stuff.pm
37206           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
37207 ____________________________________________________________________________
37208 [  8923] By: nick                                  on 2001/02/24  17:05:23
37209         Log: Encode API documentation nd tidy up.
37210              Minor additions to test.
37211              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
37212              Adds STRLEN to standard typemap.
37213      Branch: perlio
37214            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
37215            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
37216 ____________________________________________________________________________
37217 [  8922] By: jhi                                   on 2001/02/24  16:38:12
37218         Log: Add a test for the "character range should match in EBCDIC
37219              if specified using explicit numerics" bug found by Karsten
37220              Sperling.
37221      Branch: perl
37222            ! t/op/pat.t
37223 ____________________________________________________________________________
37224 [  8921] By: jhi                                   on 2001/02/24  16:30:16
37225         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
37226              From: schwern@pobox.com
37227              Date: Fri, 23 Feb 2001 03:21:37 -0500
37228              Message-ID: <20010223032137.A26022@magnonel.guild.net>
37229              
37230              plus Charles Lane's fixes, plus tweaks.
37231      Branch: perl
37232            + t/pod/testpods/lib/Pod/Stuff.pm
37233            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
37234 ____________________________________________________________________________
37235 [  8920] By: nick                                  on 2001/02/24  10:30:11
37236         Log: Integrate mainline
37237      Branch: perlio
37238           !> (integrate 33 files)
37239 ____________________________________________________________________________
37240 [  8919] By: jhi                                   on 2001/02/24  00:23:35
37241         Log: Subject: Re: I'm losing the war...
37242              From: "Vadim Konovalov" <watman@inbox.ru>
37243              Date: Sat, 24 Feb 2001 00:10:14 +0300
37244              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
37245              
37246              hv_store() not working correctly in ENV_IS_CASELESS case.
37247      Branch: perl
37248            ! hv.c
37249 ____________________________________________________________________________
37250 [  8918] By: jhi                                   on 2001/02/24  00:20:09
37251         Log: Subject: Re: [PATCH] fix for charnames above FFFF
37252              From: andreas.koenig@anima.de (Andreas J. Koenig)
37253              Date: 23 Feb 2001 02:39:03 +0100
37254              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
37255              
37256              A further efficiency tweak.
37257      Branch: perl
37258            ! lib/charnames.pm
37259 ____________________________________________________________________________
37260 [  8917] By: jhi                                   on 2001/02/23  20:27:51
37261         Log: Integrate change #8916 from mainline,
37262              do away with USE_WIN32_RTL_ENV.
37263      Branch: maint-5.6/perl
37264           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
37265 ____________________________________________________________________________
37266 [  8916] By: jhi                                   on 2001/02/23  20:02:25
37267         Log: Abolish USE_WIN32_RTL_ENV.
37268      Branch: perl
37269            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
37270 ____________________________________________________________________________
37271 [  8915] By: jhi                                   on 2001/02/23  19:36:00
37272         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
37273              later protected by some #define.
37274      Branch: perl
37275            ! gv.c
37276 ____________________________________________________________________________
37277 [  8914] By: jhi                                   on 2001/02/23  19:31:38
37278         Log: Retract #8902 for now, requested by Charles Lane, the correct
37279              fix will be something else.
37280      Branch: perl
37281            ! op.c
37282 ____________________________________________________________________________
37283 [  8913] By: jhi                                   on 2001/02/23  19:11:36
37284         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
37285              From: Peter Prymmer <pvhp@forte.com>
37286              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
37287              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
37288      Branch: perl
37289            ! t/op/lex_assign.t
37290 ____________________________________________________________________________
37291 [  8912] By: jhi                                   on 2001/02/23  18:38:20
37292         Log: Subject: [patch] perlio + useithreads
37293              From: Doug MacEachern <dougm@covalent.net>
37294              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
37295              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
37296              
37297              Gets things running but not complete.
37298      Branch: perl
37299            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
37300 ____________________________________________________________________________
37301 [  8911] By: jhi                                   on 2001/02/23  04:20:02
37302         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
37303              
37304              Duplicated environment freeing, File::Temp 0.12,
37305              op/append portability (EBCDIC) tweak.
37306      Branch: maint-5.6/perl
37307           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
37308           !> t/op/append.t
37309 ____________________________________________________________________________
37310 [  8910] By: jhi                                   on 2001/02/23  02:07:33
37311         Log: Integrate change #8909 from mainline, a better Borland
37312              putenv() workaround.
37313      Branch: maint-5.6/perl
37314           !> perl.c
37315 ____________________________________________________________________________
37316 [  8909] By: jhi                                   on 2001/02/23  02:05:46
37317         Log: A better workaround for Borland putenv() brokenness from Sarathy.
37318      Branch: perl
37319            ! perl.c
37320 ____________________________________________________________________________
37321 [  8908] By: jhi                                   on 2001/02/23  02:04:14
37322         Log: Subject: fix for parameter -Dm (for perl@8867)
37323              From: "Vadim Konovalov" <watman@inbox.ru>
37324              Date: Thu, 22 Feb 2001 17:30:12 +0300
37325              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
37326      Branch: perl
37327            ! perl.h
37328 ____________________________________________________________________________
37329 [  8907] By: jhi                                   on 2001/02/23  01:58:20
37330         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
37331              From: Peter Prymmer <pvhp@forte.com>
37332              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
37333              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
37334      Branch: perl
37335            ! t/op/append.t
37336 ____________________________________________________________________________
37337 [  8906] By: jhi                                   on 2001/02/23  01:48:34
37338         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
37339      Branch: perl
37340            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
37341 ____________________________________________________________________________
37342 [  8905] By: jhi                                   on 2001/02/23  01:43:30
37343         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
37344              From: Peter Prymmer <pvhp@forte.com>
37345              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
37346              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
37347      Branch: perl
37348            ! t/lib/st-06compat.t
37349 ____________________________________________________________________________
37350 [  8904] By: jhi                                   on 2001/02/23  01:42:39
37351         Log: Metaconfig unit change for #8903.
37352      Branch: metaconfig/U/perl
37353            ! Devel.U
37354 ____________________________________________________________________________
37355 [  8903] By: jhi                                   on 2001/02/23  01:42:12
37356         Log: Be more helpful for devel builders, suggested by John L. Allen.
37357      Branch: perl
37358            ! Configure
37359 ____________________________________________________________________________
37360 [  8902] By: jhi                                   on 2001/02/23  01:37:41
37361         Log: (Retracted by #8914)
37362              (Wrongly, reinstated by #8941)
37363              
37364              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
37365              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37366              Date:     Thu, 22 Feb 2001 09:43:57 EST
37367              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
37368      Branch: perl
37369            ! op.c
37370 ____________________________________________________________________________
37371 [  8901] By: jhi                                   on 2001/02/23  01:20:32
37372         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
37373              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37374              Date:     Thu, 22 Feb 2001 08:01:35 EST
37375              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
37376      Branch: perl
37377            ! malloc.c
37378 ____________________________________________________________________________
37379 [  8900] By: jhi                                   on 2001/02/23  01:18:02
37380         Log: Integrate changes #8898,8899 from mainline, environ handling.
37381      Branch: maint-5.6/perl
37382           !> perl.c
37383 ____________________________________________________________________________
37384 [  8899] By: jhi                                   on 2001/02/23  01:16:25
37385         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
37386              putenv() is not to be relied on, they are either broken or leaky
37387              or both.)
37388      Branch: perl
37389            ! perl.c
37390 ____________________________________________________________________________
37391 [  8898] By: jhi                                   on 2001/02/22  23:36:59
37392         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
37393              and safesysfree() must be used.
37394      Branch: perl
37395            ! perl.c
37396 ____________________________________________________________________________
37397 [  8897] By: jhi                                   on 2001/02/22  23:25:45
37398         Log: With environ one must use safesysmalloc()/safesysfree().
37399      Branch: perl
37400            ! perl.c
37401 ____________________________________________________________________________
37402 [  8896] By: jhi                                   on 2001/02/22  22:13:18
37403         Log: If we have a duplicated environment free it
37404              if PERL_DESTRUCT_LEVEL.
37405      Branch: perl
37406            ! perl.c
37407 ____________________________________________________________________________
37408 [  8895] By: alanbur                               on 2001/02/22  19:31:57
37409         Log: Synchronised with parent
37410      Branch: maint-5.6/pureperl
37411           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
37412 ____________________________________________________________________________
37413 [  8894] By: gsar                                  on 2001/02/22  19:06:18
37414         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
37415              
37416              fix memory leak in method call optimization (change#3768);
37417              made C<eval "$x->foo()"> leak
37418              
37419              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
37420      Branch: maint-5.6/perl
37421           !> op.c
37422 ____________________________________________________________________________
37423 [  8893] By: jhi                                   on 2001/02/22  18:35:27
37424         Log: (Retracted by #8915.)
37425              
37426              Third Degree finding:
37427              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
37428      Branch: perl
37429            ! gv.c
37430 ____________________________________________________________________________
37431 [  8892] By: jhi                                   on 2001/02/22  14:28:32
37432         Log: Update Changes.
37433      Branch: perl
37434            ! Changes patchlevel.h
37435 ____________________________________________________________________________
37436 [  8891] By: jhi                                   on 2001/02/22  13:22:45
37437         Log: Metaconfig unit changes for #8890.
37438      Branch: metaconfig
37439            ! U/modified/Cppsym.U U/threads/archname.U
37440 ____________________________________________________________________________
37441 [  8890] By: jhi                                   on 2001/02/22  13:22:12
37442         Log: Add -stdio to the archname if no perlio selected,
37443              no -perlio added since that is now the default.
37444              
37445              Add few CPUs/architectures to the Cppsym scan.
37446      Branch: perl
37447            ! Configure config_h.SH
37448 ____________________________________________________________________________
37449 [  8889] By: jhi                                   on 2001/02/22  13:05:59
37450         Log: Metaconfig unit change for #8888.
37451      Branch: metaconfig/U/perl
37452            ! useperlio.U
37453 ____________________________________________________________________________
37454 [  8888] By: jhi                                   on 2001/02/22  13:05:28
37455         Log: *drum roll*  Make perlio the default.
37456      Branch: perl
37457            ! Configure config_h.SH
37458 ____________________________________________________________________________
37459 [  8887] By: jhi                                   on 2001/02/22  12:50:52
37460         Log: Integrate change #8665 from maintperl to mainline,
37461              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
37462      Branch: perl
37463           !> ext/POSIX/POSIX.xs
37464 ____________________________________________________________________________
37465 [  8886] By: jhi                                   on 2001/02/22  12:49:24
37466         Log: Integrate changes #8883,8884 from mainline to maintperl.
37467              
37468              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
37469              Subject: Re: File::Temp::_gettemp warning
37470      Branch: maint-5.6/perl
37471           !> embed.h embed.pl lib/File/Temp.pm
37472 ____________________________________________________________________________
37473 [  8885] By: jhi                                   on 2001/02/22  12:43:59
37474         Log: Based on
37475              
37476              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
37477              From: schwab@suse.de
37478              Date: Thu, 22 Feb 2001 13:08:09 +0100
37479              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
37480              
37481              but the fix done slightly differently because the other
37482              half was already done in #8664.
37483      Branch: maint-5.6/perl
37484            ! ext/POSIX/POSIX.xs
37485 ____________________________________________________________________________
37486 [  8884] By: jhi                                   on 2001/02/22  12:37:15
37487         Log: Subject: Re: File::Temp::_gettemp warning
37488              From: Tim Jenness <t.jenness@jach.hawaii.edu>
37489              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
37490              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
37491              
37492              This patch to File::Temp does two things:
37493              
37494              1. Fixes the problem with CGI::Carp when determining
37495              the Fcntl constants
37496              
37497              2. Removes most of the carps and consolidates them so that all the
37498              reasons are included in a single die that is caught by the test. This
37499              means that the correct skipping behaviour is displayed by the test.
37500      Branch: perl
37501            ! lib/File/Temp.pm
37502 ____________________________________________________________________________
37503 [  8883] By: jhi                                   on 2001/02/22  12:29:19
37504         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
37505              From: Peter Prymmer <pvhp@forte.com>
37506              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
37507              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
37508      Branch: perl
37509            ! embed.h embed.pl
37510 ____________________________________________________________________________
37511 [  8882] By: jhi                                   on 2001/02/21  19:41:33
37512         Log: Integrate change #8881 from mainlin to maintperl.
37513              
37514              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
37515      Branch: maint-5.6/perl
37516           !> op.c
37517 ____________________________________________________________________________
37518 [  8881] By: jhi                                   on 2001/02/21  19:38:57
37519         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
37520              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37521              Date:     Wed, 21 Feb 2001 13:08:03 EST
37522              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
37523      Branch: perl
37524            ! op.c
37525 ____________________________________________________________________________
37526 [  8880] By: jhi                                   on 2001/02/21  19:34:34
37527         Log: Retract #8875, cannot let go of the old semantics of unpack U
37528              without rethinking utf8decode.t.
37529      Branch: perl
37530            ! pp.c t/op/pack.t
37531 ____________________________________________________________________________
37532 [  8879] By: jhi                                   on 2001/02/21  19:08:02
37533         Log: Run run/*.t also in minitest.
37534      Branch: perl
37535            ! Makefile.SH
37536 ____________________________________________________________________________
37537 [  8878] By: nick                                  on 2001/02/21  18:55:37
37538         Log: Integrate mainline
37539      Branch: perlio
37540           !> (integrate 76 files)
37541 ____________________________________________________________________________
37542 [  8877] By: jhi                                   on 2001/02/21  15:09:33
37543         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
37544      Branch: metaconfig
37545            ! U/compline/nblock_io.U
37546      Branch: perl
37547            ! Configure config_h.SH
37548 ____________________________________________________________________________
37549 [  8876] By: jhi                                   on 2001/02/21  14:54:45
37550         Log: If no sfio, no -lsfio.
37551      Branch: metaconfig/U/perl
37552            ! d_sfio.U
37553      Branch: perl
37554            ! Configure config_h.SH
37555 ____________________________________________________________________________
37556 [  8875] By: jhi                                   on 2001/02/21  14:54:00
37557         Log: Make unpack C and unpack U truly equivalent.
37558      Branch: perl
37559            ! pp.c t/op/pack.t
37560 ____________________________________________________________________________
37561 [  8874] By: jhi                                   on 2001/02/21  14:26:02
37562         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
37563              From: Peter Prymmer <pvhp@forte.com>
37564              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
37565              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
37566      Branch: perl
37567            ! pod/perlport.pod
37568 ____________________________________________________________________________
37569 [  8873] By: jhi                                   on 2001/02/21  14:24:31
37570         Log: Subject: [PATCH] fix for charnames above FFFF
37571              From: andreas.koenig@anima.de (Andreas J. Koenig)
37572              Date: 21 Feb 2001 07:05:45 +0100
37573              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
37574      Branch: perl
37575            ! lib/charnames.pm t/lib/charnames.t
37576 ____________________________________________________________________________
37577 [  8872] By: jhi                                   on 2001/02/21  14:15:25
37578         Log: Integrate change #8868 from pureperl to mainline.
37579              
37580              Fixed reference count loop caused by sv_magic.
37581      Branch: perl
37582           !> sv.c
37583 ____________________________________________________________________________
37584 [  8871] By: jhi                                   on 2001/02/21  14:07:29
37585         Log: Integrate change #8868 from pureperl to maintperl.
37586              
37587              Fixed reference count loop caused by sv_magic.
37588      Branch: maint-5.6/perl
37589           !> sv.c
37590 ____________________________________________________________________________
37591 [  8870] By: jhi                                   on 2001/02/21  14:04:41
37592         Log: Put back the #8840, it was innocent.
37593      Branch: perl
37594            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
37595            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
37596 ____________________________________________________________________________
37597 [  8869] By: jhi                                   on 2001/02/21  14:00:03
37598         Log: unpack("C", ...) was left slightly unfinished by #8865.
37599      Branch: perl
37600            ! pp.c t/op/pack.t
37601 ____________________________________________________________________________
37602 [  8868] By: alanbur                               on 2001/02/21  01:33:45
37603         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
37604              from gv_fetchpv to create single-character magic variables (e.g. $!),
37605              and it is passed a sv and the gv that contains the sv as the mg_obj
37606              value.  When sv_magic stores the mg_obj pointer it increments the gv
37607              refcount, thus causing a sv-gv pair that can't be freed.  There is
37608              already a check for sv == obj which is used to prevent such reference
37609              loops.  This change extends the check to cover the case described above.
37610      Branch: maint-5.6/pureperl
37611            ! sv.c
37612 ____________________________________________________________________________
37613 [  8867] By: jhi                                   on 2001/02/21  00:52:39
37614         Log: Update Changes.
37615      Branch: perl
37616            ! Changes patchlevel.h
37617 ____________________________________________________________________________
37618 [  8866] By: jhi                                   on 2001/02/21  00:34:20
37619         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
37620              (Note: there were some conflicts due to EBCDIC and EPOC
37621              patches, in general I preferred the repository code.)
37622              (When 2.753 comes out, we need to synchronize.)
37623      Branch: perl
37624            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
37625            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
37626            ! t/lib/cgi-html.t
37627 ____________________________________________________________________________
37628 [  8865] By: jhi                                   on 2001/02/21  00:24:22
37629         Log: Make pack("C", 0x100) to create Unicode, unless under the
37630              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
37631              will understand Unicode, unless you under know what.
37632      Branch: perl
37633            ! pp.c t/op/pack.t t/op/qu.t
37634 ____________________________________________________________________________
37635 [  8864] By: alanbur                               on 2001/02/20  22:35:34
37636         Log: Resynchronised with parent
37637      Branch: maint-5.6/pureperl
37638           !> README.win32 ext/GDBM_File/GDBM_File.pm
37639           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
37640           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
37641           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
37642           !> t/lib/sdbm.t util.c
37643 ____________________________________________________________________________
37644 [  8863] By: jhi                                   on 2001/02/20  20:55:11
37645         Log: Integrate change #8860,8861 from mainline into maintperl.
37646              
37647              "pseudo-literal j"
37648              
37649              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
37650      Branch: maint-5.6/perl
37651           !> lib/Test.pm pod/perlop.pod
37652 ____________________________________________________________________________
37653 [  8862] By: jhi                                   on 2001/02/20  20:30:07
37654         Log: Don't do casting between pointers pointing to differently sized
37655              integers.
37656      Branch: perl
37657            ! hv.c sv.c
37658 ____________________________________________________________________________
37659 [  8861] By: jhi                                   on 2001/02/20  19:53:44
37660         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
37661              From: Peter Prymmer <pvhp@forte.com>
37662              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
37663              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
37664      Branch: perl
37665            ! lib/Test.pm
37666 ____________________________________________________________________________
37667 [  8860] By: jhi                                   on 2001/02/20  19:48:02
37668         Log: "pseudo-literal j", a documentation glitch reported to Debian.
37669              The text recovered from Perl 5.005_03, and pseudo-literal replaced
37670              by "backtick string".
37671      Branch: perl
37672            ! pod/perlop.pod
37673 ____________________________________________________________________________
37674 [  8859] By: jhi                                   on 2001/02/20  19:15:46
37675         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
37676              from Chris Nandor.
37677      Branch: perl
37678            ! makedef.pl
37679 ____________________________________________________________________________
37680 [  8858] By: jhi                                   on 2001/02/20  17:36:53
37681         Log: Integrate pureperl changes #8844,8845,8850 to mainline
37682              (via maintperl #8855).
37683              
37684              Fixed %^H scoping bug
37685              
37686              Removed GV <-> CV refcount loop
37687              
37688              Removed %ENV refcount loop
37689      Branch: perl
37690           !> gv.c op.c perl.c pp.c scope.c
37691 ____________________________________________________________________________
37692 [  8857] By: jhi                                   on 2001/02/20  17:34:32
37693         Log: Integrate changes #8853,8854 from maintperl to mainline.
37694              
37695              EBDIC fixes, README.win32 Borland update.
37696      Branch: perl
37697           !> README.win32 handy.h util.c
37698 ____________________________________________________________________________
37699 [  8856] By: jhi                                   on 2001/02/20  17:33:16
37700         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
37701      Branch: maint-5.6/perl
37702           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
37703           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
37704           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
37705 ____________________________________________________________________________
37706 [  8855] By: jhi                                   on 2001/02/20  17:32:13
37707         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
37708              
37709              Fixed %^H scoping bug
37710              
37711              Removed GV <-> CV refcount loop
37712              
37713              Removed %ENV refcount loop
37714      Branch: maint-5.6/perl
37715           !> gv.c op.c perl.c pp.c scope.c
37716 ____________________________________________________________________________
37717 [  8854] By: jhi                                   on 2001/02/20  17:25:06
37718         Log: Subject: Addition to readme.win32 for Borland C++ compilers
37719              Date: Tue, 20 Feb 2001 02:15:25 +0300
37720              From: "Vadim Konovalov" <watman@inbox.ru>
37721              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
37722              
37723              Document Borland compiler misbehaviour.
37724      Branch: maint-5.6/perl
37725            ! README.win32
37726 ____________________________________________________________________________
37727 [  8853] By: jhi                                   on 2001/02/20  17:22:25
37728         Log: The assimilation of ebcdic.c didn't quite work at the first try,
37729              patches from Thomas Dorner.
37730      Branch: maint-5.6/perl
37731            ! handy.h util.c
37732 ____________________________________________________________________________
37733 [  8852] By: jhi                                   on 2001/02/20  17:20:15
37734         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
37735              From: Chris Nandor <pudge@pobox.com>
37736              Date: Tue, 20 Feb 2001 08:32:45 -0500
37737              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
37738      Branch: maint-5.6/perl
37739            ! makedef.pl mg.c
37740 ____________________________________________________________________________
37741 [  8851] By: jhi                                   on 2001/02/20  17:15:52
37742         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
37743      Branch: perl
37744            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
37745            ! t/lib/filter-util.t
37746 ____________________________________________________________________________
37747 [  8850] By: alanbur                               on 2001/02/20  17:12:40
37748         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
37749              and the magic pointer points back to the GV that contains the
37750              %ENV hash.  This creates a refcount loop that prevents members
37751              of %ENV from being freed correctly.  This change removes the
37752              refcount loop - the magic pointer was never used anyway, the
37753              only use of the magic was to check the type ('E') so that the
37754              appropriate environment manipulation code is called when %ENV
37755              is modified.
37756      Branch: maint-5.6/pureperl
37757            ! perl.c
37758 ____________________________________________________________________________
37759 [  8849] By: jhi                                   on 2001/02/20  17:12:20
37760         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
37761              From: "Craig A. Berry" <craigberry@mac.com>
37762              Date: Mon, 19 Feb 2001 23:36:12 -0600
37763              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
37764              
37765              Case-forgiving systems match TestInit.pm with TES*.
37766      Branch: perl
37767            ! t/lib/glob-basic.t
37768 ____________________________________________________________________________
37769 [  8848] By: jhi                                   on 2001/02/20  17:10:02
37770         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
37771      Branch: perl
37772            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
37773            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
37774            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
37775 ____________________________________________________________________________
37776 [  8847] By: jhi                                   on 2001/02/20  15:34:41
37777         Log: The #8843 wasn't quite right: %Config needs to imported.
37778      Branch: perl
37779            ! t/run/runenv.t
37780 ____________________________________________________________________________
37781 [  8846] By: jhi                                   on 2001/02/20  15:31:50
37782         Log: Retract the #8838 and #8840 for now because of
37783              the DB_File tie problem.
37784      Branch: perl
37785            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
37786            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
37787            ! proto.h sv.c
37788 ____________________________________________________________________________
37789 [  8845] By: alanbur                               on 2001/02/20  14:25:41
37790         Log: Removed GV <-> CV refcount loop
37791              CvGV(mycv) points to the parent GV of the CV, and was previously
37792              refcounted.  The pointer remains, but the refcounting has been removed
37793              as it causes a refcount loop between the CV and GV that means the CV
37794              can't ever be deleted.
37795      Branch: maint-5.6/pureperl
37796            ! gv.c op.c pp.c
37797 ____________________________________________________________________________
37798 [  8844] By: alanbur                               on 2001/02/20  14:23:13
37799         Log: Fixed %^H scoping bug
37800      Branch: maint-5.6/pureperl
37801            ! scope.c
37802 ____________________________________________________________________________
37803 [  8843] By: jhi                                   on 2001/02/19  13:38:08
37804         Log: fork() not everywhere, cleanup temp files.
37805      Branch: perl
37806            ! t/run/runenv.t
37807 ____________________________________________________________________________
37808 [  8842] By: alanbur                               on 2001/02/19  12:42:07
37809         Log: Resynchronised with parent
37810      Branch: maint-5.6/pureperl
37811           !> pod/perlfaq4.pod sv.c utf8.c
37812 ____________________________________________________________________________
37813 [  8841] By: jhi                                   on 2001/02/19  03:35:51
37814         Log: Update Changes.
37815      Branch: perl
37816            ! Changes patchlevel.h
37817 ____________________________________________________________________________
37818 [  8840] By: jhi                                   on 2001/02/19  00:23:41
37819         Log: Subject: [patch] add sv_setref_uv
37820              From: Doug MacEachern <dougm@covalent.net>
37821              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
37822              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
37823      Branch: perl
37824            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
37825            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
37826 ____________________________________________________________________________
37827 [  8839] By: jhi                                   on 2001/02/19  00:01:38
37828         Log: Put to rest the 20010205.001, the email address checking (not) regex.
37829      Branch: perl
37830            ! pod/perlfaq9.pod
37831 ____________________________________________________________________________
37832 [  8838] By: jhi                                   on 2001/02/18  22:17:54
37833         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
37834              From: Doug MacEachern <dougm@covalent.net>
37835              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
37836              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
37837      Branch: perl
37838            ! lib/ExtUtils/xsubpp
37839 ____________________________________________________________________________
37840 [  8837] By: jhi                                   on 2001/02/18  22:16:50
37841         Log: Subject: [patch] -Wall cleanup round 2
37842              From: Doug MacEachern <dougm@covalent.net>
37843              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
37844              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
37845      Branch: perl
37846            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
37847            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
37848            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
37849            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
37850            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
37851            ! ext/SDBM_File/SDBM_File.xs
37852 ____________________________________________________________________________
37853 [  8836] By: jhi                                   on 2001/02/18  22:11:20
37854         Log: Misapplied regex optimizations when \C is present.
37855              Fixes 20001230.002.
37856              
37857              What still remains broken is that the submatches that
37858              have \C in them get their UTF8 flag on because their
37859              parent SV has it on.  This will result in malformed
37860              UTF8 if a \C happened to match a non-ASCII byte.
37861      Branch: perl
37862            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
37863            ! t/pragma/utf8.t
37864 ____________________________________________________________________________
37865 [  8835] By: jhi                                   on 2001/02/18  20:12:02
37866         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
37867              
37868              The hash key got wrongly UTF8fied.
37869      Branch: perl
37870            ! pod/perlapi.pod toke.c utf8.c
37871 ____________________________________________________________________________
37872 [  8834] By: jhi                                   on 2001/02/18  19:44:25
37873         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
37874              don't warn on magical or overloaded things.
37875      Branch: perl
37876            ! pp_hot.c
37877 ____________________________________________________________________________
37878 [  8833] By: nick                                  on 2001/02/18  19:31:22
37879         Log: Integrate mainline
37880      Branch: perlio
37881           +> t/TestInit.pm t/run/runenv.t
37882            - t/UTEST
37883           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
37884           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
37885           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
37886           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
37887           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
37888           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
37889           !> utf8.c
37890 ____________________________________________________________________________
37891 [  8832] By: jhi                                   on 2001/02/18  19:21:18
37892         Log: Integrate perlio.
37893      Branch: perl
37894           !> perlio.c pod/perldiag.pod
37895 ____________________________________________________________________________
37896 [  8831] By: jhi                                   on 2001/02/18  19:14:20
37897         Log: Integrate change #8827 from mainline.
37898              
37899              UTF8 tweaks.
37900      Branch: maint-5.6/perl
37901           !> sv.c utf8.c
37902 ____________________________________________________________________________
37903 [  8830] By: nick                                  on 2001/02/18  19:10:34
37904         Log: Apply the spirit of patch from Nick Clark:
37905              Subject: [PATCH] Re: extensions that provide layers
37906              From: Nicholas Clark <nick@ccl4.org>
37907              Date: Mon, 12 Feb 2001 16:43:51 +0000
37908              Message-Id: <20010212164350.Q3652@plum.flirble.org>
37909      Branch: perlio
37910            ! perlio.c pod/perldiag.pod
37911 ____________________________________________________________________________
37912 [  8829] By: jhi                                   on 2001/02/18  19:03:25
37913         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
37914              From: schwern@pobox.com 
37915              Date: Sun, 18 Feb 2001 13:44:35 -0500
37916              Message-ID: <20010218134435.A17544@magnonel.guild.net>
37917              
37918              Applied, but as t/TestInit.pm.
37919      Branch: perl
37920            + t/TestInit.pm
37921            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
37922            ! t/op/subst_wamp.t
37923 ____________________________________________________________________________
37924 [  8828] By: jhi                                   on 2001/02/18  18:43:52
37925         Log: Integrate perlio.
37926      Branch: perl
37927           !> perlio.c
37928 ____________________________________________________________________________
37929 [  8827] By: jhi                                   on 2001/02/18  18:41:33
37930         Log: UTF-8 tweaks.
37931      Branch: perl
37932            ! sv.c utf8.c
37933 ____________________________________________________________________________
37934 [  8826] By: nick                                  on 2001/02/18  17:40:59
37935         Log: Fix [ID 20010217.002]
37936              open FOO, "<:raw:perlio", ...
37937              :raw now inserts default base layer below itself.
37938              Also
37939              open FOO, "<:unix", ...
37940              works as well - but leaves buffer layer on stack under the unix layer.
37941      Branch: perlio
37942            ! perlio.c
37943 ____________________________________________________________________________
37944 [  8825] By: jhi                                   on 2001/02/18  17:15:39
37945         Log: Integrate perlio.
37946      Branch: perl
37947           !> perlio.c perliol.h
37948 ____________________________________________________________________________
37949 [  8824] By: jhi                                   on 2001/02/18  17:10:53
37950         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
37951              From: schwern@pobox.com
37952              Date: Sun, 18 Feb 2001 01:48:50 -0500
37953              Message-ID: <20010218014850.C19957@magnonel.guild.net>
37954      Branch: perl
37955            ! lib/Test/Harness.pm t/TEST t/op/chop.t
37956 ____________________________________________________________________________
37957 [  8823] By: jhi                                   on 2001/02/18  17:01:06
37958         Log: Add run/*.t to testables.
37959      Branch: perl
37960            ! t/TEST
37961 ____________________________________________________________________________
37962 [  8822] By: jhi                                   on 2001/02/18  16:58:58
37963         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
37964              From: schwern@pobox.com
37965              Date: Sun, 18 Feb 2001 01:11:35 -0500
37966              Message-ID: <20010218011135.A19957@magnonel.guild.net>
37967              
37968              Revive mjd's and Simon's PERL5OPT fix.
37969      Branch: perl
37970            + t/run/runenv.t
37971            ! MANIFEST perl.c
37972 ____________________________________________________________________________
37973 [  8821] By: jhi                                   on 2001/02/18  16:53:46
37974         Log: Subject: Re: Why t/TEST and not Test::Harness?
37975              From: schwern@pobox.com
37976              Date: Sat, 17 Feb 2001 22:44:44 -0500
37977              Message-ID: <20010217224444.A6679@magnonel.guild.net>
37978              
37979              Replace UTEST with TEST -utf8.
37980      Branch: perl
37981            - t/UTEST
37982            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
37983            ! t/lib/glob-basic.t
37984 ____________________________________________________________________________
37985 [  8820] By: nick                                  on 2001/02/18  13:06:16
37986         Log: Clean up a few core dumps when layers are used in unexpected ways.
37987              (Still not "right"...)
37988      Branch: perlio
37989            ! perlio.c perliol.h
37990 ____________________________________________________________________________
37991 [  8819] By: jhi                                   on 2001/02/18  02:25:55
37992         Log: Integrate change #8818 from maintperl, a FAQ nit.
37993      Branch: perl
37994           !> pod/perlfaq4.pod
37995 ____________________________________________________________________________
37996 [  8818] By: jhi                                   on 2001/02/18  02:24:50
37997         Log: FAQ nit from Chris Fedde.
37998      Branch: maint-5.6/perl
37999            ! pod/perlfaq4.pod
38000 ____________________________________________________________________________
38001 [  8817] By: nick                                  on 2001/02/17  18:20:14
38002         Log: Integrate mainline
38003      Branch: perlio
38004           +> lib/unicode/UCD.html lib/unicode/Unicode.html
38005           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
38006           +> pod/perlclib.pod
38007            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
38008            - lib/unicode/Unicode.301
38009           !> (integrate 324 files)
38010 ____________________________________________________________________________
38011 [  8816] By: jhi                                   on 2001/02/17  16:56:58
38012         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
38013      Branch: perl
38014            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
38015            ! ext/Storable/Storable.xs t/lib/st-06compat.t
38016            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
38017 ____________________________________________________________________________
38018 [  8815] By: jhi                                   on 2001/02/17  16:40:07
38019         Log: Subject: [patch] -Wall
38020              From: Doug MacEachern <dougm@covalent.net>
38021              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
38022              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
38023      Branch: perl
38024            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
38025            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
38026 ____________________________________________________________________________
38027 [  8814] By: jhi                                   on 2001/02/16  19:27:18
38028         Log: Document qu better.
38029      Branch: perl
38030            ! pod/perlop.pod
38031 ____________________________________________________________________________
38032 [  8813] By: jhi                                   on 2001/02/15  13:54:37
38033         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
38034              From: Hugo <hv@crypt.compulink.co.uk>
38035              Date: Thu, 15 Feb 2001 13:39:49 +0000
38036              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
38037      Branch: perl
38038            ! toke.c
38039 ____________________________________________________________________________
38040 [  8812] By: alanbur                               on 2001/02/15  13:52:16
38041         Log: Resynchronised with parent
38042      Branch: maint-5.6/pureperl
38043            - ebcdic.c
38044           !> (integrate 36 files)
38045 ____________________________________________________________________________
38046 [  8811] By: jhi                                   on 2001/02/15  13:51:16
38047         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
38048              
38049              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
38050              From: Jan Dubois <JanD@ActiveState.com>
38051              Date: Wed, 31 Jan 2001 21:17:03 -0800
38052              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
38053              
38054              tweak change#8659 to keep it simple
38055              
38056              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
38057              From: Russ Allbery <rra@stanford.edu>
38058              Date: 14 Feb 2001 10:15:41 -0800
38059              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
38060              
38061              (8809 empty)
38062              
38063              Upgrade to podlators 1.08, from Russ Allbery.
38064      Branch: perl
38065           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
38066           !> utils/perldoc.PL
38067 ____________________________________________________________________________
38068 [  8810] By: jhi                                   on 2001/02/15  13:35:08
38069         Log: Upgrade to podlators 1.08, from Russ Allbery.
38070      Branch: maint-5.6/perl
38071            ! lib/Pod/Man.pm lib/Pod/Text.pm
38072 ____________________________________________________________________________
38073 [  8809] By: jhi                                   on 2001/02/15  13:26:38
38074         Log: (accidentally empty check-in)
38075      Branch: maint-5.6/perl
38076            ! lib/Test/Harness.pm
38077 ____________________________________________________________________________
38078 [  8808] By: jhi                                   on 2001/02/15  13:23:47
38079         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
38080              From: Russ Allbery <rra@stanford.edu>
38081              Date: 14 Feb 2001 10:15:41 -0800
38082              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
38083              
38084              perldoc was hardcoding $Config{installscript}, which breaks
38085              when install* isn't where Perl ends up (such as with AFS).
38086              
38087              Use $Config{scriptdir} instead.
38088      Branch: maint-5.6/perl
38089            ! utils/perldoc.PL
38090 ____________________________________________________________________________
38091 [  8807] By: jhi                                   on 2001/02/14  14:37:27
38092         Log: Update Changes.
38093      Branch: perl
38094            ! Changes patchlevel.h
38095 ____________________________________________________________________________
38096 [  8806] By: jhi                                   on 2001/02/14  14:25:31
38097         Log: Integrate changes #8803,8804,8805 from mainline.
38098              
38099              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
38100              
38101              Don't skip too much of the locale error message if no environ array,
38102              from Chris Nandor.
38103              
38104              More MacOS Classic fixes from Chris Nandor.
38105      Branch: maint-5.6/perl
38106           !> doop.c lib/Cwd.pm perl.c perl.h util.c
38107 ____________________________________________________________________________
38108 [  8805] By: jhi                                   on 2001/02/14  03:29:01
38109         Log: More MacOS Classic fixes from Chris Nandor.
38110      Branch: perl
38111            ! doop.c lib/Cwd.pm
38112 ____________________________________________________________________________
38113 [  8804] By: jhi                                   on 2001/02/14  03:18:35
38114         Log: Don't skip too much of the locale error message if no environ array,
38115              from Chris Nandor.
38116      Branch: perl
38117            ! util.c
38118 ____________________________________________________________________________
38119 [  8803] By: jhi                                   on 2001/02/14  03:14:14
38120         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
38121      Branch: perl
38122            ! perl.c perl.h
38123 ____________________________________________________________________________
38124 [  8802] By: jhi                                   on 2001/02/13  18:31:33
38125         Log: AUTHORS update.
38126      Branch: perl
38127            ! AUTHORS
38128 ____________________________________________________________________________
38129 [  8801] By: jhi                                   on 2001/02/13  17:55:19
38130         Log: Integrate change #8792 from mainline.
38131              
38132              Subject: buncha MacPerl patches for bleadperl
38133              From: Chris Nandor <pudge@pobox.com>
38134              Date: Tue, 13 Feb 2001 00:02:43 -0500
38135              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
38136      Branch: maint-5.6/perl
38137           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
38138           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
38139           !> t/lib/basename.t toke.c util.h
38140 ____________________________________________________________________________
38141 [  8800] By: jhi                                   on 2001/02/13  17:46:43
38142         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
38143              to be forced to Off_t.
38144              
38145              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
38146              From: nick@ccl4.org
38147              Date: Thu, 1 Feb 2001 12:01:04 +0000
38148              Message-Id: <20010201120103.E11401@plum.flirble.org>
38149      Branch: maint-5.6/perl
38150            ! iperlsys.h perlio.c
38151 ____________________________________________________________________________
38152 [  8799] By: jhi                                   on 2001/02/13  16:52:51
38153         Log: Duplex duplex hunk hunk.
38154      Branch: maint-5.6/perl
38155            ! Makefile.SH
38156 ____________________________________________________________________________
38157 [  8797] By: jhi                                   on 2001/02/13  14:52:04
38158         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
38159              From: "Craig A. Berry" <craigberry@mac.com>
38160              Date: Mon, 12 Feb 2001 11:05:25 -0600
38161              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
38162      Branch: perl
38163            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
38164 ____________________________________________________________________________
38165 [  8796] By: jhi                                   on 2001/02/13  14:36:47
38166         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
38167              From: simon.cozens@pembroke.oxford.ac.uk 
38168              Date: Sat, 10 Feb 2001 17:57:02 +0000
38169              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
38170              
38171              Now it does include.
38172      Branch: perl
38173            ! pod/perldiag.pod
38174 ____________________________________________________________________________
38175 [  8795] By: jhi                                   on 2001/02/13  14:30:11
38176         Log: Sort the MANIFEST.
38177      Branch: perl
38178            ! MANIFEST
38179 ____________________________________________________________________________
38180 [  8794] By: jhi                                   on 2001/02/13  14:26:51
38181         Log: Integrate change #8793 from mainline, FAQ updates.
38182      Branch: maint-5.6/perl
38183           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
38184 ____________________________________________________________________________
38185 [  8793] By: jhi                                   on 2001/02/13  14:25:13
38186         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
38187      Branch: perl
38188            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
38189 ____________________________________________________________________________
38190 [  8792] By: jhi                                   on 2001/02/13  14:22:50
38191         Log: Subject: buncha MacPerl patches for bleadperl
38192              From: Chris Nandor <pudge@pobox.com>
38193              Date: Tue, 13 Feb 2001 00:02:43 -0500
38194              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
38195      Branch: perl
38196            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
38197            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
38198            ! t/lib/basename.t toke.c util.h
38199 ____________________________________________________________________________
38200 [  8791] By: jhi                                   on 2001/02/13  14:10:39
38201         Log: Integrate change #8790 from mainline.
38202              
38203              environ array wrongly assumed in Perl_init_i18nl10n(),
38204      Branch: maint-5.6/perl
38205           !> util.c
38206 ____________________________________________________________________________
38207 [  8790] By: jhi                                   on 2001/02/13  14:06:15
38208         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
38209              noticed by Chris Nandor in MacOS Classic.
38210      Branch: perl
38211            ! util.c
38212 ____________________________________________________________________________
38213 [  8789] By: jhi                                   on 2001/02/13  13:58:07
38214         Log: Integrate changes #8373,8487,8544,8783 from mainline.
38215              
38216              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
38217              hints files, the dynaloading, assimilate ebcdic into util.c.
38218      Branch: maint-5.6/perl
38219            - ebcdic.c
38220            ! MANIFEST hints/posix-bc.sh
38221           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
38222           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
38223           !> perlapi.c proto.h util.c
38224 ____________________________________________________________________________
38225 [  8788] By: alanbur                               on 2001/02/13  10:33:13
38226         Log: Integrated changes from maint-5.6
38227      Branch: maint-5.6/pureperl
38228           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
38229           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
38230           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
38231           !> vos/config.ga.h vos/configure_perl.cm
38232 ____________________________________________________________________________
38233 [  8787] By: jhi                                   on 2001/02/13  05:56:36
38234         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
38235      Branch: perl
38236           !> Makefile.SH
38237 ____________________________________________________________________________
38238 [  8786] By: jhi                                   on 2001/02/13  05:54:34
38239         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
38240              From: Dorner Thomas <Thomas.Dorner@start.de>
38241              Date: Mon, 12 Feb 2001 15:06:26 +0100
38242              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
38243      Branch: maint-5.6/perl
38244            ! Makefile.SH
38245 ____________________________________________________________________________
38246 [  8785] By: jhi                                   on 2001/02/13  05:29:04
38247         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
38248      Branch: perl
38249           !> hints/openbsd.sh
38250 ____________________________________________________________________________
38251 [  8784] By: jhi                                   on 2001/02/13  02:25:24
38252         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
38253              From: Peter Prymmer <pvhp@forte.com>
38254              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
38255              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
38256      Branch: perl
38257            ! pod/perlclib.pod
38258 ____________________________________________________________________________
38259 [  8783] By: jhi                                   on 2001/02/13  02:22:36
38260         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
38261      Branch: perl
38262            - ebcdic.c
38263            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
38264            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
38265            ! util.c
38266 ____________________________________________________________________________
38267 [  8782] By: jhi                                   on 2001/02/13  02:00:07
38268         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
38269      Branch: maint-5.6/perl
38270            ! pod/perlport.pod
38271 ____________________________________________________________________________
38272 [  8781] By: jhi                                   on 2001/02/13  01:58:44
38273         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
38274      Branch: maint-5.6/perl
38275            ! hints/openbsd.sh
38276 ____________________________________________________________________________
38277 [  8780] By: jhi                                   on 2001/02/13  01:57:33
38278         Log: Synchronize the regexp tests between maintperl and mainline.
38279      Branch: maint-5.6/perl
38280           !> t/op/re_tests
38281 ____________________________________________________________________________
38282 [  8779] By: jhi                                   on 2001/02/13  01:49:35
38283         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
38284              From: Hugo <hv@crypt.compulink.co.uk>
38285              Date: Tue, 13 Feb 2001 00:11:11 +0000
38286              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
38287      Branch: perl
38288            ! regcomp.c t/op/re_tests
38289 ____________________________________________________________________________
38290 [  8778] By: jhi                                   on 2001/02/13  00:23:10
38291         Log: Comments do not nest.
38292      Branch: perl
38293            ! perl.h
38294 ____________________________________________________________________________
38295 [  8777] By: jhi                                   on 2001/02/13  00:17:54
38296         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
38297              From: Hugo <hv@crypt.compulink.co.uk>
38298              Date: Tue, 13 Feb 2001 00:11:11 +0000
38299              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
38300      Branch: maint-5.6/perl
38301            ! regcomp.c t/op/re_tests
38302 ____________________________________________________________________________
38303 [  8776] By: jhi                                   on 2001/02/12  23:25:52
38304         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
38305      Branch: maint-5.6/perl
38306            ! pod/perlport.pod
38307 ____________________________________________________________________________
38308 [  8775] By: jhi                                   on 2001/02/12  23:04:28
38309         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
38310      Branch: maint-5.6/perl
38311            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
38312            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
38313            ! vos/configure_perl.cm
38314 ____________________________________________________________________________
38315 [  8774] By: jhi                                   on 2001/02/12  22:59:11
38316         Log: Subject: Re: [patch] context for 'U' magic functions
38317              From: Doug MacEachern <dougm@covalent.net>
38318              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
38319              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
38320              
38321              plus the suggestion by Nick Ing-Simmons to name the macro
38322              as PERL_MG_UFUNC to avoid namespace pollution, plus add
38323              the advice by Doug for XS writers to perl.h
38324      Branch: perl
38325            ! mg.c perl.h
38326 ____________________________________________________________________________
38327 [  8773] By: jhi                                   on 2001/02/11  20:14:12
38328         Log: Update Changes.
38329      Branch: perl
38330            ! Changes patchlevel.h
38331 ____________________________________________________________________________
38332 [  8772] By: jhi                                   on 2001/02/11  18:47:52
38333         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
38334              From: Simon Cozens <simon@cozens.net>
38335              Date: Wed, 31 Jan 2001 16:31:43 +0000
38336              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
38337      Branch: perl
38338            + pod/perlclib.pod
38339            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
38340            ! pod/perltoc.pod
38341 ____________________________________________________________________________
38342 [  8771] By: jhi                                   on 2001/02/11  18:36:48
38343         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
38344              
38345              Blocks-4d3.beta.txt
38346              CaseFolding-3d4.beta.txt
38347              CompositionExclusions-3d6.beta.txt
38348              EastAsianWidth-4d4.beta.txt
38349              LineBreak-6d3.beta.txt
38350              NamesList-3.1.0d1.beta.txt
38351              PropList-3.1.0d4.beta.txt
38352              SpecialCasing-4d1.beta.txt
38353              UnicodeData-3.1.0d6.beta.txt
38354      Branch: perl
38355            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
38356           +> lib/unicode/UCD.html lib/unicode/Unicode.html
38357            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
38358            - lib/unicode/Unicode.301
38359            ! (edit 257 files)
38360 ____________________________________________________________________________
38361 [  8770] By: jhi                                   on 2001/02/11  17:26:22
38362         Log: UTF-8 documentation.
38363      Branch: perl
38364            ! utf8.h
38365 ____________________________________________________________________________
38366 [  8769] By: jhi                                   on 2001/02/11  17:12:49
38367         Log: Retract #8762.
38368      Branch: perl
38369            ! regexec.c
38370 ____________________________________________________________________________
38371 [  8768] By: jhi                                   on 2001/02/11  16:54:45
38372         Log: Subject: [PATCH] Test::Harness
38373              From: andreas.koenig@anima.de (Andreas J. Koenig)
38374              Date: 11 Feb 2001 14:37:00 +0100
38375              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
38376      Branch: perl
38377            ! lib/Test/Harness.pm
38378 ____________________________________________________________________________
38379 [  8767] By: jhi                                   on 2001/02/11  16:53:52
38380         Log: Subject: [PATCH] Document makepatch in Porting/patching
38381              From: andreas.koenig@anima.de (Andreas J. Koenig)
38382              Date: 11 Feb 2001 16:46:28 +0100
38383              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
38384      Branch: perl
38385            ! Porting/patching.pod
38386 ____________________________________________________________________________
38387 [  8766] By: jhi                                   on 2001/02/11  06:30:23
38388         Log: Subject: Re: [patch] GvSHARED
38389              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
38390              From: Doug MacEachern <dougm@covalent.net>
38391              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
38392              
38393              Subject: Re: [patch] GvSHARED
38394              From: Doug MacEachern <dougm@covalent.net>
38395              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
38396              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
38397              
38398              Subject: [patch] attributes.pm support for `shared'
38399              From: Doug MacEachern <dougm@covalent.net>
38400              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
38401              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
38402              
38403              our() attributes were ignored, our :shared pieces missing,
38404              allow attributes.pm to turn on shared.
38405      Branch: perl
38406            ! op.c t/op/attrs.t toke.c xsutils.c
38407 ____________________________________________________________________________
38408 [  8765] By: alanbur                               on 2001/02/10  23:11:19
38409         Log: Resync with parent (hopefully sucessfully this time)
38410      Branch: maint-5.6/pureperl
38411           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
38412           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
38413           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
38414           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
38415           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
38416           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
38417           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
38418 ____________________________________________________________________________
38419 [  8764] By: jhi                                   on 2001/02/10  22:54:38
38420         Log: Make TEST and UTEST more verbose in case something goes
38421              wrong in running/compiling a script, suggested by Doug
38422              MacEachern.
38423      Branch: perl
38424            ! t/TEST t/UTEST
38425 ____________________________________________________________________________
38426 [  8763] By: jhi                                   on 2001/02/10  22:11:34
38427         Log: Bogus shebang.
38428      Branch: perl
38429            ! t/lib/texttabs.t
38430 ____________________________________________________________________________
38431 [  8762] By: jhi                                   on 2001/02/10  21:56:02
38432         Log: (Retracted by #8769)
38433      Branch: perl
38434            ! regexec.c
38435 ____________________________________________________________________________
38436 [  8761] By: jhi                                   on 2001/02/10  21:26:15
38437         Log: Subject: Re: [patch] GvSHARED 
38438              From: Doug MacEachern <dougm@covalent.net>
38439              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
38440              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
38441              
38442              our @EXPORT : shared = (...);
38443      Branch: perl
38444            ! toke.c
38445 ____________________________________________________________________________
38446 [  8760] By: jhi                                   on 2001/02/10  21:25:07
38447         Log: Subject: [patch] GvSHARED
38448              From: Doug MacEachern <dougm@covalent.net>
38449              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
38450              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
38451      Branch: perl
38452            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
38453 ____________________________________________________________________________
38454 [  8759] By: alanbur                               on 2001/02/10  21:24:27
38455         Log: Backed out mismerge.
38456      Branch: maint-5.6/pureperl
38457            ! MANIFEST README.hpux README.vmesa gv.c installhtml
38458            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
38459            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
38460            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
38461            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
38462            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
38463            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
38464 ____________________________________________________________________________
38465 [  8758] By: jhi                                   on 2001/02/10  18:01:17
38466         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
38467              
38468              Fixed UMRs and leak in Perl_pmtrans()
38469              
38470              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
38471              associated UTFied tr/// code.  Also fixed scoping leak of
38472              PL_reg_start_tmp.
38473              
38474              newATTRSUB leaks when an attempt to redefine the active sort sub is
38475              made.
38476      Branch: maint-5.6/perl
38477           !> op.c regcomp.c
38478 ____________________________________________________________________________
38479 [  8757] By: alanbur                               on 2001/02/10  17:56:46
38480         Log: Resynchronised with parent
38481      Branch: maint-5.6/pureperl
38482           +> README.bs2000
38483            - README.posix-bc
38484            ! gv.c perl.c sv.c
38485           !> MANIFEST README.hpux README.vmesa installhtml
38486           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
38487           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
38488           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
38489           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
38490           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
38491           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
38492 ____________________________________________________________________________
38493 [  8756] By: alanbur                               on 2001/02/10  17:51:15
38494         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
38495              made.
38496      Branch: maint-5.6/pureperl
38497            ! op.c
38498 ____________________________________________________________________________
38499 [  8755] By: jhi                                   on 2001/02/09  22:41:35
38500         Log: Upgrade to CPAN 1.59_54, from Andreas König.
38501      Branch: perl
38502            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
38503 ____________________________________________________________________________
38504 [  8754] By: jhi                                   on 2001/02/09  22:29:20
38505         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
38506              
38507              Didn't upgrade the fill.t since it has a dependency to File::Slurp
38508              purely for debugging purposes, the actual test hasn't changed.
38509      Branch: perl
38510            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
38511            ! t/lib/textwrap.t
38512 ____________________________________________________________________________
38513 [  8753] By: jhi                                   on 2001/02/09  20:17:50
38514         Log: Integrate change #8682 from maintperl.
38515              
38516              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
38517              to work correctly.
38518      Branch: perl
38519           !> hints/irix_6.sh
38520 ____________________________________________________________________________
38521 [  8752] By: jhi                                   on 2001/02/09  20:00:46
38522         Log: Update Changes.
38523      Branch: perl
38524            ! Changes patchlevel.h
38525 ____________________________________________________________________________
38526 [  8751] By: nick                                  on 2001/02/09  19:48:37
38527         Log: Integrate mainline
38528      Branch: perlio
38529           +> README.bs2000 t/lib/cgi-esc.t
38530            - README.posix-bc
38531           !> (integrate 53 files)
38532 ____________________________________________________________________________
38533 [  8750] By: nick                                  on 2001/02/09  19:25:16
38534         Log: Subject: RE: Biannual Competition to Improve Hashing Function
38535              From: Fisher Mark <fisherm@tce.com>
38536              Date: Thu, 8 Feb 2001 10:44:00 -0500
38537              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
38538              Date: Thu, 8 Feb 2001 15:02:47 -0500
38539              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
38540      Branch: perl
38541            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
38542 ____________________________________________________________________________
38543 [  8749] By: jhi                                   on 2001/02/09  19:02:35
38544         Log: Forgotten fragment.
38545      Branch: perl
38546            ! pod/perlapi.pod
38547 ____________________________________________________________________________
38548 [  8748] By: jhi                                   on 2001/02/09  18:31:34
38549         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
38550              plus manual tweakage.
38551              
38552              Sync the perlfaq2 between mainline and maintperl.
38553      Branch: maint-5.6/perl
38554            ! pod/perlfaq2.pod
38555      Branch: perl
38556           !> pod/perlfaq2.pod
38557 ____________________________________________________________________________
38558 [  8747] By: jhi                                   on 2001/02/09  18:12:04
38559         Log: Subject: versiononly and installperl
38560              From: abigail@foad.org
38561              Date: Wed, 7 Feb 2001 22:43:12 +0100
38562              Message-ID: <20010207214312.7045.qmail@foad.org>    
38563              
38564              Add +v flag to force a normal install of the perl binary
38565              and the utilities.
38566              
38567              Subject: [PATCH] installperl
38568              From: Nicholas Clark <nick@ccl4.org>
38569              Date: Fri, 9 Feb 2001 16:28:57 +0000
38570              Message-ID: <20010209162857.B10931@plum.flirble.org>
38571              
38572              Add -A flag which also hardlinks the binary with
38573              the full architecture name.
38574      Branch: perl
38575            ! installperl
38576 ____________________________________________________________________________
38577 [  8746] By: jhi                                   on 2001/02/09  18:03:43
38578         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
38579              
38580              Subject: perlfaq2, re: perlmongers
38581              
38582              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
38583              
38584              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
38585              
38586              Subject: [ID 20010205.001] typo in perlfaq9
38587              
38588              Subject: [ID 20010208.002] unordered explanation in perlcall
38589      Branch: maint-5.6/perl
38590           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
38591           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
38592           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
38593 ____________________________________________________________________________
38594 [  8745] By: jhi                                   on 2001/02/09  17:59:09
38595         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
38596              From: abela@geneanet.org
38597              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
38598              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
38599      Branch: perl
38600            ! pod/perlcall.pod
38601 ____________________________________________________________________________
38602 [  8744] By: jhi                                   on 2001/02/09  17:48:16
38603         Log: Subject: [ID 20010205.001] typo in perlfaq9
38604              From: eserte@vran.herceg.de
38605              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
38606              Message-Id: <200102042244.XAA21926@vran.herceg.de>
38607      Branch: perl
38608            ! pod/perlfaq9.pod
38609 ____________________________________________________________________________
38610 [  8743] By: jhi                                   on 2001/02/09  17:25:12
38611         Log: Integrate change #8695 from maintperl.
38612              
38613              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
38614      Branch: perl
38615           !> thread.h
38616 ____________________________________________________________________________
38617 [  8742] By: jhi                                   on 2001/02/09  17:21:22
38618         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
38619              From: Andy Dougherty <doughera@lafayette.edu>
38620              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
38621              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
38622      Branch: perl
38623            ! embed.pl
38624 ____________________________________________________________________________
38625 [  8741] By: jhi                                   on 2001/02/09  17:05:19
38626         Log: Integrate changes #8738,8739,8740 from maintperl.
38627              
38628              Html files will be installed in a more logical and easier to
38629              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
38630              
38631              Html files will be generated with a header to make them look
38632              a little less bare.
38633              
38634              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
38635      Branch: perl
38636           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
38637 ____________________________________________________________________________
38638 [  8740] By: jhi                                   on 2001/02/09  17:03:46
38639         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
38640              From: "Brendan O'Dea" <bod@compusol.com.au>
38641              Date: Sun, 4 Feb 2001 11:17:56 +1100
38642              Message-ID: <20010204111756.A16301@compusol.com.au>
38643      Branch: maint-5.6/perl
38644            ! pod/perlfaq3.pod
38645 ____________________________________________________________________________
38646 [  8739] By: jhi                                   on 2001/02/09  17:01:59
38647         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
38648              From: "Indy Singh" <indy@nusphere.com>
38649              Date: Fri, 2 Feb 2001 15:09:59 -0500
38650              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
38651              
38652              Html files will be generated with a header to make them look
38653              a little less bare.
38654      Branch: maint-5.6/perl
38655            ! installhtml
38656 ____________________________________________________________________________
38657 [  8738] By: jhi                                   on 2001/02/09  16:58:48
38658         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
38659              From: "Indy Singh" <indy@nusphere.com>
38660              Date: Fri, 2 Feb 2001 15:08:23 -0500
38661              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
38662              
38663              Html files will be installed in a more logical and easier to
38664              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
38665      Branch: maint-5.6/perl
38666            ! win32/Makefile win32/makefile.mk
38667 ____________________________________________________________________________
38668 [  8737] By: jhi                                   on 2001/02/09  16:46:54
38669         Log: Integrate changes #8687,8736 from maintperl.
38670              
38671              HP-UX thread patches from Merijn H. Brand.
38672              
38673              Latin nit from Philip Newton.
38674      Branch: perl
38675           !> README.hpux hints/hpux.sh
38676 ____________________________________________________________________________
38677 [  8736] By: jhi                                   on 2001/02/09  16:42:31
38678         Log: Latin nit from Philip Newton.
38679      Branch: maint-5.6/perl
38680            ! README.hpux
38681 ____________________________________________________________________________
38682 [  8735] By: jhi                                   on 2001/02/09  16:24:03
38683         Log: Integrate changes #8704,8710 from pureperl.
38684              
38685              Fixed UMRs and leak in Perl_pmtrans()
38686              
38687              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
38688              associated UTFied tr/// code.  Also fixed scoping leak of
38689              PL_reg_start_tmp.
38690      Branch: perl
38691           !> op.c regcomp.c
38692 ____________________________________________________________________________
38693 [  8734] By: jhi                                   on 2001/02/09  15:40:21
38694         Log: Integrate change #8733 from maintperl.
38695              
38696              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
38697      Branch: perl
38698           !> pod/perlre.pod
38699 ____________________________________________________________________________
38700 [  8733] By: jhi                                   on 2001/02/09  15:35:47
38701         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
38702              From: Prymmer/Kahn <pvhp@best.com>
38703              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
38704              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
38705      Branch: maint-5.6/perl
38706            ! pod/perlre.pod
38707 ____________________________________________________________________________
38708 [  8732] By: jhi                                   on 2001/02/09  15:26:17
38709         Log: Rename README.posix-bc to README.bs2000 (to avoid the
38710              confusion of a "perlposix-bc.pod"), add a few missing
38711              arch pods, regen toc.
38712      Branch: maint-5.6/perl
38713           +> README.bs2000
38714            - README.posix-bc
38715            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
38716            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
38717 ____________________________________________________________________________
38718 [  8731] By: jhi                                   on 2001/02/09  15:23:39
38719         Log: De-cut-and-pasto.
38720      Branch: perl
38721            ! pod/perl.pod
38722 ____________________________________________________________________________
38723 [  8730] By: jhi                                   on 2001/02/09  15:11:13
38724         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
38725              when people think that perlposix-bc.pod tells anything about
38726              Perl and POSIX.  Regen toc.
38727      Branch: perl
38728           +> README.bs2000
38729            - README.posix-bc
38730            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
38731            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
38732 ____________________________________________________________________________
38733 [  8729] By: jhi                                   on 2001/02/09  14:52:28
38734         Log: The README.vmesa part of #8712 from maintperl.
38735      Branch: perl
38736            ! README.vmesa
38737 ____________________________________________________________________________
38738 [  8728] By: jhi                                   on 2001/02/09  14:46:06
38739         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
38740              From: Peter Prymmer <pvhp@forte.com>
38741              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
38742              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
38743      Branch: maint-5.6/perl
38744            ! README.vmesa win32/Makefile win32/makefile.mk
38745 ____________________________________________________________________________
38746 [  8727] By: jhi                                   on 2001/02/09  14:33:25
38747         Log: Integrate change #8712 from mainline.
38748              
38749              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
38750      Branch: maint-5.6/perl
38751           !> lib/Pod/Find.pm
38752 ____________________________________________________________________________
38753 [  8726] By: jhi                                   on 2001/02/09  14:30:28
38754         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
38755              From: Peter Prymmer <pvhp@forte.com>
38756              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
38757              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
38758      Branch: perl
38759            + t/lib/cgi-esc.t
38760            ! MANIFEST lib/CGI/Util.pm
38761 ____________________________________________________________________________
38762 [  8725] By: jhi                                   on 2001/02/09  04:56:47
38763         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
38764      Branch: maint-5.6/perl
38765            ! pod/perlport.pod
38766 ____________________________________________________________________________
38767 [  8724] By: jhi                                   on 2001/02/09  04:40:59
38768         Log: Integrate changes 7819,7820 from vmsperl into mainline.
38769              
38770              Add header for LIB$ prototypes (C. Berry)
38771              
38772              Convert fwrite()s to sockets to write()s, since some socket stacks
38773              don't take kindly to stdio.
38774              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
38775              (for often optional LNMs)
38776              Correct a few typos
38777              (C. Bailey)
38778      Branch: perl
38779           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
38780 ____________________________________________________________________________
38781 [  8723] By: jhi                                   on 2001/02/09  03:29:29
38782         Log: Integrate change #8722 from mainline.
38783              
38784              The Im() function wasn't returning zero for non-Math::Complex
38785              arguments.  The bug reported by John Gamble.
38786      Branch: maint-5.6/perl
38787           !> lib/Math/Complex.pm
38788 ____________________________________________________________________________
38789 [  8722] By: jhi                                   on 2001/02/09  03:28:33
38790         Log: The Im() function wasn't returning zero for non-Math::Complex
38791              arguments.  The bug reported by John Gamble.
38792      Branch: perl
38793            ! lib/Math/Complex.pm
38794 ____________________________________________________________________________
38795 [  8721] By: nick                                  on 2001/02/08  22:11:35
38796         Log: Correct the correction :-(
38797      Branch: perl
38798            ! perl.c
38799 ____________________________________________________________________________
38800 [  8720] By: bailey                                on 2001/02/08  20:59:22
38801         Log: Convert frwite()s to sockets to write()s, since some socket stacks
38802              don't take kindly to stdio.
38803              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
38804              (for often optional LNMs)
38805              Correct a few typos
38806              (C. Bailey)
38807      Branch: vmsperl
38808            ! vms/vms.c vms/vmsish.h
38809 ____________________________________________________________________________
38810 [  8719] By: bailey                                on 2001/02/08  20:51:02
38811         Log: Add header for LIB$ prototypes (C. Berry)
38812      Branch: vmsperl
38813            ! ext/Devel/DProf/DProf.xs
38814 ____________________________________________________________________________
38815 [  8718] By: bailey                                on 2001/02/08  20:49:00
38816         Log: SYN SYN
38817      Branch: vmsperl
38818           +> pod/perliol.pod t/lib/sample-tests/bailout
38819           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
38820           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
38821           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
38822           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
38823           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
38824           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
38825            - lib/unicode/Is/DCinital.pl
38826           !> (integrate 101 files)
38827 ____________________________________________________________________________
38828 [  8717] By: nick                                  on 2001/02/08  19:38:48
38829         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
38830              From: Robin Barker <rmb1@cise.npl.co.uk>
38831              Date: Thu, 8 Feb 2001 14:38:07 GMT
38832              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
38833      Branch: perl
38834            ! lib/CPAN.pm
38835 ____________________________________________________________________________
38836 [  8716] By: nick                                  on 2001/02/08  19:29:07
38837         Log: Generated files form 8713 etc.
38838      Branch: perl
38839            ! embed.h global.sym objXSUB.h perlapi.c proto.h
38840 ____________________________________________________________________________
38841 [  8715] By: nick                                  on 2001/02/08  19:26:08
38842         Log: Fixup non-ithread build after 8713
38843      Branch: perl
38844            ! perl.c
38845 ____________________________________________________________________________
38846 [  8714] By: nick                                  on 2001/02/08  19:17:45
38847         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
38848              From: nick@ccl4.org
38849              Date: Wed, 7 Feb 2001 00:27:47 +0000
38850              Message-Id: <20010207002747.B63724@plum.flirble.org>
38851      Branch: perl
38852            ! sv.c toke.c
38853 ____________________________________________________________________________
38854 [  8713] By: nick                                  on 2001/02/08  19:15:58
38855         Log: Subject: Re: [patch] Re: PL_ptr_table
38856              From: Doug Maceachern <dougm@covalent.net>
38857              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
38858              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
38859      Branch: perl
38860            ! embed.pl perl.c sv.c sv.h
38861 ____________________________________________________________________________
38862 [  8712] By: nick                                  on 2001/02/08  19:12:47
38863         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
38864              From: Peter Prymmer <pvhp@forte.com>
38865              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
38866              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
38867      Branch: perl
38868            ! lib/Pod/Find.pm
38869 ____________________________________________________________________________
38870 [  8711] By: nick                                  on 2001/02/07  21:06:11
38871         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
38872              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
38873              From: Alan Burlison <Alan.Burlison@uk.sun.com>
38874              Date: Tue, 06 Feb 2001 23:37:01 +0000
38875              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
38876      Branch: perl
38877            ! regcomp.c
38878 ____________________________________________________________________________
38879 [  8710] By: alanbur                               on 2001/02/07  00:22:04
38880         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
38881              associated UTFied tr/// code.  Also fixed scoping leak of
38882              PL_reg_start_tmp.
38883      Branch: maint-5.6/pureperl
38884            ! op.c regcomp.c
38885 ____________________________________________________________________________
38886 [  8709] By: nick                                  on 2001/02/06  21:16:49
38887         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
38888              From: Michael G Schwern <schwern@pobox.com>
38889              Date: Sun, 4 Feb 2001 19:47:14 -0500
38890              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
38891      Branch: perl
38892            ! pod/perlapi.pod pod/perlmodlib.PL
38893 ____________________________________________________________________________
38894 [  8708] By: nick                                  on 2001/02/06  20:41:20
38895         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
38896              From: Michael G Schwern <schwern@pobox.com>
38897              Date: Sun, 4 Feb 2001 21:17:49 -0500
38898              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
38899      Branch: perl
38900            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
38901            ! pod/perltootc.pod
38902 ____________________________________________________________________________
38903 [  8707] By: nick                                  on 2001/02/06  20:29:11
38904         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
38905              From: Michael G Schwern <schwern@pobox.com>
38906              Date: Tue, 6 Feb 2001 05:54:30 -0500
38907              Message-Id: <20010206055430.A951@blackrider.aocn.com>
38908      Branch: perl
38909            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
38910 ____________________________________________________________________________
38911 [  8706] By: nick                                  on 2001/02/06  20:21:40
38912         Log: Subject: RE: some win32 fixes
38913              Date: Tue, 6 Feb 2001 09:23:20 +0300
38914              From: Vadim Konovalov <vkonovalov@lucent.com>
38915              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
38916      Branch: perl
38917            ! toke.c win32/Makefile win32/config.bc win32/config.gc
38918            ! win32/config.vc win32/config_H.bc win32/makefile.mk
38919 ____________________________________________________________________________
38920 [  8705] By: alanbur                               on 2001/02/06  15:00:03
38921         Log: Synchronised with parent
38922      Branch: maint-5.6/pureperl
38923            ! regexec.c
38924           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
38925           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
38926 ____________________________________________________________________________
38927 [  8704] By: alanbur                               on 2001/02/06  14:55:24
38928         Log: Fixed UMRs and leak in Perl_pmtrans()
38929      Branch: maint-5.6/pureperl
38930            ! op.c
38931 ____________________________________________________________________________
38932 [  8703] By: gsar                                  on 2001/02/06  02:29:37
38933         Log: $(MAKE) distclean doesn't clean up properly on windows
38934      Branch: maint-5.6/perl
38935            ! win32/Makefile win32/makefile.mk
38936 ____________________________________________________________________________
38937 [  8702] By: gsar                                  on 2001/02/06  01:00:46
38938         Log: tweak change#8659 to keep it simple
38939      Branch: maint-5.6/perl
38940            ! utils/perldoc.PL
38941 ____________________________________________________________________________
38942 [  8701] By: gsar                                  on 2001/02/05  22:45:41
38943         Log: change#8693 was missing testsuite changes
38944      Branch: maint-5.6/perl
38945           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
38946 ____________________________________________________________________________
38947 [  8700] By: nick                                  on 2001/02/05  20:32:52
38948         Log: Integrate mainline
38949      Branch: perlio
38950           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
38951           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
38952           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
38953           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
38954           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
38955           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
38956           +> t/lib/test-harness.t
38957           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
38958           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
38959           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
38960           !> pod/perlutil.pod t/TEST utils/h2xs.PL
38961 ____________________________________________________________________________
38962 [  8699] By: nick                                  on 2001/02/05  19:41:07
38963         Log: Subject: perlfaq2, re: perlmongers
38964              From: David H. Adler <dha@panix.com>
38965              Date: Sun, 4 Feb 2001 23:48:23 -0500
38966              Message-Id: <20010204234823.A13429@panix.com>
38967      Branch: perl
38968            ! pod/perlfaq2.pod
38969 ____________________________________________________________________________
38970 [  8698] By: nick                                  on 2001/02/05  19:39:31
38971         Log: Missed file f#rom the testharness mess.
38972      Branch: perl
38973            + t/lib/test-harness.t
38974 ____________________________________________________________________________
38975 [  8697] By: nick                                  on 2001/02/05  19:37:21
38976         Log: Subject: [DOC PATCH] overload.pm nits
38977              From: John Tobey <jtobey@john-edwin-tobey.org>
38978              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
38979              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
38980      Branch: perl
38981            ! lib/overload.pm
38982 ____________________________________________________________________________
38983 [  8696] By: alanbur                               on 2001/02/05  11:56:00
38984         Log: Sync with parent
38985      Branch: maint-5.6/pureperl
38986           !> thread.h
38987 ____________________________________________________________________________
38988 [  8695] By: gsar                                  on 2001/02/05  03:27:34
38989         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
38990      Branch: maint-5.6/perl
38991            ! thread.h
38992 ____________________________________________________________________________
38993 [  8694] By: alanbur                               on 2001/02/05  00:07:47
38994         Log: Initial branch creation from //depot/maint-5.6/perl
38995      Branch: maint-5.6/pureperl
38996           +> (branch 1719 files)
38997 ____________________________________________________________________________
38998 [  8693] By: gsar                                  on 2001/02/04  22:38:49
38999         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
39000              changes)
39001      Branch: maint-5.6/perl
39002           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
39003           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
39004           !> ext/DB_File/version.c
39005 ____________________________________________________________________________
39006 [  8692] By: nick                                  on 2001/02/04  18:15:57
39007         Log: The missed t/TEST part of the grand testharness upgrade.
39008      Branch: perl
39009            ! t/TEST
39010 ____________________________________________________________________________
39011 [  8691] By: nick                                  on 2001/02/04  18:05:17
39012         Log: New improved test harness
39013              Subject: Re: [PATCH Test::Harness] Third time's a charm?
39014              From: Michael G Schwern <schwern@pobox.com>
39015              Date: Sun, 4 Feb 2001 08:01:20 -0500
39016              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
39017      Branch: perl
39018            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
39019            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
39020            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
39021            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
39022            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
39023            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
39024            ! MANIFEST lib/Test/Harness.pm
39025 ____________________________________________________________________________
39026 [  8690] By: nick                                  on 2001/02/04  17:57:51
39027         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
39028              From: Jonathan Stowe <gellyfish@gellyfish.com>
39029              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
39030              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
39031      Branch: perl
39032            ! utils/h2xs.PL
39033 ____________________________________________________________________________
39034 [  8689] By: nick                                  on 2001/02/04  17:55:24
39035         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
39036              From: Michael G Schwern <schwern@pobox.com>
39037              Date: Sat, 3 Feb 2001 22:46:38 -0500
39038              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
39039      Branch: perl
39040            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
39041            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
39042 ____________________________________________________________________________
39043 [  8688] By: nick                                  on 2001/02/04  17:43:55
39044         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
39045              length byfailing to spot lack of closing )
39046              From: nick@talking.bollo.cx
39047              Date: Sat, 03 Feb 2001 23:53:16 +0000
39048              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
39049      Branch: perl
39050            ! perlio.c pod/perldiag.pod
39051 ____________________________________________________________________________
39052 [  8687] By: jhi                                   on 2001/02/03  17:11:42
39053         Log: HP-UX thread patches from Merijn H. Brand.
39054      Branch: maint-5.6/perl
39055            ! README.hpux hints/hpux.sh
39056 ____________________________________________________________________________
39057 [  8686] By: jhi                                   on 2001/02/03  16:40:12
39058         Log: Metaconfig changes for #8685.
39059      Branch: metaconfig
39060            ! U/installdirs/instubperl.U
39061      Branch: metaconfig/U/perl
39062            ! Devel.U versiononly.U
39063 ____________________________________________________________________________
39064 [  8685] By: jhi                                   on 2001/02/03  16:39:49
39065         Log: For -Dusedevel builds turn off installusrbinperl and turn on
39066              versiononly, a combined idea of Richard Soderberg and Merijn
39067              H. Brand.  You can still override both of these from the command
39068              line if you need to, -Dinstallusrbinperl and -Uversiononly.
39069      Branch: perl
39070            ! Configure
39071 ____________________________________________________________________________
39072 [  8684] By: jhi                                   on 2001/02/03  16:16:34
39073         Log: Metaconfig unit fix for #8683.
39074      Branch: metaconfig
39075            ! U/compline/nblock_io.U
39076 ____________________________________________________________________________
39077 [  8683] By: jhi                                   on 2001/02/03  16:16:12
39078         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
39079              reported by Peter Prymmer for 5.6-TRIAL1.
39080      Branch: perl
39081            ! Configure
39082 ____________________________________________________________________________
39083 [  8682] By: jhi                                   on 2001/02/03  05:52:11
39084         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
39085              to work correctly.
39086      Branch: maint-5.6/perl
39087            ! hints/irix_6.sh
39088 ____________________________________________________________________________
39089 [  8681] By: jhi                                   on 2001/02/03  05:47:33
39090         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
39091      Branch: maint-5.6/perl
39092            ! pod/perlport.pod
39093 ____________________________________________________________________________
39094 [  8680] By: jhi                                   on 2001/02/02  21:39:49
39095         Log: perlport update from Peter Prymmer.
39096      Branch: maint-5.6/perl
39097            ! pod/perlport.pod
39098 ____________________________________________________________________________
39099 [  8679] By: nick                                  on 2001/02/02  20:50:48
39100         Log: Integrate mainline
39101      Branch: perlio
39102           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
39103           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
39104           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
39105 ____________________________________________________________________________
39106 [  8678] By: gsar                                  on 2001/02/02  16:02:12
39107         Log: note about bincompat, slightly modified (from Lupe Christoph)
39108      Branch: maint-5.6/perl
39109            ! README.solaris
39110 ____________________________________________________________________________
39111 [  8677] By: jhi                                   on 2001/02/02  15:46:20
39112         Log: Supported platforms updates.
39113      Branch: maint-5.6/perl
39114            ! pod/perlport.pod
39115 ____________________________________________________________________________
39116 [  8676] By: jhi                                   on 2001/02/02  03:41:26
39117         Log: A couple more perlfaq2 tweaks.
39118      Branch: maint-5.6/perl
39119            ! pod/perlfaq2.pod
39120 ____________________________________________________________________________
39121 [  8675] By: jhi                                   on 2001/02/02  03:17:44
39122         Log: Misedit in #8661.
39123      Branch: maint-5.6/perl
39124            ! Configure
39125 ____________________________________________________________________________
39126 [  8674] By: jhi                                   on 2001/02/02  03:14:38
39127         Log: Damien again.
39128      Branch: maint-5.6/perl
39129            ! pod/perlfaq2.pod
39130 ____________________________________________________________________________
39131 [  8673] By: jhi                                   on 2001/02/02  03:12:40
39132         Log: perlfaq update from Elaine Ashton.
39133      Branch: maint-5.6/perl
39134            ! pod/perlfaq2.pod
39135 ____________________________________________________________________________
39136 [  8672] By: jhi                                   on 2001/02/02  03:07:08
39137         Log: UTF-8 s/// patch from Inaba Hiroto.
39138      Branch: maint-5.6/perl
39139            ! pp_ctl.c pp_hot.c
39140 ____________________________________________________________________________
39141 [  8671] By: jhi                                   on 2001/02/01  22:34:31
39142         Log: Update Changes.
39143      Branch: perl
39144            ! Changes patchlevel.h
39145 ____________________________________________________________________________
39146 [  8670] By: jhi                                   on 2001/02/01  22:15:29
39147         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
39148              from maintperl.
39149              
39150              Upgrade to Getopt::Long 2.25, from Johan Vromans.
39151              
39152              more files need to be writable in the source distribution
39153              
39154              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
39155              
39156              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
39157              
39158              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
39159              
39160              Allow the float to be fuzzier.
39161              
39162              need to use INT2PTR instead of a straight cast or ia64 fails
39163              
39164              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
39165              
39166              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
39167      Branch: perl
39168           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
39169           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
39170           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
39171 ____________________________________________________________________________
39172 [  8669] By: jhi                                   on 2001/02/01  21:57:02
39173         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
39174              From: Robin Barker <rmb1@cise.npl.co.uk>
39175              Date: Thu, 1 Feb 2001 16:59:05 GMT
39176              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
39177      Branch: maint-5.6/perl
39178            ! pod/perlmodlib.PL
39179 ____________________________________________________________________________
39180 [  8668] By: nick                                  on 2001/02/01  19:41:40
39181         Log: Integrate mainline
39182      Branch: perlio
39183           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
39184           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
39185           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
39186 ____________________________________________________________________________
39187 [  8667] By: gsar                                  on 2001/02/01  16:59:11
39188         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
39189      Branch: maint-5.6/perl
39190            ! embed.pl embedvar.h
39191 ____________________________________________________________________________
39192 [  8666] By: gsar                                  on 2001/02/01  16:34:51
39193         Log: add missing entries to win32/config.?c
39194      Branch: maint-5.6/perl
39195            ! win32/config.bc win32/config.gc win32/config.vc
39196            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
39197 ____________________________________________________________________________
39198 [  8665] By: jhi                                   on 2001/02/01  14:58:51
39199         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
39200              From: "Stephen P. Potter" <spp@spotter.yi.org>
39201              Date: Thu, 01 Feb 2001 10:45:46 -0500
39202              Message-Id: <200102011545.KAA31479@spotter.yi.org>
39203      Branch: maint-5.6/perl
39204            ! pod/perlfunc.pod
39205 ____________________________________________________________________________
39206 [  8664] By: gsar                                  on 2001/02/01  14:52:37
39207         Log: need to use INT2PTR instead of a straight cast or ia64 fails
39208              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
39209      Branch: maint-5.6/perl
39210            ! ext/POSIX/POSIX.xs
39211 ____________________________________________________________________________
39212 [  8663] By: jhi                                   on 2001/02/01  14:09:13
39213         Log: Allow the float to be fuzzier.
39214      Branch: maint-5.6/perl
39215            ! t/lib/peek.t
39216 ____________________________________________________________________________
39217 [  8662] By: jhi                                   on 2001/02/01  13:59:00
39218         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
39219              From: Robin Barker <rmb1@cise.npl.co.uk>
39220              Date: Thu, 1 Feb 2001 13:05:39 GMT
39221              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
39222      Branch: maint-5.6/perl
39223            ! pod/perlmodlib.pod
39224 ____________________________________________________________________________
39225 [  8661] By: jhi                                   on 2001/02/01  13:57:38
39226         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
39227              Date: Thu, 01 Feb 2001 14:15:41 +0100
39228              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39229              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
39230              
39231              Have the $ccflags in the gcc version test (strange, this change
39232              is claimed to be have been integrated already)
39233      Branch: maint-5.6/perl
39234            ! Configure
39235 ____________________________________________________________________________
39236 [  8660] By: jhi                                   on 2001/02/01  13:44:10
39237         Log: Integrate changes #7950,7964,7962 from mainline.
39238              
39239              Find the stdchar signedness using cpp, should fix some of
39240              the Solaris compiler warnings reported by Alan Burlison.
39241      Branch: maint-5.6/perl
39242           !> Configure config_h.SH
39243 ____________________________________________________________________________
39244 [  8659] By: jhi                                   on 2001/02/01  05:35:32
39245         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
39246              From: Jan Dubois <JanD@ActiveState.com>
39247              Date: Wed, 31 Jan 2001 21:17:03 -0800
39248              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
39249      Branch: maint-5.6/perl
39250            ! utils/perldoc.PL
39251 ____________________________________________________________________________
39252 [  8658] By: jhi                                   on 2001/02/01  04:33:17
39253         Log: Integrate the README.os390 and README.posix-bc parts of mainline
39254              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
39255              installperl parts were taken care of by #8657.)
39256      Branch: maint-5.6/perl
39257           !> README.os390 README.posix-bc
39258 ____________________________________________________________________________
39259 [  8657] By: jhi                                   on 2001/02/01  04:29:21
39260         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
39261              From: Peter Prymmer <pvhp@forte.com>
39262              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
39263              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
39264      Branch: maint-5.6/perl
39265            + ext/DynaLoader/dl_dllload.xs
39266            ! MANIFEST Makefile.SH hints/os390.sh installperl
39267 ____________________________________________________________________________
39268 [  8656] By: jhi                                   on 2001/02/01  04:25:45
39269         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
39270              From: Peter Prymmer <pvhp@forte.com>
39271              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
39272              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
39273      Branch: maint-5.6/perl
39274            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
39275 ____________________________________________________________________________
39276 [  8655] By: jhi                                   on 2001/02/01  04:14:47
39277         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
39278              From: troc@netrus.net
39279              Date: Wed, 31 Jan 2001 22:31:26 -0500
39280              Message-Id: <200102010331.WAA117.85@rocco.homenet>
39281      Branch: maint-5.6/perl
39282            ! os2/os2.c
39283 ____________________________________________________________________________
39284 [  8654] By: jhi                                   on 2001/02/01  04:12:52
39285         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
39286              as reported by Alan Burlison.
39287      Branch: maint-5.6/perl
39288            ! pp.h
39289 ____________________________________________________________________________
39290 [  8653] By: jhi                                   on 2001/02/01  04:05:12
39291         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
39292              From: dsugalski@northernlight.com
39293              Date: Wed, 31 Jan 2001 18:54:11 -0500
39294              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
39295      Branch: maint-5.6/perl
39296            ! configure.com
39297 ____________________________________________________________________________
39298 [  8652] By: jhi                                   on 2001/02/01  04:03:11
39299         Log: Misplaced #endif.
39300              
39301              Subject: [perl-5-6-1-trial2] patches for EPOC
39302              From: Olaf Flebbe <O.Flebbe@science-computing.de>
39303              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
39304              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
39305      Branch: maint-5.6/perl
39306            ! epoc/epocish.c
39307 ____________________________________________________________________________
39308 [  8651] By: jhi                                   on 2001/02/01  04:00:25
39309         Log: Integrate changes #8647,8648,8650 from mainline.
39310              
39311              Macrofy a magic UTF-8 test.
39312              
39313              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
39314              
39315              Watch out for cross compiling for EPOC (usually done on linux).
39316      Branch: maint-5.6/perl
39317           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
39318 ____________________________________________________________________________
39319 [  8650] By: jhi                                   on 2001/02/01  03:56:20
39320         Log: Watch out for cross compiling for EPOC (usually done on linux)
39321              
39322              Subject: [perl-5-6-1-trial2] patches for EPOC
39323              From: Olaf Flebbe <O.Flebbe@science-computing.de>
39324              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
39325              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
39326      Branch: perl
39327            ! ext/Errno/Errno_pm.PL
39328 ____________________________________________________________________________
39329 [  8649] By: gsar                                  on 2001/02/01  00:46:00
39330         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
39331      Branch: maint-5.6/perl
39332            ! sv.c
39333 ____________________________________________________________________________
39334 [  8648] By: jhi                                   on 2001/01/31  23:35:36
39335         Log: All the uses of PL_numeric_radix must be protected by
39336              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
39337              
39338              Subject: [perl-5-6-1-trial2] patches for EPOC
39339              From: Olaf Flebbe <O.Flebbe@science-computing.de>
39340              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
39341              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
39342      Branch: perl
39343            ! sv.c
39344 ____________________________________________________________________________
39345 [  8647] By: jhi                                   on 2001/01/31  22:56:16
39346         Log: Macrofy a magic UTF-8 test.
39347      Branch: perl
39348            ! utf8.c utf8.h
39349 ____________________________________________________________________________
39350 [  8646] By: gsar                                  on 2001/01/31  15:55:12
39351         Log: update Changes
39352      Branch: maint-5.6/perl
39353            ! Changes
39354 ____________________________________________________________________________
39355 [  8645] By: gsar                                  on 2001/01/31  15:10:14
39356         Log: Configure tweak suggested by Peter Prymmer
39357      Branch: maint-5.6/perl
39358            ! Configure
39359 ____________________________________________________________________________
39360 [  8644] By: gsar                                  on 2001/01/31  15:06:32
39361         Log: more files need to be writable in the source distribution
39362      Branch: maint-5.6/perl
39363            ! Porting/makerel
39364 ____________________________________________________________________________
39365 [  8643] By: jhi                                   on 2001/01/31  14:59:46
39366         Log: Integrate changes #8258,8278,8279 from mainline.
39367              
39368              Make the large file tests more robust/talkative.
39369      Branch: maint-5.6/perl
39370           !> t/lib/syslfs.t t/op/lfs.t
39371 ____________________________________________________________________________
39372 [  8642] By: gsar                                  on 2001/01/31  14:53:48
39373         Log: integrate changes#8311,8334 from mainline
39374              
39375              Add a new MakeMaker variable PM_FILTER that defines a Unix
39376              filter to be run on each .pm during the pm_to_blib() phase,
39377              a fixed version of
39378              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
39379              
39380              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
39381              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
39382              accurate reading of the "atime".  
39383      Branch: maint-5.6/perl
39384           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
39385           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
39386           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
39387 ____________________________________________________________________________
39388 [  8641] By: jhi                                   on 2001/01/31  14:46:37
39389         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
39390      Branch: maint-5.6/perl
39391            ! lib/Getopt/Long.pm
39392 ____________________________________________________________________________
39393 [  8640] By: gsar                                  on 2001/01/31  14:40:24
39394         Log: make regen_all
39395      Branch: maint-5.6/perl
39396            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
39397 ____________________________________________________________________________
39398 [  8639] By: gsar                                  on 2001/01/31  14:37:25
39399         Log: refresh windows config files
39400      Branch: maint-5.6/perl
39401            ! win32/Makefile win32/config_H.bc win32/config_H.gc
39402            ! win32/config_H.vc win32/makefile.mk
39403 ____________________________________________________________________________
39404 [  8638] By: gsar                                  on 2001/01/31  14:28:10
39405         Log: makefile tweaks for windows: introduce a bulk-switch to enable
39406              same options as ActivePerl; sync changes with makefile.mk
39407      Branch: maint-5.6/perl
39408            ! win32/Makefile win32/makefile.mk
39409 ____________________________________________________________________________
39410 [  8637] By: jhi                                   on 2001/01/31  04:41:30
39411         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
39412              From: Nicholas Clark <nick@ccl4.org>
39413              Date: Tue, 30 Jan 2001 19:51:05 +0000
39414              Message-ID: <20010130195105.R76607@plum.flirble.org> 
39415              
39416              op/inc cure.
39417      Branch: perl
39418            ! pp.c pp.h pp_hot.c t/op/arith.t
39419 ____________________________________________________________________________
39420 [  8636] By: jhi                                   on 2001/01/31  02:38:32
39421         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
39422              no perlio],8257,8380,8479,8515 from mainline.
39423              
39424              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
39425              
39426              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
39427              Subject: [PATCH perl@8133] fix-up for VMS extensions
39428              
39429              In VMS embedded perls couldn't access the statically built Socket.
39430              
39431              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
39432              
39433              Further VMS piping fixes from Charles Lane.
39434              
39435              Subject:  [PATCH] make t/op/misc.t work on VMS
39436              
39437              Add tracing for debugging extensions builds in VMS.
39438              
39439              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
39440      Branch: maint-5.6/perl
39441           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
39442           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
39443           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
39444 ____________________________________________________________________________
39445 [  8635] By: jhi                                   on 2001/01/31  01:46:41
39446         Log: Integrate change #7732 from mainline.
39447              
39448              Sparc 64-bit pack() fix from Jens Hamisch.
39449      Branch: maint-5.6/perl
39450           !> pp.c
39451 ____________________________________________________________________________
39452 [  8634] By: jhi                                   on 2001/01/31  01:41:16
39453         Log: One spot missing from #8626.
39454      Branch: maint-5.6/perl
39455            ! sv.c
39456 ____________________________________________________________________________
39457 [  8633] By: jhi                                   on 2001/01/31  00:49:17
39458         Log: Integrate change #7495 from mainline.
39459              
39460              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
39461      Branch: maint-5.6/perl
39462           !> MANIFEST ext/re/Makefile.PL
39463 ____________________________________________________________________________
39464 [  8632] By: jhi                                   on 2001/01/30  23:38:49
39465         Log: Integrate change #8396 from mainline.
39466              
39467              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
39468              better multicast support (resend)
39469      Branch: maint-5.6/perl
39470           !> ext/Socket/Socket.pm
39471 ____________________________________________________________________________
39472 [  8631] By: jhi                                   on 2001/01/30  23:28:03
39473         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
39474              
39475              More AIX lore. (7514, ext/re/hints/aix.pl)
39476              
39477              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
39478              
39479              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)
39480              
39481              Subject: [ID 20001214.002] Net::Ping patch
39482              
39483              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
39484              
39485              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
39486              
39487              Add ReuseAddr as a (preferred) alias for Reuse as we now
39488              also have ReusePort.
39489              
39490              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
39491      Branch: maint-5.6/perl
39492           +> ext/re/hints/aix.pl
39493           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
39494           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
39495 ____________________________________________________________________________
39496 [  8630] By: jhi                                   on 2001/01/30  23:03:59
39497         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
39498              
39499              read() documentation tweak for 20001121.004.
39500              
39501              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
39502      Branch: maint-5.6/perl
39503           !> pod/perlfunc.pod pod/perlre.pod
39504 ____________________________________________________________________________
39505 [  8629] By: jhi                                   on 2001/01/30  22:41:57
39506         Log: Integrate change #8098 from mainline.
39507              
39508              fastgetcwd is defined using a glob alias on a $^O dependent basis
39509              and there was no default assignment or perl subroutine.
39510      Branch: maint-5.6/perl
39511           !> lib/Cwd.pm
39512 ____________________________________________________________________________
39513 [  8628] By: jhi                                   on 2001/01/30  21:58:52
39514         Log: Integrate change #7866 from mainline.
39515              
39516              File::Temp 0.11.
39517      Branch: maint-5.6/perl
39518           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
39519 ____________________________________________________________________________
39520 [  8627] By: jhi                                   on 2001/01/30  21:39:44
39521         Log: Integrate changes #8075,8086,8228 from mainline.  
39522              
39523              Darwin is not Windows. (8075,8086)
39524              
39525              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
39526      Branch: maint-5.6/perl
39527           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
39528           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
39529           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
39530           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
39531 ____________________________________________________________________________
39532 [  8626] By: jhi                                   on 2001/01/30  21:22:11
39533         Log: Integrate with tweakery the change #8625 from mainline,
39534              the multibyte decimal separator fix ("fa_IR locale failure").
39535      Branch: maint-5.6/perl
39536            ! embedvar.h perlapi.h
39537           !> intrpvar.h perl.c perl.h sv.c util.c
39538 ____________________________________________________________________________
39539 [  8625] By: jhi                                   on 2001/01/30  20:26:33
39540         Log: Fix for the fa_IR locale failure.  The reason for the failure
39541              was that Perl was assuming the decimal separator aka the radix
39542              separator is one character.  The Farsi-Iranian locale crushed
39543              that bad assumption since there the separator is 'Momayyez',
39544              glyphwise looking somewhat like a slash, and in Unicode UTF-8
39545              encoded in two bytes, 0xd9 0xab.
39546      Branch: perl
39547            ! intrpvar.h perl.c perl.h sv.c util.c
39548 ____________________________________________________________________________
39549 [  8624] By: gsar                                  on 2001/01/30  20:17:03
39550         Log: regen_headers
39551      Branch: maint-5.6/perl
39552            ! Makefile.SH pod/perlintern.pod
39553 ____________________________________________________________________________
39554 [  8623] By: gsar                                  on 2001/01/30  19:42:34
39555         Log: backout change#7431 and its dependents (causes spurious rebuilds
39556              of autogenerated files)
39557              
39558              fix benign b.t failure
39559      Branch: maint-5.6/perl
39560            ! Makefile.SH t/lib/b.t
39561 ____________________________________________________________________________
39562 [  8622] By: jhi                                   on 2001/01/30  19:41:41
39563         Log: Microperl sync.
39564      Branch: perl
39565            ! mg.c perl.h
39566 ____________________________________________________________________________
39567 [  8621] By: gsar                                  on 2001/01/30  19:24:47
39568         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
39569              from mainline
39570              
39571              Subject: podlators 1.06 released
39572              
39573              Subject: [PATCH @8436] Eliminate op_children
39574              
39575              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
39576              
39577              (Replaced by #8448)  More op_children traces (cleanup of #8442).
39578              
39579              Subject: [PATCH #3 @8436] Re: Eliminate op_children
39580              Replace #8444 and #8445.
39581              
39582              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
39583              at the setting of the ofs_sv in new_struct_thread() as the
39584              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
39585              uninitialized fields are, uh, initialized with),
39586              SvREFCNT_inc()ing that invited a core dump.
39587              
39588              podlators 1.07, from Russ Allbery.
39589              
39590              Subject: [PATCH] regcomp.c old feature removal
39591              From: mjd@plover.com
39592              Date: 16 Jan 2001 14:43:18 -0000 
39593              Message-ID: <20010116144318.7140.qmail@plover.com> 
39594      Branch: maint-5.6/perl
39595           +> lib/Pod/Text/Overstrike.pm
39596           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
39597           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
39598           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
39599           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
39600           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
39601           !> util.c
39602 ____________________________________________________________________________
39603 [  8620] By: gsar                                  on 2001/01/30  18:48:32
39604         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
39605              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
39606              now fails one test)
39607              
39608              Subject: [PATCH] lvalue AUTOLOAD. No, really.
39609              
39610              Subject: [PATCH] Interesting syntax idea
39611              Make opens + bareword assigns do typeglob assigns.
39612              
39613              Tests for #8254.
39614              
39615              Subject: [PATCH @8269] Continue blocks and B::Deparse
39616              Make the peephole optimizer to bypass more null ops and
39617              and rewrite the deparse handling of continue blocks.
39618              
39619              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
39620              Doc tweak on #8313.
39621              
39622              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
39623              
39624              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
39625              
39626              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
39627              
39628              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
39629              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
39630              according to the platform.
39631              
39632              Subject: [PATCH @8404] Consolidated lvalue sub changes
39633              
39634              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
39635              
39636              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
39637              
39638              Subject: B::Concise -- an improved replacement for B::Terse 
39639              
39640              The B::Terse drop-in replacement wasn't quite drop-in.
39641              
39642              The LVRET macro needed an aTHX.
39643              
39644              Use the /^Perl_/-less form of is_lvalue_sub().
39645              
39646              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
39647      Branch: maint-5.6/perl
39648           +> ext/B/B/Concise.pm
39649           !> (integrate 27 files)
39650 ____________________________________________________________________________
39651 [  8619] By: nick                                  on 2001/01/30  18:40:28
39652         Log: Integrate mainline
39653      Branch: perlio
39654           !> (integrate 40 files)
39655 ____________________________________________________________________________
39656 [  8618] By: jhi                                   on 2001/01/30  18:37:18
39657         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
39658              Date: Mon, 29 Jan 2001 22:51:29 -0600
39659              From: "Craig A. Berry" <craigberry@mac.com>
39660              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
39661      Branch: perl
39662            ! vms/test.com
39663 ____________________________________________________________________________
39664 [  8617] By: jhi                                   on 2001/01/30  18:34:53
39665         Log: Subject: [PATCH] Add missing CV flags to dump.c
39666              From: Tim Jenness <t.jenness@jach.hawaii.edu>
39667              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
39668              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
39669      Branch: perl
39670            ! dump.c
39671 ____________________________________________________________________________
39672 [  8616] By: jhi                                   on 2001/01/30  18:20:58
39673         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
39674              part isn't applicable to maintperl.
39675              
39676              UTF-8 nit from Inaba Hiroto.
39677      Branch: maint-5.6/perl
39678           !> pod/perlapi.pod utf8.c
39679 ____________________________________________________________________________
39680 [  8615] By: jhi                                   on 2001/01/30  18:18:51
39681         Log: UTF-8 nit from Inaba Hiroto.
39682      Branch: perl
39683            ! pod/perlapi.pod t/op/each.t utf8.c
39684 ____________________________________________________________________________
39685 [  8614] By: jhi                                   on 2001/01/30  18:13:38
39686         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
39687              
39688              perl's internal variables are not for public consumption,
39689              move their docs from perlapi.pod to perlintern.pod
39690              
39691              support for -Dusethreads build under HP-UX 10.20 and DCE threads
39692              library (11.0 and later have pthreads but 10.x don't)
39693              
39694              avoid uninitialized value warnings
39695              
39696              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
39697              gets weird results)
39698              
39699              perldoc nit on windows
39700              
39701              make it possible to run the tests outside the source tree
39702              (there's still a dependency on ../lib being the library
39703              location)
39704      Branch: perl
39705           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
39706           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
39707           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
39708           !> win32/bin/search.pl win32/vdir.h
39709 ____________________________________________________________________________
39710 [  8613] By: gsar                                  on 2001/01/30  16:39:59
39711         Log: make it possible to run the tests outside the source tree
39712              (there's still a dependency on ../lib being the library
39713              location)
39714      Branch: maint-5.6/perl
39715            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
39716 ____________________________________________________________________________
39717 [  8612] By: gsar                                  on 2001/01/30  16:31:12
39718         Log: perldoc nit on windows
39719      Branch: maint-5.6/perl
39720            ! utils/perldoc.PL
39721 ____________________________________________________________________________
39722 [  8611] By: gsar                                  on 2001/01/30  16:22:54
39723         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
39724              gets weird results)
39725      Branch: maint-5.6/perl
39726            ! win32/vdir.h
39727 ____________________________________________________________________________
39728 [  8610] By: gsar                                  on 2001/01/30  16:12:45
39729         Log: avoid uninitialized value warnings
39730      Branch: maint-5.6/perl
39731            ! win32/bin/search.pl
39732 ____________________________________________________________________________
39733 [  8609] By: gsar                                  on 2001/01/30  16:08:01
39734         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
39735              library (11.0 and later have pthreads but 10.x don't)
39736      Branch: maint-5.6/perl
39737            ! hints/hpux.sh thread.h
39738 ____________________________________________________________________________
39739 [  8608] By: gsar                                  on 2001/01/30  15:48:55
39740         Log: perl's internal variables are not for public consumption,
39741              move their docs from perlapi.pod to perlintern.pod
39742      Branch: maint-5.6/perl
39743            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
39744            ! thrdvar.h
39745 ____________________________________________________________________________
39746 [  8607] By: gsar                                  on 2001/01/30  15:44:27
39747         Log: mistakenly branched perl56delta.pod, revert
39748      Branch: maint-5.6/perl
39749            - pod/perl56delta.pod
39750           !> pod/perldelta.pod
39751 ____________________________________________________________________________
39752 [  8606] By: gsar                                  on 2001/01/30  14:20:24
39753         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
39754              dTHR which has been a noop for a while now, except for the
39755              compatibility definition in thread.h)
39756      Branch: maint-5.6/perl
39757           !> (integrate 45 files)
39758 ____________________________________________________________________________
39759 [  8605] By: jhi                                   on 2001/01/30  05:43:58
39760         Log: Mark the UTF-8 APIs as experimental.
39761      Branch: maint-5.6/perl
39762            ! embed.pl pod/perlapi.pod
39763 ____________________________________________________________________________
39764 [  8604] By: jhi                                   on 2001/01/30  05:38:40
39765         Log: Nits from earlier integrates.
39766      Branch: maint-5.6/perl
39767            ! lib/Carp/Heavy.pm
39768           !> sv.c
39769 ____________________________________________________________________________
39770 [  8603] By: jhi                                   on 2001/01/30  05:27:26
39771         Log: Regenerate Porting files.
39772      Branch: maint-5.6/perl
39773            ! Porting/Glossary Porting/config.sh Porting/config_H
39774 ____________________________________________________________________________
39775 [  8602] By: jhi                                   on 2001/01/30  05:14:59
39776         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
39777              8310,8339,8447,8492,8493,8505,8525: documentation changes.
39778              
39779              Subject: Re: perlfaq style changes
39780              
39781              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
39782              
39783              Subject: [PATCH] docs on NaN
39784              
39785              Subject: [patch] perlfaq7
39786              
39787              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
39788              
39789              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
39790              
39791              Subject: [PATCH] open() example in perlfunc.pod
39792              
39793              Podify README.mpeix (a new version from the web)
39794              
39795              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
39796              
39797              Subject: [PATCH] format and rewording in perlfaq.pod
39798              
39799              Subject: [PATCH] API Variable documentation   
39800              
39801              Memory management calls documentation.
39802              
39803              Subject: [PATCH: perl@8482] README.vms URL updates
39804              
39805              Subject: Minor typos in perlfaq2.pod
39806              
39807              Subject: [PATCH] pod/perlvar.pod
39808      Branch: maint-5.6/perl
39809           +> pod/perl56delta.pod
39810            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
39811           !> README.amiga README.epoc README.mpeix README.vms
39812           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
39813           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
39814           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
39815           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
39816           !> pod/perlvar.pod thrdvar.h
39817 ____________________________________________________________________________
39818 [  8601] By: jhi                                   on 2001/01/30  04:38:35
39819         Log: Integrate changes #8036,8096,8253 from mainline:
39820              hints changes.
39821              
39822              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
39823              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
39824              
39825              Output the (apparent) version of gcc in Tru64.
39826      Branch: maint-5.6/perl
39827           +> ext/POSIX/hints/svr4.pl
39828           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
39829           !> hints/svr4.sh t/lib/bigfltpm.t
39830 ____________________________________________________________________________
39831 [  8600] By: jhi                                   on 2001/01/30  04:04:01
39832         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
39833              locale fixes.
39834              
39835              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
39836              
39837              Debian allows /usr/bin/locale to exist without any locales. (7868)
39838              
39839              Allow the locale test needing POSIX and the taint test
39840              needing IPC::SysV to run under 'minitest' (basically,
39841              bail out if loading the extension fails). (8384)
39842              
39843              Cleanup the locale.t output  (8480)
39844      Branch: maint-5.6/perl
39845           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
39846           !> t/pragma/locale.t
39847 ____________________________________________________________________________
39848 [  8599] By: jhi                                   on 2001/01/30  03:51:04
39849         Log: Missing generated files from #8598.
39850      Branch: maint-5.6/perl
39851            ! embed.h global.sym objXSUB.h perlapi.c proto.h
39852 ____________________________________________________________________________
39853 [  8598] By: jhi                                   on 2001/01/30  03:41:54
39854         Log: Integrate change #8555 from mainline, manually integrate parts
39855              of changes 8452 and 8583.
39856              
39857              Subject: [PATCH] utf8.c documentation (8452)
39858              
39859              No point in checking the length if the pointer is bogus. (8555)
39860              
39861              Introduce bytes_from_utf8() and implement sv_eq() using it,
39862              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
39863              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
39864              was malformed. (8583)
39865      Branch: maint-5.6/perl
39866            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
39867           !> pod/perlapi.pod sv.c utf8.c
39868 ____________________________________________________________________________
39869 [  8597] By: gsar                                  on 2001/01/30  02:37:26
39870         Log: get PERL_OBJECT build going again on windows
39871      Branch: maint-5.6/perl
39872            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
39873            ! pod/perlapi.pod proto.h sv.c
39874 ____________________________________________________________________________
39875 [  8596] By: jhi                                   on 2001/01/30  02:16:17
39876         Log: Signedness nit.
39877      Branch: perl
39878            ! sv.c
39879 ____________________________________________________________________________
39880 [  8595] By: jhi                                   on 2001/01/30  02:11:07
39881         Log: EBCDIC patch for Storable, from Peter Prymmer.
39882      Branch: perl
39883            ! t/lib/st-06compat.t
39884 ____________________________________________________________________________
39885 [  8594] By: jhi                                   on 2001/01/30  01:04:48
39886         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
39887              From: Peter Prymmer <pvhp@forte.com>
39888              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
39889              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
39890      Branch: perl
39891            ! t/lib/b.t
39892 ____________________________________________________________________________
39893 [  8593] By: jhi                                   on 2001/01/30  00:56:47
39894         Log: Subject: [PATCH: perl@8585] pod problems in io
39895              From: Peter Prymmer <pvhp@forte.com>
39896              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
39897              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
39898      Branch: perl
39899            ! pod/perlapio.pod pod/perliol.pod
39900 ____________________________________________________________________________
39901 [  8592] By: jhi                                   on 2001/01/30  00:48:20
39902         Log: Integrate perlio.
39903      Branch: perl
39904           !> pod/perlapio.pod pod/perliol.pod
39905 ____________________________________________________________________________
39906 [  8591] By: nick                                  on 2001/01/29  22:02:28
39907         Log: GNU 'merge' Simon's copy of perliol.pod with version
39908              patched by Craig's patch.
39909      Branch: perlio
39910            ! pod/perliol.pod
39911 ____________________________________________________________________________
39912 [  8590] By: nick                                  on 2001/01/29  21:55:10
39913         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
39914      Branch: perlio
39915            ! pod/perlapio.pod pod/perliol.pod
39916 ____________________________________________________________________________
39917 [  8589] By: jhi                                   on 2001/01/29  15:35:33
39918         Log: Integrate change #8586 from maint-5.6/perl.
39919              
39920              make the BOM detection code not call tell() until it has to
39921              (meant to fix esoteric compatibility issues where PL_rsfp
39922              is overridden)
39923      Branch: perl
39924           !> toke.c
39925 ____________________________________________________________________________
39926 [  8588] By: jhi                                   on 2001/01/29  15:29:11
39927         Log: Subject: MAking Solaris malloc() the default
39928              From: Lupe Christoph <lupe@lupe-christoph.de>
39929              Date: Mon, 29 Jan 2001 12:59:36 +0100
39930              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
39931              
39932              The README.solaris part slightly tweaked.
39933      Branch: perl
39934            ! README.solaris hints/solaris_2.sh
39935 ____________________________________________________________________________
39936 [  8587] By: jhi                                   on 2001/01/29  15:17:34
39937         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
39938              From: root@ak-75.mind.de
39939              Date: Sun, 28 Jan 2001 20:32:29 +0100
39940              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
39941      Branch: perl
39942            ! pod/perlre.pod
39943 ____________________________________________________________________________
39944 [  8586] By: gsar                                  on 2001/01/29  13:43:44
39945         Log: make the BOM detection code not call tell() until it has to
39946              (meant to fix esoteric compatibility issues where PL_rsfp
39947              is overridden)
39948      Branch: maint-5.6/perl
39949            ! toke.c
39950 ____________________________________________________________________________
39951 [  8585] By: jhi                                   on 2001/01/28  20:05:45
39952         Log: Update Changes.
39953      Branch: perl
39954            ! Changes patchlevel.h
39955 ____________________________________________________________________________
39956 [  8584] By: jhi                                   on 2001/01/28  19:30:02
39957         Log: Integrate perlio.
39958      Branch: perl
39959           +> pod/perliol.pod
39960           !> MANIFEST pod/perlapio.pod
39961 ____________________________________________________________________________
39962 [  8583] By: jhi                                   on 2001/01/28  19:28:40
39963         Log: Patch from Inaba Hiroto:
39964              - canonical UTF-8 hash keys: if a key string for a hash is
39965              UTF8-on, try downgrade the string and use it if
39966              unicode::distinct is not in effect.
39967              For the task, I added a function bytes_from_utf8() to utf8.c.
39968              It might resemble utf8_to_bytes() but it is not convenient
39969              to the task.
39970              Made a test for it and added to t/op/each.t
39971              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
39972              the mortal copy of the argument SV.
39973              And changed t/io/utf8.t test 18 which expects print() to
39974              upgrade its argument.
39975              - re-implement sv_eq with bytes_from_utf8()
39976              - some bug fixes
39977              - tr/// does not handle UTF8 range (\x{}-\x{})
39978              - \ before raw UTF8 character produced
39979              "Malformed UTF-8 character" warning.
39980              - "\x{100}\N{CENT SIGN}" is Malformed.
39981              Added tests for these 3.
39982              - and one silly bug (by me) with qu operator.
39983      Branch: perl
39984            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
39985            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
39986            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
39987 ____________________________________________________________________________
39988 [  8582] By: nick                                  on 2001/01/28  19:25:04
39989         Log: Add pod/perliol.pod to MANIFEST :-(
39990      Branch: perlio
39991            ! MANIFEST
39992 ____________________________________________________________________________
39993 [  8581] By: nick                                  on 2001/01/28  19:22:40
39994         Log: PerlIO documentation. Proofing and sub-editing requested.
39995      Branch: perlio
39996            + pod/perliol.pod
39997            ! pod/perlapio.pod
39998 ____________________________________________________________________________
39999 [  8580] By: jhi                                   on 2001/01/28  05:16:25
40000         Log: Revert the change to sv_2pv() done by #8054: Someone who
40001              did SvNV_set() on a scalar that also happened to be POK,
40002              followed by sv_2pv() won't get the right coercion anymore.
40003              [Sarathy]
40004      Branch: maint-5.6/perl
40005            ! sv.c
40006 ____________________________________________________________________________
40007 [  8579] By: jhi                                   on 2001/01/28  05:15:04
40008         Log: Remove the #8084 effect: do not allow -Q to be interpreted
40009              as -&Q(), this is too much wiggle room.
40010      Branch: maint-5.6/perl
40011            ! toke.c
40012 ____________________________________________________________________________
40013 [  8578] By: jhi                                   on 2001/01/28  05:12:45
40014         Log: Needed bits of #8439 (should have been in #8576),
40015              mainly for lval substr().
40016      Branch: maint-5.6/perl
40017            ! mg.c pp.c pp_hot.c
40018 ____________________________________________________________________________
40019 [  8577] By: jhi                                   on 2001/01/28  05:02:46
40020         Log: A missing check-in.
40021      Branch: maint-5.6/perl
40022            ! utf8.c
40023 ____________________________________________________________________________
40024 [  8576] By: jhi                                   on 2001/01/28  04:26:18
40025         Log: Integrate changes #8425,8436,8439,8517 from mainline.
40026              The 8439 was not truly integrated because it had too many
40027              dependencies on the development branch and because it introduced
40028              concepts too bold for a maintenance branch (such as the qu operator).
40029              
40030              Subject: [PATCH perl@8342] -Wformat
40031              
40032              Tighten some of the UTF-8 tests a bit.
40033              
40034              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
40035              - The substr lval was still not okay.
40036              - Now pp_stringify and sv_setsv copies source's UTF8 flag
40037              even if IN_BYTE.  pp_stringify is called from fold_constants
40038              at optimization phase and "\x{100}" was made SvUTF8_off under
40039              use bytes (the bytes pragma is for "byte semantics" and not
40040              for "do not produce UTF8 data")
40041      Branch: maint-5.6/perl
40042            ! t/lib/charnames.t t/op/substr.t toke.c
40043           !> sv.c t/pragma/utf8.t
40044 ____________________________________________________________________________
40045 [  8575] By: jhi                                   on 2001/01/28  04:01:51
40046         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
40047              
40048              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
40049              
40050              Subject: [ID 20001230.003] UTF-8 tr still hurts
40051              
40052              Test cases for #8385 (from Simon's "torture.pl")
40053              
40054              Start fixing UTF-8 lval substr() (8405)
40055      Branch: maint-5.6/perl
40056           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
40057           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
40058 ____________________________________________________________________________
40059 [  8574] By: jhi                                   on 2001/01/28  03:09:06
40060         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
40061              from mainline.
40062              
40063              UTF-8 cleanup.
40064              
40065              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
40066              
40067              "\x{FF}\xFF" was broken.
40068              
40069              Tests for #8329 and #8330.
40070              
40071              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
40072              
40073              IRIX compiler noticed that the bof initialization might be
40074              bypassed by control flow.
40075              
40076              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
40077      Branch: maint-5.6/perl
40078           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
40079           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
40080 ____________________________________________________________________________
40081 [  8573] By: jhi                                   on 2001/01/28  02:06:12
40082         Log: Retract #8552.
40083      Branch: perl
40084            ! lib/Text/Wrap.pm t/lib/textwrap.t
40085 ____________________________________________________________________________
40086 [  8572] By: jhi                                   on 2001/01/28  02:04:49
40087         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
40088              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
40089              not really integrated but instead salvaged by hand
40090              (they had too many dependencies on the development release
40091              to be cleanly integratable).
40092              
40093              Subject: more UTF8 test suites and an UTF8 patch
40094              
40095              Tweak for MULTIPLICITY/USE_PERLIO
40096              
40097              Signedness nit.
40098              
40099              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
40100              
40101              Use the UTF8_XXX macros in is_utf8_char().
40102              
40103              Rewrite pp_concat() in terms of sv_catsv().  The . operator
40104              should now be UTF-8-proof.
40105              
40106              Subject: [PATCH perl@8269] scanning two hex-constants
40107              fails on EBCDIC environment (script length.t)
40108              
40109              Add some Unicode chop() tests.
40110      Branch: maint-5.6/perl
40111            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
40112           !> sv.c t/op/chop.t utf8.h
40113 ____________________________________________________________________________
40114 [  8571] By: jhi                                   on 2001/01/28  00:35:59
40115         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
40116              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
40117              
40118              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
40119              
40120              The maxiters upper limit sanity check (guarding against
40121              non-progress) assumed bytes instead of characters in s///
40122              and split().
40123              
40124              Signedness nit.
40125              
40126              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
40127              join() should now be UTF-8-proof.
40128              
40129              More split // UTF-8 tests. (8250)
40130      Branch: maint-5.6/perl
40131           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
40132           !> util.c
40133 ____________________________________________________________________________
40134 [  8570] By: jhi                                   on 2001/01/27  22:15:46
40135         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
40136              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
40137              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
40138              8084,8204,8244,8333 from mainline.
40139              
40140              For -Q where Q might be a one-letter sub name one does no more
40141              get a warning about an unknown filetest (7941,7943,7944,8084).
40142              
40143              Subject: Re: [ID 20001130.011] expression parsing bug ?
40144              
40145              Make uv_to_utf8() to zero-terminate its output buffer.
40146              
40147              Split off t/op/length.t (7995)
40148              
40149              Split off t/op/utf8decode.t (7996)
40150              
40151              Remove an unnecessary 'use utf8' from the utf8.t (7998)
40152              
40153              Split off t/op/concat.t (8004)
40154              
40155              Split off t/op/ver.t (8005)
40156              
40157              Document utf8_length(), utf8_distance(), and utf8_hop().
40158              
40159              Document utf8_to_uv() better.
40160              
40161              Introduce macros for UTF8 decoding (8028,8033).
40162              
40163              Add test for reverse() (8030,8031).
40164              
40165              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
40166              
40167              Do not return the Unicode replacement character    on UTF-8
40168              decoding failure.
40169              
40170              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
40171              not this_utf8 i.e. the output string has one, but don't mess
40172              with source assumption. (8052,8053)
40173              
40174              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
40175              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
40176              was not expecting to be called with something that was already
40177              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
40178              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
40179              (8054)
40180              
40181              Recode the naughty binary bytes in utf8decode.t using the \xHH.
40182              
40183              Make some panic messages a bit more logical.
40184      Branch: maint-5.6/perl
40185           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
40186           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
40187           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
40188           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
40189           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
40190           !> utf8.c utf8.h
40191 ____________________________________________________________________________
40192 [  8569] By: jhi                                   on 2001/01/27  19:16:43
40193         Log: Integrate changes #7750 from perlio and #8566 from mainline.
40194      Branch: maint-5.6/perl
40195           !> regexec.c sv.c
40196 ____________________________________________________________________________
40197 [  8568] By: jhi                                   on 2001/01/27  18:06:51
40198         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
40199              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
40200              7935[-perlio.c],7936,7959,7965 from mainline.
40201              
40202              Change the "big byte" error message to "Wide character".
40203              (7355, the croak-if-wide-chars-in-print part ignored)
40204              
40205              Use UINT64_C().
40206              
40207              Introduce Perl_utf8_length().
40208              
40209              diff -se shows these as different (7753, forgotten check-ins)
40210              
40211              Subject: [PATCH] doop.c - UTF8 tr///
40212              
40213              If we use (aTHX_ ...) then put Perl_ on the front.
40214              
40215              Make utf8_length() and utf8_distance() to be less forgiving
40216              about bad UTF-8.
40217              
40218              Test line numbers are different with utf8.
40219              
40220              No need to scan till infinity, 13 is enough. (7872,7911)
40221              
40222              Subject: [PATCH] Tokeniser debugging
40223              
40224              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
40225              
40226              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
40227              
40228              Be more careful in Perl_sv_utf8_downgrade().
40229              
40230              Use DO_UTF8().
40231              
40232              Raw zero bytes in text files confuse at least GNU patch 2.1.
40233      Branch: maint-5.6/perl
40234           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
40235           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
40236           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
40237           !> t/pragma/utf8.t toke.c utf8.c utf8.h
40238 ____________________________________________________________________________
40239 [  8567] By: nick                                  on 2001/01/27  11:10:38
40240         Log: Integrate mainline
40241      Branch: perlio
40242           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
40243           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
40244           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
40245           !> toke.c
40246 ____________________________________________________________________________
40247 [  8566] By: jhi                                   on 2001/01/27  06:22:48
40248         Log: More documentation for the regexp context stack.
40249      Branch: perl
40250            ! regexec.c
40251 ____________________________________________________________________________
40252 [  8565] By: jhi                                   on 2001/01/27  05:21:57
40253         Log: Update Changes.
40254      Branch: perl
40255            ! Changes patchlevel.h
40256 ____________________________________________________________________________
40257 [  8564] By: jhi                                   on 2001/01/27  04:44:04
40258         Log: Threadedness patch for #8562 from Doug MacEachern.
40259      Branch: perl
40260            ! toke.c
40261 ____________________________________________________________________________
40262 [  8563] By: jhi                                   on 2001/01/27  04:26:24
40263         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
40264              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
40265              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
40266              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
40267      Branch: perl
40268            ! op.c
40269 ____________________________________________________________________________
40270 [  8562] By: jhi                                   on 2001/01/27  04:20:30
40271         Log: Subject: Re: Announce : Tokener reporting patch
40272              From: Simon Cozens <simon@cozens.net>
40273              Date: Mon, 22 Jan 2001 02:17:22 +0000
40274              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
40275      Branch: perl
40276            ! embed.h embed.pl proto.h toke.c
40277 ____________________________________________________________________________
40278 [  8561] By: jhi                                   on 2001/01/27  04:17:24
40279         Log: Forgot from #8545.  Oops.
40280      Branch: perl
40281            ! pp.c t/pragma/overload.t
40282 ____________________________________________________________________________
40283 [  8560] By: jhi                                   on 2001/01/27  03:01:47
40284         Log: A better module compilation test, use MANIFEST as suggested
40285              by Spider.
40286      Branch: perl
40287            ! t/lib/1_compile.t
40288 ____________________________________________________________________________
40289 [  8559] By: jhi                                   on 2001/01/27  02:50:48
40290         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
40291              From: Peter Prymmer <pvhp@forte.com>
40292              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
40293              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
40294      Branch: perl
40295            ! t/lib/b.t
40296 ____________________________________________________________________________
40297 [  8558] By: jhi                                   on 2001/01/27  02:27:05
40298         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
40299              From: Peter Prymmer <pvhp@forte.com>
40300              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
40301              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
40302      Branch: perl
40303            ! t/pragma/sub_lval.t
40304 ____________________________________________________________________________
40305 [  8557] By: jhi                                   on 2001/01/27  02:26:03
40306         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
40307              From: Peter Prymmer <pvhp@forte.com>
40308              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
40309              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
40310      Branch: perl
40311            ! t/lib/st-06compat.t
40312 ____________________________________________________________________________
40313 [  8556] By: jhi                                   on 2001/01/27  02:24:33
40314         Log: Subject: [PATCH: perl@8531] minor update to README.os390
40315              From: Peter Prymmer <pvhp@forte.com>
40316              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
40317              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
40318      Branch: perl
40319            ! README.os390
40320 ____________________________________________________________________________
40321 [  8555] By: jhi                                   on 2001/01/27  00:35:47
40322         Log: No point in checking the length before we know whether the pointer
40323              is bogus or not, fixes Abigail's odbm failures in Linux.
40324      Branch: perl
40325            ! sv.c
40326 ____________________________________________________________________________
40327 [  8554] By: nick                                  on 2001/01/26  19:01:31
40328         Log: Integrate mainline
40329      Branch: perlio
40330           !> lib/Text/Wrap.pm t/lib/textwrap.t
40331 ____________________________________________________________________________
40332 [  8553] By: jhi                                   on 2001/01/26  15:19:39
40333         Log: Integrate change #7792 from perlio (multiplicity fix),
40334              fix the AV leak in regex DEBUGGING (tiny part of the
40335              polymorphic regexp patch #8143).
40336      Branch: maint-5.6/perl
40337            ! regcomp.c
40338           !> scope.h
40339 ____________________________________________________________________________
40340 [  8552] By: jhi                                   on 2001/01/26  15:03:23
40341         Log: (Retracted by #8573)
40342              
40343              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
40344              From: Michael G Schwern <schwern@pobox.com>
40345              Date: Fri, 26 Jan 2001 09:28:31 -0500
40346              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
40347      Branch: perl
40348            ! lib/Text/Wrap.pm t/lib/textwrap.t
40349 ____________________________________________________________________________
40350 [  8551] By: jhi                                   on 2001/01/26  02:33:19
40351         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
40352              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
40353              
40354              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
40355              
40356              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
40357              
40358              Message nit.
40359              
40360              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
40361              
40362              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
40363              
40364              (the cleanup of unused submatches in regtry() and regcppop())
40365              
40366              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
40367              stored and restored, and thusly was trounced by the utf8 swash
40368              routines.
40369              
40370              use utf8 not required to use \x{}.
40371              
40372              Removed two more tests that make no sense in UTF-8 since the test
40373              data is not in UTF-8.
40374              
40375              Get the three different space character classes right under utf8.
40376              
40377              Implement ANYOFUTF8 regprop() dumping.
40378              
40379              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
40380              
40381              Document the regex context pushing/popping a bit better.
40382      Branch: maint-5.6/perl
40383           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
40384           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
40385           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
40386           !> t/op/regmesg.t utf8.c
40387 ____________________________________________________________________________
40388 [  8550] By: nick                                  on 2001/01/25  19:42:30
40389         Log: Integrate mainline
40390      Branch: perlio
40391           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
40392           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
40393           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
40394           !> t/lib/bigint.t t/lib/bigintpm.t
40395 ____________________________________________________________________________
40396 [  8549] By: jhi                                   on 2001/01/25  15:22:28
40397         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
40398      Branch: maint-5.6/perl
40399            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
40400 ____________________________________________________________________________
40401 [  8548] By: jhi                                   on 2001/01/25  15:02:55
40402         Log: Integrate changes #7997,8063,8492,8547 from mainline.
40403              
40404              Subject: Re: STRLEN - what?
40405              
40406              Subject: [PATCH] perlguts.pod
40407              
40408              Memory management calls documentation.
40409              
40410              Layout using tabulator is not a good idea in a pod.
40411      Branch: maint-5.6/perl
40412           !> pod/perlguts.pod
40413 ____________________________________________________________________________
40414 [  8547] By: jhi                                   on 2001/01/25  14:49:05
40415         Log: Layout using tabulator is not a good idea in a pod.
40416      Branch: perl
40417            ! pod/perlguts.pod
40418 ____________________________________________________________________________
40419 [  8546] By: jhi                                   on 2001/01/25  14:31:12
40420         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
40421              from mainline.
40422              
40423              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
40424              
40425              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
40426              
40427              More Win32 editor/IDE/shell hints.
40428              
40429              More Win32 Perling.
40430              
40431              Yet another editor edit.
40432              
40433              Edit edit edit.
40434              
40435              IDE/editor section tweaking.
40436              
40437              Few more IDE/editor nits from p5p.
40438      Branch: maint-5.6/perl
40439           !> pod/perlfaq3.pod
40440 ____________________________________________________________________________
40441 [  8545] By: jhi                                   on 2001/01/25  04:16:32
40442         Log: Subject: [PATCH 5.7.0] overload int()
40443              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40444              Date: Wed, 24 Jan 2001 19:06:57 -0500
40445              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
40446      Branch: perl
40447            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
40448            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
40449            ! t/lib/bigintpm.t
40450 ____________________________________________________________________________
40451 [  8544] By: jhi                                   on 2001/01/25  04:15:11
40452         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
40453              From: Peter Prymmer <pvhp@forte.com>
40454              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
40455              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
40456      Branch: perl
40457            ! Makefile.SH README.os390 hints/os390.sh installperl
40458 ____________________________________________________________________________
40459 [  8543] By: jhi                                   on 2001/01/25  03:52:08
40460         Log: Integrate change #8462,8469 from mainline.
40461              
40462              In VMS Perl subversion (perl -V) is undef.
40463      Branch: maint-5.6/perl
40464           !> configure.com
40465 ____________________________________________________________________________
40466 [  8542] By: jhi                                   on 2001/01/25  03:44:55
40467         Log: Integrate changes #7835,7850,8315,8316 from mainline.
40468              
40469              Solaris hints.
40470      Branch: maint-5.6/perl
40471           !> hints/solaris_2.sh
40472 ____________________________________________________________________________
40473 [  8541] By: jhi                                   on 2001/01/25  03:39:28
40474         Log: Integrate #8336 from mainline.
40475      Branch: maint-5.6/perl
40476           !> hv.c
40477 ____________________________________________________________________________
40478 [  8540] By: jhi                                   on 2001/01/25  03:23:50
40479         Log: Retract #8539.
40480      Branch: maint-5.6/perl
40481            ! pod/perlfaq3.pod
40482 ____________________________________________________________________________
40483 [  8539] By: jhi                                   on 2001/01/25  03:21:55
40484         Log: (Retracted by #8540.)
40485      Branch: maint-5.6/perl
40486            ! pod/perlfaq3.pod
40487 ____________________________________________________________________________
40488 [  8538] By: jhi                                   on 2001/01/25  03:14:07
40489         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
40490              From: Peter Prymmer <pvhp@forte.com>
40491              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
40492              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
40493              
40494              The VMS bits.
40495      Branch: maint-5.6/perl
40496            ! configure.com vms/descrip_mms.template
40497 ____________________________________________________________________________
40498 [  8537] By: jhi                                   on 2001/01/25  03:06:09
40499         Log: Integrate #7710,7824,7973 from mainline.
40500      Branch: maint-5.6/perl
40501           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
40502           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
40503           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
40504           !> vos/config.ga.def vos/config.ga.h win32/config.bc
40505           !> win32/config.gc win32/config.vc
40506 ____________________________________________________________________________
40507 [  8536] By: jhi                                   on 2001/01/24  13:50:20
40508         Log: Revert the edits made by me so far to the 5.6 branch since
40509              the TRIAL1 since I did edits when I should have been using
40510              integrates.  Bad programmer.   (Will integrate them properly later.)
40511              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
40512              The #8353 will not be reapplied at least for now since
40513              the UTF-8 hash keys need more thinking.
40514              (The patches #8347, #8354, #8454, #8473 were okay since they
40515              were original edits made specifically for the 5.6.1-TRIAL1.)
40516      Branch: maint-5.6/perl
40517            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40518            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
40519            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
40520            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
40521            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
40522            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
40523            ! win32/config.bc win32/config.gc win32/config.vc
40524 ____________________________________________________________________________
40525 [  8535] By: bailey                                on 2001/01/24  06:37:02
40526         Log: SYN SYN
40527      Branch: vmsperl
40528           +> (branch 26 files)
40529           !> (integrate 130 files)
40530 ____________________________________________________________________________
40531 [  8534] By: nick                                  on 2001/01/23  19:30:57
40532         Log: Integrate mainline.
40533      Branch: perlio
40534           !> Changes Configure Porting/Glossary Porting/config.sh
40535           !> Porting/config_H embed.h embed.pl ext/Encode/compile
40536           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
40537           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
40538           !> pod/perlvar.pod proto.h t/lib/1_compile.t
40539 ____________________________________________________________________________
40540 [  8533] By: jhi                                   on 2001/01/23  16:15:46
40541         Log: Forgotten from #8501.
40542      Branch: perl
40543            ! Porting/Glossary Porting/config.sh Porting/config_H
40544 ____________________________________________________________________________
40545 [  8532] By: jhi                                   on 2001/01/23  16:13:27
40546         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
40547              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
40548              Date: Mon, 22 Jan 2001 17:51:58 +0100
40549              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
40550      Branch: perl
40551            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
40552 ____________________________________________________________________________
40553 [  8531] By: jhi                                   on 2001/01/23  15:46:01
40554         Log: Update Changes.
40555      Branch: perl
40556            ! Changes patchlevel.h
40557 ____________________________________________________________________________
40558 [  8530] By: jhi                                   on 2001/01/23  15:38:39
40559         Log: De-cut-and-pasto.
40560      Branch: perl
40561            ! t/lib/1_compile.t
40562 ____________________________________________________________________________
40563 [  8529] By: jhi                                   on 2001/01/23  15:11:04
40564         Log: Document the mkdir trailing slashes case.
40565      Branch: perl
40566            ! pod/perlfunc.pod
40567 ____________________________________________________________________________
40568 [  8528] By: jhi                                   on 2001/01/23  15:08:28
40569         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
40570              get installed:
40571              
40572              Subject: lib/lib.pm
40573              From: <abigail@foad.org>
40574              Date: Mon, 28 Aug 2000 20:35:08 -0400
40575              Message-ID: <20000829003508.21281.qmail@foad.org>
40576      Branch: perl
40577            ! installperl
40578 ____________________________________________________________________________
40579 [  8527] By: jhi                                   on 2001/01/23  14:44:04
40580         Log: Metaconfig unit change for #8526.
40581      Branch: metaconfig
40582            ! U/threads/archname.U
40583 ____________________________________________________________________________
40584 [  8526] By: jhi                                   on 2001/01/23  14:43:19
40585         Log: Attach -perlio to the archname if so selected.
40586      Branch: perl
40587            ! Configure
40588 ____________________________________________________________________________
40589 [  8525] By: jhi                                   on 2001/01/23  14:24:01
40590         Log: Subject: [PATCH] pod/perlvar.pod
40591              From: abigail@foad.org
40592              Date: Tue, 23 Jan 2001 01:41:10 +0100
40593              Message-ID: <20010123004110.22259.qmail@foad.org>
40594      Branch: perl
40595            ! pod/perlvar.pod
40596 ____________________________________________________________________________
40597 [  8524] By: jhi                                   on 2001/01/23  14:22:32
40598         Log: A bug introduced in #8217 (the undefined variable in the
40599              lib/safe1_t #3) fixed, by Charles Lane:
40600              
40601              The earlier patch made it so that stuff running in Safe
40602              compartments could do a "caller" and see "main".  That
40603              little change in name is done right before the code in
40604              the compartment is run, and apparantly the parser
40605              was picking up the stash name before it got changed.
40606              
40607              (why it was threaded vs. unthreaded Perl that was sensitive to this
40608              I still don't know...and it probably doesn't matter).
40609              
40610              I tryed removing the stash name-change and saw that threaded Perl
40611              did indeed pass the lib/safe1.t tests.
40612              
40613              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
40614              do the name change (and to connect _ in the compartment to the global
40615              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
40616              to call _safe_pkg_prep when creating a new compartment.
40617              
40618              Passes all tests with threaded perl on linux; passes all tests
40619              with unthreaded perl on VMS.
40620              
40621              At some point I'll probably want to revisit Safe and Opcode to
40622              provide more sensible handling of global variables...and to get
40623              formats working in Safe compartments, which they don't do currently.
40624      Branch: perl
40625            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
40626 ____________________________________________________________________________
40627 [  8523] By: jhi                                   on 2001/01/23  14:11:58
40628         Log: Also the lib/Thread.pm itself needs to be ignored if
40629              the Thread extension hasn't been built.
40630      Branch: perl
40631            ! t/lib/1_compile.t
40632 ____________________________________________________________________________
40633 [  8522] By: jhi                                   on 2001/01/23  13:51:28
40634         Log: print() instead of warn() so that stderr doesn't get
40635              unncessarily polluted.
40636      Branch: perl
40637            ! ext/Encode/compile
40638 ____________________________________________________________________________
40639 [  8521] By: jhi                                   on 2001/01/23  13:49:48
40640         Log: Integrate perlio.
40641      Branch: perl
40642           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
40643           !> ext/Encode/encode.h
40644 ____________________________________________________________________________
40645 [  8520] By: nick                                  on 2001/01/22  21:44:00
40646         Log: More messing with Encode:
40647              Extra fields in header to allow multiple names and to record
40648              other things "compile" knows.
40649              Re-organise compile to factor out common output routines.
40650      Branch: perlio
40651            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
40652 ____________________________________________________________________________
40653 [  8519] By: nick                                  on 2001/01/22  20:33:50
40654         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
40655      Branch: perlio
40656            ! ext/Encode/Makefile.PL ext/Encode/compile
40657 ____________________________________________________________________________
40658 [  8518] By: nick                                  on 2001/01/22  20:28:13
40659         Log: Integrate mainline
40660      Branch: perlio
40661           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
40662           !> vos/config.alpha.def vos/config.alpha.h
40663 ____________________________________________________________________________
40664 [  8517] By: jhi                                   on 2001/01/22  15:37:17
40665         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
40666              by Inaba Hiroto.
40667      Branch: perl
40668            ! sv.c
40669 ____________________________________________________________________________
40670 [  8516] By: jhi                                   on 2001/01/22  14:55:15
40671         Log: More SIG_SIZE fixes.
40672      Branch: perl
40673            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
40674 ____________________________________________________________________________
40675 [  8515] By: jhi                                   on 2001/01/22  14:50:27
40676         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
40677              From: "Craig A. Berry" <craigberry@mac.com>
40678              Date: Mon, 22 Jan 2001 00:42:24 -0600
40679              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
40680      Branch: perl
40681            ! configure.com
40682 ____________________________________________________________________________
40683 [  8514] By: jhi                                   on 2001/01/22  14:31:17
40684         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
40685              From: "Craig A. Berry" <craigberry@mac.com>
40686              Date: Sun, 21 Jan 2001 23:03:25 -0600
40687              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
40688      Branch: perl
40689            ! configure.com
40690 ____________________________________________________________________________
40691 [  8513] By: jhi                                   on 2001/01/22  14:14:00
40692         Log: Add the .ucm encoding tables to the MANIFEST.
40693      Branch: perl
40694            ! MANIFEST
40695 ____________________________________________________________________________
40696 [  8512] By: jhi                                   on 2001/01/22  13:43:33
40697         Log: Integrate perlio.
40698      Branch: perl
40699           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
40700           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
40701           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
40702           +> ext/Encode/Encode/iso8859-10.ucm
40703           +> ext/Encode/Encode/iso8859-13.ucm
40704           +> ext/Encode/Encode/iso8859-14.ucm
40705           +> ext/Encode/Encode/iso8859-15.ucm
40706           +> ext/Encode/Encode/iso8859-16.ucm
40707           +> ext/Encode/Encode/iso8859-2.ucm
40708           +> ext/Encode/Encode/iso8859-3.ucm
40709           +> ext/Encode/Encode/iso8859-4.ucm
40710           +> ext/Encode/Encode/iso8859-5.ucm
40711           +> ext/Encode/Encode/iso8859-6.ucm
40712           +> ext/Encode/Encode/iso8859-7.ucm
40713           +> ext/Encode/Encode/iso8859-8.ucm
40714           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
40715           +> ext/Encode/Encode/symbol.ucm
40716           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
40717           !> perliol.h
40718 ____________________________________________________________________________
40719 [  8511] By: nick                                  on 2001/01/21  23:44:47
40720         Log: Make "real" layers of ":utf8" and ":raw".
40721              So now PERLIO=utf8 perl ...
40722              does what Andreas wanted.
40723              Fix arg passing in open.pm (still have a Carp issue).
40724      Branch: perlio
40725            ! lib/open.pm perlio.c perliol.h
40726 ____________________________________________________________________________
40727 [  8510] By: jhi                                   on 2001/01/21  22:56:53
40728         Log: Document the regex content pushing/popping a bit better.
40729      Branch: perl
40730            ! regexec.c
40731 ____________________________________________________________________________
40732 [  8509] By: jhi                                   on 2001/01/21  22:55:44
40733         Log: Tweak the mkdir trailing slash code some more.
40734              
40735              TO DO: the same handling should probably be done for
40736              all the other filesystem functions that can have directories
40737              as their arguments.
40738      Branch: perl
40739            ! pp_sys.c
40740 ____________________________________________________________________________
40741 [  8508] By: nick                                  on 2001/01/21  21:37:43
40742         Log: Switch "compiled in" encodings to .ucm format.
40743              (Leave others as .enc till we can run-time load .ucm,
40744              or find some other way to load them.)
40745      Branch: perlio
40746            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
40747            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
40748            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
40749            + ext/Encode/Encode/iso8859-10.ucm
40750            + ext/Encode/Encode/iso8859-13.ucm
40751            + ext/Encode/Encode/iso8859-14.ucm
40752            + ext/Encode/Encode/iso8859-15.ucm
40753            + ext/Encode/Encode/iso8859-16.ucm
40754            + ext/Encode/Encode/iso8859-2.ucm
40755            + ext/Encode/Encode/iso8859-3.ucm
40756            + ext/Encode/Encode/iso8859-4.ucm
40757            + ext/Encode/Encode/iso8859-5.ucm
40758            + ext/Encode/Encode/iso8859-6.ucm
40759            + ext/Encode/Encode/iso8859-7.ucm
40760            + ext/Encode/Encode/iso8859-8.ucm
40761            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
40762            + ext/Encode/Encode/symbol.ucm
40763            ! ext/Encode/Makefile.PL ext/Encode/compile
40764 ____________________________________________________________________________
40765 [  8507] By: nick                                  on 2001/01/21  21:02:03
40766         Log: Integrate (partial) mainline.
40767      Branch: perlio
40768           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
40769           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
40770           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
40771 ____________________________________________________________________________
40772 [  8506] By: jhi                                   on 2001/01/21  20:09:30
40773         Log: Update Changes.
40774      Branch: perl
40775            ! Changes patchlevel.h
40776 ____________________________________________________________________________
40777 [  8505] By: jhi                                   on 2001/01/21  19:39:59
40778         Log: Subject: Minor typos in perlfaq2.pod
40779              From: "Stephen P. Potter" <spp@spotter.yi.org>
40780              Message-Id: <200101192101.QAA11911@spotter.yi.org>
40781              Date: Fri, 19 Jan 2001 16:01:13 -0500
40782              
40783              with a nit from Philip Netwon.
40784      Branch: perl
40785            ! pod/perlfaq2.pod
40786 ____________________________________________________________________________
40787 [  8504] By: jhi                                   on 2001/01/21  19:33:05
40788         Log: Metaconfig change for #8503.
40789      Branch: metaconfig
40790            ! U/threads/usethreads.U
40791 ____________________________________________________________________________
40792 [  8503] By: jhi                                   on 2001/01/21  19:32:21
40793         Log: Sanity check for conflicting thread flavours.
40794      Branch: perl
40795            ! Configure config_h.SH
40796 ____________________________________________________________________________
40797 [  8502] By: jhi                                   on 2001/01/21  19:23:00
40798         Log: Metaconfig change for #8501.
40799      Branch: metaconfig
40800            ! U/modified/sig_name.U
40801 ____________________________________________________________________________
40802 [  8501] By: jhi                                   on 2001/01/21  19:22:26
40803         Log: The SIG_SIZE is the number of the elements *excluding*
40804              the terminating NULL.
40805      Branch: perl
40806            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
40807            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
40808            ! win32/config_H.vc
40809 ____________________________________________________________________________
40810 [  8500] By: jhi                                   on 2001/01/21  18:31:31
40811         Log: Integrate perlio.
40812      Branch: perl
40813           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
40814           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
40815           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
40816           !> pp_sys.c proto.h sv.c
40817 ____________________________________________________________________________
40818 [  8499] By: jhi                                   on 2001/01/21  17:43:57
40819         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
40820              From: Hugo <hv@crypt.compulink.co.uk>
40821              Date: Sun, 21 Jan 2001 13:34:05 +0000
40822              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
40823              
40824              In sprintf UTF8ize only if necessary.
40825      Branch: perl
40826            ! sv.c
40827 ____________________________________________________________________________
40828 [  8498] By: nick                                  on 2001/01/21  16:25:32
40829         Log: Encode cleanup.
40830              Add command line control over "compile" so that Makefile.PL
40831              needs can be combined with other uses.
40832              Use command line options in Makefile.PL.
40833              Fix multi-byte parsing in .ucm files.
40834      Branch: perlio
40835            ! ext/Encode/Makefile.PL ext/Encode/compile
40836 ____________________________________________________________________________
40837 [  8497] By: nick                                  on 2001/01/21  12:56:27
40838         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
40839      Branch: perlio
40840            ! ext/Encode/Encode.xs
40841 ____________________________________________________________________________
40842 [  8496] By: nick                                  on 2001/01/21  12:18:45
40843         Log: Fixup after integrate:
40844              missed the .sym files that are changed by regen_headers
40845              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
40846      Branch: perlio
40847            ! global.sym pp.sym sv.c
40848 ____________________________________________________________________________
40849 [  8495] By: nick                                  on 2001/01/21  11:51:07
40850         Log: Integrate mainline.
40851      Branch: perlio
40852           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
40853           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
40854           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
40855           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
40856           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
40857           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
40858           !> win32/Makefile win32/makefile.mk
40859 ____________________________________________________________________________
40860 [  8494] By: jhi                                   on 2001/01/20  23:12:11
40861         Log: Forgot the expect_number() prototype.
40862      Branch: perl
40863            ! embed.h embed.pl proto.h
40864 ____________________________________________________________________________
40865 [  8493] By: jhi                                   on 2001/01/20  22:56:39
40866         Log: Subject: [PATCH: perl@8482] README.vms URL updates
40867              From: Peter Prymmer <pvhp@forte.com>
40868              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
40869              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
40870              
40871              Plus Craig A. Berry's suggestion to use compaq.com instead
40872              of digital.com.
40873      Branch: perl
40874            ! README.vms
40875 ____________________________________________________________________________
40876 [  8492] By: jhi                                   on 2001/01/20  22:50:05
40877         Log: Memory management calls documentation.
40878      Branch: perl
40879            ! pod/perlguts.pod
40880 ____________________________________________________________________________
40881 [  8491] By: jhi                                   on 2001/01/20  22:38:33
40882         Log: Signedness nit plus few memcpy/Copy nits.
40883      Branch: perl
40884            ! sv.c
40885 ____________________________________________________________________________
40886 [  8490] By: jhi                                   on 2001/01/20  22:25:53
40887         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
40888              From: Peter Prymmer <pvhp@forte.com>
40889              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
40890              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
40891      Branch: perl
40892            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
40893 ____________________________________________________________________________
40894 [  8489] By: jhi                                   on 2001/01/20  22:24:41
40895         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
40896              From: Peter Prymmer <pvhp@forte.com>
40897              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
40898              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
40899      Branch: perl
40900            ! win32/Makefile win32/makefile.mk
40901 ____________________________________________________________________________
40902 [  8488] By: jhi                                   on 2001/01/20  22:22:27
40903         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
40904              From: Peter Prymmer <pvhp@forte.com>
40905              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
40906              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
40907      Branch: perl
40908            ! Makefile.SH
40909 ____________________________________________________________________________
40910 [  8487] By: jhi                                   on 2001/01/20  22:21:18
40911         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
40912              From: Peter Prymmer <pvhp@forte.com>
40913              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
40914              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
40915      Branch: perl
40916            + ext/DynaLoader/dl_dllload.xs
40917            ! MANIFEST Makefile.SH hints/os390.sh
40918 ____________________________________________________________________________
40919 [  8486] By: jhi                                   on 2001/01/20  22:17:53
40920         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
40921              From: Peter Prymmer <pvhp@forte.com>
40922              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
40923              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
40924      Branch: perl
40925            ! README.os390 README.posix-bc
40926 ____________________________________________________________________________
40927 [  8485] By: jhi                                   on 2001/01/20  20:15:30
40928         Log: Document and test the new qu operator.
40929      Branch: perl
40930            + t/op/qu.t
40931            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
40932            ! pod/perlretut.pod pod/perlunicode.pod
40933 ____________________________________________________________________________
40934 [  8484] By: nick                                  on 2001/01/20  19:42:30
40935         Log: Infrastructure to allow:
40936              open($fh,"|-",@array);
40937              to be implemented
40938              i.e. mark pp_open as needing a stack mark, and make pp_open
40939              process its args in that style (and pass them _all_ to tied handles OPEN).
40940              Invent do_openn() which takes SV ** at allow it to see multiple args.
40941              Note this does not _do_ anything yet.
40942      Branch: perlio
40943            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
40944            ! perlapi.c pp_proto.h pp_sys.c proto.h
40945 ____________________________________________________________________________
40946 [  8483] By: nick                                  on 2001/01/20  17:23:14
40947         Log: Integrate mainline.
40948      Branch: perlio
40949           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
40950           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
40951 ____________________________________________________________________________
40952 [  8482] By: jhi                                   on 2001/01/19  15:37:49
40953         Log: Update Changes.
40954      Branch: perl
40955            ! Changes patchlevel.h
40956 ____________________________________________________________________________
40957 [  8481] By: jhi                                   on 2001/01/19  14:41:24
40958         Log: Subject: Re: new feature: s?printf parameter reordering 
40959              From: Hugo <hv@crypt.compulink.co.uk>
40960              Date: Thu, 11 Jan 2001 17:09:03 +0000
40961              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
40962              
40963              - support reordering for all parameters: %, *v, *, .*
40964              - lay down that the reordering specification must immediately
40965              follow that parameter: %3$, *v3$, *3$, .*3$
40966              - fix vectorisation of a zero-length string
40967              - factor out the code choosing the argument to format
40968              
40969              Possibly unwanted side-effects:
40970              - the special format specifiers ' +-0' must now precede any
40971              vectorisation specifier. Tests in op/sprintf and op/ver
40972              have been changed to reflect this.
40973              - sprintf.t test #214 changed its expectations because in many
40974              cases, the next parameter has already been consumed when an
40975              invalid type letter is detected.
40976              
40977              Probably wanted side-effects:
40978              - attempts to format a non-existent parameter will warn as if C<undef>
40979              - attempt to write to non-existent parameter with '%n' will complain
40980              of "attempt to modify read-only value" instead of being silent
40981      Branch: perl
40982            ! sv.c t/op/sprintf.t t/op/ver.t
40983 ____________________________________________________________________________
40984 [  8480] By: jhi                                   on 2001/01/19  14:08:37
40985         Log: Subject: PATCH pragma/locale.t
40986              From: andreas.koenig@anima.de (Andreas J. Koenig)
40987              Date: 18 Jan 2001 09:45:37 +0100
40988              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
40989      Branch: perl
40990            ! t/pragma/locale.t
40991 ____________________________________________________________________________
40992 [  8479] By: jhi                                   on 2001/01/19  13:19:58
40993         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
40994      Branch: perl
40995            ! configure.com
40996 ____________________________________________________________________________
40997 [  8478] By: jhi                                   on 2001/01/19  02:12:35
40998         Log: Automate 1_compile.t.
40999      Branch: perl
41000            ! t/lib/1_compile.t
41001 ____________________________________________________________________________
41002 [  8477] By: jhi                                   on 2001/01/19  01:49:56
41003         Log: Integrate perlio.
41004      Branch: perl
41005           !> sv.c win32/config.bc win32/config.gc win32/config.vc
41006           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
41007 ____________________________________________________________________________
41008 [  8476] By: nick                                  on 2001/01/18  21:51:52
41009         Log: Integrate mainline
41010      Branch: perlio
41011           +> t/lib/1_compile.t t/lib/compmod.pl
41012           !> MANIFEST configure.com lib/unicode/distinct.pm
41013 ____________________________________________________________________________
41014 [  8475] By: nick                                  on 2001/01/18  21:48:02
41015         Log: Win32 "safe signals" co-existance fix.
41016              Fix SIG_SIZE value.
41017              Clear PL_sig_pending when cloning (fork).
41018      Branch: perlio
41019            ! sv.c win32/config.bc win32/config.gc win32/config.vc
41020            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
41021 ____________________________________________________________________________
41022 [  8474] By: jhi                                   on 2001/01/18  14:40:57
41023         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
41024      Branch: perl
41025            ! t/lib/1_compile.t
41026 ____________________________________________________________________________
41027 [  8473] By: gsar                                  on 2001/01/18  11:42:31
41028         Log: unsubmitted trial1 change
41029      Branch: maint-5.6/perl
41030            ! Changes
41031 ____________________________________________________________________________
41032 [  8472] By: jhi                                   on 2001/01/18  04:30:24
41033         Log: The first bug found by 1_compile.t.
41034      Branch: perl
41035            ! lib/unicode/distinct.pm
41036 ____________________________________________________________________________
41037 [  8471] By: jhi                                   on 2001/01/18  04:29:42
41038         Log: Add Schwern's 1_compile test.  The compile_module script renamed
41039              to be a bit shorter for the 8.3 people.
41040      Branch: perl
41041            + t/lib/1_compile.t t/lib/compmod.pl
41042            ! MANIFEST
41043 ____________________________________________________________________________
41044 [  8470] By: jhi                                   on 2001/01/18  04:16:00
41045         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)
41046              From: Peter Prymmer <pvhp@forte.com>
41047              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
41048              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
41049              Replace #8463.
41050      Branch: maint-5.6/perl
41051            ! configure.com
41052 ____________________________________________________________________________
41053 [  8469] By: jhi                                   on 2001/01/18  04:13:02
41054         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)
41055              From: Peter Prymmer <pvhp@forte.com>
41056              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
41057              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
41058              Replace #8462.
41059      Branch: perl
41060            ! configure.com
41061 ____________________________________________________________________________
41062 [  8468] By: jhi                                   on 2001/01/18  03:42:08
41063         Log: Integrate perlio.
41064      Branch: perl
41065           !> gv.c mg.c perlio.c util.c
41066 ____________________________________________________________________________
41067 [  8467] By: nick                                  on 2001/01/17  22:41:10
41068         Log: "Safe" signals - trial implementation.
41069              gv.c tweaked to zero PL_sig_pend array
41070              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
41071              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
41072              Odd thing is that it "works" with PERLIO=stdio as well (linux).
41073      Branch: perlio
41074            ! gv.c mg.c perlio.c util.c
41075 ____________________________________________________________________________
41076 [  8466] By: nick                                  on 2001/01/17  20:40:20
41077         Log: Integrate mainline.
41078      Branch: perlio
41079           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
41080           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
41081           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
41082           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
41083           !> vos/config.ga.h win32/config.bc win32/config.gc
41084           !> win32/config.vc
41085 ____________________________________________________________________________
41086 [  8465] By: jhi                                   on 2001/01/17  18:37:13
41087         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
41088              From: Nicholas Clark <nick@ccl4.org>
41089              Date: Wed, 17 Jan 2001 17:31:33 +0000
41090              Message-ID: <20010117173133.I2633@plum.flirble.org>
41091      Branch: perl
41092            ! t/op/int.t
41093 ____________________________________________________________________________
41094 [  8464] By: jhi                                   on 2001/01/17  14:43:17
41095         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
41096              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
41097              Date: Wed, 17 Jan 2001 15:16:43 +0100
41098              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
41099              
41100              pp_int() was dropping an NV to the floor,
41101              int(279964589018079/59) either returned not an integer
41102              4745162525730.15, or one got "Attempt to free unreferenced scalar."
41103      Branch: perl
41104            ! pp.c
41105 ____________________________________________________________________________
41106 [  8463] By: jhi                                   on 2001/01/17  06:12:42
41107         Log: (Replaced by #8470)
41108              
41109              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)
41110              From: "Craig A. Berry" <craigberry@mac.com>
41111              Date: Tue, 16 Jan 2001 23:38:46 -0600
41112              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
41113      Branch: maint-5.6/perl
41114            ! configure.com
41115 ____________________________________________________________________________
41116 [  8462] By: jhi                                   on 2001/01/17  06:11:31
41117         Log: (Replaced by #8469)
41118              
41119              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)
41120              From: "Craig A. Berry" <craigberry@mac.com>
41121              Date: Tue, 16 Jan 2001 23:38:46 -0600
41122              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
41123      Branch: perl
41124            ! configure.com
41125 ____________________________________________________________________________
41126 [  8461] By: jhi                                   on 2001/01/17  05:56:12
41127         Log: Allow for one trailing slash in the directory of mkdir().
41128      Branch: perl
41129            ! pp_sys.c
41130 ____________________________________________________________________________
41131 [  8460] By: jhi                                   on 2001/01/17  03:26:01
41132         Log: Metaconfig unit changes for #8459.
41133      Branch: metaconfig
41134            ! U/modified/Loc.U U/modified/sig_name.U
41135 ____________________________________________________________________________
41136 [  8459] By: jhi                                   on 2001/01/17  03:24:48
41137         Log: Define SIG_SIZE, the number of elements in the sig_name and
41138              sig_num arrays, including the final NULL entry.
41139      Branch: perl
41140            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41141            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
41142            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
41143            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
41144            ! win32/config.bc win32/config.gc win32/config.vc
41145 ____________________________________________________________________________
41146 [  8458] By: jhi                                   on 2001/01/17  01:41:33
41147         Log: Integrate perlio.
41148      Branch: perl
41149           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
41150           !> perlapi.h proto.h sv.c
41151 ____________________________________________________________________________
41152 [  8457] By: nick                                  on 2001/01/16  22:07:26
41153         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
41154              Provides all the "cost" but no benefit yet - it is to allow cost
41155              to be measured, and implementation experiments (just in mg.c?).
41156      Branch: perlio
41157            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
41158            ! perlapi.h proto.h sv.c
41159 ____________________________________________________________________________
41160 [  8456] By: nick                                  on 2001/01/16  21:07:07
41161         Log: Integrate mainline.
41162      Branch: perlio
41163           !> (integrate 51 files)
41164 ____________________________________________________________________________
41165 [  8455] By: jhi                                   on 2001/01/16  18:13:43
41166         Log: Subject: [PATCH] regcomp.c old feature removal
41167              From: mjd@plover.com
41168              Date: 16 Jan 2001 14:43:18 -0000 
41169              Message-ID: <20010116144318.7140.qmail@plover.com> 
41170      Branch: perl
41171            ! regcomp.c
41172 ____________________________________________________________________________
41173 [  8454] By: jhi                                   on 2001/01/16  16:12:39
41174         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
41175              From: "Indy Singh" <indy@nusphere.com>
41176              Date: Wed, 10 Jan 2001 20:17:49 -0500
41177              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
41178      Branch: maint-5.6/perl
41179            ! win32/Makefile
41180 ____________________________________________________________________________
41181 [  8453] By: jhi                                   on 2001/01/16  16:09:33
41182         Log: Update Changes.
41183      Branch: perl
41184            ! Changes patchlevel.h
41185 ____________________________________________________________________________
41186 [  8452] By: jhi                                   on 2001/01/16  15:42:04
41187         Log: Subject: Re: API Cleanup
41188              To: perl5-porters@perl.org
41189              Date: Tue, 16 Jan 2001 13:42:30 +0000
41190              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
41191              
41192              Subject: [PATCH] utf8.c documentation
41193              From: Simon Cozens <simon@cozens.net>
41194              Date: Tue, 16 Jan 2001 13:52:48 +0000
41195              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
41196              
41197              Subject: Re: API Cleanup
41198              From: Simon Cozens <simon@cozens.net>
41199              Date: Tue, 16 Jan 2001 14:58:55 +0000
41200              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
41201              
41202              UTF-8 doc patches.
41203      Branch: perl
41204            ! embed.pl pod/perlapi.pod utf8.c
41205 ____________________________________________________________________________
41206 [  8451] By: jhi                                   on 2001/01/16  14:41:39
41207         Log: podlators 1.07, from Russ Allbery.
41208      Branch: perl
41209            ! lib/Pod/Man.pm
41210 ____________________________________________________________________________
41211 [  8450] By: jhi                                   on 2001/01/16  14:24:19
41212         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
41213              From: "Indy Singh" <indy@nusphere.com>
41214              Date: Mon, 15 Jan 2001 20:59:40 -0500
41215              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
41216      Branch: perl
41217            ! win32/Makefile
41218 ____________________________________________________________________________
41219 [  8449] By: jhi                                   on 2001/01/16  03:42:55
41220         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
41221              at the setting of the ofs_sv in new_struct_thread() as the
41222              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
41223              uninitialized fields are, uh, initialized with),
41224              SvREFCNT_inc()ing that invited a core dump.
41225      Branch: perl
41226            ! util.c
41227 ____________________________________________________________________________
41228 [  8448] By: jhi                                   on 2001/01/16  01:49:07
41229         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
41230              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
41231              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
41232              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
41233              
41234              Replace #8444 and #8445.
41235      Branch: perl
41236            ! ext/B/B.xs ext/B/B/Debug.pm
41237 ____________________________________________________________________________
41238 [  8447] By: jhi                                   on 2001/01/15  21:05:35
41239         Log: Subject: [PATCH] API Variable documentation   
41240              From: Simon Cozens <simon@cozens.net>
41241              Date: Mon, 15 Jan 2001 19:35:54 +0000
41242              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
41243      Branch: perl
41244            ! pod/perlapi.pod thrdvar.h
41245 ____________________________________________________________________________
41246 [  8446] By: jhi                                   on 2001/01/15  20:49:20
41247         Log: Signedness nit.
41248      Branch: perl
41249            ! pp_ctl.c
41250 ____________________________________________________________________________
41251 [  8445] By: jhi                                   on 2001/01/15  20:28:48
41252         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
41253      Branch: perl
41254            ! ext/B/B/Debug.pm
41255 ____________________________________________________________________________
41256 [  8444] By: jhi                                   on 2001/01/15  13:09:10
41257         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
41258      Branch: perl
41259            ! ext/B/B.xs
41260 ____________________________________________________________________________
41261 [  8443] By: jhi                                   on 2001/01/15  13:06:26
41262         Log: Missing from #8439.
41263      Branch: perl
41264            ! keywords.h mg.c
41265 ____________________________________________________________________________
41266 [  8442] By: jhi                                   on 2001/01/15  13:02:38
41267         Log: Subject: [PATCH @8436] Eliminate op_children
41268              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
41269              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
41270              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
41271              
41272              Subject: [PATCH @8436] Re: Eliminate op_children
41273              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
41274              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
41275              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
41276      Branch: perl
41277            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
41278            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
41279            ! op.c op.h
41280 ____________________________________________________________________________
41281 [  8441] By: jhi                                   on 2001/01/15  12:57:08
41282         Log: Use the /^Perl_/-less form of is_lvalue_sub().
41283      Branch: perl
41284            ! pp.h
41285 ____________________________________________________________________________
41286 [  8440] By: jhi                                   on 2001/01/15  05:13:09
41287         Log: Revert #8437 and #8438, the Linux large files story is more complex.
41288      Branch: metaconfig/U/perl
41289            ! d_fpos64_t.U d_off64_t.U
41290      Branch: perl
41291            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41292            ! config_h.SH configure.com epoc/config.sh perl.h
41293            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
41294            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
41295            ! win32/config.bc win32/config.gc win32/config.vc
41296 ____________________________________________________________________________
41297 [  8439] By: jhi                                   on 2001/01/15  05:02:24
41298         Log: More UTF-8 patches from Inaba Hiroto.
41299              - The substr lval was still not okay.
41300              - Now pp_stringify and sv_setsv copies source's UTF8 flag
41301              even if IN_BYTE.  pp_stringify is called from fold_constants
41302              at optimization phase and "\x{100}" was made SvUTF8_off under
41303              use bytes (the bytes pragma is for "byte semantics" and not
41304              for "do not produce UTF8 data")
41305              - New `qu' operator to generate UTF8 string explicitly.
41306              Though I agree with the policy "0x00-0xff always produce bytes",
41307              sometimes want to such a string to be coded in UTF8.
41308              I can use pack"U0a*" but it requires more typing and has
41309              runtime overhead.
41310              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
41311              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
41312              string is not UTF8_on and has char 0x80-0xff.
41313              
41314              TODO: document and test qu.
41315      Branch: perl
41316            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
41317            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
41318            ! toke.c
41319 ____________________________________________________________________________
41320 [  8438] By: jhi                                   on 2001/01/14  05:10:23
41321         Log: (Reverted by #8440)
41322              
41323              Metaconfig unit changes for #8437.
41324      Branch: metaconfig/U/perl
41325            ! d_fpos64_t.U d_off64_t.U
41326 ____________________________________________________________________________
41327 [  8437] By: jhi                                   on 2001/01/14  04:55:34
41328         Log: (Reverted by #8440)
41329              
41330              Add <features.h> probing, seems to be needed for (some?)
41331              Linux largefileness.
41332      Branch: perl
41333            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41334            ! config_h.SH configure.com epoc/config.sh perl.h
41335            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
41336            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
41337            ! win32/config.bc win32/config.gc win32/config.vc
41338 ____________________________________________________________________________
41339 [  8436] By: jhi                                   on 2001/01/13  17:47:21
41340         Log: Tighten some of the tests a bit.
41341      Branch: perl
41342            ! t/pragma/utf8.t
41343 ____________________________________________________________________________
41344 [  8435] By: jhi                                   on 2001/01/13  17:31:54
41345         Log: Integrate perlio.
41346      Branch: perl
41347           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
41348           !> win32/config_H.gc win32/config_H.vc
41349 ____________________________________________________________________________
41350 [  8434] By: nick                                  on 2001/01/13  11:36:53
41351         Log: Run dmake regen_config_h for Win32
41352      Branch: perlio
41353            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
41354 ____________________________________________________________________________
41355 [  8433] By: nick                                  on 2001/01/13  11:31:55
41356         Log: VMS friendly patch to Encode compile process
41357      Branch: perlio
41358            ! ext/Encode/Makefile.PL ext/Encode/compile
41359 ____________________________________________________________________________
41360 [  8432] By: nick                                  on 2001/01/13  11:06:44
41361         Log: Integrate mainline
41362      Branch: perlio
41363           +> ext/B/B/Concise.pm
41364           !> (integrate 52 files)
41365 ____________________________________________________________________________
41366 [  8431] By: jhi                                   on 2001/01/13  05:55:55
41367         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
41368              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
41369              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
41370              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
41371      Branch: perl
41372            ! ext/B/B/Concise.pm
41373 ____________________________________________________________________________
41374 [  8430] By: jhi                                   on 2001/01/13  04:24:18
41375         Log: The LVRET macro needed an aTHX.
41376      Branch: perl
41377            ! pp.h
41378 ____________________________________________________________________________
41379 [  8429] By: jhi                                   on 2001/01/13  02:12:42
41380         Log: Update Changes.
41381      Branch: perl
41382            ! Changes patchlevel.h
41383 ____________________________________________________________________________
41384 [  8428] By: jhi                                   on 2001/01/13  02:08:50
41385         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
41386              From: Peter Prymmer <pvhp@forte.com>
41387              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
41388              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
41389              
41390              Add a BEGIN guard for sloppy floating point division.
41391      Branch: perl
41392            ! lib/Math/BigInt.pm lib/bigint.pl
41393 ____________________________________________________________________________
41394 [  8427] By: jhi                                   on 2001/01/13  01:47:16
41395         Log: The B::Terse drop-in replacement wasn't quite drop-in.
41396      Branch: perl
41397            ! ext/B/B/Terse.pm
41398 ____________________________________________________________________________
41399 [  8426] By: jhi                                   on 2001/01/12  21:20:43
41400         Log: Use UVXf.
41401      Branch: perl
41402            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41403            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
41404            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
41405            ! vos/config.ga.def vos/config.ga.h win32/config.bc
41406            ! win32/config.gc win32/config.vc
41407 ____________________________________________________________________________
41408 [  8425] By: jhi                                   on 2001/01/12  20:20:14
41409         Log: Subject: [PATCH perl@8342] -Wformat
41410              From: Robin Barker <rmb1@cise.npl.co.uk>
41411              Date: Fri, 12 Jan 2001 20:03:14 GMT
41412              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
41413      Branch: perl
41414            ! ext/Encode/Encode.xs mg.c sv.c toke.c
41415 ____________________________________________________________________________
41416 [  8424] By: jhi                                   on 2001/01/12  20:01:48
41417         Log: Subject: B::Concise -- an improved replacement for B::Terse 
41418              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
41419              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
41420              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
41421      Branch: perl
41422            + ext/B/B/Concise.pm
41423            ! MANIFEST ext/B/B/Terse.pm
41424 ____________________________________________________________________________
41425 [  8423] By: jhi                                   on 2001/01/12  19:24:02
41426         Log: The new metaconfig unit from the #8421.
41427      Branch: metaconfig/U/perl
41428            + d_sigprocmask.U
41429 ____________________________________________________________________________
41430 [  8422] By: jhi                                   on 2001/01/12  19:23:43
41431         Log: Forgot the microperl config from the #8421.
41432      Branch: perl
41433            ! uconfig.h uconfig.sh
41434 ____________________________________________________________________________
41435 [  8421] By: jhi                                   on 2001/01/12  19:05:27
41436         Log: Add sigprocmask() probe, regen Configure, regen toc.
41437      Branch: perl
41438            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41439            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
41440            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
41441            ! vos/config.ga.h win32/config.bc win32/config.gc
41442            ! win32/config.vc
41443 ____________________________________________________________________________
41444 [  8420] By: jhi                                   on 2001/01/12  18:34:31
41445         Log: Add sockatmark() to the todo list.
41446      Branch: perl
41447            ! Todo-5.6
41448 ____________________________________________________________________________
41449 [  8419] By: jhi                                   on 2001/01/12  18:09:46
41450         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
41451      Branch: perl
41452            ! op.c
41453 ____________________________________________________________________________
41454 [  8418] By: jhi                                   on 2001/01/12  18:05:30
41455         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
41456              From: Radu Greab <radu@netsoft.ro>
41457              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
41458              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
41459      Branch: perl
41460            ! op.c t/pragma/sub_lval.t
41461 ____________________________________________________________________________
41462 [  8417] By: jhi                                   on 2001/01/12  16:09:09
41463         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
41464              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
41465              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
41466              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
41467      Branch: perl
41468            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
41469            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
41470            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
41471            ! t/pragma/sub_lval.t toke.c
41472 ____________________________________________________________________________
41473 [  8416] By: jhi                                   on 2001/01/12  15:42:06
41474         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
41475              From: "Richard Soderberg" <rs@crystalflame.net>
41476              Date: Fri, 12 Jan 2001 04:49:35 -0800
41477              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
41478              
41479              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
41480              according to the platform.
41481      Branch: perl
41482            ! op.c
41483 ____________________________________________________________________________
41484 [  8415] By: jhi                                   on 2001/01/12  15:33:41
41485         Log: One more UTF-8 fix from Inaba Hiroto.
41486      Branch: perl
41487            ! pp.c regexec.c t/pragma/utf8.t
41488 ____________________________________________________________________________
41489 [  8414] By: jhi                                   on 2001/01/12  15:30:18
41490         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
41491      Branch: perl
41492            ! regexec.c
41493 ____________________________________________________________________________
41494 [  8413] By: jhi                                   on 2001/01/12  15:22:10
41495         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
41496              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
41497              Date: Thu, 11 Jan 2001 12:53:36 +0100
41498              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
41499      Branch: perl
41500            ! toke.c
41501 ____________________________________________________________________________
41502 [  8412] By: jhi                                   on 2001/01/12  15:20:25
41503         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
41504              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
41505              Date: Fri, 12 Jan 2001 14:37:55 +0100
41506              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
41507      Branch: perl
41508            ! hints/posix-bc.sh
41509 ____________________________________________________________________________
41510 [  8411] By: jhi                                   on 2001/01/12  15:14:14
41511         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
41512              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
41513              Date: Fri, 12 Jan 2001 10:42:21 +0100
41514              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
41515      Branch: perl
41516            ! t/op/regmesg.t
41517 ____________________________________________________________________________
41518 [  8410] By: jhi                                   on 2001/01/12  05:48:55
41519         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
41520              From: Nicholas Clark <nick@ccl4.org> 
41521              Date: Sun, 7 Jan 2001 19:47:14 +0000
41522              Message-ID: <20010107194714.B1048@plum.flirble.org>
41523      Branch: perl
41524            ! t/op/numconvert.t
41525 ____________________________________________________________________________
41526 [  8409] By: jhi                                   on 2001/01/12  05:41:28
41527         Log: Integrate perlio.
41528      Branch: perl
41529           !> mg.c scope.h
41530 ____________________________________________________________________________
41531 [  8408] By: nick                                  on 2001/01/11  22:43:28
41532         Log: Remove variables that were used in experiments.
41533      Branch: perlio
41534            ! mg.c
41535 ____________________________________________________________________________
41536 [  8407] By: nick                                  on 2001/01/11  20:57:44
41537         Log: Catch die in %SIG handler and unblock the signal before re-dying.
41538              This make Linux work _without_ sigsetjmp().
41539              Turn off sigsetjmp() to see what else it does.
41540              May need Configure probe for sigprocmask() if anything has sigaction()
41541              but not sigprocmask().
41542      Branch: perlio
41543            ! mg.c scope.h
41544 ____________________________________________________________________________
41545 [  8406] By: nick                                  on 2001/01/11  19:32:07
41546         Log: Integrate mainline
41547      Branch: perlio
41548           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
41549           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
41550           !> t/op/substr.t
41551 ____________________________________________________________________________
41552 [  8405] By: jhi                                   on 2001/01/11  17:11:01
41553         Log: Fix UTF-8 lval substr().
41554      Branch: perl
41555            ! mg.c t/op/substr.t
41556 ____________________________________________________________________________
41557 [  8404] By: jhi                                   on 2001/01/11  05:13:58
41558         Log: Update Changes.
41559      Branch: perl
41560            ! Changes patchlevel.h
41561 ____________________________________________________________________________
41562 [  8403] By: jhi                                   on 2001/01/11  04:38:24
41563         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
41564              From: Hugo <hv@crypt.compulink.co.uk>
41565              Date: Mon, 30 Oct 2000 01:33:26 +0000
41566              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
41567      Branch: perl
41568            ! regexec.c t/op/re_tests
41569 ____________________________________________________________________________
41570 [  8402] By: jhi                                   on 2001/01/11  04:26:12
41571         Log: Integrate perlio.
41572      Branch: perl
41573           !> scope.h util.c
41574 ____________________________________________________________________________
41575 [  8401] By: nick                                  on 2001/01/10  22:52:55
41576         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
41577              (So Alan and Ilya can try setting via hints.)
41578              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
41579              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
41580              doing the save everywhere seems to restart read() correctly, but just
41581              doing it once "round" the handler does not.
41582      Branch: perlio
41583            ! scope.h
41584 ____________________________________________________________________________
41585 [  8400] By: jhi                                   on 2001/01/10  21:57:54
41586         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
41587              of IRIX, HP-UX is unaffected.
41588      Branch: perl
41589            ! perl.h
41590 ____________________________________________________________________________
41591 [  8399] By: nick                                  on 2001/01/10  21:29:19
41592         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
41593      Branch: perlio
41594            ! util.c
41595 ____________________________________________________________________________
41596 [  8398] By: jhi                                   on 2001/01/10  20:55:31
41597         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
41598              also have ReusePort.
41599      Branch: perl
41600            ! ext/IO/lib/IO/Socket/INET.pm
41601 ____________________________________________________________________________
41602 [  8397] By: jhi                                   on 2001/01/10  20:50:57
41603         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
41604              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
41605              Date: Wed, 10 Jan 2001 01:38:13 -0800
41606              Message-ID: <20010110013813.B41744@yahoo-inc.com>
41607      Branch: perl
41608            ! ext/IO/lib/IO/Socket/INET.pm
41609 ____________________________________________________________________________
41610 [  8396] By: jhi                                   on 2001/01/10  20:49:30
41611         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
41612              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
41613              Date: Wed, 10 Jan 2001 01:37:32 -0800
41614              Message-ID: <20010110013732.A41744@yahoo-inc.com>
41615      Branch: perl
41616            ! ext/Socket/Socket.pm
41617 ____________________________________________________________________________
41618 [  8395] By: jhi                                   on 2001/01/10  20:41:37
41619         Log: Test for bug id 20010105.016 (fixed by #8378).
41620      Branch: perl
41621            ! t/op/split.t
41622 ____________________________________________________________________________
41623 [  8394] By: jhi                                   on 2001/01/10  20:26:32
41624         Log: Integrate perlio.
41625      Branch: perl
41626            ! util.c
41627 ____________________________________________________________________________
41628 [  8393] By: nick                                  on 2001/01/10  19:34:30
41629         Log: Back out Simon's pid hackery for now.
41630      Branch: perlio
41631            ! util.c
41632 ____________________________________________________________________________
41633 [  8392] By: nick                                  on 2001/01/10  19:23:13
41634         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
41635      Branch: perlio
41636           !> (integrate 29 files)
41637 ____________________________________________________________________________
41638 [  8391] By: jhi                                   on 2001/01/10  18:43:15
41639         Log: Subject: [PATCH] Fix my_pclose segfault
41640              From: Simon Cozens <simon@cozens.net>
41641              Date: Wed, 10 Jan 2001 18:39:35 +0000
41642              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
41643      Branch: perl
41644            ! util.c
41645 ____________________________________________________________________________
41646 [  8390] By: jhi                                   on 2001/01/10  18:42:08
41647         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
41648              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
41649              Date:     Wed, 10 Jan 2001 13:23:02 EST
41650              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
41651      Branch: perl
41652            ! ext/Opcode/Opcode.xs
41653 ____________________________________________________________________________
41654 [  8389] By: jhi                                   on 2001/01/10  15:16:07
41655         Log: Turn off the integer preservation for now.
41656      Branch: perl
41657            ! perl.h
41658 ____________________________________________________________________________
41659 [  8388] By: jhi                                   on 2001/01/10  15:01:25
41660         Log: Few more IDE/editor nits from p5p.
41661      Branch: perl
41662            ! pod/perlfaq3.pod
41663 ____________________________________________________________________________
41664 [  8387] By: jhi                                   on 2001/01/10  06:53:16
41665         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
41666              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
41667              Date: Tue, 9 Jan 2001 23:16:02 +0000
41668              Message-ID: <20010109231602.A81101@plum.flirble.org>
41669      Branch: perl
41670            ! sv.c
41671 ____________________________________________________________________________
41672 [  8386] By: jhi                                   on 2001/01/10  03:17:54
41673         Log: Test cases for #8385 (from Simon's "torture.pl")
41674      Branch: perl
41675            ! t/op/tr.t
41676 ____________________________________________________________________________
41677 [  8385] By: jhi                                   on 2001/01/10  03:17:11
41678         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
41679              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
41680              Date: Wed, 10 Jan 2001 11:39:39 +0900
41681              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
41682              
41683              Some more UTF-8 tr cases fixed.
41684      Branch: perl
41685            ! doop.c
41686 ____________________________________________________________________________
41687 [  8384] By: jhi                                   on 2001/01/09  22:45:40
41688         Log: Allow the locale test needing POSIX and the taint test
41689              needing IPC::SysV to run under 'minitest' (basically,
41690              bail out if loading the extension fails)
41691      Branch: perl
41692            ! t/op/misc.t t/op/taint.t
41693 ____________________________________________________________________________
41694 [  8383] By: jhi                                   on 2001/01/09  21:36:04
41695         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
41696              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
41697              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
41698              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
41699      Branch: perl
41700            ! t/io/openpid.t
41701 ____________________________________________________________________________
41702 [  8382] By: jhi                                   on 2001/01/09  21:06:08
41703         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
41704              Should finish up the bug id 20001205.022.
41705      Branch: perl
41706            ! pp.c pp_hot.c scope.c
41707 ____________________________________________________________________________
41708 [  8381] By: jhi                                   on 2001/01/09  18:27:43
41709         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
41710              From: Andy Dougherty <doughera@lafayette.edu>
41711              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
41712              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
41713              
41714              More robust yacc/bison error detection.
41715      Branch: perl
41716            ! t/comp/proto.t
41717 ____________________________________________________________________________
41718 [  8380] By: jhi                                   on 2001/01/09  15:21:38
41719         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
41720              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
41721              Date:     Tue, 9 Jan 2001 07:53:55 EST
41722              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
41723      Branch: perl
41724            ! t/op/misc.t vms/test.com
41725 ____________________________________________________________________________
41726 [  8379] By: jhi                                   on 2001/01/09  15:20:38
41727         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
41728              From: jhi@cc.hut.fi
41729              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
41730              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
41731              
41732              The #8378 fixed this.
41733      Branch: perl
41734            ! t/op/tr.t
41735 ____________________________________________________________________________
41736 [  8378] By: jhi                                   on 2001/01/09  15:05:32
41737         Log: Subject: One more patch for UTF8 
41738              From: Inaba Hiroto <inaba@st.rim.or.jp>
41739              Date: Tue, 09 Jan 2001 01:04:32 +0900
41740              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
41741              
41742              UTF-8 fixes for 'x' and tr///.
41743      Branch: perl
41744            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
41745            ! regcomp.c regexec.c toke.c utf8.c
41746 ____________________________________________________________________________
41747 [  8377] By: jhi                                   on 2001/01/09  14:32:17
41748         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
41749      Branch: perl
41750            ! t/op/length.t
41751 ____________________________________________________________________________
41752 [  8376] By: jhi                                   on 2001/01/09  04:32:32
41753         Log: integrate changes #7775, #8316, #8316 from mainline
41754      Branch: maint-5.6/perl
41755            ! hints/solaris_2.sh
41756 ____________________________________________________________________________
41757 [  8375] By: jhi                                   on 2001/01/09  04:26:43
41758         Log: Update Changes.
41759      Branch: perl
41760            ! Changes patchlevel.h
41761 ____________________________________________________________________________
41762 [  8374] By: jhi                                   on 2001/01/09  04:14:32
41763         Log: IDE/editor section tweaking.
41764      Branch: perl
41765            ! pod/perlfaq3.pod
41766 ____________________________________________________________________________
41767 [  8373] By: jhi                                   on 2001/01/09  02:38:26
41768         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
41769              From: Peter Prymmer <pvhp@forte.com>
41770              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
41771              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
41772              
41773              In preparation os OS/390 dynamic loading.
41774      Branch: perl
41775            ! README.os390 hints/os390.sh
41776 ____________________________________________________________________________
41777 [  8372] By: jhi                                   on 2001/01/09  00:24:30
41778         Log: Integrate with perlio.
41779      Branch: perl
41780           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
41781 ____________________________________________________________________________
41782 [  8371] By: nick                                  on 2001/01/08  23:54:33
41783         Log: Fix "scalars leaked" bugs caused by overload magic
41784              (Highlighted by Ilya's DESTROY optimization.)
41785      Branch: perlio
41786            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
41787 ____________________________________________________________________________
41788 [  8370] By: nick                                  on 2001/01/08  20:19:41
41789         Log: Integrate mainline
41790      Branch: perlio
41791           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
41792           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
41793           !> t/op/64bitint.t
41794 ____________________________________________________________________________
41795 [  8369] By: jhi                                   on 2001/01/08  17:30:52
41796         Log: save_delete() Safefree() doesn't (anymore?) work with shared
41797              strings, one test failure in op/misc and almost all of lib/b.
41798              (Outcomments #8369.)
41799      Branch: perl
41800            ! scope.c
41801 ____________________________________________________________________________
41802 [  8368] By: jhi                                   on 2001/01/08  14:47:10
41803         Log: (Outcommented by #8369.)
41804              
41805              Subject: Re: Perl BugID 20001205.022 ---- save_delete
41806              From: Simon Cozens <simon@cozens.net>
41807              Date: Sat, 6 Jan 2001 11:48:40 +0000
41808              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
41809              
41810              The save_delete() does need the Safefree.
41811      Branch: perl
41812            ! scope.c
41813 ____________________________________________________________________________
41814 [  8367] By: bailey                                on 2001/01/08  08:53:52
41815         Log: Once again syncing after too long an absence
41816      Branch: vmsperl
41817           +> (branch 55 files)
41818            - MAINTAIN fix_pl vos/config.def vos/config.h
41819            - vos/config_h.SH_orig
41820           !> (integrate 498 files)
41821 ____________________________________________________________________________
41822 [  8366] By: jhi                                   on 2001/01/08  02:42:59
41823         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
41824              From: nick@ccl4.org
41825              Date: Sun, 7 Jan 2001 21:07:18 +0000
41826              Message-Id: <20010107210717.D1048@plum.flirble.org>
41827      Branch: perl
41828            ! sv.c t/op/64bitint.t
41829 ____________________________________________________________________________
41830 [  8365] By: jhi                                   on 2001/01/08  02:35:16
41831         Log: Subject: [PATCH] environ nit
41832              From: Simon Cozens <simon@cozens.net>
41833              Date: Sun, 7 Jan 2001 17:57:07 +0000
41834              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
41835              
41836              Use environ only if we have it.
41837      Branch: perl
41838            ! mg.c
41839 ____________________________________________________________________________
41840 [  8364] By: jhi                                   on 2001/01/08  02:24:51
41841         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
41842      Branch: perl
41843            ! ext/GDBM_File/GDBM_File.xs
41844 ____________________________________________________________________________
41845 [  8363] By: jhi                                   on 2001/01/08  02:19:24
41846         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
41847              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
41848              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
41849              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
41850      Branch: perl
41851            ! dump.c op.c
41852 ____________________________________________________________________________
41853 [  8362] By: jhi                                   on 2001/01/08  02:17:43
41854         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
41855              From: Doug MacEachern <dougm@covalent.net>
41856              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
41857              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
41858              
41859              Allow AUTOLOAD to be an xsub and allow such xsubs
41860              to avoid use of $AUTOLOAD.
41861      Branch: perl
41862            ! gv.c
41863 ____________________________________________________________________________
41864 [  8361] By: jhi                                   on 2001/01/08  02:16:07
41865         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
41866              From: Radu Greab <radu@netsoft.ro>
41867              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
41868              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
41869              
41870              No need for the potentially unportable $SIG{CHLD}.
41871      Branch: perl
41872            ! t/io/pipe.t
41873 ____________________________________________________________________________
41874 [  8360] By: jhi                                   on 2001/01/08  01:58:23
41875         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
41876      Branch: perl
41877            ! lib/Getopt/Long.pm
41878 ____________________________________________________________________________
41879 [  8359] By: jhi                                   on 2001/01/08  01:55:44
41880         Log: Integrate perlio.
41881      Branch: perl
41882           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
41883           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
41884           !> utf8.c win32/Makefile
41885 ____________________________________________________________________________
41886 [  8358] By: jhi                                   on 2001/01/07  21:16:50
41887         Log: Update the EPOC cross SDK URL.
41888      Branch: perl
41889            ! README.epoc
41890 ____________________________________________________________________________
41891 [  8357] By: jhi                                   on 2001/01/07  21:16:09
41892         Log: Update the EPOC cross SDK URL.
41893      Branch: maint-5.6/perl
41894            ! README.epoc
41895 ____________________________________________________________________________
41896 [  8356] By: nick                                  on 2001/01/06  21:47:52
41897         Log: FILE * in XS code for PerlIO world:
41898              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
41899              - Add FILE * T_STDIO typemap.
41900              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
41901      Branch: perlio
41902            ! lib/ExtUtils/typemap perlio.c perlio.h
41903 ____________________________________________________________________________
41904 [  8355] By: jhi                                   on 2001/01/06  20:27:15
41905         Log: integrate change #8336 from mainline
41906              
41907              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
41908      Branch: maint-5.6/perl
41909            ! hv.c
41910 ____________________________________________________________________________
41911 [  8354] By: jhi                                   on 2001/01/06  20:24:29
41912         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
41913              From: Robin Barker <rmb1@cise.npl.co.uk>
41914              Date: Fri, 22 Dec 2000 12:17:38 GMT
41915              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
41916              
41917              The patch reformats some long =item lines so they give
41918              correct output via pod2man | nroff -man
41919              
41920              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
41921              From: Robin Barker <rmb1@cise.npl.co.uk>
41922              Date: Tue, 2 Jan 2001 15:35:03 GMT
41923              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
41924              
41925              Here is a _further_ patch which corrects a few more errors:
41926              * an empty C<=item> in CPAN.pm
41927              * patching the wrong file (pod/perlamiga.pod not README.amiga)
41928              * leaving empty C<=item>s which formatted incorrectly
41929              * over long C<=item>s revealed by latest patch to Pod::Man
41930      Branch: maint-5.6/perl
41931            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
41932            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
41933            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
41934            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
41935            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
41936            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
41937 ____________________________________________________________________________
41938 [  8353] By: jhi                                   on 2001/01/06  20:21:10
41939         Log: integrate changes #7980, 8056, 8057 from mainline
41940              
41941              UTF-8 hash keys.
41942      Branch: maint-5.6/perl
41943            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
41944 ____________________________________________________________________________
41945 [  8352] By: jhi                                   on 2001/01/06  20:18:44
41946         Log: Forgotten from #8438.
41947      Branch: maint-5.6/perl
41948            ! epoc/epocish.h
41949 ____________________________________________________________________________
41950 [  8351] By: jhi                                   on 2001/01/06  20:18:12
41951         Log: Forgotten from #8347.
41952      Branch: maint-5.6/perl
41953            ! config_h.SH
41954 ____________________________________________________________________________
41955 [  8350] By: jhi                                   on 2001/01/06  20:00:19
41956         Log: Thinko in #8347.
41957      Branch: maint-5.6/perl
41958            ! regcomp.c
41959 ____________________________________________________________________________
41960 [  8349] By: jhi                                   on 2001/01/06  18:05:30
41961         Log: Copy the FAQ3 IDE section from the development branch,
41962              changes originally by Peter Prymmer.
41963      Branch: maint-5.6/perl
41964            ! pod/perlfaq3.pod
41965 ____________________________________________________________________________
41966 [  8348] By: jhi                                   on 2001/01/06  18:03:02
41967         Log: EPOC updates for TRIAL1.
41968              
41969              Subject: [5.6.1 trial1] EPOC update
41970              From: Olaf Flebbe <O.Flebbe@science-computing.de>
41971              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
41972              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
41973              
41974              Subject: epoc patch2 for perl-5.6.1-trial1
41975              From: Olaf Flebbe <O.Flebbe@science-computing.de>
41976              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
41977              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
41978      Branch: maint-5.6/perl
41979            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
41980            ! epoc/epocish.c
41981 ____________________________________________________________________________
41982 [  8347] By: jhi                                   on 2001/01/06  17:29:10
41983         Log: integrate changes #7710,7824,7973 from mainline,
41984              plus VMS nits from Peter Prymmer and Dan Sugalski.
41985              
41986              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
41987              library (getprotobyname and getprotobynumber are outversioned by
41988              the same calls in libc, at least for xlc version 3.
41989              
41990              Add HAS_SBRK_PROTO.
41991              
41992              Fixes for signedness warnings noticed by VMSperlers.
41993      Branch: maint-5.6/perl
41994            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41995            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
41996            ! sv.c vms/descrip_mms.template vos/config.alpha.def
41997            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
41998            ! win32/config.bc win32/config.gc win32/config.vc
41999 ____________________________________________________________________________
42000 [  8346] By: nick                                  on 2001/01/06  14:36:01
42001         Log: Fixup accumulated integrate muddles (perlio == devperl again)
42002      Branch: perlio
42003            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
42004 ____________________________________________________________________________
42005 [  8345] By: nick                                  on 2001/01/06  14:24:58
42006         Log: Integrate mainline
42007      Branch: perlio
42008           !> (integrate 55 files)
42009 ____________________________________________________________________________
42010 [  8344] By: jhi                                   on 2001/01/06  02:24:02
42011         Log: Subject: [patch] PerlIO_cleanup() prototype
42012              From: Doug MacEachern <dougm@covalent.net>
42013              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
42014              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
42015      Branch: perl
42016            ! perlio.h
42017 ____________________________________________________________________________
42018 [  8343] By: jhi                                   on 2001/01/06  01:04:09
42019         Log: IRIX compiler noticed that the bof initialization might be
42020              bypassed by control flow.
42021      Branch: perl
42022            ! toke.c
42023 ____________________________________________________________________________
42024 [  8342] By: jhi                                   on 2001/01/06  00:10:48
42025         Log: Update Changes.
42026      Branch: perl
42027            ! Changes patchlevel.h
42028 ____________________________________________________________________________
42029 [  8341] By: jhi                                   on 2001/01/05  23:52:33
42030         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
42031      Branch: perl
42032            ! toke.c
42033 ____________________________________________________________________________
42034 [  8340] By: jhi                                   on 2001/01/05  22:44:08
42035         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
42036              From: Radu Greab <radu@netsoft.ro>
42037              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
42038              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
42039      Branch: perl
42040            ! t/io/pipe.t util.c
42041 ____________________________________________________________________________
42042 [  8339] By: jhi                                   on 2001/01/05  22:35:17
42043         Log: Subject: [PATCH] format and rewording in perlfaq.pod
42044              From: Robin Barker <rmb1@cise.npl.co.uk>
42045              Date: Fri, 5 Jan 2001 18:51:20 GMT
42046              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
42047      Branch: perl
42048            ! pod/perlfaq.pod
42049 ____________________________________________________________________________
42050 [  8338] By: jhi                                   on 2001/01/05  22:31:17
42051         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
42052              From: Peter Prymmer <pvhp@forte.com>
42053              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
42054              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
42055      Branch: perl
42056            ! utils/perlbug.PL
42057 ____________________________________________________________________________
42058 [  8337] By: jhi                                   on 2001/01/05  18:15:11
42059         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
42060              From: Robin Barker <rmb1@cise.npl.co.uk>
42061              Date: Tue, 2 Jan 2001 15:24:07 GMT
42062              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
42063              
42064              If you call configure as C<./Configure> or C<sh ./Configure>,
42065              $src is set to the absolute path name, not '.'.
42066              
42067              This, in turn, means -Dmksymlink tries to do its stuff because
42068              it does not think it is in the src directory.
42069              
42070              (plus a metaconfig nitfix)
42071      Branch: metaconfig
42072            ! U/compline/ccflags.U U/modified/src.U
42073      Branch: perl
42074            ! Configure config_h.SH
42075 ____________________________________________________________________________
42076 [  8336] By: jhi                                   on 2001/01/05  17:48:32
42077         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
42078              From: Alan Burlison <Alan.Burlison@uk.sun.com>
42079              Message-ID: <3A5606C4.473D2226@uk.sun.com>
42080              Date: Fri, 05 Jan 2001 17:39:16 +0000
42081      Branch: perl
42082            ! hv.c
42083 ____________________________________________________________________________
42084 [  8335] By: jhi                                   on 2001/01/05  16:05:44
42085         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
42086      Branch: perl
42087            ! lib/Getopt/Long.pm
42088 ____________________________________________________________________________
42089 [  8334] By: jhi                                   on 2001/01/05  16:00:51
42090         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
42091              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
42092              Date: Fri, 05 Jan 2001 13:46:51 +0100
42093              Message-ID: <13693.978698811@nice.ram.loc>
42094              
42095              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
42096              accurate reading of the "atime".  
42097      Branch: perl
42098            ! t/io/fs.t
42099 ____________________________________________________________________________
42100 [  8333] By: jhi                                   on 2001/01/05  15:57:37
42101         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
42102              From: Simon Cozens <simon@cozens.net>
42103              Date: Fri, 8 Dec 2000 13:33:31 +0000
42104              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
42105              
42106              A lost patch fragment.
42107      Branch: perl
42108            ! doop.c
42109 ____________________________________________________________________________
42110 [  8332] By: jhi                                   on 2001/01/05  15:40:42
42111         Log: Do away with strncpy() and a fixed length buffer.
42112      Branch: perl
42113            ! utf8.c
42114 ____________________________________________________________________________
42115 [  8331] By: jhi                                   on 2001/01/05  15:03:07
42116         Log: Tests for #8329 and #8330.
42117      Branch: perl
42118            ! t/op/bop.t
42119 ____________________________________________________________________________
42120 [  8330] By: jhi                                   on 2001/01/05  15:02:38
42121         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
42122              raw 8-bit form to the UTF-8 string.
42123      Branch: perl
42124            ! toke.c
42125 ____________________________________________________________________________
42126 [  8329] By: jhi                                   on 2001/01/05  14:55:13
42127         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
42128              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
42129              Date: Fri, 5 Jan 2001 12:28:52 +0100
42130              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
42131              
42132              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
42133              no effect.  (changed the strncpy() to Copy())
42134      Branch: perl
42135            ! toke.c
42136 ____________________________________________________________________________
42137 [  8328] By: jhi                                   on 2001/01/05  06:44:27
42138         Log: UTF-8 cleanup.
42139      Branch: perl
42140            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
42141            ! regexec.c sv.c toke.c
42142 ____________________________________________________________________________
42143 [  8327] By: jhi                                   on 2001/01/05  01:11:29
42144         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')
42145              From: Radu Greab <radu@netsoft.ro>
42146              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
42147              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
42148              
42149              Cleans up Harness to not use FileHandle, which uses IO.
42150      Branch: perl
42151            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
42152 ____________________________________________________________________________
42153 [  8326] By: jhi                                   on 2001/01/05  00:56:37
42154         Log: Update Changes.
42155      Branch: perl
42156            ! Changes patchlevel.h
42157 ____________________________________________________________________________
42158 [  8325] By: jhi                                   on 2001/01/05  00:53:18
42159         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
42160              From: Peter Prymmer <pvhp@forte.com>
42161              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
42162              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
42163              
42164              plus a couple more tailing whitespace removals.
42165      Branch: perl
42166            ! win32/Makefile
42167 ____________________________________________________________________________
42168 [  8324] By: jhi                                   on 2001/01/05  00:47:39
42169         Log: Add some Unicode chop() tests.
42170      Branch: perl
42171            ! t/op/chop.t
42172 ____________________________________________________________________________
42173 [  8323] By: jhi                                   on 2001/01/05  00:47:23
42174         Log: Unify UTF-8 malformedness handling.
42175      Branch: perl
42176            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
42177 ____________________________________________________________________________
42178 [  8322] By: jhi                                   on 2001/01/04  22:21:54
42179         Log: The new $issymlink was unknown to Mksymlinks.
42180      Branch: metaconfig/U/perl
42181            ! Mksymlinks.U issymlink.U
42182      Branch: perl
42183            ! Configure config_h.SH
42184 ____________________________________________________________________________
42185 [  8321] By: jhi                                   on 2001/01/04  21:51:05
42186         Log: The test didn't work under the core test framework.
42187      Branch: perl
42188            ! t/lib/st-lock.t
42189 ____________________________________________________________________________
42190 [  8320] By: jhi                                   on 2001/01/04  21:14:22
42191         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
42192      Branch: perl
42193            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
42194 ____________________________________________________________________________
42195 [  8319] By: jhi                                   on 2001/01/04  20:46:17
42196         Log: Typo in #8312 when manually appying a problematic patch fragment.
42197      Branch: perl
42198            ! ext/Storable/Storable.xs
42199 ____________________________________________________________________________
42200 [  8318] By: jhi                                   on 2001/01/04  20:43:01
42201         Log: The $sh_c didn't fly.
42202      Branch: metaconfig
42203            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
42204            ! U/modified/Loc.U U/modified/myhostname.U
42205            ! U/modified/spitshell.U
42206      Branch: metaconfig/U/perl
42207            ! issymlink.U
42208      Branch: perl
42209            ! Configure config_h.SH
42210 ____________________________________________________________________________
42211 [  8317] By: jhi                                   on 2001/01/04  19:58:01
42212         Log: AIX builtin test -h is broken, changes based on
42213              
42214              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
42215              Date: Tue, 02 Jan 2001 11:24:39 +0100
42216              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42217              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
42218      Branch: metaconfig
42219            + U/modified/spitshell.U
42220            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
42221            ! U/modified/Loc.U U/modified/myhostname.U
42222      Branch: metaconfig/U/perl
42223            ! Mksymlinks.U issymlink.U
42224      Branch: perl
42225            ! Configure
42226 ____________________________________________________________________________
42227 [  8316] By: jhi                                   on 2001/01/04  19:02:22
42228         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
42229              From: Andy Dougherty <doughera@lafayette.edu>
42230              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
42231              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
42232              
42233              Beware of GNU ld.
42234      Branch: perl
42235            ! hints/solaris_2.sh
42236 ____________________________________________________________________________
42237 [  8315] By: jhi                                   on 2001/01/04  18:56:48
42238         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
42239              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
42240              Date: Wed, 3 Jan 2001 07:58:51 +0100
42241              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
42242      Branch: perl
42243            ! hints/solaris_2.sh
42244 ____________________________________________________________________________
42245 [  8314] By: jhi                                   on 2001/01/04  18:54:07
42246         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
42247              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
42248              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
42249              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
42250              
42251              Doc tweak on #8313.
42252      Branch: perl
42253            ! ext/B/B/Deparse.pm
42254 ____________________________________________________________________________
42255 [  8313] By: jhi                                   on 2001/01/04  18:52:27
42256         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
42257              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
42258              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
42259              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
42260              
42261              Make the peephole optimizer to bypass more null ops and
42262              and rewrite the deparse handling of continue blocks.
42263      Branch: perl
42264            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
42265 ____________________________________________________________________________
42266 [  8312] By: jhi                                   on 2001/01/04  18:47:39
42267         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
42268      Branch: perl
42269            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
42270            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
42271            ! t/lib/st-lock.t
42272 ____________________________________________________________________________
42273 [  8311] By: jhi                                   on 2001/01/04  18:36:08
42274         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
42275              filter to be run on each .pm during the pm_to_blib() phase,
42276              a fixed version of
42277              
42278              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
42279              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
42280              Date: Wed, 03 Jan 2001 22:01:30 +0100
42281              Message-ID: <5296.978555690@nice.ram.loc>
42282      Branch: perl
42283            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
42284            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
42285            ! lib/ExtUtils/MakeMaker.pm
42286 ____________________________________________________________________________
42287 [  8310] By: jhi                                   on 2001/01/04  18:32:54
42288         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
42289              From: Robin Barker <rmb1@cise.npl.co.uk>
42290              Date: Tue, 2 Jan 2001 15:35:03 GMT
42291              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
42292      Branch: perl
42293            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
42294            ! pod/perlrequick.pod
42295 ____________________________________________________________________________
42296 [  8309] By: jhi                                   on 2001/01/04  18:29:07
42297         Log: Subject: Re: [patch] static-ize XS()
42298              From: Doug MacEachern <dougm@covalent.net>
42299              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
42300              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
42301              
42302              Provide prototypes for the XS functions.
42303      Branch: perl
42304            ! lib/ExtUtils/xsubpp
42305 ____________________________________________________________________________
42306 [  8308] By: jhi                                   on 2001/01/04  18:27:44
42307         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
42308              From: Doug MacEachern <dougm@covalent.net>
42309              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
42310              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
42311      Branch: perl
42312            ! lib/ExtUtils/typemap
42313 ____________________________________________________________________________
42314 [  8307] By: jhi                                   on 2001/01/04  18:25:25
42315         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
42316              From: Doug MacEachern <dougm@covalent.net>
42317              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
42318              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
42319              
42320              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
42321      Branch: perl
42322            ! lib/ExtUtils/MM_Unix.pm
42323 ____________________________________________________________________________
42324 [  8306] By: jhi                                   on 2001/01/04  18:23:00
42325         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
42326              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
42327              Date: Thu, 4 Jan 2001 12:47:10 +0100 
42328              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
42329              
42330              The toke.c part only, patching embed.h and proto.h is futile.
42331      Branch: perl
42332            ! toke.c
42333 ____________________________________________________________________________
42334 [  8305] By: jhi                                   on 2001/01/04  18:05:51
42335         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
42336              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
42337              Date: Thu, 4 Jan 2001 17:50:12 +0100 
42338              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
42339      Branch: perl
42340            ! toke.c
42341 ____________________________________________________________________________
42342 [  8304] By: jhi                                   on 2001/01/04  18:03:26
42343         Log: Subject: [PATCH perl@8269]
42344              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
42345              Date: Thu, 4 Jan 2001 12:53:39 +0100 
42346              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
42347              
42348              If running byacc write-enable also perly.h.
42349      Branch: perl
42350            ! Makefile.SH
42351 ____________________________________________________________________________
42352 [  8303] By: jhi                                   on 2001/01/04  15:40:49
42353         Log: Rewrite pp_concat() in terms of sv_catsv().
42354      Branch: perl
42355            ! pp_hot.c
42356 ____________________________________________________________________________
42357 [  8302] By: nick                                  on 2001/01/03  22:43:22
42358         Log: Integrate mainline.
42359      Branch: perlio
42360           !> ext/Encode/Encode.xs sv.c utf8.c
42361 ____________________________________________________________________________
42362 [  8301] By: jhi                                   on 2001/01/02  23:40:26
42363         Log: Variable naming tweak.
42364      Branch: perl
42365            ! sv.c
42366 ____________________________________________________________________________
42367 [  8300] By: jhi                                   on 2001/01/02  23:40:02
42368         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
42369              in is_utf8_string().
42370      Branch: perl
42371            ! utf8.c
42372 ____________________________________________________________________________
42373 [  8299] By: jhi                                   on 2001/01/02  22:14:40
42374         Log: Integrate perlio.
42375      Branch: perl
42376           !> pp.c pp_hot.c win32/Makefile
42377 ____________________________________________________________________________
42378 [  8298] By: nick                                  on 2001/01/02  22:03:06
42379         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
42380      Branch: perlio
42381            ! pp.c pp_hot.c
42382 ____________________________________________________________________________
42383 [  8297] By: jhi                                   on 2001/01/02  04:26:28
42384         Log: Signedness nit.
42385      Branch: perl
42386            ! ext/Encode/Encode.xs
42387 ____________________________________________________________________________
42388 [  8296] By: nick                                  on 2001/01/01  23:49:36
42389         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
42390      Branch: perlio
42391            ! win32/Makefile
42392 ____________________________________________________________________________
42393 [  8295] By: jhi                                   on 2001/01/01  23:05:48
42394         Log: Integrate perlio.
42395      Branch: perl
42396           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
42397           !> t/lib/encode.t
42398 ____________________________________________________________________________
42399 [  8294] By: nick                                  on 2001/01/01  22:48:34
42400         Log: Integrate mainline
42401      Branch: perlio
42402            ! pp_hot.c t/lib/encode.t
42403           !> (integrate 65 files)
42404 ____________________________________________________________________________
42405 [  8293] By: nick                                  on 2001/01/01  21:58:50
42406         Log: More rigor in UTF-8-ness of Encode's toUnicode
42407              XS export some of the utf8 internal functions.
42408              Test some of the functions.
42409              Fix pp_concat() bug shown by said tests.
42410      Branch: perlio
42411            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
42412            ! t/lib/encode.t
42413 ____________________________________________________________________________
42414 [  8292] By: jhi                                   on 2001/01/01  18:11:44
42415         Log: Integrate perlio.
42416      Branch: perl
42417           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
42418           !> ext/Encode/encengine.c ext/Encode/encode.h
42419 ____________________________________________________________________________
42420 [  8291] By: jhi                                   on 2001/01/01  18:10:58
42421         Log: Podify README.mpeix (a new version from the web),
42422              add a dummy NAME to Carp::Heavy, regen toc.
42423      Branch: perl
42424            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
42425            ! pod/perltoc.pod
42426 ____________________________________________________________________________
42427 [  8290] By: nick                                  on 2001/01/01  17:43:47
42428         Log: Loose the "Loading..." warning.
42429              Another bug in fallback support
42430      Branch: perlio
42431            ! ext/Encode/Encode.pm ext/Encode/encengine.c
42432 ____________________________________________________________________________
42433 [  8289] By: jhi                                   on 2001/01/01  00:01:57
42434         Log: Bump up Larry's copyright.
42435      Branch: perl
42436            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
42437            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
42438            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
42439            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
42440            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
42441            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
42442            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
42443            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
42444 ____________________________________________________________________________
42445 [  8288] By: nick                                  on 2000/12/31  21:27:53
42446         Log: Fix .ucm reading - forgot a chr()
42447              Start of .ucm write (for .enc to .ucm)
42448      Branch: perlio
42449            ! ext/Encode/compile
42450 ____________________________________________________________________________
42451 [  8287] By: jhi                                   on 2000/12/31  18:15:56
42452         Log: Comment away a diagnostic message as noted by Craig A. Berry
42453              (the unexpected message was confusing testing)
42454      Branch: perl
42455            ! ext/Encode/Encode.pm
42456 ____________________________________________________________________________
42457 [  8286] By: jhi                                   on 2000/12/31  18:14:51
42458         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
42459              Date: Sun, 31 Dec 2000 11:17:37 -0600
42460              From: "Craig A. Berry" <craigberry@mac.com>
42461              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
42462      Branch: perl
42463            ! ext/Encode/Makefile.PL
42464 ____________________________________________________________________________
42465 [  8285] By: nick                                  on 2000/12/31  18:11:54
42466         Log: Start of support of ICU-style .ucm files:
42467              - teach compile how to read a .ucm file
42468              - first guess at how to represent fallbacks in "tries".
42469              - use fallbacks if check == 0
42470              - new return code to indicate we used one.
42471      Branch: perlio
42472            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
42473            ! ext/Encode/encengine.c ext/Encode/encode.h
42474 ____________________________________________________________________________
42475 [  8284] By: jhi                                   on 2000/12/31  18:04:41
42476         Log: Pacify picky VMS compiler.
42477              
42478              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
42479              From: "Craig A. Berry" <craig.berry@psinetcs.com>
42480              Date: Sat, 30 Dec 2000 18:10:02 -0600
42481              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
42482      Branch: perl
42483            ! sv.c
42484 ____________________________________________________________________________
42485 [  8283] By: jhi                                   on 2000/12/31  16:11:47
42486         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
42487      Branch: perl
42488            ! t/lib/glob-basic.t
42489 ____________________________________________________________________________
42490 [  8282] By: jhi                                   on 2000/12/31  15:26:11
42491         Log: Integrate perlio.
42492      Branch: perl
42493           !> makedef.pl opcode.pl os2/os2.c perlio.c
42494 ____________________________________________________________________________
42495 [  8281] By: nick                                  on 2000/12/31  10:06:15
42496         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
42497              is available to be exported
42498      Branch: perlio
42499            ! makedef.pl perlio.c
42500 ____________________________________________________________________________
42501 [  8280] By: nick                                  on 2000/12/31  09:41:26
42502         Log: Ilya's OS2 patch (testing for damage on Win32)
42503      Branch: perlio
42504            ! makedef.pl opcode.pl os2/os2.c
42505 ____________________________________________________________________________
42506 [  8279] By: jhi                                   on 2000/12/30  21:52:07
42507         Log: Test nits.
42508      Branch: perl
42509            ! t/lib/syslfs.t t/op/lfs.t
42510 ____________________________________________________________________________
42511 [  8278] By: jhi                                   on 2000/12/30  21:47:49
42512         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
42513              From: andreas.koenig@anima.de (Andreas J. Koenig)
42514              Date: 30 Dec 2000 22:35:37 +0100
42515              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
42516              
42517              The 32-bit wraparound test wasn't quite right.
42518      Branch: perl
42519            ! t/lib/syslfs.t t/op/lfs.t
42520 ____________________________________________________________________________
42521 [  8277] By: jhi                                   on 2000/12/30  21:33:44
42522         Log: Subject: [PATCH] open() example in perlfunc.pod 
42523              From: Karsten Sperling <s_sperli@ira.uka.de>
42524              Date: Sat, 30 Dec 2000 22:27:09 +0100
42525              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
42526      Branch: perl
42527            ! pod/perlfunc.pod
42528 ____________________________________________________________________________
42529 [  8276] By: jhi                                   on 2000/12/30  20:32:40
42530         Log: Not quite that many tests yet.
42531      Branch: perl
42532            ! t/op/pat.t
42533 ____________________________________________________________________________
42534 [  8275] By: jhi                                   on 2000/12/30  20:26:58
42535         Log: Integrate perlio.
42536      Branch: perl
42537           !> toke.c
42538 ____________________________________________________________________________
42539 [  8274] By: jhi                                   on 2000/12/30  20:24:56
42540         Log: Signedness nit.
42541      Branch: perl
42542            ! utf8.c
42543 ____________________________________________________________________________
42544 [  8273] By: jhi                                   on 2000/12/30  20:15:46
42545         Log: Add a test case for 20000731.001 which was fixed by the #8267.
42546      Branch: perl
42547            ! t/op/pat.t
42548 ____________________________________________________________________________
42549 [  8272] By: nick                                  on 2000/12/30  19:47:51
42550         Log: Tweak for MULTIPLICITY/USE_PERLIO
42551      Branch: perlio
42552            ! toke.c
42553 ____________________________________________________________________________
42554 [  8271] By: nick                                  on 2000/12/30  19:46:45
42555         Log: Integrate mainline
42556      Branch: perlio
42557           +> lib/unicode/distinct.pm
42558           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
42559           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
42560           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
42561 ____________________________________________________________________________
42562 [  8270] By: jhi                                   on 2000/12/30  19:39:50
42563         Log: Subject: RE: perl@8269
42564              From: "Richard Soderberg" <rs@crystalflame.net>
42565              Date: Sat, 30 Dec 2000 11:36:27 -0800
42566              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
42567              
42568              A missing aTHX_.
42569      Branch: perl
42570            ! toke.c
42571 ____________________________________________________________________________
42572 [  8269] By: jhi                                   on 2000/12/30  18:55:48
42573         Log: Update Changes.
42574      Branch: perl
42575            ! Changes patchlevel.h
42576 ____________________________________________________________________________
42577 [  8268] By: jhi                                   on 2000/12/30  17:18:40
42578         Log: Add a test for Unicode split //.  The #8267 was the cure.
42579      Branch: perl
42580            ! t/op/split.t
42581 ____________________________________________________________________________
42582 [  8267] By: jhi                                   on 2000/12/30  17:14:19
42583         Log: Subject: more UTF8 test suites and an UTF8 patch
42584              From: Inaba Hiroto <inaba@st.rim.or.jp>
42585              Date: Sat, 30 Dec 2000 14:27:10 +0900
42586              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
42587              
42588              Just the patch part for now, and the pragma renamed
42589              as unicode::distinct.
42590      Branch: perl
42591            + lib/unicode/distinct.pm
42592            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
42593            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
42594            ! regcomp.h regexec.c sv.c toke.c utf8.c
42595 ____________________________________________________________________________
42596 [  8266] By: nick                                  on 2000/12/30  16:40:49
42597         Log: Integrate mainline
42598      Branch: perlio
42599           +> lib/Pod/Text/Overstrike.pm
42600           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
42601           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
42602           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
42603           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
42604           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
42605 ____________________________________________________________________________
42606 [  8265] By: jhi                                   on 2000/12/30  07:28:55
42607         Log: The sv_catsv() fix, take two.
42608      Branch: perl
42609            ! sv.c t/op/join.t
42610 ____________________________________________________________________________
42611 [  8264] By: jhi                                   on 2000/12/30  06:19:18
42612         Log: Undo all the join-related changes since #8248: relevant
42613              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
42614              The new sv_catsv() doesn't fly so it must go back to
42615              the drawing board.
42616      Branch: perl
42617            ! sv.c t/op/join.t t/pragma/utf8.t
42618 ____________________________________________________________________________
42619 [  8263] By: jhi                                   on 2000/12/30  01:08:32
42620         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
42621      Branch: perl
42622            ! sv.c
42623 ____________________________________________________________________________
42624 [  8262] By: jhi                                   on 2000/12/30  00:45:14
42625         Log: Retract #8261.
42626      Branch: perl
42627            ! hv.c util.c
42628 ____________________________________________________________________________
42629 [  8261] By: jhi                                   on 2000/12/30  00:38:32
42630         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
42631      Branch: perl
42632            ! hv.c util.c
42633 ____________________________________________________________________________
42634 [  8260] By: jhi                                   on 2000/12/29  22:51:33
42635         Log: (Retracted by #8264)  More fixing for #8251.
42636      Branch: perl
42637            ! sv.c
42638 ____________________________________________________________________________
42639 [  8259] By: jhi                                   on 2000/12/29  18:27:30
42640         Log: Subject: podlators 1.06 released
42641              From: Russ Allbery <rra@stanford.edu>
42642              Date: 25 Dec 2000 05:09:30 -0800
42643              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
42644      Branch: perl
42645            + lib/Pod/Text/Overstrike.pm
42646            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
42647            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
42648 ____________________________________________________________________________
42649 [  8258] By: jhi                                   on 2000/12/29  18:20:45
42650         Log: Make the large file tests more robust/talkative as suggested by
42651              
42652              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
42653              From: andreas.koenig@anima.de (Andreas J. Koenig)
42654              Date: 29 Dec 2000 14:23:01 +0100
42655              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
42656      Branch: perl
42657            ! t/lib/syslfs.t t/op/lfs.t
42658 ____________________________________________________________________________
42659 [  8257] By: jhi                                   on 2000/12/29  17:48:04
42660         Log: Further VMS piping fixes from Charles Lane:
42661              
42662              In summary, error messages produced when a subprocess terminated
42663              abnormally were being sent not just to the parent process, but to
42664              grandparents, because of default values for error output that were
42665              not completely overridden when the subprocess was started.
42666              
42667              This patch fixes this behavior by defining user-mode (i.e., temporary
42668              for the duration of the program) logical names for SYS$OUTPUT and
42669              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
42670              changes to make it so that the user-mode logicals are the ones that
42671              control where Perl's error messages go if it terminates abnormally.
42672              
42673              I also added some gratuitous fixes to the indentation of braces in
42674              the piping code.  It just looked ugly, before.
42675      Branch: perl
42676            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
42677 ____________________________________________________________________________
42678 [  8256] By: jhi                                   on 2000/12/29  17:45:12
42679         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
42680              From: "Casey R. Tweten" <crt@kiski.net>
42681              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
42682              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
42683              
42684              Tests for for #8240.
42685      Branch: perl
42686            ! t/pragma/constant.t
42687 ____________________________________________________________________________
42688 [  8255] By: jhi                                   on 2000/12/29  17:43:07
42689         Log: Subject: Re: [PATCH] Interesting syntax idea
42690              From: Simon Cozens <simon@cozens.net>
42691              Date: Fri, 29 Dec 2000 14:34:04 +0000
42692              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
42693              
42694              Tests for #8254.
42695      Branch: perl
42696            ! t/pragma/sub_lval.t
42697 ____________________________________________________________________________
42698 [  8254] By: jhi                                   on 2000/12/29  17:42:11
42699         Log: Subject: [PATCH] Interesting syntax idea
42700              From: Simon Cozens <simon@cozens.net>
42701              Date: Wed, 27 Dec 2000 05:08:57 +0000
42702              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
42703              
42704              Make opens + bareword assigns do typeglob assigns.
42705      Branch: perl
42706            ! op.c
42707 ____________________________________________________________________________
42708 [  8253] By: jhi                                   on 2000/12/29  17:36:45
42709         Log: Output the (apparent) version of gcc, as suggested by
42710              
42711              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
42712              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
42713              Date: 26 Dec 2000 04:29:17 -0500
42714              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
42715              
42716              (The patch as such didn't any more apply as the misparsing had
42717              already been addressed in #6474.)  Also change the wording about
42718              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
42719      Branch: perl
42720            ! hints/dec_osf.sh
42721 ____________________________________________________________________________
42722 [  8252] By: nick                                  on 2000/12/29  12:14:31
42723         Log: Integrate mainline
42724      Branch: perlio
42725           !> (integrate 27 files)
42726 ____________________________________________________________________________
42727 [  8251] By: jhi                                   on 2000/12/29  08:45:46
42728         Log: (Retracted by #8264)
42729              
42730              (Fixed by #8260.)
42731              
42732              sv_catsv() needs one more byte space than seems reasonable.
42733              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
42734              Curiouser and curiouser.
42735      Branch: perl
42736            ! sv.c
42737 ____________________________________________________________________________
42738 [  8250] By: jhi                                   on 2000/12/29  07:57:52
42739         Log: More split // UTF-8 tests.
42740      Branch: perl
42741            ! t/pragma/utf8.t
42742 ____________________________________________________________________________
42743 [  8249] By: jhi                                   on 2000/12/29  07:54:51
42744         Log: (Retracted by #8264)  More join() testing which was good because
42745              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
42746      Branch: perl
42747            ! pp.c t/op/join.t utf8.c utf8.h
42748 ____________________________________________________________________________
42749 [  8248] By: jhi                                   on 2000/12/29  07:08:32
42750         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
42751              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
42752              that the only cases to care about are byte+byte and byte+character.
42753              
42754              TODO: See how well pp_concat() could be implemented in terms
42755              of sv_catsv().
42756      Branch: perl
42757            ! doop.c sv.c t/op/join.t utf8.h
42758 ____________________________________________________________________________
42759 [  8247] By: jhi                                   on 2000/12/29  06:35:23
42760         Log: Signedness nit.
42761      Branch: perl
42762            ! pp_hot.c
42763 ____________________________________________________________________________
42764 [  8246] By: jhi                                   on 2000/12/29  01:23:31
42765         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
42766              From: Lupe Christoph <lupe@lupe-christoph.de>
42767              Date: Thu, 28 Dec 2000 23:00:00 +0100
42768              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
42769              
42770              Suggest rsync --delete --dry-run.
42771      Branch: perl
42772            ! pod/perlhack.pod
42773 ____________________________________________________________________________
42774 [  8245] By: jhi                                   on 2000/12/28  23:57:05
42775         Log: The maxiters upper limit sanity check (guarding against
42776              non-progress) assumed bytes instead of characters in s///
42777              and split().
42778      Branch: perl
42779            ! pp.c pp_hot.c
42780 ____________________________________________________________________________
42781 [  8244] By: jhi                                   on 2000/12/28  23:34:08
42782         Log: Make some panic messages a bit more logical.
42783      Branch: perl
42784            ! doop.c pod/perldiag.pod pp.c pp_hot.c
42785 ____________________________________________________________________________
42786 [  8243] By: jhi                                   on 2000/12/28  22:59:16
42787         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
42788              From: Simon Cozens <simon@cozens.net>
42789              Date: Wed, 27 Dec 2000 02:30:03 +0000
42790              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
42791      Branch: perl
42792            ! pp.c t/pragma/sub_lval.t
42793 ____________________________________________________________________________
42794 [  8242] By: jhi                                   on 2000/12/28  22:56:53
42795         Log: Subject: [PATCH blead] Fix B::Terse indentation
42796              From: Daniel Chetlin <daniel@chetlin.com>
42797              Date: Wed, 27 Dec 2000 06:43:30 -0800
42798              Message-ID: <20001227064329.B9573@darkstar>
42799      Branch: perl
42800            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
42801 ____________________________________________________________________________
42802 [  8241] By: jhi                                   on 2000/12/28  22:48:59
42803         Log: The latter patch from the
42804              
42805              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
42806              From: Peter Prymmer <pvhp@forte.com> 
42807              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
42808              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
42809              
42810              (the former patch from the above should have been
42811              taken care of by Nick I-S)
42812      Branch: perl
42813            ! win32/Makefile
42814 ____________________________________________________________________________
42815 [  8240] By: jhi                                   on 2000/12/28  22:45:22
42816         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
42817              From: "Casey R. Tweten" <crt@kiski.net>
42818              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
42819              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
42820      Branch: perl
42821            ! lib/constant.pm
42822 ____________________________________________________________________________
42823 [  8239] By: jhi                                   on 2000/12/28  22:37:45
42824         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
42825              From: Simon Cozens <simon@cozens.net>
42826              Date: Wed, 27 Dec 2000 14:12:44 +0000
42827              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
42828      Branch: perl
42829            ! t/op/method.t t/op/sort.t toke.c
42830 ____________________________________________________________________________
42831 [  8238] By: jhi                                   on 2000/12/28  22:30:32
42832         Log: Subject: [PATCH perl@8229] Call.pm
42833              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
42834              Date: Mon, 25 Dec 2000 10:47:15 -0000
42835              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
42836      Branch: perl
42837            ! ext/Filter/Util/Call/Call.pm
42838 ____________________________________________________________________________
42839 [  8237] By: jhi                                   on 2000/12/28  22:19:21
42840         Log: Subject: [PATCH blead] Fix problem with `&' prototype
42841              From: Daniel Chetlin <daniel@chetlin.com>
42842              Date: Wed, 27 Dec 2000 15:55:32 -0800
42843              Message-ID: <20001227155532.D9573@darkstar>
42844      Branch: perl
42845            ! op.c t/comp/proto.t
42846 ____________________________________________________________________________
42847 [  8236] By: jhi                                   on 2000/12/28  22:09:25
42848         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
42849              From: Daniel Chetlin <daniel@chetlin.com>
42850              Date: Sun, 24 Dec 2000 04:09:49 -0800
42851              Message-ID: <20001224040949.B3090@darkstar>
42852      Branch: perl
42853            ! gv.c mg.c t/op/attrs.t
42854 ____________________________________________________________________________
42855 [  8235] By: jhi                                   on 2000/12/28  22:07:11
42856         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
42857              From: Jan Dubois <jand@ActiveState.com>
42858              Date: Tue, 26 Dec 2000 20:57:31 -0800
42859              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
42860      Branch: perl
42861            ! win32/win32.c
42862 ____________________________________________________________________________
42863 [  8234] By: jhi                                   on 2000/12/28  21:52:42
42864         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
42865              From: Simon Cozens <simon@cozens.net>
42866              Date: Thu, 28 Dec 2000 20:33:13 +0000
42867              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
42868      Branch: perl
42869            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
42870 ____________________________________________________________________________
42871 [  8233] By: jhi                                   on 2000/12/28  19:40:49
42872         Log: Integrate perlio.
42873      Branch: perl
42874           !> ext/Encode/Makefile.PL ext/Encode/compile
42875 ____________________________________________________________________________
42876 [  8232] By: nick                                  on 2000/12/23  16:06:00
42877         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
42878              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
42879      Branch: perlio
42880            ! ext/Encode/Makefile.PL
42881 ____________________________________________________________________________
42882 [  8231] By: nick                                  on 2000/12/23  14:30:34
42883         Log: "Compiled" encode build cleanup
42884              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
42885              - .c files do not export sub-tables
42886      Branch: perlio
42887            ! ext/Encode/Makefile.PL ext/Encode/compile
42888 ____________________________________________________________________________
42889 [  8230] By: nick                                  on 2000/12/23  12:50:37
42890         Log: Integrate mainline
42891      Branch: perlio
42892           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
42893           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
42894           !> pod/perl5004delta.pod pod/perl5005delta.pod
42895           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
42896           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
42897           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
42898           !> pod/perlsub.pod
42899 ____________________________________________________________________________
42900 [  8229] By: jhi                                   on 2000/12/22  15:32:12
42901         Log: Integrate perlio.
42902      Branch: perl
42903           +> win32/distclean.bat
42904           !> MANIFEST t/io/utf8.t
42905 ____________________________________________________________________________
42906 [  8228] By: jhi                                   on 2000/12/22  15:29:40
42907         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
42908              From: Robin Barker <rmb1@cise.npl.co.uk>
42909              Date: Fri, 22 Dec 2000 12:17:38 GMT
42910              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
42911      Branch: perl
42912            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
42913            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
42914            ! pod/perl5004delta.pod pod/perl5005delta.pod
42915            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
42916            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
42917            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
42918            ! pod/perlsub.pod
42919 ____________________________________________________________________________
42920 [  8227] By: jhi                                   on 2000/12/22  15:24:28
42921         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
42922              From: "John L. Allen" <allen@grumman.com>
42923              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
42924              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
42925              
42926              Document APPLLIB_EXP.
42927      Branch: perl
42928            ! INSTALL
42929 ____________________________________________________________________________
42930 [  8226] By: nick                                  on 2000/12/21  22:11:50
42931         Log: Handy script for when one forgets to "dmake clean" 
42932      Branch: perlio
42933            + win32/distclean.bat
42934            ! MANIFEST
42935 ____________________________________________________________________________
42936 [  8225] By: nick                                  on 2000/12/21  21:54:04
42937         Log: CRLF platform issue with io/utf8 fix.
42938      Branch: perlio
42939            ! t/io/utf8.t
42940 ____________________________________________________________________________
42941 [  8224] By: nick                                  on 2000/12/21  21:02:20
42942         Log: Integrate mainline
42943      Branch: perlio
42944           !> Changes Configure Makefile.SH Porting/Glossary
42945           !> Porting/config.sh Porting/config_H configure.com
42946           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
42947           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
42948           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
42949           !> win32/config.bc win32/config.gc win32/config.vc
42950 ____________________________________________________________________________
42951 [  8223] By: jhi                                   on 2000/12/21  17:09:16
42952         Log: Update Changes.
42953      Branch: perl
42954            ! Changes patchlevel.h
42955 ____________________________________________________________________________
42956 [  8222] By: jhi                                   on 2000/12/21  16:24:01
42957         Log: Metaconfig unit changes for #8221.
42958      Branch: metaconfig/U/perl
42959           +> issymlink.U
42960            - testsyml.U
42961            ! Mksymlinks.U
42962 ____________________________________________________________________________
42963 [  8221] By: jhi                                   on 2000/12/21  16:23:48
42964         Log: Rename testsyml to issymlink.
42965      Branch: perl
42966            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42967            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
42968            ! win32/config.vc
42969 ____________________________________________________________________________
42970 [  8220] By: jhi                                   on 2000/12/21  15:47:26
42971         Log: Robustness support for #8218 (symlink forest) since the GNU
42972              tools seem to be overly picky about symlinkage depths.
42973      Branch: perl
42974            ! Makefile.SH t/io/fs.t
42975 ____________________________________________________________________________
42976 [  8219] By: jhi                                   on 2000/12/21  15:38:27
42977         Log: Metaconfig changes for #8218.
42978      Branch: metaconfig
42979            ! U/modified/Oldconfig.U
42980      Branch: metaconfig/U/perl
42981            + Mksymlinks.U
42982            ! testsyml.U
42983 ____________________________________________________________________________
42984 [  8218] By: jhi                                   on 2000/12/21  15:37:57
42985         Log: Add Configure option -Dmksymlinks which will create a symlink
42986              forest if the current/build differs from the source directory.
42987              TODO: mkdir -p is not portable.
42988      Branch: perl
42989            ! Configure
42990 ____________________________________________________________________________
42991 [  8217] By: jhi                                   on 2000/12/21  14:39:12
42992         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
42993              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
42994              Date: Thu, 21 Dec 2000 09:38:18 GMT
42995              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
42996              
42997              The ofs became an SV.
42998      Branch: perl
42999            ! ext/Thread/Thread.xs
43000 ____________________________________________________________________________
43001 [  8216] By: jhi                                   on 2000/12/21  05:40:21
43002         Log: The polymorphism seems to have fixed 20000517.001.
43003      Branch: perl
43004            ! t/pragma/utf8.t
43005 ____________________________________________________________________________
43006 [  8215] By: jhi                                   on 2000/12/21  04:44:52
43007         Log: read() documentation tweak for 20001121.004.
43008      Branch: perl
43009            ! pod/perlfunc.pod
43010 ____________________________________________________________________________
43011 [  8214] By: jhi                                   on 2000/12/21  03:54:11
43012         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
43013      Branch: perl
43014            ! pp_sys.c t/op/misc.t
43015 ____________________________________________________________________________
43016 [  8213] By: jhi                                   on 2000/12/21  00:28:10
43017         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
43018              From: Peter Prymmer <pvhp@forte.com>
43019              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
43020              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
43021      Branch: perl
43022            ! configure.com
43023 ____________________________________________________________________________
43024 [  8212] By: jhi                                   on 2000/12/21  00:26:21
43025         Log: Edit edit edit.
43026      Branch: perl
43027            ! pod/perlfaq3.pod
43028 ____________________________________________________________________________
43029 [  8211] By: jhi                                   on 2000/12/20  18:52:46
43030         Log: Update Changes.
43031      Branch: perl
43032            ! Changes patchlevel.h
43033 ____________________________________________________________________________
43034 [  8210] By: jhi                                   on 2000/12/20  18:34:47
43035         Log: Yet another editor edit.
43036      Branch: perl
43037            ! pod/perlfaq3.pod
43038 ____________________________________________________________________________
43039 [  8209] By: jhi                                   on 2000/12/20  15:33:28
43040         Log: More Win32 Perling.
43041      Branch: perl
43042            ! pod/perlfaq3.pod
43043 ____________________________________________________________________________
43044 [  8208] By: jhi                                   on 2000/12/20  15:07:46
43045         Log: More Win32 editor/IDE/shell hints.
43046      Branch: perl
43047            ! pod/perlfaq3.pod
43048 ____________________________________________________________________________
43049 [  8207] By: jhi                                   on 2000/12/20  03:54:08
43050         Log: Subject: [PATCH] obscure timing knowledge
43051              From: Nicholas Clark <nick@ccl4.org>
43052              Date: Tue, 19 Dec 2000 19:22:31 +0000
43053              Message-ID: <20001219192231.F2827@plum.flirble.org>
43054      Branch: perl
43055            ! sv.c
43056 ____________________________________________________________________________
43057 [  8206] By: jhi                                   on 2000/12/20  03:45:57
43058         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
43059              From: Spider Boardman <spider@leggy.zk3.dec.com>
43060              Date: Tue, 19 Dec 2000 21:30:16 -0500
43061              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
43062      Branch: perl
43063            ! sv.c
43064 ____________________________________________________________________________
43065 [  8205] By: jhi                                   on 2000/12/19  23:02:01
43066         Log: Update Changes.
43067      Branch: perl
43068            ! Changes patchlevel.h
43069 ____________________________________________________________________________
43070 [  8204] By: jhi                                   on 2000/12/19  22:58:18
43071         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
43072              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
43073              on editors and diffing/patching.
43074      Branch: perl
43075            ! t/op/utf8decode.t
43076 ____________________________________________________________________________
43077 [  8203] By: nick                                  on 2000/12/19  21:36:16
43078         Log: Integrate mainline (forgot my own change...)
43079      Branch: perlio
43080           !> ext/Encode/compile
43081 ____________________________________________________________________________
43082 [  8202] By: nick                                  on 2000/12/19  21:34:42
43083         Log: Integrate mainline.
43084      Branch: perlio
43085           !> (integrate 61 files)
43086 ____________________________________________________________________________
43087 [  8201] By: nick                                  on 2000/12/19  21:34:06
43088         Log: Avoid looking for File::Glob when we don't need it.
43089      Branch: perl
43090            ! ext/Encode/compile
43091 ____________________________________________________________________________
43092 [  8200] By: jhi                                   on 2000/12/19  18:35:49
43093         Log: Update Changes.
43094      Branch: perl
43095            ! Changes patchlevel.h
43096 ____________________________________________________________________________
43097 [  8199] By: jhi                                   on 2000/12/19  18:35:07
43098         Log: Microperl tweaks.
43099      Branch: perl
43100            ! sv.c uconfig.h uconfig.sh
43101 ____________________________________________________________________________
43102 [  8198] By: jhi                                   on 2000/12/19  18:29:59
43103         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
43104      Branch: perl
43105            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43106            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
43107 ____________________________________________________________________________
43108 [  8197] By: jhi                                   on 2000/12/19  17:55:29
43109         Log: In VMS embedded perls couldn't access the statically built Socket,
43110              from Charles Lane.
43111      Branch: perl
43112            ! configure.com
43113 ____________________________________________________________________________
43114 [  8196] By: jhi                                   on 2000/12/19  17:49:50
43115         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
43116              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
43117              Date: Sun, 17 Dec 2000 19:11:44 -0000
43118              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
43119      Branch: perl
43120            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
43121            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
43122 ____________________________________________________________________________
43123 [  8195] By: jhi                                   on 2000/12/19  17:47:53
43124         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
43125              From: Jonathan Stowe <gellyfish@gellyfish.com>
43126              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
43127              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
43128      Branch: perl
43129            ! utils/h2xs.PL
43130 ____________________________________________________________________________
43131 [  8194] By: jhi                                   on 2000/12/19  17:46:28
43132         Log: Subject: Re: useless use of void context work-around
43133              From: andreas.koenig@anima.de (Andreas J. Koenig)
43134              Date: 16 Dec 2000 15:13:36 +0100
43135              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
43136              
43137              Document (comment) the q(di ds ig) trick in the code.
43138      Branch: perl
43139            ! op.c
43140 ____________________________________________________________________________
43141 [  8193] By: jhi                                   on 2000/12/19  17:10:57
43142         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
43143              From: "Mark J. Reed" <mreed@strange.turner.com>
43144              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
43145              Message-Id: <200012160222.VAA13986@strange.turner.com>
43146      Branch: perl
43147            ! ext/Sys/Syslog/Syslog.pm
43148 ____________________________________________________________________________
43149 [  8192] By: jhi                                   on 2000/12/19  17:07:45
43150         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
43151              From: Nicholas Clark <nick@ccl4.org>
43152              Date: Sat, 16 Dec 2000 19:03:13 +0000
43153              Message-ID: <20001216190313.D68304@plum.flirble.org>
43154      Branch: perl
43155            ! t/op/64bitint.t
43156 ____________________________________________________________________________
43157 [  8191] By: jhi                                   on 2000/12/19  17:06:13
43158         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
43159              From: Dominic Dunlop <domo@computer.org>
43160              Date: Mon, 18 Dec 2000 12:00:15 +0100
43161              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
43162              
43163              This patchlet is needed in order that perl can be statically linked.  
43164      Branch: perl
43165            ! regexec.c
43166 ____________________________________________________________________________
43167 [  8190] By: jhi                                   on 2000/12/19  17:03:08
43168         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
43169              From: "Craig A. Berry" <craig.berry@psinetcs.com>
43170              Date: Sun, 17 Dec 2000 00:18:35 -0600
43171              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
43172      Branch: perl
43173            ! perlio.h vms/gen_shrfls.pl
43174 ____________________________________________________________________________
43175 [  8189] By: jhi                                   on 2000/12/19  16:20:28
43176         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
43177              From: Prymmer/Kahn <pvhp@best.com>
43178              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
43179              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
43180              
43181              A better version of #8188.
43182      Branch: perl
43183            ! pod/perlfaq3.pod
43184 ____________________________________________________________________________
43185 [  8188] By: jhi                                   on 2000/12/19  15:57:06
43186         Log: (Replaced by #8189)
43187              
43188              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
43189              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
43190              From: Prymmer/Kahn <pvhp@best.com>
43191              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
43192              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
43193              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
43194              Date: Mon, 18 Dec 2000 11:10:45 -0500
43195              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
43196      Branch: perl
43197            ! pod/perlfaq3.pod
43198 ____________________________________________________________________________
43199 [  8187] By: jhi                                   on 2000/12/19  15:54:19
43200         Log: Email address fix for Anton Berezin.
43201      Branch: perl
43202            ! AUTHORS
43203 ____________________________________________________________________________
43204 [  8186] By: jhi                                   on 2000/12/19  15:38:54
43205         Log: Subject: [PATCH perl@8102] cygwin port
43206              From: "Eric Fifer" <efifer@dircon.co.uk> 
43207              Date: Thu, 14 Dec 2000 13:41:29 -0000
43208              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
43209              
43210              When compiling modules the data item that is being imported
43211              from libperl.dll needs to be tagged as imported/shared data:
43212              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
43213      Branch: perl
43214            ! perliol.h
43215 ____________________________________________________________________________
43216 [  8185] By: jhi                                   on 2000/12/19  14:53:24
43217         Log: Regen uconfig.h and uconfig.sh.
43218      Branch: perl
43219            ! uconfig.h uconfig.sh
43220 ____________________________________________________________________________
43221 [  8184] By: jhi                                   on 2000/12/18  20:43:49
43222         Log: Comments work so much better when they are closed.
43223      Branch: perl
43224            ! regcomp.c
43225 ____________________________________________________________________________
43226 [  8183] By: jhi                                   on 2000/12/18  18:04:02
43227         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
43228              Fixes the bug 20001218.016.
43229      Branch: perl
43230            ! regcomp.c
43231 ____________________________________________________________________________
43232 [  8182] By: gsar                                  on 2000/12/18  09:53:47
43233         Log: delete spurious files
43234      Branch: maint-5.6/perl
43235            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
43236            - vos/config.h vos/config_h.SH_orig
43237 ____________________________________________________________________________
43238 [  8181] By: gsar                                  on 2000/12/18  09:46:08
43239         Log: regen perltoc
43240      Branch: maint-5.6/perl
43241            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
43242 ____________________________________________________________________________
43243 [  8180] By: gsar                                  on 2000/12/18  09:20:27
43244         Log: integrate changes#7924..7926,7946,7952 from mainline
43245              
43246              A test works better if it has the right 1..$n output.
43247              
43248              All the core library users of Class::Struct seem to be
43249              using "use Class::Struct 'struct';" instead of the bare
43250              "use Class::Struct;", which isn't documented in Class::Struct.
43251              This can't be right.
43252              
43253              Make the Class::Struct import() wiser.
43254              
43255              Upgrade to CPAN 1.59_51, from Andreas König.
43256              
43257              Subject: Re: long shell lines
43258              Split overly long shell command lines.
43259      Branch: maint-5.6/perl
43260           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
43261           !> lib/File/stat.pm t/lib/class-struct.t
43262 ____________________________________________________________________________
43263 [  8179] By: gsar                                  on 2000/12/18  08:55:54
43264         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
43265              7918,7919,7988,8907 from mainline (various)
43266              
43267              Subject: [ID 20001127.004] White space problem in perlamiga.pod
43268              
43269              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
43270              
43271              Subject: [PATCH] perlcc.PL cleanups
43272              
43273              Subject: [PATCH] Updating perltie.pod for arrays
43274              
43275              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
43276              Subject: Re: [PATCH] Updating perltie.pod for arrays
43277              Subject: Re: [PATCH] Updating perltie.pod for arrays
43278              
43279              One more perltie.pod nit from Casey R. Tweten.
43280              
43281              Subject: [PATCH] $^O  win32 -> MSWin32
43282              plus similar nits for vms, err, VMS, and UNICOS.
43283              
43284              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
43285              More checking in case someone has broken their services or
43286              protocol databases.
43287              
43288              Make "use Class::Struct 'struct';" work again (broken by #7617);
43289              add a test for Class::Struct.
43290              
43291              Integrate the "skip" messages to explain().
43292              
43293              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
43294      Branch: maint-5.6/perl
43295           +> t/lib/class-struct.t
43296           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
43297           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
43298           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
43299 ____________________________________________________________________________
43300 [  8178] By: gsar                                  on 2000/12/18  08:16:30
43301         Log: avoid redefinition warnings on windows due to sys/socket.h getting
43302              #included before win32.h
43303      Branch: maint-5.6/perl
43304            ! win32/include/sys/socket.h
43305 ____________________________________________________________________________
43306 [  8177] By: gsar                                  on 2000/12/18  05:24:04
43307         Log: make regen_headers; fix POSIX.xs problems; remove outdated
43308              code from sys/socket.h that makes build fail now
43309      Branch: maint-5.6/perl
43310            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
43311            ! pod/perlapi.pod
43312           !> win32/include/sys/socket.h
43313 ____________________________________________________________________________
43314 [  8176] By: gsar                                  on 2000/12/18  05:20:17
43315         Log: update Changes
43316      Branch: maint-5.6/perl
43317            ! Changes patchlevel.h
43318 ____________________________________________________________________________
43319 [  8175] By: gsar                                  on 2000/12/18  04:57:48
43320         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
43321              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
43322              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
43323              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
43324              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
43325              7823,7825,7838
43326              
43327              Subject: Re: [PATCH] README.solaris
43328              
43329              Add getpagesize() probing, on non-UNIX guess 'undef'.
43330              
43331              Simplify the getpagesize() unit by dropping the
43332              pagesize probe since it's nowadays slightly more
43333              complicated because of sysconf(). (Note: if some
43334              platform really needs the -lPW for getpagesize,
43335              I just broke it.)
43336              TODO: a new pagesize unit.
43337              
43338              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
43339              
43340              MachTen doesn't really do mmap() and munmap().
43341              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
43342              
43343              More README.solaris updates from Andy Dougherty.
43344              
43345              Copy the s// information of README.hpux also to the perlrun.
43346              
43347              Add HAS_FSYNC, lack noticed by Nicholas Clark.
43348              
43349              Add a metaconfig unit for fsync.
43350              
43351              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
43352              
43353              Many subdocumented return values of the IO extension now documented.
43354              ungetc and write still left subdocumented.
43355              Subject: [PATCH] (was Re: IO::Handle::ungetc)
43356              
43357              Document tell() on special streams.
43358              
43359              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
43360              
43361              Subject: [ID 20001112.007] sfio's sftell isn't ftell
43362              
43363              Couple of tests from #7660 salvaged.
43364              
43365              Tweak the definition of the bit complement on UTF-8 data:
43366              if none of the characters in the string are > 0xff,
43367              the result is a complemented byte string, not a (UTF-8)
43368              char string.  Based on the summary in
43369              Subject: Re: [ID 20000918.005] ~ on wide chars
43370              This should give us the maximum backward (pre-char string)
43371              compatibility and utf8 compatibility.  The other alternative
43372              would be to limit the bit complement to be always byte only,
43373              taking the least significant byte of the chars.
43374              
43375              Cleanup messy #ifdef.
43376              
43377              Typos in #7667.
43378              
43379              Declare reg_data like reg_substr_data.
43380              
43381              Placate nervous compilers that see longer than ints switch()ing.
43382              
43383              Remove the new two tests of lib/io_xs for now, they seem to
43384              fail under perlio on some platforms.
43385              
43386              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
43387              
43388              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
43389              
43390              Subject: tiny typo in perl5db.pl
43391              
43392              Subject: some additions for makefiles for win32 (for perl@7674)
43393              
43394              Hoist the duplicated socket/netdb include logic to perl.h;
43395              undef SETERRNO in case SOCKS has defined it.  Based on:
43396              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
43397              
43398              Regen Configure.
43399              
43400              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
43401              (a macro to define signed and unsigned integer constants).
43402              
43403              Use UINT64_C().
43404              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
43405              
43406              Use u_int32_t for the size of hash_cb(), not size_t.
43407              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
43408              
43409              Quit utf8_to_uv() instantly if curlen == 0.
43410              
43411              Subject: [PATCH: perl@7674] updates to README.os390
43412              
43413              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
43414              
43415              EBCDIC tweaks.
43416              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
43417              
43418              Linenumber fix.
43419              
43420              SOCKS has its own USE_THREADS, based on
43421              Subject: [ID 20001114.002] et. al. bugfix followup
43422              
43423              UINT64_C() work continues.
43424              
43425              Detypo.
43426              
43427              The type of the hash_cb() size argument is tricky.
43428              
43429              Add fwalk() probe to the configuration files and regen perltoc.
43430              
43431              Subject: perllocale.pod changes
43432              
43433              Avoid an infinite loop in VMS when utils scripts are run
43434              with no arguments, from Charles Lane.
43435              
43436              Subject: Re: Bug in Carp::Heavy/5.6.0?
43437              
43438              For Solaris use64bitall the stdchar needs a little bit of help.
43439              
43440              The long double hints can be here or there.
43441              
43442              Test tweak for the open pragma.
43443              
43444              Also the 64bitall hints can be either here or there.
43445              
43446              As surmised the #7719 wasn't a good move.
43447              
43448              Subject: Fix for 20000409.001
43449              
43450              Subject: Fix for 20000815.006
43451              It's really 20000518.006.
43452              
43453              Subject: [PATCH 5.6.0 README.win32] very minor typos
43454              
43455              Subject: Fix for README.amiga (20000323.033)
43456              
43457              Explain in more detail the {} syntax ambiguousity.
43458              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
43459              
43460              Sparc 64-bit pack() fix from Jens Hamisch.
43461              
43462              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
43463              
43464              Subject: podlators 1.05 available        
43465              
43466              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
43467              
43468              Subject: [perl 7711: EPOC] updates
43469              
43470              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
43471              
43472              Miraculous typo.
43473              
43474              sysseek() instead of seek().
43475              
43476              Solaris hints tweaks.
43477              
43478              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
43479              This may be overly harsh but until proven otherwise, we think this
43480              way, or until we have a simple test for Configure (having to start
43481              up servers is does not count as simple) to check for the problems.
43482              
43483              Remove the shared object before attempting to create
43484              (by linking) a new one.  E.g. in AIX not removing
43485              becomes quite painful if one tries to do more than one
43486              build in the same tree (an interrupted build, for example),
43487              since the AIX' shared dynaloader seemingly keeps the shared
43488              objects open and therefore 'busy' for quite a while, even when
43489              nobody is using the objects, leading into link failures.
43490              
43491              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
43492              
43493              Subject: DOC PATCH 5.6.0 perlreftut
43494              
43495              Subject: [PATCH: perl@7777] add system locale testing for VMS
43496              
43497              Subject: [PATCH] Test.pm POD peculiarity
43498              
43499              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
43500              
43501              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
43502              
43503              Subject: Re: perl@7777 
43504              Detypoing.
43505              
43506              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
43507              
43508              Go ahead and #include <unistd.h> in perl.h.
43509              
43510              Subject: [PATCH perl@7795] small cleanup task for test suite
43511              
43512              Subject: Re: av.c patch (having slight problems)
43513              unshift() speedup.
43514              
43515              Reach back one higher up when searching for PERL_SRC.
43516      Branch: maint-5.6/perl
43517           +> lib/File/Spec/Epoc.pm
43518           !> (integrate 88 files)
43519 ____________________________________________________________________________
43520 [  8174] By: gsar                                  on 2000/12/18  03:53:09
43521         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
43522              7625..7629,7631..7634,7637,7639,7642 from mainline
43523              
43524              Fix for the tie-refhash string table leaks.
43525              
43526              Subject: [patch perl@7595] VMS configure.com tweak
43527              
43528              More careful detection of how well NVs and UVs mix.
43529              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))
43530              Added some SIGFPE paranoia.
43531              
43532              Forgot to bump the line numbers in #7601.
43533              
43534              Subject: PATCH std stdio for (Free)BSD
43535              
43536              Deleting $ENV{PATH} in VMS is not recommendable.
43537              
43538              Locale buglets.
43539              Subject: RE: Locales support (setlocale) fixes
43540              
43541              Do not test UTF-8 locales since that the tests would require
43542              polymorphic regexen.
43543              
43544              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
43545              
43546              A missing aTHX_.
43547              
43548              Subject: [ID 20001108.013] spelling
43549              
43550              Subject: [PATCH] Class::Struct at compile time
43551              
43552              Make deleting for %ENV work for (newer versions of) VMS,
43553              from Craig A. Berry.
43554              
43555              Forgot from #7618.
43556              
43557              More VMS moves on environment handling, from Charles Lane.
43558              
43559              Remove unused extra arguments.
43560              
43561              Typo in an ifndef.
43562              Subject: Re: [PATCH 5.7.0] better messages from malloc()
43563              
43564              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
43565              All except the "cow orker" change.
43566              
43567              The generated boot_* headers are wrong.  Pickier compiler,
43568              such as KAI C++ will refuse to compile the resulting perlmain.
43569              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
43570              
43571              There's no =head3.
43572              
43573              Disable only the tests 99 and 166 for UTF-8 locales.
43574              
43575              Missing dTHXs.
43576              Subject: RE: perl@7595 builds not on cygwin
43577              
43578              Subject: Re: bash -c exit and linux hints 
43579              
43580              Various doc oddball characters.
43581              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
43582              
43583              Subject: [PATCH] IO::Seekable pod
43584              
43585              Amdahl UTS hints updates.
43586              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
43587              
43588              Explain better why certain regex tests are skipped.
43589              Subject: Re: tests skipped: unknown reason
43590              
43591              Subject: [PATCH] README.solaris
43592              
43593              Subject: [PATCH perl@7638] cygwin port
43594      Branch: maint-5.6/perl
43595           +> README.solaris
43596           !> (integrate 26 files)
43597 ____________________________________________________________________________
43598 [  8173] By: gsar                                  on 2000/12/18  03:37:02
43599         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
43600              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
43601              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
43602              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
43603              
43604              Better create a true mailing list for the repository keepers.
43605              
43606              Subject: [ID 20001027.007] uniq array in perlfaq
43607              
43608              De-quoted-unreadable to ISO Latin 1.
43609              (There's one ISO-2022-JP name in Changes5.004.)
43610              
43611              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
43612              
43613              The #7476 needs a MANIFEST change, too.
43614              
43615              Add also emailless people.
43616              
43617              UTF-8 decoder tweak.
43618              
43619              Make \x{...} consistently produce UTF-8.
43620              Subject: Re: \x{...} is confused 
43621              
43622              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
43623              
43624              Add a perlbug flag, -A, to avoid acknowledgement messages.
43625              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
43626              
43627              Use Errno magic.
43628              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
43629              
43630              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
43631              
43632              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
43633              
43634              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
43635              
43636              Be more lenient on bad UTF-8 when doing bit arithmetics.
43637              Subject: Re: [ID 20000918.005] ~ on wide chars
43638              (The ord() part of the patch skipped.)
43639              
43640              Subject: perlfaq style changes
43641              
43642              AUTHORS tweaks.
43643              
43644              Whitespace style tweak.  Was originally going to see to
43645              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
43646              but that had already been taken care of.
43647              
43648              The compiler is either gcc or cc, from Tom Bates.
43649              
43650              The osname has been lowercased by now, from Tom Bates.
43651              
43652              The NonStop-UX libraries have a novel way to say NaN.
43653              
43654              printf UVs the correct way, noticed by Robin Barker.
43655              
43656              Subject: [PATCH] startperl to respect versiononly
43657              
43658              AUTHORS updates.
43659              
43660              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
43661              
43662              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
43663              
43664              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
43665              
43666              Generalize the Camel wording.
43667              Subject: Re: perlfaq style changes
43668              
43669              Subject: [ID 20001005.006] Documentation -- description of qr//
43670              
43671              C.pm part of
43672              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
43673              
43674              Locale warning explanation tweak.
43675              
43676              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
43677              
43678              Make the POSIX::setuid and POSIX::setgid to really call setuid()
43679              and setgid() because they were just changing $< and $( which means
43680              only changing the real uid/gid, as opposed to changing both
43681              real and effective ids.  (The alternative way could have been
43682              in POSIX.pm to change $> and $), too, but making a direct call
43683              to the C API feels cleaner.)  Fixes the bug
43684              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
43685              
43686              Expand %Config variables and %ENV variables only if
43687              so requested during build time using the
43688              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
43689              Not expanding makes relocating distributions easier.
43690              
43691              More tweaking on the #7522 theme.
43692              
43693              Test::Harness revealed buglets in the new DynaLoader.
43694              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
43695              
43696              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
43697              fix a autovivification bug in Tie::RefHash, add tests for both.
43698              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
43699              
43700              Detpyo.
43701              
43702              recv() can fail and return undef.
43703              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
43704              
43705              Fix the problem discussed in
43706              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
43707              originally from Linc Madison.  Also Andreas König's comments
43708              taken into account.  Some other problems with Tie::SubstrHash
43709              fixed: didn't croak when the table exceeded the requested number
43710              of entries (as documented) but instead when the number of entries
43711              exceeded the size of the table, a croak() had an unnecessary \n,
43712              didn't have a CLEAR method, documented that there is no exists().
43713              Didn't fix to be strict-proof because the module uses &foo; and
43714              dynamic scope.  Added a test script exercizing both first tamely 
43715              the basic functionality, and then the failure cases reported by
43716              Linc Madison.
43717              
43718              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
43719              
43720              The #7521 touched things it shouldn't have.
43721              
43722              Subject: [PATCH 5.7.0] better messages from malloc()
43723              
43724              Subject: Re: README.aix
43725              
43726              Add FCNTL_CAN_LOCK.
43727              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
43728              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
43729              
43730              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
43731              create a "fast path" for locale name probing using "locale -a"
43732              if available, squash finally hopefully the s?printf resetting
43733              the numeric locale (since, IIUC perllocale, it never shouldn't). 
43734              
43735              More Changes tweakery.
43736              
43737              Dying is too strict here, better just skip.
43738              
43739              Subject: Locales support (setlocale) fixes
43740              Modified quite a bit to be more portable.
43741              
43742              Configure would use a bad $myuname from an old config.sh.
43743              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
43744              
43745              Fix for
43746              Subject: [ID 20001004.006] undef is never tainted
43747              An undef read from a slurped file was not tainted.
43748              
43749              Fix for
43750              Subject: [ID 20001004.007] taint propogation is inconsistent
43751              The culprit was sv_setsv() which was rather blindly
43752              propagating taint, which lead to behaviour where if
43753              a tainted anon hash value was seen all the hash values
43754              from then on at that level became tainted, or at any
43755              upper levels in the case of nested anon hashes.
43756              
43757              Test tweak: show also the failed locales.
43758              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
43759              
43760              A fix of sorts for 20000329.026, a better error message
43761              for a missing "use charnames" when using the \N{...}. 
43762              
43763              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
43764              
43765              Add =pod to be tidy.
43766              
43767              Fix for bug id 19990615.008, pos() unset during s///ge.
43768              
43769              Add a note for future generations about bug id 20000229.006.
43770              
43771              Use -dM for gcc (the suggested patch did it only for Linux,
43772              but I think it can be generalized).
43773              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
43774              
43775              opmini.o can linger from Configures past.
43776              
43777              Document that the evaled syntax errors cause scalar leaks.
43778              
43779              Fix for
43780              Subject: [ID 20000728.005] perl -P broken
43781              (hopefully).  The fix is also not complete, it seems to break
43782              BOM swallowing for libc5 systems, but until someone figures
43783              out a way to do this without ftell(), this will do.
43784              
43785              AUTHORS updates.
43786              
43787              Subject: Re: rsync'ed patches vs. rsync'ed source
43788              
43789              Admit that the test leaks scalars.
43790              
43791              Sanitize the environment further.
43792              
43793              VOS updates from Paul Green.
43794              
43795              Document %ENV = () portability issues.
43796              
43797              Make the stdio test program of 7427 less noisy while being 
43798              compiled so that Digital UNIX wouldn't get both
43799              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
43800              undefined.  This makes perlio happy.
43801              
43802              glibc5 detection by __GNU_LIBRARY__.
43803              
43804              %ENV note tweaks from Dan Sugalski.
43805              
43806              Varargs don't always work too well if one puts an unsigned
43807              char on the stack and pop an unsigned quad off the stack.
43808              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
43809              
43810              Subject: Pod updates
43811              
43812              Fake support of holey files in win/dosish platforms.
43813              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
43814              
43815              A doc addition for bug id 20001105.019, beware \p.
43816              
43817              Tweak #7587.
43818              
43819              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
43820              
43821              perlhack updates from H.Merijn Brand.
43822              
43823              Subject: [PATCH perl@7573] cygwin port
43824              Synchronize with Cygwin 1.1.5.
43825              
43826              Bad thinko in #7581 (I used the test program with the expanded
43827              values as-is).
43828              
43829              Make perlbug not insist on dumping to a file when stdout isn't a tty.
43830              Subject: [PATCH] perlbug.PL
43831              
43832              Overrideable keys, each, pop, push, shift, splice, unshift.
43833              Subject: [PATCH] prototyped functions that should be overrideable
43834              
43835              Try to avoid flockless and emulationless places.
43836      Branch: maint-5.6/perl
43837           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
43838            - MAINTAIN
43839           !> (integrate 111 files)
43840 ____________________________________________________________________________
43841 [  8172] By: jhi                                   on 2000/12/18  02:49:27
43842         Log: Regen pods.
43843      Branch: perl
43844            ! pod/perlmodlib.pod pod/perltoc.pod
43845 ____________________________________________________________________________
43846 [  8171] By: gsar                                  on 2000/12/18  02:49:24
43847         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
43848              7465..7471 from mainline
43849              
43850              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
43851              in platforms that strictly require all the symbols being present
43852              at link time.
43853              
43854              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
43855              
43856              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
43857              
43858              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
43859              
43860              Subject: [PATCH] todo
43861              
43862              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
43863              
43864              Use $sort, $uniq (and $tr) consistently as wondered
43865              by Nicholas Clark.
43866              
43867              Too enthusiastic editing in #7460.
43868              
43869              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
43870              
43871              Upgrade to CPAN 1.58_55.
43872              Subject: CPAN.pm status
43873              
43874              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
43875              
43876              Make target reordering to avoid pointless re-makes.
43877              Subject: Re: Total re-make of 'make okfile' after 7451 ?
43878              
43879              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
43880              
43881              Subject: DOC PATCH 5.6.0
43882              
43883              Add the repository doc by Malcolm, Sarathy, and by Simon,
43884              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
43885      Branch: maint-5.6/perl
43886           +> Porting/repository.pod
43887           !> Configure MANIFEST Makefile.SH README.dos README.os2
43888           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
43889           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
43890           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
43891 ____________________________________________________________________________
43892 [  8169] By: gsar                                  on 2000/12/18  02:33:34
43893         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
43894              7435..7441,7445 from mainline
43895              
43896              Make the UTF-8 decoding stricter and more verbose when
43897              malformation happens.  This involved adding an argument
43898              to utf8_to_uv_chk(), which involved changing its prototype,
43899              and prefer STRLEN over I32 for the UTF-8 length, which as
43900              a domino effect necessitated changing the prototypes of
43901              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
43902              The stricter UTF-8 decoding checking uses Markus Kuhn's
43903              UTF-8 Decode Stress Tester from
43904              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
43905              
43906              Run vms/vms_yfix.pl, should have done that after changing
43907              perly.c in #7382.
43908              
43909              Subject: [PATCH 5.7.0] static linking with uninstalled perl
43910              
43911              (Replaced by #7440.)
43912              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
43913              
43914              Fix the bug ID 20001024.005, the bug introduced by #7416.
43915              
43916              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
43917              
43918              Fix the bug reported in
43919              From: andreas.koenig@anima.de (Andreas J. Koenig)
43920              Also make is_utf8_char() stricter.
43921              
43922              Missed the header file changes from #7425.
43923              
43924              Check if stdio supports tweaking lval and cnt simultaneously.
43925              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
43926              
43927              Stratus VOS updates from Paul Green.
43928              
43929              Podify README.epoc and README.vos.
43930              
43931              Add targets to Makefile.SH, most importantly
43932              'regen_all' which also remembers to update vms/perly*.
43933              
43934              Subject: Minor update to find2perl, for portability
43935              
43936              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
43937              
43938              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
43939              
43940              Rename UTF8LEN() to be UNISKIP(), too confusing to have
43941              UTF8LEN() and UTF8SKIP(). 
43942              
43943              Allow poking holes at the UTF-8 decoding strictness.
43944              
43945              Continue the internal UTF-8 API tweaking.
43946              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
43947              used much more than the simpler API, now called utf8_to_uv_simple().
43948              Still not quite happy with API, too much partial duplication
43949              of functionality.
43950              
43951              A new version of making the syslog test more robust.
43952              (Replaces #7421.)
43953              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
43954              
43955              buildtoc target tweaks.
43956              
43957              Integrate with vmsperl #7430 by Charles Bailey:
43958              
43959              Cleanup from prior patch (Charles Lane?):
43960              - improve handling of MFDs in Basename and Path
43961              - default to no xsubpp line # munging when building debug images
43962      Branch: maint-5.6/perl
43963           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
43964           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
43965           !> (integrate 67 files)
43966 ____________________________________________________________________________
43967 [  8168] By: gsar                                  on 2000/12/18  02:05:49
43968         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
43969              
43970              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
43971              From: Martin Husemann <martin@duskware.de>
43972              
43973              Subject: [PATCH 5.7.0] restore match data on backtracing
43974              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43975      Branch: maint-5.6/perl
43976           !> regcomp.c regexec.c t/op/re_tests
43977 ____________________________________________________________________________
43978 [  8167] By: gsar                                  on 2000/12/18  01:55:22
43979         Log: integrate changes#7858,7986 from mainline
43980              
43981              C<foreach my $x ...> in pseudo-fork()ed process may diddle
43982              parent's memory; fix it by keeping track of the actual pad
43983              offset rather than a raw pointer (this change is probably also
43984              relevant to non-ithreads case to avoid fallout from reallocs of
43985              the pad array, but is currently only enabled for the ithreads
43986              case in the interests of minimal disruption to existing "well
43987              tested" code)
43988              
43989              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
43990              due to the notorious GetFileType() bug in Windows 9x, which fstat()
43991              tickles)
43992      Branch: maint-5.6/perl
43993           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
43994           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
43995           !> win32/win32.c win32/win32.h win32/win32sck.c
43996 ____________________________________________________________________________
43997 [  8166] By: gsar                                  on 2000/12/18  01:52:59
43998         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
43999              from mainline (xsubpp and ExtUtils::LibList fixups, various
44000              other small items)
44001              
44002              The generated boot_* headers are wrong.  Pickier compiler,
44003              such as KAI C++ will refuse to compile the resulting perlmain.
44004              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
44005              
44006              Various doc oddball characters.
44007              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
44008              
44009              Subject: [PATCH] Re: 20001101.003 PDL
44010              
44011              Subject: [PATCH 5.7.0] etags broken again
44012              
44013              Subject: [PATCH 5.7.0] Liblist finally works
44014              
44015              Subject: [PATCH 5.7.0] Liblist returns found libraries
44016              
44017              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
44018              
44019              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
44020              
44021              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
44022              OUT keyword nits.
44023              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
44024              OUT and IN_OUT documentation.
44025      Branch: maint-5.6/perl
44026           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
44027           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
44028           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
44029           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
44030           !> win32/bin/search.pl
44031 ____________________________________________________________________________
44032 [  8165] By: gsar                                  on 2000/12/18  01:28:45
44033         Log: integrate changes#7533,7563,7611,7623 from mainline (various
44034              malloc.c embellishments)
44035      Branch: maint-5.6/perl
44036           !> malloc.c pod/perldiag.pod
44037 ____________________________________________________________________________
44038 [  8164] By: gsar                                  on 2000/12/18  01:23:33
44039         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
44040              fixups)
44041      Branch: maint-5.6/perl
44042           !> utils/h2xs.PL
44043 ____________________________________________________________________________
44044 [  8163] By: gsar                                  on 2000/12/18  01:17:50
44045         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
44046              fixups)
44047      Branch: maint-5.6/perl
44048           !> Makefile.SH utils/perlbug.PL
44049 ____________________________________________________________________________
44050 [  8162] By: gsar                                  on 2000/12/18  00:25:43
44051         Log: always export Perl_deb() (it is required by re.xs whether
44052              Perl is built with or without -DDEBUGGING)
44053      Branch: maint-5.6/perl
44054            ! makedef.pl
44055 ____________________________________________________________________________
44056 [  8161] By: gsar                                  on 2000/12/18  00:23:38
44057         Log: integrate change#7414 from mainline
44058              
44059              Undo the basename() part of #7412 since the lib/basename
44060              tests would need upgrading too.
44061              
44062              squelch two tests in tr.t that rely on tr/// paranoia change
44063              that's not in 5.6.x
44064      Branch: maint-5.6/perl
44065            ! t/op/tr.t
44066           !> lib/File/Basename.pm
44067 ____________________________________________________________________________
44068 [  8160] By: gsar                                  on 2000/12/18  00:05:30
44069         Log: missing change in previous integrate
44070      Branch: maint-5.6/perl
44071           !> README.aix
44072 ____________________________________________________________________________
44073 [  8159] By: gsar                                  on 2000/12/18  00:03:38
44074         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
44075              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
44076              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
44077              7410..7413 from mainline
44078              
44079              Introduce the man[24-8] variables, from Andy Dougherty.
44080              
44081              Upgrade to CPAN 1.58, from Andreas König.
44082              
44083              An updated EBCDIC tr patch.
44084              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
44085              
44086              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
44087              
44088              Two thirds of
44089              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
44090              The Install.pm changes will be submitted separately because
44091              they need some work and discussion still.
44092              
44093              The Install.pm third of
44094              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
44095              
44096              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
44097              
44098              Subject: [PATCH 5.7.0] IVs in mtats
44099              
44100              Subject: [PATCH 5.7.0] Perl API for mstats
44101              
44102              Ilya implemented the memory profiling API.
44103              
44104              In Amdahl UTS "struct sv" is defined by a system header,
44105              <ksync.h>.
44106              
44107              Slight tweak of the code to appease Amdahl UTS cc.
44108              
44109              Amdahl UTS doesn't seem to do dynaloading.
44110              
44111              Use UTF8SKIP(), from Simon Cozens.
44112              
44113              Thinko in #7222.
44114              
44115              op/sprintf.t patch for OS/390 (and any other host with limited
44116              floating-point exponent length)
44117              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
44118              
44119              Tweak #7225.
44120              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
44121              
44122              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
44123              
44124              Needs to be conditional on SunOS 4.
44125              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
44126              
44127              Test cases for bug id 20000323.056 (the bug seems to be fixed).
44128              
44129              Add test for bug id 20000427.003 (which seems to have
44130              been fixed) (also duplicate as 20000427.004, though
44131              with a higher severity).  Move one utf8 from op/append
44132              to pragma/utf8, tag the tests with bug ids.
44133              
44134              Document FNCASE=y as discussed in the bug 20000902.009.
44135              
44136              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
44137              The problem was that rx->minlen was in chars while pp_split()
44138              thought it would be in bytes. 
44139              
44140              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
44141              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
44142              
44143              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
44144              
44145              Fix a couple of compiler-noted nits in #7235.
44146              
44147              Tweak the test of #7235.
44148              
44149              One more ~utf8 tweak.
44150              
44151              -w cleanup.
44152              Subject: Re: Problems with bleadperl 
44153              
44154              Subject: small pod patch
44155              
44156              Subject: [PATCH perlguts.pod] Document offset hack
44157              
44158              Add Charles Lane.
44159              
44160              Add the capability to include/exclude branches.
44161              
44162              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
44163              
44164              Detect early whether the std streams have gone bad.
44165              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
44166              
44167              More IoTYPE sprinkling.
44168              
44169              Workaround for a sfio bug where the stream error indicator
44170              is not cleared as documented.
44171              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
44172              
44173              Clarify documentation on 'use bytes'.
44174              Subject: Re: What does 'use bytes' "mean" ?
44175              
44176              Show the failed remote port, instead of the failing line number.
44177              Subject: [PATCH 5.6.1 Debugger] More diagnostics
44178              
44179              Make Cwd more bulletproof in chrooted environments.
44180              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
44181              
44182              Subject: Pod patch for Devel::Peek
44183              
44184              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
44185              
44186              Borland C fstat() never saw the fd as writable.
44187              Subject: fix for Borland's weak "stat" (perl@7211)
44188              
44189              Missing change from #7362.
44190              
44191              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
44192              
44193              Add the test case for the bug id 20000730.004 which seems
44194              to have been fixed by now.
44195              
44196              Fix of sorts for bug id 20000901.092.  There seems to be no trace
44197              of a 'pmshort' anywhere in the B, so the offending line was simply
44198              removed.
44199              
44200              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
44201              
44202              Subject: PATCH do_print has 2 PerlIO_error()s
44203              
44204              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
44205              
44206              Typo noted by Mark Lutz.
44207              
44208              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
44209              
44210              In the latest compiler builds cccdlflags must not become -fpic,
44211              from Wilfredo Sánchez.
44212              
44213              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
44214              
44215              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
44216              
44217              SOCKS function redefinitions need prototypes, too, otherwise
44218              for example 32 bit versus 64 bit differences cause a lot of
44219              problems.  Part of
44220              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
44221              
44222              Portability tweak on #7377.
44223              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
44224              
44225              Don't write double values through long double pointers,
44226              based on a part of
44227              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
44228              
44229              Reëntrancy fix.
44230              Subject: [PATCH perl@7229] Rentrant parser and yylex()
44231              
44232              Make scan_num() reëntrant, as suggested in
44233              Subject: [PATCH perl@7229] Rentrant parser and yylex()
44234              
44235              Fix for ID 20001020.006, concatenating an unset submatch
44236              with utf8 resulted in "Modification of a read-only value".
44237              
44238              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
44239              
44240              The #7383 was right only in the context of the original bug report,
44241              not in more general case.
44242              
44243              Update Changes.
44244              
44245              Testcases for a #7383,#7385 related bug.
44246              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
44247              
44248              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
44249              
44250              Tweak the Is* definitions of Unicode character classes
44251              to better match the official categorizations; embrace
44252              the official categorizations; add the combining marks
44253              as alpha (and -numeric); fix DCinital (a typo and edito)
44254              to be DCmedial.
44255              
44256              Hints tweak from Anton Berezin.
44257              
44258              Subject: installman go-faster stripes
44259              Subject: Re: installman go-faster stripes
44260              
44261              Subject: [ID 20001021.003] updated hints/openbsd.sh
44262              
44263              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
44264              
44265              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
44266              
44267              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
44268              
44269              Doc patch.
44270              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
44271              
44272              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
44273              
44274              Subject: Re: [ID 20001021.005] SEGV with regex match 
44275              
44276              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
44277              
44278              The change #7187 was not so good on VMS.
44279              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
44280              
44281              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
44282              
44283              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
44284              
44285              Document PERL_INSTALL_ROOT of #7210.
44286      Branch: maint-5.6/perl
44287           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
44288           +> t/lib/tie-splice.t
44289            - lib/unicode/Is/DCinital.pl
44290           !> (integrate 112 files)
44291 ____________________________________________________________________________
44292 [  8158] By: jhi                                   on 2000/12/17  23:04:24
44293         Log: Subject: [PATCHES] RE: perl@8150 
44294              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
44295              Date: Sun, 17 Dec 2000 21:46:39 +0100
44296              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
44297              
44298              Neither cygwin has a getpwuid() one can trust on.
44299      Branch: perl
44300            ! t/lib/glob-basic.t
44301 ____________________________________________________________________________
44302 [  8157] By: jhi                                   on 2000/12/17  23:01:54
44303         Log: More MAN.PODS => {} fixes.
44304      Branch: perl
44305            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
44306            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
44307            ! os2/OS2/REXX/Makefile.PL
44308 ____________________________________________________________________________
44309 [  8156] By: gsar                                  on 2000/12/17  22:49:13
44310         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
44311              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
44312              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
44313              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
44314              7201,7204 from mainline
44315              
44316              Remove vestiges of tr//CU.
44317              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
44318              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
44319              
44320              The return value of setlocale must be copied away.
44321              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
44322              
44323              Allow chop() and chomp() to be overridden.
44324              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
44325              
44326              Hints optimization.
44327              Subject: Minor nit
44328              
44329              Subject: [PATCH] de-wall t/README
44330              
44331              Subject: Re: Two advertising clauses need to be removed
44332              
44333              Batch of UTF-8 patches from Simon Cozens.
44334              
44335              Fix for a parsing bug, not for the original bug.
44336              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
44337              
44338              Compilation warnings and an error.
44339              
44340              Subject: File::Find 5.7.0 POD nits
44341              
44342              Subject: [PATCH perl-5.7.0] continued -Wformat support
44343              
44344              The one that got away.
44345              
44346              Subject: Re: perl@7078
44347              
44348              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
44349              convertable to bytes by checking it doesn't go above 0xc3
44350              Subject: Re: perl@7078
44351              
44352              Replace #7084 with
44353              Subject: Re: perl@7078 
44354              
44355              We don't need to count the high bit bytes, a boolean is enough. 
44356              
44357              Subject: [PATCH] utf8.c apidoc
44358              
44359              Subject: Re: perl@7078 
44360              
44361              Botched the #7090 check-in.
44362              
44363              Fix for the charnames.t failures from Spider Boardman.
44364              
44365              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
44366              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
44367              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
44368              0 to checking to get the warning.
44369              
44370              Subject: [PATCH] Nits in perlmod.pod
44371              
44372              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
44373              
44374              Subject: Re: unicode support and perl [ID 20000901.097]
44375              
44376              Subject: Re: unicode support and perl [ID 20000901.097]
44377              
44378              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
44379              
44380              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
44381              
44382              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
44383              
44384              Subject: [PATCH@blead] Fix some recursion in overload.pm
44385              
44386              s/Robin Parker/Robin Barker/
44387              
44388              Subject: [PATCH] Fix aliasing of tied filehandles
44389              
44390              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
44391              
44392              Subject: Re: [PATCH 5.005_64 missed]
44393              
44394              SOCK_DGRAM and listen() do not mix as reported in
44395              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
44396              The patch for 5.7.0+ had to be reengineered, though.
44397              
44398              Subject: DOC PATCH 5.6.0
44399              
44400              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
44401              
44402              Document the issue (is not a syntax error, kind of)
44403              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
44404              
44405              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
44406              Did not apply cleanly, manual intervention was needed.
44407              
44408              Subject: [PATCH] DLL not restartabke with threaded perl
44409              
44410              Inside require() $^S was always left undefined.
44411              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
44412              
44413              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
44414              
44415              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
44416              
44417              Regen headers.
44418              
44419              Subject: [PATCH 5.7.0] Epoc update
44420              
44421              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
44422              as suggested by Olaf Flebbe and Nick Clark.
44423              
44424              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
44425              
44426              Misplaced else.
44427              
44428              Scale down the VMS message boxes, by Charles Lane.
44429              Fix for ID 20000903.009, workaround at
44430              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
44431              
44432              Subject: [ID 20001003.006] B::Debug not -w clean
44433              
44434              Test harness update to sync with the new perlcc,
44435              from Simon Cozens.
44436              
44437              One remaining nit less at the VMS mailbox sizing.
44438              
44439              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
44440              
44441              It is possible to have no hosts database at all.  Pointed out in
44442              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
44443              
44444              Subject: [PATCH 5.7.0] h2xs not working
44445              Subject: [PATCH 5.7.0] h2xs not documenting the created module
44446              
44447              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
44448              
44449              Subject: perlhack.pod Patch for Externals Tools
44450              
44451              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
44452              
44453              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
44454              
44455              Enable disabling scripts installation by Configure -Uinstallscripts,
44456              suggested by H. Merijn Brand.
44457              
44458              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
44459              reported several times by Dominic Dunlop, for example in
44460              ID 20000315.008.  Patch from Dominic.  Patch affects at
44461              least MachTen, and possibly other oldish BSDs. Should not
44462              break non-broken platforms (tested on LinuxPPC). 
44463              
44464              Regen toc.
44465              
44466              Subject: Re: Questions about Tie::Array and perl modules
44467              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
44468              
44469              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
44470              
44471              Tweak #7153.
44472              
44473              IO::Handle->syswrite() did not handle length omission
44474              like CORE::syswrite() does.
44475              Subject: [Fwd] IO::Handle, syswrite and arguments
44476              The original patch from andrew@ugh.net.au.
44477              
44478              Also the $ccflags is needed for the C compiler check.
44479              Subject: Configure (check for C-compiler)
44480              
44481              Eliminate $Is_VMS code from the test.
44482              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
44483              
44484              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
44485              as the first option of cc/ld because of ultrapicky compilers
44486              (e.g. OS/390 R2.5)
44487              
44488              Change the version number of Tie::Handle in the core to 4.0,
44489              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
44490              Subject: Note on Tie::Handle
44491              
44492              UTF8ize split() so that the cloned substrings get the UTF8
44493              flag of the original scalar.  Problem reported by Simon Cozens.
44494              
44495              save_re_context() could reset PL_curcop to freed memory, causing core
44496              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
44497              
44498              Subject: PATCH 5.6 perldebguts grammar cleanup
44499              
44500              Add a todo note about overloadable assertions.
44501              
44502              on Windows, LoadLibrary() could load an extension DLL multiple
44503              times if forward slashes are used in the path
44504              
44505              on Windows, cwd strings in the environment should be of the
44506              form =X:=X:\foo instead of =X=X:\foo\
44507              
44508              on Windows, avoid potential exception (could happen if MSVCRT isn't
44509              being used) when closing a socket handle
44510              
44511              avoid nonportable example code
44512              
44513              Windows9x doesn't support link(), despite what Config.pm
44514              might think
44515              
44516              pod nit
44517              
44518              Change #7160 had a nasty typo.
44519              
44520              Warn about unknown scripts.
44521              Subject: Re: ideas? patches? [PATCH bleadperl]
44522              
44523              on Windows, clean targets might not work under some flavors of the shell
44524              
44525              tweak for change#7173
44526              
44527              Make eq work again with utf8 (disabling the upgrading
44528              should no more be necessary since the copies of the
44529              scalars are upgraded, not the scalars themselves).
44530              Takes care of ID 20001009.001.  (The claimed length()
44531              bug in 20001009.001 seems bogus to me.)
44532              
44533              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
44534              
44535              Upgrade to CGI.pm 2.74, from Lincoln Stein.
44536              
44537              Upgrade to podlators 1.04, from Russ Allbery.
44538              
44539              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
44540              
44541              Quote the temp file name, needed in Win32 because the
44542              default name unfortunately contains spaces, shouldn't
44543              hurt elsewhere.
44544              Subject: FW: perldoc fails if $TEMP contains spaces
44545              
44546              Subject: RE: [ID 19990803.001] README.win32 suggestions 
44547              
44548              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
44549              
44550              Subject: Re: utf8 concat, mg_get
44551              
44552              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
44553              
44554              Subject: [PATCH: perl@7181] op/tr tests on OS/390
44555              
44556              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
44557              
44558              Use the versiononly instead of the installscripts,
44559              retract the changes 7146 and 7147.
44560              
44561              Reapply Andy's patch and regen Configure.
44562              
44563              Add the test case for #7190, from the original bug report
44564              by Andreas König.
44565              
44566              Remove duplicated code.
44567              
44568              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
44569              
44570              restore change#7202
44571      Branch: maint-5.6/perl
44572           !> (integrate 121 files)
44573 ____________________________________________________________________________
44574 [  8155] By: jhi                                   on 2000/12/17  22:30:58
44575         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
44576              From: "Craig A. Berry" <craigberry@mac.com>
44577              Date: Sun, 17 Dec 2000 13:09:28 -0600
44578              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
44579              
44580              MAN.PODS => ' ' is naughty.
44581      Branch: perl
44582            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
44583 ____________________________________________________________________________
44584 [  8154] By: nick                                  on 2000/12/17  22:07:13
44585         Log: MULTIPLICITY nit.
44586      Branch: perl
44587            ! mg.c
44588 ____________________________________________________________________________
44589 [  8153] By: gsar                                  on 2000/12/17  21:23:05
44590         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
44591              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
44592              from mainline
44593              
44594              Document the SvIOK_.*UV().
44595              
44596              Update Unicode todo list.
44597              
44598              Guard against bad string->int conversion for quads.
44599              
44600              Subject: small apidoc fix
44601              
44602              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
44603              
44604              Subject: [PATCH] Tied filehandle documentation
44605              
44606              Subject: [PATCH] Modernize Opcode.pm documentation
44607              
44608              Make Data::Dumper (non-XS) to work with changed semantics of ref().
44609              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
44610              [applied even though said semantics didn't change in 5.6.x]
44611              
44612              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
44613              
44614              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
44615              
44616              Fix the URL, but the server is still missing in action.
44617              Subject: [ID 20000905.002] perlfaq1.pod URL error
44618              
44619              Subject: [ID 20000903.001] \w in utf8-strings
44620              
44621              Fix the ccversion detection for 5.1 and beyond.
44622              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
44623              
44624              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
44625              
44626              Subject: [ID 20000904.008] Tiny fix for perldiag
44627              
44628              Subject: Re: [ID 20000906.004] segfault with bad perl statement
44629              
44630              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
44631              
44632              Subject: [ID 20000908.002] perlipc documentation bug.
44633              
44634              Subject: [PATCH lib/Benchmark.pm]
44635              
44636              Re-allow vec() for characters > 255.
44637              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
44638              
44639              Do away with memory models cruft.  Sorry, PDP users.
44640              
44641              Continue #7041.
44642              
44643              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
44644              
44645              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
44646              
44647              Upgrade to CPAN 1.57_65, from Andreas König.
44648              
44649              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
44650              by Russ Allbery.
44651              
44652              Silence t/pod/*.t about alternate quote-mappings now implemented
44653              by Pod::Text, from Brad Appleton.
44654              
44655              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
44656              Subject: borland C++ win32.c tweak
44657              
44658              C<@a = @b = split(...)> optimization coredumps under ithreads
44659              (missed a spot when fixing up op_pmreplroot hack for ithreads)
44660              
44661              Document the SvUTF8*().
44662              
44663              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
44664              
44665              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
44666              
44667              Do in VMS as the #7054 does.
44668              
44669              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
44670              
44671              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
44672              
44673              Subject: [patch: perl@7045] vms updates
44674              
44675              Test for the #7049.
44676              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
44677              
44678              Break up the myconfig lines a bit.
44679              Subject: perlbug/perl -V output format
44680              
44681              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
44682              
44683              The #7054 truncated Configure badly.
44684              
44685              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
44686              initialization in all the threads on Windows
44687              
44688              Allow for whitespace between "#" and "line" in cpp output.
44689              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
44690              
44691              Remove vestiges of tr//CU.
44692              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
44693              
44694              The return value of setlocale must be copied away.
44695              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
44696              
44697              Allow chop() and chomp() to be overridden.
44698              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
44699              
44700              Hints optimization.
44701              Subject: Minor nit
44702              
44703              Subject: [PATCH] de-wall t/README
44704              
44705              Subject: Re: Two advertising clauses need to be removed
44706      Branch: maint-5.6/perl
44707           !> (integrate 75 files)
44708 ____________________________________________________________________________
44709 [  8152] By: gsar                                  on 2000/12/17  20:30:11
44710         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
44711              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
44712              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
44713              
44714              Don't attach -ld to the archname if pointless.
44715              
44716              Document UNTIE in a very minimalistic way.
44717              
44718              POSIX doesn't report long double values under -Duselongdouble
44719              when the long doubles are "real" (bigger than doubles).
44720              
44721              More author updates.
44722              
44723              Try to deduce NV_MAX.  Really should be Configure fodder.
44724              
44725              :: not allowed in pathnames, change to .
44726              Subject: [PATCH perl@6938] cygwin port
44727              
44728              Forget about NV_MAX (#6951).  Various floating point tweaks,
44729              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
44730              
44731              Move the Solaris 7 scan to use64bitall, make the
44732              failure to find 64-bot sparc libc to mention the
44733              possibility of being in an intel, from Lupe and Alan.
44734              
44735              Regen perltoc.
44736              
44737              AUTHORS tweaks, from Peter Prymmer.
44738              
44739              More address tweaking.
44740              
44741              Small tweaks all over.
44742              
44743              File::Temp patches from Andreas König,
44744              
44745              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
44746              
44747              Subject: CPAN.pm beta 1.57_57 for the core
44748              
44749              Part of the solution.
44750              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
44751              
44752              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
44753              
44754              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
44755              
44756              Add the overload warnings to perldiag.
44757              
44758              Drop unused argument.
44759              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
44760              
44761              Subject: Nit in Configure (bleadperl@6961)
44762              
44763              Update to PodParser 1.18, from Brad Appleton.
44764              
44765              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
44766              
44767              Subject: [PATCH: 6948] add SCNfldbl to configure.com
44768              
44769              Document UNTIE. Also tweak implementation to suppress the 'inner references'
44770              warning when UNTIE exists and instead pass the cound of extra references to
44771              the UNTIE method.
44772              
44773              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
44774              so that case-ignoring systems like DCL can tell them from
44775              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
44776              
44777              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
44778              
44779              Feature ordering tweak.
44780              
44781              Regen perltoc.
44782              
44783              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
44784              
44785              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
44786              
44787              Subject: http:// in L<>
44788              
44789              Detypo.
44790              
44791              change#6791 accidentally clobbered change#6710, put it back
44792              
44793              Only the first line, thank you very much.
44794              
44795              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
44796              plus rework the http: spots as suggested by Tom Christiansen,
44797              plus regen perltoc.
44798              
44799              Undo part of change 6489 which looks like a bulk edit which
44800              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
44801              The supressing of main:: on return from select() is undesirable.
44802              
44803              Apparently avoiding the swapping is too costly.
44804              
44805              Various Configure nits by Philip Newton,
44806              plus the ebcdic one by me.
44807              
44808              Make certain cc is set before trying to run it.
44809              
44810              If overloaded %{} etc. return the object do not loop.
44811              Thus  sub deref { $_[0] } functions if object is wanted type.
44812              
44813              Update perlhist.
44814              
44815              More %{} and other deref special casing - do not pass to 'nomethod'.
44816      Branch: maint-5.6/perl
44817           !> (integrate 59 files)
44818 ____________________________________________________________________________
44819 [  8151] By: gsar                                  on 2000/12/17  19:14:38
44820         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
44821              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
44822              
44823              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
44824              
44825              Make the epsilon to be relative, not absolute.
44826              
44827              Put back the flags dump as reasoned in
44828              Subject: Re: [PATCH] Glob dumping
44829              
44830              Introduce ccname to keep track of what compiler kind of we have.
44831              
44832              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
44833              
44834              Put back the slice accidentally removed by #6907.
44835              
44836              Reset archname and archname64 always, forcing them be
44837              recomputed at each Configure run, make Configure and
44838              the hints files agree on the naming of largefiles variables.
44839              
44840              Don't say "Perl 5.0 source kit".
44841              
44842              Subject: [PATCH] fix misc cast warnings
44843              
44844              Subject: typos in pods
44845              
44846              NVs not necessarily doubles, as pointed out by Yitzchak.
44847              
44848              Subject: [PATCH 6889] add a few ldbl formats to configure.com
44849              
44850              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
44851              
44852              Better options for rsync.
44853              
44854              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
44855              
44856              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
44857              
44858              Subject: [PATCH] Re: UNTIE method 
44859              
44860              A better fix for the Socket building problem from Craig Berry.
44861              
44862              Retract the dummy test, skip the security tests (instead of failing),
44863              explain what the warnings mean.
44864              
44865              Heap decorruption.
44866              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
44867              
44868              Update to Unicode 3.0.1.
44869              
44870              Missed one Unicode file.
44871              
44872              Subject: Re: typos in pods
44873              
44874              The #6929 was too skimpy.
44875              
44876              sscanf() may be the only way to read long doubles from strings.
44877              
44878              Reveal Borland's isnan.
44879              Subject: build with BC++ tweak
44880              
44881              Issue useful diagnostic on unknown pod commands.
44882              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
44883              
44884              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
44885              
44886              Clarify the third case of ftmp-security warnings.
44887              
44888              Make -Dusemorebits find long doubles in Solaris.
44889              
44890              Wrap the test in eval.
44891      Branch: maint-5.6/perl
44892           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
44893           +> lib/unicode/PropList.txt lib/unicode/README.perl
44894           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
44895           +> lib/unicode/Unicode.301 vms/vmspipe.com
44896            - lib/unicode/Props.txt lib/unicode/UCD300.html
44897            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
44898           !> (integrate 305 files)
44899 ____________________________________________________________________________
44900 [  8150] By: jhi                                   on 2000/12/17  18:47:57
44901         Log: Uncheckedin generated files.
44902      Branch: perl
44903            ! global.sym perlapi.c pod/perlapi.pod
44904 ____________________________________________________________________________
44905 [  8149] By: jhi                                   on 2000/12/17  18:41:22
44906         Log: Update Changes.
44907      Branch: perl
44908            ! Changes patchlevel.h
44909 ____________________________________________________________________________
44910 [  8148] By: jhi                                   on 2000/12/17  18:39:16
44911         Log: Subject: [PATCH] Fcntl constants speedup
44912              From: Nicholas Clark <nick@ccl4.org>
44913              Date: Sun, 17 Dec 2000 16:29:24 +0000
44914              Message-ID: <20001217162924.E97668@plum.flirble.org>
44915              
44916              Use IVs for the Fcntl constants instead of NVs.
44917      Branch: perl
44918            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
44919 ____________________________________________________________________________
44920 [  8147] By: jhi                                   on 2000/12/17  18:33:41
44921         Log: Add test for #8145 (binmode() warning), add warning for
44922              ioctl() and sockpair(), document them. (fileno() cannot
44923              be tripwired with the same kind of warning because
44924              'defined fileno($foo)' seems to be an idiom.)
44925      Branch: perl
44926            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
44927 ____________________________________________________________________________
44928 [  8146] By: gsar                                  on 2000/12/17  18:09:08
44929         Log: update Changes
44930      Branch: maint-5.6/perl
44931            ! Changes
44932 ____________________________________________________________________________
44933 [  8145] By: jhi                                   on 2000/12/17  17:39:35
44934         Log: Subject: [PATCH] Re: The long awaited feature ...
44935              From: Simon Cozens <simon@cozens.net>
44936              Date: Sun, 17 Dec 2000 12:31:56 +0000
44937              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
44938              
44939              Add a warning to binmode() about using bad filehandles
44940              (can happen e.g. if someone forgets the filehandle argument)
44941      Branch: perl
44942            ! pp_sys.c
44943 ____________________________________________________________________________
44944 [  8144] By: jhi                                   on 2000/12/17  17:33:48
44945         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
44946              From: Jonathan Stowe <gellyfish@gellyfish.com>
44947              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
44948              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
44949      Branch: perl
44950            ! lib/Net/Ping.pm
44951 ____________________________________________________________________________
44952 [  8143] By: jhi                                   on 2000/12/17  05:31:37
44953         Log: Polymorphic regexps.
44954              
44955              Fixes at least the bugs 20001028.003 (both of them...) and
44956              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
44957              also to be fixed by now, probably already before this patch.
44958      Branch: perl
44959            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
44960            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
44961            ! t/op/utf8decode.t t/pragma/utf8.t
44962 ____________________________________________________________________________
44963 [  8142] By: jhi                                   on 2000/12/16  17:16:05
44964         Log: Subject: [patch perl@8102] dos/djgpp update
44965              From: Laszlo Molnar <ml1050@freemail.hu>
44966              Date: Sat, 16 Dec 2000 01:40:52 +0100
44967              Message-ID: <20001216014052.A335@freemail.hu>
44968      Branch: perl
44969            ! djgpp/config.over t/base/commonsense.t
44970 ____________________________________________________________________________
44971 [  8141] By: jhi                                   on 2000/12/16  17:09:27
44972         Log: Few uncheckedin files.
44973      Branch: perl
44974            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
44975 ____________________________________________________________________________
44976 [  8140] By: nick                                  on 2000/12/15  22:14:31
44977         Log: Integrate mainline
44978      Branch: perlio
44979           !> (integrate 53 files)
44980 ____________________________________________________________________________
44981 [  8139] By: jhi                                   on 2000/12/15  19:49:49
44982         Log: One more IVUV tweak from Nicholas Clark.
44983      Branch: perl
44984            ! sv.c
44985 ____________________________________________________________________________
44986 [  8138] By: jhi                                   on 2000/12/15  19:17:06
44987         Log: Return of the IVUV-preservation, now seems to be happy even
44988              in Digital UNIX (the broken strtoul brokenness detection
44989              seems to have been the fly in the ointment).
44990      Branch: perl
44991            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44992            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
44993            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
44994            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
44995            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
44996            ! vos/config.ga.h win32/config.bc win32/config.gc
44997            ! win32/config.vc
44998 ____________________________________________________________________________
44999 [  8137] By: jhi                                   on 2000/12/15  18:12:14
45000         Log: Metaconfig unit change for #8136.
45001      Branch: metaconfig
45002            ! U/modified/d_strtoul.U
45003      Branch: metaconfig/U/perl
45004            ! d_strtoull.U d_strtouq.U
45005 ____________________________________________________________________________
45006 [  8136] By: jhi                                   on 2000/12/15  18:11:35
45007         Log: I don't think it's sensible or portable to test the strtou*
45008              on /^-/ strings.
45009      Branch: perl
45010            ! Configure
45011 ____________________________________________________________________________
45012 [  8135] By: jhi                                   on 2000/12/15  17:18:49
45013         Log: Metaconfig unit change for #8134.
45014      Branch: metaconfig
45015            ! U/modified/d_strtoul.U
45016 ____________________________________________________________________________
45017 [  8134] By: jhi                                   on 2000/12/15  17:14:13
45018         Log: If longsize is 8 we don't need a LL suffix for integer constants.
45019      Branch: perl
45020            ! Configure config_h.SH
45021 ____________________________________________________________________________
45022 [  8133] By: jhi                                   on 2000/12/15  16:00:23
45023         Log: Update Changes.
45024      Branch: perl
45025            ! Changes patchlevel.h
45026 ____________________________________________________________________________
45027 [  8132] By: jhi                                   on 2000/12/15  15:44:16
45028         Log: Some compilers get huffy if you do not cast a const pointer
45029              to a non-const when assigning.
45030      Branch: perl
45031            ! gv.c
45032 ____________________________________________________________________________
45033 [  8131] By: jhi                                   on 2000/12/15  15:38:30
45034         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
45035              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45036              Date: Fri, 15 Dec 2000 05:26:57 -0500
45037              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
45038      Branch: perl
45039            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
45040            ! t/pragma/overload.t
45041 ____________________________________________________________________________
45042 [  8130] By: jhi                                   on 2000/12/15  15:36:08
45043         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
45044              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45045              Date: Thu, 14 Dec 2000 22:02:43 -0500
45046              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
45047      Branch: perl
45048            ! gv.c perl.h
45049 ____________________________________________________________________________
45050 [  8129] By: jhi                                   on 2000/12/15  15:34:16
45051         Log: Subject: PATCH: h2xs nit
45052              From: Tim Jenness <t.jenness@jach.hawaii.edu>
45053              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
45054              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
45055              
45056              Add a template README.
45057      Branch: perl
45058            ! utils/h2xs.PL
45059 ____________________________________________________________________________
45060 [  8128] By: jhi                                   on 2000/12/15  15:32:22
45061         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
45062      Branch: perl
45063            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
45064 ____________________________________________________________________________
45065 [  8127] By: jhi                                   on 2000/12/15  15:19:34
45066         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
45067              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
45068              Date:     Thu, 14 Dec 2000 20:04:42 EST
45069              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
45070      Branch: perl
45071            ! ext/Opcode/Opcode.xs
45072 ____________________________________________________________________________
45073 [  8126] By: jhi                                   on 2000/12/15  15:17:49
45074         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
45075              From: Peter Prymmer <pvhp@forte.com>
45076              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
45077              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
45078      Branch: perl
45079            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
45080            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
45081            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
45082 ____________________________________________________________________________
45083 [  8125] By: jhi                                   on 2000/12/15  15:11:05
45084         Log: This seems to be a stage sane and stable enough to checkin.
45085              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
45086      Branch: perl
45087            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
45088            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
45089            ! t/op/cmp.t t/op/numconvert.t
45090 ____________________________________________________________________________
45091 [  8124] By: jhi                                   on 2000/12/15  04:20:26
45092         Log: Something is really wonky.
45093      Branch: perl
45094            ! sv.c
45095 ____________________________________________________________________________
45096 [  8123] By: jhi                                   on 2000/12/15  04:00:50
45097         Log: Fixes for the IV UV patches to compile in Digital UNIX.
45098      Branch: perl
45099            ! sv.c
45100 ____________________________________________________________________________
45101 [  8122] By: jhi                                   on 2000/12/15  02:53:40
45102         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
45103              From: "Craig A. Berry" <craigberry@mac.com>
45104              Date: Thu, 14 Dec 2000 19:10:49 -0600
45105              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
45106      Branch: perl
45107            ! vms/vms.c
45108 ____________________________________________________________________________
45109 [  8121] By: jhi                                   on 2000/12/15  02:50:00
45110         Log: Metaconfig changes for #8120.
45111      Branch: metaconfig
45112            + U/modified/d_strtoul.U
45113      Branch: metaconfig/U/perl
45114            ! d_strtoull.U d_strtouq.U
45115 ____________________________________________________________________________
45116 [  8120] By: jhi                                   on 2000/12/15  02:49:42
45117         Log: From: Nicholas Clark <nick@ccl4.org> 
45118              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
45119              Date: Thu, 14 Dec 2000 18:38:57 +0000
45120              Message-ID: <20001214183857.B97909@plum.flirble.org>
45121      Branch: perl
45122            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45123            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
45124            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
45125            ! vos/config.ga.def vos/config.ga.h win32/config.bc
45126            ! win32/config.gc win32/config.vc
45127 ____________________________________________________________________________
45128 [  8119] By: jhi                                   on 2000/12/14  23:40:58
45129         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
45130              From: Nicholas Clark <nick@ccl4.org>
45131              Date: Wed, 13 Dec 2000 20:08:50 +0000
45132              Message-ID: <20001213200849.B71166@plum.flirble.org>
45133      Branch: perl
45134            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
45135            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
45136 ____________________________________________________________________________
45137 [  8118] By: jhi                                   on 2000/12/14  22:46:26
45138         Log: Integrate perlio.
45139      Branch: perl
45140           !> MANIFEST ext/Encode/compile makedef.pl
45141 ____________________________________________________________________________
45142 [  8117] By: nick                                  on 2000/12/14  22:38:53
45143         Log: Win32 tweaks to get Encode to build
45144              - temp hack to makedef.pl till PerlIO is properly "exported".
45145              - MSVC dislikes  
45146              static encpage_t foo[];
45147              so make 'em extern for now.
45148      Branch: perlio
45149            ! ext/Encode/compile makedef.pl
45150 ____________________________________________________________________________
45151 [  8116] By: nick                                  on 2000/12/14  22:00:53
45152         Log: Document the new files
45153      Branch: perlio
45154            ! MANIFEST
45155 ____________________________________________________________________________
45156 [  8115] By: jhi                                   on 2000/12/14  21:58:01
45157         Log: MANIFEST new files of #8114.
45158      Branch: perl
45159            ! MANIFEST
45160 ____________________________________________________________________________
45161 [  8114] By: jhi                                   on 2000/12/14  21:50:49
45162         Log: Integrate perlio.
45163      Branch: perl
45164           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
45165           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
45166           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
45167           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
45168           !> ext/Encode/Makefile.PL
45169 ____________________________________________________________________________
45170 [  8113] By: jhi                                   on 2000/12/14  21:48:49
45171         Log: The documentation part of the
45172              
45173              Subject: [ID 20001214.002] Net::Ping patch
45174              From: Jonathan Stowe <gellyfish@gellyfish.com>
45175              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
45176              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
45177              since the #7529 had already addressed the same problem.
45178      Branch: perl
45179            ! lib/Net/Ping.pm
45180 ____________________________________________________________________________
45181 [  8112] By: jhi                                   on 2000/12/14  21:42:57
45182         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
45183              From: Dominic Dunlop <domo@computer.org>
45184              Date: Tue, 12 Dec 2000 10:47:10 +0100
45185              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
45186              
45187              Document how elusive subroutines can be.
45188      Branch: perl
45189            ! pod/perlfunc.pod
45190 ____________________________________________________________________________
45191 [  8111] By: jhi                                   on 2000/12/14  21:38:05
45192         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
45193              From: Dominic Dunlop <domo@computer.org>
45194              Date: Thu, 14 Dec 2000 10:13:51 +0100
45195              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
45196      Branch: perl
45197            ! ext/POSIX/POSIX.pod
45198 ____________________________________________________________________________
45199 [  8110] By: jhi                                   on 2000/12/14  21:36:32
45200         Log: Subject: [patch] perlfaq7
45201              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
45202              Date: Thu, 14 Dec 2000 15:31:07 +0100
45203              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
45204      Branch: perl
45205            ! pod/perlfaq7.pod
45206 ____________________________________________________________________________
45207 [  8109] By: jhi                                   on 2000/12/14  21:29:20
45208         Log: Subject: [8104] Encode
45209              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45210              Date: Thu, 14 Dec 2000 14:49:34 +0100
45211              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
45212              
45213              Type casting for nervous compilers.
45214      Branch: perl
45215            ! ext/Encode/Encode.xs
45216 ____________________________________________________________________________
45217 [  8108] By: jhi                                   on 2000/12/14  21:26:17
45218         Log: Subject: [8104] DB_File
45219              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45220              Date: Thu, 14 Dec 2000 14:49:35 +0100
45221              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
45222              
45223              Type definition incorrect for DB 2.7.7.  Not known when it
45224              changed, so only changed it for a known revision.
45225      Branch: perl
45226            ! ext/DB_File/DB_File.xs
45227 ____________________________________________________________________________
45228 [  8107] By: jhi                                   on 2000/12/14  21:23:41
45229         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
45230              From: Peter Prymmer <pvhp@forte.com>
45231              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
45232              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
45233              
45234              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
45235      Branch: perl
45236            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
45237            ! ext/Encode/Encode/posix-bc.enc
45238 ____________________________________________________________________________
45239 [  8106] By: nick                                  on 2000/12/14  20:36:13
45240         Log: "Cold" build correction to Encode's Makefile.PL
45241      Branch: perlio
45242            ! ext/Encode/Makefile.PL
45243 ____________________________________________________________________________
45244 [  8105] By: nick                                  on 2000/12/14  20:09:37
45245         Log: "Compiled" encodings.
45246              Correct replacement character in EBCDIC .enc files
45247              Add 0x7F to ASCII repertoire.
45248      Branch: perlio
45249            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
45250            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
45251            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
45252            ! ext/Encode/Makefile.PL ext/Encode/compile
45253            ! ext/Encode/encengine.c ext/Encode/encode.h
45254 ____________________________________________________________________________
45255 [  8104] By: nick                                  on 2000/12/14  00:38:20
45256         Log: Integrate mainline
45257      Branch: perlio
45258           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
45259           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
45260           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
45261           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
45262           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
45263           !> t/lib/db-hash.t t/lib/db-recno.t
45264 ____________________________________________________________________________
45265 [  8103] By: nick                                  on 2000/12/13  23:16:13
45266         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
45267              so far and so it does not get lost.
45268      Branch: perlio
45269            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
45270 ____________________________________________________________________________
45271 [  8102] By: jhi                                   on 2000/12/13  17:14:22
45272         Log: Update Changes.
45273      Branch: perl
45274            ! Changes patchlevel.h
45275 ____________________________________________________________________________
45276 [  8101] By: jhi                                   on 2000/12/13  16:53:41
45277         Log: Move the proto of start_glob() to a better place; regen api files.
45278      Branch: perl
45279            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
45280 ____________________________________________________________________________
45281 [  8100] By: jhi                                   on 2000/12/13  16:47:11
45282         Log: Metaconfig change for #8099.
45283      Branch: metaconfig
45284            ! U/modified/Head.U
45285 ____________________________________________________________________________
45286 [  8099] By: jhi                                   on 2000/12/13  16:46:48
45287         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
45288              From: Andy Dougherty <doughera@lafayette.edu>
45289              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
45290              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
45291      Branch: perl
45292            ! Configure
45293 ____________________________________________________________________________
45294 [  8098] By: jhi                                   on 2000/12/13  16:39:02
45295         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
45296              From: rspier@pobox.com (Robert Spier)
45297              Date: Tue, 12 Dec 2000 21:12:39 -0500
45298              Message-ID: <14902.56087.678086.725773@rls.cx>
45299              
45300              fastgetcwd is defined using a glob alias on a $^O dependent basis -
45301              and there was no default assignment or perl subroutine.
45302      Branch: perl
45303            ! lib/Cwd.pm
45304 ____________________________________________________________________________
45305 [  8097] By: jhi                                   on 2000/12/13  16:16:01
45306         Log: Subject: [PATCH] move startglob out of pp_hot.c
45307              From: Nicholas Clark <nick@ccl4.org>
45308              Date: Mon, 11 Dec 2000 23:16:39 +0000
45309              Message-ID: <20001211231638.A55550@plum.flirble.org>
45310      Branch: perl
45311            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
45312 ____________________________________________________________________________
45313 [  8096] By: jhi                                   on 2000/12/13  15:26:23
45314         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
45315              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
45316              Date: Wed, 13 Dec 2000 14:01:37 +0100
45317              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
45318              
45319              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
45320              in turn requires libpthread in libswanted.
45321      Branch: perl
45322            ! hints/hpux.sh
45323 ____________________________________________________________________________
45324 [  8095] By: jhi                                   on 2000/12/12  19:51:05
45325         Log: The integration wars continue.
45326      Branch: perl
45327           !> sv.c
45328 ____________________________________________________________________________
45329 [  8094] By: jhi                                   on 2000/12/12  19:48:26
45330         Log: Subject: [PATCH perl@8070] DB_File-1.74  
45331              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
45332              Date: Mon, 11 Dec 2000 23:07:17 -0000
45333              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
45334      Branch: perl
45335            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
45336            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
45337            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
45338            ! t/lib/db-recno.t
45339 ____________________________________________________________________________
45340 [  8093] By: nick                                  on 2000/12/12  19:42:13
45341         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
45342      Branch: perlio
45343            ! sv.c
45344           !> lib/File/DosGlob.pm
45345 ____________________________________________________________________________
45346 [  8092] By: jhi                                   on 2000/12/12  19:28:11
45347         Log: Integrate perlio.
45348      Branch: perl
45349           !> sv.c
45350 ____________________________________________________________________________
45351 [  8091] By: nick                                  on 2000/12/12  18:49:45
45352         Log: Fix for Tk, and upgrading shared SVs.
45353      Branch: perlio
45354            ! sv.c
45355 ____________________________________________________________________________
45356 [  8090] By: jhi                                   on 2000/12/12  16:48:59
45357         Log: Subject: [PATCH] Re: Breadperl & Tk
45358              From: Nick Ing-Simmons <nik@tiuk.ti.com>
45359              Date: Tue, 12 Dec 2000 14:48:27 GMT
45360              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
45361      Branch: perl
45362            ! sv.c
45363 ____________________________________________________________________________
45364 [  8089] By: jhi                                   on 2000/12/12  03:37:19
45365         Log: Subject: DosGlob.pm diff for bash style brace expansion.
45366              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
45367              Date: Fri, 8 Dec 2000 10:45:30 -0600
45368              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
45369      Branch: perl
45370            ! lib/File/DosGlob.pm
45371 ____________________________________________________________________________
45372 [  8088] By: nick                                  on 2000/12/11  23:59:59
45373         Log: Integrate mainline
45374      Branch: perlio
45375           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
45376           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
45377           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
45378           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
45379           !> t/op/local.t t/pragma/warn/toke toke.c
45380 ____________________________________________________________________________
45381 [  8087] By: jhi                                   on 2000/12/11  23:20:23
45382         Log: Integrate perlio.
45383      Branch: perl
45384           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
45385 ____________________________________________________________________________
45386 [  8086] By: jhi                                   on 2000/12/11  22:50:59
45387         Log: Tune further the OS detection of CGI.
45388      Branch: perl
45389            ! lib/CGI.pm
45390 ____________________________________________________________________________
45391 [  8085] By: nick                                  on 2000/12/11  22:50:46
45392         Log: Finish 1st pass of "encoding" layer e.g. :
45393              open($fh,"<encoding(iso8859-7)",$greek) || die;
45394      Branch: perlio
45395            ! ext/Encode/Encode.xs perlio.c perliol.h
45396 ____________________________________________________________________________
45397 [  8084] By: jhi                                   on 2000/12/11  22:32:06
45398         Log: Revert the -f ambiguousity patch, seems to cause
45399              too much hassle (the interpret -Q as a function
45400              where Q is not a known filetest part is left in).
45401      Branch: perl
45402            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
45403            ! toke.c
45404 ____________________________________________________________________________
45405 [  8083] By: jhi                                   on 2000/12/11  22:27:23
45406         Log: (accidentally empty check-in)
45407      Branch: perl
45408            ! lib/File/DosGlob.pm
45409 ____________________________________________________________________________
45410 [  8082] By: nick                                  on 2000/12/11  19:09:51
45411         Log: Restore mmap function (broken by tweaks to shared buffer
45412              layer for encode(xxxx)).
45413      Branch: perlio
45414            ! perlio.c
45415 ____________________________________________________________________________
45416 [  8081] By: jhi                                   on 2000/12/11  18:29:13
45417         Log: Subject: Re: The long awaited feature ...
45418              From: Simon Cozens <simon@cozens.net>
45419              Date: Mon, 11 Dec 2000 15:54:24 +0000
45420              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
45421              
45422              More io/utf8 tests.
45423      Branch: perl
45424            ! t/io/utf8.t
45425 ____________________________________________________________________________
45426 [  8080] By: jhi                                   on 2000/12/11  18:19:36
45427         Log: Subject: PATCH MakeMaker manpage clarification
45428              From: andreas.koenig@anima.de (Andreas J. Koenig)
45429              Date: 10 Dec 2000 20:46:13 +0100
45430              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
45431      Branch: perl
45432            ! lib/ExtUtils/MakeMaker.pm
45433 ____________________________________________________________________________
45434 [  8079] By: jhi                                   on 2000/12/11  15:35:07
45435         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
45436              From: Simon Cozens <simon@cozens.net>
45437              Date: Sun, 10 Dec 2000 19:06:19 +0000
45438              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
45439      Branch: perl
45440            ! ext/B/B/Deparse.pm t/lib/b.t
45441 ____________________________________________________________________________
45442 [  8078] By: jhi                                   on 2000/12/11  15:09:11
45443         Log: Subject: [PATCH] docs on NaN
45444              From: Nicholas Clark <nick@ccl4.org>
45445              Date: Mon, 11 Dec 2000 01:48:38 +0000
45446              Message-ID: <20001211014838.B99205@plum.flirble.org>
45447      Branch: perl
45448            ! pod/perlop.pod
45449 ____________________________________________________________________________
45450 [  8077] By: jhi                                   on 2000/12/11  15:02:21
45451         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
45452              From: Simon Cozens <simon@cozens.net>
45453              Date: Mon, 11 Dec 2000 01:21:45 +0000
45454              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
45455      Branch: perl
45456            ! pp.c pp_hot.c scope.c t/op/local.t
45457 ____________________________________________________________________________
45458 [  8076] By: nick                                  on 2000/12/10  20:43:32
45459         Log: Not merge worthy...
45460              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
45461              syntax is modelled on attributes.
45462              Untested fix for io/utf8 on Win32 etc.
45463              Very clumsy start to the encode layer.
45464      Branch: perlio
45465            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
45466 ____________________________________________________________________________
45467 [  8075] By: jhi                                   on 2000/12/10  18:39:33
45468         Log: Darwin is not Windows.
45469      Branch: perl
45470            ! lib/CGI.pm
45471 ____________________________________________________________________________
45472 [  8074] By: jhi                                   on 2000/12/10  18:31:27
45473         Log: Subject: Ambiguous -%c() resolved as a file test
45474              From: "Paul Marquess" <Paul.Marquess@openwave.com>
45475              Date: Sun, 10 Dec 2000 15:35:07 -0000
45476              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
45477      Branch: perl
45478            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
45479 ____________________________________________________________________________
45480 [  8073] By: jhi                                   on 2000/12/10  18:16:29
45481         Log: Subject: PATCH installperl misinformed 
45482              From: andreas.koenig@anima.de (Andreas J. Koenig)
45483              Date: 10 Dec 2000 13:01:32 +0100 
45484              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
45485      Branch: perl
45486            ! installperl
45487 ____________________________________________________________________________
45488 [  8072] By: jhi                                   on 2000/12/10  18:07:55
45489         Log: The walkoptree confusion rages; walkoptree() seems to be coming
45490              from B.xs, while walkoptree_slow() comes from B.pm.
45491      Branch: perl
45492            ! ext/B/B.pm
45493 ____________________________________________________________________________
45494 [  8071] By: nick                                  on 2000/12/10  11:45:47
45495         Log: Integrate mainline
45496      Branch: perlio
45497           +> t/base/commonsense.t
45498           !> (integrate 37 files)
45499 ____________________________________________________________________________
45500 [  8070] By: jhi                                   on 2000/12/10  04:46:21
45501         Log: Update Changes.
45502      Branch: perl
45503            ! Changes patchlevel.h
45504 ____________________________________________________________________________
45505 [  8069] By: jhi                                   on 2000/12/10  04:39:19
45506         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
45507              From: andreas.koenig@anima.de (Andreas J. Koenig)
45508              Date: 09 Dec 2000 17:14:25 +0100
45509              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
45510      Branch: perl
45511            + t/base/commonsense.t
45512            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
45513 ____________________________________________________________________________
45514 [  8068] By: jhi                                   on 2000/12/10  04:17:36
45515         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
45516              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
45517              Date: Sat, 9 Dec 2000 16:47:22 -0000
45518              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
45519      Branch: perl
45520            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
45521            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
45522            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
45523            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
45524            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
45525            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
45526            ! t/lib/sdbm.t
45527 ____________________________________________________________________________
45528 [  8067] By: jhi                                   on 2000/12/10  03:52:02
45529         Log: Test case for #8066.
45530      Branch: perl
45531            ! t/op/misc.t
45532 ____________________________________________________________________________
45533 [  8066] By: jhi                                   on 2000/12/10  03:50:30
45534         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
45535              From: Simon Cozens <simon@cozens.net>
45536              Date: Sun, 10 Dec 2000 00:55:37 +0000
45537              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
45538      Branch: perl
45539            ! pp_sys.c
45540 ____________________________________________________________________________
45541 [  8065] By: jhi                                   on 2000/12/10  03:44:52
45542         Log: Test case for #8064.
45543      Branch: perl
45544            ! t/comp/proto.t
45545 ____________________________________________________________________________
45546 [  8064] By: jhi                                   on 2000/12/10  03:42:32
45547         Log: Subject: Re: prototype of substr
45548              From: Simon Cozens <simon@cozens.net>
45549              Date: Sun, 10 Dec 2000 00:13:33 +0000
45550              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
45551              
45552              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
45553              In other words, make the returned prototypes for any function
45554              stop prepending the ';' optionality marker after the first one.
45555              If they start getting optional, all the rest are optional.
45556      Branch: perl
45557            ! pp.c
45558 ____________________________________________________________________________
45559 [  8063] By: jhi                                   on 2000/12/10  03:39:42
45560         Log: Subject: [PATCH] perlguts.pod
45561              From: Simon Cozens <simon@cozens.net>
45562              Date: Sun, 10 Dec 2000 00:06:47 +0000
45563              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
45564              
45565              Documentation of the different types of ops,
45566              plus the functions in dump.c
45567      Branch: perl
45568            ! pod/perlguts.pod
45569 ____________________________________________________________________________
45570 [  8062] By: jhi                                   on 2000/12/10  03:30:04
45571         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
45572              From: Nicholas Clark <nick@talking.bollo.cx>
45573              Date: Sat, 09 Dec 2000 18:57:25 +0000
45574              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
45575              
45576              Be more robust in weird hostname setups.
45577      Branch: perl
45578            ! t/lib/net-hostent.t
45579 ____________________________________________________________________________
45580 [  8061] By: jhi                                   on 2000/12/10  03:28:21
45581         Log: Pacify fussy compiler. 
45582      Branch: perl
45583            ! pp_sys.c
45584 ____________________________________________________________________________
45585 [  8060] By: jhi                                   on 2000/12/10  02:52:46
45586         Log: Integrate perlio.
45587      Branch: perl
45588           !> pp_sys.c t/io/utf8.t
45589 ____________________________________________________________________________
45590 [  8059] By: nick                                  on 2000/12/09  23:40:14
45591         Log: read/sysread/recv should now be utf8 aware.
45592              Basic test for utf8 read.
45593      Branch: perlio
45594            ! pp_sys.c t/io/utf8.t
45595 ____________________________________________________________________________
45596 [  8058] By: jhi                                   on 2000/12/09  21:56:02
45597         Log: Integrate perlio.
45598      Branch: perl
45599           +> t/io/utf8.t
45600           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
45601 ____________________________________________________________________________
45602 [  8057] By: jhi                                   on 2000/12/09  21:53:35
45603         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
45604              From: Inaba Hiroto <inaba@st.rim.or.jp>
45605              Date: Sun, 10 Dec 2000 05:53:21 +0900
45606              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
45607              
45608              Tests for #8056.
45609      Branch: perl
45610            ! t/op/each.t
45611 ____________________________________________________________________________
45612 [  8056] By: jhi                                   on 2000/12/09  21:51:16
45613         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
45614              From: Inaba Hiroto <inaba@st.rim.or.jp>
45615              Date: Sat, 09 Dec 2000 18:02:00 +0900
45616              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
45617              
45618              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
45619      Branch: perl
45620            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
45621 ____________________________________________________________________________
45622 [  8055] By: nick                                  on 2000/12/09  20:11:48
45623         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
45624              than raw PerlIO_write() - does not seem to break any tests.
45625      Branch: perlio
45626            ! pp_sys.c
45627 ____________________________________________________________________________
45628 [  8054] By: nick                                  on 2000/12/09  19:47:30
45629         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
45630              (sysread, recv and write i.e. formats still to do...)
45631              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
45632              open($fh,">:utf8","name")
45633              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
45634              so no extra overhead is involved.
45635              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
45636              to a non-utf8 stream.
45637              Add initial io/utf8.t
45638              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
45639              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
45640              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
45641      Branch: perlio
45642            + t/io/utf8.t
45643            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
45644 ____________________________________________________________________________
45645 [  8053] By: nick                                  on 2000/12/09  19:26:37
45646         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
45647              was only testing this_utf8.
45648      Branch: perlio
45649            ! toke.c
45650 ____________________________________________________________________________
45651 [  8052] By: nick                                  on 2000/12/09  19:09:41
45652         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
45653              i.e. the output string has one, but don't mess with source assumption.
45654      Branch: perlio
45655            ! toke.c
45656 ____________________________________________________________________________
45657 [  8051] By: jhi                                   on 2000/12/09  16:55:17
45658         Log: Integrate perlio.
45659      Branch: perl
45660           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
45661           !> sv.c thrdvar.h util.c
45662 ____________________________________________________________________________
45663 [  8050] By: jhi                                   on 2000/12/09  16:48:07
45664         Log: Nits noticed by Peter Prymmer.
45665      Branch: perl
45666            ! lib/ExtUtils/MM_VMS.pm
45667 ____________________________________________________________________________
45668 [  8049] By: nick                                  on 2000/12/09  13:49:40
45669         Log: UTF8 output prework.
45670              - Store $\ and $, as SVs so they can have SvUTF8 flag
45671              - use do_print() rather than raw PerlIO_write() to print them.
45672      Branch: perlio
45673            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
45674            ! thrdvar.h util.c
45675 ____________________________________________________________________________
45676 [  8048] By: nick                                  on 2000/12/09  12:30:43
45677         Log: Integrate mainline.
45678      Branch: perlio
45679           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
45680           +> t/op/reverse.t
45681           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
45682           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
45683           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
45684           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
45685           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
45686           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
45687 ____________________________________________________________________________
45688 [  8047] By: jhi                                   on 2000/12/09  00:23:27
45689         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
45690              From: Michael G Schwern <schwern@pobox.com>
45691              Date: Fri, 8 Dec 2000 14:43:04 -0600
45692      Branch: perl
45693            ! lib/ExtUtils/MM_VMS.pm
45694 ____________________________________________________________________________
45695 [  8046] By: jhi                                   on 2000/12/08  23:10:27
45696         Log: A missed check-in.
45697      Branch: perl
45698            ! lib/ExtUtils/Manifest.pm
45699 ____________________________________________________________________________
45700 [  8045] By: jhi                                   on 2000/12/08  21:57:12
45701         Log: (null check-in)
45702      Branch: perl
45703            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
45704 ____________________________________________________________________________
45705 [  8044] By: jhi                                   on 2000/12/08  21:11:06
45706         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
45707              at the final draft stage.
45708      Branch: perl
45709            + ext/Encode/Encode/iso8859-16.enc
45710            ! MANIFEST
45711 ____________________________________________________________________________
45712 [  8043] By: jhi                                   on 2000/12/08  16:39:04
45713         Log: Update Changes.
45714      Branch: perl
45715            ! Changes patchlevel.h
45716 ____________________________________________________________________________
45717 [  8042] By: jhi                                   on 2000/12/08  16:33:39
45718         Log: Do not return the Unicode replacement character if UTF-8
45719              decoding goes awry, it should be up to the caller to decide.
45720      Branch: perl
45721            ! pod/perlapi.pod utf8.c
45722 ____________________________________________________________________________
45723 [  8041] By: jhi                                   on 2000/12/08  16:22:28
45724         Log: metaconfig maintenance.
45725      Branch: metaconfig
45726            ! U/modified/stdchar.U
45727      Branch: metaconfig/U/perl
45728            + testsyml.U
45729 ____________________________________________________________________________
45730 [  8040] By: jhi                                   on 2000/12/08  16:03:08
45731         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
45732              From: sthoenna@efn.org
45733              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
45734              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
45735      Branch: perl
45736            ! Changes lib/ExtUtils/MM_OS2.pm
45737 ____________________________________________________________________________
45738 [  8039] By: jhi                                   on 2000/12/08  15:57:11
45739         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
45740              From: Simon Cozens <simon@cozens.net>
45741              Date: Fri, 8 Dec 2000 13:33:31 +0000
45742              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
45743              
45744              (The pp_hot part needed a rewrite.)
45745      Branch: perl
45746            ! doop.c pp_hot.c utf8.c
45747 ____________________________________________________________________________
45748 [  8038] By: jhi                                   on 2000/12/08  15:25:08
45749         Log: Subject: djSP
45750              From: Michael Stevens <michael@etla.org>
45751              Date: Wed, 6 Dec 2000 23:24:01 +0000
45752              Message-ID: <20001206232400.A21381@firedrake.org>
45753              
45754              Plus a note from Nick Ing-Simmons.
45755      Branch: perl
45756            ! pp.h
45757 ____________________________________________________________________________
45758 [  8037] By: jhi                                   on 2000/12/08  15:18:35
45759         Log: Filetype is text.
45760      Branch: perl
45761            ! t/op/utf8decode.t
45762 ____________________________________________________________________________
45763 [  8036] By: jhi                                   on 2000/12/08  03:31:27
45764         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
45765              From: Andy Dougherty <doughera@lafayette.edu>
45766              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
45767              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
45768              
45769              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
45770              From: Andy Dougherty <doughera@lafayette.edu>
45771              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
45772              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
45773      Branch: perl
45774            + ext/POSIX/hints/svr4.pl
45775            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
45776 ____________________________________________________________________________
45777 [  8035] By: jhi                                   on 2000/12/08  03:26:01
45778         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
45779              From: Andy Dougherty <doughera@lafayette.edu>
45780              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
45781              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
45782      Branch: perl
45783            ! t/README t/base/term.t
45784 ____________________________________________________________________________
45785 [  8034] By: jhi                                   on 2000/12/08  03:21:59
45786         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
45787              From: mjd@plover.com  
45788              Date: 7 Dec 2000 21:04:20 -0000
45789              Message-ID: <20001207210420.22282.qmail@plover.com>
45790              
45791              Plus -z doc.
45792      Branch: perl
45793            ! pod/perlfunc.pod
45794 ____________________________________________________________________________
45795 [  8033] By: jhi                                   on 2000/12/08  03:19:03
45796         Log: Use the UTF8 macros a bit.  They can't be used with abandon
45797              everywhere because we do generate illegal UTF-8 in some situations.
45798              This is of course naughty.
45799      Branch: perl
45800            ! pod/perlapi.pod utf8.c utf8.h
45801 ____________________________________________________________________________
45802 [  8032] By: jhi                                   on 2000/12/08  03:00:09
45803         Log: Out of sync?
45804      Branch: perl
45805            ! t/pragma/warn/utf8
45806 ____________________________________________________________________________
45807 [  8031] By: jhi                                   on 2000/12/08  02:22:39
45808         Log: Cnt spl.
45809      Branch: perl
45810            ! MANIFEST
45811 ____________________________________________________________________________
45812 [  8030] By: jhi                                   on 2000/12/08  01:23:54
45813         Log: Add test for reverse().
45814      Branch: perl
45815            + t/op/reverse.t
45816            ! MANIFEST
45817 ____________________________________________________________________________
45818 [  8029] By: jhi                                   on 2000/12/08  01:21:47
45819         Log: Integrate perlio.
45820      Branch: perl
45821           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
45822           !> perlio.c perlio.h perlsdio.h warnings.pl
45823 ____________________________________________________________________________
45824 [  8028] By: jhi                                   on 2000/12/08  01:19:08
45825         Log: Introduce macros for UTF8 decoding.
45826      Branch: perl
45827            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
45828 ____________________________________________________________________________
45829 [  8027] By: nick                                  on 2000/12/07  22:18:19
45830         Log: Integrate mainline
45831      Branch: perlio
45832           !> embed.pl pod/perlapi.pod utf8.c
45833 ____________________________________________________________________________
45834 [  8026] By: nick                                  on 2000/12/07  21:45:08
45835         Log: Various oddities p4 diff -se showed up
45836              Remove 'our' from warnings.pl
45837      Branch: perlio
45838            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
45839 ____________________________________________________________________________
45840 [  8025] By: nick                                  on 2000/12/07  21:43:32
45841         Log: Change PerlIO_(get|set)pos to take SV *
45842              Should fix, OS/2, VMS, (sfio??)
45843      Branch: perlio
45844            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
45845 ____________________________________________________________________________
45846 [  8024] By: jhi                                   on 2000/12/07  19:05:32
45847         Log: Document utf8_to_uv() better.
45848      Branch: perl
45849            ! pod/perlapi.pod utf8.c
45850 ____________________________________________________________________________
45851 [  8023] By: jhi                                   on 2000/12/07  18:23:47
45852         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
45853      Branch: perl
45854            ! embed.pl pod/perlapi.pod utf8.c
45855 ____________________________________________________________________________
45856 [  8022] By: jhi                                   on 2000/12/07  04:13:51
45857         Log: Integrate perlio.
45858      Branch: perl
45859           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
45860           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
45861           !> win32/makefile.mk
45862 ____________________________________________________________________________
45863 [  8021] By: nick                                  on 2000/12/07  00:28:14
45864         Log: Various attempts at MSVC debug - not sure what has
45865              changed but works now. 
45866              Seems atexit() _may_ work for DLLs built with MSVC so don't
45867              call cleanup that way.
45868      Branch: perlio
45869            ! perlio.c win32/makefile.mk
45870 ____________________________________________________________________________
45871 [  8020] By: nick                                  on 2000/12/06  19:57:20
45872         Log: Integrate mainline
45873      Branch: perlio
45874           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
45875           !> (integrate 75 files)
45876 ____________________________________________________________________________
45877 [  8019] By: nick                                  on 2000/12/06  19:28:21
45878         Log: Add useperlio to config.vc
45879              Turn off binmode in config_H.PL
45880              Regen all the config_H.xx
45881              Attempt to get debugging build with MSVC.
45882      Branch: perlio
45883            ! win32/config.vc win32/config_H.bc win32/config_H.gc
45884            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
45885 ____________________________________________________________________________
45886 [  8018] By: nick                                  on 2000/12/06  19:21:57
45887         Log: Test various dup/external program options on all platforms.
45888      Branch: perlio
45889            ! t/io/dup.t
45890 ____________________________________________________________________________
45891 [  8017] By: nick                                  on 2000/12/06  19:20:47
45892         Log: Fix harness to be less picky
45893      Branch: perlio
45894            ! lib/Test/Harness.pm
45895 ____________________________________________________________________________
45896 [  8016] By: jhi                                   on 2000/12/06  16:45:12
45897         Log: Update Changes.
45898      Branch: perl
45899            ! Changes patchlevel.h
45900 ____________________________________________________________________________
45901 [  8015] By: jhi                                   on 2000/12/06  16:41:03
45902         Log: Test \x{...} with ord().
45903      Branch: perl
45904            ! t/op/ord.t
45905 ____________________________________________________________________________
45906 [  8014] By: jhi                                   on 2000/12/06  16:20:33
45907         Log: Test tweak because of #8013.
45908      Branch: perl
45909            ! t/lib/b.t
45910 ____________________________________________________________________________
45911 [  8013] By: jhi                                   on 2000/12/06  16:09:09
45912         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
45913              From: Michael G Schwern <schwern@pobox.com>
45914              Date: Tue, 5 Dec 2000 21:23:28 -0500
45915              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
45916              
45917              Carp::Heavy parts not very applicable because of recent changes.
45918      Branch: perl
45919            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
45920            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
45921            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
45922            ! lib/Exporter.pm lib/Exporter/Heavy.pm
45923            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
45924            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
45925            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
45926            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
45927            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
45928            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
45929            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
45930            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
45931            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
45932            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
45933            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
45934            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
45935            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
45936            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
45937            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
45938            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
45939            ! warnings.pl
45940 ____________________________________________________________________________
45941 [  8012] By: jhi                                   on 2000/12/06  15:22:38
45942         Log: Subject: [PATCH] Re: New harness is failing things
45943              From: Nick Ing-Simmons <nik@tiuk.ti.com>
45944              Date: Wed, 6 Dec 2000 13:00:30 GMT
45945              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
45946      Branch: perl
45947            ! lib/Test/Harness.pm
45948 ____________________________________________________________________________
45949 [  8011] By: jhi                                   on 2000/12/06  15:12:08
45950         Log: Subject: installhtml changes
45951              From: Michael Stevens <michael@etla.org>
45952              Date: Wed, 6 Dec 2000 13:15:53 +0000
45953              Message-ID: <20001206131553.A27317@firedrake.org>
45954      Branch: perl
45955            ! installhtml
45956 ____________________________________________________________________________
45957 [  8010] By: jhi                                   on 2000/12/06  15:06:05
45958         Log: Subject: the dTHR hits
45959              From: Michael Stevens <michael@etla.org>
45960              Date: Wed, 6 Dec 2000 12:06:03 +0000
45961              Message-ID: <20001206120603.A24581@firedrake.org>
45962              
45963              More, errrm, less dTHRs.
45964      Branch: perl
45965            ! bytecode.pl ext/B/B/C.pm
45966 ____________________________________________________________________________
45967 [  8009] By: jhi                                   on 2000/12/06  15:04:25
45968         Log: Subject: MakeMaker mailing list gone?
45969              From: Michael G Schwern <schwern@pobox.com>
45970              Date: Tue, 5 Dec 2000 19:29:59 -0500
45971              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
45972              
45973              The MakeMaker mailing list is dead, perlbug is the right
45974              address to report bugs.
45975      Branch: perl
45976            ! lib/ExtUtils/MakeMaker.pm
45977 ____________________________________________________________________________
45978 [  8008] By: jhi                                   on 2000/12/06  15:00:32
45979         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
45980              From: Michael G Schwern <schwern@pobox.com>
45981              Date: Tue, 5 Dec 2000 19:21:21 -0500
45982              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
45983              
45984              Add a default MANIFEST skip that ignores things like
45985              version control files, editor temporary files, and the Makefile.
45986      Branch: perl
45987            + lib/ExtUtils/MANIFEST.SKIP
45988            ! MANIFEST lib/ExtUtils/Manifest.pm
45989 ____________________________________________________________________________
45990 [  8007] By: jhi                                   on 2000/12/06  14:57:20
45991         Log: In Amiga more manual hackery of the scripts seems to be needed,
45992              from Jan-Erik Karlsson.  Why Configure does not get this right
45993              is unknown, may be shell-induced.
45994      Branch: perl
45995            ! README.amiga
45996 ____________________________________________________________________________
45997 [  8006] By: jhi                                   on 2000/12/05  23:53:12
45998         Log: Add TOPm1s to peek at the second topmost stack item.
45999      Branch: perl
46000            ! pp.h
46001 ____________________________________________________________________________
46002 [  8005] By: jhi                                   on 2000/12/05  23:13:55
46003         Log: Avaunt, you foul UTF-8 tests.
46004      Branch: perl
46005            ! t/op/ver.t t/pragma/utf8.t
46006 ____________________________________________________________________________
46007 [  8004] By: jhi                                   on 2000/12/05  23:09:54
46008         Log: Continue utf8 dispersal. 
46009      Branch: perl
46010            + t/op/concat.t
46011            ! MANIFEST t/pragma/utf8.t
46012 ____________________________________________________________________________
46013 [  8003] By: nick                                  on 2000/12/05  23:02:39
46014         Log: Integrate mainline.
46015      Branch: perlio
46016           +> t/op/length.t t/op/utf8decode.t
46017           !> (integrate 69 files)
46018 ____________________________________________________________________________
46019 [  8002] By: jhi                                   on 2000/12/05  22:59:28
46020         Log: Integrate perlio.
46021      Branch: perl
46022           !> iperlsys.h perl.c perlio.c win32/perllib.c
46023 ____________________________________________________________________________
46024 [  8001] By: nick                                  on 2000/12/05  22:07:52
46025         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
46026              - calloc/free suffer from damage on TerminateThread()
46027              - use PerlMemShared (as originally planned) now fixed
46028              - avoid doing anything important on DLL "detach".
46029      Branch: perlio
46030            ! perl.c perlio.c win32/perllib.c
46031 ____________________________________________________________________________
46032 [  8000] By: nick                                  on 2000/12/05  21:05:09
46033         Log: Fix gross PerlMemShared issue.
46034      Branch: perlio
46035            ! iperlsys.h
46036 ____________________________________________________________________________
46037 [  7999] By: jhi                                   on 2000/12/05  20:46:58
46038         Log: Test for Unicode (UTF-8) hash keys.
46039      Branch: perl
46040            ! t/op/each.t
46041 ____________________________________________________________________________
46042 [  7998] By: jhi                                   on 2000/12/05  20:30:35
46043         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
46044              is now always UTF-8), empty line cosmetics.
46045      Branch: perl
46046            ! t/pragma/utf8.t
46047 ____________________________________________________________________________
46048 [  7997] By: jhi                                   on 2000/12/05  20:15:40
46049         Log: Subject: Re: STRLEN - what?
46050              From: Andy Dougherty <doughera@lafayette.edu>
46051              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
46052              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
46053              
46054              Explain STRLEN.
46055      Branch: perl
46056            ! pod/perlguts.pod
46057 ____________________________________________________________________________
46058 [  7996] By: jhi                                   on 2000/12/05  20:13:34
46059         Log: Split off the UTF-8 decoder tests, make them to check also
46060              the error message.
46061      Branch: perl
46062            + t/op/utf8decode.t
46063            ! MANIFEST t/pragma/utf8.t utf8.c
46064 ____________________________________________________________________________
46065 [  7995] By: jhi                                   on 2000/12/05  16:39:47
46066         Log: Start migrating bits of pragma/utf8 to elsewhere
46067              (since the long term plan is to obsolete 'use utf8').
46068      Branch: perl
46069            + t/op/length.t
46070            ! MANIFEST t/pragma/utf8.t
46071 ____________________________________________________________________________
46072 [  7994] By: jhi                                   on 2000/12/05  16:30:21
46073         Log: Fix a manual edit typo from #7993, fix the message formatting
46074              for Unicode, add few our declarations.
46075      Branch: perl
46076            ! lib/Carp/Heavy.pm
46077 ____________________________________________________________________________
46078 [  7993] By: jhi                                   on 2000/12/05  16:09:15
46079         Log: Subject: Need help with warnings :-(
46080              From: "Ben Tilly" <ben_tilly@hotmail.com>
46081              Date: Tue, 05 Dec 2000 01:35:54 -0500
46082              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
46083              
46084              Subject: UPDATE: Carp/Heavy now passes all tests
46085              From: "Ben Tilly" <ben_tilly@hotmail.com>
46086              Date: Tue, 05 Dec 2000 07:59:41 -0500
46087              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
46088              
46089              The Brave New Carp.
46090      Branch: perl
46091            ! lib/Carp.pm lib/Carp/Heavy.pm
46092 ____________________________________________________________________________
46093 [  7992] By: jhi                                   on 2000/12/05  15:55:08
46094         Log: Subject: [PATCH perl@7979] cygwin port
46095              From: "Eric Fifer" <efifer@dircon.co.uk>
46096              Date: Tue, 5 Dec 2000 14:04:09 -0000
46097              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
46098      Branch: perl
46099            ! t/lib/net-hostent.t
46100 ____________________________________________________________________________
46101 [  7991] By: jhi                                   on 2000/12/05  15:52:34
46102         Log: Subject: Re: [PATCH] The largest hoax of all times?
46103              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46104              Date: Tue, 5 Dec 2000 00:40:25 -0500
46105              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
46106              
46107              Subject: Re: [PATCH] The largest hoax of all times?
46108              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46109              Date: Mon, 4 Dec 2000 23:55:53 -0500
46110              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
46111              
46112              Subject: Re: [PATCH] The largest hoax of all times?
46113              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46114              Date: Tue, 5 Dec 2000 01:28:45 -0500
46115              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
46116              
46117              Fix the unpredictable order of DESTROYs.
46118      Branch: perl
46119            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
46120            ! sv.c sv.h t/op/ref.t
46121 ____________________________________________________________________________
46122 [  7990] By: jhi                                   on 2000/12/05  14:38:53
46123         Log: Subject: [PATCH] shrink pp_hot fractionally
46124              From: Nicholas Clark <nick@ccl4.org>
46125              Date: Tue, 5 Dec 2000 12:44:31 +0000
46126              Message-ID: <20001205124431.E74518@plum.flirble.org>
46127              
46128              Use report_evil_fh().
46129      Branch: perl
46130            ! opcode.pl opnames.h pp_hot.c util.c
46131 ____________________________________________________________________________
46132 [  7989] By: jhi                                   on 2000/12/05  14:21:27
46133         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
46134              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46135              Date: Mon, 04 Dec 2000 22:21:59 -0800
46136              Message-ID: <HmIL6gzkgepS092yn@efn.org>
46137              
46138              Harness shouldn't ignore responses like "ok 3\r\r\n".
46139      Branch: perl
46140            ! lib/Test/Harness.pm
46141 ____________________________________________________________________________
46142 [  7988] By: jhi                                   on 2000/12/05  13:51:28
46143         Log: Integrate the "skip" messages to explain().
46144      Branch: perl
46145            ! t/lib/syslfs.t t/op/lfs.t
46146 ____________________________________________________________________________
46147 [  7987] By: jhi                                   on 2000/12/05  12:34:54
46148         Log: The one that got away in #7984.
46149              
46150              Subject: Re: dTHR - what and why?
46151              From: Michael Stevens <michael@etla.org> 
46152              Date: Tue, 5 Dec 2000 11:15:52 +0000
46153              Message-ID: <20001205111552.A4647@firedrake.org>
46154      Branch: perl
46155            ! sv.h
46156 ____________________________________________________________________________
46157 [  7986] By: gsar                                  on 2000/12/05  09:14:44
46158         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
46159              due to the notorious GetFileType() bug in Windows 9x, which fstat()
46160              tickles)
46161      Branch: perl
46162            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
46163 ____________________________________________________________________________
46164 [  7985] By: jhi                                   on 2000/12/05  05:49:03
46165         Log: Integrate perlio.
46166      Branch: perl
46167           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
46168           !> win32/perlhost.h win32/perllib.c
46169 ____________________________________________________________________________
46170 [  7984] By: jhi                                   on 2000/12/05  05:48:16
46171         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
46172      Branch: perl
46173            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
46174            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
46175            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
46176            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
46177            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
46178            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
46179            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
46180            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
46181            ! win32/win32.c
46182 ____________________________________________________________________________
46183 [  7983] By: nick                                  on 2000/12/04  23:27:43
46184         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
46185      Branch: perlio
46186            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
46187            ! win32/perlhost.h win32/perllib.c
46188 ____________________________________________________________________________
46189 [  7982] By: jhi                                   on 2000/12/04  19:44:09
46190         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
46191              uncovered by #7980.
46192      Branch: perl
46193            ! op.c
46194 ____________________________________________________________________________
46195 [  7981] By: jhi                                   on 2000/12/04  19:42:07
46196         Log: Subject: [PATCH] Trivial dump.c feature
46197              From: Simon Cozens <simon@cozens.net>
46198              Date: Mon, 4 Dec 2000 18:08:38 +0000
46199              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
46200              
46201              Show whether a constant is UTF-8.
46202      Branch: perl
46203            ! dump.c
46204 ____________________________________________________________________________
46205 [  7980] By: jhi                                   on 2000/12/04  19:36:51
46206         Log: UTF-8 hash keys, patch from Inaba Hiroto.
46207      Branch: perl
46208            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
46209 ____________________________________________________________________________
46210 [  7979] By: jhi                                   on 2000/12/04  17:36:28
46211         Log: Update Changes.
46212      Branch: perl
46213            ! Changes patchlevel.h
46214 ____________________________________________________________________________
46215 [  7978] By: jhi                                   on 2000/12/04  16:42:17
46216         Log: Retract #7977, still too volatile (the euphemism of the day
46217              for unfinished and buggy :-)
46218      Branch: perl
46219            ! doop.c hv.c pp.c sv.h
46220 ____________________________________________________________________________
46221 [  7977] By: jhi                                   on 2000/12/04  16:25:15
46222         Log: (Retracted by #7978, too shaky yet.)
46223              
46224              Subject: Re: utf8 in hash keys, implementor missing
46225              From: Simon Cozens <simon@cozens.net>
46226              Date: Sat, 2 Dec 2000 19:49:35 +0000
46227              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
46228              
46229              The first step at UTF-8 hash keys.
46230      Branch: perl
46231            ! doop.c hv.c pp.c sv.h
46232 ____________________________________________________________________________
46233 [  7976] By: jhi                                   on 2000/12/04  16:13:53
46234         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
46235              From: sthoenna@efn.org
46236              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
46237              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
46238      Branch: perl
46239            ! os2/os2.c perlio.c
46240 ____________________________________________________________________________
46241 [  7975] By: jhi                                   on 2000/12/04  16:05:25
46242         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
46243              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46244              Date: Thu, 30 Nov 2000 20:50:37 -0800
46245              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
46246      Branch: perl
46247            ! os2/os2.c
46248 ____________________________________________________________________________
46249 [  7974] By: jhi                                   on 2000/12/04  16:03:57
46250         Log: Subject: [PATCH] ++ 20% faster
46251              From: Nicholas Clark <nick@ccl4.org>
46252              Date: Mon, 4 Dec 2000 12:17:27 +0000
46253              Message-ID: <20001204121726.B52976@plum.flirble.org>
46254              
46255              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
46256      Branch: perl
46257            ! sv.c
46258 ____________________________________________________________________________
46259 [  7973] By: jhi                                   on 2000/12/04  16:00:48
46260         Log: 
46261              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
46262              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46263              Date: Mon, 04 Dec 2000 12:30:45 +0100
46264              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
46265              
46266              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
46267              library (getprotobyname and getprotobynumber are outversioned by
46268              the same calls in libc, at least for xlc version 3.
46269      Branch: perl
46270            ! hints/aix.sh
46271 ____________________________________________________________________________
46272 [  7972] By: jhi                                   on 2000/12/04  02:58:31
46273         Log: Integrate perlio.
46274      Branch: perl
46275           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
46276           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
46277           !> win32/win32.h win32/win32iop.h win32/win32thread.h
46278 ____________________________________________________________________________
46279 [  7971] By: nick                                  on 2000/12/04  00:24:33
46280         Log: Quieten some noise in Win32 builds:
46281              - win32.h is included after <sys/socket.h>, so need to 
46282              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
46283              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
46284      Branch: perlio
46285            ! doio.c perl.h toke.c win32/win32.h
46286 ____________________________________________________________________________
46287 [  7970] By: nick                                  on 2000/12/03  22:57:46
46288         Log: PERL_IMPLICIT_SYS compiles but does not work.
46289      Branch: perlio
46290            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
46291            ! win32/perlhost.h win32/perllib.c win32/win32.h
46292            ! win32/win32iop.h win32/win32thread.h
46293 ____________________________________________________________________________
46294 [  7969] By: jhi                                   on 2000/12/03  22:12:58
46295         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
46296              used to swash_init(), makes regprop() dumps more informative
46297              (+utf8::IsAlpha, -utf8::IsDigit, for example).
46298      Branch: perl
46299            ! regcomp.c regexec.c
46300 ____________________________________________________________________________
46301 [  7968] By: jhi                                   on 2000/12/03  21:39:56
46302         Log: Implement ANYOFUTF8 regprop() dumping.
46303      Branch: perl
46304            ! regcomp.c
46305 ____________________________________________________________________________
46306 [  7967] By: jhi                                   on 2000/12/03  20:57:19
46307         Log: Make uv_to_utf8() to zero-terminate its output buffer,
46308              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
46309      Branch: perl
46310            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
46311 ____________________________________________________________________________
46312 [  7966] By: nick                                  on 2000/12/03  18:41:21
46313         Log: Integrate mainline (STDCHAR)
46314      Branch: perlio
46315           !> Configure t/pragma/utf8.t
46316 ____________________________________________________________________________
46317 [  7965] By: jhi                                   on 2000/12/03  17:58:20
46318         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
46319      Branch: perl
46320            ! t/pragma/utf8.t
46321 ____________________________________________________________________________
46322 [  7964] By: jhi                                   on 2000/12/03  17:35:56
46323         Log: Integrate perlio.
46324      Branch: perl
46325           !> iperlsys.h perlio.c
46326 ____________________________________________________________________________
46327 [  7963] By: jhi                                   on 2000/12/03  17:33:55
46328         Log: Metaconfig unit change for #7962.
46329      Branch: metaconfig
46330            ! U/modified/stdchar.U
46331 ____________________________________________________________________________
46332 [  7962] By: jhi                                   on 2000/12/03  17:33:27
46333         Log: Untangle the <stdio.h> #include nest for the stdchar test,
46334              from Andy Dougherty.
46335      Branch: perl
46336            ! Configure
46337 ____________________________________________________________________________
46338 [  7961] By: nick                                  on 2000/12/03  16:53:00
46339         Log: Make iperlsys.h vector stdio not PerlIO.
46340      Branch: perlio
46341            ! iperlsys.h perlio.c
46342 ____________________________________________________________________________
46343 [  7960] By: nick                                  on 2000/12/03  14:43:01
46344         Log: Integrate mainline
46345      Branch: perlio
46346           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
46347           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
46348 ____________________________________________________________________________
46349 [  7959] By: jhi                                   on 2000/12/03  08:16:36
46350         Log: Use DO_UTF8().
46351      Branch: perl
46352            ! op.c
46353 ____________________________________________________________________________
46354 [  7958] By: jhi                                   on 2000/12/02  18:33:05
46355         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
46356              From: Mike Guy <mjtg@cam.ac.uk>         
46357              Date: Sat, 02 Dec 2000 17:27:13 +0000
46358              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
46359              
46360              An extraneous argument.
46361      Branch: perl
46362            ! toke.c
46363 ____________________________________________________________________________
46364 [  7957] By: jhi                                   on 2000/12/02  18:22:32
46365         Log: A missing hunk.
46366      Branch: perl
46367            ! t/lib/net-hostent.t
46368 ____________________________________________________________________________
46369 [  7956] By: jhi                                   on 2000/12/02  18:06:20
46370         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
46371              From: Nicholas Clark <nick@ccl4.org>
46372              Date: Sat, 2 Dec 2000 14:28:27 +0000
46373              Message-ID: <20001202142827.A12308@plum.flirble.org>
46374              
46375              Test robustness.
46376      Branch: perl
46377            ! t/lib/net-hostent.t
46378 ____________________________________________________________________________
46379 [  7955] By: jhi                                   on 2000/12/02  17:58:06
46380         Log: Metaconfig unit change for #7954.
46381      Branch: metaconfig
46382            ! U/modified/stdchar.U
46383 ____________________________________________________________________________
46384 [  7954] By: jhi                                   on 2000/12/02  17:54:32
46385         Log: An inconvenient hang would happen if the stdio _ptr wasn't
46386              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
46387              would be grepping stdin for all eternity for the _ptr.)
46388      Branch: perl
46389            ! Configure
46390 ____________________________________________________________________________
46391 [  7953] By: jhi                                   on 2000/12/02  00:07:15
46392         Log: Update Changes.
46393      Branch: perl
46394            ! Changes patchlevel.h
46395 ____________________________________________________________________________
46396 [  7952] By: jhi                                   on 2000/12/01  23:54:47
46397         Log: Subject: Re: long shell lines
46398              From: Andy Dougherty <doughera@lafayette.edu>
46399              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
46400              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
46401              
46402              Split overly long shell command lines.
46403      Branch: perl
46404            ! lib/ExtUtils/MM_Unix.pm
46405 ____________________________________________________________________________
46406 [  7951] By: jhi                                   on 2000/12/01  23:48:02
46407         Log: The metaconfig unit change for #7950.
46408      Branch: metaconfig
46409            + U/modified/stdchar.U
46410 ____________________________________________________________________________
46411 [  7950] By: jhi                                   on 2000/12/01  23:47:39
46412         Log: Try to find stdchar also from <stdio_impl.h>.
46413      Branch: perl
46414            ! Configure config_h.SH
46415 ____________________________________________________________________________
46416 [  7949] By: jhi                                   on 2000/12/01  23:46:45
46417         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
46418              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
46419              Date: Fri, 1 Dec 2000 16:26:08 -0500
46420              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
46421              
46422              Reword the diagnostic message.
46423      Branch: perl
46424            ! pod/perldiag.pod
46425 ____________________________________________________________________________
46426 [  7948] By: nick                                  on 2000/12/01  22:49:43
46427         Log: Integrate mainline (for s/y/m as sub names stuff).
46428      Branch: perlio
46429           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
46430           !> t/pragma/warn/toke toke.c
46431 ____________________________________________________________________________
46432 [  7947] By: jhi                                   on 2000/12/01  20:55:41
46433         Log: Integrate perlio.
46434      Branch: perl
46435           !> perlio.c perliol.h t/io/pipe.t
46436 ____________________________________________________________________________
46437 [  7946] By: jhi                                   on 2000/12/01  20:36:51
46438         Log: Upgrade to CPAN 1.59_51, from Andreas König.
46439      Branch: perl
46440            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
46441 ____________________________________________________________________________
46442 [  7945] By: nick                                  on 2000/12/01  20:31:32
46443         Log: Integrate mainline
46444      Branch: perlio
46445           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
46446           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
46447           +> t/lib/net-hostent.t
46448           !> (integrate 35 files)
46449 ____________________________________________________________________________
46450 [  7944] By: jhi                                   on 2000/12/01  20:23:29
46451         Log: Some help for 20001130.011.  Now one gets warnings like
46452              "Ambiguous -f() resolved as a file test ..."
46453      Branch: perl
46454            ! pod/perldiag.pod t/pragma/warn/toke toke.c
46455 ____________________________________________________________________________
46456 [  7943] By: jhi                                   on 2000/12/01  19:44:44
46457         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
46458              that also breaks using them as methods. 
46459      Branch: perl
46460            ! pod/perldiag.pod t/op/misc.t toke.c
46461 ____________________________________________________________________________
46462 [  7942] By: nick                                  on 2000/12/01  17:56:46
46463         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
46464              Make 'unix' pass most tests
46465              - do unread by temporary push of layer ("pending") holding unread chars
46466              - fast_gets is now based on per-handle flag
46467              - relax one of io/pipe.t tests to allow print to fail and close to
46468              succeed so that it passes on unbuffered "unix" layer.
46469              Remaining fail is sporadic and a genuine race condition between
46470              parent/child in fork test.
46471      Branch: perlio
46472            ! perlio.c perliol.h t/io/pipe.t
46473 ____________________________________________________________________________
46474 [  7941] By: jhi                                   on 2000/12/01  15:28:58
46475         Log: (Retracted by #7943.)
46476              
46477              Reserve the short named string operator names.
46478      Branch: perl
46479            ! pod/perldiag.pod t/op/misc.t toke.c
46480 ____________________________________________________________________________
46481 [  7940] By: jhi                                   on 2000/12/01  06:45:53
46482         Log: Get the three different space character classes right under utf8.
46483      Branch: perl
46484            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
46485            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
46486            ! regexec.c t/op/pat.t utf8.c
46487 ____________________________________________________________________________
46488 [  7939] By: jhi                                   on 2000/12/01  03:26:26
46489         Log: Two more tests that make no sense in UTF-8 since the test
46490              data is not in UTF-8.
46491      Branch: perl
46492            ! t/op/regexp.t
46493 ____________________________________________________________________________
46494 [  7938] By: jhi                                   on 2000/12/01  03:20:39
46495         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
46496              should it be required inside regexen?
46497      Branch: perl
46498            ! regcomp.c t/op/regmesg.t
46499 ____________________________________________________________________________
46500 [  7937] By: jhi                                   on 2000/12/01  02:58:53
46501         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
46502              stored and restored, and thusly was trounced by the utf8 swash
46503              routines.
46504      Branch: perl
46505            ! regcomp.c
46506 ____________________________________________________________________________
46507 [  7936] By: jhi                                   on 2000/11/30  20:41:39
46508         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
46509              Why the different platforms behave so differently (core dump vs
46510              no core dump) on this bug is a but of a mystery, but if I had to
46511              guess I would mumble something like 'alignment'.
46512      Branch: perl
46513            ! sv.c
46514 ____________________________________________________________________________
46515 [  7935] By: jhi                                   on 2000/11/30  16:17:02
46516         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
46517              From: Robin Barker <rmb1@cise.npl.co.uk>
46518              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
46519              Date: Thu, 30 Nov 2000 14:27:12 GMT
46520      Branch: perl
46521            ! perlio.c toke.c
46522 ____________________________________________________________________________
46523 [  7934] By: jhi                                   on 2000/11/30  16:04:49
46524         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
46525      Branch: perl
46526            ! t/lib/net-hostent.t
46527 ____________________________________________________________________________
46528 [  7933] By: jhi                                   on 2000/11/30  06:07:26
46529         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
46530              From: Peter Prymmer <pvhp@forte.com>
46531              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
46532              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
46533              
46534              In VMS the localhost may be LOCALHOST.
46535      Branch: perl
46536            ! t/lib/net-hostent.t
46537 ____________________________________________________________________________
46538 [  7932] By: jhi                                   on 2000/11/30  01:11:11
46539         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
46540              From: Peter Prymmer <pvhp@forte.com>
46541              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
46542              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
46543              
46544              plus regen perlapi.pod.
46545      Branch: perl
46546            ! pod/perlapi.pod utf8.c
46547 ____________________________________________________________________________
46548 [  7931] By: jhi                                   on 2000/11/30  01:06:19
46549         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
46550              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
46551              Date:     Wed, 29 Nov 2000 17:15:11 EST
46552              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
46553      Branch: perl
46554            ! t/lib/filter-util.pl t/lib/filter-util.t
46555 ____________________________________________________________________________
46556 [  7930] By: jhi                                   on 2000/11/29  18:51:55
46557         Log: Update Changes.
46558      Branch: perl
46559            ! Changes patchlevel.h
46560 ____________________________________________________________________________
46561 [  7929] By: jhi                                   on 2000/11/29  18:50:55
46562         Log: Update the va_copy() metaconfig unit.
46563      Branch: metaconfig/U/perl
46564            ! need_va_copy.U
46565 ____________________________________________________________________________
46566 [  7928] By: jhi                                   on 2000/11/29  17:50:43
46567         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
46568              From: Dominic Dunlop <domo@computer.org>
46569              Date: Tue, 28 Nov 2000 16:41:57 +0100
46570              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
46571              
46572              Patch to catch a core dump in the Configure va_copy test.
46573      Branch: perl
46574            ! Configure config_h.SH
46575 ____________________________________________________________________________
46576 [  7927] By: jhi                                   on 2000/11/29  17:31:59
46577         Log: Retract #7921, the patch shouldn't be needed.
46578      Branch: perl
46579            ! sv.c
46580 ____________________________________________________________________________
46581 [  7926] By: jhi                                   on 2000/11/29  17:01:41
46582         Log: Make the Class::Struct import() wiser.
46583      Branch: perl
46584            ! lib/Class/Struct.pm t/lib/class-struct.t
46585 ____________________________________________________________________________
46586 [  7925] By: jhi                                   on 2000/11/29  16:36:33
46587         Log: All the core library users of Class::Struct seem to be
46588              using "use Class::Struct 'struct';" instead of the bare
46589              "use Class::Struct;", which isn't documented in Class::Struct.
46590              This can't be right.
46591      Branch: perl
46592            ! lib/File/stat.pm
46593 ____________________________________________________________________________
46594 [  7924] By: jhi                                   on 2000/11/29  16:32:15
46595         Log: A test works better if it has the right 1..$n output.
46596      Branch: perl
46597            ! t/lib/class-struct.t
46598 ____________________________________________________________________________
46599 [  7923] By: jhi                                   on 2000/11/29  16:29:11
46600         Log: Forgot to MANIFEST the new Net::hostent test.
46601      Branch: perl
46602            ! MANIFEST
46603 ____________________________________________________________________________
46604 [  7922] By: jhi                                   on 2000/11/29  16:27:49
46605         Log: Integrate perlio.
46606      Branch: perl
46607           !> iperlsys.h perlio.c
46608 ____________________________________________________________________________
46609 [  7921] By: jhi                                   on 2000/11/29  16:27:10
46610         Log: (Retracted by #7927.)
46611              
46612              Subject: [PATCH] Is infinity a number?
46613              From: Simon Cozens <simon@cozens.net>
46614              Date: Wed, 29 Nov 2000 14:48:20 +0000
46615              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
46616      Branch: perl
46617            ! sv.c
46618 ____________________________________________________________________________
46619 [  7920] By: jhi                                   on 2000/11/29  16:23:02
46620         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
46621              From: rspier@pobox.com (Robert Spier)
46622              Date: Wed, 29 Nov 2000 02:17:49 -0500
46623              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
46624              
46625              Add a test for Net::hostent.
46626      Branch: perl
46627            + t/lib/net-hostent.t
46628 ____________________________________________________________________________
46629 [  7919] By: jhi                                   on 2000/11/29  16:21:31
46630         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
46631              add a test for Class::Struct.
46632      Branch: perl
46633            + t/lib/class-struct.t
46634            ! MANIFEST lib/Class/Struct.pm
46635 ____________________________________________________________________________
46636 [  7918] By: jhi                                   on 2000/11/29  15:48:40
46637         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
46638              From: rspier@pobox.com (Robert Spier)
46639              Date: Wed, 29 Nov 2000 02:25:39 -0500
46640              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
46641              
46642              More checking in case someone has broken their services or
46643              protocol databases.
46644      Branch: perl
46645            ! ext/Sys/Syslog/Syslog.pm
46646 ____________________________________________________________________________
46647 [  7917] By: jhi                                   on 2000/11/29  15:46:25
46648         Log: Subject: [PATCH] $^O  win32 -> MSWin32
46649              From: rspier@pobox.com (Robert Spier)
46650              Date: Wed, 29 Nov 2000 02:17:38 -0500
46651              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
46652              
46653              plus similar nits for vms, err, VMS, and UNICOS.
46654      Branch: perl
46655            ! t/lib/syslfs.t t/op/lfs.t
46656 ____________________________________________________________________________
46657 [  7916] By: jhi                                   on 2000/11/29  15:42:51
46658         Log: Subject: [PATCH] Tokeniser debugging
46659              From: Simon Cozens <simon@cozens.net>
46660              Date: Wed, 29 Nov 2000 14:15:45 +0000
46661              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
46662      Branch: perl
46663            ! perl.c perl.h pod/perlrun.pod toke.c
46664 ____________________________________________________________________________
46665 [  7915] By: jhi                                   on 2000/11/29  15:41:36
46666         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
46667              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46668              Date: Wed, 29 Nov 2000 02:13:14 -0500
46669              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
46670              
46671              OUT keyword nits.
46672              
46673              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
46674              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46675              Date: Wed, 29 Nov 2000 03:09:04 -0500
46676              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
46677              
46678              OUT and IN_OUT documentation.
46679      Branch: perl
46680            ! lib/ExtUtils/xsubpp pod/perlxs.pod
46681 ____________________________________________________________________________
46682 [  7914] By: jhi                                   on 2000/11/29  03:35:01
46683         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
46684              From: John Tobey <jtobey@john-edwin-tobey.org>
46685              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
46686              Message-Id: <m140e1N-000FOoC@feynman.localnet>
46687              
46688              plus a performance speedup noticed by Sarathy.
46689      Branch: perl
46690            ! op.c
46691 ____________________________________________________________________________
46692 [  7913] By: jhi                                   on 2000/11/29  03:16:59
46693         Log: Use "1 while unlink" so that VMS gets clean, too.
46694      Branch: perl
46695            ! t/lib/filter-util.t
46696 ____________________________________________________________________________
46697 [  7912] By: jhi                                   on 2000/11/29  03:09:08
46698         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
46699              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46700              Date: Tue, 28 Nov 2000 03:27:09 -0500
46701              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
46702      Branch: perl
46703            ! lib/ExtUtils/xsubpp
46704 ____________________________________________________________________________
46705 [  7911] By: jhi                                   on 2000/11/29  03:06:30
46706         Log: This should have been part of #7872: no need to scan UTF-8
46707              until eternity.
46708      Branch: perl
46709            ! utf8.c
46710 ____________________________________________________________________________
46711 [  7910] By: jhi                                   on 2000/11/29  02:50:04
46712         Log: One more perltie.pod nit from Casey R. Tweten.
46713      Branch: perl
46714            ! pod/perltie.pod
46715 ____________________________________________________________________________
46716 [  7909] By: jhi                                   on 2000/11/29  02:44:23
46717         Log: Document the known sprintf test failures, exact standard
46718              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
46719      Branch: perl
46720            ! pod/perldelta.pod t/op/sprintf.t
46721 ____________________________________________________________________________
46722 [  7908] By: jhi                                   on 2000/11/29  02:36:23
46723         Log: Add the Encoding table format documentation.
46724      Branch: perl
46725            + ext/Encode/Encode/EncodeFormat.pod
46726            ! MANIFEST
46727 ____________________________________________________________________________
46728 [  7907] By: jhi                                   on 2000/11/29  02:07:24
46729         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
46730              From: "Casey R. Tweten" <crt@kiski.net>
46731              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
46732              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
46733              
46734              Subject: Re: [PATCH] Updating perltie.pod for arrays
46735              From: "Casey R. Tweten" <crt@kiski.net>
46736              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
46737              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
46738      Branch: perl
46739            ! pod/perltie.pod
46740 ____________________________________________________________________________
46741 [  7906] By: nick                                  on 2000/11/28  22:40:59
46742         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
46743      Branch: perlio
46744            ! iperlsys.h perlio.c
46745 ____________________________________________________________________________
46746 [  7905] By: nick                                  on 2000/11/28  22:04:34
46747         Log: Integrate mainline
46748      Branch: perlio
46749           !> (integrate 39 files)
46750 ____________________________________________________________________________
46751 [  7904] By: jhi                                   on 2000/11/28  16:44:43
46752         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
46753              From: Nicholas Clark <nick@babyhippo.co.uk>
46754              Date: Tue, 28 Nov 2000 11:16:57 +0000
46755              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
46756      Branch: perl
46757            ! pod/perlipc.pod
46758 ____________________________________________________________________________
46759 [  7903] By: jhi                                   on 2000/11/28  16:40:31
46760         Log: Subject: [PATCH] Updating perltie.pod for arrays
46761              From: "Casey R. Tweten" <crt@kiski.net>
46762              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
46763              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
46764      Branch: perl
46765            ! pod/perltie.pod
46766 ____________________________________________________________________________
46767 [  7902] By: jhi                                   on 2000/11/28  16:39:37
46768         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
46769              From: Robin Barker <rmb1@cise.npl.co.uk>
46770              Date: Mon, 27 Nov 2000 17:56:44 GMT
46771              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
46772      Branch: perl
46773            ! pod/perlfunc.pod t/op/split.t
46774 ____________________________________________________________________________
46775 [  7901] By: jhi                                   on 2000/11/28  16:28:04
46776         Log: setmode() is a DOSish-only thing.
46777      Branch: perl
46778            ! perlio.c
46779 ____________________________________________________________________________
46780 [  7900] By: jhi                                   on 2000/11/28  16:21:46
46781         Log: Subject: [PATCH] perlcc.PL cleanups
46782              From: Simon Cozens <simon@cozens.net>
46783              Date: Tue, 28 Nov 2000 12:44:35 +0000
46784              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
46785      Branch: perl
46786            ! utils/perlcc.PL
46787 ____________________________________________________________________________
46788 [  7899] By: gsar                                  on 2000/11/28  06:32:55
46789         Log: reintegrate files missed by change#7895
46790      Branch: maint-5.6/perl
46791           +> ext/ByteLoader/bytecode.h utils/Makefile
46792            - utils/perlbc.PL
46793 ____________________________________________________________________________
46794 [  7897] By: gsar                                  on 2000/11/27  18:22:47
46795         Log: can't integrate these two files, for some reason
46796      Branch: maint-5.6/perl
46797            - ext/ByteLoader/bytecode.h utils/Makefile
46798 ____________________________________________________________________________
46799 [  7895] By: gsar                                  on 2000/11/27  18:11:21
46800         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
46801              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
46802              6757..6890,6892..6901 from mainline
46803              
46804              Bytecompiler patches from Benjamin Stuhl.
46805              
46806              More bytecompiler.
46807              
46808              Subject: [PATCH blead] B:: missing dependency
46809              
46810              Subject: [PATCH: 6757] configure.com updates and syslog build
46811              
46812              Long double Gconvert fixes from Yitzchak Scott-Thoennes
46813              and Spider Boardman.
46814              
46815              Subject: [PATCH blead] nextchar() abuse misses an optimisation
46816              
46817              Long double fixes from Spider Boardman.
46818              
46819              Make the selection of NVff et al stricter.
46820              
46821              cSVOPo_*v things index into the current PL_curpad
46822              under ithreads, which is different from the curpad
46823              used by the XSUB.  (In other words, the code as-is
46824              before this patch wouldn't work under ithreads.)
46825              
46826              Be portable.
46827              
46828              VMS MMS (make) wants null action.
46829              
46830              Mac and other portability updates from Chris Nandor.
46831              
46832              Storable support, v-version fixes.
46833              Subject: CPAN.pm beta for testing available
46834              
46835              Portability fix from Hugo van der Sanden.
46836              
46837              Bad makefile.
46838              
46839              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
46840              
46841              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
46842              
46843              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
46844              
46845              Replace #6705 with a minimal doc patch.
46846              Subject: [PATCH 5.6.0] replace change #6705
46847              
46848              Drop the separate perlbc, perlcc -b should be enough.
46849              
46850              installperl couldn't tell whether it had run tests or not.
46851              Subject: [PATCH] Re: installperl and t/TEST
46852              
46853              Add silencer flags to installperl.
46854              Subject: [PATCH] Making installperl silent.
46855              
46856              Make "make install" by default silent.  A new "install-verbose"
46857              target is verbose.
46858              
46859              More liberal parsing of version numbers.
46860              Subject: Re: CPAN.pm beta for testing available
46861              
46862              Create directories in silence.
46863              Subject: [PATCH] Another silencer for MakeMaker
46864              
46865              DOS patches and portability/porting notes, from Tim Jenness.
46866              
46867              Make installman to recognize the silence flag -S.
46868              
46869              Actually do something with the silencer option.
46870              
46871              Continue silencing.
46872              
46873              Show the doc file, not the temp file.
46874              
46875              Regen perltoc.
46876              
46877              Subject: [PATCH] More silencing of installman.
46878              
46879              Better wording for the vec lvalue diagnostic.
46880              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
46881              
46882              Subject: [PATCH: 6805] several more tweaks to configure.com
46883              
46884              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
46885              
46886              Missing parts of 
46887              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
46888              
46889              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
46890              (applied slightly modified)
46891              
46892              installperl --verbose and --silent.
46893              Subject: Re: [PATCH] More silencing of installman.
46894              
46895              Add install-silent target.
46896              
46897              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
46898              the problem reported in
46899              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
46900              
46901              Tweak the sfio/useperlio logic, hopefully as wished in
46902              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
46903              
46904              One forgotten file from #6816.
46905              
46906              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
46907              
46908              Remove duplicately applied patch shards.
46909              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
46910              
46911              Support preserving extremely big/small angles.
46912              
46913              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
46914              
46915              Subject: [PATCH] installation not quite silent yet.
46916              
46917              Update the test count.
46918              
46919              Use UVxf, PTR2UV, NVff.
46920              
46921              Document PTR2XX and INT2PTR.
46922              
46923              no-install target a la make -n.
46924              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
46925              
46926              grep -e isn't portable.
46927              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
46928              
46929              Can't get the test to reliably work thanks to the
46930              inaccurateness of floating point.  "Resolves" bug ids
46931              20000826.003, 20000826.009, 20000826.010,
46932              
46933              Subject: installman buglet
46934              
46935              DJGPP update from Laszlo Molnar.
46936              
46937              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
46938              
46939              Passing -R in ldflags makes now it to appear in the default
46940              for lddlflags, just like with -L.
46941              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
46942              
46943              Test nit.
46944              
46945              Use the actual thread type, not the pointer-to-struct.
46946              
46947              Provice virtual $Config{ccflags_nolargefiles} etc. 
46948              
46949              display_format used as a class method without arguments was broken,
46950              reported in
46951              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
46952              
46953              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
46954              
46955              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
46956              
46957              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
46958              
46959              opmini.o may be left around if a build is interrupted.
46960              
46961              Typo in #6858.
46962              
46963              Fix for ID 20000828.001, long doubles were not formatted
46964              correctly (showed up in $], which stopped installing perl).
46965              
46966              An attempt to fix the problem reported in
46967              Subject: Building perl@6856 using gcc/AIX 4.3.3 
46968              I can't test this properly since the gcc installation I have
46969              access to seems to be botched (gcc is calling the AIX cpp,
46970              a losing proposition...)
46971              
46972              Add -ld to archname on long tr...double platforms.
46973              
46974              Subject: hv.h Doc Patch
46975              
46976              Potential cruft.
46977              
46978              Subject: [PATCH bleedperl@6856] warnings fixes
46979              
46980              -S is the silent flag, -s is the strip flag.
46981              Subject: [PATCH] Re: [PATCH] make no-install          
46982              
46983              Take out the SUIDMAIL thing, that will not be
46984              a problem in 5.7.*.
46985              
46986              Subject: [PATCH bleedperl@6866] spellings
46987              
46988              Subject: [PATCH] Re: files not cleaned even by veryclean
46989              
46990              Use minimal @INC in tests, most of the time just '../lib',
46991              so that we simply can't pick up stuff from other Perls than
46992              the one we are testing.  Pointed out by
46993              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
46994              
46995              Update to Getopt::Long 2.24, from Johan Vromans.
46996              
46997              Fix for thinko in #6848.
46998              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
46999              
47000              Patches all over for people and the files they (hopefully) care about.
47001              
47002              Subject: Net::protoent does not export 'getproto'
47003              
47004              Missed a change in #6869.
47005              
47006              Subject: [PATCH] Warnings in B::Deparse
47007              
47008              Subject: [PATCH] Glob dumping
47009              
47010              Disable one of the tests for now.
47011              
47012              Disabling the one test is a bit tricky.
47013              
47014              Don't forget to tidy up.
47015              
47016              The #6881 removed one dump line.
47017              
47018              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
47019              
47020              Under usethreads the dumped variable is IN_PAD.
47021              Subject: Re: [PATCH] Glob dumping
47022              
47023              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
47024              
47025              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
47026              
47027              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
47028              
47029              Regen Configure for #6894.
47030              
47031              Subject: [PATCH: 6889] updates to perlebcdic.pod
47032              
47033              Undo namespace pollution of #6878.
47034              Subject: Re: Net::protoent does not export 'getproto'
47035              
47036              Admit that we are leaking scalars.
47037              
47038              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
47039      Branch: maint-5.6/perl
47040           !> (integrate 271 files)
47041 ____________________________________________________________________________
47042 [  7894] By: gsar                                  on 2000/11/27  16:00:34
47043         Log: a couple of nits
47044      Branch: maint-5.6/perl
47045            ! MANIFEST pp_sys.c
47046 ____________________________________________________________________________
47047 [  7893] By: gsar                                  on 2000/11/27  15:10:56
47048         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
47049              6740..6745,6747..6757,6760
47050              
47051              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
47052              
47053              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
47054              
47055              Doc nits spotted by Richard Soderberg.
47056              
47057              move WNOHANG definition to where other such things are
47058              
47059              Make $Config{byteorder} more magical so that it is
47060              dynamically computed: nice for 'fat binaries'.
47061              Subject: [PATCH]: default byteorder
47062              
47063              Subject: [PATCH] Cwd.pm now uses strict
47064              
47065              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
47066              
47067              Get -DLEAKTEST to compile (not necessarily to work, mind)
47068              Subject: [ID 20000724.006] -DLEAKTEST problem
47069              
47070              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
47071              
47072              Add perlebcdic from Peter Prymmer, regen toc.
47073              
47074              Don't propose using modules built for 5.005 if no binary
47075              compatibility with 5.005 is attempted.
47076              
47077              Do not use prototyping here.
47078              Subject: [ID 20000817.016] [PATCH] Peek.xs
47079              
47080              Document what the backtick returns if the command fails.
47081              
47082              Add byteorder to the myconfig output.
47083              
47084              Introduce NVef, NVff, and NVgf, use the middle one.
47085              (helps for lib/peek + Linux + long doubles)  Reported in
47086              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
47087              Use NVs in POSIX math, not doubles.
47088              Subject: [ID 20000817.014] POSIX & modfl
47089              
47090              Subject: [PATCH 5.6.0+] newSVrv() memory leak
47091              
47092              The byteorder code in #6671 was wrong.
47093              
47094              Fix the lib/complex failure of
47095              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
47096              Linux long double accuracy issue: something that
47097              when printed with %g looks like "2" but int() of it is 1.
47098              
47099              Propagate new Configure vars.
47100              
47101              Unbuffer the output.
47102              
47103              Subject: [PATCH] perltrap.pod spring cleaning
47104              
47105              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
47106              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
47107              
47108              Tiny Getopt::Long patch from Johan Vromans.
47109              
47110              Document code point which makes if (defined %stash::) to work
47111              (noted by Spider Boardman).
47112              
47113              Subject: [PATCH perl@6698] cygwin port
47114              
47115              Document the NDBM_File and ODBM_File as SDBM_File
47116              was documented in #6417.
47117              
47118              The new tests were missing from #6415.
47119              
47120              Add [[:blank:]] as suggested in
47121              Subject: [ID 20000716.024] [=cc=] / [:blank:]
47122              (the [=cc=] has already been taken care of by #6439
47123              so the whole bug report can be closed)
47124              and make [[:space:]] to be equivalent to isspace(3)
47125              (as opposed to \s, which is isSPACE()).  The difference
47126              is that now [[:space:]] matches the mythical vertical tab,
47127              while \s doesn't.
47128              
47129              Don't eat leading os from index entries.
47130              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
47131              
47132              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
47133              
47134              Typo in pp_complement().
47135              Subject: [PATCH perl-current] Deparse
47136              
47137              Add warnif(), check warnings further up the stack,
47138              all the warnings functions now can take an optional object reference.
47139              Subject: [PATCH bleedperl@6691] warnings pragma update
47140              
47141              Fix a core dump in lib/selfloader under -DDEBUGGING.
47142              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
47143              
47144              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
47145              
47146              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
47147              
47148              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
47149              Put back the long double avoidance code to POSIX.xs
47150              because VMS seems to need it still.
47151              
47152              Introduce a 'veryclean' target that is like 'distclean'
47153              but also removes *~ and *.orig.
47154              
47155              Subject: [ID 20000817.023] endianness description in perlfunc.pod
47156              
47157              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
47158              
47159              Let's try #6717 again.
47160              
47161              UTF8 concat fixes.
47162              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
47163              
47164              pp_open() could pass an uninitialized filename down to do_open9().
47165              
47166              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
47167              
47168              Update to CGI 2.72, from Lincoln Stein.
47169              
47170              Subject: [PATCH] Silence MakeMaker (Was: installman)
47171              
47172              Use temporary directory instead of current directory.
47173              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
47174              
47175              Document odd vs even subreleases and -Dusedevel.
47176              
47177              The veryclean target needs to clobber.
47178              
47179              Use File::Spec->tmpdir().
47180              
47181              Document the number of exponent digits.
47182              
47183              Mention perlebcdic and perlposix-bc.
47184              
47185              s/this one/the 5.6.0 release/
47186              
47187              The #6724 is here.
47188              
47189              The correct cleaning order is an art.
47190              
47191              small tweaks for change#6705: avoid C++ style comments in C code;
47192              use Perl's malloc API rather than the low level system one
47193              
47194              Array context keeps slithering in.
47195              
47196              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
47197              
47198              Subject: [PATCH] os2.c fix for use64bitint
47199              
47200              Update to Pod::LaTeX 0.53.
47201              Subject: [PATCH] lib/Pod/LaTeX.pm updates
47202              
47203              Document the endianness of Alpha more precisely.
47204              
47205              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
47206              
47207              Rename the macro argument because some preprocessors
47208              can't tell the difference and expand arguments also inside
47209              double quoted strings.
47210              
47211              free TLS slot properly on Windows
47212              
47213              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
47214              
47215              Unicos/mk requires elaborate paranoia.
47216              
47217              Tweak the floating point output routine preferences.
47218              
47219              Also under djgpp the timestamps are funky.
47220              
47221              Apply some PodParser 1.18 patches; the Pod/Find.pm
47222              patches cannot be applied since #6712 conflicts.
47223              
47224              Use PodParser 1.18 new test.
47225              
47226              A pod nit.
47227              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
47228              
47229              Be verydeepclean.
47230      Branch: maint-5.6/perl
47231           +> pod/perlebcdic.pod
47232           !> (integrate 106 files)
47233 ____________________________________________________________________________
47234 [  7892] By: jhi                                   on 2000/11/27  15:02:32
47235         Log: Update Changes.
47236      Branch: perl
47237            ! Changes patchlevel.h
47238 ____________________________________________________________________________
47239 [  7891] By: jhi                                   on 2000/11/27  14:57:23
47240         Log: Subject: Re: perlfaq style changes
47241              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47242              Date: Sat, 25 Nov 2000 23:32:26 -0800
47243              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
47244              
47245              plus a note from Ronald Kimball.
47246      Branch: perl
47247            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
47248 ____________________________________________________________________________
47249 [  7890] By: jhi                                   on 2000/11/27  14:53:14
47250         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
47251              From: Benjamin Holzman <bah@ecnvantage.com>
47252              Date: Sun, 26 Nov 2000 16:27:33 -0500
47253              Message-ID: <20001126162733.J25040@ecnvantage.com>
47254      Branch: perl
47255            ! gv.c
47256 ____________________________________________________________________________
47257 [  7889] By: jhi                                   on 2000/11/27  14:43:11
47258         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
47259              From: lvirden@cas.org
47260              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
47261              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
47262      Branch: perl
47263            ! README.amiga
47264 ____________________________________________________________________________
47265 [  7888] By: jhi                                   on 2000/11/27  14:32:34
47266         Log: Restore also the locale test to no-sprintf-taint state.
47267              Fixes the bug 20001127.003.
47268      Branch: perl
47269            ! sv.c t/pragma/locale.t
47270 ____________________________________________________________________________
47271 [  7887] By: gsar                                  on 2000/11/27  14:13:05
47272         Log: integrate changes#6613..6616,6620..6665 from mainline
47273              
47274              VMS configure.com update continues.
47275              
47276              Subject: Test fails / warnings with perl-current #6612
47277              
47278              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
47279              
47280              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
47281              
47282              For now remove the mail code.
47283              
47284              Subject: Re: [PATCH] @+, @- readonly
47285              
47286              Subject: warning: storage class after type is obsolescent
47287              
47288              Subject: sfio2000
47289              
47290              Subject: Re: File::Temp problems on VMS in bleedperl
47291              
47292              README.os2 update.
47293              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
47294              
47295              Make the user to give up his firstborn, err, to knowingly
47296              verify installing an unstable developer release.  Also bump
47297              the release to 5.7.0, but leave a patch tag in the local
47298              patches saying that this is not yet the real thing.
47299              
47300              Update (kinda) to Test 1.14, from Joshua Pritikin.
47301              
47302              make ok etc also for win32.
47303              
47304              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
47305              
47306              Don't blow limited stacks, a lower number is enough to
47307              tickle the lookbehind limit.
47308              
47309              Use -Dusedevel; regen Configure and the respective Porting stuff.
47310              
47311              Subject: [PATCH] debugger exit code should reflect user exit code
47312              
47313              Subject: [PATCH perl@6620] cygwin port
47314              
47315              Missed a file from #6638.
47316              
47317              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)
47318              
47319              magic callbacks all need to have same type signature
47320              
47321              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
47322              
47323              Fix a dependency problem.
47324              Subject: [PATCH: 6640] VMS Makefile.SH update
47325              
47326              The numeric locale was reset to "C" by s?printf and never restored.
47327              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
47328              No test since adding the failing example to locale.t
47329              does not fail -- probably because the locale settings are so
47330              thoroughly tweaked by that time.  Running the example standalone
47331              does fail, though.  UPDATE: test case added at change #7540.
47332              
47333              Subject: [ID 20000324.040] minor fix to perlhpux.pod
47334              
47335              Update to CPAN 1.57.
47336              
47337              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
47338              
47339              Change the perlbug address to perl.org since it's more forgiving.
47340              
47341              Change the regx compilation error markers to use = instead of <
47342              since pod makes using the latter quite messy.  Reported in
47343              ID 20000814.006 by Abigail and in
47344              Subject: Unknown escape E<> ?
47345              
47346              Update to perldebtut 1.9, from Richard Foley.
47347              
47348              check that the number pseudo children doesn't exceed
47349              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
47350              the WaitForMultipleObjects() limit that would cause wait()
47351              to crash)
47352              wait() and waitpid() could potentially be rewritten to use
47353              more than one thread to do the waiting to eliminate this
47354              limitation
47355              
47356              change#6328 could make close(SOCKET) return false on windows
47357              when it shouldn't
47358              
47359              pod nit seen in passing
47360              
47361              on windows, the return values from wait() and waitpid() don't
47362              match those of pseudo-pids
47363              
47364              waitpid() now handles externally spawned pids correctly;
47365              fixes for backtick/wait/waitpid failures on Windows 9x
47366              these changes make the pid returned by process functions on
47367              Windows 9x always positive by clearing the high bit (which
47368              is always set on Win9x); pseudo-process PIDs are likewise
47369              always negative now on Win9x (just as on NT/2000)
47370              
47371              trailing new %ENV entries weren't being pushed into the real
47372              environment of subprocesses on Windows
47373              
47374              Tweak the regex compilation errors once more.
47375              
47376              avoid warnings from dense compiler
47377              
47378              add "ok" targets from change#6632 in makefile.mk
47379      Branch: maint-5.6/perl
47380            - lib/Pod/PlainText.pm vms/configure.com
47381           !> (integrate 66 files)
47382 ____________________________________________________________________________
47383 [  7886] By: jhi                                   on 2000/11/27  13:54:18
47384         Log: __FUNCTION__ isn't portable and trying to emulate it leads
47385              into practically spelling out the name of the function.
47386              Takes care of the bug 20001127.001.
47387      Branch: perl
47388            ! perlio.c
47389 ____________________________________________________________________________
47390 [  7885] By: gsar                                  on 2000/11/27  13:53:18
47391         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
47392              6610..6611 from mainline
47393              
47394              Make regular expression parse error messages easier to understand.
47395              Subject: Re: enhanced(?) regex error messages
47396              
47397              Tiny tidying on report_evil_fh().
47398              
47399              Subject: Re: enhanced(?) regex error messages 
47400              plus Capitalize the error messages, plus perldiag them.
47401              
47402              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
47403              
47404              Document here-doc better.
47405              
47406              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
47407              
47408              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
47409              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
47410              (either perlbug or p5p ate the original), plus regen
47411              perlapi and perltoc. 
47412              
47413              Regen global.sym.
47414              
47415              Double check that we have a dirhandle.
47416              
47417              Subject: Re: enhanced(?) regex error messages
47418              (plus two small patches sent privately)
47419              (this still seems to leave few test failures)
47420              
47421              warn is a macro, avoid using at a variable to avoid warnings
47422              in some configurations; readdir.t is too conservative in
47423              estimating number of *.t's
47424              
47425              Get back into sync with Jeffrey on the enhanced regex warnings.
47426              
47427              Subject: [PATCH 5.6.0] cygwin port
47428              
47429              Zero entries were skipped, fix from Adrian Goalby
47430              <argoalby@yahoo.co.uk>
47431              
47432              Subject: Remove dead entry in perldiag
47433              
47434              Amend the description of Perl6.
47435              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
47436              
47437              detypo
47438              
47439              It's the 2ndO'ROSSC.
47440              
47441              Revert the sv.c part of #6559, a better fix is needed.
47442              
47443              Iterating perl6 description.
47444              
47445              Update to Term::ANSIColor 1.03, from Russ Allbery.
47446              
47447              Update to Getopt::Long 2.23_05, from Johan Vromans.
47448              
47449              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
47450              
47451              Update to Pod::Parser 1.17, from Brad Appleton.
47452              
47453              Update to CPAN 1.56, from Andreas König.
47454              
47455              Update to CGI 2.70, from Lincoln Stein.
47456              
47457              Put back the std @INC thing.
47458              
47459              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
47460              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
47461              
47462              Document the IO::Select timeout.
47463              
47464              sleep(1) does not necessarily return 1.
47465              Subject: [PATCH bleadperl] op/lex_assign.t  
47466              
47467              Subject: debugger "d" command doesnt check line number
47468              
47469              B::Deparse didn't do sub attributes.
47470              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
47471              
47472              Preprocessing and postprocessing for File::Find.
47473              Subject: Patch to Find::File.pm to allow alphabetical results
47474              
47475              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
47476              
47477              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
47478              
47479              Subject: Re: [ID 20000730.003] utf8::length() bad
47480              
47481              Subject: Getting perlio and threads to compile
47482              (the Solaris version changes in Configure skipped)
47483              
47484              Tests for #6589.
47485              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
47486              
47487              Add Perl debugging tutorial, regen toc. 
47488              Subject: perldebtut.pod
47489              
47490              Add a few missing files, update MANIFEST.
47491              
47492              Rewrite of vms/subconfigure.com as configure.com,
47493              from Peter Prymmer and the vmsperl crew.
47494              
47495              Should have deleted this in #6603.
47496              
47497              Fix the test for 5005threads.
47498              
47499              Fix-n-skip the tests under 5005threads.
47500              
47501              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
47502              
47503              Upgrade to CGI 2.71, from Lincoln Stein.
47504      Branch: maint-5.6/perl
47505           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
47506           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
47507           +> t/op/regmesg.t t/pod/find.t vms/configure.com
47508            - vms/subconfigure.com
47509            ! lib/lib.pm
47510           !> (integrate 115 files)
47511 ____________________________________________________________________________
47512 [  7884] By: jhi                                   on 2000/11/27  13:44:33
47513         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
47514              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
47515              Date:     Mon, 27 Nov 2000 08:23:54 EST
47516              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
47517      Branch: perl
47518            ! vms/descrip_mms.template vms/test.com
47519 ____________________________________________________________________________
47520 [  7883] By: gsar                                  on 2000/11/27  11:50:46
47521         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
47522              6511..6513,6515..6523,6525..6536
47523              
47524              The swallow_bom() saga continues.  The #23 of require.t
47525              (UTF16-LE) still fails (silently, no output) but the #22
47526              (UTF16-BE) seems to be working now.  The root of the
47527              failure may be in sv_gets(): is it UTF-16LE-aware,
47528              especially when it comes to line endings? 
47529              
47530              Document the problem with -P in HP-UX and its workaround.
47531              
47532              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
47533              (aka ID 20000730.002)
47534              
47535              Subject: fix and question re: waitpid() under win32
47536              
47537              Make the safety catch for buggy gccs work with triple version
47538              numbers like 2.95.2.  Reported in
47539              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
47540              
47541              In Digital UNIX warn if gcc explicitly chosen because even
47542              2.95.2 is known to cause problems.
47543              
47544              Make chr() for values >127 to create utf8 when under utf8.
47545              
47546              various syntax errors and such (not fixed: comp/require.t#22 coredump
47547              on Windows)
47548              
47549              Stash away the largefiles flags and libswanted.
47550              
47551              BOM patching from Simon Cozens.
47552              
47553              If gccosandvers is equal to osname, clear gccosandvers.
47554              
47555              Make p4desc to skip non-mainperl branches by default.
47556              
47557              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
47558              
47559              The test from this
47560              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
47561              
47562              In new BSDs changes to argv[] do not show up in ps(1) output,
47563              instead one must use setproctitle().  This was already addressed
47564              by change #6457, but the below has a new variant for FreeBSD 4.0
47565              or later, and the matter is also documented more.
47566              
47567              FreeBSD 3.* updates from
47568              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
47569              
47570              regen_headers, regen perltoc.
47571              
47572              Document in one place the memory abstractions used in Perl core.
47573              
47574              memcpy has n o in it, as pinted ut by Sarathy.
47575              
47576              Remove the extraneous "main::" prefix from all the
47577              "opened only for", "on closed", and "never opened" warnings.
47578              
47579              The name of a filehandle does not have <these>.
47580              
47581              The tr utf8 patching continues.
47582              
47583              The new setproctitle() feature is available only in 
47584              bleeding edge FreeBSD.  From Paul Saab.
47585              
47586              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
47587              
47588              Dump UVs as UVs in Data::Dumper.
47589              
47590              detypo #6494
47591              
47592              Document the IVdf UVuf UVof UVxf.
47593              
47594              require.t needs binmode() to work on windows
47595              
47596              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
47597              that are hopefully soon put into use.
47598              
47599              Allow "no Module;" even if there is no 'unimport'.
47600              
47601              Better skip message for the test; one of the two problems in
47602              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
47603              
47604              The subtest 4 may fail also on VOBS, as pointed out
47605              by Nick Ing-Simmons in November 1999, bug id 19991124.003
47606              (but the failure in that bug report isn't the subtest 4).
47607              
47608              Be more informative on what is skipped and why,
47609              also repeat the list at the end.
47610              
47611              Add a URL for FSF.
47612              
47613              Subject: [PATCH] sv.h documentation - SvLEN
47614              
47615              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
47616              
47617              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
47618              
47619              Subject: [PATCH] bad cppsymbols on os2 + Configure question
47620              
47621              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
47622              
47623              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
47624              mention the idea of @( and @)
47625              
47626              This is 6512.  Really.
47627              
47628              Subject: [ID 19990721.004] Documentation bug in perlfunc
47629              
47630              Subject: Minor tweak to perlvar.pod
47631              
47632              In the warnings call filehandles consistently so;
47633              add "unopened" warning for stat().
47634              
47635              After the #6519 a warning about stat() is just that,
47636              not about a filetest, which now have their own warning.
47637              
47638              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
47639              
47640              Subject: Re: Array vs. List context
47641              
47642              Subject: New perlcc, take 2
47643              
47644              Weed buglets pointed out by
47645              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
47646              
47647              gcc versions might have (parentheses) in them.
47648              
47649              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
47650              
47651              Essential prototype changes were missing from #6527.
47652              Also make report_evil_fh() more bomb-proof.
47653              
47654              Zap lib/Sys directory when cleaning up.
47655              
47656              Change the Policy policy: now -Dprefix= with an existing
47657              Policy.sh and prefix == siteprefix == vendorprefix, then all
47658              of them follow along the new prefix.
47659              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
47660              
47661              Continue fixing the io warnings.  This also
47662              sort of fixes bug ID 20000802.003: the core dump
47663              is no more.  Whether the current behaviour is correct
47664              (giving a warning: "Not a format reference"), is another matter.
47665              
47666              Have symbols for the IoTYPEs.
47667              
47668              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
47669              
47670              Document a bit that UDP is not what you might think.
47671              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
47672              tr memory corruption fix from Simon Cozens.
47673              
47674              Plug the security hole described in the Aug 05 2000 bugtraq message
47675              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
47676              The security hole exists only in suidperls, which isn't
47677              installed or even built by default.
47678      Branch: maint-5.6/perl
47679           !> (integrate 71 files)
47680 ____________________________________________________________________________
47681 [  7882] By: gsar                                  on 2000/11/27  10:25:36
47682         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
47683              from mainline
47684              
47685              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
47686              to be fatal errors (instead of by default ignoring them, and
47687              ignoring with a bug: even though -w gave an error, the opening [
47688              was left in)  Reported in:
47689              
47690              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
47691              
47692              Subject: [PATCH] split /^/
47693              
47694              MacOS nits from Matthias Neeracher.
47695              
47696              More split() doc and test patches from Mike Guy.
47697              
47698              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
47699              from Graham Barr in the module list.
47700              
47701              docfix from Peter Scott <Peter@PSDT.com>.
47702              
47703              File::Temp patches for VMS and OS/2 from Tim Jenness.
47704              
47705              open() wariness in perlbug.
47706              
47707              Subject: [PATCH] minor doc change - perlguts
47708              
47709              Subject: Minor doc patch: handy.h
47710              
47711              Be wary of close()s, too.
47712              
47713              Further File::Temp patches from Yitzchak Scott-Thoennes
47714              and Craig A. Berry.
47715              
47716              Subject: [PATCH] fixes bug 20000508.004
47717              
47718              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
47719              
47720              Allow "no AutoLoader;", based on change #6444,
47721              suggested by Graham Barr.
47722              
47723              Use setproctitle() if available to modify $0.
47724              
47725              Warn if the version of the operating system used to compile gcc
47726              differs from the current version of the operating system.
47727              Also display the gcc compilation os and version in myconfig.
47728              Inspiration from
47729              
47730              Tiny fixes for #6460.
47731              
47732              The problem described in this
47733              Subject: [ID 20000322.018] named chars aren't magical enough
47734              has been fixed in perl 5.6.0 but just in case added a test
47735              to keep it away.  (The report from Joseph Hall.)
47736              
47737              Tune the comments and hopefully stop a memory leak.
47738              
47739              Subject: UTF8 concat
47740              (with a memory leak fixed, plus a few casts added)
47741              This also seems to help for
47742              Subject: [ID 20000716.015] join UTF8 weirdness
47743              
47744              Do not upgrade SVs into utf8 just because they participate
47745              in eq or cmp.  Reported and fix suggested in
47746              Subject: [ID 20000720.009] sv_eq UTF8 bug
47747              
47748              Fix the HALF_UPGRADE() macro introduced in #6263.
47749              
47750              Find green threads before native threads.
47751              Subject: Re: Patch to jpl/JNI/Makefile.PL
47752      Branch: maint-5.6/perl
47753           !> (integrate 30 files)
47754 ____________________________________________________________________________
47755 [  7881] By: jhi                                   on 2000/11/27  05:48:41
47756         Log: It seems that *both* the unused submatch loop cleanup
47757              codes are needed.
47758      Branch: perl
47759            ! regexec.c
47760 ____________________________________________________________________________
47761 [  7880] By: jhi                                   on 2000/11/27  04:50:07
47762         Log: Clean .exists deeper.
47763      Branch: perl
47764            ! Makefile.SH
47765 ____________________________________________________________________________
47766 [  7879] By: jhi                                   on 2000/11/27  02:31:35
47767         Log: The code in regcppop() (see #7878) contains the correct lower
47768              limit for the unused submatch 'cleanup' loop so that under
47769              "use utf8" the following code wouldn't dump core:
47770              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
47771              the cleanup loop in regtry() stomped beyond allocated area
47772              in the startp[] array.  Therefore, copied the correct lower
47773              loop limit (*PL_reglastparen) to regtry().  Note: something
47774              may still not be quite right: why was the _higher_ loop limit
47775              (prog->nparens) different in the utf8 case?
47776              
47777              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
47778              without core dumps, there were about 17 of them before
47779              the patch (with us since Perl 5.7.0).  Two failures, still:
47780              496 and 505 (though these may not be severe).
47781              
47782              Patch #7881 is also needed since both the cleanup loops
47783              seem to be needed.
47784              
47785              Also, the t/op/pat#44 seems to core dump under utf8.
47786              Plus a couple of failures.  UGH-8.
47787      Branch: perl
47788            ! regexec.c
47789 ____________________________________________________________________________
47790 [  7878] By: jhi                                   on 2000/11/27  02:21:17
47791         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
47792              the code in regcppop() seems to be redundant for the test suite --
47793              but it contains a germ of truth, and it needed for the build
47794              process itself: see #7879 and #7881.
47795      Branch: perl
47796            ! regexec.c
47797 ____________________________________________________________________________
47798 [  7877] By: jhi                                   on 2000/11/27  01:53:09
47799         Log: Comment on comment.
47800      Branch: perl
47801            ! regexec.c
47802 ____________________________________________________________________________
47803 [  7876] By: jhi                                   on 2000/11/27  00:49:59
47804         Log: Adjust the docs to agree with #7875.
47805      Branch: perl
47806            ! pod/perllocale.pod
47807 ____________________________________________________________________________
47808 [  7875] By: jhi                                   on 2000/11/27  00:49:27
47809         Log: Retract #7863.  It makes more sense not to taint formatted output,
47810              not even by sprintf().
47811      Branch: perl
47812            ! sv.c
47813 ____________________________________________________________________________
47814 [  7874] By: jhi                                   on 2000/11/26  23:36:02
47815         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
47816              Not really fixed (should really dump the UTF-8 charclass),
47817              but stopped displaying the garbage.
47818              
47819              Also add a note on the (missing) Unicode PSXSPC and BLANK.
47820      Branch: perl
47821            ! regcomp.c
47822 ____________________________________________________________________________
47823 [  7873] By: jhi                                   on 2000/11/26  21:31:13
47824         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
47825      Branch: perl
47826            ! regexec.c
47827 ____________________________________________________________________________
47828 [  7872] By: jhi                                   on 2000/11/26  21:06:04
47829         Log: No need to scan till infinity, 13 is enough.
47830      Branch: perl
47831            ! handy.h utf8.c
47832 ____________________________________________________________________________
47833 [  7871] By: jhi                                   on 2000/11/26  20:20:32
47834         Log: Test line numbers are different with utf8.
47835      Branch: perl
47836            ! t/op/re_tests
47837 ____________________________________________________________________________
47838 [  7870] By: jhi                                   on 2000/11/26  20:10:12
47839         Log: Message nit.
47840      Branch: perl
47841            ! regcomp.c
47842 ____________________________________________________________________________
47843 [  7869] By: jhi                                   on 2000/11/26  19:01:05
47844         Log: Make utf8_length() and utf8_distance() (the latter of which
47845              is unused at the moment) to be less forgiving about bad UTF-8.
47846      Branch: perl
47847            ! embed.h embed.pl objXSUB.h proto.h utf8.c
47848 ____________________________________________________________________________
47849 [  7868] By: jhi                                   on 2000/11/26  18:45:56
47850         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
47851              From: Benjamin Holzman <bah@ecnvantage.com>
47852              Date: Sat, 25 Nov 2000 20:40:20 -0500       
47853              Message-ID: <20001125204020.A25040@ecnvantage.com>              
47854              
47855              Debian allows installing /usr/bin/locale without installing
47856              any locales, an error message will ensue.
47857      Branch: perl
47858            ! t/pragma/locale.t
47859 ____________________________________________________________________________
47860 [  7867] By: jhi                                   on 2000/11/26  18:31:12
47861         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
47862              From: Benjamin Holzman <bah@ecnvantage.com>
47863              Date: Sun, 26 Nov 2000 02:42:34 -0500
47864              Message-ID: <20001126024234.G25040@ecnvantage.com>
47865              
47866              Patch for the bug 20000212.002.
47867      Branch: perl
47868            ! sv.c t/op/array.t
47869 ____________________________________________________________________________
47870 [  7866] By: jhi                                   on 2000/11/26  18:28:09
47871         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
47872              From: Tim Jenness <t.jenness@jach.hawaii.edu>
47873              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
47874              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
47875              
47876              File::Temp 0.11.
47877      Branch: perl
47878            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
47879 ____________________________________________________________________________
47880 [  7865] By: jhi                                   on 2000/11/26  18:24:22
47881         Log: The metaconfig unit change for #7864.
47882      Branch: metaconfig/U/perl
47883            ! need_va_copy.U
47884 ____________________________________________________________________________
47885 [  7864] By: jhi                                   on 2000/11/26  18:23:41
47886         Log: Make the va_copy() test not to be so talkative.
47887      Branch: perl
47888            ! Configure config_h.SH
47889 ____________________________________________________________________________
47890 [  7863] By: jhi                                   on 2000/11/26  18:11:02
47891         Log: Fix locale inconsistencies unearthed by Hugo's work.
47892              Now the floating point sprintf really does taint the result
47893              string as perllocale promises (has promised for a long time)
47894              if "use locale" is in the lexical scope.
47895      Branch: perl
47896            ! sv.c t/pragma/locale.t
47897 ____________________________________________________________________________
47898 [  7862] By: jhi                                   on 2000/11/26  00:35:15
47899         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
47900              From: Nicholas Clark <nick@ccl4.org>
47901              Date: Sun, 26 Nov 2000 00:07:50 +0000
47902              Message-ID: <20001126000750.A22446@plum.flirble.org>
47903              
47904              Infinit.
47905      Branch: perl
47906            ! sv.c
47907 ____________________________________________________________________________
47908 [  7861] By: jhi                                   on 2000/11/26  00:01:26
47909         Log: Integrate perlio.
47910      Branch: perl
47911           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
47912 ____________________________________________________________________________
47913 [  7860] By: nick                                  on 2000/11/25  22:04:17
47914         Log: Correct relative path from new ext\Filter\Util\Call location
47915              back to miniperl.
47916      Branch: perlio
47917            ! win32/makefile.mk
47918 ____________________________________________________________________________
47919 [  7859] By: nick                                  on 2000/11/25  21:26:54
47920         Log: Integrate mainline.
47921      Branch: perlio
47922           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
47923           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
47924           +> t/lib/filter-util.t
47925            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
47926            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
47927            - t/lib/filt-util.t
47928           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
47929           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
47930           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
47931           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
47932           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
47933           !> win32/makefile.mk
47934 ____________________________________________________________________________
47935 [  7858] By: gsar                                  on 2000/11/25  20:52:17
47936         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
47937              parent's memory; fix it by keeping track of the actual pad
47938              offset rather than a raw pointer (this change is probably also
47939              relevant to non-ithreads case to avoid fallout from reallocs of
47940              the pad array, but is currently only enabled for the ithreads
47941              case in the interests of minimal disruption to existing "well
47942              tested" code)
47943      Branch: perl
47944            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
47945            ! proto.h scope.c scope.h sv.c t/op/fork.t
47946 ____________________________________________________________________________
47947 [  7857] By: nick                                  on 2000/11/25  20:01:28
47948         Log: All tests pass on Win32/gcc/USE_PERLIO.
47949              - when crlf layer is pushed make unix-level binary.
47950              - remove :crlf injection in pp_backtick in pp_sys.c
47951              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
47952      Branch: perlio
47953            ! doio.c perlio.c pp_sys.c win32/makefile.mk
47954 ____________________________________________________________________________
47955 [  7856] By: jhi                                   on 2000/11/25  18:38:30
47956         Log: Update the metaconfig units for #7855.
47957      Branch: metaconfig/U/perl
47958            ! useperlio.U usesocks.U
47959 ____________________________________________________________________________
47960 [  7855] By: jhi                                   on 2000/11/25  18:37:54
47961         Log: Undo the SOCKS workarounds, instead start using PerlIO
47962              if SOCKS is selected.
47963              
47964              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
47965              From: Jens Hamisch <jens@Strawberry.COM>
47966              Date: Fri, 24 Nov 2000 18:31:30 +0100
47967              Message-ID: <20001124183130.E28337@Strawberry.COM>
47968              
47969              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
47970              From: Jens Hamisch <jens@Strawberry.COM>
47971              Date: Fri, 24 Nov 2000 19:11:51 +0100
47972              Message-ID: <20001124191151.A28753@Strawberry.COM>
47973      Branch: perl
47974            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
47975            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
47976 ____________________________________________________________________________
47977 [  7854] By: jhi                                   on 2000/11/25  17:39:08
47978         Log: Undo #7848.  Some of the code seems to use walkoptree(),
47979              some walkoptree_slow().  An unfinished renaming?
47980              Now the sub is walkoptree() (which is @EXPORT_OK),
47981              the walkoptree_slow() is a typeglob alias to walkoptree.
47982              This makes the tests to pass, at least.
47983      Branch: perl
47984            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
47985 ____________________________________________________________________________
47986 [  7853] By: nick                                  on 2000/11/24  22:24:33
47987         Log: Re-arrange crlf vs binary for platforms that care.
47988              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
47989              Lip-service to making stdio layer work on such platfroms (untested).
47990              Now fails 3 tests rather than one, checkin to see if I can debug 
47991              the issue under linux. (Do not merge.)
47992      Branch: perlio
47993            ! doio.c perlio.c perliol.h
47994 ____________________________________________________________________________
47995 [  7852] By: jhi                                   on 2000/11/24  18:57:39
47996         Log: AUTHORS edits.
47997      Branch: perl
47998            ! AUTHORS
47999 ____________________________________________________________________________
48000 [  7851] By: jhi                                   on 2000/11/24  17:34:56
48001         Log: Add Jan-Erik Karlsson.
48002      Branch: perl
48003            ! AUTHORS
48004 ____________________________________________________________________________
48005 [  7850] By: jhi                                   on 2000/11/24  17:27:56
48006         Log: Configure should find stdchar on its own.
48007      Branch: perl
48008            ! hints/solaris_2.sh
48009 ____________________________________________________________________________
48010 [  7849] By: jhi                                   on 2000/11/24  17:24:55
48011         Log: Subject: PATCH over 7848: Filter test flawed
48012              From: andreas.koenig@anima.de (Andreas J. Koenig)
48013              Date: 24 Nov 2000 10:28:29 +0100
48014              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
48015      Branch: perl
48016            ! t/lib/filter-util.t
48017 ____________________________________________________________________________
48018 [  7848] By: jhi                                   on 2000/11/24  17:22:15
48019         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
48020              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
48021              Date: Fri, 24 Nov 2000 16:12:58 +0000
48022              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
48023      Branch: perl
48024            ! ext/B/B.pm
48025 ____________________________________________________________________________
48026 [  7847] By: jhi                                   on 2000/11/24  03:07:01
48027         Log: Integrate perlio.
48028      Branch: perl
48029           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
48030           !> win32/makefile.mk
48031 ____________________________________________________________________________
48032 [  7846] By: gsar                                  on 2000/11/24  00:55:57
48033         Log: integrate changes#6415..6418,6420..6438 from mainline
48034              
48035              Fix the bitvector ops for utf8 (tricky since past 7 bits
48036              the utf8 'characters' can be more than one octet).
48037              
48038              MPE/ix updates for perl 5.6.0 from Mark Bixby.
48039              
48040              Subject: SDBM_File documentation
48041              
48042              Detypo.
48043              
48044              Decutandpasto.
48045              
48046              Send all installperl messages to STDERR and be -w clean.
48047              
48048              Out-of-date note removed.
48049              
48050              Protect against "wild next"s, that is, callbacks doing "next"
48051              instead of "return".
48052              
48053              Use STDOUT consistently.
48054              
48055              The output might have been produced in the wrong order.
48056              
48057              A missing 'break' after the [[:space:]] switch case.
48058              
48059              Add tests for
48060              [ID 19991110.003] another matching finding by pcre author
48061              which has already been fixed by some patch, as verified in
48062              
48063              Documentation to explain the behaviour of map().
48064              
48065              Add an optimization for map-maps-a-list-element-to-more-list-elements
48066              case, but add also notes explaining the relationship of this
48067              patch and the earlier notes by Sarathy.
48068              
48069              Subject: [ID 20000716.023] syslog test fails without sockets
48070              
48071              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
48072              Test cases for #6431.
48073              
48074              File::Spec::VMS fixup for tmpdir from Craig Berry.
48075              
48076              Make the "uninit variable" warning to say "concat or string"
48077              or "join or string" when in concat or join .
48078              
48079              Get UTF16 BOMs working.  Patch from
48080              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
48081              
48082              Subject: [PATCH] Make large file tests deal with SIGXFSZ
48083              
48084              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
48085              
48086              Subject: [PATCH] av.c apidoc
48087      Branch: maint-5.6/perl
48088           !> (integrate 43 files)
48089 ____________________________________________________________________________
48090 [  7845] By: gsar                                  on 2000/11/24  00:20:45
48091         Log: integrate changes#6406..6414 from mainline
48092              
48093              Merge perlhacktut into perlhack, update perlguts.
48094              
48095              Fix AutoSplit to use File::Spec the right way in VMS,
48096              from Peter Prymmer.
48097              
48098              The bug report
48099              [ID 19991110.002] minimal matching discrepancy found by pcre author
48100              seems to have been fixed (though differently from what was suggested
48101              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
48102              
48103              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
48104              not in pod, from Peter Prymmer
48105              
48106              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
48107              From: Hugo <hv@crypt.compulink.co.uk>
48108              Date: Fri, 14 Jul 2000 23:05:20 +0100
48109              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
48110              
48111              Didn't anymore apply, but that point still could use another fix.
48112              
48113              lib/b test fixes from Peter Prymmer.
48114              
48115              More docs for sv functions.
48116              
48117              perlvms.pod whitespace cleanup to keep pod utils happy.
48118              
48119              another VMS build tweak from Peter Prymmer
48120      Branch: maint-5.6/perl
48121           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
48122           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
48123           !> vms/descrip_mms.template vms/perlvms.pod
48124 ____________________________________________________________________________
48125 [  7844] By: nick                                  on 2000/11/23  23:42:45
48126         Log: Win32/perlio Now just fails one io/argv.t test - lack 
48127              of default :crlf on standard streams.
48128      Branch: perlio
48129            ! doio.c perlio.c
48130 ____________________________________________________________________________
48131 [  7843] By: nick                                  on 2000/11/23  23:04:05
48132         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
48133              peek fail is showing a real problem (multiple crlf layers
48134              are getting pushed.)
48135      Branch: perlio
48136            ! doio.c perlio.c win32/makefile.mk
48137 ____________________________________________________________________________
48138 [  7842] By: nick                                  on 2000/11/23  19:46:23
48139         Log: Implement PerlIO_binmode()
48140              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
48141              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
48142              make binmode in t/lib/io_tell.t unconditional so that works.
48143              Checkin just so Win32 machine can see these changes.
48144      Branch: perlio
48145            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
48146 ____________________________________________________________________________
48147 [  7841] By: jhi                                   on 2000/11/23  19:30:00
48148         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
48149      Branch: perl
48150            ! README.amiga
48151 ____________________________________________________________________________
48152 [  7840] By: jhi                                   on 2000/11/23  17:18:02
48153         Log: SOCKS wrestling continues, patches from Jens Hamisch.
48154      Branch: perl
48155            ! doio.c embed.h embed.pl perlsdio.h proto.h
48156 ____________________________________________________________________________
48157 [  7839] By: jhi                                   on 2000/11/23  16:54:14
48158         Log: Push Filter::Util::Call one level deeper.
48159      Branch: perl
48160            + t/lib/filter-util.t
48161           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
48162           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
48163            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
48164            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
48165            - t/lib/filt-util.t
48166            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
48167            ! win32/Makefile win32/makefile.mk
48168 ____________________________________________________________________________
48169 [  7838] By: jhi                                   on 2000/11/23  16:52:40
48170         Log: Reach back one higher up when searching for PERL_SRC.
48171      Branch: perl
48172            ! lib/ExtUtils/MM_Unix.pm
48173 ____________________________________________________________________________
48174 [  7837] By: jhi                                   on 2000/11/23  16:05:41
48175         Log: Subject: Re: perl@7826
48176              Date: Thu, 23 Nov 2000 02:20:25 -0600
48177              From: "Craig A. Berry" <craigberry@mac.com>
48178              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
48179              
48180              Make VMS to like Filter::Util::Call. 
48181      Branch: perl
48182            ! configure.com ext/Filter/Util/Makefile.PL
48183 ____________________________________________________________________________
48184 [  7836] By: nick                                  on 2000/11/23  16:04:08
48185         Log: Implement crlf layer - not ready for merge.
48186      Branch: perlio
48187            ! perlio.c win32/makefile.mk
48188 ____________________________________________________________________________
48189 [  7835] By: jhi                                   on 2000/11/23  15:56:52
48190         Log: STDCHAR is different in Sparc v9 vs x86.
48191      Branch: perl
48192            ! hints/solaris_2.sh
48193 ____________________________________________________________________________
48194 [  7834] By: jhi                                   on 2000/11/23  15:50:47
48195         Log: The type needs to be visible to protos.
48196      Branch: perl
48197            ! perl.h
48198 ____________________________________________________________________________
48199 [  7833] By: jhi                                   on 2000/11/23  15:40:46
48200         Log: Finish unfinished SOCKS workaround changes.
48201      Branch: perl
48202            ! doio.c
48203 ____________________________________________________________________________
48204 [  7832] By: jhi                                   on 2000/11/23  15:33:30
48205         Log: Integrate perlio.
48206      Branch: perl
48207           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
48208           !> win32/makefile.mk
48209 ____________________________________________________________________________
48210 [  7831] By: nick                                  on 2000/11/23  10:31:07
48211         Log: Correct makefile.mk dependancies for ext/Filter/Util
48212              Build ext/Encode
48213              Run dmake regen_config_h
48214      Branch: perlio
48215            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
48216            ! win32/makefile.mk
48217 ____________________________________________________________________________
48218 [  7830] By: nick                                  on 2000/11/23  08:05:07
48219         Log: Integrate mainline
48220      Branch: perlio
48221           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
48222           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
48223           +> t/lib/filt-util.pl t/lib/filt-util.t
48224           !> (integrate 41 files)
48225 ____________________________________________________________________________
48226 [  7829] By: gsar                                  on 2000/11/23  03:07:11
48227         Log: build the Filter extension on windows
48228      Branch: perl
48229            ! win32/Makefile win32/makefile.mk
48230 ____________________________________________________________________________
48231 [  7828] By: gsar                                  on 2000/11/23  02:46:35
48232         Log: regenerate win32/config* and fix some inconsistencies in the
48233              makefiles; always export Perl_deb() because it is needed
48234              by ext/re/* (whether perl itself is built with -DDEBUGGING
48235              or not)
48236      Branch: perl
48237            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
48238            ! win32/config_H.vc win32/makefile.mk
48239 ____________________________________________________________________________
48240 [  7827] By: gsar                                  on 2000/11/23  02:18:38
48241         Log: get sources building on windows+MSVC again (untested with other
48242              compilers)
48243      Branch: perl
48244            ! win32/include/sys/socket.h win32/perllib.c
48245 ____________________________________________________________________________
48246 [  7826] By: jhi                                   on 2000/11/23  01:18:26
48247         Log: Update Changes.
48248      Branch: perl
48249            ! Changes patchlevel.h
48250 ____________________________________________________________________________
48251 [  7825] By: jhi                                   on 2000/11/23  00:20:41
48252         Log: Subject: Re: av.c patch (having slight problems)
48253              From: "Ben Tilly" <ben_tilly@hotmail.com>
48254              Date: Tue, 21 Nov 2000 23:29:31 -0500
48255              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
48256              
48257              unshift() speedup.
48258      Branch: perl
48259            ! av.c
48260 ____________________________________________________________________________
48261 [  7824] By: jhi                                   on 2000/11/22  23:59:15
48262         Log: Fixes for signedness warnings noticed by VMSperlers.
48263      Branch: perl
48264            ! ext/Storable/Storable.xs regcomp.c sv.c
48265 ____________________________________________________________________________
48266 [  7823] By: jhi                                   on 2000/11/22  23:19:31
48267         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
48268              From: Peter Prymmer <pvhp@forte.com>
48269              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
48270              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
48271      Branch: perl
48272            ! t/pragma/warn/pp_hot
48273 ____________________________________________________________________________
48274 [  7822] By: jhi                                   on 2000/11/22  22:52:20
48275         Log: Be clean.
48276      Branch: perl
48277            ! Makefile.SH
48278 ____________________________________________________________________________
48279 [  7821] By: jhi                                   on 2000/11/22  22:46:39
48280         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
48281              by Damian Conway, as suggested by Paul Marquess.
48282      Branch: perl
48283            + lib/Filter/Simple.pm
48284 ____________________________________________________________________________
48285 [  7820] By: jhi                                   on 2000/11/22  22:45:51
48286         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
48287      Branch: perl
48288            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
48289            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
48290            + t/lib/filt-util.t
48291            ! MANIFEST
48292 ____________________________________________________________________________
48293 [  7819] By: jhi                                   on 2000/11/22  22:03:27
48294         Log: Integrate perlio.
48295      Branch: perl
48296           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
48297           !> win32/makefile.mk
48298 ____________________________________________________________________________
48299 [  7818] By: jhi                                   on 2000/11/22  21:56:02
48300         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
48301      Branch: perl
48302            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
48303            ! t/lib/io_sock.t
48304 ____________________________________________________________________________
48305 [  7817] By: jhi                                   on 2000/11/22  21:39:49
48306         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
48307              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48308              Date: Wed, 22 Nov 2000 16:08:12 -0500
48309              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
48310      Branch: perl
48311            ! lib/ExtUtils/Liblist.pm
48312 ____________________________________________________________________________
48313 [  7816] By: jhi                                   on 2000/11/22  21:38:25
48314         Log: Go ahead and #include <unistd.h> in perl.h.
48315      Branch: perl
48316            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
48317            ! util.c
48318 ____________________________________________________________________________
48319 [  7815] By: jhi                                   on 2000/11/22  21:22:52
48320         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
48321              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48322              Date: Mon, 20 Nov 2000 18:30:52 -0500
48323              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
48324      Branch: perl
48325            ! pod/perlre.pod regcomp.c t/op/re_tests
48326 ____________________________________________________________________________
48327 [  7814] By: jhi                                   on 2000/11/22  21:21:46
48328         Log: Subject: [PATCH 5.7.0] Liblist finally works
48329              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48330              Date: Tue, 21 Nov 2000 22:02:17 -0500
48331              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
48332      Branch: perl
48333            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
48334            ! lib/ExtUtils/MakeMaker.pm
48335 ____________________________________________________________________________
48336 [  7813] By: jhi                                   on 2000/11/22  21:20:23
48337         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
48338              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48339              Date: Wed, 22 Nov 2000 17:53:15 +0100
48340              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
48341              
48342              AIX dynaloader and perlio patch.
48343      Branch: perl
48344            ! ext/DynaLoader/dl_aix.xs
48345 ____________________________________________________________________________
48346 [  7812] By: jhi                                   on 2000/11/22  21:17:52
48347         Log: (Accidentally empty patch.)
48348      Branch: perl
48349            ! av.c
48350 ____________________________________________________________________________
48351 [  7811] By: jhi                                   on 2000/11/22  21:16:31
48352         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
48353              From: Peter Prymmer <pvhp@forte.com>
48354              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
48355              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
48356      Branch: perl
48357            ! vms/test.com
48358 ____________________________________________________________________________
48359 [  7810] By: jhi                                   on 2000/11/22  21:15:36
48360         Log: Subject: Re: perl@7777 
48361              From: "John P. Linderman" <jpl@research.att.com>
48362              Date: Wed, 22 Nov 2000 13:11:11 -0500
48363              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
48364              
48365              Detypoing.
48366      Branch: perl
48367            ! lib/CPAN.pm
48368 ____________________________________________________________________________
48369 [  7809] By: jhi                                   on 2000/11/22  21:14:19
48370         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
48371              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
48372              Date:     Wed, 22 Nov 2000 13:51:37 EST
48373              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
48374      Branch: perl
48375            ! perlsdio.h
48376 ____________________________________________________________________________
48377 [  7808] By: jhi                                   on 2000/11/22  21:13:27
48378         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
48379              From: Casey Tweten <crt@kiski.net>
48380              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
48381              Message-Id: <200011201653.LAA10194@home.kiski.net>
48382      Branch: perl
48383            ! t/lib/io_udp.t
48384 ____________________________________________________________________________
48385 [  7807] By: jhi                                   on 2000/11/22  21:12:35
48386         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
48387              From: Casey Tweten <crt@kiski.net>
48388              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
48389              Message-Id: <200011201636.LAA07227@home.kiski.net>
48390      Branch: perl
48391            ! t/lib/io_sock.t
48392 ____________________________________________________________________________
48393 [  7806] By: jhi                                   on 2000/11/22  21:10:59
48394         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
48395              From: "Casey R. Tweten" <crt@kiski.net>
48396              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
48397              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
48398      Branch: perl
48399            ! utils/h2xs.PL
48400 ____________________________________________________________________________
48401 [  7805] By: nick                                  on 2000/11/22  21:05:06
48402         Log: Integrate mainline
48403      Branch: perlio
48404           !> Changes Porting/genlog ext/DB_File/DB_File.xs
48405           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
48406           !> utils/perlbug.PL
48407 ____________________________________________________________________________
48408 [  7804] By: jhi                                   on 2000/11/22  21:01:12
48409         Log: Subject: [PATCH] Test.pm POD peculiarity
48410              From: "Casey R. Tweten" <crt@kiski.net>
48411              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
48412              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
48413      Branch: perl
48414            ! lib/Test.pm
48415 ____________________________________________________________________________
48416 [  7803] By: jhi                                   on 2000/11/22  20:59:59
48417         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
48418              From: "Philip Newton" <pnewton@gmx.de>
48419              Date: Wed, 22 Nov 2000 14:25:53 +0100
48420              Message-Id: <3A1BD771.25462.1939FAD@localhost>
48421              
48422              Be case-understanding also on 's', and use the -oi of sendmail
48423              not to terminate the transmission on a lone '.'.
48424      Branch: perl
48425            ! utils/perlbug.PL
48426 ____________________________________________________________________________
48427 [  7802] By: nick                                  on 2000/11/22  20:51:42
48428         Log: Win32 PerlIO intermediate state now working as expected.
48429              - In current state we are still using C runtime in text/binary
48430              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
48431              - PERLIO=stdio and PERLIO=unix pass all expected tests.
48432              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
48433              and PerlIO_seek() and the dummy crlf layer is not making adjustments
48434              for CRLF translation happening in C runtime. All other tests pass.
48435              
48436              Added note to README.win32 to point out the snags of doing a perl build
48437              with Norton AntiVirus turned on.
48438              
48439              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
48440              which file a fail comes from.
48441              
48442              Updated "canned" config.h to match the one generated.
48443      Branch: perlio
48444            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
48445            ! win32/makefile.mk
48446 ____________________________________________________________________________
48447 [  7801] By: jhi                                   on 2000/11/22  06:50:20
48448         Log: Nickety nits.
48449      Branch: perl
48450            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
48451 ____________________________________________________________________________
48452 [  7800] By: jhi                                   on 2000/11/22  01:29:55
48453         Log: Changes had accidentally gone too silent on non-main branches.
48454      Branch: perl
48455            ! Changes Porting/genlog patchlevel.h
48456 ____________________________________________________________________________
48457 [  7799] By: gsar                                  on 2000/11/22  01:02:56
48458         Log: some lib_pm.PL changes snuck in via change#7772
48459      Branch: maint-5.6/perl
48460            ! Makefile.SH
48461 ____________________________________________________________________________
48462 [  7798] By: nick                                  on 2000/11/21  21:59:40
48463         Log: Integrate mainline
48464      Branch: perlio
48465           !> (integrate 28 files)
48466 ____________________________________________________________________________
48467 [  7797] By: jhi                                   on 2000/11/21  21:01:45
48468         Log: Integrate perlio.
48469      Branch: perl
48470           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
48471 ____________________________________________________________________________
48472 [  7796] By: nick                                  on 2000/11/21  20:36:22
48473         Log: Win32 builds and runs (mostly) with USE_PERLIO.
48474              PERLIO=perlio passes all tests. 
48475              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
48476      Branch: perlio
48477            ! perlio.c win32/perllib.c win32/win32.c
48478 ____________________________________________________________________________
48479 [  7795] By: jhi                                   on 2000/11/21  19:03:44
48480         Log: Update Changes.
48481      Branch: perl
48482            ! Changes patchlevel.h
48483 ____________________________________________________________________________
48484 [  7794] By: jhi                                   on 2000/11/21  18:56:34
48485         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
48486              From: "Craig A. Berry" <craigberry@mac.com>
48487              Date: Mon, 20 Nov 2000 20:27:06 -0600
48488              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
48489              
48490              A cut-and-pasto.
48491      Branch: perl
48492            ! perlio.h
48493 ____________________________________________________________________________
48494 [  7793] By: jhi                                   on 2000/11/21  18:54:41
48495         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
48496              From: Dominic Dunlop <domo@computer.org> 
48497              Date: Mon, 20 Nov 2000 18:55:29 +0100
48498              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
48499              
48500              va_copy() and the need of it.
48501              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
48502      Branch: metaconfig/U/perl
48503            + need_va_copy.U
48504      Branch: perl
48505            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48506            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
48507            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
48508            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
48509            ! win32/config.bc win32/config.gc win32/config.vc
48510 ____________________________________________________________________________
48511 [  7792] By: jhi                                   on 2000/11/21  17:04:10
48512         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
48513      Branch: perl
48514           !> scope.h
48515 ____________________________________________________________________________
48516 [  7791] By: jhi                                   on 2000/11/21  17:01:16
48517         Log: Export the SOCKS workaround symbols only if necessary.
48518      Branch: perl
48519            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
48520 ____________________________________________________________________________
48521 [  7790] By: nick                                  on 2000/11/20  23:57:11
48522         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
48523      Branch: perlio
48524            ! scope.h
48525 ____________________________________________________________________________
48526 [  7789] By: nick                                  on 2000/11/20  23:38:33
48527         Log: Integrate mainline
48528      Branch: perlio
48529           +> lib/File/Spec/Epoc.pm
48530           !> (integrate 34 files)
48531 ____________________________________________________________________________
48532 [  7788] By: nick                                  on 2000/11/20  23:20:18
48533         Log: Make extra buffer layer work (dummy crlf layer)
48534      Branch: perlio
48535            ! doio.c perlio.c perlio.h
48536 ____________________________________________________________________________
48537 [  7787] By: jhi                                   on 2000/11/20  22:44:04
48538         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
48539              From: Peter Prymmer <pvhp@forte.com>
48540              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
48541              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
48542      Branch: perl
48543            ! t/pragma/locale.t
48544 ____________________________________________________________________________
48545 [  7786] By: jhi                                   on 2000/11/20  22:29:10
48546         Log: Subject: DOC PATCH 5.6.0 perlreftut
48547              From: mjd@plover.com
48548              Date: 20 Nov 2000 19:45:06 -0000
48549              Message-ID: <20001120194506.9505.qmail@plover.com>
48550      Branch: perl
48551            ! pod/perlreftut.pod
48552 ____________________________________________________________________________
48553 [  7785] By: jhi                                   on 2000/11/20  22:27:44
48554         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
48555              From: David Dyck <dcd@tc.fluke.com>
48556              Date: Mon, 20 Nov 2000 11:43:40 -0800
48557              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
48558      Branch: perl
48559            ! lib/Cwd.pm
48560 ____________________________________________________________________________
48561 [  7784] By: jhi                                   on 2000/11/20  22:23:21
48562         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
48563              Date: Mon, 20 Nov 2000 17:06:10 -0500
48564              To: Mailing list Perl5 <perl5-porters@perl.org>
48565              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
48566      Branch: perl
48567            ! pp_ctl.c t/op/pat.t
48568 ____________________________________________________________________________
48569 [  7783] By: jhi                                   on 2000/11/20  22:11:18
48570         Log: Subject: [PATCH] doop.c - UTF8 tr///               
48571              From: Simon Cozens <simon@cozens.net>
48572              Date: Sat, 18 Nov 2000 18:49:30 +0000
48573              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
48574              
48575              Subject: Re: [PATCH] doop.c - UTF8 tr///           
48576              From: Simon Cozens <simon@cozens.net>
48577              Date: Mon, 20 Nov 2000 20:45:22 +0000
48578              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
48579              
48580              Make tr on UTF-8 better but still not correct.
48581      Branch: perl
48582            ! doop.c
48583 ____________________________________________________________________________
48584 [  7782] By: jhi                                   on 2000/11/20  22:02:16
48585         Log: Remove the shared object before attempting to create
48586              (by linking) a new one.  E.g. in AIX not removing
48587              becomes quite painful if one tries to do more than one
48588              build in the same tree (an interrupted build, for example),
48589              since the AIX' shared dynaloader seemingly keeps the shared
48590              objects open and therefore 'busy' for quite a while, even when
48591              nobody is using the objects, leading into link failures.
48592      Branch: perl
48593            ! lib/ExtUtils/MM_Unix.pm
48594 ____________________________________________________________________________
48595 [  7781] By: gsar                                  on 2000/11/20  19:02:55
48596         Log: type mismatch due to faulty integration
48597      Branch: maint-5.6/perl
48598            ! toke.c win32/Makefile
48599 ____________________________________________________________________________
48600 [  7780] By: gsar                                  on 2000/11/20  17:31:55
48601         Log: integrate changes#6392,6394..6399,6401..6404
48602              
48603              The {multiplier} of a fixed substring was overlooked which
48604              caused a wrong initial search offset for that substring.
48605              
48606              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
48607              From: Hugo <hv@crypt.compulink.co.uk>
48608              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
48609              Date: Thu, 13 Jul 2000 19:27:13 +0100
48610              
48611              Fix the BOM bug: not a byteorder bug, a signedness bug.
48612              
48613              Replace change #6337 with a better one.
48614              
48615              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
48616              From: Hugo <hv@crypt.compulink.co.uk>
48617              Date: Fri, 14 Jul 2000 04:16:20 +0100
48618              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
48619              
48620              MakeMaker should not remove editor backups (*~) on `make clean`
48621              by default (completes change#6383)
48622              
48623              move new variables to the end of the interpreter structure (for
48624              bincompat in code that doesn't #include XSUB.h)
48625              
48626              rename totally bletcherous SvLOCK() thingy (doesn't do what the
48627              name suggests anyway)
48628              
48629              various cleanups (typos, misformatted code, and small bugs)
48630              
48631              typecasts needed for change#6394
48632              
48633              typos in change#6399, regen headers
48634              
48635              inconsistent types needs casts
48636              
48637              PERL_OBJECT build tweaks
48638      Branch: maint-5.6/perl
48639           !> MANIFEST doop.c embed.h embed.pl embedvar.h
48640           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
48641           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
48642           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
48643           !> toke.c util.c
48644 ____________________________________________________________________________
48645 [  7779] By: gsar                                  on 2000/11/20  17:06:29
48646         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
48647              
48648              Cosmetics and perldelta.
48649              
48650              Fix nits noticed by Boston.pm.
48651              
48652              Do the cc sanity check both before the hints and
48653              after the cc selction.
48654              
48655              get sprintf.t to adjust properly for 3-digit exponents
48656              
48657              don't clobber *.orig files on *clean targets
48658              
48659              fix bugs in processing %v-*d and similar format specs (from
48660              Avi Finkel <avi@finkel.org>)
48661              
48662              sprintf test tweaks (from Dominic Dunlop)
48663              
48664              new selfloader.t in change#6183 doesn't close DATA handles,
48665              and thus fails to clean up tmp files on dosish platforms
48666              
48667              typos (spotted by Peter Prymmer)
48668              
48669              typo fix from Craig Berry
48670      Branch: maint-5.6/perl
48671           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
48672           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
48673           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
48674           !> x2p/Makefile.SH
48675 ____________________________________________________________________________
48676 [  7778] By: gsar                                  on 2000/11/20  16:46:51
48677         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
48678              
48679              Subject: Re: format bug report  [Patch]
48680              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48681              Date: Wed, 05 Jul 2000 13:12:52 +0200
48682              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
48683              
48684              Subject: Re: format bug report  [Patch]
48685              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48686              Date: Wed, 05 Jul 2000 14:10:01 +0200
48687              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
48688              
48689              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
48690              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48691              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
48692              Date: Fri, 07 Jul 2000 17:57:16 +0100
48693              
48694              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
48695              To: perl5-porters@perl.org
48696              From: Karsten Sperling <spiff@phreax.net>
48697              Date: Mon, 10 Jul 2000 15:12:52 +0200
48698              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
48699              
48700              README.posix-bc podified from Thomas Dorner.
48701              
48702              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
48703              From: Dominic Dunlop <domo@computer.org>
48704              Date: Tue, 11 Jul 2000 12:27:33 +0200
48705              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
48706              
48707              Typo in #6341.
48708              
48709              Fix for
48710              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
48711              From: Roderick Schertler <roderick@argon.org>
48712              Date: Tue, 11 Jul 2000 13:55:05 -0400
48713              Message-Id: <200007111755.NAA05077@jones.argon.org>
48714              
48715              Minor cleanups on the booklist.
48716              
48717              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
48718              regen perltoc.
48719              
48720              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
48721      Branch: maint-5.6/perl
48722           +> pod/perlbook.pod
48723           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
48724           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
48725           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
48726 ____________________________________________________________________________
48727 [  7777] By: jhi                                   on 2000/11/20  16:08:49
48728         Log: Update Changes.
48729      Branch: perl
48730            ! Changes patchlevel.h
48731 ____________________________________________________________________________
48732 [  7776] By: jhi                                   on 2000/11/20  15:27:56
48733         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
48734              This may be overly harsh but until proven otherwise, we think this
48735              way, or until we have a simple test for Configure (having to start
48736              up servers is does not count as simple) to check for the problems.
48737      Branch: perl
48738            ! perl.h
48739 ____________________________________________________________________________
48740 [  7775] By: jhi                                   on 2000/11/20  15:22:17
48741         Log: Solaris hints tweaks.
48742      Branch: perl
48743            ! hints/solaris_2.sh
48744 ____________________________________________________________________________
48745 [  7774] By: jhi                                   on 2000/11/20  15:01:20
48746         Log: Add a workaround to SOCKS 64-bit problems.
48747      Branch: perl
48748            ! doio.c embed.h embed.pl perlsdio.h proto.h
48749 ____________________________________________________________________________
48750 [  7773] By: jhi                                   on 2000/11/20  14:51:47
48751         Log: sysseek() instead of seek().
48752      Branch: perl
48753            ! t/lib/syslfs.t
48754 ____________________________________________________________________________
48755 [  7772] By: gsar                                  on 2000/11/20  13:06:23
48756         Log: integrate changes#6315..6319,6321..6331,6333..6338
48757              
48758              Integrate with Sarathy, preliminary fix for unicos
48759              alignment problems in [ID 20000612.002] Perl problem on Cray system.
48760              
48761              some debugger output does not go to the socket when RemotePort is set
48762              
48763              winsock cleanup never done on Windows (leads to handle leaks)
48764              
48765              fix UNC path handling on Windows under ithreads, and chdir()
48766              return value when given a non-existent directory
48767              
48768              Autogenerate pod/Makefile and pod/buildtoc.
48769              buildtoc also checks whether the existin pods are
48770              mentioned in MANIFEST and perl.pod, and vice versa.
48771              (None of the thusly found discrepancies fixed yet.)
48772              roffitall also needs to be autogenerated similarly but it
48773              seems so badly out of date that I didn't touch it yet.
48774              
48775              Config is being used.
48776              
48777              Add =head1 NAMEs so that buildtoc is happy.
48778              (The CGI::Util nit reported to Lincoln.)
48779              
48780              Fix complaints of buildtoc.
48781              
48782              Fix the alignment problem in Crays ([ID 20000612.002]).
48783              
48784              Remove perlbook, update perlfaq book listing,
48785              rearrange perl.pod, regenerate perltoc.
48786              
48787              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
48788              was cast to an unsigned (32-bit) integer with wild abandon.
48789              
48790              winsock options weren't being set in all threads under ithreads
48791              (caused send()s from second and subsequent threads to fail)
48792              
48793              accept() leaks memory on windows due to incorrect ordering of
48794              closesocket() and fclose() calls
48795              
48796              Reorder perl.pod once more.
48797              
48798              More POSIX.pod tweaks.
48799              
48800              Sprinkle ldlibpath.
48801              
48802              Precedence goof, fix based on
48803              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
48804              From: Hugo <hv@crypt.compulink.co.uk>
48805              Date: Tue, 11 Jul 2000 12:52:38 +0100
48806              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
48807              
48808              Subject: PATCH perlguts.pod: Document D and d magic types
48809              From: mjd@plover.com
48810              Date: 5 Jul 2000 18:01:51 -0000
48811              Message-ID: <20000705180151.29413.qmail@plover.com>
48812              
48813              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
48814              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
48815              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
48816              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
48817              
48818              Subject: [PATCH cfgperl] $& segfaults if you trick it
48819              From: simon@brecon.co.uk (Simon Cozens)
48820              Date: 7 Jul 2000 11:26:09 GMT
48821              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
48822              
48823              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
48824              From: Hugo <hv@crypt.compulink.co.uk>
48825              Date: Tue, 11 Jul 2000 12:44:50 +0100
48826              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
48827              
48828              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
48829              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48830              Date: Tue, 11 Jul 2000 13:50:51 +0100
48831              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
48832      Branch: maint-5.6/perl
48833           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
48834           +> pod/buildtoc.PL
48835            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
48836           !> (integrate 26 files)
48837 ____________________________________________________________________________
48838 [  7771] By: gsar                                  on 2000/11/20  12:31:42
48839         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
48840              6310,6311,6314
48841              
48842              Subject: [PATCH bleedperl] File::Spec 0.82 beta
48843              From: Barrie Slaymaker <barries@jester.slaysys.com>
48844              Date: Wed, 28 Jun 2000 11:35:29 -0400
48845              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
48846              
48847              tweak perlembed for multiplicity/usethreads sanity; correct notes
48848              about Windows
48849              
48850              localize %INC in a Safe compartment so that use/require work
48851              (many other magic globals probably need similar treatment)
48852              
48853              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
48854              when @_ is modified, causing coredumps
48855              
48856              slurp mode fix in change#4736 still not quite right
48857              
48858              Point to perlipc for more SysV IPC examples.
48859              
48860              Elaborate POSIX.pod.  Still needs work.
48861              
48862              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
48863              
48864              fix large memory leak that has been around for ever, masked by
48865              -DPURIFY (most of the arenas were never freed!)
48866              
48867              fix memory leak on Windows (PL_sys_intern contents were never
48868              freed)
48869              
48870              PERL_OBJECT build tweak
48871              
48872              adjust change#6299
48873              
48874              remove rel2abs prototypes (from Barrie Slaymaker)
48875              
48876              missing perldiag entry for unpack("w",...) diagnostic (from
48877              Andreas Koenig)
48878              
48879              better diagnostic on Frob->stuff() when Frob:: doesn't exist
48880              (from Richard Soderberg <rs@oregonnet.com>)
48881              
48882              Win32 patches for cfgperl from Sarathy.
48883              
48884              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
48885              
48886              More POSIX.pod embellishment.
48887              
48888              tyop in change#6306
48889      Branch: maint-5.6/perl
48890           !> (integrate 44 files)
48891 ____________________________________________________________________________
48892 [  7770] By: gsar                                  on 2000/11/20  11:51:00
48893         Log: integrate changes#6268..6282 from cfgperl branch
48894              
48895              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
48896              From: Dominic Dunlop <domo@computer.org>
48897              Date: Thu, 29 Jun 2000 12:32:39 +0200
48898              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
48899              
48900              Regen headers for #6261 (and update embed.pl for this) and #6267,
48901              silence few compiler warnings.
48902              
48903              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
48904              From: Nicholas Clark <nick@talking.bollo.cx>
48905              Date: Fri, 23 Jun 2000 16:21:15 +0100
48906              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
48907              
48908              Subject: PATCH pod/perltie.pod
48909              From: Ian Phillipps <Ian.Phillipps@iname.com>
48910              Date: Fri, 16 Jun 2000 00:17:19 +0100
48911              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
48912              (only the first hunk, the second hunk had already been done
48913              by some other patch)
48914              
48915              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
48916              From: Tom Phoenix <rootbeer@redcat.com>
48917              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
48918              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
48919              
48920              Subject: [PATCH] xsub attributes
48921              From: Doug MacEachern <dougm@covalent.net>
48922              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
48923              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
48924              
48925              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
48926              From: Andy Dougherty <doughera@lafayette.edu>
48927              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
48928              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
48929              
48930              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
48931              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
48932              Date: Tue, 13 Jun 2000 02:43:48 -0500
48933              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
48934              
48935              Subject: [PATCH] Re: eval documentation: context
48936              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48937              Date: Mon, 12 Jun 2000 15:07:29 +0100
48938              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
48939              
48940              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
48941              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48942              Date: Mon, 12 Jun 2000 14:55:59 +0100
48943              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
48944              
48945              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
48946              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
48947              Date: Fri, 09 Jun 2000 12:39:27 -0400
48948              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
48949              (plus update the version "number" of Text::Wrap)
48950              
48951              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
48952              From: Tim Ayers <tayers@bridge.com>
48953              Date: Thu, 08 Jun 2000 08:11:06 +0200
48954              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
48955              [resent by Richard Foley, Message-Id probably wrong]
48956              
48957              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
48958              From: rspier@pobox.com (Robert Spier)
48959              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
48960              Message-ID: <14654.31913.845602.610277@rls.cx>
48961              
48962              Subject: [PATCH 5.6.0] utils/h2xs.PL
48963              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
48964              Date: Wed, 7 Jun 2000 04:02:04 -0500
48965              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
48966              
48967              Subject: [PATCH 5.6.0]ITHREADs for VMS
48968              From: Dan Sugalski <dan@sidhe.org>
48969              Date: Tue, 06 Jun 2000 11:59:50 -0400
48970              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
48971      Branch: maint-5.6/perl
48972           !> (integrate 31 files)
48973 ____________________________________________________________________________
48974 [  7769] By: gsar                                  on 2000/11/20  11:29:06
48975         Log: integrate changes#6261..6266 from cfgperl
48976              
48977              Subject: Re: [PATCH cfgperl] BOMs away!
48978              From: simon@brecon.co.uk (Simon Cozens)
48979              Date: 17 Jun 2000 11:49:57 GMT
48980              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
48981              
48982              Subject: 5.6.0 Patch for EPOC
48983              From: Olaf Flebbe <o.flebbe@gmx.de>
48984              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
48985              Message-ID: <23449.960929969@www11.gmx.net>
48986              
48987              tr fixes from Simon Cozens
48988              
48989              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
48990              From: Marty Lucich <marty@netcom.com>
48991              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
48992              Message-Id: <200006282116.OAA11148@netcom.com>
48993              ccdlflags update (the BSD/OS 4.1 part had already been taken
48994              care of by #6141).
48995              
48996              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
48997              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48998              Date: Wed, 28 Jun 2000 17:50:12 -0700
48999              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
49000              
49001              Subject: [PATCH 5.6.0] cygwin port
49002              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
49003              From: "Fifer, Eric" <EFifer@sanwaint.com>
49004              Date: Thu, 29 Jun 2000 12:58:29 +0100
49005      Branch: maint-5.6/perl
49006           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
49007           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
49008           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
49009           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
49010 ____________________________________________________________________________
49011 [  7768] By: gsar                                  on 2000/11/20  11:13:44
49012         Log: integrate changes#6252..6256,6259..6260
49013              
49014              Paranoia tweak on #6249.
49015              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
49016              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
49017              Date: Sun, 25 Jun 2000 23:43:12 -0400
49018              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
49019              
49020              Subject: tr///, help wanted.
49021              From: simon@brecon.co.uk (Simon Cozens)
49022              Date: 28 Jun 2000 11:29:04 GMT
49023              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
49024              
49025              small thinko tweaks
49026              
49027              tweaks from Simon Conzes to further fix tr/// under utf8
49028              
49029              perlnewmod was missing from MANIFEST.
49030              
49031              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
49032              From: simon@brecon.co.uk (Simon Cozens)
49033              Date: 17 Jun 2000 11:56:44 GMT
49034              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
49035              pack U0, pack C0
49036      Branch: maint-5.6/perl
49037           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
49038           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
49039           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
49040           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
49041 ____________________________________________________________________________
49042 [  7767] By: gsar                                  on 2000/11/20  10:51:38
49043         Log: integrate change#6250 from cfgperl
49044              
49045              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
49046              From: Doug MacEachern <dougm@covalent.net>
49047              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
49048              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
49049      Branch: maint-5.6/perl
49050           +> t/op/my_stash.t
49051           !> MANIFEST embed.pl global.sym proto.h toke.c
49052 ____________________________________________________________________________
49053 [  7766] By: gsar                                  on 2000/11/20  10:48:34
49054         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
49055              
49056              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
49057              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
49058              Date: Mon, 26 Jun 2000 18:40:14 +0100
49059              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
49060              
49061              Subject: [PATCH] bytes<->utf8 fixes
49062              From: simon@brecon.co.uk (Simon Cozens)
49063              Date: 26 Jun 2000 04:55:45 GMT
49064              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
49065              
49066              Subject: [PATCH] is_utf8_string
49067              From: simon@brecon.co.uk (Simon Cozens)
49068              Date: 26 Jun 2000 02:25:59 GMT
49069              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
49070              
49071              Subject: [PATCH] avoid mg_ptr in '*' magic
49072              From: Doug MacEachern <dougm@covalent.net>
49073              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
49074              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
49075              
49076              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
49077              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
49078              Date: Sat, 24 Jun 2000 13:06:20 +0100
49079              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
49080              
49081              Allow for standalone testing.
49082              
49083              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
49084              From: Mark-Jason Dominus <mjd@plover.com>
49085              Date: Tue, 27 Jun 2000 22:36:42 -0400
49086              Message-ID: <20000628023642.12166.qmail@plover.com>
49087              
49088              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
49089              From: Frank Tobin <ftobin@uiuc.edu>
49090              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
49091              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
49092      Branch: maint-5.6/perl
49093           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
49094           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
49095           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
49096           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
49097           !> utf8.c utils/h2xs.PL
49098 ____________________________________________________________________________
49099 [  7765] By: gsar                                  on 2000/11/20  10:29:13
49100         Log: integrate change#6239 from cfgperl
49101              
49102              Configure maintenance.  Sever some dependency cycles,
49103              separate gccversion from the cc unit,
49104              address [ID 20000623.006] Configure script patch for using gcc on AIX
49105              (but solve it a little bit differently),
49106              unduplex some accidentally duplicated units,
49107              suggest using gcc if no cc available
49108              (p5p thread: "Solaris configure: counterproposal", 1999-09)
49109      Branch: maint-5.6/perl
49110           !> Configure Todo-5.6 config_h.SH
49111 ____________________________________________________________________________
49112 [  7764] By: gsar                                  on 2000/11/20  10:25:55
49113         Log: integrate changes#6233..6238 from cfgperl
49114              
49115              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
49116              From: Mark-Jason Dominus <mjd@plover.com>
49117              Date: Fri, 16 Jun 2000 20:53:04 -0400
49118              Message-ID: <20000617005304.8008.qmail@plover.com>
49119              
49120              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
49121              because when run as services (Win32ese for daemons)
49122              no environment variables are set and tmpdir ends up as /tmp,
49123              which is ambiguous.
49124              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
49125              From: matt@sergeant.org
49126              Date: 16 Jun 2000 16:30:43 -0000
49127              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
49128              
49129              The thread begun by
49130              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
49131              From: Kevin.Ruscoe@ubsw.com
49132              Date: Fri, 16 Jun 2000 16:38:51 +0100
49133              Message-Id: <H000019b03c300d6@MHS>
49134              
49135              Tweak embed.pl, regen headers.
49136              
49137              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
49138              From: Dan Sugalski <dan@sidhe.org>
49139              Date: Fri, 23 Jun 2000 17:00:00 -0400
49140              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
49141      Branch: maint-5.6/perl
49142           !> (integrate 27 files)
49143 ____________________________________________________________________________
49144 [  7763] By: gsar                                  on 2000/11/20  10:08:08
49145         Log: s/perl56delta/perldelta/g
49146      Branch: maint-5.6/perl
49147            ! pod/Makefile
49148 ____________________________________________________________________________
49149 [  7762] By: gsar                                  on 2000/11/20  10:04:00
49150         Log: integrate changes#6225,6229,6231,6232 from cfgperl
49151              
49152              Add source code filenames to apidoc.
49153              From: simon@brecon.co.uk (Simon Cozens)
49154              Subject: [PATCH embed.pl] Source X-ref
49155              Date: 22 Jun 2000 02:18:49 GMT
49156              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
49157              
49158              Subject: README.hpux version 0.6.1
49159              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
49160              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
49161              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
49162              
49163              Subject: [PATCH 5.6.0] cygwin port
49164              From: "Fifer, Eric" <EFifer@sanwaint.com>
49165              Date: Tue, 20 Jun 2000 14:30:58 +0100
49166              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
49167              
49168              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
49169              From: simon@brecon.co.uk (Simon Cozens)
49170              Date: 19 Jun 2000 15:18:27 GMT
49171              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
49172              
49173              plus update pod/Makefile and regenerate perltoc
49174      Branch: maint-5.6/perl
49175           +> pod/perlutil.pod
49176           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
49177           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
49178 ____________________________________________________________________________
49179 [  7761] By: jhi                                   on 2000/11/20  04:09:55
49180         Log: Miraculous typo.
49181      Branch: perl
49182            ! t/op/pat.t
49183 ____________________________________________________________________________
49184 [  7760] By: jhi                                   on 2000/11/20  04:06:08
49185         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
49186              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49187              Date: Sun, 19 Nov 2000 22:30:26 -0500
49188              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
49189      Branch: perl
49190            ! regexec.c scope.h t/op/pat.t
49191 ____________________________________________________________________________
49192 [  7759] By: jhi                                   on 2000/11/20  02:05:22
49193         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
49194      Branch: perl
49195            ! perl.h
49196 ____________________________________________________________________________
49197 [  7758] By: jhi                                   on 2000/11/20  01:58:11
49198         Log: Subject: [perl 7711: EPOC] updates
49199              From: Olaf Flebbe <o.flebbe@gmx.de>
49200              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
49201              Message-ID: <25575.974658810@www23.gmx.net>               
49202      Branch: perl
49203            + lib/File/Spec/Epoc.pm
49204            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
49205            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
49206            ! lib/File/Spec.pm perl.c sv.c
49207 ____________________________________________________________________________
49208 [  7757] By: jhi                                   on 2000/11/20  01:53:11
49209         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
49210      Branch: perl
49211            ! MANIFEST
49212 ____________________________________________________________________________
49213 [  7756] By: jhi                                   on 2000/11/20  01:47:22
49214         Log: Integrate perlio.
49215      Branch: perl
49216            - ext/re/hints/MSWin32.pl
49217           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
49218           !> win32/config.gc win32/config_H.gc win32/win32sck.c
49219 ____________________________________________________________________________
49220 [  7755] By: nick                                  on 2000/11/19  20:57:17
49221         Log: Add dummy crlf layer (just as buffer)
49222              Correct 1st bug - one layer of indirection.
49223      Branch: perlio
49224            ! perlio.c perlio.h perliol.h
49225 ____________________________________________________________________________
49226 [  7754] By: nick                                  on 2000/11/19  20:56:12
49227         Log: Work-round to Perl_deb_nocontext is no longer required
49228      Branch: perlio
49229            - ext/re/hints/MSWin32.pl
49230 ____________________________________________________________________________
49231 [  7753] By: nick                                  on 2000/11/19  20:01:16
49232         Log: diff -se shows these as different
49233      Branch: perlio
49234            ! global.sym pod/perlapi.pod
49235 ____________________________________________________________________________
49236 [  7752] By: nick                                  on 2000/11/19  18:57:30
49237         Log: Configure GCC/Win32 build -Duseperlio
49238              Fix a couple of gross issues
49239              - double-include of ../deb.o in re.dll
49240              - win32sck.c needs PerlIO and FILE 
49241      Branch: perlio
49242            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
49243            ! win32/win32sck.c
49244 ____________________________________________________________________________
49245 [  7751] By: nick                                  on 2000/11/19  17:05:36
49246         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
49247      Branch: perlio
49248            ! perlio.c
49249 ____________________________________________________________________________
49250 [  7750] By: nick                                  on 2000/11/19  16:57:14
49251         Log: Missing aTHX_
49252      Branch: perlio
49253            ! sv.c
49254 ____________________________________________________________________________
49255 [  7749] By: jhi                                   on 2000/11/19  16:28:40
49256         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
49257              From: "Peter J. Farley III" <pjfarley@banet.net>
49258              Date: Sun, 19 Nov 2000 01:42:58 -0500
49259              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
49260      Branch: perl
49261            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
49262 ____________________________________________________________________________
49263 [  7748] By: jhi                                   on 2000/11/19  16:08:10
49264         Log: Subject: podlators 1.05 available        
49265              From: Russ Allbery <rra@stanford.edu>   
49266              Date: 18 Nov 2000 22:04:28 -0800
49267              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
49268      Branch: perl
49269            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
49270 ____________________________________________________________________________
49271 [  7747] By: nick                                  on 2000/11/19  11:19:39
49272         Log: Integrate mainline
49273      Branch: perlio
49274           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
49275           !> util.c
49276 ____________________________________________________________________________
49277 [  7746] By: jhi                                   on 2000/11/19  06:42:22
49278         Log: Make hex scanning warn on "\x{x}" and "\xx".
49279              "\x" and and hex("x") are still valid.
49280      Branch: perl
49281            ! util.c
49282 ____________________________________________________________________________
49283 [  7745] By: nick                                  on 2000/11/18  22:52:28
49284         Log: Integrate mainline
49285      Branch: perlio
49286           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
49287           !> perl.h perlio.c proto.h regcomp.c regcomp.h
49288 ____________________________________________________________________________
49289 [  7744] By: jhi                                   on 2000/11/18  22:50:28
49290         Log: Introduce Perl_utf8_length().  Use it.
49291      Branch: perl
49292            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
49293 ____________________________________________________________________________
49294 [  7743] By: jhi                                   on 2000/11/18  22:38:51
49295         Log: Compiler denit.
49296      Branch: perl
49297            ! perlio.c
49298 ____________________________________________________________________________
49299 [  7742] By: jhi                                   on 2000/11/18  20:33:05
49300         Log: Integrate perlio.
49301      Branch: perl
49302           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
49303           !> perlio.h pp_ctl.c pp_sys.c sv.c
49304 ____________________________________________________________________________
49305 [  7741] By: jhi                                   on 2000/11/18  20:31:27
49306         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
49307              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49308              Date: Fri, 17 Nov 2000 20:35:11 -0500
49309              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
49310              
49311              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
49312              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49313              Date: Fri, 17 Nov 2000 21:03:47 -0500
49314              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
49315              
49316              Plus a little bit of tweaking in pregcomp().
49317      Branch: perl
49318            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
49319 ____________________________________________________________________________
49320 [  7740] By: nick                                  on 2000/11/18  20:17:22
49321         Log: Lexical use open ... support:
49322              add ->cop_io to COP structure in cop.h.
49323              Make mg.c and gv.c associate it with ${^OPEN}.
49324              Make lib/open.pm set it.
49325              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
49326              manner similar to ->cop_warnings.
49327              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
49328              call new PerlIO_apply_layers().
49329              Declare latter in perlio.h and define in perlio.c
49330      Branch: perlio
49331            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
49332            ! perlio.h pp_ctl.c pp_sys.c sv.c
49333 ____________________________________________________________________________
49334 [  7739] By: jhi                                   on 2000/11/18  19:54:00
49335         Log: Integrate perlio.
49336      Branch: perl
49337           !> doio.c perlio.c pp.c
49338 ____________________________________________________________________________
49339 [  7738] By: jhi                                   on 2000/11/18  17:16:13
49340         Log: Subject: [PATCH 5.7.0] etags broken again
49341              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49342              Date: Sat, 18 Nov 2000 02:41:36 -0500
49343              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
49344      Branch: perl
49345            ! emacs/ptags
49346 ____________________________________________________________________________
49347 [  7737] By: jhi                                   on 2000/11/18  17:12:18
49348         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
49349      Branch: perl
49350            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
49351 ____________________________________________________________________________
49352 [  7736] By: nick                                  on 2000/11/18  14:06:20
49353         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
49354              part to be isolated.
49355      Branch: perlio
49356            ! doio.c perlio.c
49357 ____________________________________________________________________________
49358 [  7735] By: nick                                  on 2000/11/18  11:03:32
49359         Log: Integrate mainline
49360      Branch: perlio
49361           !> Changes README.amiga README.win32 patchlevel.h
49362           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
49363 ____________________________________________________________________________
49364 [  7734] By: jhi                                   on 2000/11/18  01:18:56
49365         Log: Update Changes.
49366      Branch: perl
49367            ! Changes patchlevel.h
49368 ____________________________________________________________________________
49369 [  7733] By: jhi                                   on 2000/11/18  00:32:54
49370         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
49371              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49372              Date: Fri, 17 Nov 2000 17:28:02 -0500
49373              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
49374      Branch: perl
49375            ! regcomp.c regexec.c t/op/re_tests
49376 ____________________________________________________________________________
49377 [  7732] By: jhi                                   on 2000/11/18  00:28:56
49378         Log: Sparc 64-bit pack() fix from Jens Hamisch.
49379      Branch: perl
49380            ! pp.c
49381 ____________________________________________________________________________
49382 [  7731] By: jhi                                   on 2000/11/18  00:18:39
49383         Log: Explain in more detail the {} syntax ambiguousity.
49384              
49385              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
49386              From: Nicholas Clark <nick@ccl4.org>
49387              Date: Fri, 17 Nov 2000 22:10:28 +0000
49388              Message-ID: <20001117221028.A88930@plum.flirble.org>
49389      Branch: perl
49390            ! pod/perlfunc.pod
49391 ____________________________________________________________________________
49392 [  7730] By: jhi                                   on 2000/11/18  00:12:18
49393         Log: Subject: Fix for README.amiga (20000323.033)
49394              From: "Stephen P. Potter" <spp@spotter.yi.org>
49395              Date: Fri, 17 Nov 2000 12:25:51 -0500
49396              Message-Id: <200011171725.MAA05768@spotter.yi.org>
49397      Branch: perl
49398            ! README.amiga
49399 ____________________________________________________________________________
49400 [  7729] By: jhi                                   on 2000/11/18  00:08:34
49401         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
49402              From: "A. C. Yardley" <yardley@tanet.net>
49403              Date: Mon, 3 Apr 2000 11:35:33 -0700
49404              Message-ID: <3483.000403@tanet.net>
49405      Branch: perl
49406            ! README.win32
49407 ____________________________________________________________________________
49408 [  7728] By: nick                                  on 2000/11/17  21:59:47
49409         Log: Integrate mainline
49410      Branch: perlio
49411           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
49412           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
49413           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
49414           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
49415 ____________________________________________________________________________
49416 [  7727] By: nick                                  on 2000/11/17  21:56:31
49417         Log: Experiment on use of attributes.pm interface.
49418              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
49419              SVt_PVRV if not already something better (else vivify of say magic gets
49420              core dump).
49421      Branch: perlio
49422            ! perlio.c pp.c
49423 ____________________________________________________________________________
49424 [  7726] By: jhi                                   on 2000/11/17  14:15:49
49425         Log: Subject: Fix for 20000815.006
49426              From: "Stephen P. Potter" <spp@spotter.yi.org>
49427              Date: Fri, 17 Nov 2000 08:57:45 -0500
49428              Message-Id: <200011171357.IAA05122@spotter.yi.org>
49429              
49430              It's really 20000518.006.
49431      Branch: perl
49432            ! pod/perlmodlib.PL
49433 ____________________________________________________________________________
49434 [  7725] By: jhi                                   on 2000/11/17  14:12:31
49435         Log: Subject: Fix for 20000409.001
49436              From: "Stephen P. Potter" <spp@spotter.yi.org>
49437              Date: Fri, 17 Nov 2000 08:55:45 -0500
49438              Message-Id: <200011171355.IAA05104@spotter.yi.org>
49439      Branch: perl
49440            ! pod/perlfaq9.pod
49441 ____________________________________________________________________________
49442 [  7724] By: jhi                                   on 2000/11/17  14:08:58
49443         Log: Undo #7627 now that we have =head3.
49444      Branch: perl
49445            ! pod/perlhack.pod
49446 ____________________________________________________________________________
49447 [  7723] By: jhi                                   on 2000/11/17  14:04:09
49448         Log: As surmised the #7719 wasn't a good move.
49449      Branch: perl
49450            ! hints/solaris_2.sh
49451 ____________________________________________________________________________
49452 [  7722] By: jhi                                   on 2000/11/17  13:59:04
49453         Log: Also the 64bitall hints can be either here or there.
49454      Branch: perl
49455            ! hints/solaris_2.sh
49456 ____________________________________________________________________________
49457 [  7721] By: jhi                                   on 2000/11/17  02:26:23
49458         Log: Test tweak for the open pragma.
49459      Branch: perl
49460            ! t/lib/b.t
49461 ____________________________________________________________________________
49462 [  7720] By: jhi                                   on 2000/11/17  00:23:22
49463         Log: The long double hints can be here or there.
49464      Branch: perl
49465            ! hints/solaris_2.sh
49466 ____________________________________________________________________________
49467 [  7719] By: jhi                                   on 2000/11/17  00:14:06
49468         Log: For Solaris use64bitall the stdchar needs a little bit of help.
49469      Branch: perl
49470            ! hints/solaris_2.sh
49471 ____________________________________________________________________________
49472 [  7718] By: jhi                                   on 2000/11/16  23:27:34
49473         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
49474              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
49475              Date: Wed, 15 Nov 2000 08:56:32 +0100
49476              Message-ID: <3A1241B0.64477E00@alcatel.at>
49477      Branch: perl
49478            ! lib/Carp/Heavy.pm
49479 ____________________________________________________________________________
49480 [  7717] By: jhi                                   on 2000/11/16  23:23:29
49481         Log: Subject: [PATCH] Re: 20001101.003 PDL
49482              From: Nicholas Clark <nick@ccl4.org>
49483              Date: Thu, 16 Nov 2000 16:48:25 +0000
49484              Message-ID: <20001116164825.B93487@plum.flirble.org>
49485      Branch: perl
49486            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
49487 ____________________________________________________________________________
49488 [  7716] By: jhi                                   on 2000/11/16  23:21:31
49489         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
49490              From: "Casey R. Tweten" <crt@kiski.net>
49491              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
49492              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
49493      Branch: perl
49494            ! lib/Pod/Checker.pm pod/perlpod.pod
49495 ____________________________________________________________________________
49496 [  7715] By: jhi                                   on 2000/11/16  23:19:40
49497         Log: Avoid an infinite loop in VMS when utils scripts are run
49498              with no arguments, from Charles Lane.
49499      Branch: perl
49500            ! configure.com
49501 ____________________________________________________________________________
49502 [  7714] By: jhi                                   on 2000/11/16  23:17:08
49503         Log: Subject: perllocale.pod changes
49504              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
49505              Date: Mon, 13 Nov 2000 10:09:22 +0300
49506              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
49507      Branch: perl
49508            ! pod/perllocale.pod
49509 ____________________________________________________________________________
49510 [  7713] By: jhi                                   on 2000/11/16  23:14:06
49511         Log: Integrate perlio.
49512      Branch: perl
49513           !> doio.c perlio.c perlio.h util.c
49514 ____________________________________________________________________________
49515 [  7712] By: nick                                  on 2000/11/16  21:10:58
49516         Log: Integrate mainline
49517      Branch: perlio
49518           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
49519           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
49520           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
49521           !> vos/config.ga.def vos/config.ga.h win32/config.bc
49522           !> win32/config.gc win32/config.vc
49523 ____________________________________________________________________________
49524 [  7711] By: nick                                  on 2000/11/16  19:56:41
49525         Log: Minor tweaks:
49526              consistent way of getting 'rb', 'wb' etc. for binary opens
49527              move *perlio::layers to *open::layers
49528              a #define to show layers available
49529              DOSISH popen/PerlIO had export/import sense inverted.
49530      Branch: perlio
49531            ! doio.c perlio.c perlio.h util.c
49532 ____________________________________________________________________________
49533 [  7710] By: jhi                                   on 2000/11/16  15:46:05
49534         Log: Add HAS_SBRK_PROTO.
49535      Branch: metaconfig/U/perl
49536            + d_sbrkproto.U
49537      Branch: perl
49538            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49539            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
49540            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
49541            ! vos/config.ga.def vos/config.ga.h win32/config.bc
49542            ! win32/config.gc win32/config.vc
49543 ____________________________________________________________________________
49544 [  7709] By: nick                                  on 2000/11/16  07:31:49
49545         Log: Integrate mainline
49546      Branch: perlio
49547           !> (integrate 35 files)
49548 ____________________________________________________________________________
49549 [  7708] By: jhi                                   on 2000/11/16  05:33:03
49550         Log: These files are text, not binary.
49551      Branch: perl
49552            ! ext/Encode/Encode/iso8859-10.enc
49553            ! ext/Encode/Encode/iso8859-13.enc
49554            ! ext/Encode/Encode/iso8859-14.enc
49555            ! ext/Encode/Encode/iso8859-15.enc
49556 ____________________________________________________________________________
49557 [  7707] By: jhi                                   on 2000/11/16  01:53:37
49558         Log: Update Changes.
49559      Branch: perl
49560            ! Changes patchlevel.h
49561 ____________________________________________________________________________
49562 [  7706] By: jhi                                   on 2000/11/16  01:35:59
49563         Log: More #undefing of stdio.
49564      Branch: perl
49565            ! fakesdio.h nostdio.h
49566 ____________________________________________________________________________
49567 [  7705] By: jhi                                   on 2000/11/16  01:34:18
49568         Log: Add fwalk() probe to the configuration files and regen perltoc.
49569      Branch: perl
49570            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49571            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
49572            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
49573            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
49574            ! win32/config.bc win32/config.gc win32/config.vc
49575 ____________________________________________________________________________
49576 [  7704] By: jhi                                   on 2000/11/16  01:33:07
49577         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
49578              an optional third argument to Inlibc?)
49579      Branch: metaconfig/U/perl
49580            + d__fwalk.U
49581 ____________________________________________________________________________
49582 [  7703] By: jhi                                   on 2000/11/16  01:09:22
49583         Log: The type of the hash_cb() size argument is tricky.
49584      Branch: perl
49585            ! ext/DB_File/DB_File.xs
49586 ____________________________________________________________________________
49587 [  7702] By: jhi                                   on 2000/11/15  23:01:16
49588         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
49589      Branch: perl
49590            ! nostdio.h
49591 ____________________________________________________________________________
49592 [  7701] By: jhi                                   on 2000/11/15  22:52:32
49593         Log: Detypo.
49594      Branch: perl
49595            ! t/lib/bigfltpm.t
49596 ____________________________________________________________________________
49597 [  7700] By: jhi                                   on 2000/11/15  22:51:56
49598         Log: UINT64_C() work continues.
49599      Branch: perl
49600            ! handy.h perl.h utf8.h
49601 ____________________________________________________________________________
49602 [  7699] By: jhi                                   on 2000/11/15  14:13:04
49603         Log: SOCKS has its own USE_THREADS, based on
49604              
49605              Subject: [ID 20001114.002] et. al. bugfix followup
49606              From: Jens Hamisch <jens@Strawberry.COM> 
49607              Date: Wed, 15 Nov 2000 14:23:11 +0100
49608              Message-ID: <20001115142311.A21164@Strawberry.COM>
49609      Branch: perl
49610            ! perl.h
49611 ____________________________________________________________________________
49612 [  7698] By: jhi                                   on 2000/11/15  03:50:56
49613         Log: Add few missing #undefs and sort them.
49614      Branch: perl
49615            ! fakesdio.h
49616 ____________________________________________________________________________
49617 [  7697] By: jhi                                   on 2000/11/15  03:39:14
49618         Log: Linenumber fix.
49619      Branch: perl
49620            ! t/pragma/warn/utf8
49621 ____________________________________________________________________________
49622 [  7696] By: jhi                                   on 2000/11/15  02:55:26
49623         Log: EBCDIC tweaks.
49624              
49625              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
49626              From: Peter Prymmer <pvhp@forte.com>
49627              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
49628              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
49629      Branch: perl
49630            ! t/op/regmesg.t t/pragma/warn/utf8
49631 ____________________________________________________________________________
49632 [  7695] By: jhi                                   on 2000/11/15  02:53:58
49633         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
49634              From: Peter Prymmer <pvhp@forte.com>
49635              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
49636              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
49637      Branch: perl
49638            ! utf8.c
49639 ____________________________________________________________________________
49640 [  7694] By: jhi                                   on 2000/11/15  02:50:55
49641         Log: Subject: [PATCH: perl@7674] updates to README.os390
49642              From: Prymmer/Kahn <pvhp@best.com>
49643              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
49644              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
49645      Branch: perl
49646            ! README.os390
49647 ____________________________________________________________________________
49648 [  7693] By: jhi                                   on 2000/11/15  02:48:37
49649         Log: Quit utf8_to_uv() instantly if curlen == 0.
49650      Branch: perl
49651            ! utf8.c
49652 ____________________________________________________________________________
49653 [  7692] By: jhi                                   on 2000/11/15  02:24:29
49654         Log: Use u_int32_t for the size of hash_cb(), not size_t.
49655              
49656              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
49657              From: Jens Hamisch <jens@Strawberry.COM>     
49658              Date: Tue, 14 Nov 2000 19:03:55 +0100
49659              Message-Id: <20001114190355.A20559@Strawberry.COM>
49660      Branch: perl
49661            ! ext/DB_File/DB_File.xs
49662 ____________________________________________________________________________
49663 [  7691] By: jhi                                   on 2000/11/15  02:20:12
49664         Log: Use UINT64_C().
49665              
49666              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
49667              From: Jens Hamisch <jens@Strawberry.COM>
49668              Date: Tue, 14 Nov 2000 19:16:23 +0100
49669              Message-Id: <20001114191623.G20559@Strawberry.COM>
49670      Branch: perl
49671            ! utf8.c utf8.h
49672 ____________________________________________________________________________
49673 [  7690] By: jhi                                   on 2000/11/15  02:17:06
49674         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
49675              (a macro to define signed and unsigned integer constants).
49676      Branch: perl
49677            ! handy.h
49678 ____________________________________________________________________________
49679 [  7689] By: jhi                                   on 2000/11/15  01:56:51
49680         Log: Regen Configure.
49681      Branch: perl
49682            ! Configure
49683 ____________________________________________________________________________
49684 [  7688] By: jhi                                   on 2000/11/15  01:56:32
49685         Log: Make the unit know about SOCKS.
49686      Branch: metaconfig
49687            ! U/protos/socksizetype.U
49688 ____________________________________________________________________________
49689 [  7687] By: jhi                                   on 2000/11/15  01:54:47
49690         Log: Remove unused dependencies.
49691      Branch: metaconfig
49692            ! U/compline/d_getpagsz.U
49693 ____________________________________________________________________________
49694 [  7686] By: nick                                  on 2000/11/14  21:25:13
49695         Log: Integrate mainline.
49696      Branch: perlio
49697           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
49698           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
49699           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
49700           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
49701           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
49702           !> win32/config.bc win32/config.gc win32/config.vc
49703           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
49704 ____________________________________________________________________________
49705 [  7685] By: jhi                                   on 2000/11/14  17:54:56
49706         Log: Integrate perlio.
49707      Branch: perl
49708           +> fakesdio.h perliol.h
49709           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
49710           !> perlsdio.h perlsfio.h pod/perlfunc.pod
49711 ____________________________________________________________________________
49712 [  7684] By: nick                                  on 2000/11/14  17:43:04
49713         Log: PerlIO #include and #ifdef re-work.
49714      Branch: perlio
49715            + fakesdio.h perliol.h
49716            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
49717            ! perlsdio.h perlsfio.h
49718 ____________________________________________________________________________
49719 [  7683] By: jhi                                   on 2000/11/14  15:42:40
49720         Log: Hoist the duplicated socket/netdb include logic to perl.h;
49721              undef SETERRNO in case SOCKS has defined it.  Based on:
49722              
49723              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
49724              From: Jens Hamisch <jens@Strawberry.COM> 
49725              Date: Tue, 14 Nov 2000 11:34:40 +0100
49726              Message-Id: <20001114113440.A20005@Strawberry.COM>
49727      Branch: perl
49728            ! doio.c perl.h pp_sys.c
49729 ____________________________________________________________________________
49730 [  7682] By: jhi                                   on 2000/11/14  14:07:28
49731         Log: Subject: some additions for makefiles for win32 (for perl@7674)
49732              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
49733              Date: Tue, 14 Nov 2000 09:31:13 +0300
49734              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
49735      Branch: perl
49736            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
49737            ! win32/makefile.mk
49738 ____________________________________________________________________________
49739 [  7681] By: jhi                                   on 2000/11/14  14:01:41
49740         Log: Subject: tiny typo in perl5db.pl
49741              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
49742              Date: Tue, 14 Nov 2000 09:29:28 +0300
49743              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
49744      Branch: perl
49745            ! lib/perl5db.pl
49746 ____________________________________________________________________________
49747 [  7680] By: jhi                                   on 2000/11/14  04:13:50
49748         Log: Redo #7679 with LFs instead of CRLFs.
49749      Branch: perl
49750            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
49751            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
49752            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
49753 ____________________________________________________________________________
49754 [  7679] By: jhi                                   on 2000/11/14  01:21:09
49755         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
49756              From: Benjamin Stuhl <tiriath@yahoo.com> 
49757              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
49758              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
49759      Branch: perl
49760            + win32/bin/mdelete.bat
49761            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
49762            ! makedef.pl perlio.c win32/Makefile win32/config.gc
49763            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
49764 ____________________________________________________________________________
49765 [  7678] By: jhi                                   on 2000/11/14  01:19:20
49766         Log: Fix the re extension building for Win32.
49767              
49768              Subject: [PATCH perl@7638] Get PerlIO building on Win32
49769              From: Benjamin Stuhl <tiriath@yahoo.com> 
49770              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
49771              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
49772      Branch: perl
49773            + ext/re/hints/MSWin32.pl
49774            ! MANIFEST
49775 ____________________________________________________________________________
49776 [  7677] By: jhi                                   on 2000/11/14  01:13:54
49777         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
49778              From: sthoenna@efn.org
49779              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
49780              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
49781      Branch: perl
49782            ! doop.c pp.c toke.c utf8.c utf8.h
49783 ____________________________________________________________________________
49784 [  7676] By: jhi                                   on 2000/11/13  20:23:15
49785         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
49786              From: Nicholas Clark <nick@ccl4.org>
49787              Date: Mon, 13 Nov 2000 18:55:04 +0000
49788              Message-ID: <20001113185504.J29183@plum.flirble.org>
49789      Branch: perl
49790            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
49791 ____________________________________________________________________________
49792 [  7675] By: nick                                  on 2000/11/13  20:21:57
49793         Log: Integrate mainline ...
49794      Branch: perlio
49795           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
49796           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
49797           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
49798           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
49799 ____________________________________________________________________________
49800 [  7674] By: jhi                                   on 2000/11/13  15:07:56
49801         Log: Update Changes.
49802      Branch: perl
49803            ! Changes patchlevel.h
49804 ____________________________________________________________________________
49805 [  7673] By: jhi                                   on 2000/11/13  14:42:42
49806         Log: Remove the new two tests of lib/io_xs for now, they seem to
49807              fail under perlio on some platforms.
49808      Branch: perl
49809            ! t/lib/io_xs.t
49810 ____________________________________________________________________________
49811 [  7672] By: jhi                                   on 2000/11/13  13:57:53
49812         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
49813      Branch: perl
49814            ! perlio.c
49815 ____________________________________________________________________________
49816 [  7671] By: jhi                                   on 2000/11/13  05:30:48
49817         Log: Placate nervous compilers that see longer than ints switch()ing.
49818      Branch: perl
49819            ! utf8.c
49820 ____________________________________________________________________________
49821 [  7670] By: jhi                                   on 2000/11/13  05:14:21
49822         Log: fputs() does return EOF on error but here we don't care.
49823      Branch: perl
49824            ! perlio.c
49825 ____________________________________________________________________________
49826 [  7669] By: jhi                                   on 2000/11/13  05:02:45
49827         Log: Declare reg_data like reg_substr_data.
49828      Branch: perl
49829            ! regexp.h
49830 ____________________________________________________________________________
49831 [  7668] By: jhi                                   on 2000/11/13  04:54:34
49832         Log: Typos in #7667.
49833      Branch: perl
49834            ! perl.h
49835 ____________________________________________________________________________
49836 [  7667] By: jhi                                   on 2000/11/13  04:49:49
49837         Log: Cleanup messy #ifdef.
49838      Branch: perl
49839            ! perl.h
49840 ____________________________________________________________________________
49841 [  7666] By: jhi                                   on 2000/11/13  04:17:34
49842         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
49843              From: Nicholas Clark <nick@talking.bollo.cx>
49844              Date: Sun, 12 Nov 2000 21:14:11 +0000
49845              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
49846              
49847              Note: only one breakage of the two reported is fixed by this patch.
49848      Branch: perl
49849            ! perlio.c
49850 ____________________________________________________________________________
49851 [  7665] By: jhi                                   on 2000/11/13  04:05:07
49852         Log: Tweak the definition of the bit complement on UTF-8 data:
49853              if none of the characters in the string are > 0xff,
49854              the result is a complemented byte string, not a (UTF-8)
49855              char string.  Based on the summary in
49856              
49857              Subject: Re: [ID 20000918.005] ~ on wide chars
49858              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
49859              Date: Fri, 10 Nov 2000 09:47:15 -0800
49860              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
49861              
49862              This should give us the maximum backward (pre-char string)
49863              compatibility and utf8 compatibility.  The other alternative
49864              would be to limit the bit complement to be always byte only,
49865              taking the least significant byte of the chars.
49866      Branch: perl
49867            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
49868 ____________________________________________________________________________
49869 [  7664] By: jhi                                   on 2000/11/13  00:23:44
49870         Log: Couple of tests from #7660 salvaged.
49871      Branch: perl
49872            - t/op/tell.t
49873            ! MANIFEST t/io/tell.t
49874 ____________________________________________________________________________
49875 [  7663] By: jhi                                   on 2000/11/13  00:02:48
49876         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
49877              From: Nicholas Clark <nick@talking.bollo.cx>
49878              Date: Sun, 12 Nov 2000 21:23:43 +0000
49879              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
49880      Branch: perl
49881            ! perlsfio.h
49882 ____________________________________________________________________________
49883 [  7662] By: jhi                                   on 2000/11/13  00:01:39
49884         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
49885              From: Nicholas Clark <nick@talking.bollo.cx>
49886              Date: Sun, 12 Nov 2000 21:30:04 +0000
49887              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
49888      Branch: perl
49889            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
49890 ____________________________________________________________________________
49891 [  7661] By: jhi                                   on 2000/11/12  23:57:29
49892         Log: Document tell() on special streams.
49893      Branch: perl
49894            ! pod/perlfunc.pod
49895 ____________________________________________________________________________
49896 [  7660] By: jhi                                   on 2000/11/12  23:54:22
49897         Log: (Subsumed by #7664)
49898      Branch: perl
49899            + t/op/tell.t
49900            ! MANIFEST
49901 ____________________________________________________________________________
49902 [  7659] By: jhi                                   on 2000/11/12  22:55:25
49903         Log: Many subdocumented return values of the IO extension now documented.
49904              ungetc and write still left subdocumented.
49905              
49906              Subject: [PATCH] (was Re: IO::Handle::ungetc)
49907              From: Nicholas Clark <nick@talking.bollo.cx>
49908              Date: Sun, 12 Nov 2000 21:35:53 +0000
49909              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
49910      Branch: perl
49911            ! ext/IO/lib/IO/Handle.pm
49912 ____________________________________________________________________________
49913 [  7658] By: jhi                                   on 2000/11/12  21:37:06
49914         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
49915              From: Nicholas Clark <nick@talking.bollo.cx>
49916              Date: Sun, 12 Nov 2000 20:03:22 +0000
49917              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
49918      Branch: perl
49919            ! pod/perlfunc.pod
49920 ____________________________________________________________________________
49921 [  7657] By: jhi                                   on 2000/11/12  20:34:55
49922         Log: Integrate perlio.
49923      Branch: perl
49924           !> perlio.c
49925 ____________________________________________________________________________
49926 [  7656] By: nick                                  on 2000/11/12  19:25:06
49927         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
49928      Branch: perlio
49929            ! perlio.c
49930 ____________________________________________________________________________
49931 [  7655] By: nick                                  on 2000/11/12  19:09:41
49932         Log: Integrate mainline
49933      Branch: perlio
49934           +> README.solaris ext/Encode/Encode/cp1006.enc
49935           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
49936           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
49937           +> ext/Encode/Encode/iso8859-13.enc
49938           +> ext/Encode/Encode/iso8859-14.enc
49939           +> ext/Encode/Encode/iso8859-15.enc
49940           !> (integrate 34 files)
49941 ____________________________________________________________________________
49942 [  7654] By: jhi                                   on 2000/11/12  19:00:22
49943         Log: Add a metaconfig unit for fsync.
49944      Branch: metaconfig/U/perl
49945            + d_fsync.U
49946 ____________________________________________________________________________
49947 [  7653] By: jhi                                   on 2000/11/12  19:00:01
49948         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
49949      Branch: perl
49950            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49951            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
49952            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
49953            ! vos/config.ga.h win32/config.bc win32/config.gc
49954            ! win32/config.vc
49955 ____________________________________________________________________________
49956 [  7652] By: jhi                                   on 2000/11/11  21:12:01
49957         Log: Copy the s// information of README.hpux also to the perlrun.
49958      Branch: perl
49959            ! README.hpux pod/perlrun.pod
49960 ____________________________________________________________________________
49961 [  7651] By: jhi                                   on 2000/11/11  21:03:13
49962         Log: More README.solaris updates from Andy Dougherty.
49963      Branch: perl
49964            ! README.solaris
49965 ____________________________________________________________________________
49966 [  7650] By: jhi                                   on 2000/11/11  18:38:57
49967         Log: More descriptive error for unknown perlio layers.
49968              
49969              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
49970              From: Dominic Dunlop <domo@computer.org> 
49971              Date: Sat, 11 Nov 2000 18:20:32 +0100             
49972              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
49973      Branch: perl
49974            ! perlio.c pod/perldiag.pod
49975 ____________________________________________________________________________
49976 [  7649] By: jhi                                   on 2000/11/11  18:37:52
49977         Log: MachTen doesn't really do mmap() and munmap().
49978              
49979              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
49980              From: Dominic Dunlop <domo@computer.org> 
49981              Date: Sat, 11 Nov 2000 18:20:32 +0100             
49982              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
49983      Branch: perl
49984            ! hints/machten.sh
49985 ____________________________________________________________________________
49986 [  7648] By: jhi                                   on 2000/11/11  18:36:46
49987         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
49988              From: rspier@pobox.com (Robert Spier)
49989              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
49990              Message-ID: <14861.32839.491271.985797@rls.cx>
49991      Branch: perl
49992            ! Porting/Contract pod/perltoot.pod
49993 ____________________________________________________________________________
49994 [  7647] By: jhi                                   on 2000/11/11  18:35:30
49995         Log: Simplify the getpagesize() unit by dropping the
49996              pagesize probe since it's nowadays slightly more
49997              complicated because of sysconf(). (Note: if some
49998              platform really needs the -lPW for getpagesize,
49999              I just broke it.)
50000              
50001              TODO: a new pagesize unit.
50002      Branch: metaconfig
50003            ! U/compline/d_getpagsz.U
50004 ____________________________________________________________________________
50005 [  7646] By: jhi                                   on 2000/11/11  18:33:23
50006         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
50007      Branch: perl
50008            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50009            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
50010            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
50011            ! vos/config.ga.h win32/config.bc win32/config.gc
50012            ! win32/config.vc
50013 ____________________________________________________________________________
50014 [  7645] By: jhi                                   on 2000/11/11  16:45:15
50015         Log: Use sysconf() or getpagesize() to find out the pagesize.
50016      Branch: perl
50017            ! perlio.c
50018 ____________________________________________________________________________
50019 [  7644] By: jhi                                   on 2000/11/11  15:46:08
50020         Log: Integrate perlio.
50021      Branch: perl
50022           !> perlio.c
50023 ____________________________________________________________________________
50024 [  7643] By: jhi                                   on 2000/11/11  15:33:36
50025         Log: Subject: Re: [PATCH] README.solaris
50026              From: Lupe Christoph <lupe@lupe-christoph.de>
50027              Date: Sat, 11 Nov 2000 14:08:10 +0100
50028              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
50029      Branch: perl
50030            ! README.solaris
50031 ____________________________________________________________________________
50032 [  7642] By: jhi                                   on 2000/11/11  15:22:12
50033         Log: Subject: [PATCH perl@7638] cygwin port
50034              From: "Eric Fifer" <egf7@columbia.edu>            
50035              Date: Fri, 10 Nov 2000 19:30:30 -0000
50036              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
50037      Branch: perl
50038            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
50039 ____________________________________________________________________________
50040 [  7641] By: nick                                  on 2000/11/11  14:50:36
50041         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
50042              Also call "Buf" layer directly when unread'ing non-read chars.
50043      Branch: perlio
50044            ! perlio.c
50045 ____________________________________________________________________________
50046 [  7640] By: jhi                                   on 2000/11/11  02:05:02
50047         Log: Add more encoding tables.
50048      Branch: perl
50049            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
50050            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
50051            + ext/Encode/Encode/iso8859-10.enc
50052            + ext/Encode/Encode/iso8859-13.enc
50053            + ext/Encode/Encode/iso8859-14.enc
50054            + ext/Encode/Encode/iso8859-15.enc
50055            ! MANIFEST
50056 ____________________________________________________________________________
50057 [  7639] By: jhi                                   on 2000/11/10  18:49:25
50058         Log: Subject: [PATCH] README.solaris
50059              From: Andy Dougherty <doughera@lafayette.edu>
50060              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
50061              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
50062      Branch: perl
50063            + README.solaris
50064            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
50065            ! pod/perl.pod pod/perltoc.pod
50066 ____________________________________________________________________________
50067 [  7638] By: jhi                                   on 2000/11/10  15:04:15
50068         Log: Update Changes.
50069      Branch: perl
50070            ! Changes patchlevel.h
50071 ____________________________________________________________________________
50072 [  7637] By: jhi                                   on 2000/11/10  14:14:28
50073         Log: Explain better why certain regex tests are skipped.
50074              
50075              Subject: Re: tests skipped: unknown reason
50076              From: Lupe Christoph <lupe@lupe-christoph.de>
50077              Date: Fri, 10 Nov 2000 09:08:56 +0100
50078              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
50079      Branch: perl
50080            ! t/op/regexp.t
50081 ____________________________________________________________________________
50082 [  7636] By: nick                                  on 2000/11/10  13:40:00
50083         Log: Integrate mainline.
50084      Branch: perlio
50085           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
50086           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
50087           !> win32/bin/search.pl
50088 ____________________________________________________________________________
50089 [  7635] By: nick                                  on 2000/11/10  13:25:52
50090         Log: Re-instate stdio large file support via perlio.
50091      Branch: perl
50092            ! perlio.c
50093 ____________________________________________________________________________
50094 [  7634] By: jhi                                   on 2000/11/10  04:49:55
50095         Log: Amdahl UTS hints updates.
50096              
50097              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
50098              From: hom00@utsglobal.com (Harold O Morris)
50099              Date: Thu, 9 Nov 2000 20:02 PST
50100              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
50101      Branch: perl
50102            ! hints/uts.sh
50103 ____________________________________________________________________________
50104 [  7633] By: jhi                                   on 2000/11/09  23:33:28
50105         Log: Subject: [PATCH] IO::Seekable pod
50106              From: Nicholas Clark <nick@talking.bollo.cx>
50107              Date: Thu, 9 Nov 2000 20:29:45 +0000
50108              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
50109      Branch: perl
50110            ! ext/IO/lib/IO/Handle.pm
50111 ____________________________________________________________________________
50112 [  7632] By: jhi                                   on 2000/11/09  21:55:41
50113         Log: Various doc oddball characters.
50114              
50115              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
50116              From: Michael Somos <somos@grail.cba.csuohio.edu>
50117              Date: Mon, 6 Nov 2000 17:44:20 -0500
50118              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
50119      Branch: perl
50120            ! emacs/cperl-mode.el lib/unicode/syllables.txt
50121            ! win32/bin/search.pl
50122 ____________________________________________________________________________
50123 [  7631] By: jhi                                   on 2000/11/09  21:12:29
50124         Log: Subject: Re: bash -c exit and linux hints 
50125              From: "John P. Linderman" <jpl@research.att.com>
50126              Date: Thu, 02 Nov 2000 09:37:25 -0500
50127              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
50128      Branch: perl
50129            ! hints/linux.sh
50130 ____________________________________________________________________________
50131 [  7630] By: nick                                  on 2000/11/09  20:34:11
50132         Log: Integrate mainline.
50133      Branch: perlio
50134           !> (integrate 91 files)
50135 ____________________________________________________________________________
50136 [  7629] By: jhi                                   on 2000/11/09  19:46:31
50137         Log: Missing dTHXs.
50138              
50139              Subject: RE: perl@7595 builds not on cygwin
50140              From: "Eric Fifer" <egf7@columbia.edu>
50141              Date: Thu, 9 Nov 2000 19:26:50 -0000
50142              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
50143      Branch: perl
50144            ! ext/Devel/Peek/Peek.xs
50145 ____________________________________________________________________________
50146 [  7628] By: jhi                                   on 2000/11/09  14:48:27
50147         Log: Disable only the tests 99 and 166 for UTF-8 locales.
50148      Branch: perl
50149            ! t/pragma/locale.t
50150 ____________________________________________________________________________
50151 [  7627] By: jhi                                   on 2000/11/09  14:40:27
50152         Log: There's no =head3.
50153      Branch: perl
50154            ! pod/perlhack.pod
50155 ____________________________________________________________________________
50156 [  7626] By: jhi                                   on 2000/11/09  13:54:26
50157         Log: The generated boot_* headers are wrong.  Pickier compiler,
50158              such as KAI C++ will refuse to compile the resulting perlmain.
50159              
50160              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
50161              From: Harri Pasanen <harri.pasanen@trema.com>
50162              Date: Thu, 09 Nov 2000 14:23:28 +0100
50163              Message-Id: <3A0AA550.26D548A3@trema.com>
50164      Branch: perl
50165            ! minimod.pl
50166 ____________________________________________________________________________
50167 [  7625] By: jhi                                   on 2000/11/09  13:50:44
50168         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
50169              From: Prymmer/Kahn <pvhp@best.com>
50170              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
50171              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
50172              
50173              All except the "cow orker" change.
50174      Branch: perl
50175            ! Porting/pumpkin.pod
50176 ____________________________________________________________________________
50177 [  7624] By: jhi                                   on 2000/11/09  13:45:33
50178         Log: Fix for
50179              
50180              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
50181              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
50182              Date: Thu, 09 Nov 2000 11:05:52 +0100
50183              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
50184      Branch: perl
50185            ! pod/perldiag.pod t/pragma/warn/pp_sys
50186 ____________________________________________________________________________
50187 [  7623] By: jhi                                   on 2000/11/09  13:37:16
50188         Log: Typo in an ifndef.
50189              
50190              Subject: Re: [PATCH 5.7.0] better messages from malloc()
50191              From: Joe Smith <jms@inwap.com>         
50192              Date: Thu, 09 Nov 2000 01:33:14 -0800
50193              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
50194      Branch: perl
50195            ! malloc.c
50196 ____________________________________________________________________________
50197 [  7622] By: jhi                                   on 2000/11/09  13:31:18
50198         Log: Remove unused extra arguments.
50199      Branch: metaconfig/U/perl
50200            ! perlxv.U
50201      Branch: perl
50202            ! Configure config_h.SH
50203 ____________________________________________________________________________
50204 [  7621] By: jhi                                   on 2000/11/09  13:16:36
50205         Log: More VMS moves on environment handling, from Charles Lane.
50206      Branch: perl
50207            ! t/pragma/locale.t
50208 ____________________________________________________________________________
50209 [  7620] By: jhi                                   on 2000/11/09  04:42:38
50210         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
50211              From: David Dyck <dcd@tc.fluke.com>
50212              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
50213              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
50214      Branch: perl
50215            ! pp_sys.c
50216 ____________________________________________________________________________
50217 [  7619] By: jhi                                   on 2000/11/09  04:36:21
50218         Log: Forgot from #7618.
50219      Branch: perl
50220            ! lib/File/stat.pm
50221 ____________________________________________________________________________
50222 [  7618] By: jhi                                   on 2000/11/09  04:28:44
50223         Log: Make deleting for %ENV work for (newer versions of) VMS,
50224              from Craig A. Berry.
50225      Branch: perl
50226            ! vms/vms.c
50227 ____________________________________________________________________________
50228 [  7617] By: jhi                                   on 2000/11/09  04:25:05
50229         Log: Subject: [PATCH] Class::Struct at compile time
50230              From: "Casey R. Tweten" <crt@kiski.net>
50231              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
50232              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
50233      Branch: perl
50234            ! lib/Class/Struct.pm
50235 ____________________________________________________________________________
50236 [  7616] By: jhi                                   on 2000/11/09  04:15:17
50237         Log: Subject: [ID 20001108.013] spelling
50238              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
50239              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
50240              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
50241      Branch: perl
50242            ! lib/ftp.pl
50243 ____________________________________________________________________________
50244 [  7615] By: jhi                                   on 2000/11/09  04:12:42
50245         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
50246              From: Peter Prymmer <pvhp@forte.com>
50247              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
50248              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
50249      Branch: perl
50250            ! configure.com
50251 ____________________________________________________________________________
50252 [  7614] By: jhi                                   on 2000/11/08  22:42:55
50253         Log: A missing aTHX_.
50254      Branch: perl
50255            ! ext/IPC/SysV/SysV.xs
50256 ____________________________________________________________________________
50257 [  7613] By: jhi                                   on 2000/11/08  19:30:21
50258         Log: Update Changes.
50259      Branch: perl
50260            ! Changes patchlevel.h
50261 ____________________________________________________________________________
50262 [  7612] By: jhi                                   on 2000/11/08  18:35:25
50263         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
50264              From: David Dyck <dcd@tc.fluke.com>
50265              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
50266              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
50267      Branch: perl
50268            ! pp_sys.c
50269 ____________________________________________________________________________
50270 [  7611] By: jhi                                   on 2000/11/08  18:30:26
50271         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
50272              From: Dominic Dunlop <domo@computer.org>
50273              Date: Tue, 7 Nov 2000 12:05:25 +0100
50274              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
50275      Branch: perl
50276            ! malloc.c
50277 ____________________________________________________________________________
50278 [  7610] By: jhi                                   on 2000/11/08  18:25:14
50279         Log: Do not test UTF-8 locales since that the tests would require
50280              polymorphic regexen.
50281      Branch: perl
50282            ! t/pragma/locale.t
50283 ____________________________________________________________________________
50284 [  7609] By: jhi                                   on 2000/11/08  17:12:51
50285         Log: Locale buglets.
50286              
50287              Subject: RE: Locales support (setlocale) fixes
50288              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
50289              Date: Wed, 8 Nov 2000 20:01:39 +0300
50290              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
50291      Branch: perl
50292            ! t/pragma/locale.t util.c
50293 ____________________________________________________________________________
50294 [  7608] By: jhi                                   on 2000/11/08  17:00:16
50295         Log: Deleting $ENV{PATH} in VMS is not recommendable.
50296      Branch: perl
50297            ! t/pragma/locale.t
50298 ____________________________________________________________________________
50299 [  7607] By: jhi                                   on 2000/11/08  16:58:26
50300         Log: Subject: PATCH std stdio for (Free)BSD
50301              From: Nicholas Clark <nick@ccl4.org>
50302              Date: Wed, 8 Nov 2000 15:36:29 +0000
50303              Message-ID: <20001108153629.D98736@plum.flirble.org>
50304      Branch: metaconfig
50305            ! U/compline/d_stdstdio.U
50306      Branch: perl
50307            ! Configure config_h.SH
50308 ____________________________________________________________________________
50309 [  7606] By: jhi                                   on 2000/11/08  16:43:31
50310         Log: Forgot to bump the line numbers in #7601.
50311      Branch: perl
50312            ! t/pragma/warn/pp_sys
50313 ____________________________________________________________________________
50314 [  7605] By: jhi                                   on 2000/11/08  16:39:12
50315         Log: More careful detection of how well NVs and UVs mix.
50316              
50317              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))
50318              From: Nicholas Clark <nick@ccl4.org>
50319              Date: Wed, 8 Nov 2000 15:14:12 +0000
50320              Message-ID: <20001108151412.B98736@plum.flirble.org>
50321              
50322              Added some SIGFPE paranoia.
50323      Branch: metaconfig/U/perl
50324            ! perlxv.U
50325      Branch: perl
50326            ! Configure config_h.SH
50327 ____________________________________________________________________________
50328 [  7604] By: jhi                                   on 2000/11/08  14:39:10
50329         Log: Subject: [patch perl@7595] VMS configure.com tweak
50330              From: "Craig A. Berry" <craigberry@mac.com>
50331              Date: Wed, 8 Nov 2000 00:24:12 -0600
50332              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
50333      Branch: perl
50334            ! configure.com
50335 ____________________________________________________________________________
50336 [  7603] By: jhi                                   on 2000/11/08  14:27:11
50337         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
50338              From: Robin Barker <rmb1@cise.npl.co.uk>
50339              Date: Wed, 8 Nov 2000 11:11:39 GMT
50340              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
50341      Branch: perl
50342            ! perlio.c
50343 ____________________________________________________________________________
50344 [  7602] By: jhi                                   on 2000/11/08  14:25:03
50345         Log: Fix for the tie-refhash string table leaks.
50346              
50347              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
50348              Date: Wed, 8 Nov 2000 13:03:04 GMT
50349              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
50350      Branch: perl
50351            ! t/lib/tie-refhash.t
50352 ____________________________________________________________________________
50353 [  7601] By: jhi                                   on 2000/11/08  14:21:08
50354         Log: Try to avoid flockless and emulationless places.
50355      Branch: perl
50356            ! t/pragma/warn/pp_sys
50357 ____________________________________________________________________________
50358 [  7600] By: jhi                                   on 2000/11/08  02:28:54
50359         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
50360              
50361              Subject: [PATCH] prototyped functions that should be overrideable
50362              From: "Casey R. Tweten" <crt@kiski.net>
50363              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
50364              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
50365      Branch: perl
50366            ! toke.c
50367 ____________________________________________________________________________
50368 [  7599] By: jhi                                   on 2000/11/08  01:12:05
50369         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
50370              
50371              Subject: [PATCH] perlbug.PL
50372              From: "Kurt D. Starsinic" <kstar@chapin.edu>
50373              Date: Mon, 6 Nov 2000 21:39:01 -0500
50374              Message-ID: <20001106213901.B20955@O2.chapin.edu>
50375      Branch: perl
50376            ! utils/perlbug.PL
50377 ____________________________________________________________________________
50378 [  7598] By: jhi                                   on 2000/11/07  23:42:00
50379         Log: Bad thinko in #7581 (I used the test program with the expanded
50380              values as-is).
50381      Branch: metaconfig
50382            ! U/compline/d_stdstdio.U
50383      Branch: perl
50384            ! Configure
50385 ____________________________________________________________________________
50386 [  7597] By: jhi                                   on 2000/11/07  21:43:29
50387         Log: Subject: [PATCH perl@7573] cygwin port
50388              From: "Fifer, Eric" <EFifer@sanwaint.com>
50389              Date: Tue, 7 Nov 2000 18:08:51 -0000 
50390              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
50391              
50392              Synchronize with Cygwin 1.1.5.
50393      Branch: perl
50394            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
50395            ! pod/perlport.pod unixish.h util.c
50396 ____________________________________________________________________________
50397 [  7596] By: jhi                                   on 2000/11/07  21:39:25
50398         Log: perlhack updates from H.Merijn Brand.
50399      Branch: perl
50400            ! pod/perlhack.pod
50401 ____________________________________________________________________________
50402 [  7595] By: jhi                                   on 2000/11/07  20:21:41
50403         Log: Update Changes.
50404      Branch: perl
50405            ! Changes patchlevel.h
50406 ____________________________________________________________________________
50407 [  7594] By: jhi                                   on 2000/11/07  19:18:58
50408         Log: Be more robust in Dynaloader.pm.
50409      Branch: perl
50410            ! ext/DynaLoader/DynaLoader_pm.PL
50411 ____________________________________________________________________________
50412 [  7593] By: jhi                                   on 2000/11/07  16:49:31
50413         Log: AUTHORS update.
50414      Branch: perl
50415            ! AUTHORS
50416 ____________________________________________________________________________
50417 [  7592] By: gsar                                  on 2000/11/07  16:39:51
50418         Log: normalize relative paths in virtualized current directory on windows,
50419              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
50420              returns)
50421      Branch: perl
50422            ! win32/vdir.h
50423 ____________________________________________________________________________
50424 [  7591] By: jhi                                   on 2000/11/07  16:04:26
50425         Log: Too profiler-happy: with optimization the #7590 actually makes
50426              the test to run 0.5% _slower_.  Requires much more instrumentation.
50427              Retract #7590.
50428      Branch: perl
50429            ! regcomp.c regcomp.h
50430 ____________________________________________________________________________
50431 [  7590] By: jhi                                   on 2000/11/07  15:51:13
50432         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
50433              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
50434              by using memset() and testing bytewise (as opposed to bitwise).
50435      Branch: perl
50436            ! regcomp.c regcomp.h
50437 ____________________________________________________________________________
50438 [  7589] By: jhi                                   on 2000/11/07  12:56:39
50439         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
50440              From: "Craig A. Berry" <craig.berry@psinetcs.com>
50441              Date: Mon, 06 Nov 2000 23:45:30 -0500
50442              Message-Id: <0011079735.AA973576259@univpress.com>
50443      Branch: perl
50444            ! configure.com t/lib/st-lock.t
50445 ____________________________________________________________________________
50446 [  7588] By: jhi                                   on 2000/11/07  01:03:28
50447         Log: Tweak #7587.
50448      Branch: perl
50449            ! pod/perldiag.pod
50450 ____________________________________________________________________________
50451 [  7587] By: jhi                                   on 2000/11/07  01:00:27
50452         Log: A doc addition for bug id 20001105.019, beware \p.
50453      Branch: perl
50454            ! pod/perldiag.pod
50455 ____________________________________________________________________________
50456 [  7586] By: jhi                                   on 2000/11/07  00:32:22
50457         Log: Fake support of holey files in win/dosish platforms.
50458              
50459              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
50460              From: kipp@shonanblue.ne.jp
50461              Date: Mon, 6 Nov 2000 13:30:55 -0800
50462              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
50463      Branch: perl
50464            ! ext/SDBM_File/sdbm/sdbm.c
50465 ____________________________________________________________________________
50466 [  7585] By: jhi                                   on 2000/11/07  00:12:54
50467         Log: Subject: Pod updates
50468              From: "Stephen P. Potter" <spp@spotter.yi.org>
50469              Date: Mon, 06 Nov 2000 18:56:43 -0500
50470              Message-Id: <200011062357.SAA18173@spotter.yi.org>
50471      Branch: perl
50472            ! README.dos README.os2 README.win32 pod/buildtoc.PL
50473            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
50474            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
50475            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
50476            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
50477            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
50478            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
50479            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
50480            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
50481            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
50482            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
50483            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
50484            ! pod/perltootc.pod pod/perlunicode.pod
50485 ____________________________________________________________________________
50486 [  7584] By: jhi                                   on 2000/11/07  00:04:17
50487         Log: Varargs don't always work too well if one puts an unsigned
50488              char on the stack and pop an unsigned quad off the stack.
50489              
50490              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
50491              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
50492              Date: Mon, 06 Nov 2000 15:19:05 -0800
50493              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
50494      Branch: perl
50495            ! utf8.c
50496 ____________________________________________________________________________
50497 [  7583] By: jhi                                   on 2000/11/06  23:58:48
50498         Log: %ENV note tweaks from Dan Sugalski.
50499      Branch: perl
50500            ! pod/perlport.pod vms/perlvms.pod
50501 ____________________________________________________________________________
50502 [  7582] By: jhi                                   on 2000/11/06  23:05:49
50503         Log: glibc5 detection by __GNU_LIBRARY__.
50504      Branch: perl
50505            ! toke.c
50506 ____________________________________________________________________________
50507 [  7581] By: jhi                                   on 2000/11/06  22:51:29
50508         Log: Make the stdio test program of 7427 less noisy while being 
50509              compiled so that Digital UNIX wouldn't get both
50510              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
50511              undefined.  This makes perlio happy.
50512      Branch: metaconfig
50513            ! U/compline/d_stdstdio.U
50514      Branch: perl
50515            ! Configure config_h.SH
50516 ____________________________________________________________________________
50517 [  7580] By: jhi                                   on 2000/11/06  22:41:41
50518         Log: Document %ENV = () portability issues.
50519      Branch: perl
50520            ! pod/perlport.pod vms/perlvms.pod
50521 ____________________________________________________________________________
50522 [  7579] By: jhi                                   on 2000/11/06  21:29:24
50523         Log: VOS updates from Paul Green.
50524      Branch: perl
50525            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
50526 ____________________________________________________________________________
50527 [  7578] By: jhi                                   on 2000/11/06  21:00:40
50528         Log: Sanitize the environment further.
50529      Branch: perl
50530            ! t/pragma/locale.t
50531 ____________________________________________________________________________
50532 [  7577] By: jhi                                   on 2000/11/06  20:53:51
50533         Log: Re-introduce 7552 lost in integration.
50534      Branch: perl
50535            ! perlio.c
50536 ____________________________________________________________________________
50537 [  7576] By: jhi                                   on 2000/11/06  20:33:46
50538         Log: Admit that the test leaks scalars.
50539      Branch: perl
50540            ! t/comp/proto.t
50541 ____________________________________________________________________________
50542 [  7575] By: jhi                                   on 2000/11/06  20:17:08
50543         Log: Integrate perlio.
50544      Branch: perl
50545           !> perlio.c
50546 ____________________________________________________________________________
50547 [  7574] By: nick                                  on 2000/11/06  20:07:28
50548         Log: Remove debug. Try (Mmap_t) on madvise() call.
50549      Branch: perlio
50550            ! perlio.c
50551 ____________________________________________________________________________
50552 [  7573] By: jhi                                   on 2000/11/06  13:56:05
50553         Log: Update Changes.
50554      Branch: perl
50555            ! Changes patchlevel.h
50556 ____________________________________________________________________________
50557 [  7572] By: jhi                                   on 2000/11/06  13:48:41
50558         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
50559              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50560              Date: Mon, 06 Nov 2000 10:11:42 +0100
50561              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
50562      Branch: perl
50563            ! pod/perlhack.pod
50564 ____________________________________________________________________________
50565 [  7571] By: jhi                                   on 2000/11/06  01:45:51
50566         Log: AUTHORS updates.
50567      Branch: perl
50568            ! AUTHORS
50569 ____________________________________________________________________________
50570 [  7570] By: jhi                                   on 2000/11/06  00:18:00
50571         Log: Fix for
50572              
50573              Subject: [ID 20000728.005] perl -P broken
50574              From: David Dyck <dcd@tc.fluke.com>
50575              Date: Fri, 28 Jul 2000 17:19:16 -0700
50576              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
50577              
50578              (hopefully).  The fix is also not complete, it seems to break
50579              BOM swallowing for libc5 systems, but until someone figures
50580              out a way to do this without ftell(), this will do.
50581      Branch: perl
50582            ! toke.c
50583 ____________________________________________________________________________
50584 [  7569] By: jhi                                   on 2000/11/06  00:05:30
50585         Log: Document that the evaled syntax errors cause scalar leaks.
50586      Branch: perl
50587            ! t/comp/proto.t
50588 ____________________________________________________________________________
50589 [  7568] By: jhi                                   on 2000/11/05  23:14:47
50590         Log: opmini.o can linger from Configures past.
50591      Branch: perl
50592            ! Makefile.SH
50593 ____________________________________________________________________________
50594 [  7567] By: jhi                                   on 2000/11/05  21:28:39
50595         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
50596              first argument correctly.
50597      Branch: perl
50598            ! perlio.c
50599 ____________________________________________________________________________
50600 [  7566] By: jhi                                   on 2000/11/05  21:15:56
50601         Log: Integrate perlio.
50602      Branch: perl
50603           !> perlio.c
50604 ____________________________________________________________________________
50605 [  7565] By: jhi                                   on 2000/11/05  21:15:13
50606         Log: Use -dM for gcc (the suggested patch did it only for Linux,
50607              but I think it can be generalized).
50608              
50609              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
50610              From: Pixel <pixel@mandrakesoft.com>
50611              Date: 05 Nov 2000 21:49:34 +0100 
50612              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
50613      Branch: perl
50614            ! ext/Errno/Errno_pm.PL
50615 ____________________________________________________________________________
50616 [  7564] By: nick                                  on 2000/11/05  21:09:18
50617         Log: Added a mmap layer as a "subclass" of perlio.
50618              PERLIO=mmap ./perl harness passes
50619      Branch: perlio
50620            ! perlio.c
50621 ____________________________________________________________________________
50622 [  7563] By: jhi                                   on 2000/11/05  19:48:55
50623         Log: Add a note for future generations about bug id 20000229.006.
50624      Branch: perl
50625            ! malloc.c
50626 ____________________________________________________________________________
50627 [  7562] By: jhi                                   on 2000/11/05  19:38:24
50628         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
50629      Branch: perl
50630            ! pp_ctl.c t/op/pos.t
50631 ____________________________________________________________________________
50632 [  7561] By: jhi                                   on 2000/11/05  18:21:46
50633         Log: Add =pod to be tidy.
50634      Branch: perl
50635            ! lib/Math/Complex.pm
50636 ____________________________________________________________________________
50637 [  7560] By: jhi                                   on 2000/11/05  17:38:46
50638         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
50639      Branch: perl
50640            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
50641            ! ext/Storable/Storable.xs t/lib/st-recurse.t
50642 ____________________________________________________________________________
50643 [  7559] By: jhi                                   on 2000/11/05  17:32:59
50644         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
50645              From: "Peter J. Farley III" <pjfarley@banet.net>
50646              Date: Sun, 05 Nov 2000 11:55:59 -0500
50647              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
50648      Branch: perl
50649            ! t/lib/syslog.t
50650 ____________________________________________________________________________
50651 [  7558] By: jhi                                   on 2000/11/05  17:29:19
50652         Log: Integrate perlio.
50653      Branch: perl
50654           !> perlio.c
50655 ____________________________________________________________________________
50656 [  7557] By: jhi                                   on 2000/11/05  17:22:01
50657         Log: A fix of sorts for 20000329.026, a better error message
50658              for a missing "use charnames" when using the \N{...}. 
50659      Branch: perl
50660            ! pod/perldiag.pod toke.c
50661 ____________________________________________________________________________
50662 [  7556] By: jhi                                   on 2000/11/05  16:33:50
50663         Log: Test tweak: show also the failed locales.
50664              
50665              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
50666              From: Lupe Christoph <lupe@lupe-christoph.de>         
50667              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
50668              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
50669      Branch: perl
50670            ! t/pragma/locale.t
50671 ____________________________________________________________________________
50672 [  7555] By: nick                                  on 2000/11/05  11:09:34
50673         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
50674              open RDWR so does not fail. (pragma/warnings 303 again...)
50675      Branch: perlio
50676            ! perlio.c
50677 ____________________________________________________________________________
50678 [  7554] By: nick                                  on 2000/11/05  10:10:13
50679         Log: Fix case where ungetc(f,EOF) was allowed.
50680              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
50681              so we can see similarities.
50682              Use types more carefully and a STDCHAR array in hope that this will
50683              fix Jarrko's 64bit machine.
50684      Branch: perlio
50685            ! perlio.c
50686 ____________________________________________________________________________
50687 [  7553] By: jhi                                   on 2000/11/05  01:12:16
50688         Log: Fix for
50689              
50690              Subject: [ID 20001004.007] taint propogation is inconsistent
50691              From: pimlott@idiomtech.com (Andrew Pimlott) 
50692              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
50693              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
50694              
50695              The culprit was sv_setsv() which was rather blindly
50696              propagating taint, which lead to behaviour where if
50697              a tainted anon hash value was seen all the hash values
50698              from then on at that level became tainted, or at any
50699              upper levels in the case of nested anon hashes.
50700      Branch: perl
50701            ! sv.c t/op/taint.t
50702 ____________________________________________________________________________
50703 [  7552] By: jhi                                   on 2000/11/04  23:44:18
50704         Log: Some cpps don't like splitting conditionals across several lines.
50705      Branch: perl
50706            ! perlio.c
50707 ____________________________________________________________________________
50708 [  7551] By: nick                                  on 2000/11/04  23:40:44
50709         Log: Integrate mainline
50710      Branch: perlio
50711           !> pp_hot.c t/op/taint.t
50712 ____________________________________________________________________________
50713 [  7550] By: nick                                  on 2000/11/04  23:39:05
50714         Log: Integrate mainline again
50715      Branch: perlio
50716           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
50717           !> t/lib/b.t t/op/misc.t util.c
50718 ____________________________________________________________________________
50719 [  7549] By: jhi                                   on 2000/11/04  23:14:01
50720         Log: Fix for
50721              
50722              Subject: [ID 20001004.006] undef is never tainted
50723              From: pimlott@idiomtech.com (Andrew Pimlott)
50724              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
50725              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
50726              
50727              An undef read from a slurped file was not tainted.
50728      Branch: perl
50729            ! pp_hot.c t/op/taint.t
50730 ____________________________________________________________________________
50731 [  7548] By: jhi                                   on 2000/11/04  22:56:21
50732         Log: Test tweak ($Config{useperlio} is by default undef) .
50733      Branch: perl
50734            ! t/lib/b.t
50735 ____________________________________________________________________________
50736 [  7547] By: jhi                                   on 2000/11/04  22:43:56
50737         Log: Integrate perlio.
50738      Branch: perl
50739           +> lib/perlio.pm
50740           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
50741           !> pod/perlapi.pod t/lib/b.t
50742 ____________________________________________________________________________
50743 [  7546] By: jhi                                   on 2000/11/04  22:40:59
50744         Log: Configure would use a bad $myuname from an old config.sh.
50745              
50746              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
50747              From: Andy Dougherty <doughera@lafayette.edu>
50748              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
50749              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
50750      Branch: metaconfig
50751            ! U/modified/Oldconfig.U
50752      Branch: perl
50753            ! Configure config_h.SH
50754 ____________________________________________________________________________
50755 [  7545] By: jhi                                   on 2000/11/04  22:36:54
50756         Log: Subject: Locales support (setlocale) fixes
50757              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
50758              Date: Sat, 4 Nov 2000 10:15:48 +0300 
50759              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
50760              
50761              Modified quite a bit to be more portable.
50762      Branch: perl
50763            ! embed.h embed.pl perl.h proto.h util.c
50764 ____________________________________________________________________________
50765 [  7544] By: jhi                                   on 2000/11/04  22:32:47
50766         Log: Dying is too strict here, better just skip.
50767      Branch: perl
50768            ! t/op/misc.t
50769 ____________________________________________________________________________
50770 [  7543] By: nick                                  on 2000/11/04  21:55:13
50771         Log: Merge mainline
50772      Branch: perlio
50773           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
50774           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
50775           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
50776           !> (integrate 64 files)
50777 ____________________________________________________________________________
50778 [  7542] By: jhi                                   on 2000/11/04  21:09:28
50779         Log: More Changes tweakery.
50780      Branch: perl
50781            ! Changes Porting/genlog
50782 ____________________________________________________________________________
50783 [  7541] By: jhi                                   on 2000/11/04  20:58:18
50784         Log: Changes fixups.
50785      Branch: perl
50786            ! Changes
50787 ____________________________________________________________________________
50788 [  7540] By: jhi                                   on 2000/11/04  20:42:38
50789         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
50790              create a "fast path" for locale name probing using "locale -a"
50791              if available, squash finally hopefully the s?printf resetting
50792              the numeric locale (since, IIUC perllocale, it never shouldn't). 
50793      Branch: perl
50794            ! sv.c t/op/misc.t t/pragma/locale.t
50795 ____________________________________________________________________________
50796 [  7539] By: nick                                  on 2000/11/04  19:56:10
50797         Log: PerlIO infrastructure complete.
50798      Branch: perlio
50799            + lib/perlio.pm
50800            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
50801 ____________________________________________________________________________
50802 [  7538] By: nick                                  on 2000/11/04  14:31:32
50803         Log: Type tweaks + less contorted allocation scheme
50804      Branch: perlio
50805            ! perlio.c
50806 ____________________________________________________________________________
50807 [  7537] By: nick                                  on 2000/11/04  12:40:42
50808         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
50809              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
50810              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
50811              sensible) which lead to some interesting fails.
50812      Branch: perlio
50813            ! perlio.c
50814 ____________________________________________________________________________
50815 [  7536] By: jhi                                   on 2000/11/04  00:20:02
50816         Log: Add FCNTL_CAN_LOCK.
50817              
50818              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
50819              From: Andy Dougherty <doughera@lafayette.edu>
50820              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
50821              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
50822              
50823              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
50824              From: Andy Dougherty <doughera@lafayette.edu>
50825              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
50826              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
50827      Branch: metaconfig/U/perl
50828            + d_fcntl_can_lock.U
50829            ! startperl.U
50830      Branch: perl
50831            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50832            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
50833            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
50834            ! vos/config.ga.h win32/config.bc win32/config.gc
50835            ! win32/config.vc
50836 ____________________________________________________________________________
50837 [  7535] By: nick                                  on 2000/11/03  22:19:10
50838         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
50839              - Works on Linux with
50840              perlio + unix
50841              stdio
50842              - Works on Solaris with
50843              perlio + unix
50844              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
50845              - Fails (hangs in openpid) if you try and stack
50846              perlio + stdio - Linux stdio's read() logic is hanging.
50847      Branch: perlio
50848            ! iperlsys.h perlio.c
50849 ____________________________________________________________________________
50850 [  7534] By: jhi                                   on 2000/11/03  15:16:02
50851         Log: Subject: Re: README.aix
50852              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50853              Date: Fri, 03 Nov 2000 16:03:15 +0100
50854              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
50855      Branch: perl
50856            ! README.aix
50857 ____________________________________________________________________________
50858 [  7533] By: jhi                                   on 2000/11/03  03:59:02
50859         Log: Subject: [PATCH 5.7.0] better messages from malloc()
50860              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50861              Date: Wed, 1 Nov 2000 23:39:56 -0500
50862              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
50863      Branch: perl
50864            ! malloc.c pod/perldiag.pod
50865 ____________________________________________________________________________
50866 [  7532] By: jhi                                   on 2000/11/03  00:11:56
50867         Log: The #7521 touched things it shouldn't have.
50868      Branch: perl
50869            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
50870 ____________________________________________________________________________
50871 [  7531] By: jhi                                   on 2000/11/02  22:32:33
50872         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
50873              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
50874              Date:     Thu, 2 Nov 2000 16:58:36 EST
50875              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
50876      Branch: perl
50877            ! vms/gen_shrfls.pl
50878 ____________________________________________________________________________
50879 [  7530] By: jhi                                   on 2000/11/02  22:08:49
50880         Log: Fix the problem discussed in
50881              
50882              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
50883              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
50884              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
50885              
50886              originally from Linc Madison.  Also Andreas König's comments
50887              taken into account.  Some other problems with Tie::SubstrHash
50888              fixed: didn't croak when the table exceeded the requested number
50889              of entries (as documented) but instead when the number of entries
50890              exceeded the size of the table, a croak() had an unnecessary \n,
50891              didn't have a CLEAR method, documented that there is no exists().
50892              Didn't fix to be strict-proof because the module uses &foo; and
50893              dynamic scope.  Added a test script exercizing both first tamely 
50894              the basic functionality, and then the failure cases reported by
50895              Linc Madison.
50896      Branch: perl
50897            + t/lib/tie-substrhash.t
50898            ! MANIFEST lib/Tie/SubstrHash.pm
50899 ____________________________________________________________________________
50900 [  7529] By: jhi                                   on 2000/11/02  17:58:08
50901         Log: recv() can fail and return undef.
50902              
50903              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
50904              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
50905              Date: Thu, 2 Nov 2000 20:12:20 +0300
50906              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
50907      Branch: perl
50908            ! lib/Net/Ping.pm
50909 ____________________________________________________________________________
50910 [  7528] By: jhi                                   on 2000/11/02  17:49:09
50911         Log: Detpyo.
50912      Branch: perl
50913            ! pod/perlop.pod
50914 ____________________________________________________________________________
50915 [  7527] By: jhi                                   on 2000/11/02  15:48:37
50916         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
50917              fix a autovivification bug in Tie::RefHash, add tests for both.
50918              
50919              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
50920              From: Edward Avis <epa98@doc.ic.ac.uk>
50921              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
50922              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
50923      Branch: perl
50924            + t/lib/tie-refhash.t
50925            ! MANIFEST lib/Tie/RefHash.pm
50926 ____________________________________________________________________________
50927 [  7526] By: jhi                                   on 2000/11/02  13:56:26
50928         Log: Test::Harness revealed buglets in the new DynaLoader.
50929              
50930              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
50931              From: andreas.koenig@anima.de (Andreas J. Koenig)
50932              Date: 02 Nov 2000 11:26:48 +0100 
50933              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
50934      Branch: perl
50935            ! ext/DynaLoader/DynaLoader_pm.PL
50936 ____________________________________________________________________________
50937 [  7525] By: jhi                                   on 2000/11/01  23:52:08
50938         Log: The entry for #7503 was missing.
50939      Branch: perl
50940            ! Changes
50941 ____________________________________________________________________________
50942 [  7524] By: jhi                                   on 2000/11/01  23:40:52
50943         Log: Update Changes.
50944      Branch: perl
50945            ! Changes patchlevel.h
50946 ____________________________________________________________________________
50947 [  7523] By: jhi                                   on 2000/11/01  22:57:09
50948         Log: More tweaking on the #7522 theme.
50949      Branch: perl
50950            ! ext/DynaLoader/DynaLoader_pm.PL
50951 ____________________________________________________________________________
50952 [  7522] By: jhi                                   on 2000/11/01  22:06:15
50953         Log: Expand %Config variables and %ENV variables only if
50954              so requested during build time using the
50955              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
50956              Not expanding makes relocating distributions easier.
50957      Branch: perl
50958            ! ext/DynaLoader/DynaLoader_pm.PL
50959 ____________________________________________________________________________
50960 [  7521] By: jhi                                   on 2000/11/01  20:56:34
50961         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
50962              and setgid() because they were just changing $< and $( which means
50963              only changing the real uid/gid, as opposed to changing both
50964              real and effective ids.  (The alternative way could have been
50965              in POSIX.pm to change $> and $), too, but making a direct call
50966              to the C API feels cleaner.)  Fixes the bug
50967              
50968              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
50969              From: "Garry T. Williams" <garry@zvolve.com>
50970              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
50971              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
50972      Branch: perl
50973            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
50974            ! ext/POSIX/typemap pod/perlvar.pod
50975 ____________________________________________________________________________
50976 [  7520] By: jhi                                   on 2000/11/01  20:08:33
50977         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
50978              From: "Garry T. Williams" <garry@zvolve.com>
50979              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
50980              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
50981      Branch: perl
50982            ! pod/perlsec.pod
50983 ____________________________________________________________________________
50984 [  7519] By: jhi                                   on 2000/11/01  20:01:22
50985         Log: Locale warning explanation tweak.
50986      Branch: perl
50987            ! pod/perldiag.pod
50988 ____________________________________________________________________________
50989 [  7518] By: jhi                                   on 2000/11/01  18:57:13
50990         Log: C.pm part of
50991              
50992              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
50993              From: Jarkko Hietaniemi <jhi@iki.fi>
50994              Date: Tue, 10 Oct 2000 08:22:28 -0500
50995              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
50996      Branch: perl
50997            ! ext/B/B/C.pm
50998 ____________________________________________________________________________
50999 [  7517] By: jhi                                   on 2000/11/01  18:41:59
51000         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
51001              From: Martien Verbruggen <mgjv@comdyn.com.au>
51002              Date: Fri, 6 Oct 2000 14:09:10 +1100
51003              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
51004      Branch: perl
51005            ! pod/perlop.pod
51006 ____________________________________________________________________________
51007 [  7516] By: jhi                                   on 2000/11/01  18:34:55
51008         Log: Generalize the Camel wording.
51009              
51010              Subject: Re: perlfaq style changes
51011              From: John Borwick <jhborwic@unity.ncsu.edu>
51012              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
51013              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
51014      Branch: perl
51015            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
51016 ____________________________________________________________________________
51017 [  7515] By: jhi                                   on 2000/11/01  16:52:31
51018         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
51019              From: pimlott@idiomtech.com (Andrew Pimlott)
51020              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
51021              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
51022      Branch: perl
51023            ! pod/perlsec.pod
51024 ____________________________________________________________________________
51025 [  7514] By: jhi                                   on 2000/11/01  15:03:40
51026         Log: More AIX lore.
51027      Branch: perl
51028            ! ext/re/hints/aix.pl
51029 ____________________________________________________________________________
51030 [  7513] By: jhi                                   on 2000/11/01  14:48:30
51031         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
51032              From: root <root@chronos.fi.muni.cz>
51033              Date: Wed, 1 Nov 2000 12:31:32 +0100
51034              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
51035      Branch: perl
51036            ! lib/Net/Ping.pm
51037 ____________________________________________________________________________
51038 [  7512] By: jhi                                   on 2000/11/01  14:46:47
51039         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
51040              From: Martin Husemann <martin@duskware.de>
51041              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
51042              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
51043      Branch: perl
51044            ! regcomp.c
51045 ____________________________________________________________________________
51046 [  7511] By: jhi                                   on 2000/11/01  14:39:50
51047         Log: AUTHORS updates.
51048      Branch: perl
51049            ! AUTHORS
51050 ____________________________________________________________________________
51051 [  7510] By: jhi                                   on 2000/11/01  14:29:50
51052         Log: Subject: [PATCH] startperl to respect versiononly
51053              From: Robin Barker <rmb1@cise.npl.co.uk> 
51054              Date: Tue, 31 Oct 2000 16:29:36 GMT
51055              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
51056      Branch: metaconfig/U/perl
51057            ! startperl.U
51058      Branch: perl
51059            ! Configure config_h.SH
51060 ____________________________________________________________________________
51061 [  7509] By: jhi                                   on 2000/11/01  14:19:53
51062         Log: printf UVs the correct way, noticed by Robin Barker.
51063      Branch: perl
51064            ! utf8.c
51065 ____________________________________________________________________________
51066 [  7508] By: jhi                                   on 2000/11/01  14:10:03
51067         Log: Do not cleanup *% because the % has special meanings in some
51068              shell environments.
51069      Branch: perl
51070            ! ext/Storable/Makefile.PL
51071 ____________________________________________________________________________
51072 [  7507] By: jhi                                   on 2000/11/01  14:06:00
51073         Log: The NonStop-UX libraries have a novel way to say NaN.
51074      Branch: perl
51075            ! t/lib/bigfltpm.t
51076 ____________________________________________________________________________
51077 [  7506] By: jhi                                   on 2000/11/01  14:03:35
51078         Log: The osname has been lowercased by now, from Tom Bates.
51079      Branch: metaconfig
51080            ! U/modified/Oldconfig.U
51081      Branch: perl
51082            ! Configure config_h.SH
51083 ____________________________________________________________________________
51084 [  7505] By: jhi                                   on 2000/10/31  19:18:39
51085         Log: The compiler is either gcc or cc, from Tom Bates.
51086      Branch: perl
51087            ! hints/nonstopux.sh
51088 ____________________________________________________________________________
51089 [  7504] By: jhi                                   on 2000/10/31  14:53:42
51090         Log: Update Changes.
51091      Branch: perl
51092            ! Changes patchlevel.h
51093 ____________________________________________________________________________
51094 [  7503] By: jhi                                   on 2000/10/31  14:30:50
51095         Log: Whitespace style tweak.  Was originally going to see to
51096              
51097              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
51098              From: Joe Smith <jms@inwap.com>
51099              Date: Mon, 30 Oct 2000 18:47:57 -0800
51100              Message-Id: <39FE32DD.24AAC4D@inwap.com>
51101              
51102              but that had already been taken care of.
51103      Branch: metaconfig
51104            ! U/compline/d_stdstdio.U
51105      Branch: perl
51106            ! Configure config_h.SH
51107 ____________________________________________________________________________
51108 [  7502] By: jhi                                   on 2000/10/31  14:25:02
51109         Log: AUTHORS tweaks.
51110      Branch: perl
51111            ! AUTHORS
51112 ____________________________________________________________________________
51113 [  7501] By: jhi                                   on 2000/10/31  14:23:59
51114         Log: Subject: perlfaq style changes
51115              From: John Borwick <jhborwic@unity.ncsu.edu>
51116              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
51117              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
51118      Branch: perl
51119            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
51120            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
51121            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
51122            ! pod/perlfaq9.pod
51123 ____________________________________________________________________________
51124 [  7500] By: jhi                                   on 2000/10/31  14:22:15
51125         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
51126              
51127              Subject: Re: [ID 20000918.005] ~ on wide chars
51128              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
51129              Date: Mon, 30 Oct 2000 21:09:55 -0800
51130              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
51131              
51132              (The ord() part of the patch skipped.)
51133      Branch: perl
51134            ! doop.c
51135 ____________________________________________________________________________
51136 [  7499] By: jhi                                   on 2000/10/31  14:20:08
51137         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
51138              From: Jens Hamisch <jens@Strawberry.COM>
51139              Date: Mon, 30 Oct 2000 15:17:07 +0100
51140              Message-Id: <20001030151707.A9597@Strawberry.COM>
51141      Branch: perl
51142            ! av.c
51143 ____________________________________________________________________________
51144 [  7498] By: jhi                                   on 2000/10/31  14:16:29
51145         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
51146              From: Peter Prymmer <pvhp@forte.com>
51147              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
51148              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
51149      Branch: perl
51150            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
51151            + ext/Encode/Encode/posix-bc.enc
51152            ! MANIFEST t/lib/encode.t
51153 ____________________________________________________________________________
51154 [  7497] By: jhi                                   on 2000/10/31  14:13:22
51155         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
51156              From: Peter Prymmer <pvhp@forte.com>
51157              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
51158              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
51159      Branch: perl
51160            ! t/lib/cgi-html.t
51161 ____________________________________________________________________________
51162 [  7496] By: jhi                                   on 2000/10/31  14:12:05
51163         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
51164              From: Peter Prymmer <pvhp@forte.com>
51165              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
51166              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
51167      Branch: perl
51168            ! t/lib/cgi-function.t
51169 ____________________________________________________________________________
51170 [  7495] By: jhi                                   on 2000/10/31  14:11:08
51171         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
51172              From: Peter Prymmer <pvhp@forte.com>
51173              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
51174              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
51175      Branch: perl
51176            + ext/re/hints/aix.pl
51177            ! MANIFEST ext/re/Makefile.PL
51178 ____________________________________________________________________________
51179 [  7494] By: jhi                                   on 2000/10/31  14:08:32
51180         Log: Use Errno magic.
51181              
51182              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
51183              From: Casey Tweten <perl@ctweten.amsite.com>
51184              Date: Mon, 30 Oct 2000 15:51:17 -0500
51185              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
51186      Branch: perl
51187            ! lib/File/Temp.pm
51188 ____________________________________________________________________________
51189 [  7493] By: jhi                                   on 2000/10/31  14:05:07
51190         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
51191              
51192              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
51193              From: Nicholas Clark <nick@ccl4.org>
51194              Date: Mon, 30 Oct 2000 17:38:45 +0000
51195              Message-ID: <20001030173845.O60355@plum.flirble.org>
51196      Branch: perl
51197            ! Makefile.SH utils/perlbug.PL
51198 ____________________________________________________________________________
51199 [  7492] By: nick                                  on 2000/10/30  19:37:23
51200         Log: Change files which are mysteriously different to mainline to be
51201              copies of mainline.
51202      Branch: perlio
51203            ! objXSUB.h perlapi.c pod/perlapi.pod
51204 ____________________________________________________________________________
51205 [  7491] By: nick                                  on 2000/10/30  18:05:54
51206         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
51207              - typo in endian code in putc.
51208              - Don't allow read of write-only files and vice-versa
51209              - and off-by-one in flush-all loop.
51210              Remove debug calls as they were using GCC specific features.
51211      Branch: perlio
51212            ! perlio.c
51213 ____________________________________________________________________________
51214 [  7490] By: nick                                  on 2000/10/29  21:45:45
51215         Log: Integrate mainline to perlio
51216      Branch: perlio
51217           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
51218           !> toke.c
51219 ____________________________________________________________________________
51220 [  7489] By: jhi                                   on 2000/10/29  21:11:08
51221         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
51222              From: andreas.koenig@anima.de (Andreas J. Koenig)
51223              Date: 29 Oct 2000 22:05:59 +0100
51224              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
51225      Branch: perl
51226            ! lib/ExtUtils/Manifest.pm
51227 ____________________________________________________________________________
51228 [  7488] By: jhi                                   on 2000/10/29  21:07:47
51229         Log: Tests for #7487.
51230              
51231              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
51232              From: andreas.koenig@anima.de (Andreas J. Koenig)
51233              Date: 29 Oct 2000 19:37:09 +0100
51234              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
51235      Branch: perl
51236            ! t/comp/proto.t
51237 ____________________________________________________________________________
51238 [  7487] By: jhi                                   on 2000/10/29  21:06:27
51239         Log: constsub spillage.
51240              
51241              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
51242              From: John Tobey <jtobey@john-edwin-tobey.org>
51243              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
51244              Message-Id: <m13pvSr-000FObC@feynman.localnet>
51245      Branch: perl
51246            ! op.c
51247 ____________________________________________________________________________
51248 [  7486] By: nick                                  on 2000/10/29  21:05:04
51249         Log: Integrate mainline to perlio branch
51250      Branch: perlio
51251           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
51252           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
51253           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
51254           +> vos/install_perl.cm
51255            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
51256            - vos/config.h vos/config_h.SH_orig
51257           !> (integrate 141 files)
51258 ____________________________________________________________________________
51259 [  7485] By: jhi                                   on 2000/10/29  21:00:47
51260         Log: Make \x{...} consistently produce UTF-8.
51261              
51262              Subject: Re: \x{...} is confused 
51263              From: Simon Cozens <simon@cozens.net>
51264              Date: Sun, 29 Oct 2000 19:36:48 +0000
51265              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
51266      Branch: perl
51267            ! t/pragma/utf8.t toke.c
51268 ____________________________________________________________________________
51269 [  7484] By: nick                                  on 2000/10/29  20:05:29
51270         Log: PerlIO passes all tests.
51271      Branch: perlio
51272            ! perlio.c
51273 ____________________________________________________________________________
51274 [  7483] By: jhi                                   on 2000/10/29  18:06:55
51275         Log: Update Changes.
51276      Branch: perl
51277            ! Changes patchlevel.h
51278 ____________________________________________________________________________
51279 [  7482] By: nick                                  on 2000/10/29  17:43:28
51280         Log: Include <unistd.h> to get correct lseek() prototype etc.
51281              (I thought perl.h did that) - down to two fails
51282              - comp/require.t (last test)
51283              - lib/io_xs.t - possibly import/export of FILE * ?
51284      Branch: perlio
51285            ! perlio.c
51286 ____________________________________________________________________________
51287 [  7481] By: jhi                                   on 2000/10/29  17:02:37
51288         Log: UTF-8 decoder tweak.
51289      Branch: perl
51290            ! utf8.c
51291 ____________________________________________________________________________
51292 [  7480] By: nick                                  on 2000/10/29  16:26:11
51293         Log: Fixed two bugs:
51294              - error code not being set on close (of broken pipe)
51295              - append mode was truncating.
51296              At least one seek/tell bug remains.
51297      Branch: perlio
51298            ! perlio.c
51299 ____________________________________________________________________________
51300 [  7479] By: nick                                  on 2000/10/29  11:18:16
51301         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
51302              in case of accidents. Still several worrying fails, no line disciplines yet.
51303      Branch: perlio
51304            ! iperlsys.h perlio.c
51305 ____________________________________________________________________________
51306 [  7478] By: jhi                                   on 2000/10/29  02:04:01
51307         Log: Add also emailless people.
51308      Branch: perl
51309            ! AUTHORS
51310 ____________________________________________________________________________
51311 [  7477] By: jhi                                   on 2000/10/29  01:36:00
51312         Log: The #7476 needs a MANIFEST change, too.
51313      Branch: perl
51314            ! MANIFEST
51315 ____________________________________________________________________________
51316 [  7476] By: jhi                                   on 2000/10/29  01:35:21
51317         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
51318      Branch: perl
51319            - MAINTAIN
51320            ! AUTHORS Changes
51321 ____________________________________________________________________________
51322 [  7475] By: jhi                                   on 2000/10/28  23:57:25
51323         Log: De-quoted-unreadable to ISO Latin 1.
51324              (There's one ISO-2022-JP name in Changes5.004.)
51325      Branch: perl
51326            ! Changes Changes5.6
51327 ____________________________________________________________________________
51328 [  7474] By: jhi                                   on 2000/10/28  19:13:06
51329         Log: Subject: [ID 20001027.007] uniq array in perlfaq
51330              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
51331              Date: Fri, 27 Oct 2000 19:28:30 +0200
51332              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
51333      Branch: perl
51334            ! pod/perlfaq4.pod
51335 ____________________________________________________________________________
51336 [  7473] By: jhi                                   on 2000/10/28  18:02:05
51337         Log: Locking null mutexes is not recommendable.
51338              
51339              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
51340              From: Hugo <hv@crypt.compulink.co.uk>
51341              Date: Sat, 28 Oct 2000 18:41:12 +0100
51342              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
51343      Branch: perl
51344            ! op.c
51345 ____________________________________________________________________________
51346 [  7472] By: jhi                                   on 2000/10/28  17:52:58
51347         Log: Better create a true mailing list for the repository keepers.
51348      Branch: perl
51349            ! Porting/repository.pod
51350 ____________________________________________________________________________
51351 [  7471] By: jhi                                   on 2000/10/28  17:28:24
51352         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
51353              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
51354      Branch: perl
51355            + Porting/repository.pod
51356            ! MANIFEST
51357 ____________________________________________________________________________
51358 [  7470] By: jhi                                   on 2000/10/28  17:20:54
51359         Log: Subject: DOC PATCH 5.6.0
51360              From: mjd@plover.com
51361              Date: 27 Oct 2000 17:32:44 -0000
51362              Message-ID: <20001027173244.23754.qmail@plover.com>
51363      Branch: perl
51364            ! pod/perlfunc.pod
51365 ____________________________________________________________________________
51366 [  7469] By: jhi                                   on 2000/10/28  17:16:45
51367         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
51368              From: "Peter J. Farley III" <pjfarley@banet.net>
51369              Date: Fri, 27 Oct 2000 20:32:56 -0400
51370              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
51371      Branch: perl
51372            ! README.dos
51373 ____________________________________________________________________________
51374 [  7468] By: jhi                                   on 2000/10/28  17:07:18
51375         Log: Make target reordering to avoid pointless re-makes.
51376              
51377              Subject: Re: Total re-make of 'make okfile' after 7451 ?
51378              From: Nicholas Clark <nick@ccl4.org>
51379              Date: Sat, 28 Oct 2000 00:31:02 +0100
51380              Message-ID: <20001028003101.A54517@plum.flirble.org>
51381      Branch: perl
51382            ! Makefile.SH
51383 ____________________________________________________________________________
51384 [  7467] By: jhi                                   on 2000/10/28  17:05:31
51385         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
51386              From: lvirden@cas.org
51387              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
51388              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
51389      Branch: perl
51390            ! README.os2
51391 ____________________________________________________________________________
51392 [  7466] By: jhi                                   on 2000/10/28  16:09:16
51393         Log: Upgrade to CPAN 1.58_55.
51394              
51395              Subject: CPAN.pm status
51396              From: andreas.koenig@anima.de (Andreas J. Koenig) 
51397              Date: 28 Oct 2000 08:18:00 +0200 
51398              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
51399      Branch: perl
51400            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
51401 ____________________________________________________________________________
51402 [  7465] By: jhi                                   on 2000/10/28  16:02:47
51403         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
51404      Branch: perl
51405            ! embed.h embed.pl perl.h proto.h toke.c
51406 ____________________________________________________________________________
51407 [  7464] By: nick                                  on 2000/10/28  10:43:44
51408         Log: Fix for sv_2iv() on "shared" value from keys %hash.
51409      Branch: perl
51410            ! sv.c
51411 ____________________________________________________________________________
51412 [  7463] By: jhi                                   on 2000/10/27  16:18:29
51413         Log: Update Changes.
51414      Branch: perl
51415            ! Changes patchlevel.h
51416 ____________________________________________________________________________
51417 [  7462] By: jhi                                   on 2000/10/27  16:17:44
51418         Log: Too enthusiastic editing in #7460.
51419      Branch: metaconfig
51420            ! U/modified/Oldsym.U
51421      Branch: perl
51422            ! Configure config_h.SH
51423 ____________________________________________________________________________
51424 [  7461] By: jhi                                   on 2000/10/27  15:37:38
51425         Log: Retract #7459, the script needs more work.
51426      Branch: perl
51427            - mkreef
51428            ! MANIFEST
51429 ____________________________________________________________________________
51430 [  7460] By: jhi                                   on 2000/10/27  15:23:14
51431         Log: Use $sort, $uniq (and $tr) consistently as wondered
51432              by Nicholas Clark.
51433      Branch: metaconfig
51434            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
51435            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
51436            ! U/modified/libc.U
51437      Branch: perl
51438            ! Configure config_h.SH
51439 ____________________________________________________________________________
51440 [  7459] By: jhi                                   on 2000/10/27  15:02:07
51441         Log: (Retracted by #7461)
51442              
51443              Add a shell script for creating/removing symbolic link farms,
51444              useful for keeping the source code read-only and doing the
51445              builds somewhere else.
51446      Branch: perl
51447            + mkreef
51448            ! MANIFEST
51449 ____________________________________________________________________________
51450 [  7458] By: jhi                                   on 2000/10/27  14:42:20
51451         Log: Do away with the fix_pl.
51452      Branch: perl
51453            - fix_pl
51454            ! MANIFEST Makefile.SH
51455 ____________________________________________________________________________
51456 [  7457] By: jhi                                   on 2000/10/27  12:43:13
51457         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
51458              From: Jens Hamisch <jens@Strawberry.COM>
51459              Date: Fri, 27 Oct 2000 14:38:21 +0200
51460              Message-Id: <20001027143821.B3366@Strawberry.COM>
51461      Branch: perl
51462            ! perl.h
51463 ____________________________________________________________________________
51464 [  7456] By: jhi                                   on 2000/10/27  12:33:42
51465         Log: Subject: [PATCH] todo
51466              From: Nicholas Clark <nick@ccl4.org>
51467              Date: Thu, 26 Oct 2000 22:32:29 +0100
51468              Message-ID: <20001026223229.A44540@plum.flirble.org>
51469      Branch: perl
51470            ! pod/perltodo.pod
51471 ____________________________________________________________________________
51472 [  7455] By: jhi                                   on 2000/10/27  12:02:21
51473         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
51474              From: John Tobey <jtobey@john-edwin-tobey.org>
51475              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
51476              Message-Id: <m13ozHF-000FObC@feynman.localnet>
51477      Branch: perl
51478            ! op.c t/pragma/sub_lval.t
51479 ____________________________________________________________________________
51480 [  7454] By: jhi                                   on 2000/10/27  11:59:42
51481         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
51482              From: sthoenna@efn.org
51483              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
51484              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
51485      Branch: perl
51486            ! pp.c t/op/assignwarn.t
51487 ____________________________________________________________________________
51488 [  7453] By: jhi                                   on 2000/10/27  00:15:08
51489         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
51490      Branch: perl
51491            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
51492            ! ext/Storable/Storable.xs t/lib/st-lock.t
51493 ____________________________________________________________________________
51494 [  7452] By: jhi                                   on 2000/10/26  13:05:52
51495         Log: Undo #7451, this seems to be a deficiency in Perforce,
51496              there is no per-file line-terminator type, only per-client.
51497      Branch: perl
51498            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
51499            ! win32/makefile.mk
51500 ____________________________________________________________________________
51501 [  7451] By: jhi                                   on 2000/10/26  04:56:03
51502         Log: Experimenting in DOS arcana.
51503      Branch: perl
51504            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
51505            ! win32/makefile.mk
51506 ____________________________________________________________________________
51507 [  7450] By: jhi                                   on 2000/10/26  04:50:52
51508         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
51509              From: "Peter J. Farley III" <pjfarley@banet.net>            
51510              Date: Wed, 25 Oct 2000 23:10:18 -0400
51511              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
51512      Branch: perl
51513            ! t/io/open.t
51514 ____________________________________________________________________________
51515 [  7449] By: jhi                                   on 2000/10/26  04:49:16
51516         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
51517              From: Hugo <hv@crypt.compulink.co.uk>
51518              Date: Thu, 26 Oct 2000 01:55:17 +0100
51519              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
51520              
51521              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
51522      Branch: perl
51523            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
51524 ____________________________________________________________________________
51525 [  7448] By: jhi                                   on 2000/10/26  04:38:36
51526         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
51527              From: Peter Prymmer <pvhp@forte.com>
51528              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
51529              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
51530      Branch: perl
51531            ! configure.com
51532 ____________________________________________________________________________
51533 [  7447] By: jhi                                   on 2000/10/25  23:20:02
51534         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
51535              in platforms that strictly require all the symbols being present
51536              at link time.
51537      Branch: perl
51538            ! handy.h
51539 ____________________________________________________________________________
51540 [  7446] By: jhi                                   on 2000/10/25  21:55:57
51541         Log: Update Changes.
51542      Branch: perl
51543            ! Changes patchlevel.h
51544 ____________________________________________________________________________
51545 [  7445] By: jhi                                   on 2000/10/25  21:27:08
51546         Log: Integrate with vmsperl #7430 by Charles Bailey:
51547              
51548              Cleanup from prior patch (Charles Lane?):
51549              - improve handling of MFDs in Basename and Path
51550              - default to no xsubpp line # munging when building debug images
51551      Branch: perl
51552           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
51553 ____________________________________________________________________________
51554 [  7444] By: jhi                                   on 2000/10/25  21:03:50
51555         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
51556              From: John Peacock <JPeacock@UnivPress.com>
51557              Date: Thu, 18 May 2000 11:55:27 -0400
51558              Message-ID: <3924126F.A58BE57A@UnivPress.com>
51559      Branch: perl
51560            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
51561            ! t/op/write.t
51562 ____________________________________________________________________________
51563 [  7443] By: jhi                                   on 2000/10/25  20:43:10
51564         Log: Temporary stopgap for the self-tying issue: for now only
51565              array and hash self-ties are verboten.  The real fix, of
51566              course, would be to comprehensively test (and implement?)
51567              and debug (and document) self-ties.
51568      Branch: perl
51569            ! pod/perldiag.pod pp_sys.c t/op/tie.t
51570 ____________________________________________________________________________
51571 [  7442] By: jhi                                   on 2000/10/25  20:14:30
51572         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
51573              From: Dan Sugalski <dan@sidhe.org>
51574              Date: Wed, 25 Oct 2000 13:36:35 -0400
51575              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
51576              
51577              plus regen global.sym.
51578      Branch: perl
51579            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
51580            ! thrdvar.h util.c
51581 ____________________________________________________________________________
51582 [  7441] By: jhi                                   on 2000/10/25  20:12:20
51583         Log: buildtoc target tweaks.
51584      Branch: perl
51585            ! pod/Makefile.SH
51586 ____________________________________________________________________________
51587 [  7440] By: jhi                                   on 2000/10/25  20:03:53
51588         Log: A new version of making the syslog test more robust.
51589              (Replaces #7421.)
51590              
51591              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
51592              From: "Kurt D. Starsinic" <kstar@chapin.edu>
51593              Date: Wed, 25 Oct 2000 12:13:54 -0400
51594              Message-ID: <20001025121354.B2264@O2.chapin.edu>
51595      Branch: perl
51596            ! t/lib/syslog.t
51597 ____________________________________________________________________________
51598 [  7439] By: jhi                                   on 2000/10/25  20:00:48
51599         Log: Continue the internal UTF-8 API tweaking.
51600              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
51601              used much more than the simpler API, now called utf8_to_uv_simple().
51602              Still not quite happy with API, too much partial duplication
51603              of functionality.
51604      Branch: perl
51605            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
51606            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
51607            ! regcomp.c regexec.c sv.c toke.c utf8.c
51608 ____________________________________________________________________________
51609 [  7438] By: jhi                                   on 2000/10/25  18:52:30
51610         Log: Allow poking holes at the UTF-8 decoding strictness.
51611      Branch: perl
51612            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
51613            ! utf8.h
51614 ____________________________________________________________________________
51615 [  7437] By: jhi                                   on 2000/10/25  13:53:05
51616         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
51617              UTF8LEN() and UTF8SKIP(). 
51618      Branch: perl
51619            ! pp.c utf8.c utf8.h
51620 ____________________________________________________________________________
51621 [  7436] By: jhi                                   on 2000/10/25  13:51:37
51622         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
51623              From: Nicholas Clark <nick@ccl4.org>
51624              Date: Wed, 25 Oct 2000 14:44:05 +0100
51625              Message-ID: <20001025144404.D27253@plum.flirble.org>
51626      Branch: perl
51627            ! pod/perlrun.pod
51628 ____________________________________________________________________________
51629 [  7435] By: jhi                                   on 2000/10/25  13:49:32
51630         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
51631              From: Mike Guy <mjtg@cam.ac.uk>
51632              Date: Tue, 24 Oct 2000 14:59:40 +0100
51633              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
51634      Branch: perl
51635            ! scope.c
51636 ____________________________________________________________________________
51637 [  7434] By: jhi                                   on 2000/10/25  13:48:41
51638         Log: AIX is picky about its symbol exports.  Solution for now
51639              is to include the deb.o explicitly to the re extension build.
51640              
51641              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
51642              From: Peter Prymmer <pvhp@forte.com>
51643              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
51644              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
51645      Branch: perl
51646            ! ext/re/Makefile.PL hints/aix.sh
51647 ____________________________________________________________________________
51648 [  7433] By: jhi                                   on 2000/10/25  13:46:49
51649         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
51650              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51651              Date: Wed, 25 Oct 2000 12:02:20 +0200
51652              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
51653      Branch: perl
51654            ! perlsdio.h
51655 ____________________________________________________________________________
51656 [  7432] By: jhi                                   on 2000/10/25  13:44:28
51657         Log: Subject: Minor update to find2perl, for portability
51658              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
51659              Date: Wed, 25 Oct 2000 12:05:47 +0100
51660              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
51661      Branch: perl
51662            ! x2p/find2perl.PL
51663 ____________________________________________________________________________
51664 [  7431] By: jhi                                   on 2000/10/25  13:40:39
51665         Log: Add targets to Makefile.SH, most importantly
51666              'regen_all' which also remembers to update vms/perly*.
51667      Branch: perl
51668            ! Makefile.SH
51669 ____________________________________________________________________________
51670 [  7430] By: bailey                                on 2000/10/25  03:13:53
51671         Log: Cleanup from prior patch (Charles Lane?):
51672              - improve handling of MFDs in Basename and Path
51673              - default to no xsubpp line # munging when building debug images
51674      Branch: vmsperl
51675            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
51676 ____________________________________________________________________________
51677 [  7429] By: jhi                                   on 2000/10/24  20:03:40
51678         Log: Podify README.epoc and README.vos.
51679      Branch: perl
51680            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
51681            ! pod/perlport.pod pod/perltoc.pod
51682 ____________________________________________________________________________
51683 [  7428] By: jhi                                   on 2000/10/24  19:10:33
51684         Log: Stratus VOS updates from Paul Green.
51685      Branch: perl
51686            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
51687            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
51688            - vos/config.def vos/config.h vos/config_h.SH_orig
51689            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
51690            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
51691 ____________________________________________________________________________
51692 [  7427] By: jhi                                   on 2000/10/24  18:59:48
51693         Log: Check if stdio supports tweaking lval and cnt simultaneously.
51694              
51695              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
51696              From: Nicholas Clark <nick@ccl4.org>
51697              Date: Mon, 23 Oct 2000 15:39:32 +0100
51698              Message-ID: <20001023153932.A10786@plum.flirble.org>
51699      Branch: metaconfig
51700            ! U/compline/d_stdstdio.U
51701      Branch: perl
51702            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51703            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
51704            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
51705            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
51706            ! vos/config.h vos/config_h.SH_orig win32/config.bc
51707            ! win32/config.gc win32/config.vc
51708 ____________________________________________________________________________
51709 [  7426] By: jhi                                   on 2000/10/24  17:57:44
51710         Log: Missed the header file changes from #7425.
51711      Branch: perl
51712            ! embed.h embed.pl objXSUB.h proto.h
51713 ____________________________________________________________________________
51714 [  7425] By: jhi                                   on 2000/10/24  17:55:17
51715         Log: Fix the bug reported in
51716              
51717              From: andreas.koenig@anima.de (Andreas J. Koenig)
51718              Subject: Encode bug?
51719              Date: 24 Oct 2000 14:01:26 +0200 
51720              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
51721              
51722              Also make is_utf8_char() stricter.
51723      Branch: perl
51724            ! ext/Encode/Encode.xs utf8.c
51725 ____________________________________________________________________________
51726 [  7424] By: jhi                                   on 2000/10/24  15:15:39
51727         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
51728              From: Peter Scott <Peter@PSDT.com>
51729              Date: Mon, 23 Oct 2000 19:46:01 -0700
51730              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
51731      Branch: perl
51732            ! pod/perlfaq5.pod
51733 ____________________________________________________________________________
51734 [  7423] By: jhi                                   on 2000/10/24  14:25:30
51735         Log: Test tweak to avoid pulling in the whole Config.
51736      Branch: perl
51737            ! t/lib/st-lock.t
51738 ____________________________________________________________________________
51739 [  7422] By: jhi                                   on 2000/10/24  14:03:16
51740         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
51741      Branch: perl
51742            ! pp.c
51743 ____________________________________________________________________________
51744 [  7421] By: jhi                                   on 2000/10/24  13:32:09
51745         Log: (Replaced by #7440.)
51746              
51747              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
51748              From: "Kurt D. Starsinic" <kstar@chapin.edu>
51749              Date: Mon, 23 Oct 2000 16:40:54 -0400
51750              Message-ID: <20001023164054.B14491@O2.chapin.edu>
51751      Branch: perl
51752            ! t/lib/syslog.t
51753 ____________________________________________________________________________
51754 [  7420] By: jhi                                   on 2000/10/24  13:30:53
51755         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
51756              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51757              Date: Mon, 23 Oct 2000 17:29:03 -0400
51758              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
51759      Branch: perl
51760            ! lib/ExtUtils/MM_Unix.pm
51761 ____________________________________________________________________________
51762 [  7419] By: jhi                                   on 2000/10/24  13:29:57
51763         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
51764              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51765              Date: Mon, 23 Oct 2000 19:01:32 -0400
51766              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
51767      Branch: perl
51768            ! utils/h2xs.PL
51769 ____________________________________________________________________________
51770 [  7418] By: jhi                                   on 2000/10/24  13:26:04
51771         Log: Replace #7409 with
51772              
51773              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
51774              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
51775              Date: Mon, 23 Oct 2000 20:08:56 +0200
51776              Message-ID: <20001023200855.A14850@nice.ram.loc>
51777      Branch: perl
51778            ! ext/Storable/Storable.pm t/lib/st-lock.t
51779 ____________________________________________________________________________
51780 [  7417] By: jhi                                   on 2000/10/24  13:17:52
51781         Log: Run vms/vms_yfix.pl, should have done that after changing
51782              perly.c in #7382.
51783      Branch: perl
51784            ! vms/perly_c.vms vms/perly_h.vms
51785 ____________________________________________________________________________
51786 [  7416] By: jhi                                   on 2000/10/24  02:55:33
51787         Log: Make the UTF-8 decoding stricter and more verbose when
51788              malformation happens.  This involved adding an argument
51789              to utf8_to_uv_chk(), which involved changing its prototype,
51790              and prefer STRLEN over I32 for the UTF-8 length, which as
51791              a domino effect necessitated changing the prototypes of
51792              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
51793              The stricter UTF-8 decoding checking uses Markus Kuhn's
51794              UTF-8 Decode Stress Tester from
51795              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
51796      Branch: perl
51797            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
51798            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
51799            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
51800            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
51801 ____________________________________________________________________________
51802 [  7415] By: jhi                                   on 2000/10/23  14:06:06
51803         Log: Update Changes.
51804      Branch: perl
51805            ! Changes patchlevel.h
51806 ____________________________________________________________________________
51807 [  7414] By: jhi                                   on 2000/10/23  12:39:52
51808         Log: Undo the basename() part of #7412 since the lib/basename
51809              tests would need upgrading too.
51810      Branch: perl
51811            ! lib/File/Basename.pm
51812 ____________________________________________________________________________
51813 [  7413] By: jhi                                   on 2000/10/23  12:19:27
51814         Log: Document PERL_INSTALL_ROOT of #7210.
51815      Branch: perl
51816            ! lib/ExtUtils/Install.pm
51817 ____________________________________________________________________________
51818 [  7412] By: jhi                                   on 2000/10/23  12:16:47
51819         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
51820      Branch: perl
51821            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
51822            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
51823 ____________________________________________________________________________
51824 [  7411] By: jhi                                   on 2000/10/23  12:07:41
51825         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
51826              From: Prymmer/Kahn <pvhp@best.com>
51827              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
51828              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
51829      Branch: perl
51830            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
51831 ____________________________________________________________________________
51832 [  7410] By: jhi                                   on 2000/10/23  04:10:11
51833         Log: The change #7187 was not so good on VMS.
51834              
51835              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
51836              From: "Craig A. Berry" <craig.berry@psinetcs.com>
51837              Date: Sun, 22 Oct 2000 23:03:08 -0500
51838              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
51839      Branch: perl
51840            ! utils/perldoc.PL
51841 ____________________________________________________________________________
51842 [  7409] By: jhi                                   on 2000/10/23  03:57:36
51843         Log: Avoid Storable locking on DJGPP for now.
51844              
51845              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
51846              From: "Peter J. Farley III" <pjfarley@banet.net>
51847              Date: Sun, 22 Oct 2000 20:00:00 -0400
51848              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
51849      Branch: perl
51850            ! ext/Storable/Storable.pm t/lib/st-lock.t
51851 ____________________________________________________________________________
51852 [  7408] By: jhi                                   on 2000/10/23  03:50:24
51853         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
51854              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
51855              Date: Sun, 22 Oct 2000 21:12:22 -0400
51856              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
51857      Branch: perl
51858            ! lib/vars.pm
51859 ____________________________________________________________________________
51860 [  7407] By: jhi                                   on 2000/10/23  03:43:12
51861         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
51862              From: Hugo <hv@crypt.compulink.co.uk>
51863              Date: Mon, 23 Oct 2000 00:47:22 +0100
51864              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
51865      Branch: perl
51866            ! regexec.c t/op/pat.t
51867 ____________________________________________________________________________
51868 [  7406] By: jhi                                   on 2000/10/23  03:40:29
51869         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
51870      Branch: perl
51871            ! lib/ExtUtils/MakeMaker.pm
51872 ____________________________________________________________________________
51873 [  7405] By: jhi                                   on 2000/10/22  21:32:00
51874         Log: Doc patch.
51875              
51876              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
51877              From: rspier@pobox.com (Robert Spier)
51878              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
51879              Message-ID: <14835.16112.13457.447971@rls.cx>
51880      Branch: perl
51881            ! lib/strict.pm
51882 ____________________________________________________________________________
51883 [  7404] By: jhi                                   on 2000/10/22  21:30:51
51884         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
51885              From: rspier@pobox.com (Robert Spier)
51886              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
51887              Message-ID: <14835.17223.72448.705566@rls.cx>
51888      Branch: perl
51889            ! lib/ExtUtils/MakeMaker.pm
51890 ____________________________________________________________________________
51891 [  7403] By: jhi                                   on 2000/10/22  21:24:11
51892         Log: Subject: [PATCH bleadperl] ripples from constsub patch
51893              From: John Tobey <jtobey@john-edwin-tobey.org>
51894              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
51895              Message-Id: <m13nSOB-000FObC@feynman.localnet>
51896      Branch: perl
51897            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
51898 ____________________________________________________________________________
51899 [  7402] By: jhi                                   on 2000/10/22  20:59:35
51900         Log: Support s?printf parameter reordering.
51901      Branch: perl
51902            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
51903 ____________________________________________________________________________
51904 [  7401] By: jhi                                   on 2000/10/22  19:19:14
51905         Log: Expand %Config variables only if explicitly so requested
51906              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
51907              
51908              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
51909              From: Gurusamy Sarathy <gsar@ActiveState.com>
51910              Date: Sun, 22 Oct 2000 11:47:32 -0700
51911              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
51912      Branch: perl
51913            ! Makefile.SH lib/lib_pm.PL
51914 ____________________________________________________________________________
51915 [  7400] By: jhi                                   on 2000/10/22  18:24:10
51916         Log: Move the #7390 test from warn/op to comp/redef.
51917              
51918              Subject: Re: Creating const subs for constants.
51919              From: John Tobey <jtobey@john-edwin-tobey.org>
51920              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
51921              Message-Id: <m13nG72-000FObC@feynman.localnet>               
51922      Branch: perl
51923            ! t/comp/redef.t t/pragma/warn/op
51924 ____________________________________________________________________________
51925 [  7399] By: jhi                                   on 2000/10/22  17:49:59
51926         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
51927              From: Nicholas Clark <nick@ccl4.org>
51928              Date: Sat, 21 Oct 2000 22:23:19 +0100
51929              Message-ID: <20001021222319.B45586@plum.flirble.org>
51930      Branch: perl
51931            ! ext/DynaLoader/DynaLoader_pm.PL
51932 ____________________________________________________________________________
51933 [  7398] By: jhi                                   on 2000/10/22  17:47:35
51934         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
51935              From: Hugo <hv@crypt.compulink.co.uk>
51936              Date: Sat, 21 Oct 2000 18:19:59 +0100
51937              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
51938      Branch: perl
51939            ! ext/B/B.pm ext/B/B/C.pm
51940 ____________________________________________________________________________
51941 [  7397] By: jhi                                   on 2000/10/22  17:35:18
51942         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
51943              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
51944              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
51945              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
51946      Branch: perl
51947            ! hints/openbsd.sh
51948 ____________________________________________________________________________
51949 [  7396] By: jhi                                   on 2000/10/22  17:19:46
51950         Log: Subject: installman go-faster stripes
51951              From: Nicholas Clark <nick@talking.bollo.cx>
51952              Date: Sat, 21 Oct 2000 17:24:53 +0100
51953              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
51954              
51955              Subject: Re: installman go-faster stripes
51956              From: Russ Allbery <rra@stanford.edu>
51957              Date: 21 Oct 2000 11:04:13 -0700
51958              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
51959      Branch: perl
51960            ! installman pod/pod2man.PL
51961 ____________________________________________________________________________
51962 [  7395] By: jhi                                   on 2000/10/22  17:17:35
51963         Log: Hints tweak from Anton Berezin.
51964      Branch: perl
51965            ! hints/freebsd.sh
51966 ____________________________________________________________________________
51967 [  7394] By: jhi                                   on 2000/10/22  04:50:04
51968         Log: Tweak the Is* definitions of Unicode character classes
51969              to better match the official categorizations; embrace
51970              the official categorizations; add the combining marks
51971              as alpha (and -numeric); fix DCinital (a typo and edito)
51972              to be DCmedial.
51973      Branch: perl
51974            + lib/unicode/Is/DCmedial.pl
51975            - lib/unicode/Is/DCinital.pl
51976            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
51977            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
51978            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
51979            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
51980 ____________________________________________________________________________
51981 [  7393] By: jhi                                   on 2000/10/21  18:06:05
51982         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
51983              From: Daniel Chetlin <daniel@chetlin.com>
51984              Date: Sat, 21 Oct 2000 02:57:03 -0700
51985              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
51986      Branch: perl
51987            + t/lib/tie-splice.t
51988            ! MANIFEST lib/Tie/Array.pm
51989 ____________________________________________________________________________
51990 [  7392] By: gsar                                  on 2000/10/21  18:05:15
51991         Log: resync utfperl branch with mainline
51992      Branch: utfperl
51993           !> (integrate 1760 files)
51994 ____________________________________________________________________________
51995 [  7391] By: jhi                                   on 2000/10/21  14:37:49
51996         Log: Testcases for a #7383,#7385 related bug.
51997              
51998              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
51999              From: Nicholas Clark <nick@ccl4.org>
52000              Date: Sat, 21 Oct 2000 15:04:51 +0100
52001              Message-ID: <20001021150451.A51566@plum.flirble.org>
52002      Branch: perl
52003            ! t/pragma/utf8.t
52004 ____________________________________________________________________________
52005 [  7390] By: jhi                                   on 2000/10/21  14:35:57
52006         Log: Add a testcase for #7389.
52007      Branch: perl
52008            ! t/pragma/warn/op
52009 ____________________________________________________________________________
52010 [  7389] By: jhi                                   on 2000/10/21  14:26:45
52011         Log: Subject: Re: Creating const subs for constants.
52012              From: John Tobey <jtobey@john-edwin-tobey.org>
52013              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
52014              Message-Id: <m13mo0N-000FObC@feynman.localnet>
52015      Branch: perl
52016            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
52017            ! proto.h sv.c
52018 ____________________________________________________________________________
52019 [  7388] By: nick                                  on 2000/10/21  11:44:23
52020         Log: Populate perlio branch
52021      Branch: perlio
52022           +> (branch 1760 files)
52023 ____________________________________________________________________________
52024 [  7387] By: nick                                  on 2000/10/21  10:52:05
52025         Log: Get branch back as replica of mainline via :
52026              p4 integrate -b utfperl
52027              p4 resolve -at ./...
52028      Branch: utfperl
52029           +> (branch 269 files)
52030            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
52031            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
52032            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
52033            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
52034            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
52035            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
52036            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
52037            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
52038            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
52039            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
52040            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
52041            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
52042            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
52043            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
52044            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
52045            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
52046            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
52047            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
52048            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
52049            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
52050            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
52051            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
52052            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
52053            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
52054            - lib/unicode/UCD300.html lib/unicode/Unicode.300
52055            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
52056            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
52057            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
52058            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
52059           !> (integrate 965 files)
52060 ____________________________________________________________________________
52061 [  7386] By: jhi                                   on 2000/10/21  01:31:12
52062         Log: Update Changes.
52063      Branch: perl
52064            ! Changes patchlevel.h
52065 ____________________________________________________________________________
52066 [  7385] By: jhi                                   on 2000/10/21  01:28:42
52067         Log: The #7383 was right only in the context of the original bug report,
52068              not in more general case.
52069      Branch: perl
52070            ! pp_hot.c
52071 ____________________________________________________________________________
52072 [  7384] By: jhi                                   on 2000/10/21  01:08:23
52073         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
52074      Branch: perl
52075            ! ext/IO/lib/IO/Select.pm
52076 ____________________________________________________________________________
52077 [  7383] By: jhi                                   on 2000/10/21  00:44:18
52078         Log: Fix for ID 20001020.006, concatenating an unset submatch
52079              with utf8 resulted in "Modification of a read-only value".
52080      Branch: perl
52081            ! pp_hot.c t/pragma/utf8.t
52082 ____________________________________________________________________________
52083 [  7382] By: jhi                                   on 2000/10/20  20:44:31
52084         Log: Make scan_num() reëntrant, as suggested in
52085              
52086              Subject: [PATCH perl@7229] Rentrant parser and yylex()
52087              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
52088              Date: Fri, 20 Oct 2000 14:17:27 +0100
52089              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
52090      Branch: perl
52091            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
52092            ! toke.c
52093 ____________________________________________________________________________
52094 [  7381] By: jhi                                   on 2000/10/20  20:07:29
52095         Log: Reëntrancy fix.
52096              
52097              Subject: [PATCH perl@7229] Rentrant parser and yylex()
52098              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
52099              Date: Fri, 20 Oct 2000 14:17:27 +0100
52100              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
52101      Branch: perl
52102            ! embed.h embed.pl perl.h proto.h toke.c
52103 ____________________________________________________________________________
52104 [  7380] By: jhi                                   on 2000/10/20  19:15:54
52105         Log: Don't write double values through long double pointers,
52106              based on a part of
52107              
52108              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
52109              From: Jens Hamisch <jens@Strawberry.COM>
52110              Date: Tue, 17 Oct 2000 08:39:36 +0200
52111              Message-Id: <20001017083936.A11104@Strawberry.COM>
52112      Branch: perl
52113            ! perl.h pp.c
52114 ____________________________________________________________________________
52115 [  7379] By: jhi                                   on 2000/10/20  18:43:37
52116         Log: Portability tweak on #7377.
52117              
52118              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
52119              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
52120              Date:     Fri, 20 Oct 2000 13:13:41 EDT
52121              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
52122      Branch: perl
52123            ! t/lib/dprof.t
52124 ____________________________________________________________________________
52125 [  7378] By: jhi                                   on 2000/10/20  12:57:19
52126         Log: SOCKS function redefinitions need prototypes, too, otherwise
52127              for example 32 bit versus 64 bit differences cause a lot of
52128              problems.  Part of
52129              
52130              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
52131              From: Jens Hamisch <jens@Strawberry.COM>
52132              Date: Tue, 17 Oct 2000 08:39:36 +0200
52133              Message-Id: <20001017083936.A11104@Strawberry.COM>
52134      Branch: perl
52135            ! doio.c pp_sys.c
52136 ____________________________________________________________________________
52137 [  7377] By: jhi                                   on 2000/10/20  12:37:12
52138         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
52139              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
52140              Date:     Fri, 20 Oct 2000 08:26:04 EDT
52141              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
52142      Branch: perl
52143            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
52144 ____________________________________________________________________________
52145 [  7376] By: jhi                                   on 2000/10/20  12:35:31
52146         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
52147              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
52148              Date:     Fri, 20 Oct 2000 07:48:15 EDT
52149              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
52150      Branch: perl
52151            ! configure.com vms/gen_shrfls.pl
52152 ____________________________________________________________________________
52153 [  7375] By: bailey                                on 2000/10/20  04:44:37
52154         Log: SYN SYN
52155      Branch: vmsperl
52156           +> (branch 134 files)
52157            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
52158            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
52159            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
52160            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
52161            - eg/cgi/frameset.cgi eg/cgi/index.html
52162            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
52163            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
52164            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
52165            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
52166            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
52167            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
52168            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
52169            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
52170            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
52171            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
52172            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
52173            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
52174            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
52175            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
52176            - lib/unicode/Props.txt lib/unicode/UCD300.html
52177            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
52178            - utils/perlbc.PL vms/subconfigure.com
52179           !> (integrate 785 files)
52180 ____________________________________________________________________________
52181 [  7374] By: jhi                                   on 2000/10/20  00:59:48
52182         Log: In the latest compiler builds cccdlflags must not become -fpic,
52183              from Wilfredo Sánchez.
52184      Branch: perl
52185            ! hints/darwin.sh
52186 ____________________________________________________________________________
52187 [  7373] By: jhi                                   on 2000/10/20  00:56:35
52188         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
52189              From: Tony Cook <tony@develop-help.com>
52190              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
52191              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
52192      Branch: perl
52193            ! pod/perlop.pod
52194 ____________________________________________________________________________
52195 [  7372] By: jhi                                   on 2000/10/19  19:34:40
52196         Log: Typo noted by Mark Lutz.
52197      Branch: perl
52198            ! t/op/64bitint.t
52199 ____________________________________________________________________________
52200 [  7371] By: jhi                                   on 2000/10/19  19:33:13
52201         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
52202      Branch: metaconfig
52203            ! U/modified/Cppsym.U U/modified/Oldconfig.U
52204      Branch: metaconfig/U/perl
52205            ! End.U dlsrc.U libperl.U
52206      Branch: perl
52207            + hints/nonstopux.sh
52208            ! Configure MANIFEST config_h.SH
52209 ____________________________________________________________________________
52210 [  7370] By: jhi                                   on 2000/10/19  17:18:08
52211         Log: Subject: PATCH do_print has 2 PerlIO_error()s
52212              From: nick@ccl4.org
52213              Date: Thu, 19 Oct 2000 18:09:20 +0100
52214              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
52215      Branch: perl
52216            ! doio.c
52217 ____________________________________________________________________________
52218 [  7369] By: jhi                                   on 2000/10/19  14:01:49
52219         Log: Update Changes.
52220      Branch: perl
52221            ! Changes patchlevel.h
52222 ____________________________________________________________________________
52223 [  7368] By: jhi                                   on 2000/10/19  13:04:29
52224         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
52225              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52226              Date: Wed, 18 Oct 2000 13:12:01 +0200
52227              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
52228      Branch: perl
52229            ! hints/aix.sh
52230 ____________________________________________________________________________
52231 [  7367] By: jhi                                   on 2000/10/19  02:22:40
52232         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
52233              of a 'pmshort' anywhere in the B, so the offending line was simply
52234              removed.
52235      Branch: perl
52236            ! ext/B/B/Debug.pm
52237 ____________________________________________________________________________
52238 [  7366] By: jhi                                   on 2000/10/19  02:12:37
52239         Log: Add the test case for the bug id 20000730.004 which seems
52240              to have been fixed by now.
52241      Branch: perl
52242            ! t/pragma/utf8.t
52243 ____________________________________________________________________________
52244 [  7365] By: jhi                                   on 2000/10/18  23:36:24
52245         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
52246              From: Hugo <hv@crypt.compulink.co.uk>
52247              Date: Wed, 18 Oct 2000 23:25:58 +0100
52248              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
52249      Branch: perl
52250            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
52251 ____________________________________________________________________________
52252 [  7364] By: jhi                                   on 2000/10/18  21:12:53
52253         Log: (retracted)
52254      Branch: perl
52255            ! pp.c
52256 ____________________________________________________________________________
52257 [  7363] By: jhi                                   on 2000/10/18  20:55:38
52258         Log: Missing change from #7362.
52259      Branch: perl
52260            ! win32/perlhost.h
52261 ____________________________________________________________________________
52262 [  7362] By: jhi                                   on 2000/10/18  20:52:01
52263         Log: Borland C fstat() never saw the fd as writable.
52264              
52265              Subject: fix for Borland's weak "stat" (perl@7211)
52266              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
52267              Date: Mon, 16 Oct 2000 09:55:03 +0400
52268              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
52269      Branch: perl
52270            ! win32/win32.c
52271 ____________________________________________________________________________
52272 [  7361] By: jhi                                   on 2000/10/18  17:43:50
52273         Log: Regen toc.
52274      Branch: perl
52275            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
52276 ____________________________________________________________________________
52277 [  7360] By: jhi                                   on 2000/10/18  17:07:44
52278         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52279              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
52280              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
52281              Date: Mon, 16 Oct 2000 15:19:49 +0200
52282      Branch: perl
52283            + README.aix
52284            ! MANIFEST
52285 ____________________________________________________________________________
52286 [  7359] By: jhi                                   on 2000/10/18  17:04:49
52287         Log: Subject: Pod patch for Devel::Peek
52288              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52289              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
52290              Date: Mon, 16 Oct 2000 12:26:34 +0200
52291      Branch: perl
52292            ! ext/Devel/Peek/Peek.pm
52293 ____________________________________________________________________________
52294 [  7358] By: jhi                                   on 2000/10/18  17:03:15
52295         Log: Make Cwd more bulletproof in chrooted environments.
52296              
52297              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
52298              From: "Eric E. Coe" <Eric.Coe@oracle.com>
52299              Date: Wed, 18 Oct 2000 04:03:54 -0400
52300              Message-Id: <39ED596A.70E599FE@oracle.com>
52301      Branch: perl
52302            ! lib/Cwd.pm
52303 ____________________________________________________________________________
52304 [  7357] By: jhi                                   on 2000/10/18  16:37:26
52305         Log: Disable the UTF8 downgrade croakage for now to avoid
52306              too many not okay messages.
52307      Branch: perl
52308            ! doio.c
52309 ____________________________________________________________________________
52310 [  7356] By: jhi                                   on 2000/10/17  23:29:41
52311         Log: Show the failed remote port, instead of the failing line number.
52312              
52313              Subject: [PATCH 5.6.1 Debugger] More diagnostics
52314              From: David Sparks <daves@ActiveState.com>
52315              Date: Tue, 17 Oct 2000 15:00:24 -0700
52316              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
52317      Branch: perl
52318            ! lib/perl5db.pl
52319 ____________________________________________________________________________
52320 [  7355] By: jhi                                   on 2000/10/17  14:11:31
52321         Log: On output try to downgrade to bytes, croak if impossible,
52322              from Simon Cozens.  This means that outputting >255 UTF8
52323              is impossible.  Consider this as a strong incentive to get
52324              the I/O disciplines implemented.
52325      Branch: perl
52326            ! doio.c pod/perldiag.pod sv.c
52327 ____________________________________________________________________________
52328 [  7354] By: jhi                                   on 2000/10/17  13:42:23
52329         Log: Clarify documentation on 'use bytes'.
52330              
52331              Subject: Re: What does 'use bytes' "mean" ?
52332              From: Simon Cozens <simon@cozens.net>
52333              Date: Mon, 18 Sep 2000 18:24:25 +0100
52334              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
52335      Branch: perl
52336            ! lib/bytes.pm
52337 ____________________________________________________________________________
52338 [  7353] By: jhi                                   on 2000/10/17  13:28:12
52339         Log: Workaround for a sfio bug where the stream error indicator
52340              is not cleared as documented.
52341              
52342              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
52343              From: Nicholas Clark <nick@ccl4.org>
52344              Date: Mon, 16 Oct 2000 18:28:23 +0100
52345              Message-ID: <20001016182823.J19700@plum.flirble.org>
52346      Branch: perl
52347            ! doio.c
52348 ____________________________________________________________________________
52349 [  7352] By: jhi                                   on 2000/10/17  13:06:19
52350         Log: More IoTYPE sprinkling.
52351      Branch: perl
52352            ! doio.c pp_hot.c
52353 ____________________________________________________________________________
52354 [  7351] By: jhi                                   on 2000/10/16  22:47:07
52355         Log: Detect early whether the std streams have gone bad.
52356              
52357              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
52358              Date: Mon, 16 Oct 2000 23:28:42 +0100
52359              From: Nicholas Clark <nick@ccl4.org>
52360              Message-ID: <20001016232842.A37942@plum.flirble.org>
52361      Branch: perl
52362            ! t/op/misc.t
52363 ____________________________________________________________________________
52364 [  7350] By: jhi                                   on 2000/10/16  22:45:16
52365         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
52366              From: "Peter J. Farley III" <pjfarley@banet.net>
52367              Date: Mon, 16 Oct 2000 18:15:59 -0400
52368              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
52369      Branch: perl
52370            ! djgpp/djgpp.c dosish.h t/io/open.t
52371 ____________________________________________________________________________
52372 [  7349] By: jhi                                   on 2000/10/16  22:36:45
52373         Log: perldelta tweak.
52374      Branch: perl
52375            ! pod/perldelta.pod
52376 ____________________________________________________________________________
52377 [  7348] By: jhi                                   on 2000/10/16  15:17:53
52378         Log: Update Changes.
52379      Branch: perl
52380            ! Changes patchlevel.h
52381 ____________________________________________________________________________
52382 [  7347] By: jhi                                   on 2000/10/16  13:55:27
52383         Log: Add the capability to include/exclude branches.
52384      Branch: perl
52385            ! Porting/genlog
52386 ____________________________________________________________________________
52387 [  7346] By: jhi                                   on 2000/10/16  13:18:04
52388         Log: Add Charles Lane.
52389      Branch: perl
52390            ! AUTHORS Changes
52391 ____________________________________________________________________________
52392 [  7345] By: jhi                                   on 2000/10/16  13:13:21
52393         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
52394      Branch: perl
52395            ! pod/perldelta.pod
52396 ____________________________________________________________________________
52397 [  7344] By: gsar                                  on 2000/10/16  09:30:21
52398         Log: integrate change#6220 from cfgperl
52399              
52400              Win32 patches from Benjamin Stuhl.
52401      Branch: maint-5.6/perl
52402           !> makedef.pl win32/win32.h
52403 ____________________________________________________________________________
52404 [  7343] By: gsar                                  on 2000/10/16  08:32:19
52405         Log: integrate changes#6221,6222 from cfgperl
52406              
52407              Remove tr///CU (the feature is to be obsoleted by better interfaces).
52408              From: simon@brecon.co.uk (Simon Cozens)
52409              Subject: [PATCH] Eliminate tr///[CU][CU]
52410              Date: 23 Jun 2000 11:05:40 GMT
52411              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
52412              
52413              doc typo fix
52414              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
52415              From: Ian Phillipps <Ian.Phillipps@iname.com>
52416              Date: Fri, 23 Jun 2000 10:40:58 +0100
52417              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
52418      Branch: maint-5.6/perl
52419           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
52420 ____________________________________________________________________________
52421 [  7342] By: gsar                                  on 2000/10/16  08:28:08
52422         Log: integrate change#6217 from cfgperl (in part)
52423              
52424              Rename the fdpid locking and integrate with Sarathy.
52425      Branch: maint-5.6/perl
52426           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
52427           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
52428           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
52429           !> win32/win32.c
52430 ____________________________________________________________________________
52431 [  7341] By: gsar                                  on 2000/10/16  08:23:39
52432         Log: integrate changes#6214..6216 from mainline
52433              
52434              @_ can't have junk in it even in the non-USE_ITHREADS case because
52435              caller() wants to populate @DB::args with it (causes a coredump
52436              in Carp::confess())
52437              
52438              tweak comment about @DB::args
52439              
52440              be more optimal about clearing @_
52441      Branch: maint-5.6/perl
52442           !> av.h cop.h pp_ctl.c t/op/runlevel.t
52443 ____________________________________________________________________________
52444 [  7340] By: gsar                                  on 2000/10/16  08:20:37
52445         Log: integrate changes#6207..6210 from cfgperl
52446              
52447              Subject: [PATCH 5.6.0] Threadsafe patches
52448              From: Dan Sugalski <dan@sidhe.org>
52449              To: perl5-porters@perl.org
52450              Date: Mon, 08 May 2000 18:08:13 -0400
52451              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
52452              
52453              Regen headers for #6207.
52454              
52455              Lock PL_fdpid against race conditions, based on:
52456              Subject: [PATCH 5.6.0]subprocess fixup for threads
52457              From: Dan Sugalski <dan@sidhe.org>
52458              To: perl5-porters@perl.org
52459              Date: Tue, 11 Apr 2000 17:02:32 -0400
52460              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
52461              
52462              Mopup for #6207 and #6209.
52463      Branch: maint-5.6/perl
52464           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
52465           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
52466           !> win32/win32.c
52467 ____________________________________________________________________________
52468 [  7339] By: gsar                                  on 2000/10/16  08:14:34
52469         Log: integrate change#6203 from cfgperl
52470              
52471              perldiag should refer to perlos2.pod not README.os2
52472      Branch: maint-5.6/perl
52473           !> pod/perldiag.pod
52474 ____________________________________________________________________________
52475 [  7338] By: gsar                                  on 2000/10/16  08:11:42
52476         Log: integrate change#6201 from mainline
52477              
52478              Perl_eval_pv() leaks 4 bytes every time it is called because it
52479              does a PUSHMARK that's never ever POPMARKed; in general, only
52480              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
52481              Perl_eval_[sp]v() don't because they don't take any incoming
52482              arguments (this leak has been around since the original version
52483              of perl_eval_pv() in 5.003_97e)
52484      Branch: maint-5.6/perl
52485           !> perl.c
52486 ____________________________________________________________________________
52487 [  7337] By: gsar                                  on 2000/10/16  08:08:47
52488         Log: integrate changes#6197..6200 from cfgperl
52489              
52490              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
52491              From: John Borwick <jhborwic@unity.ncsu.edu>
52492              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
52493              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
52494              
52495              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
52496              From: Dan Sugalski <dan@sidhe.org>
52497              To: vmsperl@perl.org, perl5-porters@perl.org
52498              Date: Fri, 02 Jun 2000 16:00:41 -0400
52499              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
52500              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
52501              
52502              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
52503              From: Dan Sugalski <dan@sidhe.org>
52504              To: perl5-porters@perl.org, vmsperl@perl.org
52505              Date: Fri, 02 Jun 2000 17:30:51 -0400
52506              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
52507              
52508              Update to cperl-mode.el 4.31 from
52509              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
52510              Subject: A couple of notes
52511              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52512              To: Mailing list Perl5 <perl5-porters@perl.org>
52513              Date: Sat, 3 Jun 2000 23:33:32 -0400
52514              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
52515      Branch: maint-5.6/perl
52516           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
52517           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
52518           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
52519           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
52520           !> vms/vmsish.h
52521 ____________________________________________________________________________
52522 [  7336] By: gsar                                  on 2000/10/16  08:03:46
52523         Log: integrate changes#6194,6195 from mainline
52524              
52525              fix small eval"" memory leaks under USE_ITHREADS
52526              
52527              fix yet another eval"" leak under USE_ITHREADS
52528      Branch: maint-5.6/perl
52529           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
52530           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
52531           !> vms/perly_c.vms
52532 ____________________________________________________________________________
52533 [  7335] By: gsar                                  on 2000/10/16  08:02:15
52534         Log: integrate changes#6190,6191 from mainline
52535              
52536              submit missing embed.pl change
52537              
52538              vec() loses numericalness (modified version of patch suggested
52539              by Robin Barker)
52540      Branch: maint-5.6/perl
52541           !> doop.c embed.pl t/op/vec.t
52542 ____________________________________________________________________________
52543 [  7334] By: gsar                                  on 2000/10/16  08:01:03
52544         Log: integrate change#6189 from mainline
52545              
52546              counting tr/// corrupts later operation (from M.J.T Guy)
52547      Branch: maint-5.6/perl
52548           !> doop.c t/op/tr.t
52549 ____________________________________________________________________________
52550 [  7333] By: gsar                                  on 2000/10/16  07:59:07
52551         Log: integrate changes#6183..6188 from mainline
52552              
52553              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
52554              <nick@ccl4.org>)
52555              
52556              tweak for change#6127
52557              
52558              remove incorrect documentation about implicit split to @_ in
52559              list context, which never really worked in perl 5 (from
52560              M.J.T. Guy)
52561              
52562              further qualify references to "alphanumeric" (from Wolfgang Laun
52563              <wolfgang.laun@alcatel.at>)
52564              
52565              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
52566              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
52567              
52568              h2xs tweaks
52569      Branch: maint-5.6/perl
52570           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
52571           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
52572           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
52573           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
52574           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
52575           !> pod/pod2latex.PL utils/h2xs.PL
52576 ____________________________________________________________________________
52577 [  7332] By: gsar                                  on 2000/10/16  07:53:52
52578         Log: integrate change#6179 from mainline
52579              
52580              buggy modulus on UVs introduced by change#3378 (resulted in
52581              4063328477 % 65535 amounting to 27406, instead of 27407)
52582      Branch: maint-5.6/perl
52583           !> pp.c t/op/arith.t
52584 ____________________________________________________________________________
52585 [  7331] By: gsar                                  on 2000/10/16  07:52:49
52586         Log: integrate changes#6176,6177,6178,6182 from cfgperl
52587              
52588              Single-quoted utf8 patch from Simon Cozens.
52589              
52590              Substitution utf8 patch from Simon Cozens.
52591              
52592              Be cleaner.
52593              
52594              Be Cleaner Part Deux.
52595      Branch: maint-5.6/perl
52596           !> Makefile.SH pp_hot.c toke.c
52597 ____________________________________________________________________________
52598 [  7330] By: gsar                                  on 2000/10/16  07:41:36
52599         Log: integrate change#6172 from mainline
52600              
52601              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
52602              (from Ilya Zakharevich)
52603      Branch: maint-5.6/perl
52604           !> regexec.c t/op/re_tests
52605 ____________________________________________________________________________
52606 [  7329] By: gsar                                  on 2000/10/16  07:40:25
52607         Log: integrate change#6171 from mainline
52608              
52609              scalar() doesn't force scalar context when used in void context
52610              (from Simon Cozens)
52611      Branch: maint-5.6/perl
52612           !> op.c t/op/wantarray.t
52613 ____________________________________________________________________________
52614 [  7328] By: gsar                                  on 2000/10/16  07:39:33
52615         Log: integrate change#6170 from mainline
52616              
52617              change#6142 needs tweaks to tests to work where there's no
52618              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
52619      Branch: maint-5.6/perl
52620           !> t/lib/filefind.t
52621 ____________________________________________________________________________
52622 [  7327] By: gsar                                  on 2000/10/16  07:35:34
52623         Log: integrate changes#6166..6168 from cfgperl
52624              
52625              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
52626              in case somebody wants to write an extension for more
52627              shadow database interfaces.
52628              
52629              tweak todo
52630              
52631              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
52632      Branch: maint-5.6/perl
52633           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
52634           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
52635           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
52636           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
52637           !> win32/config.vc win32/config_H.bc win32/config_H.gc
52638           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
52639 ____________________________________________________________________________
52640 [  7326] By: gsar                                  on 2000/10/16  07:29:05
52641         Log: integrate changes#6157,6159..6161,6164 from cfgperl
52642              
52643              Regen Configure to jive with #6149.
52644              
52645              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
52646              
52647              Changes for the File::Temp 0.08 (change #6159) test suite
52648              to fit better into the Perl distribution test framework.
52649              
52650              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
52651              both from Simon Cozens.
52652              
52653              detypo
52654      Branch: maint-5.6/perl
52655           +> pod/perlmodlib.PL pod/perlnewmod.pod
52656           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
52657           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
52658           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
52659           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
52660 ____________________________________________________________________________
52661 [  7325] By: gsar                                  on 2000/10/16  07:25:13
52662         Log: integrate change#6158 from vmsperl
52663              
52664              Add fallback to tmpfile for use in cases where user's relying on
52665              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
52666              Lane's patch)
52667      Branch: maint-5.6/perl
52668           !> vms/vms.c vms/vmsish.h
52669 ____________________________________________________________________________
52670 [  7324] By: gsar                                  on 2000/10/16  07:20:50
52671         Log: integrate changes#6153..6155 from mainline
52672              
52673              prettier Test::Harness output on failed tests (from Nicholas Clark
52674              <nick@Bagpuss.uk.boo.com>)
52675              
52676              avoid type mismatch warning
52677              
52678              small bug in change#6144; remove random \xA0 character that snuck
52679              in via change#6145
52680      Branch: maint-5.6/perl
52681           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
52682           !> perl.c
52683 ____________________________________________________________________________
52684 [  7323] By: gsar                                  on 2000/10/16  07:18:47
52685         Log: integrate changes#6151,6152 from mainline
52686              
52687              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
52688              
52689              cosmetic fixups of RE debug output (from Ilya Zakharevich)
52690      Branch: maint-5.6/perl
52691           !> regexec.c
52692 ____________________________________________________________________________
52693 [  7322] By: gsar                                  on 2000/10/16  07:17:25
52694         Log: integrate changes#6146..6150 from mainline
52695              
52696              doc typo
52697              
52698              add a make entry to Config.pm so "perl -V:make" works on VMS
52699              (from Peter Prymmer)
52700              
52701              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
52702              
52703              OS/2 tweaks for usethreads build (from Rocco Caputo
52704              <troc@netrus.net>)
52705              
52706              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
52707      Branch: maint-5.6/perl
52708           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
52709           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
52710           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
52711           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
52712           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
52713           !> warnings.pl x2p/a2p.h
52714 ____________________________________________________________________________
52715 [  7321] By: gsar                                  on 2000/10/16  07:14:02
52716         Log: integrate changes#6143..6145 from mainline
52717              
52718              MacOS support, part 1 (from Matthias Neeracher
52719              <neeri@iis.ee.ethz.ch>)
52720              
52721              MacOS support, part 2: make AutoSplit use File::Spec instead
52722              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
52723              <neeri@iis.ee.ethz.ch>)
52724              
52725              make xsubpp skip embedded pod (from Matthias Neeracher
52726              <neeri@iis.ee.ethz.ch>)
52727      Branch: maint-5.6/perl
52728           +> ext/DynaLoader/dl_mac.xs
52729           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
52730           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
52731           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
52732           !> pp_ctl.c proto.h toke.c util.c util.h
52733 ____________________________________________________________________________
52734 [  7320] By: gsar                                  on 2000/10/16  07:12:13
52735         Log: integrate changes#6141,6142 from mainline
52736              
52737              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
52738              forwarded by Peter Seebach from the bsdi-users mailing list.
52739              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
52740              
52741              File::Find fails to chdir when chasing symlinks (from
52742              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
52743      Branch: maint-5.6/perl
52744           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
52745 ____________________________________________________________________________
52746 [  7319] By: gsar                                  on 2000/10/16  07:04:30
52747         Log: integrate change#6139 from mainline
52748              
52749              revise mktables.PL for bugs and newness in Unicode 3.0
52750              (from James Bence <jbence@amgen.com>)
52751      Branch: maint-5.6/perl
52752           +> (branch 30 files)
52753           !> (integrate 49 files)
52754 ____________________________________________________________________________
52755 [  7318] By: gsar                                  on 2000/10/16  07:01:01
52756         Log: integrate changes#6137,6138 from mainline
52757              
52758              fix bogus redeclaration warning for "our" variables in different
52759              scopes
52760              
52761              add note about the handling of negative indices to tied arrays
52762              (from Michael G Schwern <schwern@pobox.com>)
52763      Branch: maint-5.6/perl
52764           !> op.c pod/perltie.pod t/pragma/strict-vars
52765 ____________________________________________________________________________
52766 [  7317] By: gsar                                  on 2000/10/16  06:58:46
52767         Log: integrate changes#6127..6136 from mainline
52768              
52769              call_method(...,G_EVAL) can longjmp() out if the method probing
52770              failed (from Gisle Aas)
52771              
52772              new perlxstut example for passing/returning refs to arrays
52773              (from David Lowe <dlowe@pootpoot.com>)
52774              
52775              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
52776              
52777              fix places that mean C<"word" character> but say C<alphanumeric
52778              character>
52779              
52780              avoid warnings in POSIX.pm (from Barrie Slaymaker)
52781              
52782              warnings::enabled() doesn't fall back to looking at $^W if
52783              caller isn't using lexical warnings (from Paul Marquess)
52784              
52785              elide bogus test in change#6132
52786              
52787              make Test::Harness use wait.h/WCOREDUMP if available
52788              (from Ben Tilly <ben_tilly@hotmail.com>)
52789              
52790              enable Test::Harness to dynamically determine column width etc.
52791              (from Rob Napier <rnapier@employees.org>)
52792              
52793              random pod typos (from Peter Scott <Peter@PSDT.com>)
52794      Branch: maint-5.6/perl
52795           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
52796           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
52797           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
52798           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
52799 ____________________________________________________________________________
52800 [  7316] By: gsar                                  on 2000/10/16  06:53:23
52801         Log: integrate change#6126 from mainline
52802              
52803              change#2879 broke rvalue autovivification of magicals such as
52804              ${$num} (reworked variant of patch suggested by Simon Cozens)
52805      Branch: maint-5.6/perl
52806           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
52807           !> pp_hot.c proto.h t/op/gv.t
52808 ____________________________________________________________________________
52809 [  7315] By: gsar                                  on 2000/10/16  06:51:38
52810         Log: integrate changes#6123,6125 from mainline
52811              
52812              clarify gotcha with #line directives (from Rocco Caputo
52813              <troc@netrus.net>)
52814              
52815              enable propagating exception objects via Perl_croak() in XS code
52816              (from Gisle Aas)
52817      Branch: maint-5.6/perl
52818           !> pod/perldebug.pod pod/perlsyn.pod util.c
52819 ____________________________________________________________________________
52820 [  7314] By: gsar                                  on 2000/10/16  06:49:28
52821         Log: integrate change#6122 from mainline
52822              
52823              downgrade fatal error on C<"foo@nosucharray.com"> to optional
52824              warning (from Mark-Jason Dominus)
52825      Branch: maint-5.6/perl
52826           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
52827           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
52828           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
52829           !> toke.c
52830 ____________________________________________________________________________
52831 [  7313] By: gsar                                  on 2000/10/16  06:46:54
52832         Log: integrate changes#6112..6121 from vmsperl
52833              
52834              Check for existence of file before trying to delete
52835              
52836              Ugly workaround for version-specific RTL error
52837              
52838              Urk -- undo previous removal of vmsish 'exit' change
52839              
52840              Add bounds checking for several strings (Charles Lane)
52841              
52842              Miscellaneous cosmetic fixes (Charles Lane)
52843              
52844              Treat sockets as special in sys(read|write) (Charles Lane et al.)
52845              
52846              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
52847              Flatten case labels in switch statements uniformly (Charles Bailey)
52848              
52849              Quiet error messages in vmsish.t (Charles Lane)
52850              
52851              Add missing escape (Charles Lane)
52852              
52853              Allow eliminate_macros() and fixpath() to handle space-delimited
52854              lists (based on fixes by Craig Berry)
52855      Branch: maint-5.6/perl
52856           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
52857           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
52858           !> vms/vmsish.h
52859 ____________________________________________________________________________
52860 [  7312] By: gsar                                  on 2000/10/16  06:41:18
52861         Log: integrate changes#6107,6110 from cfgperl
52862              
52863              Tweak the todo list.
52864              
52865              todo tweak
52866      Branch: maint-5.6/perl
52867           !> Todo-5.6
52868 ____________________________________________________________________________
52869 [  7311] By: gsar                                  on 2000/10/16  06:38:38
52870         Log: integrate changes#6104,6108 from mainline
52871              
52872              PL_sys_intern was being initialized too late on windows
52873              
52874              reenable fake signal handling on Windows, bugs and all
52875      Branch: maint-5.6/perl
52876           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
52877           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
52878           !> win32/win32.c
52879 ____________________________________________________________________________
52880 [  7310] By: gsar                                  on 2000/10/16  06:36:03
52881         Log: integrate changes#6095,6097..6103 from cfgperl
52882              
52883              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
52884              might be useful in future.
52885              
52886              Add a note about possible compilation problems from Allen Smith.
52887              
52888              Add a note about other, yet unsupported, shadow password APIs.
52889              
52890              Tweaks for the cc bugs from Allen Smith.
52891              
52892              More compilation tweakery from Allen Smith.
52893              
52894              Hints and test tweaks for Unicos.
52895              
52896              The test suite tweak in #6101 wasn't quite right.
52897              
52898              Test tweaking for Unicos continues.
52899      Branch: maint-5.6/perl
52900           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
52901           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
52902           !> t/lib/complex.t t/op/64bitint.t
52903 ____________________________________________________________________________
52904 [  7309] By: gsar                                  on 2000/10/16  06:29:41
52905         Log: integrate changes#6093,6094 from mainline
52906              
52907              fork() failure to create pseudo process sets errno=EAGAIN and returns
52908              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
52909              
52910              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
52911      Branch: maint-5.6/perl
52912           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
52913           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
52914 ____________________________________________________________________________
52915 [  7308] By: gsar                                  on 2000/10/16  06:27:29
52916         Log: integrate change#6092 from cfgperl
52917              
52918              Regen perltoc with the fixed buildtoc.
52919      Branch: maint-5.6/perl
52920           !> pod/perltoc.pod
52921 ____________________________________________________________________________
52922 [  7307] By: gsar                                  on 2000/10/16  06:26:40
52923         Log: integrate changes#6089,6090 from mainline
52924              
52925              buildtoc tweak to fix newline lossage
52926              
52927              concat doesn't preserve utf8-ness, and doesn't invalidate
52928              [NI]OK; added tests for both
52929      Branch: maint-5.6/perl
52930           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
52931 ____________________________________________________________________________
52932 [  7306] By: gsar                                  on 2000/10/16  06:24:05
52933         Log: integrate change#6088 from cfgperl
52934              
52935              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
52936              because we do not use those.  The HAS_GETSPNAM remains,
52937              though, because we still do use that.
52938      Branch: maint-5.6/perl
52939           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
52940           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
52941           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
52942           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
52943           !> win32/config.vc win32/config_H.bc win32/config_H.gc
52944           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
52945 ____________________________________________________________________________
52946 [  7305] By: gsar                                  on 2000/10/16  06:15:52
52947         Log: integrate changes#6084,6085,6087 from mainline
52948              
52949              substr() does not preserve utf8-ness (from Stefan Eissing
52950              <Eissing@medicaldataservice.de>); added tests
52951              
52952              repeat operator (x) doesn't preserve utf8-ness
52953              
52954              reverse() and quotemeta() weren't preserving utf8-ness; add tests
52955      Branch: maint-5.6/perl
52956           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
52957 ____________________________________________________________________________
52958 [  7304] By: gsar                                  on 2000/10/16  06:13:10
52959         Log: integrate changes#6077..6083 from mainline
52960              
52961              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
52962              and Tom Phoenix)
52963              
52964              workaround for CRT bug in chdir() (from Charles Lane, via
52965              Peter Prymmer)
52966              
52967              remove outdated kludge in Carp (NULLs are permitted in diagnostics
52968              now)
52969              
52970              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
52971              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
52972              
52973              better default perlbug categories for ok reports (from Richard Foley)
52974              
52975              peek.t non-portable to ithreads
52976              
52977              note about undocumented caller() return value (from M.J.T. Guy);
52978              yet another peek.t tweak
52979      Branch: maint-5.6/perl
52980           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
52981           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
52982           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
52983           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
52984           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
52985           !> vms/vmsish.h
52986 ____________________________________________________________________________
52987 [  7303] By: gsar                                  on 2000/10/16  06:03:18
52988         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
52989              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
52990              
52991              &HUGE_VAL is not defined, it exists.
52992              
52993              Do not warn that an infinity does not look like a number.
52994              
52995              Rewrite the pwent/spent logic to be a little bit more clearer.
52996              
52997              Continue on the pwent/spent case.
52998              
52999              Correct Freudian slip.
53000              
53001              Use HUGE_VALL if applicable.
53002              
53003              pwent/spent #ifdef imbalance.
53004              
53005              Infinite problems.
53006              
53007              Call getspnam() only iff needd.
53008              
53009              Test both the scalar and list contexts.
53010              
53011              Use setxxent()/endxxent().
53012              
53013              Complex tweakery.
53014              
53015              Unicos hint tweak.
53016              
53017              Be more forgiving in POSIX about HUGE_VALL.
53018              
53019              Detypo.
53020              
53021              The search of infinity continues, this time simplified.
53022              
53023              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
53024              in natively 64-bit platforms where a long is a quad (no need
53025              for long longs).  Also added bias for IVs.
53026              
53027              Complex tweaks.
53028              
53029              Introduce t/lib/peek.t.
53030              
53031              Make the test more portable.
53032      Branch: maint-5.6/perl
53033           +> t/lib/peek.t
53034            ! pp_sys.c
53035           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
53036           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
53037           !> t/op/pwent.t toke.c util.c
53038 ____________________________________________________________________________
53039 [  7302] By: gsar                                  on 2000/10/16  05:03:37
53040         Log: integrate changes#6066..6071 from mainline
53041              
53042              s/END/CHECK/
53043              
53044              replace direct call to sighandler() with (*PL_sighandlerp)()
53045              
53046              note about values()
53047              
53048              File::Spec compatibility update (from Barrie Slaymaker
53049              <barries@slaysys.com>)
53050              
53051              remove misleading comment (from M.J.T. Guy)
53052              
53053              misformatted perllocal.pod (from Tim Jenness
53054              <t.jenness@jach.hawaii.edu>)
53055      Branch: maint-5.6/perl
53056           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
53057           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
53058           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
53059           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
53060 ____________________________________________________________________________
53061 [  7301] By: gsar                                  on 2000/10/16  05:00:08
53062         Log: integrate changes#6061..6063 from mainline
53063              
53064              change#5921 neglected to make eq honor "use bytes"
53065              
53066              additional tests for utf8.t
53067              
53068              tokeq() could read unallocated field in argument
53069      Branch: maint-5.6/perl
53070           !> sv.c t/pragma/utf8.t toke.c
53071 ____________________________________________________________________________
53072 [  7300] By: gsar                                  on 2000/10/16  04:56:54
53073         Log: integrate changes#6046,6048,6057,6058 from mainline
53074              
53075              libscheck has insufficient checks for n32 libs (from
53076              Albert Chin-A-Young <china@thewrittenword.com>)
53077              
53078              add note about how $( doesn't interpolate in REs (from
53079              Philip Newton <newton@ficus.frogspace.net>)
53080              
53081              fix broken parsing of /\x{ab}/
53082              
53083              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
53084              (spotted by Donald Kinzer <dkinzer@premia.com>)
53085      Branch: maint-5.6/perl
53086           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
53087           !> t/pragma/utf8.t
53088 ____________________________________________________________________________
53089 [  7299] By: gsar                                  on 2000/10/16  04:52:50
53090         Log: integrate change#6044 from mainline
53091              
53092              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
53093              such that underscores are only ignored in literal numbers,
53094              "\x{...}", and hex/oct argument
53095      Branch: maint-5.6/perl
53096           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
53097 ____________________________________________________________________________
53098 [  7298] By: gsar                                  on 2000/10/16  04:50:53
53099         Log: integrate changes#6027..6043 from mainline
53100              
53101              podlators-1.02 update (from Russ Allbery)
53102              
53103              Pod::Man generates groff-incompatible macro definition (from
53104              Tom Christiansen)
53105              
53106              add CGI.pm v2.66 (from Lincoln Stein)
53107              
53108              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
53109              for @- and @+ (from Johan Vromans)
53110              
53111              small nits in diagnostics.pm (from Robin Barker)
53112              
53113              whitespace adjustments
53114              
53115              missing files in MANIFEST
53116              
53117              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
53118              to compensate
53119              
53120              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
53121              
53122              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
53123      Branch: maint-5.6/perl
53124           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
53125           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
53126           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
53127           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
53128           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
53129           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
53130           !> t/lib/cgi-html.t t/lib/cgi-request.t
53131 ____________________________________________________________________________
53132 [  7297] By: gsar                                  on 2000/10/16  04:44:30
53133         Log: integrate change#6025 from mainline
53134              
53135              Is{Alnum,Alpha,Word} don't match titlecase
53136              TODO: IsSpace is defined recursively!
53137              (both spotted by Larry)
53138      Branch: maint-5.6/perl
53139           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
53140           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
53141 ____________________________________________________________________________
53142 [  7296] By: gsar                                  on 2000/10/16  04:39:30
53143         Log: integrate change#6023 from mainline
53144              
53145              debugger stomps on $. (from M.J.T. Guy)
53146      Branch: maint-5.6/perl
53147           !> lib/perl5db.pl
53148 ____________________________________________________________________________
53149 [  7295] By: gsar                                  on 2000/10/16  04:38:02
53150         Log: integrate change#6022 from mainline
53151              
53152              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
53153      Branch: maint-5.6/perl
53154           !> sv.c
53155 ____________________________________________________________________________
53156 [  7294] By: gsar                                  on 2000/10/16  04:37:05
53157         Log: integrate changes#6018..6021 from mainline
53158              
53159              make lib/syslog.t portable to systems that don't have _PATH_LOG,
53160              make _PATH_LOG() return "" if unavailable
53161              
53162              windows portability tweaks
53163              
53164              test tweak
53165              
53166              remove Win2K issue in pod (fixed by change#6020)
53167      Branch: maint-5.6/perl
53168           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
53169           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
53170           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
53171 ____________________________________________________________________________
53172 [  7293] By: gsar                                  on 2000/10/16  04:20:00
53173         Log: integrate changes#6013..6015 from mainline
53174              
53175              tweak change#5945 to display correct switch name in diagnostic
53176              
53177              glob() loading File::Glob behind the scenes may cause syntax errors
53178              
53179              tweak test for portability
53180      Branch: maint-5.6/perl
53181           !> op.c perl.c pod/perldiag.pod t/lib/b.t
53182 ____________________________________________________________________________
53183 [  7292] By: gsar                                  on 2000/10/16  04:18:11
53184         Log: integrate changes#6005..6010 from mainline, cfgperl
53185              
53186              perldoc might fail via "use blib" (from Hugo van der Sanden)
53187              
53188              Regen Configure.
53189              
53190              note about compile failures and END blocks (from M.J.T. Guy)
53191              
53192              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
53193              
53194              (change#6009 integrated earlier in change#7255)
53195              
53196              clarify note about shadow password support (from
53197              gellyfish@gellyfish.com)
53198      Branch: maint-5.6/perl
53199           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
53200           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
53201           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
53202 ____________________________________________________________________________
53203 [  7291] By: gsar                                  on 2000/10/16  04:12:03
53204         Log: integrate changes#6002,6003 from mainline
53205              
53206              destructive sv_setsv() can lose UV-ness from source, causing
53207              numeric promotions/comparisons to fail to do the right thing
53208              
53209              allow REG_EXPAND_SZ keys in Windows registry (from
53210              John Clayton <John.Clayton@barclayscapital.com>)
53211      Branch: maint-5.6/perl
53212           !> sv.c win32/win32.c
53213 ____________________________________________________________________________
53214 [  7290] By: gsar                                  on 2000/10/16  04:10:19
53215         Log: integrate change#6001 from mainline
53216              
53217              support additional library locations via $Config{otherlibdirs}
53218              (from Andy Dougherty)
53219      Branch: maint-5.6/perl
53220           !> Configure INSTALL Porting/Glossary Porting/config.sh
53221           !> Porting/config_H config_h.SH epoc/config.sh perl.c
53222           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
53223           !> win32/config.bc win32/config.gc win32/config.vc
53224 ____________________________________________________________________________
53225 [  7289] By: gsar                                  on 2000/10/16  04:08:28
53226         Log: integrate change#5999 from mainline
53227              
53228              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
53229      Branch: maint-5.6/perl
53230           !> t/pragma/warn/toke toke.c
53231 ____________________________________________________________________________
53232 [  7288] By: gsar                                  on 2000/10/16  04:07:01
53233         Log: integrate changes#5997,5998 from cfgperl
53234              
53235              Preserve $!.
53236              
53237              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
53238      Branch: maint-5.6/perl
53239           !> lib/Math/Complex.pm
53240 ____________________________________________________________________________
53241 [  7287] By: gsar                                  on 2000/10/16  04:04:37
53242         Log: integrate change#5995 from mainline
53243              
53244              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
53245      Branch: maint-5.6/perl
53246           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
53247 ____________________________________________________________________________
53248 [  7286] By: gsar                                  on 2000/10/16  04:03:21
53249         Log: integrate change#5994 from mainline
53250              
53251              fix for missed accounting for null byte in pack("Z",...) (from
53252              M.J.T. Guy)
53253      Branch: maint-5.6/perl
53254           !> pp.c t/op/pack.t
53255 ____________________________________________________________________________
53256 [  7285] By: gsar                                  on 2000/10/16  04:02:11
53257         Log: integrate changes#5989..5993 from mainline
53258              
53259              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
53260              itself and no other (from Tom Hughes)
53261              
53262              use $ENV{LIB} to search for libs under Visual C compiler
53263              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
53264              
53265              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
53266              
53267              pod nit (from Simon Cozens)
53268              
53269              various minor tweaks seen on p5p
53270      Branch: maint-5.6/perl
53271           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
53272           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
53273           !> t/op/array.t toke.c
53274 ____________________________________________________________________________
53275 [  7284] By: gsar                                  on 2000/10/16  03:59:00
53276         Log: integrate changes#5978..5988 from mainline
53277              
53278              sync version numbers in File::Spec with the ones on CPAN
53279              (from Barrie Slaymaker)
53280              
53281              under useithreads, constant pad entries could inadvertantly be
53282              shared across threads (from Eric Blood <eblood@xmission.com>);
53283              added Eric's test case to testsuite
53284              
53285              allow Configure -S to run non-interactively (spotted by Greg Hudson
53286              <ghudson@mit.edu>)
53287              
53288              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
53289              prototype mismatch with CORE::glob(); update pod and tests to
53290              suit (File::Glob::glob() is still available for backward
53291              compatibility, but should be considered deprecated)
53292              
53293              avoid error in IO::Socket::INET when given an unknown service name
53294              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
53295              
53296              numeric conversion of non-number in change#3378 tramples on
53297              OOK offset, causing segfaults
53298              
53299              attributes::reftype() doesn't work on tied argument
53300              
53301              forked child may not exit correctly if it failed to open
53302              /dev/console (from Graham Barr)
53303              
53304              add regular expressions tutorial and quick-start guide (from
53305              Mark Kvale <kvale@phy.ucsf.edu>)
53306              
53307              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
53308              
53309              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
53310              <paul@miraclefish.com>)
53311      Branch: maint-5.6/perl
53312           +> pod/perlrequick.pod pod/perlretut.pod
53313           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
53314           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
53315           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
53316           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
53317           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
53318           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
53319           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
53320           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
53321 ____________________________________________________________________________
53322 [  7283] By: gsar                                  on 2000/10/16  03:52:14
53323         Log: integrate change#5977 from mainline
53324              
53325              autoquote barewords followed by newline and arrow properly
53326              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
53327      Branch: maint-5.6/perl
53328           !> t/pragma/warn/toke toke.c
53329 ____________________________________________________________________________
53330 [  7282] By: gsar                                  on 2000/10/16  03:50:48
53331         Log: integrate change#5976 from mainline
53332              
53333              DB_File v1.73 update (from Paul Marquess)
53334      Branch: maint-5.6/perl
53335           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
53336           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
53337 ____________________________________________________________________________
53338 [  7281] By: gsar                                  on 2000/10/16  03:49:14
53339         Log: integrate change#5975 from mainline
53340              
53341              allow sort() reentrancy (variant of patch suggested by
53342              Hugo van der Sanden)
53343      Branch: maint-5.6/perl
53344           !> pp_ctl.c t/op/sort.t
53345 ____________________________________________________________________________
53346 [  7280] By: gsar                                  on 2000/10/16  03:48:22
53347         Log: integrate change#5974 from mainline
53348              
53349              change#4197 somehow missed initializing PL_errors, meaning
53350              syntax error queueing wasn't working outside eval"" at all;
53351              also fixed eval"" to localize PL_error_count, so that compile-time
53352              eval's don't clobber the error state of the outer context
53353      Branch: maint-5.6/perl
53354           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
53355           !> t/pragma/warn/toke
53356 ____________________________________________________________________________
53357 [  7279] By: gsar                                  on 2000/10/16  03:46:21
53358         Log: integrate change#5973 from mainline
53359              
53360              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
53361      Branch: maint-5.6/perl
53362           !> regcomp.c regexec.c t/op/re_tests
53363 ____________________________________________________________________________
53364 [  7278] By: gsar                                  on 2000/10/16  03:44:54
53365         Log: integrate change#5971 from cfgperl
53366              
53367              Unicos tweaks from Mark P. Lutz.
53368      Branch: maint-5.6/perl
53369           !> hints/unicos.sh lib/Math/Complex.pm
53370 ____________________________________________________________________________
53371 [  7277] By: gsar                                  on 2000/10/16  03:42:59
53372         Log: integrate changes#5966..5970 from mainline
53373              
53374              add testsuite for B backends, fix bug in B::Deparse (from
53375              Simon Cozens <simon@brecon.co.uk>)
53376              
53377              improved docs on the warn_uninit diagnostic (from David Glasser
53378              and Simon Cozens)
53379              
53380              tolerate spaces in group names in test on solaris (from David Boyce
53381              <dsb@boyski.com>)
53382              
53383              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
53384              
53385              Data::Dumper fumbles negative numbers on 32-bit platforms where
53386              IV is >32bits
53387      Branch: maint-5.6/perl
53388           +> t/lib/b.t t/lib/syslog.t
53389           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
53390           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
53391           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
53392 ____________________________________________________________________________
53393 [  7276] By: gsar                                  on 2000/10/16  03:39:30
53394         Log: integrate change#5965 from mainline
53395              
53396              avoid "will not stay shared" warnings for our variables (from
53397              Robin Barker)
53398      Branch: maint-5.6/perl
53399           !> op.c t/pragma/warn/op
53400 ____________________________________________________________________________
53401 [  7275] By: gsar                                  on 2000/10/16  03:38:18
53402         Log: integrate change#5964 from mainline
53403              
53404              reformat to 72 columns (again)
53405      Branch: maint-5.6/perl
53406           !> pod/perldiag.pod
53407 ____________________________________________________________________________
53408 [  7274] By: gsar                                  on 2000/10/16  03:36:58
53409         Log: integrate change#5963 from mainline
53410              
53411              patch from Larry to make (\&) prototype work; added tests for
53412              the same
53413      Branch: maint-5.6/perl
53414           !> op.c t/comp/proto.t
53415 ____________________________________________________________________________
53416 [  7273] By: gsar                                  on 2000/10/16  03:35:51
53417         Log: integrate changes#5956..5962 from mainline
53418              
53419              better diagnostics on failed tests (from Ilya Zakharevich)
53420              
53421              pod nits (from A. C. Yardley <yardley@tanet.net>)
53422              
53423              change#3569 deleted some essential code, revert; avoid use of
53424              atexit() to make DynaLoader work properly on AIX under mod_perl
53425              (from Jens-Uwe Mager <jum@helios.de>)
53426              
53427              doubled words in pods (from Simon Cozens
53428              <simon.p.cozens@jp.pwcglobal.com>)
53429              
53430              better INSTALL notes on Solaris issues (from Dominic Dunlop)
53431              
53432              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
53433              
53434              updated README.hpux (from Jeff Okamoto)
53435      Branch: maint-5.6/perl
53436           !> INSTALL README.hpux emacs/cperl-mode.el
53437           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
53438           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
53439           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
53440           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
53441           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
53442           !> t/op/lex_assign.t
53443 ____________________________________________________________________________
53444 [  7272] By: gsar                                  on 2000/10/16  03:31:22
53445         Log: integrate change#5955 from mainline
53446              
53447              longstanding bug exposed by change#3307: sort arguments weren't
53448              compiled with the right wantarray context (ensuing runtime lookup
53449              via block_gimme() was getting the incidental context of the
53450              sort() itself)
53451      Branch: maint-5.6/perl
53452           !> op.c t/op/sort.t
53453 ____________________________________________________________________________
53454 [  7271] By: gsar                                  on 2000/10/16  03:29:11
53455         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
53456              branch
53457              
53458              Flatten the cpp jungle doing the nosuid checking.
53459              
53460              Do not assume sign propagation. (from M.J.T. Guy)
53461              
53462              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
53463              
53464              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
53465              Now pp_ncmp() returns undef is either operand is a NaN.
53466              
53467              On second thoughts frexp() does have two arguments.
53468              
53469              Document that tr() is not tr(1).
53470              
53471              Be more robust on "extreme" (large absolute value)
53472              arguments.  Originally reported by Daniel Connelly
53473              as a problem with asinh() on large negative arguments,
53474              asinh() used to bail out because an argument to log()
53475              ended up being zero.  Ilya Zakharevich proposed using
53476              Taylor's series in such cases, which for such large
53477              arguments is a very good approximation.
53478              
53479              Undo "use integer" addition from 64bitint as it seems
53480              to break most of the subtests in Digital UNIX;
53481              Unicos needs to find another way.
53482      Branch: maint-5.6/perl
53483           !> (integrate 29 files)
53484 ____________________________________________________________________________
53485 [  7270] By: gsar                                  on 2000/10/16  03:09:44
53486         Log: integrate changes#5948,5949,5950 from mainline
53487              
53488              typo in vars.pm that leads to cryptic message (from Piotr
53489              Piatkowski <kompas@kompas.usr.onet.pl>)
53490              
53491              make perldoc use the pod2man from the same version (from
53492              M.J.T. Guy)
53493              
53494              reformat perldiag to avoid long lines
53495      Branch: maint-5.6/perl
53496           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
53497 ____________________________________________________________________________
53498 [  7269] By: gsar                                  on 2000/10/16  03:05:54
53499         Log: integrate change#5947 from mainline
53500              
53501              use &dl_error rather than &dl_load_file as the guard for calling
53502              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
53503              statically built perl)
53504      Branch: maint-5.6/perl
53505           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
53506 ____________________________________________________________________________
53507 [  7268] By: gsar                                  on 2000/10/16  03:04:48
53508         Log: integrate change#5945 from mainline
53509              
53510              make module name mandatory after -M switch; reorder perldiag
53511              alphabetically (from Mark-Jason Dominus)
53512      Branch: maint-5.6/perl
53513           !> perl.c pod/perldiag.pod
53514 ____________________________________________________________________________
53515 [  7267] By: gsar                                  on 2000/10/16  03:03:01
53516         Log: integrate change#5939 from mainline
53517              
53518              more pod nits (from Larry Virden)
53519      Branch: maint-5.6/perl
53520           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
53521           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
53522           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
53523 ____________________________________________________________________________
53524 [  7266] By: gsar                                  on 2000/10/16  03:01:39
53525         Log: integrate change#5938 from mainline
53526              
53527              Consolidated B::Deparse fixes (from Stephen McCamant)
53528      Branch: maint-5.6/perl
53529           !> ext/B/B/Deparse.pm
53530 ____________________________________________________________________________
53531 [  7265] By: gsar                                  on 2000/10/16  03:00:43
53532         Log: integrate change#5936 from mainline
53533              
53534              additional tests for change#7263 (from Paul Marquess)
53535      Branch: maint-5.6/perl
53536           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
53537           !> t/pragma/warn/5nolint t/pragma/warn/6default
53538 ____________________________________________________________________________
53539 [  7264] By: gsar                                  on 2000/10/16  02:58:34
53540         Log: integrate change#5934 from mainline
53541              
53542              propagate lexical warnings from surrounding scope correctly
53543              within string eval() (from Paul Marquess)
53544      Branch: maint-5.6/perl
53545           !> pp_ctl.c t/pragma/warn/pp_ctl
53546 ____________________________________________________________________________
53547 [  7263] By: gsar                                  on 2000/10/16  02:56:53
53548         Log: integrate change#5932 from mainline
53549              
53550              add rsignal(), whichsig() and do_join() to public API list
53551              (mod_perl uses them to good advantage)
53552      Branch: maint-5.6/perl
53553           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
53554 ____________________________________________________________________________
53555 [  7262] By: gsar                                  on 2000/10/16  02:55:53
53556         Log: integrate change#5931 from mainline
53557              
53558              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
53559      Branch: maint-5.6/perl
53560           !> pp_hot.c regexec.c t/op/pat.t
53561 ____________________________________________________________________________
53562 [  7261] By: gsar                                  on 2000/10/16  02:55:01
53563         Log: integrate change#5930 from mainline
53564              
53565              small os390 tweaks (from Peter Prymmer)
53566      Branch: maint-5.6/perl
53567           !> config_h.SH makedepend.SH
53568 ____________________________________________________________________________
53569 [  7260] By: gsar                                  on 2000/10/16  02:54:10
53570         Log: integrate change#5929 from mainline
53571              
53572              pod nits
53573      Branch: maint-5.6/perl
53574           !> pod/perlguts.pod
53575 ____________________________________________________________________________
53576 [  7259] By: gsar                                  on 2000/10/16  02:52:55
53577         Log: integrate change#5927 from mainline
53578              
53579              arrange for next() to resume at the unstack op rather than the
53580              loop conditional, so that scope cleanup happens correctly
53581              (from Stephen McCamant)
53582      Branch: maint-5.6/perl
53583           !> op.c pp_ctl.c t/op/misc.t
53584 ____________________________________________________________________________
53585 [  7258] By: gsar                                  on 2000/10/16  02:51:38
53586         Log: integrate change#5926 from mainline
53587              
53588              on windows, reserve 16M of stack rather than 128M (allows more
53589              threads to run concurrently)
53590      Branch: maint-5.6/perl
53591           !> win32/Makefile win32/makefile.mk
53592 ____________________________________________________________________________
53593 [  7257] By: gsar                                  on 2000/10/16  02:50:37
53594         Log: integrate change#5925 from mainline
53595              
53596              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
53597      Branch: maint-5.6/perl
53598           !> toke.c
53599 ____________________________________________________________________________
53600 [  7256] By: gsar                                  on 2000/10/16  02:49:36
53601         Log: integrate change#5924 from mainline
53602              
53603              avoid using uninitialized memory in require version check
53604      Branch: maint-5.6/perl
53605           !> pp_ctl.c universal.c
53606 ____________________________________________________________________________
53607 [  7255] By: gsar                                  on 2000/10/16  02:48:03
53608         Log: integrate changes#5923,5928,6009 from mainline
53609              
53610              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
53611      Branch: maint-5.6/perl
53612           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
53613 ____________________________________________________________________________
53614 [  7254] By: gsar                                  on 2000/10/16  02:44:46
53615         Log: integrate change#5922 from mainline
53616              
53617              commentary about IoTYPE() (from Nathan Torkington)
53618      Branch: maint-5.6/perl
53619           !> sv.h
53620 ____________________________________________________________________________
53621 [  7253] By: gsar                                  on 2000/10/16  02:43:49
53622         Log: integrate change#5921 from mainline
53623              
53624              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
53625      Branch: maint-5.6/perl
53626           !> sv.c t/lib/charnames.t t/pragma/utf8.t
53627 ____________________________________________________________________________
53628 [  7252] By: gsar                                  on 2000/10/16  02:42:31
53629         Log: integrate change#5920 from mainline
53630              
53631              Larry's fix for buggy propagation of utf8-ness in join(); add test
53632      Branch: maint-5.6/perl
53633           !> doop.c t/op/ver.t
53634 ____________________________________________________________________________
53635 [  7251] By: gsar                                  on 2000/10/16  02:41:14
53636         Log: integrate changes#5915..5919 from mainline
53637              
53638              various (pod tweaks &c)
53639      Branch: maint-5.6/perl
53640           !> (integrate 33 files)
53641 ____________________________________________________________________________
53642 [  7250] By: gsar                                  on 2000/10/16  02:38:16
53643         Log: integrate change#5914 from mainline
53644              
53645              caller() wasn't returning the right number of elements for
53646              eval {...}
53647      Branch: maint-5.6/perl
53648           !> pp_ctl.c t/pragma/warn/9enabled
53649 ____________________________________________________________________________
53650 [  7249] By: gsar                                  on 2000/10/16  02:37:02
53651         Log: integrate change#5913 from mainline
53652              
53653              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
53654              (from Mark-Jason Dominus)
53655      Branch: maint-5.6/perl
53656           !> pod/perlfunc.pod
53657 ____________________________________________________________________________
53658 [  7248] By: gsar                                  on 2000/10/16  02:35:58
53659         Log: integrate change#5912 from mainline
53660              
53661              fix totally broken caching in UNIVERSAL::isa() (from
53662              Nick Ing-Simmons)
53663      Branch: maint-5.6/perl
53664           !> t/op/universal.t universal.c
53665 ____________________________________________________________________________
53666 [  7247] By: gsar                                  on 2000/10/16  02:34:27
53667         Log: integrate changes#5910,5911 from mainline
53668              
53669              typo in pod
53670              
53671              add linebreak properties from unicode/LineBrk.txt (from
53672              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
53673      Branch: maint-5.6/perl
53674           +> (branch 29 files)
53675           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
53676 ____________________________________________________________________________
53677 [  7246] By: gsar                                  on 2000/10/16  02:33:29
53678         Log: integrate change#5909 from mainline
53679              
53680              mode argument to do_binmode() should be file mode, not boolean
53681      Branch: maint-5.6/perl
53682           !> pp_sys.c
53683 ____________________________________________________________________________
53684 [  7245] By: gsar                                  on 2000/10/16  02:31:04
53685         Log: integrate change#5908 from mainline
53686              
53687              introduce illegal symbols into null package so that
53688              gv_fetchpv(...,TRUE) always returns a valid GV even when the
53689              symbol is trapped by strictures (avoids coredumps)
53690      Branch: maint-5.6/perl
53691           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
53692           !> t/pragma/strict-vars
53693 ____________________________________________________________________________
53694 [  7244] By: jhi                                   on 2000/10/16  02:29:54
53695         Log: Subject: $Carp::ExportLevel confusion in Exporter
53696              From: "Ben Tilly" <ben_tilly@hotmail.com>
53697              Date: Sat, 14 Oct 2000 16:44:34 EDT
53698              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
53699      Branch: perl
53700            ! lib/Exporter/Heavy.pm
53701 ____________________________________________________________________________
53702 [  7243] By: jhi                                   on 2000/10/16  02:28:33
53703         Log: Subject: [PATCH perlguts.pod] Document offset hack
53704              From: Simon Cozens <simon@cozens.net>
53705              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
53706              Date: Sat, 14 Oct 2000 19:32:25 +0100
53707      Branch: perl
53708            ! pod/perlguts.pod
53709 ____________________________________________________________________________
53710 [  7242] By: gsar                                  on 2000/10/16  02:26:51
53711         Log: integrate changes#5905,5906,5907,6064 from mainline
53712              
53713              printf/sprintf didn't get quad types right under use64bitint
53714      Branch: maint-5.6/perl
53715           !> pp_sys.c sv.c t/op/64bitint.t
53716 ____________________________________________________________________________
53717 [  7241] By: jhi                                   on 2000/10/16  02:22:44
53718         Log: Subject: small pod patch
53719              From: Dan Boorstein <dan_boo@bellsouth.net>
53720              Date: Sat, 14 Oct 2000 14:29:24 -0400
53721              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
53722      Branch: perl
53723            ! pod/perlfaq7.pod pod/perlmod.pod
53724 ____________________________________________________________________________
53725 [  7240] By: jhi                                   on 2000/10/16  02:13:46
53726         Log: -w cleanup.
53727              
53728              Subject: Re: Problems with bleadperl 
53729              From: "Stephen P. Potter" <spp@ds.net>
53730              Date: Fri, 13 Oct 2000 13:32:49 -0400
53731              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
53732      Branch: perl
53733            ! t/pragma/overload.t
53734 ____________________________________________________________________________
53735 [  7239] By: jhi                                   on 2000/10/16  01:41:18
53736         Log: One more ~utf8 tweak.
53737      Branch: perl
53738            ! t/op/bop.t
53739 ____________________________________________________________________________
53740 [  7238] By: jhi                                   on 2000/10/16  01:34:14
53741         Log: Tweak the test of #7235.
53742      Branch: perl
53743            ! t/op/bop.t
53744 ____________________________________________________________________________
53745 [  7237] By: jhi                                   on 2000/10/16  01:25:04
53746         Log: Fix a couple of compiler-noted nits in #7235.
53747      Branch: perl
53748            ! pp.c
53749 ____________________________________________________________________________
53750 [  7236] By: jhi                                   on 2000/10/16  01:22:46
53751         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
53752      Branch: perl
53753            ! pp.c pp_hot.c
53754 ____________________________________________________________________________
53755 [  7235] By: jhi                                   on 2000/10/15  16:24:44
53756         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
53757              
53758              From: Simon Cozens <simon@cozens.net>
53759              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
53760              Date: Sat, 14 Oct 2000 20:52:13 +0100
53761              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
53762      Branch: perl
53763            ! pp.c t/op/bop.t utf8.h
53764 ____________________________________________________________________________
53765 [  7234] By: jhi                                   on 2000/10/15  15:19:29
53766         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
53767              The problem was that rx->minlen was in chars while pp_split()
53768              thought it would be in bytes. 
53769      Branch: perl
53770            ! pp.c t/pragma/utf8.t
53771 ____________________________________________________________________________
53772 [  7233] By: jhi                                   on 2000/10/14  20:24:24
53773         Log: Document FNCASE=y as discussed in the bug 20000902.009.
53774      Branch: perl
53775            ! README.dos
53776 ____________________________________________________________________________
53777 [  7232] By: jhi                                   on 2000/10/14  18:52:21
53778         Log: Add test for bug id 20000427.003 (which seems to have
53779              been fixed) (also duplicate as 20000427.004, though
53780              with a higher severity).  Move one utf8 from op/append
53781              to pragma/utf8, tag the tests with bug ids.
53782      Branch: perl
53783            ! t/op/append.t t/pragma/utf8.t
53784 ____________________________________________________________________________
53785 [  7231] By: jhi                                   on 2000/10/14  17:28:37
53786         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
53787      Branch: perl
53788            ! t/pragma/utf8.t
53789 ____________________________________________________________________________
53790 [  7230] By: jhi                                   on 2000/10/14  14:24:50
53791         Log: Needs to be conditional on SunOS 4.
53792              
53793              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
53794              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
53795              Date: Sat, 14 Oct 2000 13:37:49 +0100
53796              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
53797      Branch: metaconfig/U/perl
53798            ! End.U
53799      Branch: perl
53800            ! Configure myconfig.SH pod/perldelta.pod
53801 ____________________________________________________________________________
53802 [  7229] By: jhi                                   on 2000/10/14  00:49:22
53803         Log: Update Changes.
53804      Branch: perl
53805            ! Changes patchlevel.h
53806 ____________________________________________________________________________
53807 [  7228] By: jhi                                   on 2000/10/14  00:46:10
53808         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
53809              From: Peter Prymmer <pvhp@forte.com>
53810              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
53811              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
53812      Branch: perl
53813            ! lib/utf8.pm
53814 ____________________________________________________________________________
53815 [  7227] By: jhi                                   on 2000/10/13  23:20:30
53816         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
53817      Branch: perl
53818            ! t/op/tie.t
53819 ____________________________________________________________________________
53820 [  7226] By: jhi                                   on 2000/10/13  22:14:32
53821         Log: Tweak #7225.
53822              
53823              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
53824              From: Peter Prymmer <pvhp@forte.com>
53825              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
53826              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
53827      Branch: perl
53828            ! t/op/sprintf.t
53829 ____________________________________________________________________________
53830 [  7225] By: jhi                                   on 2000/10/13  22:11:31
53831         Log: op/sprintf.t patch for OS/390 (and any other host with limited
53832              floating-point exponent length)
53833              
53834              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
53835              From: Dominic Dunlop <domo@computer.org>
53836              Date: Fri, 13 Oct 2000 19:17:57 +0200
53837              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
53838      Branch: perl
53839            ! t/op/sprintf.t
53840 ____________________________________________________________________________
53841 [  7224] By: jhi                                   on 2000/10/13  18:40:48
53842         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
53843      Branch: perl
53844            ! toke.c
53845 ____________________________________________________________________________
53846 [  7223] By: jhi                                   on 2000/10/13  18:37:13
53847         Log: Thinko in #7222.
53848      Branch: perl
53849            ! utf8.c
53850 ____________________________________________________________________________
53851 [  7222] By: jhi                                   on 2000/10/13  18:05:23
53852         Log: Use UTF8SKIP(), from Simon Cozens.
53853      Branch: perl
53854            ! utf8.c
53855 ____________________________________________________________________________
53856 [  7221] By: jhi                                   on 2000/10/13  15:43:19
53857         Log: (accidentally empty check-in)
53858      Branch: perl
53859            ! utf8.c
53860 ____________________________________________________________________________
53861 [  7220] By: jhi                                   on 2000/10/13  15:23:51
53862         Log: Add (optimistically) Storable to static extensions.
53863      Branch: perl
53864            ! hints/uwin.sh hints/vmesa.sh
53865 ____________________________________________________________________________
53866 [  7219] By: jhi                                   on 2000/10/13  15:20:05
53867         Log: Amdahl UTS doesn't seem to do dynaloading.
53868      Branch: perl
53869            ! hints/uts.sh
53870 ____________________________________________________________________________
53871 [  7218] By: jhi                                   on 2000/10/13  15:15:20
53872         Log: Slight tweak of the code to appease Amdahl UTS cc.
53873      Branch: perl
53874            ! pp.c
53875 ____________________________________________________________________________
53876 [  7217] By: jhi                                   on 2000/10/13  14:50:42
53877         Log: In Amdahl UTS "struct sv" is defined by a system header,
53878              <ksync.h>.
53879      Branch: perl
53880            ! perl.h sv.h
53881 ____________________________________________________________________________
53882 [  7216] By: jhi                                   on 2000/10/13  11:58:25
53883         Log: Ilya implemented the memory profiling API.
53884      Branch: perl
53885            ! Todo
53886 ____________________________________________________________________________
53887 [  7215] By: jhi                                   on 2000/10/13  02:56:38
53888         Log: Subject: [PATCH 5.7.0] Perl API for mstats
53889              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53890              Date: Thu, 12 Oct 2000 22:52:40 -0400
53891              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
53892      Branch: perl
53893            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
53894 ____________________________________________________________________________
53895 [  7214] By: jhi                                   on 2000/10/13  02:55:38
53896         Log: Subject: [PATCH 5.7.0] IVs in mtats
53897              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53898              Date: Thu, 12 Oct 2000 22:51:04 -0400
53899              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
53900      Branch: perl
53901            ! malloc.c perl.h
53902 ____________________________________________________________________________
53903 [  7213] By: jhi                                   on 2000/10/13  02:31:47
53904         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
53905      Branch: perl
53906            ! pod/perldiag.pod pp_sys.c
53907 ____________________________________________________________________________
53908 [  7212] By: jhi                                   on 2000/10/13  01:27:38
53909         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
53910              From: Peter Prymmer <pvhp@forte.com>
53911              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
53912              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
53913      Branch: perl
53914            ! t/op/oct.t
53915 ____________________________________________________________________________
53916 [  7211] By: jhi                                   on 2000/10/13  00:35:09
53917         Log: Update Changes.
53918      Branch: perl
53919            ! Changes patchlevel.h
53920 ____________________________________________________________________________
53921 [  7210] By: jhi                                   on 2000/10/12  23:59:40
53922         Log: The Install.pm third of
53923              
53924              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
53925              From: Bill Campbell <bill@celestial.com>
53926              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
53927              Date: Thu, 5 Oct 2000 18:04:51 -0700
53928      Branch: perl
53929            ! lib/ExtUtils/Install.pm
53930 ____________________________________________________________________________
53931 [  7209] By: jhi                                   on 2000/10/12  23:58:43
53932         Log: Two thirds of
53933              
53934              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
53935              Date: Thu, 5 Oct 2000 18:04:51 -0700
53936              From: Bill Campbell <bill@celestial.com>
53937              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
53938              
53939              The Install.pm changes will be submitted separately because
53940              they need some work and discussion still.
53941      Branch: perl
53942            ! lib/getopts.pl lib/termcap.pl
53943 ____________________________________________________________________________
53944 [  7208] By: jhi                                   on 2000/10/12  23:41:19
53945         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
53946              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
53947              Date:     Thu, 12 Oct 2000 07:30:02 EDT
53948              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
53949      Branch: perl
53950            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
53951            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
53952 ____________________________________________________________________________
53953 [  7207] By: jhi                                   on 2000/10/12  23:39:01
53954         Log: An updated EBCDIC tr patch.
53955              
53956              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
53957              From: Peter Prymmer <pvhp@forte.com>
53958              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
53959              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
53960      Branch: perl
53961            ! t/op/tr.t
53962 ____________________________________________________________________________
53963 [  7206] By: jhi                                   on 2000/10/12  23:34:55
53964         Log: Upgrade to CPAN 1.58, from Andreas König.
53965      Branch: perl
53966            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
53967 ____________________________________________________________________________
53968 [  7205] By: jhi                                   on 2000/10/12  23:29:08
53969         Log: Introduce the man[24-8] variables, from Andy Dougherty.
53970      Branch: metaconfig/U/perl
53971            + mandirs.U mandirstyle.U
53972      Branch: perl
53973            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53974            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
53975            ! vos/config.h vos/config.pl vos/config_h.SH_orig
53976            ! win32/config.bc win32/config.gc win32/config.vc
53977 ____________________________________________________________________________
53978 [  7204] By: gsar                                  on 2000/10/12  18:11:24
53979         Log: restore change#7202
53980      Branch: perl
53981            ! mg.c
53982 ____________________________________________________________________________
53983 [  7203] By: gsar                                  on 2000/10/12  18:09:40
53984         Log: another test of the Emergency Broadcast System--back out 
53985              change#7202
53986      Branch: perl
53987            ! mg.c
53988 ____________________________________________________________________________
53989 [  7202] By: gsar                                  on 2000/10/12  16:40:47
53990         Log: (submitted on behalf of Jarkko)
53991              Fix the lib/encode.t subtest 6 failure as reported by Andreas
53992              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
53993              was unearthed by change 7182, as was a bug in HTML::Entities.
53994      Branch: perl
53995            ! mg.c
53996 ____________________________________________________________________________
53997 [  7201] By: jhi                                   on 2000/10/11  03:16:05
53998         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
53999      Branch: perl
54000            ! pp_hot.c t/pragma/utf8.t
54001 ____________________________________________________________________________
54002 [  7200] By: jhi                                   on 2000/10/11  00:40:30
54003         Log: The #7198 was a false alarm.
54004      Branch: perl
54005            ! pp_hot.c
54006 ____________________________________________________________________________
54007 [  7199] By: jhi                                   on 2000/10/11  00:26:04
54008         Log: Remove duplicated code.
54009      Branch: perl
54010            ! t/lib/cgi-html.t
54011 ____________________________________________________________________________
54012 [  7198] By: jhi                                   on 2000/10/10  23:30:46
54013         Log: (Retracted by #7200.)
54014      Branch: perl
54015            ! pp_hot.c
54016 ____________________________________________________________________________
54017 [  7197] By: jhi                                   on 2000/10/10  21:49:30
54018         Log: Add the test case for #7190, from the original bug report
54019              by Andreas König.
54020      Branch: perl
54021            ! t/pragma/utf8.t
54022 ____________________________________________________________________________
54023 [  7196] By: jhi                                   on 2000/10/10  21:40:49
54024         Log: Reapply Andy's patch and regen Configure.
54025      Branch: perl
54026            ! Configure INSTALL Makefile.SH Porting/Glossary
54027            ! Porting/config.sh config_h.SH epoc/config.sh installperl
54028            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
54029            ! win32/config.vc
54030 ____________________________________________________________________________
54031 [  7195] By: jhi                                   on 2000/10/10  21:09:30
54032         Log: Use the versiononly instead of the installscripts,
54033              retract the changes 7146 and 7147.
54034      Branch: perl
54035            ! Configure INSTALL Makefile.SH Porting/Glossary
54036            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
54037            ! installperl uconfig.sh vos/config.def win32/config.bc
54038            ! win32/config.gc win32/config.vc
54039 ____________________________________________________________________________
54040 [  7194] By: jhi                                   on 2000/10/10  21:06:15
54041         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
54042              From: Peter Prymmer <pvhp@forte.com>
54043              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
54044              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
54045      Branch: perl
54046            ! t/op/ver.t
54047 ____________________________________________________________________________
54048 [  7193] By: jhi                                   on 2000/10/10  21:05:12
54049         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
54050              From: Peter Prymmer <pvhp@forte.com>
54051              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
54052              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
54053      Branch: perl
54054            ! t/op/tr.t
54055 ____________________________________________________________________________
54056 [  7192] By: jhi                                   on 2000/10/10  20:57:30
54057         Log: Add versiononly, delete installscripts, from Andy Dougherty.
54058      Branch: metaconfig
54059            - U/installdirs/installscripts.U
54060      Branch: metaconfig/U/perl
54061            + versiononly.U
54062 ____________________________________________________________________________
54063 [  7191] By: jhi                                   on 2000/10/10  19:41:21
54064         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
54065              From: Peter Prymmer <pvhp@forte.com>
54066              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
54067              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
54068      Branch: perl
54069            ! pod/perlebcdic.pod
54070 ____________________________________________________________________________
54071 [  7190] By: jhi                                   on 2000/10/10  19:26:14
54072         Log: Subject: Re: utf8 concat, mg_get
54073              From: Simon Cozens <simon@cozens.net>
54074              Date: Tue, 10 Oct 2000 17:40:17 +0100
54075              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
54076      Branch: perl
54077            ! pp_hot.c
54078 ____________________________________________________________________________
54079 [  7189] By: jhi                                   on 2000/10/10  19:23:03
54080         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
54081              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
54082              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
54083              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
54084      Branch: perl
54085            ! lib/ExtUtils/MM_Unix.pm
54086 ____________________________________________________________________________
54087 [  7188] By: jhi                                   on 2000/10/10  15:31:24
54088         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
54089              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
54090              Date: Fri, 14 Jul 2000 10:47:36 +0100
54091              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
54092      Branch: perl
54093            ! README.win32
54094 ____________________________________________________________________________
54095 [  7187] By: jhi                                   on 2000/10/10  13:30:10
54096         Log: Quote the temp file name, needed in Win32 because the
54097              default name unfortunately contains spaces, shouldn't
54098              hurt elsewhere.
54099              
54100              Subject: FW: perldoc fails if $TEMP contains spaces
54101              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
54102              Date: Thu, 14 Sep 2000 08:58:45 +0100
54103              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
54104      Branch: perl
54105            ! utils/perldoc.PL
54106 ____________________________________________________________________________
54107 [  7186] By: jhi                                   on 2000/10/10  13:16:27
54108         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
54109              From: hv@hugo.hybyte.com
54110              Date: Tue, 10 Oct 2000 14:10:20 +0100
54111              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
54112      Branch: perl
54113            ! t/lib/thr5005.t util.c
54114 ____________________________________________________________________________
54115 [  7185] By: jhi                                   on 2000/10/10  12:06:22
54116         Log: Upgrade to podlators 1.04, from Russ Allbery.
54117      Branch: perl
54118            ! lib/Pod/Man.pm lib/Pod/Text.pm
54119 ____________________________________________________________________________
54120 [  7184] By: jhi                                   on 2000/10/10  12:01:32
54121         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
54122      Branch: perl
54123            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
54124 ____________________________________________________________________________
54125 [  7183] By: jhi                                   on 2000/10/09  23:47:15
54126         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
54127              From: Peter Prymmer <pvhp@forte.com>
54128              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
54129              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
54130      Branch: perl
54131            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
54132 ____________________________________________________________________________
54133 [  7182] By: jhi                                   on 2000/10/09  23:43:16
54134         Log: Make eq work again with utf8 (disabling the upgrading
54135              should no more be necessary since the copies of the
54136              scalars are upgraded, not the scalars themselves).
54137              Takes care of ID 20001009.001.  (The claimed length()
54138              bug in 20001009.001 seems bogus to me.)
54139      Branch: perl
54140            ! sv.c t/pragma/utf8.t
54141 ____________________________________________________________________________
54142 [  7181] By: gsar                                  on 2000/10/09  19:41:54
54143         Log: tweak for change#7173
54144      Branch: perl
54145            ! win32/win32sck.c
54146 ____________________________________________________________________________
54147 [  7180] By: gsar                                  on 2000/10/09  19:26:56
54148         Log: on Windows, clean targets might not work under some flavors of the shell
54149      Branch: perl
54150            ! win32/Makefile win32/makefile.mk
54151 ____________________________________________________________________________
54152 [  7179] By: jhi                                   on 2000/10/09  19:21:02
54153         Log: Update Changes.
54154      Branch: perl
54155            ! Changes patchlevel.h
54156 ____________________________________________________________________________
54157 [  7178] By: jhi                                   on 2000/10/09  19:18:23
54158         Log: Warn about unknown scripts.
54159              
54160              Subject: Re: ideas? patches? [PATCH bleadperl]
54161              From: Dominic Dunlop <domo@computer.org>
54162              Date: Mon, 9 Oct 2000 14:57:17 +0200
54163              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
54164      Branch: perl
54165            ! lib/charnames.pm
54166 ____________________________________________________________________________
54167 [  7177] By: jhi                                   on 2000/10/09  19:13:27
54168         Log: Change #7160 had a nasty typo.
54169      Branch: metaconfig
54170            ! U/compline/Compile.U
54171      Branch: perl
54172            ! Configure config_h.SH
54173 ____________________________________________________________________________
54174 [  7176] By: gsar                                  on 2000/10/09  18:59:33
54175         Log: pod nit
54176      Branch: perl
54177            ! pod/perlport.pod
54178 ____________________________________________________________________________
54179 [  7175] By: gsar                                  on 2000/10/09  18:54:28
54180         Log: Windows9x doesn't support link(), despite what Config.pm
54181              might think
54182      Branch: perl
54183            ! lib/ExtUtils/Manifest.pm
54184 ____________________________________________________________________________
54185 [  7174] By: gsar                                  on 2000/10/09  18:50:03
54186         Log: avoid nonportable example code
54187      Branch: perl
54188            ! lib/File/Copy.pm
54189 ____________________________________________________________________________
54190 [  7173] By: gsar                                  on 2000/10/09  18:46:54
54191         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
54192              being used) when closing a socket handle
54193      Branch: perl
54194            ! win32/win32.c win32/win32.h win32/win32sck.c
54195 ____________________________________________________________________________
54196 [  7172] By: gsar                                  on 2000/10/09  18:41:40
54197         Log: on Windows, cwd strings in the environment should be of the
54198              form =X:=X:\foo instead of =X=X:\foo\
54199      Branch: perl
54200            ! win32/vdir.h
54201 ____________________________________________________________________________
54202 [  7171] By: gsar                                  on 2000/10/09  18:30:09
54203         Log: on Windows, LoadLibrary() could load an extension DLL multiple
54204              times if forward slashes are used in the path
54205      Branch: perl
54206            ! win32/win32.c
54207 ____________________________________________________________________________
54208 [  7170] By: jhi                                   on 2000/10/09  17:53:59
54209         Log: Add a todo note about overloadable assertions.
54210      Branch: perl
54211            ! Todo-5.6
54212 ____________________________________________________________________________
54213 [  7169] By: jhi                                   on 2000/10/09  13:43:45
54214         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
54215              From: mjd@plover.com
54216              Date: 9 Oct 2000 00:24:44 -0000
54217              Message-ID: <20001009002444.10616.qmail@plover.com>
54218      Branch: perl
54219            ! pod/perldebguts.pod
54220 ____________________________________________________________________________
54221 [  7168] By: nick                                  on 2000/10/08  13:16:33
54222         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
54223              is not right thing to do on (e.g. x86). Network order is also "right" for
54224              X fonts.
54225      Branch: perl
54226            ! ext/Encode/Encode.pm
54227 ____________________________________________________________________________
54228 [  7167] By: nick                                  on 2000/10/08  12:54:42
54229         Log: Make "encodings" work post-install when Encode/*.enc files may not
54230              be in same directory as Encode.pm
54231      Branch: perl
54232            ! ext/Encode/Encode.pm
54233 ____________________________________________________________________________
54234 [  7166] By: nick                                  on 2000/10/08  11:51:26
54235         Log: Work round the fact that $hash->{$key} does not take into account
54236              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
54237              so that key is always in the "expected" encoding - i.e. same way we put
54238              it in the hash.
54239      Branch: perl
54240            ! ext/Encode/Encode.pm
54241 ____________________________________________________________________________
54242 [  7165] By: gsar                                  on 2000/10/08  04:15:29
54243         Log: save_re_context() could reset PL_curcop to freed memory, causing core
54244              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
54245      Branch: perl
54246            ! pp_ctl.c
54247 ____________________________________________________________________________
54248 [  7164] By: jhi                                   on 2000/10/06  20:51:48
54249         Log: UTF8ize split() so that the cloned substrings get the UTF8
54250              flag of the original scalar.  Problem reported by Simon Cozens.
54251      Branch: perl
54252            ! pp.c t/pragma/utf8.t
54253 ____________________________________________________________________________
54254 [  7163] By: nick                                  on 2000/10/06  20:48:34
54255         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
54256              got a false +ve and so did not reach code which would have un-FAKEd the SV.
54257      Branch: perl
54258            ! sv.c
54259 ____________________________________________________________________________
54260 [  7162] By: nick                                  on 2000/10/06  20:25:37
54261         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
54262              To fix  (sort {$a <=> $b} keys %hash) in particular but
54263              should cover a number of other as-yet-unknown cases as well.
54264      Branch: perl
54265            ! sv.c
54266 ____________________________________________________________________________
54267 [  7161] By: jhi                                   on 2000/10/06  19:56:18
54268         Log: Change the version number of Tie::Handle in the core to 4.0,
54269              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
54270              
54271              Subject: Note on Tie::Handle
54272              From: andreas.koenig@anima.de (Andreas J. Koenig)
54273              Date:      06 Oct 2000 21:48:58 +0200
54274              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
54275      Branch: perl
54276            ! lib/Tie/Handle.pm
54277 ____________________________________________________________________________
54278 [  7160] By: jhi                                   on 2000/10/06  18:20:35
54279         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
54280              as the first option of cc/ld because of ultrapicky compilers
54281              (e.g. OS/390 R2.5)
54282      Branch: metaconfig
54283            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
54284            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
54285            ! U/compline/orderlib.U U/modified/Cppsym.U
54286            ! U/modified/d_access.U
54287      Branch: metaconfig/U/perl
54288            ! Checkcc.U d_dlsymun.U gccvers.U
54289      Branch: perl
54290            ! Configure config_h.SH
54291 ____________________________________________________________________________
54292 [  7159] By: jhi                                   on 2000/10/06  13:56:39
54293         Log: Update Changes.
54294      Branch: perl
54295            ! Changes patchlevel.h
54296 ____________________________________________________________________________
54297 [  7158] By: jhi                                   on 2000/10/06  12:48:40
54298         Log: Eliminate $Is_VMS code from the test.
54299              
54300              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
54301              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
54302              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
54303              Date:     Thu, 5 Oct 2000 07:46:33 EDT
54304      Branch: perl
54305            ! t/lib/b.t
54306 ____________________________________________________________________________
54307 [  7157] By: jhi                                   on 2000/10/06  12:47:13
54308         Log: Also the $ccflags is needed for the C compiler check.
54309              
54310              Subject: Configure (check for C-compiler)
54311              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54312              Date: Fri, 06 Oct 2000 08:47:15 +0200
54313              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
54314      Branch: metaconfig/U/perl
54315            ! Checkcc.U
54316      Branch: perl
54317            ! Configure config_h.SH
54318 ____________________________________________________________________________
54319 [  7156] By: jhi                                   on 2000/10/06  11:45:15
54320         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
54321      Branch: perl
54322            ! perl.c pp_ctl.c sv.h utf8.c
54323 ____________________________________________________________________________
54324 [  7155] By: jhi                                   on 2000/10/06  11:40:41
54325         Log: IO::Handle->syswrite() did not handle length omission
54326              like CORE::syswrite() does.
54327              
54328              Subject: [Fwd] IO::Handle, syswrite and arguments
54329              From: Graham Barr <gbarr@pobox.com>
54330              Date: Fri, 6 Oct 2000 10:22:05 +0100
54331              Message-ID: <20001006102205.U6312@pobox.com>
54332              
54333              The original patch from andrew@ugh.net.au.
54334      Branch: perl
54335            ! ext/IO/lib/IO/Handle.pm
54336 ____________________________________________________________________________
54337 [  7154] By: jhi                                   on 2000/10/06  01:42:15
54338         Log: Tweak #7153.
54339      Branch: perl
54340            ! utf8.h
54341 ____________________________________________________________________________
54342 [  7153] By: jhi                                   on 2000/10/06  00:39:55
54343         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
54344      Branch: perl
54345            ! utf8.h
54346 ____________________________________________________________________________
54347 [  7152] By: jhi                                   on 2000/10/06  00:38:11
54348         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
54349      Branch: perl
54350            ! perl.c pp_ctl.c sv.h utf8.c
54351 ____________________________________________________________________________
54352 [  7151] By: jhi                                   on 2000/10/06  00:36:38
54353         Log: Subject: Re: Questions about Tie::Array and perl modules
54354              From: Nick Ing-Simmons <nik@tiuk.ti.com>
54355              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
54356              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
54357              
54358              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
54359      Branch: perl
54360            ! lib/Tie/Array.pm t/op/array.t
54361 ____________________________________________________________________________
54362 [  7150] By: jhi                                   on 2000/10/05  00:20:45
54363         Log: Regen Changes.
54364      Branch: perl
54365            ! Changes patchlevel.h
54366 ____________________________________________________________________________
54367 [  7149] By: jhi                                   on 2000/10/05  00:20:01
54368         Log: Regen toc.
54369      Branch: perl
54370            ! pod/perltoc.pod
54371 ____________________________________________________________________________
54372 [  7148] By: jhi                                   on 2000/10/04  23:35:08
54373         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
54374              reported several times by Dominic Dunlop, for example in
54375              ID 20000315.008.  Patch from Dominic.  Patch affects at
54376              least MachTen, and possibly other oldish BSDs. Should not
54377              break non-broken platforms (tested on LinuxPPC). 
54378      Branch: perl
54379            ! doio.c
54380 ____________________________________________________________________________
54381 [  7147] By: jhi                                   on 2000/10/04  23:26:34
54382         Log: The one that got away from 7146.
54383      Branch: metaconfig
54384            + U/installdirs/installscripts.U
54385 ____________________________________________________________________________
54386 [  7146] By: jhi                                   on 2000/10/04  23:25:04
54387         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
54388              suggested by H. Merijn Brand.
54389      Branch: perl
54390            ! Configure INSTALL Makefile.SH Porting/Glossary
54391            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
54392            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
54393            ! win32/config.vc
54394 ____________________________________________________________________________
54395 [  7145] By: jhi                                   on 2000/10/04  22:08:21
54396         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
54397              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54398              Date: Wed, 4 Oct 2000 17:37:46 -0400
54399              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
54400      Branch: perl
54401            ! utils/h2xs.PL
54402 ____________________________________________________________________________
54403 [  7144] By: jhi                                   on 2000/10/04  18:11:41
54404         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
54405              From: Jeff Pinyan <jeffp@crusoe.net>
54406              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
54407              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
54408      Branch: perl
54409            ! pod/perlrun.pod
54410 ____________________________________________________________________________
54411 [  7143] By: jhi                                   on 2000/10/04  18:09:58
54412         Log: Subject: perlhack.pod Patch for Externals Tools
54413              From: Fisher Mark <fisherm@tce.com>
54414              Date: Tue, 3 Oct 2000 15:43:27 -0500 
54415              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
54416      Branch: perl
54417            ! pod/perlhack.pod
54418 ____________________________________________________________________________
54419 [  7142] By: jhi                                   on 2000/10/04  18:08:41
54420         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
54421              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
54422              Date:     Wed, 4 Oct 2000 12:11:11 EDT
54423              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
54424      Branch: perl
54425            ! vms/vms.c
54426 ____________________________________________________________________________
54427 [  7141] By: jhi                                   on 2000/10/04  12:20:16
54428         Log: Subject: [PATCH 5.7.0] h2xs not working
54429              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54430              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
54431              Date: Tue, 3 Oct 2000 21:43:01 -0400
54432              
54433              Subject: [PATCH 5.7.0] h2xs not documenting the created module
54434              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54435              Date: Tue, 3 Oct 2000 22:55:19 -0400
54436              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
54437      Branch: perl
54438            ! utils/h2xs.PL
54439 ____________________________________________________________________________
54440 [  7140] By: jhi                                   on 2000/10/04  11:53:44
54441         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
54442              From: nick@babyhippo.com
54443              Date: Wed, 4 Oct 2000 12:06:45 +0100
54444              Message-Id: <20001004120645.A7356@babyhippo.com>
54445              
54446              Retract 7118 and 7135.
54447      Branch: perl
54448            ! installman installperl op.c t/pragma/subs.t
54449 ____________________________________________________________________________
54450 [  7139] By: jhi                                   on 2000/10/03  22:09:41
54451         Log: It is possible to have no hosts database at all.  Pointed out in
54452              
54453              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
54454              From: Peter Prymmer <pvhp@forte.com>
54455              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
54456              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
54457      Branch: metaconfig
54458            ! U/modified/myhostname.U
54459      Branch: perl
54460            ! Configure config_h.SH
54461 ____________________________________________________________________________
54462 [  7138] By: jhi                                   on 2000/10/03  21:49:49
54463         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
54464              From: Peter Prymmer <pvhp@forte.com>
54465              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
54466              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
54467      Branch: perl
54468            ! pp_sys.c
54469 ____________________________________________________________________________
54470 [  7137] By: jhi                                   on 2000/10/03  20:10:05
54471         Log: One remaining nit less at the VMS mailbox sizing.
54472      Branch: perl
54473            ! vms/vms.c
54474 ____________________________________________________________________________
54475 [  7136] By: jhi                                   on 2000/10/03  20:08:47
54476         Log: Test harness update to sync with the new perlcc,
54477              from Simon Cozens.
54478      Branch: perl
54479            ! t/TEST t/UTEST
54480 ____________________________________________________________________________
54481 [  7135] By: jhi                                   on 2000/10/03  15:15:42
54482         Log: Subject: Re: PATCH for 20001003.004
54483              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
54484              From: "AARON B. DOSSETT" <aaron@iglou.com>
54485              Message-Id: <E13gTay-0006od-00@iglou.com>
54486      Branch: perl
54487            ! installman installperl
54488 ____________________________________________________________________________
54489 [  7134] By: jhi                                   on 2000/10/03  15:00:34
54490         Log: Subject: [ID 20001003.006] B::Debug not -w clean
54491              From: Nicholas Clark <nick@babyhippo.co.uk>
54492              Date: Tue, 03 Oct 2000 15:46:32 +0100
54493              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
54494      Branch: perl
54495            ! ext/B/B/Debug.pm
54496 ____________________________________________________________________________
54497 [  7133] By: jhi                                   on 2000/10/03  14:58:39
54498         Log: Scale down the VMS message boxes, by Charles Lane.
54499              Fix for ID 20000903.009, workaround at
54500              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
54501      Branch: perl
54502            ! vms/vms.c
54503 ____________________________________________________________________________
54504 [  7132] By: jhi                                   on 2000/10/03  11:20:37
54505         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
54506      Branch: perl
54507            + t/lib/st-lock.t t/lib/st-utf8.t
54508            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
54509            ! ext/Storable/Storable.xs t/lib/st-recurse.t
54510 ____________________________________________________________________________
54511 [  7131] By: jhi                                   on 2000/10/03  03:38:23
54512         Log: Encode nits.
54513      Branch: perl
54514            ! MANIFEST Makefile.SH
54515 ____________________________________________________________________________
54516 [  7130] By: jhi                                   on 2000/10/03  03:31:05
54517         Log: Update Changes.
54518      Branch: perl
54519            ! Changes patchlevel.h
54520 ____________________________________________________________________________
54521 [  7129] By: jhi                                   on 2000/10/03  02:24:02
54522         Log: Misplaced else.
54523      Branch: metaconfig/U/perl
54524            ! d_strtoll.U
54525      Branch: perl
54526            ! Configure config_h.SH
54527 ____________________________________________________________________________
54528 [  7128] By: jhi                                   on 2000/10/03  02:08:29
54529         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
54530              From: sthoenna@efn.org
54531              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
54532              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
54533      Branch: metaconfig/U/perl
54534            ! d_strtoll.U
54535      Branch: perl
54536            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
54537 ____________________________________________________________________________
54538 [  7127] By: jhi                                   on 2000/10/03  01:13:14
54539         Log: Update Changes.
54540      Branch: perl
54541            ! Changes patchlevel.h
54542 ____________________________________________________________________________
54543 [  7126] By: jhi                                   on 2000/10/03  00:57:08
54544         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
54545              as suggested by Olaf Flebbe and Nick Clark.
54546      Branch: perl
54547            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
54548 ____________________________________________________________________________
54549 [  7125] By: jhi                                   on 2000/10/03  00:50:56
54550         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
54551              From: Nick Clark <nick@plum.flirble.org>
54552              Date: Mon, 2 Oct 2000 11:03:24 +0100
54553              Message-Id: <20001002110324.D20073@plum.flirble.org>
54554              
54555              Also fixes bug ID 20001002.005.
54556      Branch: perl
54557            ! t/lib/encode.t
54558 ____________________________________________________________________________
54559 [  7124] By: jhi                                   on 2000/10/03  00:34:59
54560         Log: Subject: [PATCH 5.7.0] Epoc update
54561              From: Olaf Flebbe <o.flebbe@gmx.de>
54562              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
54563              Message-ID: <26423.969484586@www10.gmx.net>
54564      Branch: perl
54565            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
54566            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
54567            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
54568            ! util.c util.h
54569 ____________________________________________________________________________
54570 [  7123] By: jhi                                   on 2000/10/03  00:30:07
54571         Log: Regen headers.
54572      Branch: perl
54573            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
54574 ____________________________________________________________________________
54575 [  7122] By: jhi                                   on 2000/10/03  00:10:48
54576         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
54577      Branch: perl
54578            ! hints/openbsd.sh
54579 ____________________________________________________________________________
54580 [  7121] By: jhi                                   on 2000/10/03  00:05:06
54581         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
54582              From: <abigail@foad.org>
54583              Date: Tue, 26 Sep 2000 13:36:14 -0400
54584              Message-ID: <20000926173614.4356.qmail@foad.org>
54585      Branch: perl
54586            ! pod/perlop.pod
54587 ____________________________________________________________________________
54588 [  7120] By: jhi                                   on 2000/10/03  00:04:00
54589         Log: Inside require() $^S was always left undefined.
54590              
54591              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
54592              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54593              Date: Wed, 27 Sep 2000 18:54:49 -0400
54594              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
54595      Branch: perl
54596            ! cop.h mg.c pp_ctl.c util.c
54597 ____________________________________________________________________________
54598 [  7119] By: jhi                                   on 2000/10/03  00:00:16
54599         Log: Subject: [PATCH] DLL not restartabke with threaded perl
54600              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
54601              Date: Thu, 28 Sep 2000 09:20:46 +0100
54602              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
54603      Branch: perl
54604            ! perl.c
54605 ____________________________________________________________________________
54606 [  7118] By: jhi                                   on 2000/10/02  23:59:20
54607         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
54608              From: Nicholas Clark <nick@ccl4.org>
54609              Date: Thu, 28 Sep 2000 11:52:24 +0100
54610              Message-ID: <20000928115224.D7924@plum.flirble.org>
54611      Branch: perl
54612            ! op.c
54613 ____________________________________________________________________________
54614 [  7117] By: jhi                                   on 2000/10/02  23:57:51
54615         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
54616              From: Nicholas Clark <nick@babyhippo.co.uk>
54617              Date: Thu, 28 Sep 2000 12:18:10 +0100
54618              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
54619              
54620              Did not apply cleanly, manual intervention was needed.
54621      Branch: perl
54622            ! ext/B/B/Bytecode.pm utils/perlcc.PL
54623 ____________________________________________________________________________
54624 [  7116] By: jhi                                   on 2000/10/02  23:50:40
54625         Log: Document the issue (is not a syntax error, kind of)
54626              
54627              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
54628              From: Nicholas Clark <nick@ccl4.org>
54629              Date: Thu, 28 Sep 2000 17:12:42 +0100
54630              Message-ID: <20000928171242.K7924@plum.flirble.org>
54631      Branch: perl
54632            ! pod/perldata.pod
54633 ____________________________________________________________________________
54634 [  7115] By: jhi                                   on 2000/10/02  23:48:58
54635         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
54636              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54637              Date: Thu, 28 Sep 2000 21:55:31 -0400
54638              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
54639      Branch: perl
54640            ! regexec.c
54641 ____________________________________________________________________________
54642 [  7114] By: jhi                                   on 2000/10/02  23:47:57
54643         Log: Subject: DOC PATCH 5.6.0
54644              From: mjd@plover.com
54645              Date: 30 Sep 2000 06:02:34 -0000
54646              Message-ID: <20000930060234.4559.qmail@plover.com>
54647      Branch: perl
54648            ! pod/perldebguts.pod
54649 ____________________________________________________________________________
54650 [  7113] By: jhi                                   on 2000/10/02  23:46:43
54651         Log: SOCK_DGRAM and listen() do not mix as reported in
54652              
54653              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
54654              From: Petter Reinholdtsen <pere@hungry.com>
54655              Date: Sun, 1 Oct 2000 10:57:20 +0800
54656              Message-Id: <200010010257.KAA05735@localhost.localdomain>
54657              
54658              The patch for 5.7.0+ had to be reengineered, though.
54659      Branch: perl
54660            ! ext/IO/lib/IO/Socket/UNIX.pm
54661 ____________________________________________________________________________
54662 [  7112] By: jhi                                   on 2000/10/02  23:36:57
54663         Log: Subject: Re: [PATCH 5.005_64 missed]
54664              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54665              Date: Sun, 1 Oct 2000 18:50:10 -0400
54666              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
54667      Branch: perl
54668            ! pod/perlxs.pod
54669 ____________________________________________________________________________
54670 [  7111] By: jhi                                   on 2000/10/02  23:35:40
54671         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
54672              From: Radu Greab <radu@netsoft.ro>
54673              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
54674              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
54675      Branch: perl
54676            ! op.c opcode.pl t/op/substr.t
54677 ____________________________________________________________________________
54678 [  7110] By: jhi                                   on 2000/10/02  23:32:38
54679         Log: Subject: [PATCH] Fix aliasing of tied filehandles
54680              From: Daniel Chetlin <daniel@chetlin.com>
54681              Date: Mon, 2 Oct 2000 14:53:27 -0700
54682              Message-ID: <20001002145327.C1617@ilmd>
54683      Branch: perl
54684            ! perl.h pp_hot.c t/op/tiehandle.t
54685 ____________________________________________________________________________
54686 [  7109] By: jhi                                   on 2000/10/02  23:31:30
54687         Log: s/Robin Parker/Robin Barker/
54688      Branch: perl
54689            ! Changes5.6
54690 ____________________________________________________________________________
54691 [  7108] By: jhi                                   on 2000/10/02  23:15:46
54692         Log: Retract #7091 as suggested in
54693              
54694              From: Robin Barker <rmb1@cise.npl.co.uk> 
54695              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
54696              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
54697              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
54698      Branch: perl
54699            ! embed.pl proto.h
54700 ____________________________________________________________________________
54701 [  7107] By: nick                                  on 2000/10/02  18:23:14
54702         Log: A few tweaks to get Tk803 to work with Encode scheme.
54703      Branch: perl
54704            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
54705 ____________________________________________________________________________
54706 [  7106] By: nick                                  on 2000/10/01  21:34:14
54707         Log: Add checking cases to Encode's toUnicode and fromUnicode.
54708      Branch: perl
54709            ! ext/Encode/Encode.pm
54710 ____________________________________________________________________________
54711 [  7105] By: nick                                  on 2000/10/01  17:18:01
54712         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
54713              To read and use them.
54714              Add a lib/encode.t which checks a few things.
54715      Branch: perl
54716            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
54717            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
54718            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
54719            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
54720            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
54721            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
54722            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
54723            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
54724            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
54725            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
54726            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
54727            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
54728            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
54729            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
54730            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
54731            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
54732            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
54733            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
54734            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
54735            + ext/Encode/Encode/iso2022-jp.enc
54736            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
54737            + ext/Encode/Encode/iso8859-1.enc
54738            + ext/Encode/Encode/iso8859-2.enc
54739            + ext/Encode/Encode/iso8859-3.enc
54740            + ext/Encode/Encode/iso8859-4.enc
54741            + ext/Encode/Encode/iso8859-5.enc
54742            + ext/Encode/Encode/iso8859-6.enc
54743            + ext/Encode/Encode/iso8859-7.enc
54744            + ext/Encode/Encode/iso8859-8.enc
54745            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
54746            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
54747            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
54748            + ext/Encode/Encode/macCentEuro.enc
54749            + ext/Encode/Encode/macCroatian.enc
54750            + ext/Encode/Encode/macCyrillic.enc
54751            + ext/Encode/Encode/macDingbats.enc
54752            + ext/Encode/Encode/macGreek.enc
54753            + ext/Encode/Encode/macIceland.enc
54754            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
54755            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
54756            + ext/Encode/Encode/macTurkish.enc
54757            + ext/Encode/Encode/macUkraine.enc
54758            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
54759            + t/lib/encode.t
54760            ! MANIFEST ext/Encode/Encode.pm
54761 ____________________________________________________________________________
54762 [  7104] By: nick                                  on 2000/09/30  13:04:30
54763         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
54764              From: Daniel Chetlin <daniel@chetlin.com>
54765              Date: Mon, 18 Sep 2000 05:05:40 -0700
54766              Message-Id: <20000918050540.C652@ilmd>
54767      Branch: perl
54768            ! lib/overload.pm sv.c t/pragma/overload.t
54769 ____________________________________________________________________________
54770 [  7103] By: nick                                  on 2000/09/30  12:53:36
54771         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
54772              From: Johan Vromans <jvromans@squirrel.nl>
54773              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
54774              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
54775      Branch: perl
54776            ! pod/Makefile.SH
54777 ____________________________________________________________________________
54778 [  7102] By: nick                                  on 2000/09/30  12:52:31
54779         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
54780              From: Spider Boardman <spider@Orb.Nashua.NH.US>
54781              Date: Sat, 16 Sep 2000 16:36:45 -0400
54782              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
54783      Branch: perl
54784            ! ext/B/B/Deparse.pm
54785 ____________________________________________________________________________
54786 [  7101] By: nick                                  on 2000/09/30  12:51:41
54787         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
54788              From: Craig A. Berry <craig.berry@psinetcs.com>
54789              Date: Sat, 16 Sep 2000 10:11:10 -0500
54790              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
54791      Branch: perl
54792            ! vms/vms.c
54793 ____________________________________________________________________________
54794 [  7100] By: nick                                  on 2000/09/30  12:50:33
54795         Log: Subject: Re: unicode support and perl [ID 20000901.097]
54796              From: Spider Boardman <spider@Orb.Nashua.NH.US>
54797              Date: Fri, 15 Sep 2000 16:37:58 -0400
54798              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
54799      Branch: perl
54800            ! t/op/append.t
54801 ____________________________________________________________________________
54802 [  7099] By: nick                                  on 2000/09/30  12:49:35
54803         Log: Subject: Re: unicode support and perl [ID 20000901.097]
54804              From: Spider Boardman <spider@Orb.Nashua.NH.US>
54805              Date: Fri, 15 Sep 2000 16:25:30 -0400
54806              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
54807      Branch: perl
54808            ! pp_hot.c
54809 ____________________________________________________________________________
54810 [  7098] By: nick                                  on 2000/09/30  12:48:00
54811         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
54812              From: Gisle Aas <gisle@ActiveState.com>
54813              Date: 15 Sep 2000 16:23:41 +0200
54814              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
54815      Branch: perl
54816            ! toke.c
54817 ____________________________________________________________________________
54818 [  7097] By: nick                                  on 2000/09/30  12:45:16
54819         Log: Subject: [PATCH] Nits in perlmod.pod
54820              From: Daniel Chetlin <daniel@chetlin.com>
54821              Date: Fri, 15 Sep 2000 02:04:09 -0700
54822              Message-Id: <20000915020409.A2104@ilmd>
54823      Branch: perl
54824            ! pod/perlmod.pod
54825 ____________________________________________________________________________
54826 [  7096] By: nick                                  on 2000/09/30  12:18:00
54827         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
54828              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
54829              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
54830              0 to checking to get the warning.
54831      Branch: perl
54832            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
54833            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
54834            ! regexec.c sv.c toke.c utf8.c
54835 ____________________________________________________________________________
54836 [  7095] By: nick                                  on 2000/09/15  16:55:59
54837         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
54838              
54839              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
54840              From: Spider Boardman <spider@Orb.Nashua.NH.US>
54841              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
54842              Date: Fri, 15 Sep 2000 06:37:30 -0400
54843      Branch: perl
54844            ! ext/Encode/Encode.xs sv.c
54845 ____________________________________________________________________________
54846 [  7094] By: jhi                                   on 2000/09/15  03:23:32
54847         Log: Update Changes.
54848      Branch: perl
54849            ! Changes patchlevel.h
54850 ____________________________________________________________________________
54851 [  7093] By: jhi                                   on 2000/09/15  03:11:44
54852         Log: Fix for the charnames.t failures from Spider Boardman.
54853      Branch: perl
54854            ! toke.c
54855 ____________________________________________________________________________
54856 [  7092] By: jhi                                   on 2000/09/15  00:15:48
54857         Log: Botched the #7090 check-in.
54858      Branch: perl
54859            ! sv.c
54860 ____________________________________________________________________________
54861 [  7091] By: jhi                                   on 2000/09/14  23:33:24
54862         Log: Part of #7081 didn't come through.
54863      Branch: perl
54864            ! embed.pl proto.h
54865 ____________________________________________________________________________
54866 [  7090] By: jhi                                   on 2000/09/14  23:17:39
54867         Log: Subject: Re: perl@7078 
54868              From: Spider Boardman <spider@web.zk3.dec.com>
54869              Date: Thu, 14 Sep 2000 19:06:36 -0400
54870              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
54871      Branch: perl
54872            ! sv.c toke.c
54873 ____________________________________________________________________________
54874 [  7089] By: jhi                                   on 2000/09/14  23:11:21
54875         Log: Small portability tweaks.
54876      Branch: perl
54877            ! ext/Encode/Encode.xs
54878 ____________________________________________________________________________
54879 [  7088] By: jhi                                   on 2000/09/14  22:57:23
54880         Log: Fake return to pacify picky compilers.
54881      Branch: perl
54882            ! ext/Encode/Encode.xs
54883 ____________________________________________________________________________
54884 [  7087] By: jhi                                   on 2000/09/14  22:53:37
54885         Log: Subject: [PATCH] utf8.c apidoc
54886              From: Simon Cozens <simon@cozens.net>
54887              Date: Thu, 14 Sep 2000 23:46:57 +0100
54888              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
54889      Branch: perl
54890            ! perlapi.c pod/perlapi.pod utf8.c
54891 ____________________________________________________________________________
54892 [  7086] By: jhi                                   on 2000/09/14  22:40:38
54893         Log: We don't need to count the high bit bytes, a boolean is enough. 
54894      Branch: perl
54895            ! sv.c
54896 ____________________________________________________________________________
54897 [  7085] By: jhi                                   on 2000/09/14  21:20:09
54898         Log: Replace #7084 with
54899              
54900              Subject: Re: perl@7078 
54901              From: Spider Boardman <spider@web.zk3.dec.com>
54902              Date: Thu, 14 Sep 2000 17:09:36 -0400
54903              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
54904      Branch: perl
54905            ! sv.c utf8.c
54906 ____________________________________________________________________________
54907 [  7084] By: jhi                                   on 2000/09/14  20:03:34
54908         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
54909              convertable to bytes by checking it doesn't go above 0xc3
54910              
54911              Subject: Re: perl@7078
54912              From: Simon Cozens <simon@cozens.net>
54913              Date: Thu, 14 Sep 2000 20:59:19 +0100
54914              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
54915      Branch: perl
54916            ! utf8.c
54917 ____________________________________________________________________________
54918 [  7083] By: jhi                                   on 2000/09/14  19:38:47
54919         Log: Subject: Re: perl@7078
54920              From: Simon Cozens <simon@cozens.net>
54921              Date: Thu, 14 Sep 2000 20:13:09 +0100
54922              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
54923      Branch: perl
54924            ! t/op/bop.t
54925 ____________________________________________________________________________
54926 [  7082] By: jhi                                   on 2000/09/14  17:50:44
54927         Log: The one that got away.
54928      Branch: perl
54929            ! lib/File/Find.pm
54930 ____________________________________________________________________________
54931 [  7081] By: jhi                                   on 2000/09/14  17:45:35
54932         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
54933              From: Robin Barker <rmb1@cise.npl.co.uk>
54934              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
54935              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
54936      Branch: perl
54937            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
54938            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
54939            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
54940            ! regcomp.c toke.c universal.c
54941 ____________________________________________________________________________
54942 [  7080] By: jhi                                   on 2000/09/14  17:40:35
54943         Log: Problems picked up by AIX cc.
54944              
54945              Subject: Re: perl@7078 (patch included)
54946              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54947              Date: Thu, 14 Sep 2000 18:53:30 +0200
54948              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
54949      Branch: perl
54950            ! ext/Encode/Encode.xs
54951 ____________________________________________________________________________
54952 [  7079] By: jhi                                   on 2000/09/14  17:38:27
54953         Log: Subject: File::Find 5.7.0 POD nits
54954              From: Rich Morin <rdm@cfcl.com>
54955              Date: Wed, 13 Sep 2000 22:03:58 -0700
54956              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
54957      Branch: perl
54958            ! lib/File/Find.pm
54959 ____________________________________________________________________________
54960 [  7078] By: jhi                                   on 2000/09/14  14:58:20
54961         Log: Update Changes.
54962      Branch: perl
54963            ! Changes patchlevel.h
54964 ____________________________________________________________________________
54965 [  7077] By: jhi                                   on 2000/09/14  14:55:54
54966         Log: Compilation warnings and an error.
54967      Branch: perl
54968            ! sv.c
54969 ____________________________________________________________________________
54970 [  7076] By: jhi                                   on 2000/09/14  14:42:56
54971         Log: Fix for a parsing bug, not for the original bug.
54972              
54973              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
54974              From: Spider Boardman <spider@web.zk3.dec.com>
54975              Date: Wed, 13 Sep 2000 17:52:20 -0400
54976              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
54977      Branch: perl
54978            ! regcomp.c
54979 ____________________________________________________________________________
54980 [  7075] By: jhi                                   on 2000/09/14  14:40:40
54981         Log: Batch of UTF-8 patches from Simon Cozens.
54982      Branch: perl
54983            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
54984            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
54985            ! toke.c utf8.c
54986 ____________________________________________________________________________
54987 [  7074] By: jhi                                   on 2000/09/14  14:29:58
54988         Log: Subject: Re: Two advertising clauses need to be removed
54989              From: Russ Allbery <rra@stanford.edu>
54990              Date: 13 Sep 2000 18:50:26 -0700
54991              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
54992      Branch: perl
54993            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
54994 ____________________________________________________________________________
54995 [  7073] By: jhi                                   on 2000/09/14  14:28:20
54996         Log: Subject: [PATCH] de-wall t/README
54997              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
54998              Date: Wed, 13 Sep 2000 17:46:55 -0700
54999              Message-ID: <//Bw5gzkge/e092yn@efn.org>
55000      Branch: perl
55001            ! t/README
55002 ____________________________________________________________________________
55003 [  7072] By: jhi                                   on 2000/09/14  14:25:10
55004         Log: Hints optimization.
55005              
55006              Subject: Minor nit
55007              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55008              Date: Wed, 13 Sep 2000 21:42:07 +0200
55009              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
55010      Branch: perl
55011            ! hints/hpux.sh
55012 ____________________________________________________________________________
55013 [  7071] By: jhi                                   on 2000/09/14  14:23:30
55014         Log: Allow chop() and chomp() to be overridden.
55015              
55016              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
55017              From: "Casey R. Tweten" <crt@kiski.net>
55018              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
55019              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
55020      Branch: perl
55021            ! toke.c
55022 ____________________________________________________________________________
55023 [  7070] By: jhi                                   on 2000/09/14  14:20:36
55024         Log: The return value of setlocale must be copied away.
55025              
55026              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
55027              From: Alan Burlison <Alan.Burlison@uk.sun.com>
55028              Date: Wed, 13 Sep 2000 16:27:37 +0100 
55029              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
55030      Branch: perl
55031            ! util.c
55032 ____________________________________________________________________________
55033 [  7069] By: jhi                                   on 2000/09/14  14:16:27
55034         Log: Remove vestiges of tr//CU.
55035              
55036              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
55037              From: Nick Clark <nick@plum.flirble.org>
55038              Date: Tue, 12 Sep 2000 22:50:14 +0100
55039              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
55040              
55041              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
55042              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
55043              Date: Tue, 12 Sep 2000 21:38:48 -0700
55044              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
55045      Branch: perl
55046            ! op.h pod/perlunicode.pod
55047 ____________________________________________________________________________
55048 [  7068] By: jhi                                   on 2000/09/13  14:18:39
55049         Log: Add the Encode extension.  The code is still largely just skeleton.
55050      Branch: perl
55051            + ext/Encode/Encode.pm ext/Encode/Encode.xs
55052            + ext/Encode/Makefile.PL ext/Encode/Todo
55053            ! MANIFEST Todo-5.6
55054 ____________________________________________________________________________
55055 [  7067] By: jhi                                   on 2000/09/12  17:43:33
55056         Log: Allow for whitespace between "#" and "line" in cpp output.
55057              
55058              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
55059              From: Calle Dybedahl <calle@lysator.liu.se>
55060              Date: 12 Sep 2000 19:38:02 +0200 
55061              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
55062      Branch: perl
55063            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
55064 ____________________________________________________________________________
55065 [  7066] By: gsar                                  on 2000/09/12  17:24:29
55066         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
55067              initialization in all the threads on Windows
55068      Branch: perl
55069            ! win32/win32.c
55070 ____________________________________________________________________________
55071 [  7065] By: jhi                                   on 2000/09/12  15:11:31
55072         Log: Update Changes.
55073      Branch: perl
55074            ! Changes patchlevel.h
55075 ____________________________________________________________________________
55076 [  7064] By: jhi                                   on 2000/09/12  14:54:54
55077         Log: Retract #7062, the pod tests are not ready.
55078      Branch: perl
55079            ! t/TEST t/harness
55080 ____________________________________________________________________________
55081 [  7063] By: jhi                                   on 2000/09/12  14:25:41
55082         Log: The #7054 truncated Configure badly.
55083      Branch: metaconfig/U/perl
55084            ! End.U
55085      Branch: perl
55086            ! Configure config_h.SH
55087 ____________________________________________________________________________
55088 [  7062] By: jhi                                   on 2000/09/12  14:08:32
55089         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
55090              From: sthoenna@efn.org
55091              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
55092              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
55093      Branch: perl
55094            ! t/TEST t/harness
55095 ____________________________________________________________________________
55096 [  7061] By: jhi                                   on 2000/09/12  14:07:18
55097         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
55098              From: sthoenna@efn.org
55099              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
55100              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
55101      Branch: perl
55102            ! pod/perlxs.pod
55103 ____________________________________________________________________________
55104 [  7060] By: jhi                                   on 2000/09/12  14:06:08
55105         Log: Break up the myconfig lines a bit.
55106              
55107              Subject: perlbug/perl -V output format
55108              From: sthoenna@efn.org
55109              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
55110              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
55111      Branch: perl
55112            ! myconfig.SH
55113 ____________________________________________________________________________
55114 [  7059] By: jhi                                   on 2000/09/12  14:05:04
55115         Log: Test for the #7049.
55116              
55117              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
55118              From: andreas.koenig@anima.de (Andreas J. Koenig)
55119              Date: 12 Sep 2000 06:42:01 +0200
55120              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
55121      Branch: perl
55122            ! t/op/my.t
55123 ____________________________________________________________________________
55124 [  7058] By: jhi                                   on 2000/09/12  14:03:05
55125         Log: Subject: [patch: perl@7045] vms updates
55126              From: Peter Prymmer <pvhp@forte.com>
55127              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
55128              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
55129      Branch: perl
55130            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
55131 ____________________________________________________________________________
55132 [  7057] By: jhi                                   on 2000/09/12  14:00:51
55133         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
55134              From: sthoenna@efn.org
55135              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
55136              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
55137      Branch: perl
55138            ! t/op/64bitint.t
55139 ____________________________________________________________________________
55140 [  7056] By: jhi                                   on 2000/09/12  13:58:14
55141         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
55142              From: Jeff Pinyan <jeffp@crusoe.net>
55143              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
55144              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
55145      Branch: perl
55146            ! pod/perlfunc.pod
55147 ____________________________________________________________________________
55148 [  7055] By: jhi                                   on 2000/09/12  13:56:32
55149         Log: Do in VMS as the #7054 does.
55150      Branch: perl
55151            ! configure.com
55152 ____________________________________________________________________________
55153 [  7054] By: jhi                                   on 2000/09/12  13:50:31
55154         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
55155              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
55156              Date: Mon, 11 Sep 2000 08:33:09 +0100
55157              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
55158      Branch: metaconfig/U/perl
55159            ! End.U
55160      Branch: perl
55161            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
55162            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
55163 ____________________________________________________________________________
55164 [  7053] By: jhi                                   on 2000/09/12  13:29:19
55165         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
55166              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
55167              Date:     Tue, 12 Sep 2000 08:35:59 EDT
55168              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
55169      Branch: perl
55170            ! vms/test.com
55171 ____________________________________________________________________________
55172 [  7052] By: jhi                                   on 2000/09/11  23:01:50
55173         Log: Document the SvUTF8*().
55174      Branch: perl
55175            ! pod/perlapi.pod sv.h
55176 ____________________________________________________________________________
55177 [  7051] By: gsar                                  on 2000/09/11  14:46:30
55178         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
55179              (missed a spot when fixing up op_pmreplroot hack for ithreads)
55180      Branch: perl
55181            ! op.c t/op/split.t
55182 ____________________________________________________________________________
55183 [  7050] By: nick                                  on 2000/09/11  10:03:51
55184         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
55185              
55186              Subject: borland C++ win32.c tweak
55187              From: Vadim Konovalov <vkonovalov@lucent.com>
55188              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
55189              Date: Mon, 11 Sep 2000 11:22:33 +0400
55190      Branch: perl
55191            ! win32/win32.c
55192 ____________________________________________________________________________
55193 [  7049] By: nick                                  on 2000/09/11  09:57:33
55194         Log: Point fix for s/// on foreach (keys %xxx).
55195      Branch: perl
55196            ! pp_hot.c
55197 ____________________________________________________________________________
55198 [  7048] By: jhi                                   on 2000/09/10  23:37:09
55199         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
55200              by Pod::Text, from Brad Appleton.
55201      Branch: perl
55202            ! t/pod/testp2pt.pl
55203 ____________________________________________________________________________
55204 [  7047] By: jhi                                   on 2000/09/10  14:32:53
55205         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
55206              by Russ Allbery.
55207      Branch: perl
55208            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
55209 ____________________________________________________________________________
55210 [  7046] By: jhi                                   on 2000/09/10  14:15:08
55211         Log: Upgrade to CPAN 1.57_65, from Andreas König.
55212      Branch: perl
55213            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
55214 ____________________________________________________________________________
55215 [  7045] By: jhi                                   on 2000/09/08  21:36:32
55216         Log: Update Changes.
55217      Branch: perl
55218            ! Changes patchlevel.h
55219 ____________________________________________________________________________
55220 [  7044] By: jhi                                   on 2000/09/08  21:29:56
55221         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
55222              From: Peter Prymmer <pvhp@forte.com>
55223              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
55224              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
55225      Branch: perl
55226            ! configure.com
55227 ____________________________________________________________________________
55228 [  7043] By: jhi                                   on 2000/09/08  21:27:50
55229         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
55230              From: Peter Prymmer <pvhp@forte.com>
55231              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
55232              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
55233      Branch: perl
55234            ! Makefile.SH installperl
55235 ____________________________________________________________________________
55236 [  7042] By: jhi                                   on 2000/09/08  21:23:21
55237         Log: Continue #7041.
55238      Branch: perl
55239            ! cygwin/Makefile.SHs os2/Makefile.SHs
55240 ____________________________________________________________________________
55241 [  7041] By: jhi                                   on 2000/09/08  21:18:10
55242         Log: Do away with memory models cruft.  Sorry, PDP users.
55243      Branch: metaconfig
55244            ! U/modified/cc.U U/modified/libpth.U
55245      Branch: perl
55246            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
55247            ! Porting/config_H cflags.SH config_h.SH configure.com
55248            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
55249            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
55250            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
55251 ____________________________________________________________________________
55252 [  7040] By: jhi                                   on 2000/09/08  14:34:18
55253         Log: Major rewrite of s2p.  And I mean really major, it is
55254              an implementation of sed in perl.  If called as s2p it
55255              will function as s2p.  Note: needs non-UNIXifying.
55256              
55257              Subject: s2p
55258              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
55259              Date: Mon, 28 Aug 2000 14:05:12 +0200
55260              Message-ID: <39AA5578.2102E2AA@alcatel.at>
55261      Branch: perl
55262            ! x2p/s2p.PL
55263 ____________________________________________________________________________
55264 [  7039] By: jhi                                   on 2000/09/08  14:19:49
55265         Log: Re-allow vec() for characters > 255.
55266              
55267              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
55268              From: Spider Boardman <spider@web.zk3.dec.com>
55269              Date: Fri, 08 Sep 2000 02:21:02 -0400
55270              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
55271      Branch: perl
55272            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
55273            ! t/op/vec.t
55274 ____________________________________________________________________________
55275 [  7038] By: jhi                                   on 2000/09/08  14:14:18
55276         Log: Subject: [PATCH lib/Benchmark.pm]
55277              From: <abigail@foad.org>
55278              Date: Thu, 7 Sep 2000 15:03:20 -0400
55279              Message-ID: <20000907190320.888.qmail@foad.org>
55280      Branch: perl
55281            ! lib/Benchmark.pm
55282 ____________________________________________________________________________
55283 [  7037] By: jhi                                   on 2000/09/08  14:11:06
55284         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
55285              
55286              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
55287              From: Spider Boardman <spider@web.zk3.dec.com>
55288              Date: Fri, 08 Sep 2000 01:30:27 -0400
55289              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
55290      Branch: perl
55291            ! op.c
55292 ____________________________________________________________________________
55293 [  7036] By: jhi                                   on 2000/09/08  14:08:58
55294         Log: Subject: [ID 20000908.002] perlipc documentation bug.
55295              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
55296              Date: Fri, 08 Sep 2000 12:38:32 +0200
55297              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
55298      Branch: perl
55299            ! pod/perlipc.pod
55300 ____________________________________________________________________________
55301 [  7035] By: jhi                                   on 2000/09/08  14:03:12
55302         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
55303              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55304              Date: Fri, 08 Sep 2000 11:47:34 +0200
55305              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
55306      Branch: perl
55307            ! hints/dec_osf.sh
55308 ____________________________________________________________________________
55309 [  7034] By: jhi                                   on 2000/09/08  13:59:35
55310         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
55311              From: Simon Cozens <simon@cozens.net>
55312              Date: Thu, 7 Sep 2000 20:40:38 +0100
55313              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
55314      Branch: perl
55315            ! pp_hot.c
55316 ____________________________________________________________________________
55317 [  7033] By: jhi                                   on 2000/09/08  04:03:03
55318         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
55319              From: "Larry W. Virden" <lvirden@cas.org>
55320              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
55321              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
55322      Branch: perl
55323            ! pod/perldiag.pod
55324 ____________________________________________________________________________
55325 [  7032] By: jhi                                   on 2000/09/07  22:18:30
55326         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
55327              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
55328              Date: Mon, 04 Sep 2000 13:16:38 -0700
55329              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
55330      Branch: perl
55331            ! lib/perl5db.pl
55332 ____________________________________________________________________________
55333 [  7031] By: jhi                                   on 2000/09/07  22:02:29
55334         Log: Fix the ccversion detection for 5.1 and beyond.
55335              
55336              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
55337              From: Spider Boardman <spider@leggy.zk3.dec.com>
55338              Date: Thu, 7 Sep 2000 17:54:27 -0400
55339              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
55340      Branch: perl
55341            ! hints/dec_osf.sh
55342 ____________________________________________________________________________
55343 [  7030] By: jhi                                   on 2000/09/07  19:12:28
55344         Log: Fix for
55345              
55346              Subject: [ID 20000903.001] \w in utf8-strings
55347              From: Marc Lehmann <pcg@goof.com>
55348              Date: Sun, 03 Sep 2000 09:44:29 +0200
55349              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
55350              
55351              and various related nits.
55352      Branch: perl
55353            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
55354 ____________________________________________________________________________
55355 [  7029] By: jhi                                   on 2000/09/07  18:49:09
55356         Log: Fix the URL, but the server is still missing in action.
55357              
55358              Subject: [ID 20000905.002] perlfaq1.pod URL error
55359              From: "Larry W. Virden" <lvirden@cas.org>
55360              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
55361              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
55362      Branch: perl
55363            ! pod/perlfaq1.pod
55364 ____________________________________________________________________________
55365 [  7028] By: jhi                                   on 2000/09/07  18:47:13
55366         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
55367              From: Hugo <hv@crypt.compulink.co.uk>
55368              Date: Tue, 05 Sep 2000 14:13:37 +0100
55369              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
55370      Branch: perl
55371            ! toke.c
55372 ____________________________________________________________________________
55373 [  7027] By: jhi                                   on 2000/09/07  18:45:35
55374         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
55375              From: Daniel Chetlin <daniel@chetlin.com>
55376              Date: Tue, 5 Sep 2000 04:57:07 -0700
55377              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
55378      Branch: perl
55379            ! pod/perlfaq6.pod pod/perlop.pod
55380 ____________________________________________________________________________
55381 [  7026] By: jhi                                   on 2000/09/07  18:44:01
55382         Log: Document the new ref() semantics.
55383              
55384              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
55385              From: Gisle Aas <gisle@ActiveState.com>
55386              Date: 05 Sep 2000 08:10:30 +0200
55387              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
55388      Branch: perl
55389            ! pod/perldelta.pod
55390 ____________________________________________________________________________
55391 [  7025] By: jhi                                   on 2000/09/07  18:42:27
55392         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
55393              
55394              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
55395              From: Gisle Aas <gisle@ActiveState.com>
55396              Date: 05 Sep 2000 08:11:40 +0200
55397              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
55398      Branch: perl
55399            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
55400 ____________________________________________________________________________
55401 [  7024] By: jhi                                   on 2000/09/07  18:39:32
55402         Log: Subject: [PATCH] Modernize Opcode.pm documentation
55403              From: Gisle Aas <gisle@ActiveState.com>
55404              Date: 4 Sep 2000 00:18:55 -0000
55405              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
55406      Branch: perl
55407            ! ext/Opcode/Opcode.pm
55408 ____________________________________________________________________________
55409 [  7023] By: jhi                                   on 2000/09/07  18:37:42
55410         Log: Subject: [PATCH] Tied filehandle documentation
55411              From: Gisle Aas <gisle@ActiveState.com>
55412              Date: 4 Sep 2000 00:14:40 -0000
55413              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
55414      Branch: perl
55415            ! pod/perlfunc.pod pod/perltie.pod
55416 ____________________________________________________________________________
55417 [  7022] By: jhi                                   on 2000/09/07  18:35:37
55418         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
55419              From: Gisle Aas <gisle@ActiveState.com>
55420              Date: 4 Sep 2000 00:04:22 -0000
55421              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
55422      Branch: perl
55423            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
55424 ____________________________________________________________________________
55425 [  7021] By: jhi                                   on 2000/09/07  18:33:22
55426         Log: Subject: small apidoc fix
55427              From: Marc Lehmann <pcg@goof.com>
55428              Date: Sun, 3 Sep 2000 05:12:06 +0200
55429              Message-ID: <20000903051206.A5909@cerebro.laendle>
55430      Branch: perl
55431            ! pod/perlapi.pod utf8.c
55432 ____________________________________________________________________________
55433 [  7020] By: jhi                                   on 2000/09/07  16:14:57
55434         Log: Tiny perldelta nits.
55435      Branch: perl
55436            ! pod/perldelta.pod
55437 ____________________________________________________________________________
55438 [  7019] By: jhi                                   on 2000/09/07  16:04:20
55439         Log: Guard against bad string->int conversion for quads.
55440      Branch: perl
55441            ! t/op/64bitint.t
55442 ____________________________________________________________________________
55443 [  7018] By: jhi                                   on 2000/09/06  17:07:03
55444         Log: Update Unicode todo list.
55445      Branch: perl
55446            ! Todo-5.6
55447 ____________________________________________________________________________
55448 [  7017] By: jhi                                   on 2000/09/05  21:16:01
55449         Log: Document the SvIOK_.*UV().
55450      Branch: perl
55451            ! pod/perlapi.pod sv.h
55452 ____________________________________________________________________________
55453 [  7016] By: nick                                  on 2000/09/03  21:54:46
55454         Log: Hash lookup of constant strings optimization:
55455              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
55456              to string table (as per sharepvn). Add newSV_pvn_share to create such
55457              a thing. Make hv.c compare addresses of strings and skip string compare
55458              if equal. Make method_named and helem ops use these shared-string SVs
55459              when arg is constant. Make keys op return shared-string SVs (less clearly
55460              a win).
55461      Branch: perl
55462            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
55463            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
55464            ! pod/perlintern.pod pp_hot.c proto.h sv.c
55465 ____________________________________________________________________________
55466 [  7015] By: jhi                                   on 2000/09/02  17:48:59
55467         Log: This is 5.7.0.
55468      Branch: perl
55469            ! Changes
55470 ____________________________________________________________________________
55471 [  7014] By: jhi                                   on 2000/09/02  17:35:45
55472         Log: Changes and patchlevel tweaks.
55473      Branch: perl
55474            ! Changes patchlevel.h
55475 ____________________________________________________________________________
55476 [  7013] By: jhi                                   on 2000/09/02  17:30:50
55477         Log: Update Changes.
55478      Branch: perl
55479            ! Changes patchlevel.h
55480 ____________________________________________________________________________
55481 [  7012] By: nick                                  on 2000/09/02  17:25:20
55482         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
55483      Branch: perl
55484            ! gv.c lib/overload.pm
55485 ____________________________________________________________________________
55486 [  7011] By: jhi                                   on 2000/09/02  17:16:25
55487         Log: Update perlhist.
55488      Branch: perl
55489            ! pod/perlhist.pod
55490 ____________________________________________________________________________
55491 [  7010] By: jhi                                   on 2000/09/02  17:01:35
55492         Log: perldelta nits.
55493      Branch: perl
55494            ! pod/perldelta.pod
55495 ____________________________________________________________________________
55496 [  7009] By: nick                                  on 2000/09/02  16:48:35
55497         Log: If overloaded %{} etc. return the object do not loop.
55498              Thus  sub deref { $_[0] } functions if object is wanted type.
55499      Branch: perl
55500            ! pp.h
55501 ____________________________________________________________________________
55502 [  7008] By: jhi                                   on 2000/09/02  16:26:11
55503         Log: Retab MANIFEST.
55504      Branch: perl
55505            ! ext/Storable/MANIFEST
55506 ____________________________________________________________________________
55507 [  7007] By: jhi                                   on 2000/09/02  16:23:02
55508         Log: Make certain cc is set before trying to run it.
55509      Branch: perl
55510            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
55511 ____________________________________________________________________________
55512 [  7006] By: jhi                                   on 2000/09/02  15:45:41
55513         Log: Unicode notes.
55514      Branch: perl
55515            ! pod/perldelta.pod
55516 ____________________________________________________________________________
55517 [  7005] By: jhi                                   on 2000/09/02  15:42:11
55518         Log: Various Configure nits by Philip Newton,
55519              plus the ebcdic one by me.
55520      Branch: metaconfig
55521            + U/modified/pager.U
55522            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
55523      Branch: metaconfig/U/perl
55524            ! Devel.U quadfio.U
55525      Branch: perl
55526            ! Configure config_h.SH
55527 ____________________________________________________________________________
55528 [  7004] By: jhi                                   on 2000/09/02  15:06:14
55529         Log: Apparently avoiding the swapping is too costly.
55530              
55531              From: "Ben Tilly" <ben_tilly@hotmail.com>
55532              Subject: Re: the door is closed.
55533              Date: Fri, 01 Sep 2000 20:23:16 EDT
55534              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
55535      Branch: perl
55536            ! pod/perlfaq4.pod
55537 ____________________________________________________________________________
55538 [  7003] By: nick                                  on 2000/09/02  12:26:04
55539         Log: Undo part of change 6489 which looks like a bulk edit which
55540              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
55541              The supressing of main:: on return from select() is undesirable.
55542      Branch: perl
55543            ! pp_sys.c
55544 ____________________________________________________________________________
55545 [  7002] By: jhi                                   on 2000/09/01  23:08:54
55546         Log: Update Changes.
55547      Branch: perl
55548            ! Changes patchlevel.h
55549 ____________________________________________________________________________
55550 [  7001] By: jhi                                   on 2000/09/01  23:00:13
55551         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
55552              From: Peter Prymmer <pvhp@forte.com>
55553              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
55554              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
55555              
55556              plus rework the http: spots as suggested by Tom Christiansen,
55557              plus regen perltoc.
55558      Branch: perl
55559            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
55560            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
55561 ____________________________________________________________________________
55562 [  7000] By: jhi                                   on 2000/09/01  22:36:01
55563         Log: Only the first line, thank you very much.
55564      Branch: perl
55565            ! hints/solaris_2.sh
55566 ____________________________________________________________________________
55567 [  6999] By: gsar                                  on 2000/09/01  22:16:40
55568         Log: change#6791 accidentally clobbered change#6710, put it back
55569      Branch: perl
55570            ! win32/win32.c
55571 ____________________________________________________________________________
55572 [  6998] By: jhi                                   on 2000/09/01  22:14:16
55573         Log: Mention the HP-UX LP64 freak failure.
55574      Branch: perl
55575            ! pod/perldelta.pod
55576 ____________________________________________________________________________
55577 [  6997] By: jhi                                   on 2000/09/01  21:48:32
55578         Log: Detypo.
55579      Branch: perl
55580            ! hints/hpux.sh
55581 ____________________________________________________________________________
55582 [  6996] By: jhi                                   on 2000/09/01  21:27:10
55583         Log: Update Changes.
55584      Branch: perl
55585            ! Changes patchlevel.h
55586 ____________________________________________________________________________
55587 [  6995] By: jhi                                   on 2000/09/01  21:14:24
55588         Log: Mi splgn s gnin.g
55589      Branch: perl
55590            ! pp_ctl.c
55591 ____________________________________________________________________________
55592 [  6994] By: jhi                                   on 2000/09/01  21:09:54
55593         Log: Subject: http:// in L<>
55594              From: Nicholas Clark <nick@ccl4.org>
55595              Date: Fri, 1 Sep 2000 22:03:21 +0100
55596              Message-ID: <20000901220321.B72074@plum.flirble.org>
55597      Branch: perl
55598            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
55599 ____________________________________________________________________________
55600 [  6993] By: jhi                                   on 2000/09/01  21:06:54
55601         Log: Update to Storable 1.0, from Raphael Manfredi.
55602      Branch: perl
55603            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
55604            ! ext/Storable/Makefile.PL ext/Storable/README
55605            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
55606            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
55607            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
55608            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
55609            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
55610            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
55611 ____________________________________________________________________________
55612 [  6992] By: jhi                                   on 2000/09/01  20:43:05
55613         Log: Mention known sfio+linux buglet.
55614      Branch: perl
55615            ! pod/perldelta.pod
55616 ____________________________________________________________________________
55617 [  6991] By: jhi                                   on 2000/09/01  20:40:11
55618         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
55619              From: Peter Prymmer <pvhp@forte.com>
55620              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
55621              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
55622      Branch: perl
55623            ! vms/vms.c
55624 ____________________________________________________________________________
55625 [  6990] By: jhi                                   on 2000/09/01  20:25:26
55626         Log: Retract #6986.
55627      Branch: perl
55628            ! hints/solaris_2.sh
55629 ____________________________________________________________________________
55630 [  6989] By: jhi                                   on 2000/09/01  20:23:00
55631         Log: Mergesort is back.
55632      Branch: perl
55633            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
55634 ____________________________________________________________________________
55635 [  6988] By: jhi                                   on 2000/09/01  19:37:40
55636         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
55637              From: Mike Guy <mjtg@cam.ac.uk>
55638              Date: Fri, 01 Sep 2000 17:43:33 +0100
55639              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
55640      Branch: perl
55641            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
55642            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
55643 ____________________________________________________________________________
55644 [  6987] By: jhi                                   on 2000/09/01  19:17:10
55645         Log: Regen perltoc.
55646      Branch: perl
55647            ! pod/perltoc.pod
55648 ____________________________________________________________________________
55649 [  6986] By: jhi                                   on 2000/09/01  18:51:10
55650         Log: Subject: Re: Solaris x86 has no SPARC libraries!
55651              From: Lupe Christoph <lupe@lupe-christoph.de>
55652              Date: Fri, 1 Sep 2000 20:41:20 +0200
55653              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
55654      Branch: perl
55655            ! hints/solaris_2.sh
55656 ____________________________________________________________________________
55657 [  6985] By: jhi                                   on 2000/09/01  18:28:10
55658         Log: Update Changes.
55659      Branch: perl
55660            ! Changes patchlevel.h
55661 ____________________________________________________________________________
55662 [  6984] By: jhi                                   on 2000/09/01  18:26:53
55663         Log: Feature ordering tweak.
55664      Branch: perl
55665            ! myconfig.SH
55666 ____________________________________________________________________________
55667 [  6983] By: jhi                                   on 2000/09/01  18:19:50
55668         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
55669              From: <abigail@foad.org>
55670              Date: Fri, 1 Sep 2000 13:07:32 -0400
55671              Message-ID: <20000901170732.18249.qmail@foad.org>
55672      Branch: perl
55673            ! t/pragma/overload.t
55674 ____________________________________________________________________________
55675 [  6982] By: jhi                                   on 2000/09/01  18:17:54
55676         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
55677              so that case-ignoring systems like DCL can tell them from
55678              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
55679      Branch: metaconfig/U/perl
55680            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
55681      Branch: perl
55682            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55683            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
55684            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
55685            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
55686            ! vos/config.def vos/config.h vos/config_h.SH_orig
55687            ! win32/config.bc win32/config.gc win32/config.vc
55688 ____________________________________________________________________________
55689 [  6981] By: nick                                  on 2000/09/01  17:21:57
55690         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
55691              warning when UNTIE exists and instead pass the cound of extra references to
55692              the UNTIE method.
55693      Branch: perl
55694            ! pod/perltie.pod pp_sys.c
55695 ____________________________________________________________________________
55696 [  6980] By: jhi                                   on 2000/09/01  16:54:44
55697         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
55698              From: Peter Prymmer <pvhp@forte.com>
55699              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
55700              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
55701      Branch: perl
55702            ! configure.com
55703 ____________________________________________________________________________
55704 [  6979] By: jhi                                   on 2000/09/01  16:06:20
55705         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
55706              From: Mike Guy <mjtg@cam.ac.uk> 
55707              Date: Fri, 01 Sep 2000 16:49:27 +0100
55708              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
55709      Branch: perl
55710            ! t/base/rs.t
55711 ____________________________________________________________________________
55712 [  6978] By: jhi                                   on 2000/09/01  16:00:42
55713         Log: Update to PodParser 1.18, from Brad Appleton.
55714      Branch: perl
55715            ! lib/Pod/Checker.pm t/pod/find.t
55716 ____________________________________________________________________________
55717 [  6977] By: jhi                                   on 2000/09/01  14:48:58
55718         Log: Subject: Nit in Configure (bleadperl@6961)
55719              From: Lupe Christoph <lupe@lupe-christoph.de>
55720              Date: Fri, 1 Sep 2000 16:34:29 +0200
55721              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
55722      Branch: metaconfig
55723            ! U/compline/ccflags.U
55724      Branch: perl
55725            ! Configure config_h.SH
55726 ____________________________________________________________________________
55727 [  6976] By: jhi                                   on 2000/09/01  14:39:52
55728         Log: Update Changes.
55729      Branch: perl
55730            ! Changes patchlevel.h
55731 ____________________________________________________________________________
55732 [  6975] By: jhi                                   on 2000/09/01  14:37:36
55733         Log: microperl config update.
55734      Branch: perl
55735            ! uconfig.h uconfig.sh
55736 ____________________________________________________________________________
55737 [  6974] By: jhi                                   on 2000/09/01  14:36:53
55738         Log: Document known deficiencies.
55739      Branch: perl
55740            ! pod/perldelta.pod
55741 ____________________________________________________________________________
55742 [  6973] By: jhi                                   on 2000/09/01  14:10:20
55743         Log: Mention warnings fixes and updates.
55744      Branch: perl
55745            ! pod/perldelta.pod
55746 ____________________________________________________________________________
55747 [  6972] By: jhi                                   on 2000/09/01  14:01:52
55748         Log: Drop unused argument.
55749              
55750              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
55751              From: Spider Boardman <spider@web.zk3.dec.com>
55752              Date: Thu, 31 Aug 2000 16:10:15 -0400
55753              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
55754      Branch: perl
55755            ! toke.c
55756 ____________________________________________________________________________
55757 [  6971] By: jhi                                   on 2000/09/01  13:59:24
55758         Log: Add the overload warnings to perldiag.
55759      Branch: perl
55760            ! lib/overload.pm pod/perldiag.pod
55761 ____________________________________________________________________________
55762 [  6970] By: jhi                                   on 2000/09/01  13:55:10
55763         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
55764              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
55765              Date: Fri, 1 Sep 2000 13:43:15 +0100 
55766              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
55767      Branch: perl
55768            ! lib/overload.pm t/pragma/overload.t
55769 ____________________________________________________________________________
55770 [  6969] By: jhi                                   on 2000/09/01  13:52:27
55771         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
55772              From: <abigail@foad.org>
55773              Date: Fri, 1 Sep 2000 05:46:54 -0400
55774              Message-ID: <20000901094654.6476.qmail@foad.org>
55775      Branch: perl
55776            ! lib/overload.pm
55777 ____________________________________________________________________________
55778 [  6968] By: jhi                                   on 2000/09/01  13:50:05
55779         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
55780              From: Daniel Chetlin <daniel@chetlin.com>
55781              Date: Fri, 1 Sep 2000 02:10:55 -0700
55782              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
55783      Branch: perl
55784            ! pod/perlretut.pod
55785 ____________________________________________________________________________
55786 [  6967] By: jhi                                   on 2000/09/01  13:47:54
55787         Log: Part of the solution.
55788              
55789              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
55790              From: Mike Guy <mjtg@cam.ac.uk>
55791              Date: Fri, 01 Sep 2000 14:16:01 +0100
55792              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
55793      Branch: perl
55794            ! gv.c mg.c
55795 ____________________________________________________________________________
55796 [  6966] By: jhi                                   on 2000/09/01  13:46:17
55797         Log: Subject: CPAN.pm beta 1.57_57 for the core
55798              From: andreas.koenig@anima.de (Andreas J. Koenig)
55799              Date: 01 Sep 2000 15:16:31 +0200
55800              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
55801      Branch: perl
55802            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
55803 ____________________________________________________________________________
55804 [  6965] By: jhi                                   on 2000/09/01  13:43:18
55805         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
55806              From: "Craig A. Berry" <craig.berry@psinetcs.com>
55807              Date: Fri, 01 Sep 2000 01:47:22 -0500
55808              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
55809      Branch: perl
55810            ! pod/perldelta.pod vms/vms.c
55811 ____________________________________________________________________________
55812 [  6964] By: jhi                                   on 2000/09/01  13:35:35
55813         Log: File::Temp patches from Andreas König,
55814              
55815              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
55816              From: andreas.koenig@anima.de (Andreas J. Koenig)
55817              Date: 01 Sep 2000 10:07:20 +0200
55818              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
55819              
55820              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
55821              From: andreas.koenig@anima.de (Andreas J. Koenig)
55822              Date: 31 Aug 2000 23:26:08 +0200
55823              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
55824      Branch: perl
55825            ! lib/File/Temp.pm t/lib/ftmp-security.t
55826 ____________________________________________________________________________
55827 [  6963] By: jhi                                   on 2000/09/01  02:22:24
55828         Log: Retract the mergesort code, way too incompatible licensing
55829              and copyrights.
55830      Branch: perl
55831            ! pod/perldelta.pod pp_ctl.c
55832 ____________________________________________________________________________
55833 [  6962] By: jhi                                   on 2000/08/31  23:27:32
55834         Log: Update Changes.
55835      Branch: perl
55836            ! Changes patchlevel.h
55837 ____________________________________________________________________________
55838 [  6961] By: jhi                                   on 2000/08/31  23:20:04
55839         Log: Small tweaks all over.
55840      Branch: metaconfig
55841            ! U/compline/d_gconvert.U
55842      Branch: perl
55843            ! AUTHORS Configure config_h.SH pp_ctl.c
55844 ____________________________________________________________________________
55845 [  6960] By: jhi                                   on 2000/08/31  22:39:36
55846         Log: Further rewording.
55847      Branch: perl
55848            ! pp_ctl.c
55849 ____________________________________________________________________________
55850 [  6959] By: jhi                                   on 2000/08/31  21:26:44
55851         Log: More address tweaking.
55852      Branch: perl
55853            ! AUTHORS Changes
55854 ____________________________________________________________________________
55855 [  6958] By: jhi                                   on 2000/08/31  20:47:25
55856         Log: AUTHORS tweaks, from Peter Prymmer.
55857              
55858              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
55859              From: Peter Prymmer <pvhp@forte.com>
55860              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
55861              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
55862      Branch: perl
55863            ! AUTHORS MAINTAIN
55864 ____________________________________________________________________________
55865 [  6957] By: jhi                                   on 2000/08/31  20:34:43
55866         Log: perldelta tweaks.
55867      Branch: perl
55868            ! pod/perldelta.pod
55869 ____________________________________________________________________________
55870 [  6956] By: jhi                                   on 2000/08/31  19:11:06
55871         Log: Regen perltoc.
55872      Branch: perl
55873            ! pod/perltoc.pod
55874 ____________________________________________________________________________
55875 [  6955] By: jhi                                   on 2000/08/31  19:06:30
55876         Log: Clarify the mergesort situation.
55877      Branch: perl
55878            ! pp_ctl.c
55879 ____________________________________________________________________________
55880 [  6954] By: jhi                                   on 2000/08/31  18:24:17
55881         Log: Move the Solaris 7 scan to use64bitall, make the
55882              failure to find 64-bot sparc libc to mention the
55883              possibility of being in an intel, from Lupe and Alan.
55884      Branch: perl
55885            ! hints/solaris_2.sh
55886 ____________________________________________________________________________
55887 [  6953] By: jhi                                   on 2000/08/31  18:09:20
55888         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
55889              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
55890      Branch: metaconfig
55891            ! U/compline/d_gconvert.U U/threads/archname.U
55892      Branch: metaconfig/U/perl
55893            ! perlxv.U
55894      Branch: perl
55895            ! Configure config_h.SH sv.c
55896 ____________________________________________________________________________
55897 [  6952] By: jhi                                   on 2000/08/31  17:42:24
55898         Log: :: not allowed in pathnames, change to .
55899              
55900              Subject: [PATCH perl@6938] cygwin port
55901              From: "Fifer, Eric" <EFifer@sanwaint.com>
55902              Date: Thu, 31 Aug 2000 16:32:59 +0100
55903              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
55904      Branch: metaconfig/U/perl
55905            ! perlxv.U
55906 ____________________________________________________________________________
55907 [  6951] By: jhi                                   on 2000/08/31  17:02:05
55908         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
55909      Branch: perl
55910            ! perl.h
55911 ____________________________________________________________________________
55912 [  6950] By: jhi                                   on 2000/08/31  16:26:08
55913         Log: More author updates.
55914              
55915              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
55916              From: Simon Cozens <simon@cozens.net>
55917              Date: Thu, 31 Aug 2000 17:13:32 +0100
55918              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
55919      Branch: perl
55920            ! AUTHORS
55921 ____________________________________________________________________________
55922 [  6949] By: jhi                                   on 2000/08/31  16:04:49
55923         Log: POSIX doesn't report long double values under -Duselongdouble
55924              when the long doubles are "real" (bigger than doubles).
55925              
55926              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
55927              From: Spider Boardman <spider@peano.zk3.dec.com>
55928              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
55929              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
55930      Branch: perl
55931            ! ext/POSIX/POSIX.xs
55932 ____________________________________________________________________________
55933 [  6948] By: jhi                                   on 2000/08/31  15:25:10
55934         Log: Update Changes.
55935      Branch: perl
55936            ! Changes patchlevel.h
55937 ____________________________________________________________________________
55938 [  6947] By: jhi                                   on 2000/08/31  15:22:29
55939         Log: Document UNTIE in a very minimalistic way.
55940      Branch: perl
55941            ! pod/perlfunc.pod pod/perltie.pod
55942 ____________________________________________________________________________
55943 [  6946] By: jhi                                   on 2000/08/31  15:15:23
55944         Log: Document known failures.
55945      Branch: perl
55946            ! pod/perldelta.pod
55947 ____________________________________________________________________________
55948 [  6945] By: jhi                                   on 2000/08/31  15:07:00
55949         Log: Don't attach -ld to the archname if pointless.
55950      Branch: metaconfig
55951            ! U/threads/archname.U
55952      Branch: perl
55953            ! Configure config_h.SH
55954 ____________________________________________________________________________
55955 [  6944] By: jhi                                   on 2000/08/31  14:37:42
55956         Log: Wrap the test in eval.
55957              
55958              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
55959              From: Tim Jenness <timj@jach.hawaii.edu>
55960              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
55961              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
55962      Branch: perl
55963            ! t/lib/ftmp-security.t
55964 ____________________________________________________________________________
55965 [  6943] By: jhi                                   on 2000/08/31  14:30:57
55966         Log: Make -Dusemorebits find long doubles in Solaris.
55967      Branch: perl
55968            ! hints/solaris_2.sh
55969 ____________________________________________________________________________
55970 [  6942] By: jhi                                   on 2000/08/31  13:48:45
55971         Log: Clarify the third case of ftmp-security warnings.
55972      Branch: perl
55973            ! INSTALL
55974 ____________________________________________________________________________
55975 [  6941] By: jhi                                   on 2000/08/31  13:40:31
55976         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
55977              From: <abigail@foad.org>
55978              Date: Thu, 31 Aug 2000 01:35:05 -0400
55979              Message-ID: <20000831053505.32120.qmail@foad.org>
55980      Branch: perl
55981            ! pod/perldelta.pod
55982 ____________________________________________________________________________
55983 [  6940] By: jhi                                   on 2000/08/31  13:38:48
55984         Log: Issue useful diagnostic on unknown pod commands.
55985              
55986              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
55987              From: <abigail@foad.org>
55988              Date: Thu, 31 Aug 2000 03:41:18 -0400
55989              Message-ID: <20000831074118.24880.qmail@foad.org>
55990      Branch: perl
55991            ! lib/Pod/Man.pm
55992 ____________________________________________________________________________
55993 [  6939] By: jhi                                   on 2000/08/31  13:34:33
55994         Log: Reveal Borland's isnan.
55995              
55996              Subject: build with BC++ tweak
55997              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
55998              Date: Thu, 31 Aug 2000 13:09:37 +0400
55999              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
56000      Branch: perl
56001            ! win32/win32.h
56002 ____________________________________________________________________________
56003 [  6938] By: jhi                                   on 2000/08/31  05:01:20
56004         Log: Update Changes.
56005      Branch: perl
56006            ! Changes patchlevel.h
56007 ____________________________________________________________________________
56008 [  6937] By: jhi                                   on 2000/08/31  04:26:23
56009         Log: sscanf() may be the only way to read long doubles from strings.
56010      Branch: metaconfig/U/perl
56011            ! longdblfio.U
56012      Branch: perl
56013            ! Configure config_h.SH perl.h util.c
56014 ____________________________________________________________________________
56015 [  6936] By: jhi                                   on 2000/08/31  04:18:19
56016         Log: The #6929 was too skimpy.
56017      Branch: perl
56018            ! sv.c
56019 ____________________________________________________________________________
56020 [  6935] By: jhi                                   on 2000/08/31  02:47:07
56021         Log: Subject: Re: typos in pods
56022              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56023              Date: Wed, 30 Aug 2000 19:25:34 -0700
56024              Message-ID: <eIcr5gzkg25X092yn@efn.org>
56025      Branch: perl
56026            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
56027 ____________________________________________________________________________
56028 [  6934] By: jhi                                   on 2000/08/31  02:42:55
56029         Log: Missed one Unicode file.
56030      Branch: perl
56031            + lib/unicode/UCDFF301.html
56032 ____________________________________________________________________________
56033 [  6933] By: jhi                                   on 2000/08/30  23:42:27
56034         Log: Update Changes.
56035      Branch: perl
56036            ! Changes patchlevel.h
56037 ____________________________________________________________________________
56038 [  6932] By: jhi                                   on 2000/08/30  23:40:07
56039         Log: Mention UNTIE in perldelta.  Still needs documenting
56040              in perltie et alia.
56041      Branch: perl
56042            ! pod/perldelta.pod
56043 ____________________________________________________________________________
56044 [  6931] By: jhi                                   on 2000/08/30  23:36:02
56045         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
56046              From: <abigail@foad.org>
56047              Date: Wed, 30 Aug 2000 19:28:07 -0400
56048              Message-ID: <20000830232807.305.qmail@foad.org>
56049      Branch: perl
56050            ! pod/perldelta.pod
56051 ____________________________________________________________________________
56052 [  6930] By: jhi                                   on 2000/08/30  23:32:40
56053         Log: Update to Unicode 3.0.1.
56054      Branch: perl
56055            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
56056            + lib/unicode/PropList.txt lib/unicode/README.perl
56057            + lib/unicode/UCD301.html lib/unicode/Unicode.301
56058            - lib/unicode/Props.txt lib/unicode/UCD300.html
56059            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
56060            ! (edit 257 files)
56061 ____________________________________________________________________________
56062 [  6929] By: jhi                                   on 2000/08/30  22:38:18
56063         Log: Heap decorruption.
56064              
56065              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
56066              From: Alan Burlison <Alan.Burlison@uk.sun.com>
56067              Date: Wed, 30 Aug 2000 22:39:52 +0100
56068              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
56069      Branch: perl
56070            ! sv.c
56071 ____________________________________________________________________________
56072 [  6928] By: jhi                                   on 2000/08/30  22:29:34
56073         Log: Retract the dummy test, skip the security tests (instead of failing),
56074              explain what the warnings mean.
56075      Branch: perl
56076            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
56077 ____________________________________________________________________________
56078 [  6927] By: jhi                                   on 2000/08/30  22:14:13
56079         Log: Change the internal implementation of sort() to be mergesort
56080              instead of quicksort, from John Linderman <jpl@research.att.com>.
56081              Gives us better worst case, better average case, and stability.
56082              What's there not to like?  (Small fixes for threaded builds
56083              were required).
56084      Branch: perl
56085            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
56086 ____________________________________________________________________________
56087 [  6926] By: jhi                                   on 2000/08/30  20:55:20
56088         Log: A better fix for the Socket building problem from Craig Berry.
56089      Branch: perl
56090            ! vms/vms.c
56091 ____________________________________________________________________________
56092 [  6925] By: jhi                                   on 2000/08/30  20:20:25
56093         Log: Subject: [PATCH] Re: UNTIE method 
56094              From: Nick Ing-Simmons <nik@tiuk.ti.com>
56095              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
56096              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
56097      Branch: perl
56098            ! pp_sys.c t/op/tie.t
56099 ____________________________________________________________________________
56100 [  6924] By: jhi                                   on 2000/08/30  20:17:11
56101         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
56102              From: "Craig A. Berry" <craig.berry@psinetcs.com>
56103              Date: Wed, 30 Aug 2000 15:03:14 -0500
56104              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
56105      Branch: perl
56106            ! vms/vms.c
56107 ____________________________________________________________________________
56108 [  6923] By: jhi                                   on 2000/08/30  20:15:18
56109         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
56110              From: "Craig A. Berry" <craig.berry@psinetcs.com>
56111              Date: Wed, 30 Aug 2000 13:30:36 -0500
56112              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
56113      Branch: perl
56114            ! vms/vms.c
56115 ____________________________________________________________________________
56116 [  6922] By: jhi                                   on 2000/08/30  19:54:43
56117         Log: Better options for rsync.
56118      Branch: perl
56119            ! pod/perlhack.pod
56120 ____________________________________________________________________________
56121 [  6921] By: jhi                                   on 2000/08/30  19:40:16
56122         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
56123              From: Rick Delaney <rick@consumercontact.com>
56124              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
56125              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
56126      Branch: perl
56127            ! pod/perlfunc.pod
56128 ____________________________________________________________________________
56129 [  6920] By: jhi                                   on 2000/08/30  19:36:40
56130         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
56131              From: Peter Prymmer <pvhp@forte.com>
56132              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
56133              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
56134      Branch: perl
56135            ! configure.com
56136 ____________________________________________________________________________
56137 [  6919] By: jhi                                   on 2000/08/30  14:52:02
56138         Log: Update Changes.
56139      Branch: perl
56140            ! Changes patchlevel.h
56141 ____________________________________________________________________________
56142 [  6918] By: jhi                                   on 2000/08/30  14:48:34
56143         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
56144      Branch: perl
56145            ! lib/ExtUtils/typemap
56146 ____________________________________________________________________________
56147 [  6917] By: jhi                                   on 2000/08/30  14:46:34
56148         Log: Subject: typos in pods
56149              From: Nicholas Clark <nick@ccl4.org>
56150              Date: Wed, 30 Aug 2000 01:12:50 +0100
56151              Message-ID: <20000830011249.A61388@plum.flirble.org>
56152      Branch: perl
56153            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
56154            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
56155            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
56156            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
56157 ____________________________________________________________________________
56158 [  6916] By: jhi                                   on 2000/08/30  14:19:09
56159         Log: Document Storable problems on Crays.  (Will have
56160              to document all the other Storable problems, too.)
56161      Branch: perl
56162            ! pod/perldelta.pod
56163 ____________________________________________________________________________
56164 [  6915] By: jhi                                   on 2000/08/30  14:06:02
56165         Log: Subject: [PATCH] fix misc cast warnings
56166              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56167              Date: Tue, 29 Aug 2000 23:16:14 -0700
56168              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
56169      Branch: perl
56170            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
56171            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
56172            ! os2/os2ish.h
56173 ____________________________________________________________________________
56174 [  6914] By: jhi                                   on 2000/08/30  14:03:45
56175         Log: Timestamp mismatch again.  Need to fix this dependence on
56176              config_h.SH timestamp, since it's the contents of config_h.SH
56177              that matter.
56178      Branch: perl
56179            ! uconfig.h uconfig.sh
56180 ____________________________________________________________________________
56181 [  6913] By: jhi                                   on 2000/08/30  13:54:06
56182         Log: Don't say "Perl 5.0 source kit".
56183      Branch: perl
56184            ! perl.c
56185 ____________________________________________________________________________
56186 [  6912] By: jhi                                   on 2000/08/30  13:51:24
56187         Log: Reset archname and archname64 always, forcing them be
56188              recomputed at each Configure run, make Configure and
56189              the hints files agree on the naming of largefiles variables.
56190      Branch: metaconfig
56191            ! U/threads/archname.U
56192      Branch: metaconfig/U/perl
56193            ! use64bits.U
56194      Branch: perl
56195            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
56196            ! hints/linux.sh hints/solaris_2.sh
56197 ____________________________________________________________________________
56198 [  6911] By: jhi                                   on 2000/08/30  13:30:13
56199         Log: Put back the slice accidentally removed by #6907.
56200      Branch: perl
56201            ! hints/solaris_2.sh
56202 ____________________________________________________________________________
56203 [  6910] By: jhi                                   on 2000/08/30  01:24:26
56204         Log: Be consistent: other Net::get* do export theirs.
56205              
56206              Subject: Re: Net::protoent does not export 'getproto'
56207              From: Yasushi Nakajima <sey@jkc.co.jp>
56208              Date: Wed, 30 Aug 2000 09:53:14 +0900
56209              Message-Id: <200008300051.DAA24700@taku.hut.fi>
56210      Branch: perl
56211            ! lib/Net/protoent.pm
56212 ____________________________________________________________________________
56213 [  6909] By: jhi                                   on 2000/08/30  01:17:25
56214         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
56215              From: Gurusamy Sarathy <gsar@ActiveState.com>
56216              Date: Tue, 29 Aug 2000 17:17:07 -0700
56217              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
56218      Branch: perl
56219            ! cop.h
56220 ____________________________________________________________________________
56221 [  6908] By: jhi                                   on 2000/08/30  00:58:05
56222         Log: Update Changes.
56223      Branch: perl
56224            ! Changes patchlevel.h
56225 ____________________________________________________________________________
56226 [  6907] By: jhi                                   on 2000/08/30  00:57:22
56227         Log: Introduce ccname to keep track of what compiler kind of we have.
56228      Branch: metaconfig/U/perl
56229            ! Checkcc.U gccvers.U
56230      Branch: perl
56231            ! Configure config_h.SH hints/solaris_2.sh
56232 ____________________________________________________________________________
56233 [  6906] By: jhi                                   on 2000/08/30  00:25:47
56234         Log: Put back the flags dump as reasoned in
56235              
56236              Subject: Re: [PATCH] Glob dumping
56237              From: Mike Guy <mjtg@cam.ac.uk> 
56238              Date: Tue, 29 Aug 2000 21:41:32 +0100
56239              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
56240      Branch: perl
56241            ! dump.c t/lib/peek.t
56242 ____________________________________________________________________________
56243 [  6905] By: jhi                                   on 2000/08/30  00:16:17
56244         Log: Make the epsilon to be relative, not absolute.
56245              
56246              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
56247              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
56248              Date: Tue, 29 Aug 2000 19:58:56 -0400
56249              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
56250      Branch: perl
56251            ! t/lib/trig.t
56252 ____________________________________________________________________________
56253 [  6904] By: jhi                                   on 2000/08/30  00:13:09
56254         Log: From now on, Gisle is on my list of usual suspects :-)
56255              Retract #6902.
56256      Branch: perl
56257            ! ext/Opcode/Safe.pm
56258 ____________________________________________________________________________
56259 [  6903] By: jhi                                   on 2000/08/29  23:51:20
56260         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
56261              From: "Craig A. Berry" <craig.berry@psinetcs.com>
56262              Date: Tue, 29 Aug 2000 18:43:26 -0500
56263              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
56264      Branch: perl
56265            + vms/vmspipe.com
56266            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
56267            ! vms/vms.c
56268 ____________________________________________________________________________
56269 [  6902] By: jhi                                   on 2000/08/29  23:44:14
56270         Log: Retry what #6882 attempted.
56271              
56272              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
56273              From: Gisle Aas <gisle@ActiveState.com>
56274              Date: 30 Aug 2000 00:33:09 +0200
56275              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
56276      Branch: perl
56277            ! ext/Opcode/Safe.pm
56278 ____________________________________________________________________________
56279 [  6901] By: jhi                                   on 2000/08/29  22:59:32
56280         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
56281              From: Hugo <hv@crypt.compulink.co.uk>
56282              Date: Mon, 12 Jun 2000 19:36:08 +0100
56283              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
56284      Branch: perl
56285            ! sv.c
56286 ____________________________________________________________________________
56287 [  6900] By: jhi                                   on 2000/08/29  22:58:35
56288         Log: Admit that we are leaking scalars.
56289              
56290              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
56291              From: Spider Boardman <spider@leggy.zk3.dec.com>
56292              Date: Tue, 29 Aug 2000 18:48:29 -0400
56293              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
56294      Branch: perl
56295            ! t/pragma/warnings.t
56296 ____________________________________________________________________________
56297 [  6899] By: jhi                                   on 2000/08/29  20:53:13
56298         Log: Update Changes.
56299      Branch: perl
56300            ! Changes patchlevel.h
56301 ____________________________________________________________________________
56302 [  6898] By: jhi                                   on 2000/08/29  20:46:21
56303         Log: Undo namespace pollution of #6878.
56304              
56305              Subject: Re: Net::protoent does not export 'getproto'
56306              From: Mike Guy <mjtg@cam.ac.uk>
56307              Date: Tue, 29 Aug 2000 21:32:37 +0100
56308              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
56309      Branch: perl
56310            ! lib/Net/protoent.pm
56311 ____________________________________________________________________________
56312 [  6897] By: jhi                                   on 2000/08/29  20:44:29
56313         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
56314              From: Peter Prymmer <pvhp@forte.com>
56315              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
56316              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
56317      Branch: perl
56318            ! pod/perlebcdic.pod
56319 ____________________________________________________________________________
56320 [  6896] By: jhi                                   on 2000/08/29  20:40:57
56321         Log: There's no point repeating the 'revision' (5) of perl5.
56322      Branch: metaconfig/U/perl
56323            ! Devel.U patchlevel.U
56324      Branch: perl
56325            ! Configure config_h.SH
56326 ____________________________________________________________________________
56327 [  6895] By: jhi                                   on 2000/08/29  20:16:58
56328         Log: Regen Configure for #6894.
56329      Branch: metaconfig/U/perl
56330            ! perladmin.U
56331      Branch: perl
56332            ! Configure config_h.SH
56333 ____________________________________________________________________________
56334 [  6894] By: jhi                                   on 2000/08/29  19:59:52
56335         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
56336              From: "Philip Newton" <Philip.Newton@gmx.net>
56337              Date: Tue, 29 Aug 2000 21:39:14 +0200
56338              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
56339      Branch: perl
56340            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
56341            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
56342            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
56343            ! utils/perlbug.PL
56344 ____________________________________________________________________________
56345 [  6893] By: jhi                                   on 2000/08/29  19:55:30
56346         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
56347              From: "Philip Newton" <Philip.Newton@gmx.net>
56348              Date: Tue, 29 Aug 2000 21:39:14 +0200
56349              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
56350      Branch: perl
56351            ! installhtml
56352 ____________________________________________________________________________
56353 [  6892] By: jhi                                   on 2000/08/29  19:53:59
56354         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
56355              From: "Philip Newton" <Philip.Newton@gmx.net>
56356              Date: Tue, 29 Aug 2000 21:48:18 +0200
56357              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
56358      Branch: perl
56359            ! lib/File/Temp.pm
56360 ____________________________________________________________________________
56361 [  6891] By: jhi                                   on 2000/08/29  18:30:03
56362         Log: Nail the ID 20000828.023.
56363      Branch: perl
56364            ! ext/Storable/Storable.xs
56365 ____________________________________________________________________________
56366 [  6890] By: jhi                                   on 2000/08/29  16:50:17
56367         Log: Under usethreads the dumped variable is IN_PAD.
56368              
56369              Subject: Re: [PATCH] Glob dumping
56370              From: Gisle Aas <gisle@ActiveState.com>
56371              Date: 29 Aug 2000 18:45:05 +0200
56372              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
56373      Branch: perl
56374            ! t/lib/peek.t
56375 ____________________________________________________________________________
56376 [  6889] By: jhi                                   on 2000/08/29  15:17:37
56377         Log: Update Changes.
56378      Branch: perl
56379            ! Changes patchlevel.h
56380 ____________________________________________________________________________
56381 [  6888] By: jhi                                   on 2000/08/29  14:49:59
56382         Log: Retract #6882, broke the safe tests.
56383      Branch: perl
56384            ! ext/Opcode/Safe.pm
56385 ____________________________________________________________________________
56386 [  6887] By: jhi                                   on 2000/08/29  14:47:06
56387         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
56388              From: Gisle Aas <gisle@ActiveState.com> 
56389              Date: 09 Jun 2000 20:00:11 +0200
56390              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
56391      Branch: perl
56392            ! utils/perldoc.PL
56393 ____________________________________________________________________________
56394 [  6886] By: jhi                                   on 2000/08/29  14:42:45
56395         Log: The #6881 removed one dump line.
56396      Branch: perl
56397            ! t/lib/peek.t
56398 ____________________________________________________________________________
56399 [  6885] By: jhi                                   on 2000/08/29  14:30:47
56400         Log: Don't forget to tidy up.
56401      Branch: perl
56402            ! t/lib/ftmp-security.t
56403 ____________________________________________________________________________
56404 [  6884] By: jhi                                   on 2000/08/29  14:25:17
56405         Log: Disabling the one test is a bit tricky.
56406      Branch: perl
56407            ! t/lib/ftmp-security.t
56408 ____________________________________________________________________________
56409 [  6883] By: jhi                                   on 2000/08/29  14:16:25
56410         Log: Disable one of the tests for now.
56411      Branch: perl
56412            ! t/lib/ftmp-security.t
56413 ____________________________________________________________________________
56414 [  6882] By: jhi                                   on 2000/08/29  14:05:50
56415         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
56416              From: gisle@aas.no
56417              Date: 29 Aug 2000 10:35:06 -0000
56418              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
56419      Branch: perl
56420            ! ext/Opcode/Safe.pm
56421 ____________________________________________________________________________
56422 [  6881] By: jhi                                   on 2000/08/29  14:03:51
56423         Log: Subject: [PATCH] Glob dumping
56424              From: Gisle Aas <gisle@ActiveState.com>
56425              Date: 29 Aug 2000 07:59:42 -0000
56426              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
56427      Branch: perl
56428            ! dump.c
56429 ____________________________________________________________________________
56430 [  6880] By: jhi                                   on 2000/08/29  14:02:01
56431         Log: Subject: [PATCH] Warnings in B::Deparse
56432              From: <abigail@foad.org>
56433              Date: Tue, 29 Aug 2000 00:00:01 -0400
56434              Message-ID: <20000829040001.2999.qmail@foad.org>
56435      Branch: perl
56436            ! ext/B/B/Deparse.pm
56437 ____________________________________________________________________________
56438 [  6879] By: jhi                                   on 2000/08/29  13:57:26
56439         Log: Missed a change in #6869.
56440      Branch: perl
56441            ! mg.c
56442 ____________________________________________________________________________
56443 [  6878] By: jhi                                   on 2000/08/29  13:45:04
56444         Log: Subject: Net::protoent does not export 'getproto'
56445              From: Yasushi Nakajima <sey@jkc.co.jp>
56446              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
56447      Branch: perl
56448            ! lib/Net/protoent.pm
56449 ____________________________________________________________________________
56450 [  6877] By: jhi                                   on 2000/08/29  13:39:19
56451         Log: Patches all over for people and the files they (hopefully) care about.
56452      Branch: perl
56453            ! AUTHORS Changes MAINTAIN
56454 ____________________________________________________________________________
56455 [  6876] By: jhi                                   on 2000/08/29  12:53:54
56456         Log: Fix for thinko in #6848.
56457              
56458              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
56459              From: Lupe Christoph <lupe@lupe-christoph.de>
56460              Date: Tue, 29 Aug 2000 09:04:08 +0200
56461              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
56462      Branch: perl
56463            ! ext/Thread/Thread.xs
56464 ____________________________________________________________________________
56465 [  6875] By: jhi                                   on 2000/08/29  12:50:14
56466         Log: Update to Getopt::Long 2.24, from Johan Vromans.
56467      Branch: perl
56468            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
56469 ____________________________________________________________________________
56470 [  6874] By: jhi                                   on 2000/08/29  02:09:53
56471         Log: Use minimal @INC in tests, most of the time just '../lib',
56472              so that we simply can't pick up stuff from other Perls than
56473              the one we are testing.  Pointed out by
56474              
56475              From: Mike Guy <mjtg@cam.ac.uk>
56476              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
56477              Date: Fri, 25 Aug 2000 15:15:59 +0100
56478              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
56479      Branch: perl
56480            ! (edit 185 files)
56481 ____________________________________________________________________________
56482 [  6873] By: jhi                                   on 2000/08/29  01:07:11
56483         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
56484              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56485              Date: Mon, 28 Aug 2000 17:45:52 -0700
56486              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
56487      Branch: perl
56488            ! Makefile.SH hints/os2.sh
56489 ____________________________________________________________________________
56490 [  6872] By: jhi                                   on 2000/08/28  23:33:39
56491         Log: Subject: [PATCH bleedperl@6866] spellings
56492              From: marcel@codewerk.com (Marcel Grunauer)
56493              Date: Tue, 29 Aug 2000 01:19:59 +0200
56494              Message-Id: <200008282319.BAA29862@gandalf.local>
56495      Branch: perl
56496            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
56497            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
56498            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
56499 ____________________________________________________________________________
56500 [  6871] By: jhi                                   on 2000/08/28  23:22:09
56501         Log: Take out the SUIDMAIL thing, that will not be
56502              a problem in 5.7.*.
56503      Branch: perl
56504            ! patchlevel.h
56505 ____________________________________________________________________________
56506 [  6870] By: jhi                                   on 2000/08/28  23:19:30
56507         Log: -S is the silent flag, -s is the strip flag.
56508              
56509              Subject: [PATCH] Re: [PATCH] make no-install          
56510              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56511              Date: Mon, 28 Aug 2000 15:12:55 -0700
56512              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
56513      Branch: perl
56514            ! Makefile.SH
56515 ____________________________________________________________________________
56516 [  6869] By: jhi                                   on 2000/08/28  23:12:05
56517         Log: Subject: [PATCH bleedperl@6856] warnings fixes
56518              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
56519              Date: Mon, 28 Aug 2000 23:55:06 +0100
56520              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
56521      Branch: perl
56522            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
56523            ! warnings.h warnings.pl
56524 ____________________________________________________________________________
56525 [  6868] By: jhi                                   on 2000/08/28  21:38:22
56526         Log: Potential cruft.
56527      Branch: perl
56528            ! Makefile.SH
56529 ____________________________________________________________________________
56530 [  6867] By: jhi                                   on 2000/08/28  21:35:36
56531         Log: Update Changes.
56532      Branch: perl
56533            ! Changes patchlevel.h
56534 ____________________________________________________________________________
56535 [  6866] By: jhi                                   on 2000/08/28  21:33:49
56536         Log: Subject: hv.h Doc Patch
56537              From: Fisher Mark <fisherm@tce.com>
56538              Date: Mon, 28 Aug 2000 16:24:59 -0500
56539              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
56540      Branch: perl
56541            ! hv.h
56542 ____________________________________________________________________________
56543 [  6865] By: jhi                                   on 2000/08/28  21:02:15
56544         Log: Add -ld to archname on long tr...double platforms.
56545      Branch: metaconfig
56546            ! U/threads/archname.U
56547      Branch: perl
56548            ! Configure config_h.SH
56549 ____________________________________________________________________________
56550 [  6864] By: jhi                                   on 2000/08/28  20:38:59
56551         Log: An attempt to fix the problem reported in
56552              
56553              Subject: Building perl@6856 using gcc/AIX 4.3.3 
56554              From: Daniel Muino <dmuino@afip.gov.ar> 
56555              Date: Mon, 28 Aug 2000 15:50:01 -0300   
56556              Message-ID: <20000828155001.A14403@con2-dgi>
56557              
56558              I can't test this properly since the gcc installation I have
56559              access to seems to be botched (gcc is calling the AIX cpp,
56560              a losing proposition...)
56561      Branch: perl
56562            ! hints/aix.sh
56563 ____________________________________________________________________________
56564 [  6863] By: jhi                                   on 2000/08/28  18:57:52
56565         Log: Fix for ID 20000828.001, long doubles were not formatted
56566              correctly (showed up in $], which stopped installing perl).
56567      Branch: perl
56568            ! sv.c
56569 ____________________________________________________________________________
56570 [  6862] By: jhi                                   on 2000/08/28  18:07:15
56571         Log: Typo in #6858.
56572      Branch: perl
56573            ! lib/Cwd.pm
56574 ____________________________________________________________________________
56575 [  6861] By: jhi                                   on 2000/08/28  17:57:27
56576         Log: opmini.o may be left around if a build is interrupted.
56577      Branch: perl
56578            ! Makefile.SH
56579 ____________________________________________________________________________
56580 [  6860] By: jhi                                   on 2000/08/28  16:52:50
56581         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
56582              From: Daniel Chetlin <daniel@chetlin.com>
56583              Date: Mon, 28 Aug 2000 01:14:18 -0700
56584              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
56585      Branch: perl
56586            ! lib/overload.pm
56587 ____________________________________________________________________________
56588 [  6859] By: jhi                                   on 2000/08/28  16:08:46
56589         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
56590              From: Nicholas Clark <nick@ccl4.org>
56591              Date: Mon, 28 Aug 2000 16:03:27 +0100
56592              Message-Id: <20000828160327.C49785@plum.flirble.org>
56593      Branch: perl
56594            ! ext/ByteLoader/bytecode.h
56595 ____________________________________________________________________________
56596 [  6858] By: jhi                                   on 2000/08/28  16:02:10
56597         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
56598              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
56599              Date: Mon, 28 Aug 2000 13:08:30 +0200
56600              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
56601      Branch: perl
56602            ! lib/Cwd.pm
56603 ____________________________________________________________________________
56604 [  6857] By: jhi                                   on 2000/08/28  15:42:47
56605         Log: display_format used as a class method without arguments was broken,
56606              reported in
56607              
56608              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
56609              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
56610              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
56611              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
56612      Branch: perl
56613            ! lib/Math/Complex.pm t/lib/complex.t
56614 ____________________________________________________________________________
56615 [  6856] By: jhi                                   on 2000/08/27  22:09:48
56616         Log: Update Changes.
56617      Branch: perl
56618            ! Changes patchlevel.h
56619 ____________________________________________________________________________
56620 [  6855] By: jhi                                   on 2000/08/27  21:59:21
56621         Log: Retract #6853 (false alarm).
56622      Branch: perl
56623            ! lib/ExtUtils/xsubpp
56624 ____________________________________________________________________________
56625 [  6854] By: jhi                                   on 2000/08/27  21:37:44
56626         Log: Update Changes.
56627      Branch: perl
56628            ! Changes patchlevel.h
56629 ____________________________________________________________________________
56630 [  6853] By: jhi                                   on 2000/08/27  21:37:16
56631         Log: Subject: [PATCH perl@6850] workaround for xsubpp
56632              From: Hugo <hv@crypt.compulink.co.uk>
56633              Date: Sun, 27 Aug 2000 22:30:25 +0100
56634              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
56635      Branch: perl
56636            ! lib/ExtUtils/xsubpp
56637 ____________________________________________________________________________
56638 [  6852] By: jhi                                   on 2000/08/27  21:33:58
56639         Log: Big-endian 64-bit patch from Raphael Manfredi.
56640      Branch: perl
56641            ! ext/Storable/Storable.xs
56642 ____________________________________________________________________________
56643 [  6851] By: jhi                                   on 2000/08/27  21:22:21
56644         Log: More ruthless editing from Hugo van der Sanden.
56645      Branch: perl
56646            ! pod/perldelta.pod
56647 ____________________________________________________________________________
56648 [  6850] By: jhi                                   on 2000/08/27  16:11:46
56649         Log: Update Changes.
56650      Branch: perl
56651            ! Changes patchlevel.h
56652 ____________________________________________________________________________
56653 [  6849] By: jhi                                   on 2000/08/27  16:11:05
56654         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
56655      Branch: perl
56656            ! configpm pod/perldelta.pod
56657 ____________________________________________________________________________
56658 [  6848] By: jhi                                   on 2000/08/27  15:35:08
56659         Log: Use the actual thread type, not the pointer-to-struct.
56660      Branch: perl
56661            ! ext/Thread/Thread.xs
56662 ____________________________________________________________________________
56663 [  6847] By: jhi                                   on 2000/08/27  15:30:49
56664         Log: Test nit.
56665      Branch: perl
56666            ! t/pragma/warn/pp_sys
56667 ____________________________________________________________________________
56668 [  6846] By: jhi                                   on 2000/08/27  15:19:02
56669         Log: Passing -R in ldflags makes now it to appear in the default
56670              for lddlflags, just like with -L.
56671              
56672              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
56673              From: Lupe Christoph <lupe@lupe-christoph.de>
56674              Date: Sun, 27 Aug 2000 10:28:21 +0200
56675              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
56676      Branch: metaconfig/U/perl
56677            ! dlsrc.U
56678      Branch: perl
56679            ! Configure
56680 ____________________________________________________________________________
56681 [  6845] By: jhi                                   on 2000/08/27  15:08:54
56682         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
56683              From: Alan Burlison <Alan.Burlison@uk.sun.com>
56684              Date: Sat, 26 Aug 2000 22:23:27 +0100
56685              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
56686      Branch: perl
56687            ! lib/ExtUtils/MM_Unix.pm
56688 ____________________________________________________________________________
56689 [  6844] By: jhi                                   on 2000/08/27  15:02:37
56690         Log: DJGPP update from Laszlo Molnar.
56691              
56692              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
56693              From: ml1050 <ml1050@freemail.hu>
56694              Date: Sat, 26 Aug 2000 23:24:40 +0200
56695              Message-Id: <20000826232440.A439@freemail.hu>
56696      Branch: perl
56697            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
56698            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
56699 ____________________________________________________________________________
56700 [  6843] By: jhi                                   on 2000/08/27  14:53:58
56701         Log: Subject: installman buglet
56702              From: Lupe Christoph <lupe@lupe-christoph.de>
56703              Date: Sun, 27 Aug 2000 14:38:59 +0200
56704              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
56705      Branch: perl
56706            ! installman
56707 ____________________________________________________________________________
56708 [  6842] By: jhi                                   on 2000/08/27  14:52:08
56709         Log: Can't get the test to reliably work thanks to the
56710              inaccurateness of floating point.  "Resolves" bug ids
56711              20000826.003, 20000826.009, 20000826.010,
56712      Branch: perl
56713            ! t/lib/trig.t
56714 ____________________________________________________________________________
56715 [  6841] By: jhi                                   on 2000/08/26  15:53:58
56716         Log: Update Changes.
56717      Branch: perl
56718            ! Changes patchlevel.h
56719 ____________________________________________________________________________
56720 [  6840] By: jhi                                   on 2000/08/26  14:23:03
56721         Log: grep -e isn't portable.
56722              
56723              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
56724              From: chris@broadband.att.com
56725              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
56726              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
56727      Branch: perl
56728            ! hints/solaris_2.sh
56729 ____________________________________________________________________________
56730 [  6839] By: jhi                                   on 2000/08/26  14:12:23
56731         Log: no-install target a la make -n.
56732              
56733              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
56734              From: <abigail@foad.org>
56735              Date: Sat, 26 Aug 2000 03:57:34 -0400
56736              Message-ID: <20000826075735.18912.qmail@foad.org>
56737      Branch: perl
56738            ! Makefile.SH installman installperl
56739 ____________________________________________________________________________
56740 [  6838] By: jhi                                   on 2000/08/26  14:06:33
56741         Log: Retract #6826 as the #6828 should be do the same
56742              in a More Correct Way.
56743      Branch: perl
56744            ! installperl
56745 ____________________________________________________________________________
56746 [  6837] By: jhi                                   on 2000/08/26  05:24:00
56747         Log: More casting.
56748      Branch: perl
56749            ! ext/Storable/Storable.xs
56750 ____________________________________________________________________________
56751 [  6836] By: jhi                                   on 2000/08/26  05:05:46
56752         Log: Nicer in decimal.
56753      Branch: perl
56754            ! ext/Storable/Storable.xs
56755 ____________________________________________________________________________
56756 [  6835] By: jhi                                   on 2000/08/26  05:03:50
56757         Log: There be no UVdf.
56758      Branch: perl
56759            ! ext/Storable/Storable.xs
56760 ____________________________________________________________________________
56761 [  6834] By: jhi                                   on 2000/08/26  05:00:18
56762         Log: Continue IVdfing and UVxfing.
56763      Branch: perl
56764            ! ext/Storable/Storable.xs
56765 ____________________________________________________________________________
56766 [  6833] By: jhi                                   on 2000/08/26  04:53:14
56767         Log: Use IVdf.
56768      Branch: perl
56769            ! ext/Storable/Storable.xs
56770 ____________________________________________________________________________
56771 [  6832] By: jhi                                   on 2000/08/26  04:40:41
56772         Log: Document PTR2XX and INT2PTR.
56773      Branch: perl
56774            ! pod/perlguts.pod
56775 ____________________________________________________________________________
56776 [  6831] By: jhi                                   on 2000/08/26  04:33:18
56777         Log: Use UVxf, PTR2UV, NVff.
56778      Branch: perl
56779            ! ext/Storable/Storable.xs
56780 ____________________________________________________________________________
56781 [  6830] By: jhi                                   on 2000/08/26  04:31:32
56782         Log: Update the test count.
56783      Branch: perl
56784            ! t/lib/trig.t
56785 ____________________________________________________________________________
56786 [  6829] By: jhi                                   on 2000/08/26  03:05:50
56787         Log: Subject: [PATCH] installation not quite silent yet.
56788              From: <abigail@foad.org>
56789              Date: Fri, 25 Aug 2000 20:07:53 -0400
56790              Message-ID: <20000826000753.7822.qmail@foad.org>
56791      Branch: perl
56792            ! installman installperl
56793 ____________________________________________________________________________
56794 [  6828] By: jhi                                   on 2000/08/26  03:05:14
56795         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
56796              From: Spider Boardman <spider@web.zk3.dec.com>
56797              Date: Fri, 25 Aug 2000 19:12:40 -0400
56798              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
56799      Branch: perl
56800            ! gv.c
56801 ____________________________________________________________________________
56802 [  6827] By: jhi                                   on 2000/08/25  23:54:34
56803         Log: Support preserving extremely big/small angles.
56804      Branch: perl
56805            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
56806 ____________________________________________________________________________
56807 [  6826] By: jhi                                   on 2000/08/25  23:01:20
56808         Log: Patch installperl to be long double-aware.
56809              
56810              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
56811              From: Spider Boardman <spider@web.zk3.dec.com>
56812              Date: Fri, 25 Aug 2000 18:15:23 -0400
56813              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
56814      Branch: perl
56815            ! installperl
56816 ____________________________________________________________________________
56817 [  6825] By: jhi                                   on 2000/08/25  22:58:25
56818         Log: Remove duplicately applied patch shards.
56819              
56820              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
56821              From: Spider Boardman <spider@leggy.zk3.dec.com>
56822              Date: Fri, 25 Aug 2000 16:45:03 -0400
56823              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
56824      Branch: perl
56825            ! t/lib/cgi-html.t
56826 ____________________________________________________________________________
56827 [  6824] By: jhi                                   on 2000/08/25  22:57:00
56828         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
56829              From: Daniel Chetlin <daniel@chetlin.com>
56830              Date: Fri, 25 Aug 2000 12:23:16 -0700
56831              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
56832              
56833              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
56834              From: Daniel Chetlin <daniel@chetlin.com>
56835              Date: Fri, 25 Aug 2000 14:47:19 -0700
56836              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
56837      Branch: perl
56838            ! installman
56839 ____________________________________________________________________________
56840 [  6823] By: jhi                                   on 2000/08/25  22:44:17
56841         Log: Timestamp problem?
56842      Branch: perl
56843            ! uconfig.h uconfig.sh
56844 ____________________________________________________________________________
56845 [  6822] By: jhi                                   on 2000/08/25  19:01:06
56846         Log: One forgotten file from #6816.
56847      Branch: perl
56848            ! vos/config.h
56849 ____________________________________________________________________________
56850 [  6821] By: jhi                                   on 2000/08/25  18:56:39
56851         Log: Regen Changes.
56852      Branch: perl
56853            ! Changes patchlevel.h
56854 ____________________________________________________________________________
56855 [  6820] By: jhi                                   on 2000/08/25  18:52:35
56856         Log: Fix Changes ordering.
56857      Branch: perl
56858            ! Changes
56859 ____________________________________________________________________________
56860 [  6819] By: jhi                                   on 2000/08/25  18:50:25
56861         Log: Update Changes.
56862      Branch: perl
56863            ! Changes patchlevel.h
56864 ____________________________________________________________________________
56865 [  6818] By: jhi                                   on 2000/08/25  18:47:45
56866         Log: Tweak the sfio/useperlio logic, hopefully as wished in
56867              
56868              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
56869              From: Nicholas Clark <nick@babyhippo.co.uk>
56870              Date: Fri, 25 Aug 2000 12:01:45 +0100
56871              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
56872      Branch: metaconfig/U/perl
56873            ! d_sfio.U
56874      Branch: perl
56875            ! Configure
56876 ____________________________________________________________________________
56877 [  6817] By: jhi                                   on 2000/08/25  18:32:51
56878         Log: Allow microperl to assume <math.h>, without it the math
56879              functions like floor() are assumed to return int, which makes
56880              for core dumps in machines where integer and floating register
56881              don't mix.
56882      Branch: perl
56883            ! uconfig.h uconfig.sh
56884 ____________________________________________________________________________
56885 [  6816] By: jhi                                   on 2000/08/25  18:27:17
56886         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
56887              the problem reported in
56888              
56889              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
56890              From: danhale@us.ibm.com
56891              Date: Fri, 25 Aug 2000 10:58:06 -0400
56892              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
56893      Branch: metaconfig/U/perl
56894            + d_socks5_init.U
56895      Branch: perl
56896            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
56897            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
56898            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
56899            ! win32/config.gc win32/config.vc
56900 ____________________________________________________________________________
56901 [  6815] By: jhi                                   on 2000/08/25  17:43:31
56902         Log: A solution for the retrieve_fd autosplit warning,
56903              idea suggested by Mike Guy.
56904      Branch: perl
56905            ! ext/Storable/Storable.pm
56906 ____________________________________________________________________________
56907 [  6814] By: jhi                                   on 2000/08/25  17:16:03
56908         Log: Add install-silent target.
56909      Branch: perl
56910            ! Makefile.SH
56911 ____________________________________________________________________________
56912 [  6813] By: jhi                                   on 2000/08/25  17:14:23
56913         Log: Subject: Re: [PATCH] More silencing of installman.
56914              From: <abigail@foad.org>
56915              Date: Thu, 24 Aug 2000 19:27:03 -0400
56916              Message-ID: <20000824232703.7001.qmail@foad.org>
56917              
56918              Subject: Re: [PATCH] More silencing of installman.
56919              From: <abigail@foad.org>
56920              Date: Fri, 25 Aug 2000 03:00:58 -0400
56921              Message-ID: <20000825070058.10697.qmail@foad.org>
56922      Branch: perl
56923            ! installman
56924 ____________________________________________________________________________
56925 [  6812] By: jhi                                   on 2000/08/25  17:11:28
56926         Log: installperl --verbose and --silent.
56927              
56928              Subject: Re: [PATCH] More silencing of installman.
56929              From: <abigail@foad.org>
56930              Message-ID: <20000825064430.9719.qmail@foad.org>
56931              Date: Fri, 25 Aug 2000 02:44:30 -0400
56932      Branch: perl
56933            ! installperl
56934 ____________________________________________________________________________
56935 [  6811] By: jhi                                   on 2000/08/25  17:05:43
56936         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
56937              From: "Peter J. Farley III" <pjfarley@banet.net>
56938              Date: Thu, 24 Aug 2000 21:58:03 -0400
56939              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
56940              
56941              (applied slightly modified)
56942      Branch: perl
56943            ! lib/ExtUtils/MM_Unix.pm
56944 ____________________________________________________________________________
56945 [  6810] By: jhi                                   on 2000/08/25  17:01:18
56946         Log: Missing parts of 
56947              
56948              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
56949              From: Peter Prymmer <pvhp@forte.com>
56950              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
56951              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
56952      Branch: perl
56953            ! t/lib/cgi-html.t
56954 ____________________________________________________________________________
56955 [  6809] By: jhi                                   on 2000/08/25  16:46:32
56956         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
56957              From: "Craig A. Berry" <craig.berry@psinetcs.com>
56958              Date: Thu, 24 Aug 2000 19:13:11 -0500
56959              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
56960      Branch: perl
56961            ! vms/vms.c
56962 ____________________________________________________________________________
56963 [  6808] By: jhi                                   on 2000/08/25  16:39:22
56964         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
56965              From: Peter Prymmer <pvhp@forte.com>
56966              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
56967              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
56968      Branch: perl
56969            ! configure.com
56970 ____________________________________________________________________________
56971 [  6807] By: jhi                                   on 2000/08/25  16:36:37
56972         Log: Better wording for the vec lvalue diagnostic.
56973              
56974              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
56975              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
56976              Date: Wed, 23 Aug 2000 14:12:16 -0400
56977              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
56978      Branch: perl
56979            ! pod/perldiag.pod
56980 ____________________________________________________________________________
56981 [  6806] By: jhi                                   on 2000/08/24  18:17:22
56982         Log: Subject: [PATCH] More silencing of installman.
56983              From: <abigail@foad.org>
56984              Date: Thu, 24 Aug 2000 14:01:44 -0400
56985              Message-ID: <20000824180144.20062.qmail@foad.org>
56986      Branch: perl
56987            ! installman
56988 ____________________________________________________________________________
56989 [  6805] By: jhi                                   on 2000/08/24  15:00:31
56990         Log: Update Changes.
56991      Branch: perl
56992            ! Changes patchlevel.h
56993 ____________________________________________________________________________
56994 [  6804] By: jhi                                   on 2000/08/24  14:59:07
56995         Log: Regen perltoc.
56996      Branch: perl
56997            ! pod/perltoc.pod
56998 ____________________________________________________________________________
56999 [  6803] By: jhi                                   on 2000/08/24  14:44:39
57000         Log: Show the doc file, not the temp file.
57001      Branch: perl
57002            ! installman
57003 ____________________________________________________________________________
57004 [  6802] By: jhi                                   on 2000/08/24  14:41:53
57005         Log: Continue silencing.
57006      Branch: perl
57007            ! installman
57008 ____________________________________________________________________________
57009 [  6801] By: jhi                                   on 2000/08/24  14:34:40
57010         Log: Actually do something with the silencer option.
57011      Branch: perl
57012            ! installman
57013 ____________________________________________________________________________
57014 [  6800] By: jhi                                   on 2000/08/24  14:26:22
57015         Log: Make installman to recognize the silence flag -S.
57016      Branch: perl
57017            ! installman
57018 ____________________________________________________________________________
57019 [  6799] By: jhi                                   on 2000/08/24  13:49:38
57020         Log: DOS patches and portability/porting notes, from Tim Jenness.
57021      Branch: perl
57022            ! lib/File/Temp.pm
57023 ____________________________________________________________________________
57024 [  6798] By: jhi                                   on 2000/08/24  13:48:27
57025         Log: Create directories in silence.
57026              
57027              Subject: [PATCH] Another silencer for MakeMaker
57028              From: andreas.koenig@anima.de (Andreas J. Koenig)
57029              Date: 24 Aug 2000 14:18:52 +0200
57030              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
57031      Branch: perl
57032            ! lib/ExtUtils/Command.pm
57033 ____________________________________________________________________________
57034 [  6797] By: jhi                                   on 2000/08/24  13:46:42
57035         Log: More liberal parsing of version numbers.
57036              
57037              Subject: Re: CPAN.pm beta for testing available
57038              From: andreas.koenig@anima.de (Andreas J. Koenig)
57039              Date: 24 Aug 2000 13:51:57 +0200
57040              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
57041      Branch: perl
57042            ! lib/CPAN.pm
57043 ____________________________________________________________________________
57044 [  6796] By: jhi                                   on 2000/08/24  13:44:36
57045         Log: Make "make install" by default silent.  A new "install-verbose"
57046              target is verbose.
57047      Branch: perl
57048            ! Makefile.SH
57049 ____________________________________________________________________________
57050 [  6795] By: jhi                                   on 2000/08/24  13:39:14
57051         Log: Add silencer flags to installperl.
57052              
57053              Subject: [PATCH] Making installperl silent.
57054              From: <abigail@foad.org>
57055              Date: Thu, 24 Aug 2000 05:01:45 -0400
57056              Message-ID: <20000824090145.13141.qmail@foad.org>
57057      Branch: perl
57058            ! installperl
57059 ____________________________________________________________________________
57060 [  6794] By: jhi                                   on 2000/08/24  13:35:50
57061         Log: installperl couldn't tell whether it had run tests or not.
57062              
57063              Subject: [PATCH] Re: installperl and t/TEST
57064              From: <abigail@foad.org>
57065              Date: Thu, 24 Aug 2000 04:00:53 -0400
57066              Message-ID: <20000824080053.2494.qmail@foad.org>
57067      Branch: perl
57068            ! Makefile.SH installperl
57069 ____________________________________________________________________________
57070 [  6793] By: jhi                                   on 2000/08/24  13:27:50
57071         Log: Drop the separate perlbc, perlcc -b should be enough.
57072      Branch: perl
57073            - utils/perlbc.PL
57074            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
57075 ____________________________________________________________________________
57076 [  6792] By: jhi                                   on 2000/08/24  04:41:30
57077         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
57078              plus the typo fix from Peter Prymmer.
57079      Branch: perl
57080            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
57081            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
57082 ____________________________________________________________________________
57083 [  6791] By: jhi                                   on 2000/08/24  02:10:43
57084         Log: Replace #6705 with a minimal doc patch.
57085              
57086              Subject: [PATCH 5.6.0] replace change #6705
57087              From: Jan Dubois <jand@ActiveState.com>
57088              Date: Wed, 23 Aug 2000 18:31:51 -0700
57089              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
57090      Branch: perl
57091            ! lib/Win32.pod win32/win32.c
57092 ____________________________________________________________________________
57093 [  6790] By: jhi                                   on 2000/08/23  17:52:00
57094         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
57095              From: Mike Guy <mjtg@cam.ac.uk>
57096              Date: Wed, 23 Aug 2000 18:38:46 +0100
57097              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
57098      Branch: perl
57099            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
57100 ____________________________________________________________________________
57101 [  6789] By: jhi                                   on 2000/08/23  15:34:21
57102         Log: Update Changes.
57103      Branch: perl
57104            ! Changes patchlevel.h
57105 ____________________________________________________________________________
57106 [  6788] By: jhi                                   on 2000/08/23  15:33:40
57107         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
57108              From: Wilfredo Sánchez <wsanchez@apple.com>
57109              Date: Tue, 22 Aug 2000 19:31:27 -0700
57110              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
57111      Branch: perl
57112            ! perl.h
57113 ____________________________________________________________________________
57114 [  6787] By: jhi                                   on 2000/08/23  15:29:31
57115         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
57116              From: Spider Boardman <spider@leggy.zk3.dec.com>
57117              Date: Wed, 23 Aug 2000 10:33:23 -0400
57118              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
57119      Branch: perl
57120            ! lib/Pod/Html.pm
57121 ____________________________________________________________________________
57122 [  6786] By: jhi                                   on 2000/08/23  15:28:11
57123         Log: Bad makefile.
57124      Branch: perl
57125            ! ext/B/Makefile.PL
57126 ____________________________________________________________________________
57127 [  6785] By: jhi                                   on 2000/08/23  14:37:04
57128         Log: Update Changes.
57129      Branch: perl
57130            ! Changes patchlevel.h
57131 ____________________________________________________________________________
57132 [  6784] By: jhi                                   on 2000/08/23  13:58:41
57133         Log: Portability fix from Hugo van der Sanden.
57134      Branch: perl
57135            ! ext/re/Makefile.PL
57136 ____________________________________________________________________________
57137 [  6783] By: jhi                                   on 2000/08/23  13:53:53
57138         Log: Storable support, v-version fixes.
57139              
57140              Subject: CPAN.pm beta for testing available
57141              From: andreas.koenig@anima.de (Andreas J. Koenig)
57142              Date: 22 Aug 2000 23:31:33 +0200
57143              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
57144      Branch: perl
57145            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
57146 ____________________________________________________________________________
57147 [  6782] By: jhi                                   on 2000/08/23  13:51:26
57148         Log: Mac and other portability updates from Chris Nandor.
57149      Branch: perl
57150            ! pod/perlmodinstall.pod
57151 ____________________________________________________________________________
57152 [  6781] By: jhi                                   on 2000/08/23  13:47:33
57153         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
57154              From: Peter Prymmer <pvhp@forte.com>
57155              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
57156              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
57157      Branch: perl
57158            ! ext/Storable/Storable.xs
57159 ____________________________________________________________________________
57160 [  6780] By: jhi                                   on 2000/08/23  13:33:34
57161         Log: VMS MMS (make) wants null action.
57162      Branch: perl
57163            ! ext/B/Makefile.PL
57164 ____________________________________________________________________________
57165 [  6779] By: jhi                                   on 2000/08/22  19:44:47
57166         Log: Forgot portability nit.
57167      Branch: perl
57168            ! t/lib/st-forgive.t
57169 ____________________________________________________________________________
57170 [  6778] By: jhi                                   on 2000/08/22  19:35:25
57171         Log: Be portable.
57172      Branch: perl
57173            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
57174            ! t/lib/st-store.t
57175 ____________________________________________________________________________
57176 [  6777] By: jhi                                   on 2000/08/22  18:50:53
57177         Log: Update Changes.
57178      Branch: perl
57179            ! Changes patchlevel.h
57180 ____________________________________________________________________________
57181 [  6776] By: jhi                                   on 2000/08/22  18:44:46
57182         Log: cSVOPo_*v things index into the current PL_curpad
57183              under ithreads, which is different from the curpad
57184              used by the XSUB.  (In other words, the code as-is
57185              before this patch wouldn't work under ithreads.)
57186              From Sarathy.
57187      Branch: perl
57188            ! ext/B/B.xs
57189 ____________________________________________________________________________
57190 [  6775] By: jhi                                   on 2000/08/22  18:18:37
57191         Log: Make the selection of NVff et al stricter.
57192      Branch: metaconfig/U/perl
57193            ! perlxvf.U
57194      Branch: perl
57195            ! Configure config_h.SH
57196 ____________________________________________________________________________
57197 [  6774] By: jhi                                   on 2000/08/22  17:19:42
57198         Log: perldelta nits.
57199      Branch: perl
57200            ! pod/perldelta.pod
57201 ____________________________________________________________________________
57202 [  6773] By: jhi                                   on 2000/08/22  17:06:26
57203         Log: Long double fixes from Spider Boardman.
57204              
57205              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
57206              From: system PRIVILEGED account <root@peano.zk3.dec.com>
57207              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
57208              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
57209      Branch: perl
57210            ! t/lib/bigfltpm.t t/lib/st-06compat.t
57211 ____________________________________________________________________________
57212 [  6772] By: jhi                                   on 2000/08/22  15:04:53
57213         Log: Update Changes.
57214      Branch: perl
57215            ! Changes patchlevel.h
57216 ____________________________________________________________________________
57217 [  6771] By: jhi                                   on 2000/08/22  15:01:44
57218         Log: perldelta fixes from Hugo van der Sanden.
57219      Branch: perl
57220            ! pod/perldelta.pod
57221 ____________________________________________________________________________
57222 [  6770] By: jhi                                   on 2000/08/22  14:34:49
57223         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
57224              From: Hugo <hv@crypt.compulink.co.uk>
57225              Date: Tue, 22 Aug 2000 11:21:53 +0100
57226              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
57227      Branch: perl
57228            ! regcomp.c
57229 ____________________________________________________________________________
57230 [  6769] By: jhi                                   on 2000/08/22  14:30:02
57231         Log: Add Yitzchak, reformat.
57232      Branch: perl
57233            ! Changes config_h.SH
57234 ____________________________________________________________________________
57235 [  6768] By: jhi                                   on 2000/08/22  14:21:35
57236         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
57237              and Spider Boardman.
57238      Branch: metaconfig
57239            ! U/compline/d_gconvert.U
57240      Branch: perl
57241            ! Configure
57242 ____________________________________________________________________________
57243 [  6767] By: jhi                                   on 2000/08/22  14:11:24
57244         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
57245              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57246              Date: Mon, 21 Aug 2000 19:08:31 -0700
57247              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
57248      Branch: perl
57249            - ext/Storable/patchlevel.h
57250            ! MANIFEST ext/Storable/MANIFEST
57251 ____________________________________________________________________________
57252 [  6766] By: jhi                                   on 2000/08/22  13:49:29
57253         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
57254              From: Peter Prymmer <pvhp@forte.com>
57255              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
57256              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
57257      Branch: perl
57258            ! configure.com ext/Storable/Makefile.PL
57259 ____________________________________________________________________________
57260 [  6765] By: jhi                                   on 2000/08/22  13:44:59
57261         Log: Subject: [PATCH blead] B:: missing dependency
57262              From: Hugo <hv@crypt.compulink.co.uk>
57263              Date: Tue, 22 Aug 2000 06:44:33 +0100
57264              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
57265      Branch: perl
57266            ! ext/B/Makefile.PL
57267 ____________________________________________________________________________
57268 [  6764] By: jhi                                   on 2000/08/22  13:38:12
57269         Log: More bytecompiler.
57270      Branch: perl
57271            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
57272 ____________________________________________________________________________
57273 [  6763] By: jhi                                   on 2000/08/22  13:36:44
57274         Log: Bytecompiler patches from Benjamin Stuhl.
57275      Branch: perl
57276            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
57277            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
57278            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
57279            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
57280            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
57281            ! perl.c perlapi.h pod/perldelta.pod
57282 ____________________________________________________________________________
57283 [  6762] By: jhi                                   on 2000/08/21  23:43:40
57284         Log: An obsoleted diagnostic.
57285      Branch: perl
57286            ! pod/perldelta.pod
57287 ____________________________________________________________________________
57288 [  6761] By: jhi                                   on 2000/08/21  23:01:45
57289         Log: The #6759 wasn't quite right.
57290      Branch: perl
57291            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
57292            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
57293            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
57294            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
57295            ! t/lib/st-tieditems.t
57296 ____________________________________________________________________________
57297 [  6760] By: jhi                                   on 2000/08/21  22:35:49
57298         Log: Be verydeepclean.
57299      Branch: perl
57300            ! Makefile.SH
57301 ____________________________________________________________________________
57302 [  6759] By: jhi                                   on 2000/08/21  22:25:40
57303         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
57304              From: Peter Prymmer <pvhp@forte.com>
57305              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
57306              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
57307      Branch: perl
57308            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
57309            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
57310            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
57311            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
57312            ! t/lib/st-tieditems.t
57313 ____________________________________________________________________________
57314 [  6758] By: jhi                                   on 2000/08/21  22:22:32
57315         Log: Few more casts, need reported in
57316              
57317              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
57318              From: Mike Stok <mike@stok.co.uk>
57319              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
57320              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
57321              
57322              and
57323              
57324              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
57325              From: abigail@foad.org
57326              Date: 21 Aug 2000 21:31:34 -0000
57327              Message-Id: <20000821213134.30170.qmail@foad.org>
57328      Branch: perl
57329            ! ext/Storable/Storable.xs
57330 ____________________________________________________________________________
57331 [  6757] By: jhi                                   on 2000/08/21  18:37:07
57332         Log: Update Changes.
57333      Branch: perl
57334            ! Changes patchlevel.h
57335 ____________________________________________________________________________
57336 [  6756] By: jhi                                   on 2000/08/21  18:34:02
57337         Log: A pod nit.
57338              
57339              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
57340              From: <abigail@foad.org>
57341              Date: Mon, 21 Aug 2000 14:00:16 -0400
57342              Message-ID: <20000821180016.28627.qmail@foad.org>
57343      Branch: perl
57344            ! pod/perlre.pod
57345 ____________________________________________________________________________
57346 [  6755] By: jhi                                   on 2000/08/21  18:30:56
57347         Log: Use PodParser 1.18 new test.
57348      Branch: perl
57349            ! t/pod/special_seqs.t t/pod/special_seqs.xr
57350 ____________________________________________________________________________
57351 [  6754] By: jhi                                   on 2000/08/21  18:28:35
57352         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
57353              patches cannot be applied since #6712 conflicts.
57354      Branch: perl
57355            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
57356 ____________________________________________________________________________
57357 [  6753] By: jhi                                   on 2000/08/21  18:15:11
57358         Log: Weed out some smaller changes.
57359      Branch: perl
57360            ! pod/perldelta.pod
57361 ____________________________________________________________________________
57362 [  6752] By: jhi                                   on 2000/08/21  18:02:30
57363         Log: Also under djgpp the timestamps are funky.
57364      Branch: perl
57365            ! t/op/stat.t
57366 ____________________________________________________________________________
57367 [  6751] By: jhi                                   on 2000/08/21  17:55:56
57368         Log: Tweak the floating point output routine preferences.
57369      Branch: metaconfig
57370            ! U/compline/d_gconvert.U
57371      Branch: perl
57372            ! Configure
57373 ____________________________________________________________________________
57374 [  6750] By: jhi                                   on 2000/08/21  17:51:29
57375         Log: Unicos/mk requires elaborate paranoia.
57376      Branch: perl
57377            ! lib/Math/Complex.pm
57378 ____________________________________________________________________________
57379 [  6749] By: gsar                                  on 2000/08/21  16:53:31
57380         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
57381      Branch: perl
57382            ! lib/Cwd.pm
57383 ____________________________________________________________________________
57384 [  6748] By: gsar                                  on 2000/08/21  16:22:19
57385         Log: free TLS slot properly on Windows
57386      Branch: perl
57387            ! thread.h win32/perllib.c win32/win32thread.h
57388 ____________________________________________________________________________
57389 [  6747] By: jhi                                   on 2000/08/21  16:20:58
57390         Log: Rename the macro argument because some preprocessors
57391              can't tell the difference and expand arguments also inside
57392              double quoted strings.
57393      Branch: perl
57394            ! regcomp.c
57395 ____________________________________________________________________________
57396 [  6746] By: jhi                                   on 2000/08/21  16:09:41
57397         Log: Support long doubles in Storable.
57398              
57399              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
57400              From: Radu Greab <radu@netsoft.ro>
57401              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
57402              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
57403      Branch: perl
57404            ! ext/Storable/Storable.xs
57405 ____________________________________________________________________________
57406 [  6745] By: jhi                                   on 2000/08/21  15:51:40
57407         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
57408              From: "Fifer, Eric" <EFifer@sanwaint.com>
57409              Date: Mon, 21 Aug 2000 15:34:49 +0100
57410              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
57411      Branch: perl
57412            ! t/pragma/warn/9enabled
57413 ____________________________________________________________________________
57414 [  6744] By: jhi                                   on 2000/08/21  15:39:35
57415         Log: Document the endianness of Alpha more precisely.
57416      Branch: perl
57417            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
57418            ! pod/perlport.pod
57419 ____________________________________________________________________________
57420 [  6743] By: jhi                                   on 2000/08/21  14:47:05
57421         Log: perldelta fixes from the p5p crowd.
57422      Branch: perl
57423            ! pod/perldelta.pod pod/perlop.pod
57424 ____________________________________________________________________________
57425 [  6742] By: jhi                                   on 2000/08/21  13:34:51
57426         Log: Update to Pod::LaTeX 0.53.
57427              
57428              Subject: [PATCH] lib/Pod/LaTeX.pm updates
57429              From: Tim Jenness <timj@jach.hawaii.edu>
57430              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
57431              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
57432      Branch: perl
57433            ! lib/Pod/LaTeX.pm
57434 ____________________________________________________________________________
57435 [  6741] By: jhi                                   on 2000/08/21  13:33:01
57436         Log: Subject: [PATCH] os2.c fix for use64bitint
57437              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57438              Date: Mon, 21 Aug 2000 01:32:25 -0700
57439              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
57440      Branch: perl
57441            ! os2/os2.c
57442 ____________________________________________________________________________
57443 [  6740] By: jhi                                   on 2000/08/21  13:28:52
57444         Log: Array context keeps slithering in.
57445              
57446              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
57447              From: Daniel Chetlin <daniel@chetlin.com>
57448              Date: Sun, 20 Aug 2000 21:40:25 -0700
57449              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
57450      Branch: perl
57451            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
57452            ! pod/perldebtut.pod
57453 ____________________________________________________________________________
57454 [  6739] By: jhi                                   on 2000/08/21  13:23:55
57455         Log: Big-endian quad fixes for Storable from Radu Greab,
57456              plus few explicit null casts for picky compilers.
57457      Branch: perl
57458            ! ext/Storable/Storable.xs
57459 ____________________________________________________________________________
57460 [  6738] By: gsar                                  on 2000/08/21  05:56:13
57461         Log: small tweaks for change#6705: avoid C++ style comments in C code;
57462              use Perl's malloc API rather than the low level system one
57463      Branch: perl
57464            ! win32/win32.c
57465 ____________________________________________________________________________
57466 [  6737] By: gsar                                  on 2000/08/21  05:35:41
57467         Log: add Storable to list of extensions on Windows
57468      Branch: perl
57469            ! win32/Makefile win32/makefile.mk
57470 ____________________________________________________________________________
57471 [  6736] By: jhi                                   on 2000/08/21  02:57:53
57472         Log: Update Changes.
57473      Branch: perl
57474            ! Changes patchlevel.h
57475 ____________________________________________________________________________
57476 [  6735] By: jhi                                   on 2000/08/21  02:57:20
57477         Log: Draft 0.
57478      Branch: perl
57479            ! pod/perldelta.pod
57480 ____________________________________________________________________________
57481 [  6734] By: jhi                                   on 2000/08/21  02:57:03
57482         Log: Add Storable 0.7.2 from Raphael Manfredi,
57483              plus the patch from
57484              
57485              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
57486              From: Radu Greab <radu@netsoft.ro>
57487              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
57488              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
57489              
57490              plus changes to get Storable to compile with
57491              picky ANSI compilers.
57492      Branch: perl
57493            + ext/Storable/ChangeLog ext/Storable/MANIFEST
57494            + ext/Storable/Makefile.PL ext/Storable/README
57495            + ext/Storable/Storable.pm ext/Storable/Storable.xs
57496            + ext/Storable/patchlevel.h t/lib/st-06compat.t
57497            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
57498            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
57499            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
57500            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
57501            + t/lib/st-tieditems.t
57502            ! MANIFEST
57503 ____________________________________________________________________________
57504 [  6733] By: jhi                                   on 2000/08/21  02:29:09
57505         Log: The correct cleaning order is an art.
57506      Branch: perl
57507            ! Makefile.SH
57508 ____________________________________________________________________________
57509 [  6732] By: jhi                                   on 2000/08/21  01:23:39
57510         Log: The #6724 is here.
57511      Branch: perl
57512            ! t/lib/ftmp-security.t
57513 ____________________________________________________________________________
57514 [  6731] By: jhi                                   on 2000/08/20  23:17:03
57515         Log: s/this one/the 5.6.0 release/
57516      Branch: perl
57517            ! pod/perl56delta.pod
57518 ____________________________________________________________________________
57519 [  6730] By: jhi                                   on 2000/08/20  23:07:34
57520         Log: Mention perlebcdic and perlposix-bc.
57521      Branch: perl
57522            ! pod/perlport.pod
57523 ____________________________________________________________________________
57524 [  6729] By: jhi                                   on 2000/08/20  21:32:59
57525         Log: Document the number of exponent digits.
57526      Branch: perl
57527            ! pod/perlfunc.pod
57528 ____________________________________________________________________________
57529 [  6728] By: jhi                                   on 2000/08/20  21:16:47
57530         Log: Use File::Spec->tmpdir().
57531              
57532              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
57533              From: Tim Jenness <timj@jach.hawaii.edu>
57534              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
57535              MIME-Version: 1.0
57536              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
57537      Branch: perl
57538            ! utils/perlbug.PL
57539 ____________________________________________________________________________
57540 [  6727] By: jhi                                   on 2000/08/20  20:43:32
57541         Log: Update Changes.
57542      Branch: perl
57543            ! Changes patchlevel.h
57544 ____________________________________________________________________________
57545 [  6726] By: jhi                                   on 2000/08/20  20:41:44
57546         Log: The veryclean target needs to clobber.
57547      Branch: perl
57548            ! Makefile.SH
57549 ____________________________________________________________________________
57550 [  6725] By: jhi                                   on 2000/08/20  20:37:38
57551         Log: Document odd vs even subreleases and -Dusedevel.
57552      Branch: perl
57553            ! INSTALL
57554 ____________________________________________________________________________
57555 [  6724] By: jhi                                   on 2000/08/20  19:58:05
57556         Log: Use temporary directory instead of current directory.
57557              
57558              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
57559              From: Tim Jenness <timj@jach.hawaii.edu>
57560              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
57561              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
57562      Branch: perl
57563            ! t/lib/ftmp-security.t
57564 ____________________________________________________________________________
57565 [  6723] By: jhi                                   on 2000/08/20  19:55:55
57566         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
57567              From: andreas.koenig@anima.de (Andreas J. Koenig)
57568              Date: 20 Aug 2000 15:52:03 +0200
57569              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
57570      Branch: perl
57571            ! lib/ExtUtils/MM_Unix.pm
57572 ____________________________________________________________________________
57573 [  6722] By: jhi                                   on 2000/08/20  19:46:01
57574         Log: Update to CGI 2.72, from Lincoln Stein.
57575      Branch: perl
57576            ! lib/CGI.pm
57577 ____________________________________________________________________________
57578 [  6721] By: jhi                                   on 2000/08/20  19:43:54
57579         Log: (Replaced by #8364.)
57580              
57581              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
57582              From: Radu Greab <radu@netsoft.ro>
57583              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
57584              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
57585      Branch: perl
57586            ! ext/GDBM_File/GDBM_File.xs
57587 ____________________________________________________________________________
57588 [  6720] By: jhi                                   on 2000/08/20  19:42:01
57589         Log: pp_open() could pass an uninitialized filename down to do_open9().
57590      Branch: perl
57591            ! pp_sys.c
57592 ____________________________________________________________________________
57593 [  6719] By: jhi                                   on 2000/08/20  14:06:41
57594         Log: UTF8 concat fixes.
57595              
57596              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
57597              From: Hugo <hv@crypt.compulink.co.uk>
57598              Date: Sun, 20 Aug 2000 07:30:46 +0100
57599              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
57600      Branch: perl
57601            ! pp_hot.c t/op/append.t
57602 ____________________________________________________________________________
57603 [  6718] By: jhi                                   on 2000/08/20  02:09:37
57604         Log: Let's try #6717 again.
57605      Branch: perl
57606            ! lib/File/Temp.pm
57607 ____________________________________________________________________________
57608 [  6717] By: jhi                                   on 2000/08/20  01:56:55
57609         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
57610              From: "Craig A. Berry" <craig.berry@metamorgs.com>
57611              Date: Sat, 19 Aug 2000 18:15:39 -0500
57612              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
57613      Branch: perl
57614            ! lib/File/Temp.pm
57615 ____________________________________________________________________________
57616 [  6716] By: jhi                                   on 2000/08/19  15:50:11
57617         Log: Update Changes.
57618      Branch: perl
57619            ! Changes patchlevel.h
57620 ____________________________________________________________________________
57621 [  6715] By: jhi                                   on 2000/08/19  15:39:09
57622         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
57623              From: Jonathan D Johnston <jdjohnston2@juno.com>
57624              Date: Thu, 17 Aug 2000 23:13:01 -0400       
57625              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
57626      Branch: perl
57627            ! pod/perlfunc.pod
57628 ____________________________________________________________________________
57629 [  6714] By: jhi                                   on 2000/08/19  15:34:04
57630         Log: Introduce a 'veryclean' target that is like 'distclean'
57631              but also removes *~ and *.orig.
57632      Branch: perl
57633            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
57634            ! utils/Makefile x2p/Makefile.SH
57635 ____________________________________________________________________________
57636 [  6713] By: jhi                                   on 2000/08/19  14:15:45
57637         Log: Put back the long double avoidance code to POSIX.xs
57638              because VMS seems to need it still.
57639      Branch: perl
57640            ! ext/POSIX/POSIX.xs
57641 ____________________________________________________________________________
57642 [  6712] By: jhi                                   on 2000/08/19  14:10:41
57643         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
57644              From: Peter Prymmer <pvhp@forte.com>
57645              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
57646              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
57647      Branch: perl
57648            ! lib/Pod/Find.pm t/pod/find.t
57649 ____________________________________________________________________________
57650 [  6711] By: jhi                                   on 2000/08/19  14:09:19
57651         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
57652              From: Peter Prymmer <pvhp@forte.com>
57653              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
57654              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
57655              cc: vmsperl@perl.org
57656      Branch: perl
57657            ! t/lib/peek.t
57658 ____________________________________________________________________________
57659 [  6710] By: jhi                                   on 2000/08/19  14:08:01
57660         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
57661              From: Jan Dubois <jand@ActiveState.com>
57662              Date: Fri, 18 Aug 2000 16:31:48 -0700
57663              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
57664      Branch: perl
57665            ! win32/win32.c
57666 ____________________________________________________________________________
57667 [  6709] By: jhi                                   on 2000/08/19  14:06:57
57668         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
57669              
57670              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
57671              From: Spider.Boardman@Orb.Nashua.NH.US
57672              Date: Fri, 18 Aug 2000 18:41:14 -0400
57673              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
57674      Branch: perl
57675            ! regcomp.c
57676 ____________________________________________________________________________
57677 [  6708] By: jhi                                   on 2000/08/18  22:04:49
57678         Log: Update Changes.
57679      Branch: perl
57680            ! Changes patchlevel.h
57681 ____________________________________________________________________________
57682 [  6707] By: jhi                                   on 2000/08/18  21:55:14
57683         Log: Add warnif(), check warnings further up the stack,
57684              all the warnings functions now can take an optional object reference.
57685              
57686              Subject: [PATCH bleedperl@6691] warnings pragma update
57687              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
57688              Date: Fri, 18 Aug 2000 22:42:06 +0100
57689              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
57690      Branch: perl
57691            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
57692            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
57693            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
57694 ____________________________________________________________________________
57695 [  6706] By: jhi                                   on 2000/08/18  21:41:45
57696         Log: Typo in pp_complement().
57697              
57698              Subject: [PATCH perl-current] Deparse
57699              From: Peter Scott <Peter@PSDT.com>
57700              Date: Fri, 18 Aug 2000 12:44:37 -0700
57701              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
57702      Branch: perl
57703            ! ext/B/B/Deparse.pm
57704 ____________________________________________________________________________
57705 [  6705] By: jhi                                   on 2000/08/18  21:25:59
57706         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
57707              From: Jan Dubois <jand@ActiveState.com>
57708              Date: Fri, 18 Aug 2000 14:22:51 -0700
57709              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
57710      Branch: perl
57711            ! lib/Win32.pod win32/win32.c
57712 ____________________________________________________________________________
57713 [  6704] By: jhi                                   on 2000/08/18  21:16:14
57714         Log: Don't eat leading os from index entries.
57715              
57716              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
57717              From: Russ Allbery <rra@stanford.edu>
57718              Date: 10 Aug 2000 20:49:25 -0700
57719              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
57720      Branch: perl
57721            ! lib/Pod/Man.pm
57722 ____________________________________________________________________________
57723 [  6703] By: jhi                                   on 2000/08/18  21:07:06
57724         Log: Add [[:blank:]] as suggested in
57725              
57726              Subject: [ID 20000716.024] [=cc=] / [:blank:]
57727              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
57728              Date: Sun, 16 Jul 2000 17:55:29 -0700
57729              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
57730              
57731              (the [=cc=] has already been taken care of by #6439
57732              so the whole bug report can be closed)
57733              
57734              and make [[:space:]] to be equivalent to isspace(3)
57735              (as opposed to \s, which is isSPACE()).  The difference
57736              is that now [[:space:]] matches the mythical vertical tab,
57737              while \s doesn't.
57738      Branch: perl
57739            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
57740            ! regexec.c t/op/pat.t
57741 ____________________________________________________________________________
57742 [  6702] By: jhi                                   on 2000/08/18  18:47:47
57743         Log: The new tests were missing from #6415.
57744      Branch: perl
57745            ! t/op/bop.t
57746 ____________________________________________________________________________
57747 [  6701] By: jhi                                   on 2000/08/18  18:20:40
57748         Log: Document the NDBM_File and ODBM_File as SDBM_File
57749              was documented in #6417.
57750      Branch: perl
57751            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
57752            ! ext/SDBM_File/SDBM_File.pm
57753 ____________________________________________________________________________
57754 [  6700] By: jhi                                   on 2000/08/18  18:10:39
57755         Log: Subject: [PATCH perl@6698] cygwin port
57756              From: "Fifer, Eric" <EFifer@sanwaint.com>
57757              Date: Fri, 18 Aug 2000 17:30:05 +0100
57758              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
57759      Branch: perl
57760            ! lib/File/Temp.pm
57761 ____________________________________________________________________________
57762 [  6699] By: jhi                                   on 2000/08/18  16:21:49
57763         Log: Document code point which makes if (defined %stash::) to work
57764              (noted by Spider Boardman).
57765      Branch: perl
57766            ! op.c
57767 ____________________________________________________________________________
57768 [  6698] By: jhi                                   on 2000/08/18  13:43:27
57769         Log: Update Changes.
57770      Branch: perl
57771            ! Changes patchlevel.h
57772 ____________________________________________________________________________
57773 [  6697] By: jhi                                   on 2000/08/18  13:35:57
57774         Log: Tiny Getopt::Long patch from Johan Vromans.
57775      Branch: perl
57776            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
57777 ____________________________________________________________________________
57778 [  6696] By: jhi                                   on 2000/08/18  13:26:14
57779         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
57780              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
57781              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
57782              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
57783      Branch: perl
57784            ! pod/perldiag.pod pod/perlsyn.pod
57785 ____________________________________________________________________________
57786 [  6695] By: jhi                                   on 2000/08/18  13:13:26
57787         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
57788              From: Daniel Chetlin <daniel@chetlin.com>
57789              Date: Fri, 18 Aug 2000 03:13:36 -0700
57790              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
57791      Branch: perl
57792            ! pod/perlfunc.pod
57793 ____________________________________________________________________________
57794 [  6694] By: jhi                                   on 2000/08/18  13:08:05
57795         Log: Subject: [PATCH] perltrap.pod spring cleaning
57796              From: Daniel Chetlin <daniel@chetlin.com>
57797              Date: Fri, 18 Aug 2000 03:06:54 -0700
57798              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
57799              
57800              plus Mike Guy's nitfix.
57801      Branch: perl
57802            ! pod/perltrap.pod
57803 ____________________________________________________________________________
57804 [  6693] By: jhi                                   on 2000/08/18  13:00:26
57805         Log: Unbuffer the output.
57806              
57807              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
57808              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57809              Date: Thu, 17 Aug 2000 18:39:29 -0700
57810              Message-ID: <RPJn5gzkgydf092yn@efn.org>
57811      Branch: perl
57812            ! t/op/fork.t
57813 ____________________________________________________________________________
57814 [  6692] By: jhi                                   on 2000/08/18  05:19:17
57815         Log: Delete the image, too, not just its MANIFEStation.
57816      Branch: perl
57817            - lib/CGI/eg/wilogo.gif
57818 ____________________________________________________________________________
57819 [  6691] By: jhi                                   on 2000/08/18  05:10:26
57820         Log: Propagate new Configure vars.
57821      Branch: perl
57822            ! configure.com epoc/config.sh uconfig.h uconfig.sh
57823            ! vos/config.def vos/config.h vos/config_h.SH_orig
57824            ! win32/config.bc win32/config.gc win32/config.vc
57825            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
57826 ____________________________________________________________________________
57827 [  6690] By: jhi                                   on 2000/08/18  04:30:56
57828         Log: Update Changes.
57829      Branch: perl
57830            ! Changes patchlevel.h
57831 ____________________________________________________________________________
57832 [  6689] By: jhi                                   on 2000/08/18  04:12:30
57833         Log: Fix the lib/complex failure of
57834              
57835              From: abigail@foad.org
57836              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
57837              Date: 15 Aug 2000 04:06:38 -0000
57838              Message-Id: <20000815040638.8524.qmail@foad.org> 
57839              
57840              Linux long double accuracy issue: something that
57841              when printed with %g looks like "2" but int() of it is 1.
57842      Branch: perl
57843            ! lib/Math/Complex.pm
57844 ____________________________________________________________________________
57845 [  6688] By: jhi                                   on 2000/08/18  03:15:35
57846         Log: The byteorder code in #6671 was wrong.
57847      Branch: perl
57848            ! configpm
57849 ____________________________________________________________________________
57850 [  6687] By: jhi                                   on 2000/08/18  02:08:42
57851         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
57852              From: Jan Dubois <jand@ActiveState.com>
57853              Date: Thu, 17 Aug 2000 18:31:55 -0700
57854              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
57855      Branch: perl
57856            ! sv.c
57857 ____________________________________________________________________________
57858 [  6686] By: jhi                                   on 2000/08/18  02:04:15
57859         Log: Use NVs in POSIX math, not doubles.
57860              
57861              From: abigail@foad.org
57862              Subject: [ID 20000817.014] POSIX & modfl
57863              Date: 17 Aug 2000 20:49:18 -0000
57864              Message-Id: <20000817204918.23123.qmail@foad.org>
57865      Branch: perl
57866            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
57867 ____________________________________________________________________________
57868 [  6685] By: jhi                                   on 2000/08/18  02:02:12
57869         Log: Introduce NVef, NVff, and NVgf, use the middle one.
57870              (helps for lib/peek + Linux + long doubles)  Reported in
57871              
57872              From: abigail@foad.org
57873              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
57874              Date: 15 Aug 2000 04:06:38 -0000
57875              Message-Id: <20000815040638.8524.qmail@foad.org> 
57876              
57877              (note: the lib/complex failure has not yet been addressed)
57878      Branch: metaconfig/U/perl
57879            ! perlxvf.U
57880      Branch: perl
57881            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57882            ! config_h.SH dump.c perl.h pod/perlguts.pod
57883 ____________________________________________________________________________
57884 [  6684] By: jhi                                   on 2000/08/17  23:22:19
57885         Log: Add byteorder to the myconfig output.
57886      Branch: perl
57887            ! myconfig.SH
57888 ____________________________________________________________________________
57889 [  6683] By: jhi                                   on 2000/08/17  23:20:19
57890         Log: The image doth not exist, spotted by Johan Vromans.
57891      Branch: perl
57892            ! MANIFEST
57893 ____________________________________________________________________________
57894 [  6682] By: jhi                                   on 2000/08/17  22:38:16
57895         Log: Document what the backtick returns if the command fails.
57896      Branch: perl
57897            ! pod/perlop.pod
57898 ____________________________________________________________________________
57899 [  6681] By: jhi                                   on 2000/08/17  22:33:12
57900         Log: Do not use prototyping here.
57901              
57902              Subject: [ID 20000817.016] [PATCH] Peek.xs
57903              From: abigail@foad.org
57904              Date: 17 Aug 2000 20:55:56 -0000
57905              Message-Id: <20000817205556.24270.qmail@foad.org>
57906      Branch: perl
57907            ! ext/Devel/Peek/Makefile.PL
57908 ____________________________________________________________________________
57909 [  6680] By: jhi                                   on 2000/08/17  19:46:43
57910         Log: Don't propose using modules built for 5.005 if no binary
57911              compatibility with 5.005 is attempted.
57912              
57913              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
57914              Subject: Minor nit with 5.7.0 (6655)
57915              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
57916              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
57917      Branch: metaconfig
57918            ! U/installdirs/inc_version_list.U
57919      Branch: perl
57920            ! Configure config_h.SH
57921 ____________________________________________________________________________
57922 [  6679] By: jhi                                   on 2000/08/17  19:16:39
57923         Log: Microperl config update.
57924      Branch: perl
57925            ! uconfig.h uconfig.sh
57926 ____________________________________________________________________________
57927 [  6678] By: jhi                                   on 2000/08/17  19:16:13
57928         Log: The #6648 wasn't protective enough for limited platforms
57929              (like microperl).
57930      Branch: perl
57931            ! dump.c sv.c
57932 ____________________________________________________________________________
57933 [  6677] By: jhi                                   on 2000/08/17  14:46:35
57934         Log: Update Changes.
57935      Branch: perl
57936            ! Changes patchlevel.h
57937 ____________________________________________________________________________
57938 [  6676] By: jhi                                   on 2000/08/17  14:44:02
57939         Log: Add perlebcdic from Peter Prymmer, regen toc.
57940      Branch: perl
57941            + pod/perlebcdic.pod
57942            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
57943 ____________________________________________________________________________
57944 [  6675] By: jhi                                   on 2000/08/17  14:41:52
57945         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
57946      Branch: perl
57947            ! pod/perldebtut.pod
57948 ____________________________________________________________________________
57949 [  6674] By: jhi                                   on 2000/08/17  14:29:43
57950         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
57951              
57952              Subject: [ID 20000724.006] -DLEAKTEST problem
57953              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
57954              Date: Tue, 25 Jul 2000 00:36:32 -0500
57955              Message-Id: <20000725003632.A26186@www.llamacom.com>
57956              
57957              Reminder sent
57958              
57959              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
57960              From: Hugo <hv@crypt.compulink.co.uk>
57961              Date: Thu, 17 Aug 2000 15:23:42 +0100
57962              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
57963      Branch: perl
57964            ! util.c
57965 ____________________________________________________________________________
57966 [  6673] By: jhi                                   on 2000/08/17  04:07:10
57967         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
57968              From: John Peacock <JPeacock@UnivPress.com>
57969              Date: Tue, 01 Aug 2000 09:38:12 -0400
57970              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
57971      Branch: perl
57972            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
57973 ____________________________________________________________________________
57974 [  6672] By: jhi                                   on 2000/08/17  03:04:35
57975         Log: Subject: [PATCH] Cwd.pm now uses strict
57976              From: Tim Jenness <timj@jach.hawaii.edu>
57977              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
57978              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
57979      Branch: perl
57980            ! lib/Cwd.pm
57981 ____________________________________________________________________________
57982 [  6671] By: jhi                                   on 2000/08/17  02:16:35
57983         Log: Make $Config{byteorder} more magical so that it is
57984              dynamically computed: nice for 'fat binaries'.
57985              
57986              Subject: [PATCH]: default byteorder
57987              From: Wilfredo Sánchez <wsanchez@apple.com>
57988              Date: Mon, 31 Jul 2000 19:45:31 -0700
57989              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
57990      Branch: perl
57991            ! configpm
57992 ____________________________________________________________________________
57993 [  6670] By: gsar                                  on 2000/08/17  01:22:21
57994         Log: move WNOHANG definition to where other such things are
57995      Branch: perl
57996            ! win32/win32.h
57997 ____________________________________________________________________________
57998 [  6669] By: jhi                                   on 2000/08/17  01:19:17
57999         Log: Update Changes.
58000      Branch: perl
58001            ! Changes patchlevel.h
58002 ____________________________________________________________________________
58003 [  6668] By: jhi                                   on 2000/08/17  01:16:29
58004         Log: Doc nits spotted by Richard Soderberg.
58005      Branch: perl
58006            ! README.posix-bc README.vmesa
58007 ____________________________________________________________________________
58008 [  6667] By: jhi                                   on 2000/08/17  01:12:11
58009         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
58010              From: "Casey R. Tweten" <crt@kiski.net>
58011              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
58012              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
58013      Branch: perl
58014            ! pod/perldebtut.pod
58015 ____________________________________________________________________________
58016 [  6666] By: jhi                                   on 2000/08/17  01:09:31
58017         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
58018              From: "Casey R. Tweten" <crt@kiski.net>
58019              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
58020              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
58021      Branch: perl
58022            ! lib/Shell.pm
58023 ____________________________________________________________________________
58024 [  6665] By: gsar                                  on 2000/08/17  01:03:52
58025         Log: add "ok" targets from change#6632 in makefile.mk
58026      Branch: perl
58027            ! pod/perlport.pod win32/Makefile win32/makefile.mk
58028 ____________________________________________________________________________
58029 [  6664] By: gsar                                  on 2000/08/17  00:56:11
58030         Log: avoid warnings from dense compiler
58031      Branch: perl
58032            ! win32/win32.c
58033 ____________________________________________________________________________
58034 [  6663] By: jhi                                   on 2000/08/17  00:51:49
58035         Log: Tweak the regex compilation errors once more.
58036      Branch: perl
58037            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
58038            ! t/op/regmesg.t t/pragma/warn/regcomp
58039 ____________________________________________________________________________
58040 [  6662] By: gsar                                  on 2000/08/17  00:28:19
58041         Log: trailing new %ENV entries weren't being pushed into the real
58042              environment of subprocesses on Windows
58043      Branch: perl
58044            ! t/op/magic.t win32/perlhost.h
58045 ____________________________________________________________________________
58046 [  6661] By: gsar                                  on 2000/08/17  00:19:20
58047         Log: waitpid() now handles externally spawned pids correctly;
58048              fixes for backtick/wait/waitpid failures on Windows 9x
58049              
58050              these changes make the pid returned by process functions on
58051              Windows 9x always positive by clearing the high bit (which
58052              is always set on Win9x); pseudo-process PIDs are likewise
58053              always negative now on Win9x (just as on NT/2000)
58054      Branch: perl
58055            ! pp_sys.c win32/perlhost.h win32/win32.c
58056 ____________________________________________________________________________
58057 [  6660] By: jhi                                   on 2000/08/17  00:04:32
58058         Log: Retract #6645.
58059      Branch: perl
58060            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58061            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
58062            ! t/op/sprintf.t
58063 ____________________________________________________________________________
58064 [  6659] By: gsar                                  on 2000/08/16  23:59:28
58065         Log: on windows, the return values from wait() and waitpid() don't
58066              match those of pseudo-pids
58067      Branch: perl
58068            ! pp_sys.c t/op/fork.t util.c win32/win32.c
58069 ____________________________________________________________________________
58070 [  6658] By: gsar                                  on 2000/08/16  23:56:14
58071         Log: pod nit seen in passing
58072      Branch: perl
58073            ! pod/perlfunc.pod
58074 ____________________________________________________________________________
58075 [  6657] By: gsar                                  on 2000/08/16  23:53:42
58076         Log: change#6328 could make close(SOCKET) return false on windows
58077              when it shouldn't
58078      Branch: perl
58079            ! win32/win32sck.c
58080 ____________________________________________________________________________
58081 [  6656] By: gsar                                  on 2000/08/16  23:46:57
58082         Log: check that the number pseudo children doesn't exceed
58083              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
58084              the WaitForMultipleObjects() limit that would cause wait()
58085              to crash)
58086              
58087              wait() and waitpid() could potentially be rewritten to use
58088              more than one thread to do the waiting to eliminate this
58089              limitation
58090      Branch: perl
58091            ! win32/perlhost.h
58092 ____________________________________________________________________________
58093 [  6655] By: jhi                                   on 2000/08/16  14:11:05
58094         Log: Update Changes.
58095      Branch: perl
58096            ! Changes patchlevel.h
58097 ____________________________________________________________________________
58098 [  6654] By: jhi                                   on 2000/08/16  14:10:12
58099         Log: Update to perldebtut 1.9, from Richard Foley.
58100      Branch: perl
58101            ! pod/perldebtut.pod
58102 ____________________________________________________________________________
58103 [  6653] By: jhi                                   on 2000/08/16  14:08:17
58104         Log: Change the regx compilation error markers to use = instead of <
58105              since pod makes using the latter quite messy.  Reported in
58106              ID 20000814.006 by Abigail and in
58107              Subject: Unknown escape E<> ?
58108              From: Lupe Christoph <lupe@lupe-christoph.de>
58109              Date: Fri, 11 Aug 2000 00:30:27 +0200
58110              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
58111      Branch: perl
58112            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
58113            ! t/op/regmesg.t t/pragma/warn/regcomp
58114 ____________________________________________________________________________
58115 [  6652] By: jhi                                   on 2000/08/16  13:25:31
58116         Log: Change the perlbug address to perl.org since it's more forgiving.
58117              
58118              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
58119              From: abigail@foad.org
58120              Date: 15 Aug 2000 04:15:40 -0000
58121              Message-Id: <20000815041540.8633.qmail@foad.org>
58122      Branch: perl
58123            ! utils/perlbug.PL
58124 ____________________________________________________________________________
58125 [  6651] By: jhi                                   on 2000/08/16  13:22:35
58126         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
58127              From: Tim Jenness <timj@jach.hawaii.edu>
58128              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
58129              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
58130      Branch: perl
58131            ! lib/Cwd.pm
58132 ____________________________________________________________________________
58133 [  6650] By: jhi                                   on 2000/08/16  13:18:13
58134         Log: Update to CPAN 1.57.
58135              
58136              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
58137              From: andreas.koenig@anima.de (Andreas J. Koenig)
58138              Date: 16 Aug 2000 15:09:46 +0200
58139              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
58140      Branch: perl
58141            ! lib/CPAN.pm
58142 ____________________________________________________________________________
58143 [  6649] By: jhi                                   on 2000/08/16  13:12:31
58144         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
58145              From: "Larry W. Virden" <lvirden@cas.org>
58146              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
58147              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
58148      Branch: perl
58149            ! README.hpux
58150 ____________________________________________________________________________
58151 [  6648] By: jhi                                   on 2000/08/16  13:03:53
58152         Log: The numeric locale was reset to "C" by s?printf and never restored.
58153              
58154              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
58155              From: Christian Kirsch <ck@held.mind.de>
58156              Date: Wed, 9 Aug 2000 17:05:17 +0200
58157              Message-Id: <20000809170517.A25389@held>
58158              
58159              No test since adding the failing example to locale.t
58160              does not fail -- probably because the locale settings are so
58161              thoroughly tweaked by that time.  Running the example standalone
58162              does fail, though.  UPDATE: test case added at change #7540.
58163      Branch: perl
58164            ! dump.c perl.h pp.c pp_ctl.c sv.c
58165 ____________________________________________________________________________
58166 [  6647] By: jhi                                   on 2000/08/16  00:07:54
58167         Log: Update Changes and test semi-automatic patchlevel updating.
58168      Branch: perl
58169            ! Changes patchlevel.h
58170 ____________________________________________________________________________
58171 [  6646] By: jhi                                   on 2000/08/15  23:35:07
58172         Log: Fix a dependency problem.
58173              
58174              Subject: [PATCH: 6640] VMS Makefile.SH update
58175              From: Peter Prymmer <pvhp@forte.com>
58176              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
58177              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
58178      Branch: perl
58179            ! vms/descrip_mms.template
58180 ____________________________________________________________________________
58181 [  6645] By: jhi                                   on 2000/08/15  23:33:23
58182         Log: (Retracted by #6660)
58183              
58184              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
58185              From: Dominic Dunlop <domo@computer.org>
58186              Date: Tue, 15 Aug 2000 22:20:52 +0200
58187              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
58188      Branch: metaconfig/U/perl
58189            + d_printfed.U
58190      Branch: perl
58191            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58192            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
58193            ! t/op/sprintf.t
58194 ____________________________________________________________________________
58195 [  6644] By: jhi                                   on 2000/08/15  21:17:20
58196         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
58197              From: abigail@foad.org
58198              Date: 15 Aug 2000 20:12:41 -0000
58199              Message-Id: <20000815201241.25556.qmail@foad.org>
58200      Branch: perl
58201            ! INSTALL
58202 ____________________________________________________________________________
58203 [  6643] By: jhi                                   on 2000/08/15  21:15:28
58204         Log: (an already applied patch)
58205      Branch: perl
58206            ! lib/CGI.pm
58207 ____________________________________________________________________________
58208 [  6642] By: gsar                                  on 2000/08/15  19:54:05
58209         Log: magic callbacks all need to have same type signature
58210      Branch: perl
58211            ! embed.pl mg.c proto.h
58212 ____________________________________________________________________________
58213 [  6641] By: jhi                                   on 2000/08/15  17:56:27
58214         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)
58215              From: Mike Guy <mjtg@cam.ac.uk>
58216              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
58217              Date: Tue, 15 Aug 2000 18:26:45 +0100
58218              
58219              Only the peek.t part applied, not the hash quality part.
58220      Branch: perl
58221            ! t/lib/peek.t
58222 ____________________________________________________________________________
58223 [  6640] By: jhi                                   on 2000/08/15  16:37:37
58224         Log: Update Changes.
58225      Branch: perl
58226            ! Changes
58227 ____________________________________________________________________________
58228 [  6639] By: jhi                                   on 2000/08/15  16:34:55
58229         Log: Missed a file from #6638.
58230      Branch: perl
58231            ! lib/File/Temp.pm
58232 ____________________________________________________________________________
58233 [  6638] By: jhi                                   on 2000/08/15  16:33:19
58234         Log: Subject: [PATCH perl@6620] cygwin port
58235              From: "Fifer, Eric" <EFifer@sanwaint.com>
58236              Date: Tue, 15 Aug 2000 17:00:49 +0100
58237              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
58238      Branch: perl
58239            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
58240 ____________________________________________________________________________
58241 [  6637] By: jhi                                   on 2000/08/15  16:29:22
58242         Log: Subject: [PATCH] debugger exit code should reflect user exit code
58243              From: Mike Guy <mjtg@cam.ac.uk>
58244              Date: Tue, 15 Aug 2000 16:55:59 +0100
58245              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
58246      Branch: perl
58247            ! lib/perl5db.pl
58248 ____________________________________________________________________________
58249 [  6636] By: jhi                                   on 2000/08/15  15:30:58
58250         Log: Update Changes.
58251      Branch: perl
58252            ! Changes
58253 ____________________________________________________________________________
58254 [  6635] By: jhi                                   on 2000/08/15  15:27:21
58255         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
58256      Branch: metaconfig
58257            ! U/mkglossary U/mksample
58258      Branch: metaconfig/U/perl
58259            ! Devel.U
58260      Branch: perl
58261            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58262 ____________________________________________________________________________
58263 [  6634] By: jhi                                   on 2000/08/15  14:11:55
58264         Log: Don't blow limited stacks, a lower number is enough to
58265              tickle the lookbehind limit.
58266              
58267              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
58268              From: Dominic Dunlop <domo@computer.org>
58269              Date: Tue, 15 Aug 2000 13:51:24 +0200
58270              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
58271      Branch: perl
58272            ! t/op/regmesg.t
58273 ____________________________________________________________________________
58274 [  6633] By: jhi                                   on 2000/08/15  14:01:46
58275         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
58276              From: Mike Guy <mjtg@cam.ac.uk>
58277              Date: Tue, 15 Aug 2000 12:10:50 +0100
58278              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
58279      Branch: perl
58280            ! utils/perldoc.PL
58281 ____________________________________________________________________________
58282 [  6632] By: jhi                                   on 2000/08/15  13:58:48
58283         Log: make ok etc also for win32.
58284              
58285              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
58286              From: Prymmer/Kahn <pvhp@best.com>
58287              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
58288              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
58289      Branch: perl
58290            ! win32/Makefile
58291 ____________________________________________________________________________
58292 [  6631] By: jhi                                   on 2000/08/15  13:45:03
58293         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
58294      Branch: perl
58295            ! lib/Test.pm
58296 ____________________________________________________________________________
58297 [  6630] By: jhi                                   on 2000/08/15  03:25:09
58298         Log: Update Changes.
58299      Branch: perl
58300            ! Changes
58301 ____________________________________________________________________________
58302 [  6629] By: jhi                                   on 2000/08/15  03:23:53
58303         Log: magic_regdatum_set() is void, not int.
58304      Branch: perl
58305            ! embed.pl mg.c proto.h
58306 ____________________________________________________________________________
58307 [  6628] By: jhi                                   on 2000/08/15  03:08:02
58308         Log: Make the user to give up his firstborn, err, to knowingly
58309              verify installing an unstable developer release.  Also bump
58310              the release to 5.7.0, but leave a patch tag in the local
58311              patches saying that this is not yet the real thing.
58312      Branch: metaconfig
58313            ! U/modified/Instruct.U
58314      Branch: metaconfig/U/perl
58315            + Devel.U
58316      Branch: perl
58317            ! Configure patchlevel.h
58318 ____________________________________________________________________________
58319 [  6627] By: jhi                                   on 2000/08/14  22:32:52
58320         Log: README.os2 update.
58321              
58322              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
58323              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58324              Date: Wed, 02 Aug 2000 21:55:09 -0700
58325              Message-ID: <tsPi5gzkgegX092yn@efn.org>
58326      Branch: perl
58327            ! README.os2
58328 ____________________________________________________________________________
58329 [  6626] By: jhi                                   on 2000/08/14  21:00:02
58330         Log: Subject: Re: File::Temp problems on VMS in bleedperl
58331              From: Tim Jenness <timj@jach.hawaii.edu>
58332              cc: vmsperl@perl.org
58333              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
58334              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
58335      Branch: perl
58336            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
58337 ____________________________________________________________________________
58338 [  6625] By: jhi                                   on 2000/08/14  20:52:16
58339         Log: Add SUIDMAIL as was done for the CERT alert.
58340      Branch: perl
58341            ! patchlevel.h
58342 ____________________________________________________________________________
58343 [  6624] By: jhi                                   on 2000/08/14  20:48:50
58344         Log: Subject: sfio2000
58345              From: Daniel Muino <dmuino@afip.gov.ar>
58346              Date: Mon, 14 Aug 2000 16:58:11 -0300
58347              Message-ID: <20000814165811.B16368@con2-dgi>
58348      Branch: perl
58349            ! perlsdio.h perlsfio.h
58350 ____________________________________________________________________________
58351 [  6623] By: jhi                                   on 2000/08/14  20:47:36
58352         Log: Subject: warning: storage class after type is obsolescent
58353              From: Daniel Muino <dmuino@afip.gov.ar>
58354              Date: Mon, 14 Aug 2000 16:42:47 -0300
58355              Message-ID: <20000814164247.A16368@con2-dgi>
58356      Branch: perl
58357            ! regcomp.pl regnodes.h
58358 ____________________________________________________________________________
58359 [  6622] By: jhi                                   on 2000/08/14  20:43:05
58360         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
58361              From: abigail@foad.org
58362              Date: 14 Aug 2000 20:00:10 -0000
58363              Message-Id: <20000814200010.27271.qmail@foad.org>
58364      Branch: perl
58365            ! Changes
58366 ____________________________________________________________________________
58367 [  6621] By: jhi                                   on 2000/08/14  15:23:05
58368         Log: Update Changes.
58369      Branch: perl
58370            ! Changes
58371 ____________________________________________________________________________
58372 [  6620] By: jhi                                   on 2000/08/14  15:22:14
58373         Log: Subject: Re: [PATCH] @+, @- readonly
58374              From: Mike Guy <mjtg@cam.ac.uk>
58375              Date: Mon, 14 Aug 2000 15:26:55 +0100
58376              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
58377      Branch: perl
58378            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
58379            ! sv.c t/op/pat.t
58380 ____________________________________________________________________________
58381 [  6619] By: jhi                                   on 2000/08/14  14:12:08
58382         Log: Update Changes.
58383      Branch: perl
58384            ! Changes
58385 ____________________________________________________________________________
58386 [  6618] By: jhi                                   on 2000/08/14  14:09:34
58387         Log: For now remove the mail code.
58388      Branch: perl
58389            ! perl.c
58390 ____________________________________________________________________________
58391 [  6617] By: jhi                                   on 2000/08/14  14:08:28
58392         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
58393      Branch: perl
58394            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
58395            ! pod/perlfaq8.pod pod/perlsec.pod
58396 ____________________________________________________________________________
58397 [  6616] By: jhi                                   on 2000/08/14  14:00:11
58398         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
58399              From: Mike Guy <mjtg@cam.ac.uk>
58400              Date: Mon, 14 Aug 2000 08:26:02 +0100
58401              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
58402      Branch: perl
58403            ! lib/perl5db.pl
58404 ____________________________________________________________________________
58405 [  6615] By: jhi                                   on 2000/08/14  13:58:45
58406         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
58407              From: Mike Guy <mjtg@cam.ac.uk>
58408              Date: Mon, 14 Aug 2000 08:04:22 +0100
58409              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
58410      Branch: perl
58411            ! gv.c mg.c t/op/pat.t
58412 ____________________________________________________________________________
58413 [  6614] By: jhi                                   on 2000/08/14  13:56:45
58414         Log: Subject: Test fails / warnings with perl-current #6612
58415              From: Mike Guy <mjtg@cam.ac.uk>
58416              Date: Mon, 14 Aug 2000 07:57:23 +0100
58417              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
58418      Branch: perl
58419            ! t/lib/b.t t/lib/peek.t
58420 ____________________________________________________________________________
58421 [  6613] By: jhi                                   on 2000/08/14  13:45:33
58422         Log: VMS configure.com update continues.
58423      Branch: perl
58424            - vms/configure.com
58425            ! MANIFEST configure.com
58426 ____________________________________________________________________________
58427 [  6612] By: jhi                                   on 2000/08/13  22:13:35
58428         Log: Update Changes.
58429      Branch: perl
58430            ! Changes
58431 ____________________________________________________________________________
58432 [  6611] By: jhi                                   on 2000/08/13  16:21:45
58433         Log: Upgrade to CGI 2.71, from Lincoln Stein.
58434      Branch: perl
58435            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
58436 ____________________________________________________________________________
58437 [  6610] By: jhi                                   on 2000/08/13  15:09:16
58438         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
58439              From: Mike Guy <mjtg@cam.ac.uk>
58440              Date: Sun, 13 Aug 2000 13:45:51 +0100
58441              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
58442      Branch: perl
58443            ! t/op/regmesg.t
58444 ____________________________________________________________________________
58445 [  6609] By: jhi                                   on 2000/08/13  14:31:26
58446         Log: Andreas says that 1.56 is fine, so reverting back to it.
58447      Branch: perl
58448            ! lib/CPAN.pm
58449 ____________________________________________________________________________
58450 [  6608] By: jhi                                   on 2000/08/13  05:34:20
58451         Log: Update Changes.
58452      Branch: perl
58453            ! Changes
58454 ____________________________________________________________________________
58455 [  6607] By: jhi                                   on 2000/08/13  05:32:01
58456         Log: Put back the \z changes of #5406 to CPAN.pm.
58457      Branch: perl
58458            ! lib/CPAN.pm
58459 ____________________________________________________________________________
58460 [  6606] By: jhi                                   on 2000/08/13  05:20:16
58461         Log: Fix-n-skip the tests under 5005threads.
58462      Branch: perl
58463            ! t/lib/b.t
58464 ____________________________________________________________________________
58465 [  6605] By: jhi                                   on 2000/08/13  05:07:48
58466         Log: Fix the test for 5005threads.
58467      Branch: perl
58468            ! t/lib/peek.t
58469 ____________________________________________________________________________
58470 [  6604] By: jhi                                   on 2000/08/13  03:35:37
58471         Log: Should have deleted this in #6603.
58472      Branch: perl
58473            - vms/subconfigure.com
58474 ____________________________________________________________________________
58475 [  6603] By: jhi                                   on 2000/08/12  18:29:32
58476         Log: Rewrite of vms/subconfigure.com as configure.com,
58477              from Peter Prymmer and the vmsperl crew.
58478      Branch: perl
58479            + vms/configure.com
58480            ! MANIFEST
58481 ____________________________________________________________________________
58482 [  6602] By: jhi                                   on 2000/08/11  13:00:01
58483         Log: PlainText.pm is dead.
58484      Branch: perl
58485            - lib/Pod/PlainText.pm
58486            ! MANIFEST
58487 ____________________________________________________________________________
58488 [  6601] By: jhi                                   on 2000/08/11  04:06:45
58489         Log: Update Changes.
58490      Branch: perl
58491            ! Changes
58492 ____________________________________________________________________________
58493 [  6600] By: jhi                                   on 2000/08/11  04:06:10
58494         Log: Add a few missing files, update MANIFEST.
58495      Branch: perl
58496            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
58497            + lib/Pod/PlainText.pm t/pod/find.t
58498            ! MANIFEST t/op/regmesg.t
58499 ____________________________________________________________________________
58500 [  6599] By: jhi                                   on 2000/08/11  03:31:10
58501         Log: Add Perl debugging tutorial, regen toc. 
58502              
58503              Subject: perldebtut.pod
58504              From: Richard Foley <Richard.Foley@m.dasa.de>
58505              Date: Wed, 09 Aug 2000 10:17:15 +0200
58506              Message-id: <3991138B.262247B8@m.dasa.de>
58507      Branch: perl
58508            + pod/perldebtut.pod
58509            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
58510 ____________________________________________________________________________
58511 [  6598] By: jhi                                   on 2000/08/11  02:48:56
58512         Log: tiny Changes edit
58513      Branch: perl
58514            ! Changes
58515 ____________________________________________________________________________
58516 [  6597] By: jhi                                   on 2000/08/11  02:39:04
58517         Log: Tests for #6589.
58518              
58519              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
58520              From: simon@brecon.co.uk (Simon Cozens)
58521              Date: 11 Aug 2000 02:24:52 GMT
58522              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
58523      Branch: perl
58524            ! t/lib/b.t
58525 ____________________________________________________________________________
58526 [  6596] By: jhi                                   on 2000/08/11  01:50:07
58527         Log: Update Changes.
58528      Branch: perl
58529            ! Changes
58530 ____________________________________________________________________________
58531 [  6595] By: jhi                                   on 2000/08/11  01:47:16
58532         Log: nitfix
58533      Branch: perl
58534            ! Changes
58535 ____________________________________________________________________________
58536 [  6594] By: jhi                                   on 2000/08/11  01:36:16
58537         Log: Subject: Getting perlio and threads to compile
58538              From: Lupe Christoph <lupe@lupe-christoph.de>
58539              Date: Wed, 9 Aug 2000 11:35:54 +0200
58540              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
58541              
58542              (the Solaris version changes in Configure skipped)
58543      Branch: perl
58544            ! hints/solaris_2.sh thread.h
58545 ____________________________________________________________________________
58546 [  6593] By: jhi                                   on 2000/08/11  01:30:16
58547         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
58548              From: simon@brecon.co.uk (Simon Cozens)
58549              Date: 1 Aug 2000 06:55:19 GMT
58550              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
58551      Branch: perl
58552            ! lib/utf8.pm
58553 ____________________________________________________________________________
58554 [  6592] By: jhi                                   on 2000/08/11  01:26:39
58555         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
58556              From: Peter Scott <Peter@PeterScott.com>
58557              Date: Thu, 10 Aug 2000 08:23:27 -0700
58558              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
58559      Branch: perl
58560            ! lib/perl5db.pl
58561 ____________________________________________________________________________
58562 [  6591] By: jhi                                   on 2000/08/11  01:22:02
58563         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
58564              From: Hugo <hv@crypt.compulink.co.uk>
58565              Date: Thu, 10 Aug 2000 19:23:04 +0100
58566              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
58567      Branch: perl
58568            ! regexec.c t/op/pat.t
58569 ____________________________________________________________________________
58570 [  6590] By: jhi                                   on 2000/08/11  01:19:19
58571         Log: Preprocessing and postprocessing for File::Find.
58572              
58573              Subject: Patch to Find::File.pm to allow alphabetical results
58574              From: Joe Smith <jsmith@inwap.com>
58575              Date: Wed, 9 Aug 2000 02:44:54 -0700
58576              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
58577      Branch: perl
58578            ! lib/File/Find.pm
58579 ____________________________________________________________________________
58580 [  6589] By: jhi                                   on 2000/08/11  01:12:39
58581         Log: B::Deparse didn't do sub attributes.
58582              
58583              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
58584              From: simon@brecon.co.uk (Simon Cozens)
58585              Date: 9 Aug 2000 04:49:20 GMT
58586              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
58587      Branch: perl
58588            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
58589 ____________________________________________________________________________
58590 [  6588] By: jhi                                   on 2000/08/11  01:06:40
58591         Log: Subject: debugger "d" command doesnt check line number
58592              From: Mike Guy <mjtg@cam.ac.uk>
58593              Date: Tue, 08 Aug 2000 21:54:29 +0100
58594              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
58595      Branch: perl
58596            ! lib/perl5db.pl mg.c pod/perldiag.pod
58597 ____________________________________________________________________________
58598 [  6587] By: jhi                                   on 2000/08/11  00:45:03
58599         Log: sleep(1) does not necessarily return 1.
58600              
58601              Subject: [PATCH bleadperl] op/lex_assign.t  
58602              From: Hugo <hv@crypt.compulink.co.uk>
58603              Date: Thu, 03 Aug 2000 14:34:22 +0100        
58604              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
58605      Branch: perl
58606            ! t/op/lex_assign.t
58607 ____________________________________________________________________________
58608 [  6586] By: jhi                                   on 2000/08/11  00:31:50
58609         Log: Document the IO::Select timeout.
58610      Branch: perl
58611            ! ext/IO/lib/IO/Select.pm
58612 ____________________________________________________________________________
58613 [  6585] By: jhi                                   on 2000/08/11  00:13:54
58614         Log: Forgot contributor.
58615      Branch: perl
58616            ! Changes
58617 ____________________________________________________________________________
58618 [  6584] By: jhi                                   on 2000/08/11  00:09:19
58619         Log: detypo
58620      Branch: perl
58621            ! Changes
58622 ____________________________________________________________________________
58623 [  6583] By: jhi                                   on 2000/08/11  00:07:53
58624         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
58625              
58626              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
58627              From: Mike Guy <mjtg@cam.ac.uk> 
58628              Date: Thu, 10 Aug 2000 15:50:54 +0100
58629              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
58630      Branch: perl
58631            ! sv.c t/op/int.t
58632 ____________________________________________________________________________
58633 [  6582] By: jhi                                   on 2000/08/10  23:29:32
58634         Log: Update Changes.
58635      Branch: perl
58636            ! Changes
58637 ____________________________________________________________________________
58638 [  6581] By: jhi                                   on 2000/08/10  23:26:16
58639         Log: Put back the std @INC thing.
58640      Branch: perl
58641            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
58642            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
58643            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
58644            ! t/lib/gol-oo.t
58645 ____________________________________________________________________________
58646 [  6580] By: jhi                                   on 2000/08/10  23:03:34
58647         Log: Update to CGI 2.70, from Lincoln Stein.
58648      Branch: perl
58649            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
58650            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
58651            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
58652            ! t/lib/cgi-request.t
58653 ____________________________________________________________________________
58654 [  6579] By: jhi                                   on 2000/08/10  22:41:50
58655         Log: Update to CPAN 1.56, from Andreas König.
58656      Branch: perl
58657            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
58658 ____________________________________________________________________________
58659 [  6578] By: jhi                                   on 2000/08/10  22:38:13
58660         Log: Update to Pod::Parser 1.17, from Brad Appleton.
58661      Branch: perl
58662            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
58663            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
58664            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
58665            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
58666            ! t/pod/include.t t/pod/included.t t/pod/lref.t
58667            ! t/pod/multiline_items.t t/pod/nested_items.t
58668            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
58669            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
58670            ! t/pod/special_seqs.t
58671 ____________________________________________________________________________
58672 [  6577] By: jhi                                   on 2000/08/10  22:35:41
58673         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
58674      Branch: perl
58675            ! AUTHORS MAINTAIN
58676 ____________________________________________________________________________
58677 [  6576] By: jhi                                   on 2000/08/10  22:24:54
58678         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
58679      Branch: perl
58680            + t/lib/gol-oo.t
58681            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
58682            ! t/lib/gol-compat.t t/lib/gol-linkage.t
58683 ____________________________________________________________________________
58684 [  6575] By: jhi                                   on 2000/08/10  22:02:07
58685         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
58686      Branch: perl
58687            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
58688 ____________________________________________________________________________
58689 [  6574] By: jhi                                   on 2000/08/10  21:55:03
58690         Log: Iterating perl6 description.
58691      Branch: perl
58692            ! pod/perlfaq1.pod
58693 ____________________________________________________________________________
58694 [  6573] By: jhi                                   on 2000/08/10  21:48:26
58695         Log: Revert the sv.c part of #6559, a better fix is needed.
58696      Branch: perl
58697            ! sv.c
58698 ____________________________________________________________________________
58699 [  6572] By: jhi                                   on 2000/08/10  20:33:43
58700         Log: It's the 2ndO'ROSSC.
58701      Branch: perl
58702            ! pod/perlfaq1.pod
58703 ____________________________________________________________________________
58704 [  6571] By: jhi                                   on 2000/08/10  15:55:48
58705         Log: detypo
58706      Branch: perl
58707            ! pod/perlfaq1.pod
58708 ____________________________________________________________________________
58709 [  6570] By: jhi                                   on 2000/08/10  14:11:17
58710         Log: An exceptionally sticky typo.
58711      Branch: perl
58712            ! Changes
58713 ____________________________________________________________________________
58714 [  6569] By: jhi                                   on 2000/08/10  14:09:33
58715         Log: detypo (and test Changes updating script)
58716      Branch: perl
58717            ! Changes
58718 ____________________________________________________________________________
58719 [  6568] By: jhi                                   on 2000/08/10  14:07:07
58720         Log: Update Changes.
58721      Branch: perl
58722            ! Changes
58723 ____________________________________________________________________________
58724 [  6567] By: jhi                                   on 2000/08/10  14:06:19
58725         Log: Amend the description of Perl6.
58726              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
58727              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
58728              Date: Wed, 9 Aug 2000 22:11:06 -0500
58729              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
58730      Branch: perl
58731            ! pod/perlfaq1.pod
58732 ____________________________________________________________________________
58733 [  6566] By: jhi                                   on 2000/08/10  13:58:57
58734         Log: Subject: Remove dead entry in perldiag
58735              From: Mike Guy <mjtg@cam.ac.uk>
58736              Date: Thu, 10 Aug 2000 14:19:19 +0100
58737              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
58738      Branch: perl
58739            ! pod/perldiag.pod
58740 ____________________________________________________________________________
58741 [  6565] By: jhi                                   on 2000/08/10  13:51:48
58742         Log: Zero entries were skipped, fix from Adrian Goalby
58743              <argoalby@yahoo.co.uk>
58744      Branch: perl
58745            ! lib/unicode/Number.pl lib/unicode/mktables.PL
58746 ____________________________________________________________________________
58747 [  6564] By: jhi                                   on 2000/08/10  13:00:12
58748         Log: Subject: [PATCH 5.6.0] cygwin port
58749              From: "Fifer, Eric" <EFifer@sanwaint.com>
58750              Date: Thu, 10 Aug 2000 13:15:36 +0100
58751              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
58752      Branch: perl
58753            ! README.cygwin hints/cygwin.sh
58754 ____________________________________________________________________________
58755 [  6563] By: jhi                                   on 2000/08/10  12:55:16
58756         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
58757      Branch: perl
58758            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
58759 ____________________________________________________________________________
58760 [  6562] By: gsar                                  on 2000/08/10  08:38:39
58761         Log: warn is a macro, avoid using at a variable to avoid warnings
58762              in some configurations; readdir.t is too conservative in
58763              estimating number of *.t's
58764      Branch: perl
58765            ! t/op/readdir.t util.c
58766 ____________________________________________________________________________
58767 [  6561] By: jhi                                   on 2000/08/09  23:35:42
58768         Log: Update Changes.
58769      Branch: perl
58770            ! Changes
58771 ____________________________________________________________________________
58772 [  6560] By: jhi                                   on 2000/08/09  23:05:47
58773         Log: Subject: Re: enhanced(?) regex error messages
58774              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
58775              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
58776              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
58777              
58778              (plus two small patches sent privately)
58779              (this still seems to leave few test failures)
58780      Branch: perl
58781            + t/op/regmesg.t
58782            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
58783            ! t/pragma/warn/regcomp
58784 ____________________________________________________________________________
58785 [  6559] By: jhi                                   on 2000/08/09  20:41:18
58786         Log: (The fix did work but was not right, retracted in #6573)
58787              
58788              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
58789              From: Christian Kirsch <ck@held.mind.de>
58790              Date: Wed, 9 Aug 2000 17:05:17 +0200
58791              Message-Id: <20000809170517.A25389@held>
58792      Branch: perl
58793            ! sv.c t/pragma/locale.t
58794 ____________________________________________________________________________
58795 [  6558] By: jhi                                   on 2000/08/08  22:34:08
58796         Log: Tiny updates on the contributors list.
58797      Branch: perl
58798            ! Changes
58799 ____________________________________________________________________________
58800 [  6557] By: jhi                                   on 2000/08/08  19:34:28
58801         Log: Double check that we have a dirhandle.
58802      Branch: perl
58803            ! util.c
58804 ____________________________________________________________________________
58805 [  6556] By: jhi                                   on 2000/08/08  19:01:51
58806         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
58807              May be repopulated with fresh maintained examples.
58808      Branch: perl
58809            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
58810            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
58811            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
58812            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
58813            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
58814            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
58815            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
58816            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
58817            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
58818            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
58819            + lib/CGI/eg/wilogo_gif.uu
58820            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
58821            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
58822            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
58823            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
58824            - eg/cgi/frameset.cgi eg/cgi/index.html
58825            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
58826            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
58827            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
58828            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
58829            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
58830            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
58831            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
58832            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
58833            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
58834            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
58835            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
58836            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
58837            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
58838            - eg/van/vanish eg/who eg/wrapsuid
58839            ! MANIFEST
58840 ____________________________________________________________________________
58841 [  6555] By: jhi                                   on 2000/08/08  18:51:08
58842         Log: Delete chat2 as requested by Randal.
58843              
58844              Subject: Re: perlfaq8 coyness
58845              From: merlyn@stonehenge.com (Randal L. Schwartz) 
58846              Date: 15 May 2000 18:52:42 -0700 
58847              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
58848      Branch: perl
58849            - lib/chat2.pl
58850            ! MANIFEST
58851 ____________________________________________________________________________
58852 [  6554] By: jhi                                   on 2000/08/08  18:31:35
58853         Log: Regen global.sym.
58854      Branch: perl
58855            ! global.sym
58856 ____________________________________________________________________________
58857 [  6553] By: jhi                                   on 2000/08/08  18:28:13
58858         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
58859              (either perlbug or p5p ate the original), plus regen
58860              perlapi and perltoc. 
58861      Branch: perl
58862            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
58863            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
58864            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
58865            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
58866            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
58867            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
58868            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
58869            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
58870            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
58871            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
58872 ____________________________________________________________________________
58873 [  6552] By: jhi                                   on 2000/08/08  18:06:29
58874         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
58875              From: Mike Guy <mjtg@cam.ac.uk>
58876              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
58877              Date: Tue, 08 Aug 2000 15:51:27 +0100
58878      Branch: perl
58879            ! doop.c sv.h t/op/join.t t/pragma/overload.t
58880 ____________________________________________________________________________
58881 [  6551] By: jhi                                   on 2000/08/08  18:01:11
58882         Log: Re-apply #6549.
58883      Branch: perl
58884            ! lib/perl5db.pl
58885 ____________________________________________________________________________
58886 [  6550] By: jhi                                   on 2000/08/08  17:43:08
58887         Log: Accidental retraction of #6549.
58888      Branch: perl
58889            ! lib/perl5db.pl
58890 ____________________________________________________________________________
58891 [  6549] By: jhi                                   on 2000/08/08  17:40:04
58892         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
58893              From: Mike Guy <mjtg@cam.ac.uk>
58894              Date: Mon, 07 Aug 2000 21:49:58 +0100
58895              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
58896      Branch: perl
58897            ! lib/perl5db.pl
58898 ____________________________________________________________________________
58899 [  6548] By: jhi                                   on 2000/08/08  17:37:57
58900         Log: Document here-doc better.
58901              
58902              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
58903              From: Mike Guy <mjtg@cam.ac.uk>
58904              Date: Mon, 07 Aug 2000 14:02:09 +0100
58905              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
58906      Branch: perl
58907            ! pod/perldata.pod
58908 ____________________________________________________________________________
58909 [  6547] By: jhi                                   on 2000/08/08  17:33:34
58910         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
58911              From: "Randy J. Ray" <rjray@redhat.com>
58912              Date: Mon, 07 Aug 2000 19:12:25 -0700
58913              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
58914      Branch: perl
58915            ! perl.c pod/perlrun.pod
58916 ____________________________________________________________________________
58917 [  6546] By: jhi                                   on 2000/08/08  17:29:26
58918         Log: Subject: Re: enhanced(?) regex error messages 
58919              From: Hugo <hv@crypt.compulink.co.uk>
58920              Date: Tue, 08 Aug 2000 03:25:51 +0100
58921              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
58922              
58923              plus Capitalize the error messages, plus perldiag them.
58924      Branch: perl
58925            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
58926 ____________________________________________________________________________
58927 [  6545] By: jhi                                   on 2000/08/08  13:59:28
58928         Log: Augment #6539 a bit: don't croak if there's magic in the air.
58929              
58930              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
58931              From: Hugo <hv@crypt.compulink.co.uk>
58932              Date: Tue, 08 Aug 2000 03:02:03 +0100
58933              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
58934      Branch: perl
58935            ! pp.c t/op/bless.t
58936 ____________________________________________________________________________
58937 [  6544] By: jhi                                   on 2000/08/07  21:11:52
58938         Log: Make the test -w clean.
58939      Branch: perl
58940            ! t/op/bless.t
58941 ____________________________________________________________________________
58942 [  6543] By: jhi                                   on 2000/08/07  19:49:53
58943         Log: use warnings instead of $^W.
58944      Branch: perl
58945            ! t/op/bless.t
58946 ____________________________________________________________________________
58947 [  6542] By: jhi                                   on 2000/08/07  17:41:41
58948         Log: Disable a portability warning Because We Know What We Are Doing.
58949      Branch: perl
58950            ! t/op/bless.t
58951 ____________________________________________________________________________
58952 [  6541] By: jhi                                   on 2000/08/07  17:29:51
58953         Log: Tiny tidying on report_evil_fh().
58954      Branch: perl
58955            ! util.c
58956 ____________________________________________________________________________
58957 [  6540] By: jhi                                   on 2000/08/07  16:37:38
58958         Log: Make regular expression parse error messages easier to understand.
58959              
58960              Subject: Re: enhanced(?) regex error messages
58961              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
58962              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
58963              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
58964      Branch: perl
58965            ! regcomp.c
58966 ____________________________________________________________________________
58967 [  6539] By: jhi                                   on 2000/08/07  16:12:27
58968         Log: Make bless(REF, REF) a fatal error, add bless tests.
58969              
58970              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
58971              From: Hugo <hv@crypt.compulink.co.uk>
58972              Date: Mon, 07 Aug 2000 16:59:38 +0100
58973              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
58974      Branch: perl
58975            + t/op/bless.t
58976            ! MANIFEST pod/perldiag.pod pp.c sv.c
58977 ____________________________________________________________________________
58978 [  6538] By: jhi                                   on 2000/08/07  15:59:43
58979         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
58980              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
58981              Date: Thu, 3 Aug 2000 14:29:21 -0700
58982              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
58983      Branch: perl
58984            ! lib/lib_pm.PL
58985 ____________________________________________________________________________
58986 [  6537] By: jhi                                   on 2000/08/07  15:47:18
58987         Log: Retract #6419 for now since it breaks in AFS and MachTen.
58988      Branch: perl
58989            ! lib/Cwd.pm
58990 ____________________________________________________________________________
58991 [  6536] By: jhi                                   on 2000/08/07  15:05:29
58992         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
58993              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
58994              The security hole exists only in suidperls, which isn't
58995              installed or even built by default.
58996      Branch: perl
58997            ! perl.c
58998 ____________________________________________________________________________
58999 [  6535] By: jhi                                   on 2000/08/07  14:45:14
59000         Log: tr memory corruption fix from Simon Cozens.
59001      Branch: perl
59002            ! doop.c
59003 ____________________________________________________________________________
59004 [  6534] By: jhi                                   on 2000/08/06  11:38:16
59005         Log: Document a bit that UDP is not what you might think.
59006              
59007              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
59008              From: Lupe Christoph <lupe@lupe-christoph.de>
59009              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
59010              Date: Mon, 24 Jul 2000 08:59:15 +0200
59011      Branch: perl
59012            ! pod/perlipc.pod
59013 ____________________________________________________________________________
59014 [  6533] By: jhi                                   on 2000/08/06  11:35:01
59015         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
59016              From: Jeff Pinyan <jeffp@hut.crusoe.net>
59017              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
59018              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
59019      Branch: perl
59020            ! pod/perlfunc.pod
59021 ____________________________________________________________________________
59022 [  6532] By: jhi                                   on 2000/08/06  03:45:41
59023         Log: Have symbols for the IoTYPEs.
59024      Branch: perl
59025            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
59026 ____________________________________________________________________________
59027 [  6531] By: jhi                                   on 2000/08/06  01:33:55
59028         Log: Continue fixing the io warnings.  This also
59029              sort of fixes bug ID 20000802.003: the core dump
59030              is no more.  Whether the current behaviour is correct
59031              (giving a warning: "Not a format reference"), is another matter.
59032      Branch: perl
59033            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
59034            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
59035 ____________________________________________________________________________
59036 [  6530] By: jhi                                   on 2000/08/05  21:33:12
59037         Log: Change the Policy policy: now -Dprefix= with an existing
59038              Policy.sh and prefix == siteprefix == vendorprefix, then all
59039              of them follow along the new prefix.
59040              
59041              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
59042              From: Andy Dougherty <doughera@lafayette.edu>
59043              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
59044              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
59045      Branch: perl
59046            ! Policy_sh.SH
59047 ____________________________________________________________________________
59048 [  6529] By: jhi                                   on 2000/08/05  18:57:28
59049         Log: Zap lib/Sys directory when cleaning up.
59050      Branch: perl
59051            ! Makefile.SH
59052 ____________________________________________________________________________
59053 [  6528] By: jhi                                   on 2000/08/05  18:40:44
59054         Log: Essential prototype changes were missing from #6527.
59055              Also make report_evil_fh() more bomb-proof.
59056      Branch: perl
59057            ! embed.h util.c
59058 ____________________________________________________________________________
59059 [  6527] By: jhi                                   on 2000/08/05  03:22:05
59060         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
59061              From: "Ronald F. Guilmette" <rfg@monkeys.com>
59062              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
59063              Message-Id: <200007242247.PAA52177@monkeys.com>
59064      Branch: perl
59065            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
59066 ____________________________________________________________________________
59067 [  6526] By: jhi                                   on 2000/08/04  21:23:27
59068         Log: gcc versions might have (parentheses) in them.
59069      Branch: metaconfig/U/perl
59070            ! gccvers.U
59071      Branch: perl
59072            ! Configure config_h.SH
59073 ____________________________________________________________________________
59074 [  6525] By: jhi                                   on 2000/08/04  20:23:12
59075         Log: Weed buglets pointed out by
59076              
59077              From: Lupe Christoph <lupe@lupe-christoph.de>
59078              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
59079              Date: Fri, 4 Aug 2000 17:34:39 +0200
59080              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
59081      Branch: metaconfig/U/perl
59082            ! gccvers.U uselfs.U
59083      Branch: perl
59084            ! Configure config_h.SH
59085 ____________________________________________________________________________
59086 [  6524] By: jhi                                   on 2000/08/04  19:02:08
59087         Log: Warn under -w if lstat(FH) is attempted.
59088              
59089              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
59090              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
59091              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
59092              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
59093      Branch: perl
59094            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
59095            ! t/pragma/warn/pp_sys
59096 ____________________________________________________________________________
59097 [  6523] By: jhi                                   on 2000/08/04  12:31:11
59098         Log: Subject: New perlcc, take 2
59099              From: simon@brecon.co.uk (Simon Cozens)
59100              Date: 4 Aug 2000 06:21:04 GMT
59101              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
59102      Branch: perl
59103            ! utils/perlcc.PL
59104 ____________________________________________________________________________
59105 [  6522] By: jhi                                   on 2000/08/04  12:26:33
59106         Log: Subject: Re: Array vs. List context
59107              From: Daniel Chetlin <daniel@chetlin.com>
59108              Date: Fri, 4 Aug 2000 00:22:44 -0700
59109              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
59110      Branch: perl
59111            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
59112            ! pod/perlfaq4.pod
59113 ____________________________________________________________________________
59114 [  6521] By: jhi                                   on 2000/08/04  12:22:38
59115         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
59116              From: Raymund Will <ray@caldera.de>
59117              Date: Fri, 4 Aug 2000 12:07:09 +0200
59118              Message-Id: <20000804120709.A14982@caldera.de>
59119      Branch: perl
59120            ! configure.gnu
59121 ____________________________________________________________________________
59122 [  6520] By: jhi                                   on 2000/08/04  04:09:06
59123         Log: After the #6519 a warning about stat() is just that,
59124              not about a filetest, which now have their own warning.
59125      Branch: perl
59126            ! pod/perldiag.pod
59127 ____________________________________________________________________________
59128 [  6519] By: jhi                                   on 2000/08/04  04:06:30
59129         Log: In the warnings call filehandles consistently so;
59130              add "unopened" warning for stat().
59131      Branch: perl
59132            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
59133            ! t/pragma/warn/pp_sys
59134 ____________________________________________________________________________
59135 [  6518] By: jhi                                   on 2000/08/04  02:55:35
59136         Log: Subject: Minor tweak to perlvar.pod
59137              From: "Stephen P. Potter" <spp@ds.net>
59138              Date: Tue, 18 Apr 2000 09:26:03 -0400
59139              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
59140      Branch: perl
59141            ! pod/perlvar.pod
59142 ____________________________________________________________________________
59143 [  6517] By: jhi                                   on 2000/08/04  02:50:08
59144         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
59145              From: "Clinton Pierce" <cpierce1@ford.com>
59146              Date: Wed, 21 Jul 1999 16:45:31 -0400
59147              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
59148              
59149              Fix by Stephen Potter (visible in the bug db but not in p5p?)
59150      Branch: perl
59151            ! pod/perlfunc.pod pod/perlop.pod
59152 ____________________________________________________________________________
59153 [  6516] By: jhi                                   on 2000/08/04  02:09:25
59154         Log: This is 6512.  Really.
59155      Branch: perl
59156            ! dump.c
59157 ____________________________________________________________________________
59158 [  6515] By: jhi                                   on 2000/08/04  01:25:50
59159         Log: mention the idea of @( and @)
59160      Branch: perl
59161            ! Todo-5.6
59162 ____________________________________________________________________________
59163 [  6514] By: bailey                                on 2000/08/04  01:18:46
59164         Log: YA resync with mainstem, including VMS patches from others
59165      Branch: vmsperl
59166           +> (branch 48 files)
59167            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
59168           !> (integrate 354 files)
59169 ____________________________________________________________________________
59170 [  6513] By: jhi                                   on 2000/08/04  01:18:18
59171         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
59172              From: Mark Dickinson <dickins3@fas.harvard.edu>
59173              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
59174              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
59175      Branch: perl
59176            ! t/op/grent.t t/op/pwent.t
59177 ____________________________________________________________________________
59178 [  6512] By: jhi                                   on 2000/08/04  01:14:06
59179         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
59180              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59181              Date: Wed, 02 Aug 2000 10:51:01 +0100
59182              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
59183      Branch: perl
59184            ! sv.c
59185 ____________________________________________________________________________
59186 [  6511] By: jhi                                   on 2000/08/04  00:57:00
59187         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
59188              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59189              Date: Thu, 03 Aug 2000 17:20:04 -0700
59190              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
59191      Branch: metaconfig
59192            ! U/modified/Cppsym.U
59193      Branch: perl
59194            ! Configure config_h.SH
59195 ____________________________________________________________________________
59196 [  6510] By: jhi                                   on 2000/08/04  00:25:28
59197         Log: detypo
59198      Branch: perl
59199            ! Makefile.SH
59200 ____________________________________________________________________________
59201 [  6509] By: jhi                                   on 2000/08/03  23:43:18
59202         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
59203              From: Dominic Dunlop <domo@computer.org>
59204              Date: Thu, 3 Aug 2000 22:16:46 +0200
59205              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
59206      Branch: perl
59207            ! t/op/sprintf.t
59208 ____________________________________________________________________________
59209 [  6508] By: jhi                                   on 2000/08/03  23:40:37
59210         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
59211              From: Hugo <hv@crypt.compulink.co.uk>
59212              Date: Thu, 03 Aug 2000 18:25:30 +0100
59213              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
59214      Branch: perl
59215            ! regcomp.c t/op/re_tests
59216 ____________________________________________________________________________
59217 [  6507] By: jhi                                   on 2000/08/03  23:38:28
59218         Log: Subject: [PATCH] sv.h documentation - SvLEN
59219              From: Mike Guy <mjtg@cam.ac.uk>
59220              Date: Thu, 03 Aug 2000 14:43:09 +0100
59221              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
59222      Branch: perl
59223            ! sv.h
59224 ____________________________________________________________________________
59225 [  6506] By: jhi                                   on 2000/08/03  15:49:14
59226         Log: Disable the fix_pl hack for now.
59227      Branch: perl
59228            ! Makefile.SH
59229 ____________________________________________________________________________
59230 [  6505] By: jhi                                   on 2000/08/03  13:49:04
59231         Log: Add a URL for FSF.
59232              
59233              Subject: Patch for README
59234              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
59235              Date: Wed, 2 Aug 2000 13:25:09 -0500
59236              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
59237      Branch: perl
59238            ! README
59239 ____________________________________________________________________________
59240 [  6504] By: jhi                                   on 2000/08/03  13:29:19
59241         Log: Be more informative on what is skipped and why,
59242              also repeat the list at the end.
59243      Branch: perl
59244            ! Porting/p4desc
59245 ____________________________________________________________________________
59246 [  6503] By: jhi                                   on 2000/08/03  13:07:05
59247         Log: Circumvent the removal of .patch by fix_pl.
59248              
59249              Subject: Re: [ID 20000802.011] unable to 'make test'          
59250              From: simon@brecon.co.uk (Simon Cozens) 
59251              Date: 3 Aug 2000 04:17:00 GMT
59252              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
59253      Branch: perl
59254            ! Makefile.SH
59255 ____________________________________________________________________________
59256 [  6502] By: jhi                                   on 2000/08/03  00:14:34
59257         Log: Add the missing setproctitle unit.
59258      Branch: metaconfig/U/perl
59259            + d_setproctitle.U
59260 ____________________________________________________________________________
59261 [  6501] By: jhi                                   on 2000/08/03  00:00:26
59262         Log: The subtest 4 may fail also on VOBS, as pointed out
59263              by Nick Ing-Simmons in November 1999, bug id 19991124.003
59264              (but the failure in that bug report isn't the subtest 4).
59265      Branch: perl
59266            ! t/op/stat.t
59267 ____________________________________________________________________________
59268 [  6500] By: jhi                                   on 2000/08/02  23:49:30
59269         Log: Better skip message for the test; one of the two problems in
59270              
59271              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
59272              From: Lupe Christoph <lupe@lupe-christoph.de>
59273              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
59274              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
59275      Branch: perl
59276            ! t/op/numconvert.t
59277 ____________________________________________________________________________
59278 [  6499] By: jhi                                   on 2000/08/02  22:49:16
59279         Log: Allow "no Module;" even if there is no 'unimport'.
59280              
59281              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
59282              From: mjd@plover.com
59283              Date: 24 Mar 2000 15:24:34 -0000
59284              Message-Id: <20000324152434.15160.qmail@plover.com>
59285      Branch: perl
59286            ! gv.c
59287 ____________________________________________________________________________
59288 [  6498] By: jhi                                   on 2000/08/02  22:42:58
59289         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
59290              that are hopefully soon put into use.
59291      Branch: perl
59292            ! opcode.h opcode.pl opnames.h
59293 ____________________________________________________________________________
59294 [  6497] By: gsar                                  on 2000/08/02  22:28:59
59295         Log: require.t needs binmode() to work on windows
59296      Branch: perl
59297            ! t/comp/require.t
59298 ____________________________________________________________________________
59299 [  6496] By: jhi                                   on 2000/08/02  22:08:51
59300         Log: Document the IVdf UVuf UVof UVxf.
59301      Branch: perl
59302            ! pod/perlguts.pod
59303 ____________________________________________________________________________
59304 [  6495] By: jhi                                   on 2000/08/02  21:54:26
59305         Log: detypo #6494
59306      Branch: perl
59307            ! ext/Data/Dumper/Dumper.xs
59308 ____________________________________________________________________________
59309 [  6494] By: jhi                                   on 2000/08/02  21:49:17
59310         Log: Dump UVs as UVs in Data::Dumper.
59311              
59312              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
59313              From: Gurusamy Sarathy <gsar@ActiveState.com>
59314              Date: Thu, 27 Apr 2000 12:26:25 -0700
59315              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
59316      Branch: perl
59317            ! ext/Data/Dumper/Dumper.xs
59318 ____________________________________________________________________________
59319 [  6493] By: jhi                                   on 2000/08/02  17:01:58
59320         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
59321              From: Hugo <hv@crypt.compulink.co.uk>
59322              Date: Wed, 02 Aug 2000 14:53:56 +0100
59323              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
59324      Branch: perl
59325            ! regexec.c t/op/re_tests
59326 ____________________________________________________________________________
59327 [  6492] By: jhi                                   on 2000/08/02  15:02:46
59328         Log: The new setproctitle() feature is available only in 
59329              bleeding edge FreeBSD.  From Paul Saab.
59330      Branch: perl
59331            ! mg.c
59332 ____________________________________________________________________________
59333 [  6491] By: jhi                                   on 2000/08/02  13:34:36
59334         Log: The tr utf8 patching continues.
59335              
59336              Subject: Re: #6469, too many tests claimed in require.t
59337              From: simon@brecon.co.uk (Simon Cozens)
59338              Date: 2 Aug 2000 02:37:17 GMT
59339              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
59340              
59341              (the logic of the test was the wrong way round in the patch)
59342      Branch: perl
59343            ! doop.c
59344 ____________________________________________________________________________
59345 [  6490] By: jhi                                   on 2000/08/02  13:27:38
59346         Log: The name of a filehandle does not have <these>.
59347      Branch: perl
59348            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
59349            ! t/pragma/warn/pp_sys util.c
59350 ____________________________________________________________________________
59351 [  6489] By: jhi                                   on 2000/08/02  04:26:46
59352         Log: Remove the extraneous "main::" prefix from all the
59353              "opened only for", "on closed", and "never opened" warnings.
59354              
59355              Subject: Re: inappropriate warning
59356              From: Gurusamy Sarathy <gsar@ActiveState.com>
59357              Date: Mon, 20 Mar 2000 11:28:02 -0800
59358              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
59359      Branch: perl
59360            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
59361            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
59362            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
59363 ____________________________________________________________________________
59364 [  6488] By: jhi                                   on 2000/08/02  03:02:57
59365         Log: memcpy has n o in it, as pinted ut by Sarathy.
59366      Branch: perl
59367            ! pod/perlguts.pod
59368 ____________________________________________________________________________
59369 [  6487] By: jhi                                   on 2000/08/02  02:44:51
59370         Log: Document in one place the memory abstractions used in Perl core.
59371              
59372              Subject: Re: Memory abstraction
59373              From: simon@brecon.co.uk (Simon Cozens)
59374              Date: 2 Aug 2000 02:20:23 GMT
59375              Organization: Earth.li Origins
59376      Branch: perl
59377            ! pod/perlguts.pod
59378 ____________________________________________________________________________
59379 [  6486] By: jhi                                   on 2000/08/02  02:41:57
59380         Log: regen_headers, regen perltoc.
59381      Branch: perl
59382            ! perlapi.c pod/perltoc.pod
59383 ____________________________________________________________________________
59384 [  6485] By: jhi                                   on 2000/08/02  01:43:33
59385         Log: "This little thing tests for a file .patch, and if it contains
59386              a number, pops into patchlevel.h" (making it easier to track
59387              which development version people are reporting bugs against)
59388              
59389              Subject: Patchlevel autogeneration for repository perls
59390              From: simon@brecon.co.uk (Simon Cozens)
59391              Date: 14 Jul 2000 07:12:15 GMT
59392              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
59393      Branch: perl
59394            + fix_pl
59395            ! MANIFEST Makefile.SH
59396 ____________________________________________________________________________
59397 [  6484] By: jhi                                   on 2000/08/02  01:32:54
59398         Log: FreeBSD 3.* updates from
59399              
59400              From: Paul Saab <ps@yahoo-inc.com>
59401              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
59402              Date: Tue, 1 Aug 2000 15:41:39 -0700
59403              Message-Id: <20000801154139.A53740@yahoo-inc.com>
59404      Branch: perl
59405            ! hints/freebsd.sh
59406 ____________________________________________________________________________
59407 [  6483] By: jhi                                   on 2000/08/02  01:27:44
59408         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
59409              instead one must use setproctitle().  This was already addressed
59410              by change #6457, but the below has a new variant for FreeBSD 4.0
59411              or later, and the matter is also documented more.
59412              
59413              From: Paul Saab <ps@yahoo-inc.com>
59414              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
59415              Date: Tue, 1 Aug 2000 15:41:39 -0700
59416              Message-Id: <20000801154139.A53740@yahoo-inc.com>
59417      Branch: metaconfig/U/perl
59418            + i_libutil.U
59419      Branch: perl
59420            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
59421 ____________________________________________________________________________
59422 [  6482] By: jhi                                   on 2000/08/01  22:17:32
59423         Log: The test from this
59424              
59425              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
59426              Date: Sat, 15 Apr 2000 17:03:44 +0100
59427              From: Tom Hughes <tom@compton.nu>
59428              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
59429              
59430              was missing, the code change went in as #5989
59431              (which had a different test?)
59432      Branch: perl
59433            ! t/op/misc.t
59434 ____________________________________________________________________________
59435 [  6481] By: jhi                                   on 2000/08/01  21:48:38
59436         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
59437              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
59438              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
59439              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
59440      Branch: perl
59441            ! perl.h
59442 ____________________________________________________________________________
59443 [  6480] By: jhi                                   on 2000/08/01  18:05:28
59444         Log: Make p4desc to skip non-mainperl branches by default.
59445      Branch: perl
59446            ! Porting/p4desc
59447 ____________________________________________________________________________
59448 [  6479] By: jhi                                   on 2000/08/01  17:29:19
59449         Log: If gccosandvers is equal to osname, clear gccosandvers.
59450      Branch: metaconfig/U/perl
59451            ! gccvers.U
59452      Branch: perl
59453            ! Configure config_h.SH
59454 ____________________________________________________________________________
59455 [  6478] By: jhi                                   on 2000/08/01  15:54:08
59456         Log: BOM patching from Simon Cozens.
59457      Branch: perl
59458            ! toke.c
59459 ____________________________________________________________________________
59460 [  6477] By: jhi                                   on 2000/08/01  04:50:33
59461         Log: Stash away the largefiles flags and libswanted.
59462      Branch: perl
59463            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
59464 ____________________________________________________________________________
59465 [  6476] By: gsar                                  on 2000/08/01  04:24:24
59466         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
59467              on Windows)
59468      Branch: perl
59469            ! t/pragma/utf8.t utf8.c win32/win32.c
59470 ____________________________________________________________________________
59471 [  6475] By: jhi                                   on 2000/08/01  03:35:24
59472         Log: Make chr() for values >127 to create utf8 when under utf8.
59473              
59474              Subject: Re: uft8/chr()
59475              From: simon@brecon.co.uk (Simon Cozens)
59476              Date: 1 Aug 2000 02:37:02 GMT
59477              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
59478      Branch: perl
59479            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
59480 ____________________________________________________________________________
59481 [  6474] By: jhi                                   on 2000/08/01  02:36:18
59482         Log: In Digital UNIX warn if gcc explicitly chosen because even
59483              2.95.2 is known to cause problems.
59484      Branch: perl
59485            ! hints/dec_osf.sh
59486 ____________________________________________________________________________
59487 [  6473] By: jhi                                   on 2000/08/01  02:00:56
59488         Log: Make the safety catch for buggy gccs work with triple version
59489              numbers like 2.95.2.  Reported in
59490              
59491              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
59492              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
59493              Date: Mon, 31 Jul 2000 14:55:06 +0200
59494              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
59495      Branch: perl
59496            ! hints/dec_osf.sh
59497 ____________________________________________________________________________
59498 [  6472] By: jhi                                   on 2000/08/01  01:13:33
59499         Log: Subject: fix and question re: waitpid() under win32
59500              From: Brian Clarke <clarke@appliedmeta.com>
59501              Date: Fri, 28 Jul 2000 15:18:29 -0400
59502              Message-ID: <3981DC85.290314EB@appliedmeta.com>
59503              
59504              Slightly reformatted and WNOHANG # define moved to win32.h
59505              so that also POSIX.xs sees it, as suggsted by Sarathy.
59506      Branch: perl
59507            ! win32/win32.c win32/win32.h
59508 ____________________________________________________________________________
59509 [  6471] By: jhi                                   on 2000/08/01  00:55:05
59510         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
59511              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59512              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
59513              Date: Mon, 31 Jul 2000 13:28:51 +0100
59514              
59515              (aka ID 20000730.002)
59516      Branch: perl
59517            ! op.c t/op/tr.t
59518 ____________________________________________________________________________
59519 [  6470] By: jhi                                   on 2000/07/31  23:34:42
59520         Log: Document the problem with -P in HP-UX and its workaround.
59521              
59522              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
59523              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
59524              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
59525              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
59526      Branch: perl
59527            ! README.hpux
59528 ____________________________________________________________________________
59529 [  6469] By: jhi                                   on 2000/07/31  04:15:02
59530         Log: The swallow_bom() saga continues.  The #23 of require.t
59531              (UTF16-LE) still fails (silently, no output) but the #22
59532              (UTF16-BE) seems to be working now.  The root of the
59533              failure may be in sv_gets(): is it UTF-16LE-aware,
59534              especially when it comes to line endings? 
59535      Branch: perl
59536            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
59537            ! t/comp/require.t toke.c utf8.c
59538 ____________________________________________________________________________
59539 [  6468] By: jhi                                   on 2000/07/30  19:05:48
59540         Log: Find green threads before native threads.
59541              
59542              Subject: Re: Patch to jpl/JNI/Makefile.PL
59543              From: Jens Thomsen <jens@fiend.cis.com>
59544              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
59545              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
59546      Branch: perl
59547            ! jpl/JNI/Makefile.PL
59548 ____________________________________________________________________________
59549 [  6467] By: jhi                                   on 2000/07/30  18:36:22
59550         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
59551      Branch: perl
59552            ! doop.c
59553 ____________________________________________________________________________
59554 [  6466] By: jhi                                   on 2000/07/30  04:37:29
59555         Log: A new version of the "remove UPPERACSE string comparison"
59556              operators.  The problem with the previous one (change #6454)
59557              was that it was for Perl 5.6.0.  From Paul Marquess.
59558      Branch: perl
59559            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
59560            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
59561            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
59562 ____________________________________________________________________________
59563 [  6465] By: jhi                                   on 2000/07/29  22:39:56
59564         Log: Do not upgrade SVs into utf8 just because they participate
59565              in eq or cmp.  Reported and fix suggested in
59566              
59567              Subject: [ID 20000720.009] sv_eq UTF8 bug
59568              From: "Simon Cozens" <simon@othersideofthe.earth.li>
59569              Date: 21 Jul 2000 04:37:29 -0000
59570              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
59571              
59572              Exercise for the kind reader: should we or should we not
59573              cache the utf8 conversion alonside the SV? (as magic,
59574              as thestrxfrm()ed version is cached under use locale)
59575              Argue both for and against.
59576      Branch: perl
59577            ! sv.c
59578 ____________________________________________________________________________
59579 [  6464] By: jhi                                   on 2000/07/29  22:36:22
59580         Log: Subject: UTF8 concat
59581              From: simon@brecon.co.uk (Simon Cozens) 
59582              Date: 30 Jun 2000 06:13:25 GMT
59583              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
59584              
59585              (with a memory leak fixed, plus a few casts added)
59586              
59587              This also seems to help for
59588              
59589              Subject: [ID 20000716.015] join UTF8 weirdness
59590              From: root <root@ak-71.mind.de> 
59591              Date: Sat, 15 Jul 2000 15:29:54 +0200
59592              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
59593              
59594              (from Andreas König)
59595      Branch: perl
59596            ! pp_hot.c
59597 ____________________________________________________________________________
59598 [  6463] By: jhi                                   on 2000/07/29  00:55:39
59599         Log: Tune the comments and hopefully stop a memory leak.
59600      Branch: perl
59601            ! toke.c utf8.c
59602 ____________________________________________________________________________
59603 [  6462] By: jhi                                   on 2000/07/29  00:16:53
59604         Log: The problem described in this
59605              
59606              Subject: [ID 20000322.018] named chars aren't magical enough
59607              From: root <root@dixie.cscaper.com>     
59608              Date: Wed, 22 Mar 2000 18:37:42 -0700
59609              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
59610              
59611              has been fixed in perl 5.6.0 but just in case added a test
59612              to keep it away.  (The report from Joseph Hall.)
59613      Branch: perl
59614            ! t/lib/charnames.t
59615 ____________________________________________________________________________
59616 [  6461] By: jhi                                   on 2000/07/28  23:56:36
59617         Log: Tiny fixes for #6460.
59618      Branch: metaconfig/U/perl
59619            ! gccvers.U
59620      Branch: perl
59621            ! Configure config_h.SH
59622 ____________________________________________________________________________
59623 [  6460] By: jhi                                   on 2000/07/28  23:24:41
59624         Log: Warn if the version of the operating system used to compile gcc
59625              differs from the current version of the operating system.
59626              Also display the gcc compilation os and version in myconfig.
59627              Inspiration from
59628              
59629              Subject: Re: [ID 20000710.003] ERRORS!!         
59630              From: "Kurt D. Starsinic" <kstar@chapin.edu>
59631              Date: Mon, 10 Jul 2000 15:54:16 -0400
59632              Message-ID: <20000710155416.A1384@O2.chapin.edu>
59633      Branch: metaconfig/U/perl
59634            ! gccvers.U
59635      Branch: perl
59636            ! Configure config_h.SH myconfig.SH
59637 ____________________________________________________________________________
59638 [  6459] By: jhi                                   on 2000/07/28  22:00:32
59639         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
59640              letter to $Config{osvers}.
59641      Branch: metaconfig
59642            ! U/modified/Oldconfig.U
59643      Branch: perl
59644            ! Configure config_h.SH
59645 ____________________________________________________________________________
59646 [  6458] By: jhi                                   on 2000/07/28  04:15:39
59647         Log: Back out #6454, doesn't seem to work.
59648              (Reason: that patch was for perl 5.6.0, not perl-current)
59649              (A version of the patch for perl-current came in later as #6466)
59650      Branch: perl
59651            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
59652            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
59653            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
59654 ____________________________________________________________________________
59655 [  6457] By: jhi                                   on 2000/07/27  23:31:49
59656         Log: Use setproctitle() if available to modify $0.
59657              
59658              Subject: setting $* on BSD4 broken
59659              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
59660              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
59661              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
59662      Branch: metaconfig
59663            ! U/modified/Myinit.U
59664      Branch: perl
59665            ! Configure config_h.SH mg.c
59666 ____________________________________________________________________________
59667 [  6456] By: jhi                                   on 2000/07/27  14:50:47
59668         Log: Allow "no AutoLoader;", based on change #6444,
59669              suggested by Graham Barr.
59670      Branch: perl
59671            ! lib/AutoLoader.pm
59672 ____________________________________________________________________________
59673 [  6455] By: jhi                                   on 2000/07/27  14:19:10
59674         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
59675              From: rspier@pobox.com (Robert Spier)
59676              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
59677              Message-ID: <14720.15855.787664.424783@rls.cx>
59678      Branch: perl
59679            ! pod/perldiag.pod
59680 ____________________________________________________________________________
59681 [  6454] By: jhi                                   on 2000/07/27  14:03:02
59682         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
59683              for a long time).
59684              
59685              Reported in
59686              
59687              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
59688              From: Ryan Herbert <rherbert@sycamorehq.com>
59689              Date: Mon, 17 Jul 2000 11:40:42 -0400
59690              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
59691              
59692              Patched in
59693              
59694              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
59695              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
59696              Date: Wed, 26 Jul 2000 23:40:18 +0100
59697              Message-ID: <000001bff752$79511880$0a17073e@tiny>
59698              
59699              based on an earlier patch from Stephen P. Potter.
59700              
59701              (Removed later by change #6458 because this patch was for
59702              perl 5.6.0, not perl-current)
59703      Branch: perl
59704            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
59705            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
59706            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
59707 ____________________________________________________________________________
59708 [  6453] By: jhi                                   on 2000/07/27  13:48:02
59709         Log: Subject: [PATCH] fixes bug 20000508.004
59710              From: Michael Stevens <mstevens@globnix.org>
59711              Date: Thu, 27 Jul 2000 13:49:04 +0100
59712              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
59713      Branch: perl
59714            ! pod/perldata.pod
59715 ____________________________________________________________________________
59716 [  6452] By: jhi                                   on 2000/07/26  23:51:26
59717         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
59718              and Craig A. Berry.
59719      Branch: perl
59720            ! lib/File/Temp.pm pod/perlport.pod
59721 ____________________________________________________________________________
59722 [  6451] By: jhi                                   on 2000/07/26  19:43:30
59723         Log: Be wary of close()s, too.
59724              
59725              Subject: Re: [PATCH] perlbug cleanup
59726              From: Tim Jenness <t.jenness@jach.hawaii.edu>
59727              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
59728              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
59729      Branch: perl
59730            ! utils/perlbug.PL
59731 ____________________________________________________________________________
59732 [  6450] By: jhi                                   on 2000/07/26  18:41:40
59733         Log: Subject: Minor doc patch: handy.h
59734              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
59735              Date: Wed, 26 Jul 2000 15:34:25 -0300
59736              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
59737      Branch: perl
59738            ! handy.h pod/perlapi.pod
59739 ____________________________________________________________________________
59740 [  6449] By: jhi                                   on 2000/07/26  18:23:55
59741         Log: Subject: [PATCH] minor doc change - perlguts
59742              From: Michael Stevens <mstevens@globnix.org>
59743              Date: Thu, 13 Jul 2000 12:39:18 +0100
59744              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
59745      Branch: perl
59746            ! pod/perlguts.pod
59747 ____________________________________________________________________________
59748 [  6448] By: jhi                                   on 2000/07/26  18:20:30
59749         Log: open() wariness in perlbug.
59750              
59751              Subject: [PATCH] perlbug cleanup
59752              From: Michael Stevens <mstevens@globnix.org>
59753              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
59754              Date: Thu, 13 Jul 2000 15:52:23 +0100
59755      Branch: perl
59756            ! utils/perlbug.PL
59757 ____________________________________________________________________________
59758 [  6447] By: jhi                                   on 2000/07/26  18:13:04
59759         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
59760      Branch: perl
59761            ! lib/File/Temp.pm t/lib/ftmp-security.t
59762 ____________________________________________________________________________
59763 [  6446] By: jhi                                   on 2000/07/26  18:06:32
59764         Log: docfix from Peter Scott <Peter@PSDT.com>.
59765      Branch: perl
59766            ! pod/perlfunc.pod
59767 ____________________________________________________________________________
59768 [  6445] By: jhi                                   on 2000/07/26  17:53:31
59769         Log: Fix *foo{FORMAT}.
59770              
59771              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59772              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
59773              Date: Wed, 26 Jul 2000 19:51:02 +0200
59774              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
59775              
59776              From: Graham Barr <gbarr@pobox.com>
59777              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
59778              Date: Wed, 26 Jul 2000 17:38:36 +0100
59779              Message-ID: <20000726173836.L472@pobox.com>
59780      Branch: perl
59781            ! pp.c sv.c t/op/gv.t
59782 ____________________________________________________________________________
59783 [  6444] By: jhi                                   on 2000/07/26  17:49:14
59784         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
59785              from Graham Barr in the module list.
59786      Branch: perl
59787            ! gv.c pod/perlobj.pod
59788 ____________________________________________________________________________
59789 [  6443] By: jhi                                   on 2000/07/26  16:06:56
59790         Log: More split() doc and test patches from Mike Guy.
59791      Branch: perl
59792            ! pod/perlfunc.pod t/op/split.t
59793 ____________________________________________________________________________
59794 [  6442] By: jhi                                   on 2000/07/26  16:05:30
59795         Log: MacOS nits from Matthias Neeracher.
59796      Branch: perl
59797            ! perl.c pp_ctl.c
59798 ____________________________________________________________________________
59799 [  6441] By: jhi                                   on 2000/07/26  04:39:57
59800         Log: Subject: [PATCH] split /^/
59801              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59802              Date: Tue, 25 Jul 2000 14:18:57 +0100
59803              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
59804              
59805              (with notes from tchrist and gbarr)
59806      Branch: perl
59807            ! pod/perlfunc.pod t/op/split.t
59808 ____________________________________________________________________________
59809 [  6440] By: jhi                                   on 2000/07/26  04:32:32
59810         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
59811              From: Peter Prymmer <pvhp@forte.com>
59812              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
59813              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
59814      Branch: perl
59815            ! vms/munchconfig.c
59816 ____________________________________________________________________________
59817 [  6439] By: jhi                                   on 2000/07/26  04:31:01
59818         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
59819              to be fatal errors (instead of by default ignoring them, and
59820              ignoring with a bug: even though -w gave an error, the opening [
59821              was left in)  Reported in:
59822              
59823              Subject: [ID 20000716.024] [=cc=] / [:blank:]
59824              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
59825              Date: Sun, 16 Jul 2000 17:55:29 -0700
59826              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
59827      Branch: perl
59828            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
59829 ____________________________________________________________________________
59830 [  6438] By: jhi                                   on 2000/07/25  15:41:15
59831         Log: Subject: [PATCH] av.c apidoc
59832              From: simon@brecon.co.uk (Simon Cozens)
59833              Date: 24 Jul 2000 06:40:52 GMT
59834              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
59835      Branch: perl
59836            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
59837            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
59838 ____________________________________________________________________________
59839 [  6437] By: jhi                                   on 2000/07/25  14:05:36
59840         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
59841              From: "Stephen P. Potter" <spp@ds.net>
59842              Date: Mon, 24 Jul 2000 14:22:23 -0400
59843              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
59844      Branch: perl
59845            ! pod/perllocale.pod
59846 ____________________________________________________________________________
59847 [  6436] By: jhi                                   on 2000/07/25  14:02:03
59848         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
59849              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59850              Date: Mon, 24 Jul 2000 18:04:28 +0100
59851              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
59852      Branch: perl
59853            ! t/lib/syslfs.t t/op/lfs.t
59854 ____________________________________________________________________________
59855 [  6435] By: jhi                                   on 2000/07/25  13:59:28
59856         Log: Get UTF16 BOMs working.  Patch from
59857              
59858              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
59859              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59860              Date: Tue, 25 Jul 2000 12:52:45 +0100
59861              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
59862              
59863              and notes from
59864              
59865              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
59866              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59867              Date: Tue, 25 Jul 2000 11:43:25 +0100
59868              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
59869      Branch: perl
59870            ! t/comp/require.t toke.c utf8.c
59871 ____________________________________________________________________________
59872 [  6434] By: jhi                                   on 2000/07/25  02:39:54
59873         Log: Make the "uninit variable" warning to say "concat or string"
59874              or "join or string" when in concat or join .
59875              
59876              Subject: Re: [ID 20000403.009] uninitialised concatenation???
59877              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59878              Date: Tue, 04 Apr 2000 18:22:58 +0100
59879              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
59880              
59881              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
59882              From: William R Ward <hermit@BayView.COM>
59883              Date: Thu, 30 Mar 2000 19:50:03 -0800
59884              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
59885      Branch: perl
59886            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
59887            ! t/pragma/warn/op t/pragma/warn/sv
59888 ____________________________________________________________________________
59889 [  6433] By: jhi                                   on 2000/07/24  17:52:56
59890         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
59891      Branch: perl
59892            ! lib/File/Spec/VMS.pm
59893 ____________________________________________________________________________
59894 [  6432] By: jhi                                   on 2000/07/24  17:44:44
59895         Log: Test cases for #6431.
59896              
59897              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
59898              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59899              Date: Mon, 24 Jul 2000 15:32:29 +0100
59900              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
59901      Branch: perl
59902            ! t/op/pat.t t/op/split.t
59903 ____________________________________________________________________________
59904 [  6431] By: jhi                                   on 2000/07/24  17:43:17
59905         Log: Bind op fix.
59906              
59907              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
59908              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59909              Date: Mon, 17 Jul 2000 20:04:56 +0100
59910              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
59911      Branch: perl
59912            ! op.c
59913 ____________________________________________________________________________
59914 [  6430] By: jhi                                   on 2000/07/24  03:42:42
59915         Log: Subject: [ID 20000716.023] syslog test fails without sockets
59916              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59917              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
59918              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
59919      Branch: metaconfig/U/perl
59920            ! Extensions.U
59921      Branch: perl
59922            ! Configure config_h.SH
59923 ____________________________________________________________________________
59924 [  6429] By: jhi                                   on 2000/07/24  03:11:52
59925         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
59926              case, but add also notes explaining the relationship of this
59927              patch and the earlier notes by Sarathy.
59928              
59929              Subject: Map is still slow
59930              From: "Ben Tilly" <ben_tilly@hotmail.com>
59931              Date: Sat, 15 Jul 2000 17:23:27 EDT
59932              Message-ID: <20000715212327.21656.qmail@hotmail.com>
59933      Branch: perl
59934            ! pp_ctl.c
59935 ____________________________________________________________________________
59936 [  6428] By: jhi                                   on 2000/07/24  02:58:52
59937         Log: Documentation to explain the behaviour of map().
59938              
59939              Subject: Re: Map is still slow 
59940              From: Gurusamy Sarathy <gsar@ActiveState.com>
59941              Date: Sat, 15 Jul 2000 16:05:09 -0700
59942              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
59943      Branch: perl
59944            ! pp_ctl.c
59945 ____________________________________________________________________________
59946 [  6427] By: jhi                                   on 2000/07/24  02:50:03
59947         Log: Add tests for
59948              [ID 19991110.003] another matching finding by pcre author
59949              which has already been fixed by some patch, as verified in
59950              
59951              Subject: Re: two regex bugs from the mists of time (well, last November)
59952              From: Hugo <hv@crypt.compulink.co.uk>
59953              Date: Sat, 22 Jul 2000 18:12:58 +0100
59954              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
59955      Branch: perl
59956            ! t/op/re_tests
59957 ____________________________________________________________________________
59958 [  6426] By: jhi                                   on 2000/07/24  02:11:20
59959         Log: A missing 'break' after the [[:space:]] switch case.
59960              
59961              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
59962              From: "Stephen P. Potter" <spp@ds.net>
59963              Date: Tue, 18 Jul 2000 16:25:17 -0400
59964              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
59965      Branch: perl
59966            ! regcomp.c
59967 ____________________________________________________________________________
59968 [  6425] By: jhi                                   on 2000/07/24  02:06:12
59969         Log: The output might have been produced in the wrong order.
59970              
59971              Subject: [ID 20000720.003] [PATCH] t/op/write.t
59972              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59973              Date: Thu, 20 Jul 2000 18:49:18 +0100
59974              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
59975      Branch: perl
59976            ! t/op/write.t
59977 ____________________________________________________________________________
59978 [  6424] By: jhi                                   on 2000/07/24  02:00:07
59979         Log: Use STDOUT consistently.
59980              
59981              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
59982              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59983              Date: Thu, 20 Jul 2000 18:04:01 +0100
59984              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
59985      Branch: perl
59986            ! lib/Test/Harness.pm
59987 ____________________________________________________________________________
59988 [  6423] By: jhi                                   on 2000/07/24  01:54:54
59989         Log: Protect against "wild next"s, that is, callbacks doing "next"
59990              instead of "return".
59991              
59992              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
59993              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59994              Date: Tue, 18 Jul 2000 11:30:16 +0100
59995              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
59996      Branch: perl
59997            ! lib/File/Find.pm
59998 ____________________________________________________________________________
59999 [  6422] By: jhi                                   on 2000/07/24  01:35:47
60000         Log: Out-of-date note removed.
60001              
60002              Subject: [PATCH] documentation perlipc
60003              From: rspier@pobox.com (Robert Spier)
60004              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
60005              Message-ID: <14711.35178.572612.502654@rls.cx>
60006      Branch: perl
60007            ! pod/perlipc.pod
60008 ____________________________________________________________________________
60009 [  6421] By: jhi                                   on 2000/07/24  00:09:18
60010         Log: Send all installperl messages to STDERR and be -w clean.
60011              
60012              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
60013              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60014              Date: Sat, 22 Jul 2000 14:02:11 +0100
60015              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
60016      Branch: perl
60017            ! installperl
60018 ____________________________________________________________________________
60019 [  6420] By: jhi                                   on 2000/07/24  00:04:19
60020         Log: Decutandpasto.
60021              
60022              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
60023              From: "Richard Soderberg" <rs@crystalflame.net>
60024              Date: Sun, 23 Jul 2000 01:37:23 -0700
60025              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
60026      Branch: perl
60027            ! pod/perlipc.pod
60028 ____________________________________________________________________________
60029 [  6419] By: jhi                                   on 2000/07/24  00:01:12
60030         Log: A cleaner abs_path().
60031              Subject: Re: unix alternative to Cwd.pm
60032              From: Jeff Pinyan <jeffp@crusoe.net>
60033              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
60034              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
60035      Branch: perl
60036            ! lib/Cwd.pm
60037 ____________________________________________________________________________
60038 [  6418] By: jhi                                   on 2000/07/23  23:48:56
60039         Log: Detypo.
60040              
60041              Subject: [PATCH perl-current] Typo in hints/powerux.sh
60042              From: "Richard Soderberg" <rs@crystalflame.net>
60043              Date: Sun, 23 Jul 2000 01:27:33 -0700
60044              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
60045      Branch: perl
60046            ! hints/powerux.sh
60047 ____________________________________________________________________________
60048 [  6417] By: jhi                                   on 2000/07/17  22:13:31
60049         Log: Subject: SDBM_File documentation
60050              From: mjd@plover.com
60051              Date: 16 Jul 2000 17:41:17 -0000
60052              Message-ID: <20000716174117.18515.qmail@plover.com>
60053      Branch: perl
60054            ! ext/SDBM_File/SDBM_File.pm
60055 ____________________________________________________________________________
60056 [  6416] By: jhi                                   on 2000/07/17  19:13:26
60057         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
60058      Branch: perl
60059            ! hints/mpeix.sh mpeix/relink
60060 ____________________________________________________________________________
60061 [  6415] By: jhi                                   on 2000/07/15  14:11:02
60062         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
60063              the utf8 'characters' can be more than one octet).
60064              
60065              Date: Sat, 15 Jul 2000 00:21:56 +0100
60066              From: Tom Hughes <tom@compton.nu>
60067              Subject: Re: [ID 20000714.002]
60068              Message-ID: <db2334de49.tom@compton.compton.nu>
60069              
60070              Reported in
60071              
60072              Subject: [ID 20000714.002]
60073              From: "Simon Cozens" <simon@othersideofthe.earth.li>
60074              Date: 14 Jul 2000 15:13:09 -0000
60075              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
60076      Branch: perl
60077            ! doop.c
60078 ____________________________________________________________________________
60079 [  6414] By: jhi                                   on 2000/07/15  03:13:41
60080         Log: another VMS build tweak from Peter Prymmer
60081      Branch: perl
60082            ! vms/descrip_mms.template
60083 ____________________________________________________________________________
60084 [  6413] By: jhi                                   on 2000/07/15  03:10:40
60085         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
60086      Branch: perl
60087            ! vms/perlvms.pod
60088 ____________________________________________________________________________
60089 [  6412] By: jhi                                   on 2000/07/15  00:31:05
60090         Log: More docs for sv functions.
60091              
60092              Subject: [PATCH cfgperl] sv.c apidoc
60093              From: simon@brecon.co.uk (Simon Cozens)
60094              Date: 13 Jul 2000 09:00:20 GMT
60095              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
60096              
60097              Subject: Re: [PATCH cfgperl] sv.c apidoc
60098              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60099              Date: Thu, 13 Jul 2000 12:27:41 +0100
60100              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
60101              
60102              Subject: Re: [PATCH cfgperl] sv.c apidoc
60103              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60104              Date: Thu, 13 Jul 2000 13:23:09 +0100
60105              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
60106              
60107              Subject: Re: [PATCH cfgperl] sv.c apidoc
60108              From: simon@brecon.co.uk (Simon Cozens)
60109              Date: 14 Jul 2000 06:51:02 GMT
60110              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
60111      Branch: perl
60112            ! embed.pl pod/perlapi.pod sv.c
60113 ____________________________________________________________________________
60114 [  6411] By: jhi                                   on 2000/07/15  00:10:41
60115         Log: lib/b test fixes from Peter Prymmer.
60116      Branch: perl
60117            ! t/lib/b.t
60118 ____________________________________________________________________________
60119 [  6410] By: jhi                                   on 2000/07/15  00:02:09
60120         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
60121              From: Hugo <hv@crypt.compulink.co.uk>
60122              Date: Fri, 14 Jul 2000 23:05:20 +0100
60123              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
60124              
60125              Didn't anymore apply, but that point still could use another fix.
60126      Branch: perl
60127            ! pod/perlfunc.pod
60128 ____________________________________________________________________________
60129 [  6409] By: jhi                                   on 2000/07/14  23:15:15
60130         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
60131              not in pod, from Peter Prymmer
60132      Branch: perl
60133            ! vms/descrip_mms.template
60134 ____________________________________________________________________________
60135 [  6408] By: jhi                                   on 2000/07/14  20:35:05
60136         Log: The bug report
60137              [ID 19991110.002] minimal matching discrepancy found by pcre author
60138              seems to have been fixed (though differently from what was suggested
60139              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
60140      Branch: perl
60141            ! t/op/re_tests
60142 ____________________________________________________________________________
60143 [  6407] By: jhi                                   on 2000/07/14  17:38:08
60144         Log: Fix AutoSplit to use File::Spec the right way in VMS,
60145              from Peter Prymmer.
60146      Branch: perl
60147            ! lib/AutoSplit.pm
60148 ____________________________________________________________________________
60149 [  6406] By: jhi                                   on 2000/07/14  14:13:22
60150         Log: Merge perlhacktut into perlhack, update perlguts.
60151              
60152              Subject: Re: Perlhacktut
60153              From: simon@brecon.co.uk (Simon Cozens)
60154              Date: 14 Jul 2000 06:49:21 GMT
60155              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
60156              
60157              Subject: Re: Perlhacktut
60158              From: simon@brecon.co.uk (Simon Cozens)
60159              Date: 14 Jul 2000 07:09:45 GMT
60160              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
60161      Branch: perl
60162            ! pod/perlguts.pod pod/perlhack.pod
60163 ____________________________________________________________________________
60164 [  6405] By: jhi                                   on 2000/07/14  14:02:31
60165         Log: Integrate with Sarathy.
60166      Branch: cfgperl
60167           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
60168           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
60169           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
60170 ____________________________________________________________________________
60171 [  6404] By: gsar                                  on 2000/07/14  12:15:02
60172         Log: PERL_OBJECT build tweaks
60173      Branch: perl
60174            ! toke.c
60175 ____________________________________________________________________________
60176 [  6403] By: gsar                                  on 2000/07/14  11:23:41
60177         Log: inconsistent types needs casts
60178      Branch: perl
60179            ! toke.c
60180 ____________________________________________________________________________
60181 [  6402] By: gsar                                  on 2000/07/14  11:12:04
60182         Log: typos in change#6399, regen headers
60183      Branch: perl
60184            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
60185 ____________________________________________________________________________
60186 [  6401] By: gsar                                  on 2000/07/14  10:59:12
60187         Log: typecasts needed for change#6394
60188      Branch: perl
60189            ! toke.c
60190 ____________________________________________________________________________
60191 [  6400] By: gsar                                  on 2000/07/14  10:49:37
60192         Log: integrate cfgperl contents into mainline
60193      Branch: perl
60194           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
60195           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
60196 ____________________________________________________________________________
60197 [  6399] By: gsar                                  on 2000/07/14  10:38:35
60198         Log: enable UTF-16 filter by default if relevant BOM is seen; various
60199              cleanups (typos, misformatted code, and small bugs)
60200      Branch: perl
60201            ! doop.c embed.pl mg.c op.c pp.c toke.c
60202 ____________________________________________________________________________
60203 [  6398] By: gsar                                  on 2000/07/14  08:55:38
60204         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
60205              name suggests anyway)
60206      Branch: perl
60207            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
60208 ____________________________________________________________________________
60209 [  6397] By: gsar                                  on 2000/07/14  08:44:33
60210         Log: move new variables to the end of the interpreter structure (for
60211              bincompat in code that doesn't #include XSUB.h)
60212      Branch: perl
60213            ! intrpvar.h
60214 ____________________________________________________________________________
60215 [  6396] By: gsar                                  on 2000/07/14  08:13:58
60216         Log: MakeMaker should not remove editor backups (*~) on `make clean`
60217              by default (completes change#6383)
60218      Branch: perl
60219            ! lib/ExtUtils/MM_Unix.pm
60220 ____________________________________________________________________________
60221 [  6395] By: jhi                                   on 2000/07/14  05:20:33
60222         Log: Replace change #6337 with a better one.
60223              
60224              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
60225              From: Hugo <hv@crypt.compulink.co.uk>
60226              Date: Fri, 14 Jul 2000 04:16:20 +0100
60227              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
60228      Branch: cfgperl
60229            ! regexec.c t/op/re_tests
60230 ____________________________________________________________________________
60231 [  6394] By: jhi                                   on 2000/07/14  01:33:59
60232         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
60233      Branch: cfgperl
60234            ! embed.pl global.sym proto.h toke.c
60235 ____________________________________________________________________________
60236 [  6393] By: jhi                                   on 2000/07/13  23:41:23
60237         Log: remove discarded test
60238      Branch: cfgperl
60239            ! MANIFEST
60240 ____________________________________________________________________________
60241 [  6392] By: jhi                                   on 2000/07/13  23:32:25
60242         Log: The {multiplier} of a fixed substring was overlooked which
60243              caused a wrong initial search offset for that substring.
60244              
60245              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
60246              From: Hugo <hv@crypt.compulink.co.uk>
60247              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
60248              Date: Thu, 13 Jul 2000 19:27:13 +0100
60249      Branch: cfgperl
60250            ! regcomp.c t/op/re_tests
60251 ____________________________________________________________________________
60252 [  6391] By: jhi                                   on 2000/07/13  16:37:42
60253         Log: typo fix from Craig Berry
60254      Branch: cfgperl
60255            ! vms/subconfigure.com
60256 ____________________________________________________________________________
60257 [  6390] By: jhi                                   on 2000/07/13  13:20:12
60258         Log: Integrate with Sarathy.
60259      Branch: cfgperl
60260            - t/op/method2entersub.t
60261           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
60262           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
60263           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
60264           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
60265 ____________________________________________________________________________
60266 [  6389] By: jhi                                   on 2000/07/13  13:18:48
60267         Log: Detypo from Peter Prymmer, part of #6388.
60268      Branch: cfgperl
60269            ! Configure config_h.SH
60270      Branch: metaconfig
60271            ! U/modified/d_longlong.U
60272 ____________________________________________________________________________
60273 [  6388] By: gsar                                  on 2000/07/13  06:33:40
60274         Log: typos (spotted by Peter Prymmer)
60275      Branch: perl
60276            ! Configure t/lib/english.t
60277 ____________________________________________________________________________
60278 [  6387] By: gsar                                  on 2000/07/13  05:35:28
60279         Log: new selfloader.t in change#6183 doesn't close DATA handles,
60280              and thus fails to clean up tmp files on dosish platforms
60281      Branch: perl
60282            ! t/lib/selfloader.t
60283 ____________________________________________________________________________
60284 [  6386] By: gsar                                  on 2000/07/12  21:42:39
60285         Log: sprintf test tweaks (from Dominic Dunlop)
60286      Branch: perl
60287            ! t/op/sprintf.t
60288 ____________________________________________________________________________
60289 [  6385] By: gsar                                  on 2000/07/12  21:33:46
60290         Log: fix bugs in processing %v-*d and similar format specs (from
60291              Avi Finkel <avi@finkel.org>)
60292      Branch: perl
60293            ! sv.c t/op/sprintf.t
60294 ____________________________________________________________________________
60295 [  6384] By: gsar                                  on 2000/07/12  16:04:19
60296         Log: readd missing perldelta.pod changes from changes#6339,6376
60297      Branch: perl
60298            ! pod/perldelta.pod
60299 ____________________________________________________________________________
60300 [  6383] By: gsar                                  on 2000/07/12  16:00:51
60301         Log: don't clobber *.orig files on *clean targets
60302      Branch: perl
60303            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
60304 ____________________________________________________________________________
60305 [  6382] By: gsar                                  on 2000/07/12  07:59:12
60306         Log: fix broken integrations in cfgperl
60307      Branch: cfgperl
60308           !> Changes pod/perldelta.pod
60309 ____________________________________________________________________________
60310 [  6381] By: gsar                                  on 2000/07/12  07:42:17
60311         Log: integrate cfgperl changes into mainline
60312      Branch: perl
60313            ! Changes
60314           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
60315           !> pod/perlre.pod
60316 ____________________________________________________________________________
60317 [  6380] By: gsar                                  on 2000/07/12  07:31:00
60318         Log: get sprintf.t to adjust properly for 3-digit exponents
60319      Branch: perl
60320            ! t/op/sprintf.t
60321 ____________________________________________________________________________
60322 [  6379] By: gsar                                  on 2000/07/12  06:40:04
60323         Log: change#6174 needs corresponding change in win32/config_h.PL,
60324              which grovels through config_h.SH to find the config.h name
60325      Branch: perl
60326            ! win32/config_h.PL
60327 ____________________________________________________________________________
60328 [  6378] By: jhi                                   on 2000/07/12  05:03:59
60329         Log: Do the cc sanity check both before the hints and
60330              after the cc selction.
60331      Branch: cfgperl
60332            ! Configure config_h.SH
60333      Branch: metaconfig
60334            ! U/modified/Oldconfig.U U/modified/cc.U
60335      Branch: metaconfig/U/perl
60336            + Checkcc.U
60337 ____________________________________________________________________________
60338 [  6377] By: jhi                                   on 2000/07/12  02:49:22
60339         Log: Fix nits noticed by Boston.pm.
60340      Branch: cfgperl
60341            ! pod/perlre.pod
60342 ____________________________________________________________________________
60343 [  6376] By: jhi                                   on 2000/07/11  21:22:13
60344         Log: Configure cosmetics and perldelta.
60345      Branch: cfgperl
60346            ! Configure config_h.SH pod/perldelta.pod
60347      Branch: metaconfig
60348            ! U/modified/cc.U
60349 ____________________________________________________________________________
60350 [  6375] By: gsar                                  on 2000/07/11  21:17:35
60351         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
60352      Branch: perl
60353            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
60354            ! win32/win32sck.c
60355 ____________________________________________________________________________
60356 [  6374] By: gsar                                  on 2000/07/11  20:48:50
60357         Log: tweak for build failure under multiplicity
60358      Branch: perl
60359            ! toke.c
60360 ____________________________________________________________________________
60361 [  6373] By: gsar                                  on 2000/07/11  20:37:23
60362         Log: integrate cfgperl changes#6325..6373 into mainline
60363              (NOTE: today's batch of integrations still untested)
60364      Branch: perl
60365           +> ext/DynaLoader/hints/netbsd.pl
60366            ! Changes
60367           !> (integrate 26 files)
60368 ____________________________________________________________________________
60369 [  6372] By: jhi                                   on 2000/07/11  20:30:36
60370         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
60371              regen perltoc.
60372      Branch: cfgperl
60373            + pod/perlbook.pod
60374            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
60375            ! pod/perltoc.pod
60376 ____________________________________________________________________________
60377 [  6371] By: jhi                                   on 2000/07/11  20:08:56
60378         Log: Minor cleanups on the booklist.
60379      Branch: cfgperl
60380            ! pod/perlfaq2.pod
60381 ____________________________________________________________________________
60382 [  6370] By: jhi                                   on 2000/07/11  19:31:13
60383         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
60384      Branch: cfgperl
60385            ! t/pragma/overload.t
60386 ____________________________________________________________________________
60387 [  6369] By: gsar                                  on 2000/07/11  19:27:48
60388         Log: integrate cfgperl changes#6293..6324 into mainline
60389      Branch: perl
60390           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
60391            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
60392           !> (integrate 30 files)
60393 ____________________________________________________________________________
60394 [  6368] By: gsar                                  on 2000/07/11  19:18:57
60395         Log: skip integrate of problematic change#6292 from cfgperl into mainline
60396      Branch: perl
60397           !> pp_hot.c
60398 ____________________________________________________________________________
60399 [  6367] By: gsar                                  on 2000/07/11  19:17:21
60400         Log: integrate cfgperl changes#6288..6290 into mainline
60401      Branch: perl
60402           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
60403 ____________________________________________________________________________
60404 [  6366] By: gsar                                  on 2000/07/11  19:11:18
60405         Log: integrate cfgperl changes#6268..6282 into mainline
60406      Branch: perl
60407           !> (integrate 30 files)
60408 ____________________________________________________________________________
60409 [  6365] By: gsar                                  on 2000/07/11  18:57:00
60410         Log: delete new accidentally branched file
60411      Branch: perl
60412            - t/op/method2entersub.t
60413 ____________________________________________________________________________
60414 [  6364] By: gsar                                  on 2000/07/11  18:55:13
60415         Log: skip integrate of change#6267 from cfgperl into mainline (the
60416              method call optimization is flawed without additional hints
60417              from user about immutableness of @ISA and no runtime method
60418              definitions)
60419      Branch: perl
60420           +> t/op/method2entersub.t
60421           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
60422           !> perl.h t/op/sprintf.t xsutils.c
60423 ____________________________________________________________________________
60424 [  6363] By: gsar                                  on 2000/07/11  18:49:43
60425         Log: integrate cfgperl changes#6261..6266 into mainline
60426      Branch: perl
60427           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
60428           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
60429           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
60430           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
60431 ____________________________________________________________________________
60432 [  6362] By: gsar                                  on 2000/07/11  18:43:26
60433         Log: integrate cfgperl changes#6252..6260 into mainline
60434      Branch: perl
60435           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
60436           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
60437           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
60438           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
60439 ____________________________________________________________________________
60440 [  6361] By: gsar                                  on 2000/07/11  18:37:12
60441         Log: skip integrate of problematic change#6251 from cfgperl into mainline
60442      Branch: perl
60443           !> lib/Exporter.pm
60444 ____________________________________________________________________________
60445 [  6360] By: gsar                                  on 2000/07/11  18:34:56
60446         Log: integrate cfgperl change#6250 into mainline
60447      Branch: perl
60448           +> t/op/my_stash.t
60449           !> MANIFEST embed.pl proto.h toke.c
60450 ____________________________________________________________________________
60451 [  6359] By: gsar                                  on 2000/07/11  18:21:19
60452         Log: integrate cfgperl changes#6242..6249 into mainline
60453      Branch: perl
60454           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
60455           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
60456           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
60457           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
60458           !> t/lib/peek.t utf8.c
60459 ____________________________________________________________________________
60460 [  6358] By: gsar                                  on 2000/07/11  18:15:45
60461         Log: skip integrate of problematic change#6241 from cfgperl into mainline
60462      Branch: perl
60463           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
60464 ____________________________________________________________________________
60465 [  6357] By: jhi                                   on 2000/07/11  18:15:16
60466         Log: Fix for
60467              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
60468              From: Roderick Schertler <roderick@argon.org> 
60469              Date: Tue, 11 Jul 2000 13:55:05 -0400 
60470              Message-Id: <200007111755.NAA05077@jones.argon.org> 
60471      Branch: cfgperl
60472            ! doio.c
60473 ____________________________________________________________________________
60474 [  6356] By: jhi                                   on 2000/07/11  18:12:51
60475         Log: Typo in #6341.
60476      Branch: cfgperl
60477            ! pp_hot.c
60478 ____________________________________________________________________________
60479 [  6355] By: gsar                                  on 2000/07/11  18:12:10
60480         Log: integrate cfgperl changes#6231..6240 into mainline
60481      Branch: perl
60482           +> pod/perlutil.pod
60483           !> (integrate 35 files)
60484 ____________________________________________________________________________
60485 [  6354] By: jhi                                   on 2000/07/11  18:04:34
60486         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
60487              From: Dominic Dunlop <domo@computer.org> 
60488              Date: Tue, 11 Jul 2000 12:27:33 +0200 
60489              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
60490              
60491              Replaces change #6268.
60492      Branch: cfgperl
60493            ! t/op/sprintf.t
60494 ____________________________________________________________________________
60495 [  6353] By: gsar                                  on 2000/07/11  17:59:51
60496         Log: skip integrate of problematic change#6230 from cfgperl into mainline
60497              (a later version of File::Spec is already in mainline)
60498      Branch: perl
60499           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
60500           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
60501 ____________________________________________________________________________
60502 [  6352] By: gsar                                  on 2000/07/11  17:57:48
60503         Log: integrate cfgperl changes#6224..6229 into mainline
60504      Branch: perl
60505           +> lib/lib.pm.PL
60506            - lib/lib.pm
60507           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
60508           !> lib/English.pm op.c t/lib/english.t
60509 ____________________________________________________________________________
60510 [  6351] By: gsar                                  on 2000/07/11  17:50:10
60511         Log: skip integrate of problematic change#6223 from cfgperl into mainline
60512      Branch: perl
60513           !> doio.c
60514 ____________________________________________________________________________
60515 [  6350] By: gsar                                  on 2000/07/11  17:48:28
60516         Log: integrate cfgperl changes#6220..6222 into mainline
60517      Branch: perl
60518           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
60519           !> toke.c utf8.c win32/win32.h
60520 ____________________________________________________________________________
60521 [  6349] By: gsar                                  on 2000/07/11  17:46:13
60522         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
60523              mainline
60524      Branch: perl
60525           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
60526           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
60527           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
60528 ____________________________________________________________________________
60529 [  6348] By: jhi                                   on 2000/07/11  17:45:49
60530         Log: README.posix-bc podified from Thomas Dorner.
60531      Branch: cfgperl
60532            ! README.posix-bc
60533 ____________________________________________________________________________
60534 [  6347] By: gsar                                  on 2000/07/11  17:42:04
60535         Log: integrate cfgperl change#6217 into mainline
60536      Branch: perl
60537           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
60538           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
60539           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
60540 ____________________________________________________________________________
60541 [  6346] By: gsar                                  on 2000/07/11  17:39:37
60542         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
60543              mainline
60544      Branch: perl
60545           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
60546           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
60547           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
60548           !> perlapi.h pod/perlapi.pod
60549 ____________________________________________________________________________
60550 [  6345] By: gsar                                  on 2000/07/11  17:36:42
60551         Log: integrate cfgperl changes#6207..6210 into mainline
60552      Branch: perl
60553           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
60554           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
60555 ____________________________________________________________________________
60556 [  6344] By: gsar                                  on 2000/07/11  17:31:20
60557         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
60558              mainline
60559      Branch: perl
60560           !> (integrate 40 files)
60561 ____________________________________________________________________________
60562 [  6343] By: gsar                                  on 2000/07/11  17:19:08
60563         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
60564      Branch: perl
60565           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
60566            ! Changes
60567           !> (integrate 34 files)
60568 ____________________________________________________________________________
60569 [  6342] By: jhi                                   on 2000/07/11  16:05:48
60570         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
60571              To: perl5-porters@perl.org
60572              From: Karsten Sperling <spiff@phreax.net>
60573              Date: Mon, 10 Jul 2000 15:12:52 +0200
60574              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
60575      Branch: cfgperl
60576            ! lib/Symbol.pm
60577 ____________________________________________________________________________
60578 [  6341] By: jhi                                   on 2000/07/11  15:59:23
60579         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
60580              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60581              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
60582              Date: Fri, 07 Jul 2000 17:57:16 +0100
60583      Branch: cfgperl
60584            ! pp_hot.c
60585 ____________________________________________________________________________
60586 [  6340] By: jhi                                   on 2000/07/11  15:55:47
60587         Log: Subject: Re: format bug report  [Patch]
60588              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60589              Date: Wed, 05 Jul 2000 13:12:52 +0200
60590              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
60591              
60592              Subject: Re: format bug report  [Patch]
60593              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60594              Date: Wed, 05 Jul 2000 14:10:01 +0200
60595              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
60596      Branch: cfgperl
60597            ! t/op/write.t toke.c
60598 ____________________________________________________________________________
60599 [  6339] By: jhi                                   on 2000/07/11  13:54:09
60600         Log: Be less forgiving about ambiguous and illegal tr ranges.
60601              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
60602              From: Mark-Jason Dominus <mjd@plover.com>
60603              Date: Tue, 04 Jul 2000 10:00:12 -0400
60604              Message-ID: <20000704140012.17772.qmail@plover.com>
60605              
60606              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
60607              From: Mark-Jason Dominus <mjd@plover.com>
60608              Date: Wed, 05 Jul 2000 09:37:36 -0400
60609              Message-ID: <20000705133736.27293.qmail@plover.com>
60610      Branch: cfgperl
60611            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
60612 ____________________________________________________________________________
60613 [  6338] By: jhi                                   on 2000/07/11  13:31:24
60614         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
60615              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60616              Date: Tue, 11 Jul 2000 13:50:51 +0100
60617              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
60618      Branch: cfgperl
60619            ! sv.c
60620 ____________________________________________________________________________
60621 [  6337] By: jhi                                   on 2000/07/11  13:29:14
60622         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
60623              From: Hugo <hv@crypt.compulink.co.uk>
60624              Date: Tue, 11 Jul 2000 12:44:50 +0100
60625              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
60626      Branch: cfgperl
60627            ! regexec.c t/op/re_tests
60628 ____________________________________________________________________________
60629 [  6336] By: jhi                                   on 2000/07/11  13:26:47
60630         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
60631              From: simon@brecon.co.uk (Simon Cozens)
60632              Date: 7 Jul 2000 11:26:09 GMT
60633              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
60634      Branch: cfgperl
60635            ! mg.c
60636 ____________________________________________________________________________
60637 [  6335] By: jhi                                   on 2000/07/11  13:23:37
60638         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
60639              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
60640              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
60641              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
60642      Branch: cfgperl
60643            + ext/DynaLoader/hints/netbsd.pl
60644            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
60645 ____________________________________________________________________________
60646 [  6334] By: jhi                                   on 2000/07/11  13:20:38
60647         Log: Subject: PATCH perlguts.pod: Document D and d magic types
60648              From: mjd@plover.com
60649              Date: 5 Jul 2000 18:01:51 -0000
60650              Message-ID: <20000705180151.29413.qmail@plover.com>
60651      Branch: cfgperl
60652            ! pod/perlguts.pod
60653 ____________________________________________________________________________
60654 [  6333] By: jhi                                   on 2000/07/11  13:15:51
60655         Log: Precedence goof, fix based on
60656              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
60657              From: Hugo <hv@crypt.compulink.co.uk>
60658              Date: Tue, 11 Jul 2000 12:52:38 +0100
60659              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
60660      Branch: cfgperl
60661            ! t/op/taint.t
60662 ____________________________________________________________________________
60663 [  6332] By: jhi                                   on 2000/07/11  12:40:17
60664         Log: Integrate with Sarathy.
60665      Branch: cfgperl
60666           !> win32/win32sck.c
60667 ____________________________________________________________________________
60668 [  6331] By: jhi                                   on 2000/07/10  20:14:16
60669         Log: Sprinkle ldlibpath.
60670      Branch: cfgperl
60671            ! pod/Makefile.SH
60672 ____________________________________________________________________________
60673 [  6330] By: jhi                                   on 2000/07/10  17:54:49
60674         Log: More POSIX.pod tweaks.
60675      Branch: cfgperl
60676            ! ext/POSIX/POSIX.pod
60677 ____________________________________________________________________________
60678 [  6329] By: jhi                                   on 2000/07/10  14:02:12
60679         Log: Reorder perl.pod once more.
60680      Branch: cfgperl
60681            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
60682 ____________________________________________________________________________
60683 [  6328] By: gsar                                  on 2000/07/10  07:06:00
60684         Log: accept() leaks memory on windows due to incorrect ordering of
60685              closesocket() and fclose() calls
60686      Branch: perl
60687            ! win32/win32sck.c
60688 ____________________________________________________________________________
60689 [  6327] By: gsar                                  on 2000/07/10  06:49:17
60690         Log: winsock options weren't being set in all threads under ithreads
60691              (caused send()s from second and subsequent threads to fail)
60692      Branch: perl
60693            ! win32/win32sck.c
60694 ____________________________________________________________________________
60695 [  6326] By: jhi                                   on 2000/07/08  02:45:40
60696         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
60697              was cast to an unsigned (32-bit) integer with wild abandon.
60698      Branch: cfgperl
60699            ! ext/Devel/DProf/DProf.xs
60700 ____________________________________________________________________________
60701 [  6325] By: jhi                                   on 2000/07/07  18:50:33
60702         Log: Remove perlbook, update perlfaq book listing,
60703              rearrange perl.pod, regenerate perltoc.
60704      Branch: cfgperl
60705            - pod/perlbook.pod
60706            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
60707            ! pod/perlfaq2.pod pod/perltoc.pod
60708 ____________________________________________________________________________
60709 [  6324] By: jhi                                   on 2000/07/07  14:03:40
60710         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
60711      Branch: cfgperl
60712            ! sv.h toke.c
60713 ____________________________________________________________________________
60714 [  6323] By: jhi                                   on 2000/07/06  16:03:55
60715         Log: Fix complaints of buildtoc.
60716      Branch: cfgperl
60717            + lib/Win32.pod
60718            - pod/Win32.pod
60719            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
60720 ____________________________________________________________________________
60721 [  6322] By: jhi                                   on 2000/07/06  15:15:52
60722         Log: Add =head1 NAMEs so that buildtoc is happy.
60723              (The CGI::Util nit reported to Lincoln.)
60724      Branch: cfgperl
60725            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
60726            ! pod/perltoc.pod
60727 ____________________________________________________________________________
60728 [  6321] By: jhi                                   on 2000/07/06  03:16:04
60729         Log: Config is being used.
60730      Branch: cfgperl
60731            ! t/op/method.t
60732 ____________________________________________________________________________
60733 [  6320] By: jhi                                   on 2000/07/06  03:13:13
60734         Log: Integrate with Sarathy.
60735      Branch: cfgperl
60736           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
60737 ____________________________________________________________________________
60738 [  6319] By: jhi                                   on 2000/07/06  03:11:46
60739         Log: Autogenerate pod/Makefile and pod/buildtoc.
60740              buildtoc also checks whether the existin pods are
60741              mentioned in MANIFEST and perl.pod, and vice versa.
60742              (None of the thusly found discrepancies fixed yet.)
60743              roffitall also needs to be autogenerated similarly but it
60744              seems so badly out of date that I didn't touch it yet.
60745      Branch: cfgperl
60746            + pod/Makefile.SH pod/buildtoc.PL
60747            - pod/Makefile pod/buildtoc
60748            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
60749 ____________________________________________________________________________
60750 [  6318] By: gsar                                  on 2000/07/05  22:10:54
60751         Log: fix UNC path handling on Windows under ithreads, and chdir()
60752              return value when given a non-existent directory
60753      Branch: perl
60754            ! win32/vdir.h
60755 ____________________________________________________________________________
60756 [  6317] By: gsar                                  on 2000/07/05  22:08:19
60757         Log: winsock cleanup never done on Windows (leads to handle leaks)
60758      Branch: perl
60759            ! win32/perllib.c win32/win32sck.c
60760 ____________________________________________________________________________
60761 [  6316] By: gsar                                  on 2000/07/05  22:06:19
60762         Log: some debugger output does not go to the socket when RemotePort is set
60763      Branch: perl
60764            ! lib/perl5db.pl
60765 ____________________________________________________________________________
60766 [  6315] By: jhi                                   on 2000/07/05  00:25:21
60767         Log: Integrate with Sarathy, preliminary fix for unicos
60768              alignment problems in [ID 20000612.002] Perl problem on Cray system.
60769      Branch: cfgperl
60770            ! sv.h
60771           !> pp_hot.c
60772 ____________________________________________________________________________
60773 [  6314] By: gsar                                  on 2000/07/04  23:34:02
60774         Log: tyop in change#6306
60775      Branch: perl
60776            ! pp_hot.c
60777 ____________________________________________________________________________
60778 [  6313] By: jhi                                   on 2000/07/04  22:14:38
60779         Log: Multiline string literals ENONPORTABLE.
60780      Branch: cfgperl
60781            ! pp_hot.c
60782 ____________________________________________________________________________
60783 [  6312] By: jhi                                   on 2000/07/04  20:34:44
60784         Log: Integrate with Sarathy.
60785      Branch: cfgperl
60786           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
60787           !> t/op/method.t
60788 ____________________________________________________________________________
60789 [  6311] By: jhi                                   on 2000/07/04  20:30:56
60790         Log: More POSIX.pod embellishment.
60791      Branch: cfgperl
60792            ! ext/POSIX/POSIX.pod
60793 ____________________________________________________________________________
60794 [  6310] By: gsar                                  on 2000/07/04  17:28:48
60795         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
60796      Branch: perl
60797            ! t/lib/b.t
60798 ____________________________________________________________________________
60799 [  6309] By: jhi                                   on 2000/07/04  17:22:18
60800         Log: The #6308 required a little bit more.
60801      Branch: cfgperl
60802            ! Makefile.SH win32/Makefile
60803 ____________________________________________________________________________
60804 [  6308] By: jhi                                   on 2000/07/04  16:35:24
60805         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
60806      Branch: cfgperl
60807            + lib/lib_pm.PL
60808            - lib/lib.pm.PL
60809            ! MANIFEST Makefile.SH
60810 ____________________________________________________________________________
60811 [  6307] By: jhi                                   on 2000/07/04  16:28:58
60812         Log: Win32 patches for cfgperl from Sarathy.
60813      Branch: cfgperl
60814            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
60815            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
60816            ! thread.h toke.c util.c win32/Makefile win32/win32.c
60817 ____________________________________________________________________________
60818 [  6306] By: gsar                                  on 2000/07/04  16:28:40
60819         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
60820              (from Richard Soderberg <rs@oregonnet.com>)
60821      Branch: perl
60822            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
60823 ____________________________________________________________________________
60824 [  6305] By: jhi                                   on 2000/07/04  16:24:24
60825         Log: Integrate with Sarathy.
60826      Branch: cfgperl
60827           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
60828           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
60829           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
60830           !> proto.h win32/win32.c
60831 ____________________________________________________________________________
60832 [  6304] By: gsar                                  on 2000/07/04  16:17:24
60833         Log: missing perldiag entry for unpack("w",...) diagnostic (from
60834              Andreas Koenig)
60835      Branch: perl
60836            ! pod/perldiag.pod
60837 ____________________________________________________________________________
60838 [  6303] By: gsar                                  on 2000/07/04  16:14:44
60839         Log: remove rel2abs prototypes (from Barrie Slaymaker)
60840      Branch: perl
60841            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
60842            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
60843 ____________________________________________________________________________
60844 [  6302] By: gsar                                  on 2000/07/04  04:59:35
60845         Log: adjust change#6299
60846      Branch: perl
60847            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
60848            ! win32/win32.c
60849 ____________________________________________________________________________
60850 [  6301] By: jhi                                   on 2000/07/04  04:50:07
60851         Log: Integrate with Sarathy.
60852      Branch: cfgperl
60853           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
60854           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
60855           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
60856 ____________________________________________________________________________
60857 [  6300] By: gsar                                  on 2000/07/04  04:42:09
60858         Log: PERL_OBJECT build tweak
60859      Branch: perl
60860            ! perl.h
60861 ____________________________________________________________________________
60862 [  6299] By: gsar                                  on 2000/07/04  04:37:00
60863         Log: fix memory leak on Windows (PL_sys_intern contents were never
60864              freed)
60865      Branch: perl
60866            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
60867            ! perlapi.c proto.h win32/win32.c
60868 ____________________________________________________________________________
60869 [  6298] By: gsar                                  on 2000/07/04  04:15:59
60870         Log: fix large memory leak that has been around for ever, masked by
60871              -DPURIFY (most of the arenas were never freed!)
60872      Branch: perl
60873            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
60874 ____________________________________________________________________________
60875 [  6297] By: gsar                                  on 2000/07/04  04:07:46
60876         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
60877      Branch: perl
60878            ! perl.c
60879 ____________________________________________________________________________
60880 [  6296] By: jhi                                   on 2000/06/30  18:28:37
60881         Log: Elaborate POSIX.pod.  Still needs work.
60882      Branch: cfgperl
60883            ! ext/POSIX/POSIX.pod
60884 ____________________________________________________________________________
60885 [  6295] By: jhi                                   on 2000/06/30  14:58:18
60886         Log: Point to perlipc for more SysV IPC examples.
60887      Branch: cfgperl
60888            ! pod/perlfunc.pod
60889 ____________________________________________________________________________
60890 [  6294] By: gsar                                  on 2000/06/30  14:47:45
60891         Log: slurp mode fix in change#4736 still not quite right
60892      Branch: perl
60893            ! pp_hot.c t/io/argv.t
60894 ____________________________________________________________________________
60895 [  6293] By: jhi                                   on 2000/06/30  12:02:55
60896         Log: Integrate with Sarathy.
60897      Branch: cfgperl
60898           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
60899 ____________________________________________________________________________
60900 [  6292] By: jhi                                   on 2000/06/30  12:01:11
60901         Log: From: simon@brecon.co.uk (Simon Cozens)
60902              Subject: UTF8 concat
60903              Date: 30 Jun 2000 06:13:25 GMT
60904              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
60905      Branch: cfgperl
60906            ! pp_hot.c
60907 ____________________________________________________________________________
60908 [  6291] By: gsar                                  on 2000/06/30  04:37:33
60909         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
60910              when @_ is modified, causing coredumps
60911      Branch: perl
60912            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
60913 ____________________________________________________________________________
60914 [  6290] By: jhi                                   on 2000/06/30  02:21:44
60915         Log: Integrate with Sarathy.
60916      Branch: cfgperl
60917           !> vms/vms.c vms/vmsish.h
60918 ____________________________________________________________________________
60919 [  6289] By: jhi                                   on 2000/06/30  02:21:02
60920         Log: Check VERSIONs.
60921      Branch: cfgperl
60922            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
60923            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
60924            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
60925 ____________________________________________________________________________
60926 [  6288] By: jhi                                   on 2000/06/30  02:18:52
60927         Log: Integrate with Sarathy.
60928      Branch: cfgperl
60929           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
60930           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
60931           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
60932           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
60933 ____________________________________________________________________________
60934 [  6287] By: gsar                                  on 2000/06/30  02:17:08
60935         Log: integrate vmsperl changes into mainline
60936      Branch: perl
60937           !> vms/vms.c vms/vmsish.h
60938 ____________________________________________________________________________
60939 [  6285] By: gsar                                  on 2000/06/30  02:05:28
60940         Log: localize %INC in a Safe compartment so that use/require work
60941              (many other magic globals probably need similar treatment)
60942      Branch: perl
60943            ! ext/Opcode/Opcode.xs
60944 ____________________________________________________________________________
60945 [  6284] By: gsar                                  on 2000/06/30  01:54:54
60946         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
60947              about Windows
60948      Branch: perl
60949            ! pod/perlembed.pod
60950 ____________________________________________________________________________
60951 [  6283] By: jhi                                   on 2000/06/30  01:50:10
60952         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
60953              From: Barrie Slaymaker <barries@jester.slaysys.com>
60954              Date: Wed, 28 Jun 2000 11:35:29 -0400
60955              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
60956      Branch: perl
60957            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
60958            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
60959            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
60960            ! lib/File/Spec/Win32.pm
60961 ____________________________________________________________________________
60962 [  6282] By: jhi                                   on 2000/06/29  22:57:22
60963         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
60964              From: Dan Sugalski <dan@sidhe.org>
60965              Date: Tue, 06 Jun 2000 11:59:50 -0400
60966              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
60967      Branch: cfgperl
60968            ! vms/vms.c
60969 ____________________________________________________________________________
60970 [  6281] By: jhi                                   on 2000/06/29  22:52:50
60971         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
60972              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
60973              Date: Wed, 7 Jun 2000 04:02:04 -0500
60974              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
60975      Branch: cfgperl
60976            ! utils/h2xs.PL
60977 ____________________________________________________________________________
60978 [  6280] By: jhi                                   on 2000/06/29  22:45:47
60979         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
60980              From: rspier@pobox.com (Robert Spier)
60981              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
60982              Message-ID: <14654.31913.845602.610277@rls.cx>
60983      Branch: cfgperl
60984            ! utils/h2xs.PL
60985 ____________________________________________________________________________
60986 [  6279] By: jhi                                   on 2000/06/29  22:38:16
60987         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
60988              From: Tim Ayers <tayers@bridge.com>
60989              Date: Thu, 08 Jun 2000 08:11:06 +0200
60990              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
60991              [resent by Richard Foley, Message-Id probably wrong]
60992      Branch: cfgperl
60993            ! pod/perlsub.pod
60994 ____________________________________________________________________________
60995 [  6278] By: jhi                                   on 2000/06/29  22:21:45
60996         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
60997              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
60998              Date: Fri, 09 Jun 2000 12:39:27 -0400
60999              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
61000              (plus update the version "number" of Text::Wrap)
61001      Branch: cfgperl
61002            ! lib/Text/Wrap.pm
61003 ____________________________________________________________________________
61004 [  6277] By: jhi                                   on 2000/06/29  22:13:10
61005         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
61006              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61007              Date: Mon, 12 Jun 2000 14:55:59 +0100
61008              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
61009      Branch: cfgperl
61010            ! pod/perlfunc.pod
61011 ____________________________________________________________________________
61012 [  6276] By: jhi                                   on 2000/06/29  22:11:06
61013         Log: Subject: [PATCH] Re: eval documentation: context
61014              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61015              Date: Mon, 12 Jun 2000 15:07:29 +0100
61016              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
61017      Branch: cfgperl
61018            ! pod/perlfunc.pod
61019 ____________________________________________________________________________
61020 [  6275] By: jhi                                   on 2000/06/29  21:59:46
61021         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
61022              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
61023              Date: Tue, 13 Jun 2000 02:43:48 -0500
61024              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
61025      Branch: cfgperl
61026            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
61027 ____________________________________________________________________________
61028 [  6274] By: jhi                                   on 2000/06/29  21:56:14
61029         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
61030              From: Andy Dougherty <doughera@lafayette.edu>
61031              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
61032              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
61033      Branch: cfgperl
61034            ! ext/File/Glob/Glob.pm
61035 ____________________________________________________________________________
61036 [  6273] By: jhi                                   on 2000/06/29  21:49:09
61037         Log: Subject: [PATCH] xsub attributes
61038              From: Doug MacEachern <dougm@covalent.net>
61039              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
61040              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
61041      Branch: cfgperl
61042            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
61043            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
61044 ____________________________________________________________________________
61045 [  6272] By: jhi                                   on 2000/06/29  21:41:28
61046         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
61047              From: Tom Phoenix <rootbeer@redcat.com>
61048              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
61049              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
61050      Branch: cfgperl
61051            ! lib/Net/Ping.pm
61052 ____________________________________________________________________________
61053 [  6271] By: jhi                                   on 2000/06/29  21:36:55
61054         Log: Subject: PATCH pod/perltie.pod
61055              From: Ian Phillipps <Ian.Phillipps@iname.com>
61056              Date: Fri, 16 Jun 2000 00:17:19 +0100
61057              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
61058              (only the first hunk, the second hunk had already been done
61059              by some other patch)
61060      Branch: cfgperl
61061            ! pod/perltie.pod
61062 ____________________________________________________________________________
61063 [  6270] By: jhi                                   on 2000/06/29  21:24:51
61064         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
61065              From: Nicholas Clark <nick@talking.bollo.cx>
61066              Date: Fri, 23 Jun 2000 16:21:15 +0100
61067              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
61068      Branch: cfgperl
61069            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
61070            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
61071 ____________________________________________________________________________
61072 [  6269] By: jhi                                   on 2000/06/29  19:38:15
61073         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
61074              silence few compiler warnings.
61075      Branch: cfgperl
61076            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
61077 ____________________________________________________________________________
61078 [  6268] By: jhi                                   on 2000/06/29  18:21:50
61079         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
61080              From: Dominic Dunlop <domo@computer.org> 
61081              Date: Thu, 29 Jun 2000 12:32:39 +0200 
61082              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
61083      Branch: cfgperl
61084            ! t/op/sprintf.t
61085 ____________________________________________________________________________
61086 [  6267] By: jhi                                   on 2000/06/29  18:16:07
61087         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
61088              From: Doug MacEachern <dougm@covalent.net>
61089              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
61090              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
61091      Branch: cfgperl
61092            + t/op/method2entersub.t
61093            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
61094            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
61095            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
61096            ! xsutils.c
61097 ____________________________________________________________________________
61098 [  6266] By: jhi                                   on 2000/06/29  15:11:15
61099         Log: Subject: [PATCH 5.6.0] cygwin port
61100              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
61101              From: "Fifer, Eric" <EFifer@sanwaint.com>
61102              Date: Thu, 29 Jun 2000 12:58:29 +0100
61103      Branch: cfgperl
61104            ! cygwin/Makefile.SHs
61105 ____________________________________________________________________________
61106 [  6265] By: jhi                                   on 2000/06/29  15:04:05
61107         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
61108              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
61109              Date: Wed, 28 Jun 2000 17:50:12 -0700
61110              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
61111      Branch: cfgperl
61112            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
61113 ____________________________________________________________________________
61114 [  6264] By: jhi                                   on 2000/06/29  15:00:57
61115         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
61116              From: Marty Lucich <marty@netcom.com>
61117              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
61118              Message-Id: <200006282116.OAA11148@netcom.com>
61119              ccdlflags update (the BSD/OS 4.1 part had already been taken
61120              care of by #6141).
61121      Branch: cfgperl
61122            ! hints/bsdos.sh
61123 ____________________________________________________________________________
61124 [  6263] By: jhi                                   on 2000/06/29  13:47:44
61125         Log: tr fixes from Simon Cozens
61126      Branch: cfgperl
61127            ! doop.c
61128 ____________________________________________________________________________
61129 [  6262] By: jhi                                   on 2000/06/28  18:46:01
61130         Log: Subject: 5.6.0 Patch for EPOC
61131              From: Olaf Flebbe <o.flebbe@gmx.de>
61132              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
61133              Message-ID: <23449.960929969@www11.gmx.net>
61134      Branch: cfgperl
61135            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
61136            ! epoc/epocish.h
61137 ____________________________________________________________________________
61138 [  6261] By: jhi                                   on 2000/06/28  18:29:07
61139         Log: Subject: Re: [PATCH cfgperl] BOMs away!
61140              From: simon@brecon.co.uk (Simon Cozens)
61141              Date: 17 Jun 2000 11:49:57 GMT
61142              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
61143      Branch: cfgperl
61144            ! pod/perldiag.pod t/comp/require.t toke.c
61145 ____________________________________________________________________________
61146 [  6260] By: jhi                                   on 2000/06/28  17:47:16
61147         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
61148              From: simon@brecon.co.uk (Simon Cozens) 
61149              Date: 17 Jun 2000 11:56:44 GMT 
61150              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
61151              pack U0, pack C0
61152      Branch: cfgperl
61153            ! pod/perlfunc.pod pp.c t/op/pack.t
61154 ____________________________________________________________________________
61155 [  6259] By: jhi                                   on 2000/06/28  16:43:17
61156         Log: perlnewmod was missing from MANIFEST.
61157      Branch: cfgperl
61158            ! MANIFEST
61159 ____________________________________________________________________________
61160 [  6258] By: jhi                                   on 2000/06/28  15:54:30
61161         Log: linenumber tweak
61162      Branch: cfgperl
61163            ! t/pragma/warn/regcomp
61164 ____________________________________________________________________________
61165 [  6257] By: jhi                                   on 2000/06/28  15:50:44
61166         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
61167              From: Doug MacEachern <dougm@covalent.net>
61168              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
61169              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
61170              (one part of the patch had been applied earlier)
61171      Branch: cfgperl
61172            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
61173 ____________________________________________________________________________
61174 [  6256] By: jhi                                   on 2000/06/28  15:40:22
61175         Log: tweaks from Simon Cozens to further fix tr/// under utf8
61176      Branch: cfgperl
61177            ! doop.c
61178 ____________________________________________________________________________
61179 [  6255] By: jhi                                   on 2000/06/28  15:33:45
61180         Log: small thinko tweaks
61181      Branch: cfgperl
61182            ! lib/IPC/Open3.pm t/op/my_stash.t
61183 ____________________________________________________________________________
61184 [  6254] By: jhi                                   on 2000/06/28  15:33:25
61185         Log: Subject: tr///, help wanted.
61186              From: simon@brecon.co.uk (Simon Cozens)
61187              Date: 28 Jun 2000 11:29:04 GMT
61188              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
61189      Branch: cfgperl
61190            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
61191            ! pp_proto.h proto.h t/op/tr.t
61192 ____________________________________________________________________________
61193 [  6253] By: jhi                                   on 2000/06/28  15:09:17
61194         Log: Paranoia tweak on #6249.
61195              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
61196              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
61197              Date: Sun, 25 Jun 2000 23:43:12 -0400
61198              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
61199      Branch: cfgperl
61200            ! lib/IPC/Open3.pm
61201 ____________________________________________________________________________
61202 [  6252] By: jhi                                   on 2000/06/28  15:01:38
61203         Log: Document #6249 and #6251.
61204      Branch: cfgperl
61205            ! lib/Exporter.pm lib/IPC/Open3.pm
61206 ____________________________________________________________________________
61207 [  6251] By: jhi                                   on 2000/06/28  14:50:43
61208         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
61209              From: Doug MacEachern <dougm@covalent.net>
61210              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
61211              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
61212      Branch: cfgperl
61213            ! lib/Exporter.pm
61214 ____________________________________________________________________________
61215 [  6250] By: jhi                                   on 2000/06/28  14:45:23
61216         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
61217              From: Doug MacEachern <dougm@covalent.net>
61218              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
61219              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
61220      Branch: cfgperl
61221            + t/op/my_stash.t
61222            ! MANIFEST embed.pl global.sym proto.h toke.c
61223 ____________________________________________________________________________
61224 [  6249] By: jhi                                   on 2000/06/28  14:36:34
61225         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
61226              From: Frank Tobin <ftobin@uiuc.edu>
61227              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
61228              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
61229      Branch: cfgperl
61230            ! lib/IPC/Open3.pm
61231 ____________________________________________________________________________
61232 [  6248] By: jhi                                   on 2000/06/28  14:11:25
61233         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
61234              From: Mark-Jason Dominus <mjd@plover.com>
61235              Date: Tue, 27 Jun 2000 22:36:42 -0400
61236              Message-ID: <20000628023642.12166.qmail@plover.com>
61237      Branch: cfgperl
61238            ! pod/perlfunc.pod
61239 ____________________________________________________________________________
61240 [  6247] By: jhi                                   on 2000/06/27  12:46:37
61241         Log: Tweak $VERSION, patch from Doug MacEachern.
61242      Branch: cfgperl
61243            ! lib/File/Spec.pm
61244 ____________________________________________________________________________
61245 [  6246] By: jhi                                   on 2000/06/27  03:34:46
61246         Log: Allow for standalone testing.
61247      Branch: cfgperl
61248            ! t/lib/filefunc.t t/lib/filespec.t
61249 ____________________________________________________________________________
61250 [  6245] By: jhi                                   on 2000/06/27  02:50:02
61251         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
61252              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
61253              Date: Sat, 24 Jun 2000 13:06:20 +0100
61254              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
61255      Branch: cfgperl
61256            ! ext/DynaLoader/DynaLoader_pm.PL
61257 ____________________________________________________________________________
61258 [  6244] By: jhi                                   on 2000/06/27  02:46:10
61259         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
61260              From: Doug MacEachern <dougm@covalent.net>
61261              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
61262              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
61263      Branch: cfgperl
61264            ! gv.c sv.c t/lib/peek.t
61265 ____________________________________________________________________________
61266 [  6243] By: jhi                                   on 2000/06/27  02:38:07
61267         Log: Subject: [PATCH] is_utf8_string
61268              From: simon@brecon.co.uk (Simon Cozens)
61269              Date: 26 Jun 2000 02:25:59 GMT
61270              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
61271      Branch: cfgperl
61272            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
61273            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
61274            ! proto.h utf8.c
61275 ____________________________________________________________________________
61276 [  6242] By: jhi                                   on 2000/06/27  02:24:00
61277         Log: Subject: [PATCH] bytes<->utf8 fixes
61278              From: simon@brecon.co.uk (Simon Cozens)
61279              Date: 26 Jun 2000 04:55:45 GMT
61280              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
61281      Branch: cfgperl
61282            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
61283 ____________________________________________________________________________
61284 [  6241] By: jhi                                   on 2000/06/27  02:12:42
61285         Log: Do no -warn on \_, only on \alpha.
61286              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
61287              From: David Dyck <dcd@tc.fluke.com>
61288              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
61289              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
61290      Branch: cfgperl
61291            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
61292 ____________________________________________________________________________
61293 [  6240] By: jhi                                   on 2000/06/27  02:00:01
61294         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
61295              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
61296              Date: Mon, 26 Jun 2000 18:40:14 +0100
61297              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
61298      Branch: cfgperl
61299            ! utils/h2xs.PL
61300 ____________________________________________________________________________
61301 [  6239] By: jhi                                   on 2000/06/27  01:53:40
61302         Log: Configure maintenance.  Sever some dependency cycles,
61303              separate gccversion from the cc unit,
61304              address [ID 20000623.006] Configure script patch for using gcc on AIX
61305              (but solve it a little bit differently),
61306              unduplex some accidentally duplicated units,
61307              suggest using gcc if no cc available
61308              (p5p thread: "Solaris configure: counterproposal", 1999-09)
61309      Branch: cfgperl
61310            ! Configure Todo-5.6 config_h.SH
61311      Branch: metaconfig
61312            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
61313            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
61314      Branch: metaconfig/U/perl
61315            + gccvers.U
61316            ! d_getespwnam.U d_getprpwnam.U i_prot.U
61317 ____________________________________________________________________________
61318 [  6238] By: jhi                                   on 2000/06/25  18:04:56
61319         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
61320              From: Dan Sugalski <dan@sidhe.org>
61321              Date: Fri, 23 Jun 2000 17:00:00 -0400
61322              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
61323      Branch: cfgperl
61324            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
61325 ____________________________________________________________________________
61326 [  6237] By: jhi                                   on 2000/06/25  16:36:45
61327         Log: Tweak embed.pl, regen headers.
61328      Branch: cfgperl
61329            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
61330            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
61331            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
61332            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
61333            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
61334 ____________________________________________________________________________
61335 [  6236] By: jhi                                   on 2000/06/25  15:26:42
61336         Log: Regen headers.
61337      Branch: cfgperl
61338            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
61339            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
61340            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
61341            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
61342            ! regnodes.h warnings.h
61343 ____________________________________________________________________________
61344 [  6235] By: jhi                                   on 2000/06/23  19:39:35
61345         Log: The thread begun by
61346              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
61347              From: Kevin.Ruscoe@ubsw.com
61348              Date: Fri, 16 Jun 2000 16:38:51 +0100
61349              Message-Id: <H000019b03c300d6@MHS>
61350      Branch: cfgperl
61351            ! hints/solaris_2.sh
61352 ____________________________________________________________________________
61353 [  6234] By: jhi                                   on 2000/06/23  19:23:36
61354         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
61355              because when run as services (Win32ese for daemons)
61356              no environment variables are set and tmpdir ends up as /tmp,
61357              which is ambiguous.
61358              
61359              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
61360              From: matt@sergeant.org
61361              Date: 16 Jun 2000 16:30:43 -0000
61362              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
61363      Branch: cfgperl
61364            ! lib/File/Spec/Win32.pm
61365 ____________________________________________________________________________
61366 [  6233] By: jhi                                   on 2000/06/23  19:18:58
61367         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
61368              From: Mark-Jason Dominus <mjd@plover.com>
61369              Date: Fri, 16 Jun 2000 20:53:04 -0400
61370              Message-ID: <20000617005304.8008.qmail@plover.com>
61371      Branch: cfgperl
61372            ! op.h
61373 ____________________________________________________________________________
61374 [  6232] By: jhi                                   on 2000/06/23  16:10:02
61375         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
61376              From: simon@brecon.co.uk (Simon Cozens)
61377              Date: 19 Jun 2000 15:18:27 GMT
61378              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
61379              
61380              plus update pod/Makefile and regenerate perltoc
61381      Branch: cfgperl
61382            + pod/perlutil.pod
61383            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
61384 ____________________________________________________________________________
61385 [  6231] By: jhi                                   on 2000/06/23  15:19:18
61386         Log: Subject: [PATCH 5.6.0] cygwin port
61387              From: "Fifer, Eric" <EFifer@sanwaint.com>
61388              Date: Tue, 20 Jun 2000 14:30:58 +0100
61389              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
61390      Branch: cfgperl
61391            ! README.cygwin lib/File/Find.pm
61392 ____________________________________________________________________________
61393 [  6230] By: jhi                                   on 2000/06/23  14:25:21
61394         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
61395      Branch: cfgperl
61396            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
61397            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
61398            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
61399            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
61400 ____________________________________________________________________________
61401 [  6229] By: jhi                                   on 2000/06/23  14:13:34
61402         Log: Subject: README.hpux version 0.6.1
61403              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
61404              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
61405              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
61406      Branch: cfgperl
61407            ! README.hpux
61408 ____________________________________________________________________________
61409 [  6228] By: jhi                                   on 2000/06/23  14:07:20
61410         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
61411              From: Doug MacEachern <dougm@covalent.net>
61412              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
61413              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
61414      Branch: cfgperl
61415            ! op.c
61416 ____________________________________________________________________________
61417 [  6227] By: jhi                                   on 2000/06/23  14:01:06
61418         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
61419              From: Doug MacEachern <dougm@covalent.net>
61420              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
61421              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
61422      Branch: cfgperl
61423            + lib/lib.pm.PL
61424            - lib/lib.pm
61425            ! MANIFEST Makefile.SH
61426 ____________________________________________________________________________
61427 [  6226] By: jhi                                   on 2000/06/23  13:53:07
61428         Log: Subject: [PATCH] remove forward declarations in Socket.pm
61429              From: Doug MacEachern <dougm@covalent.net>
61430              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
61431              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
61432              
61433              From: Doug MacEachern <dougm@covalent.net>
61434              Subject: Re: [PATCH] remove forward declarations in Socket.pm
61435              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
61436              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
61437      Branch: cfgperl
61438            ! ext/Socket/Socket.pm op.c
61439 ____________________________________________________________________________
61440 [  6225] By: jhi                                   on 2000/06/23  13:41:52
61441         Log: Add source code filenames to apidoc.
61442              From: simon@brecon.co.uk (Simon Cozens)
61443              Subject: [PATCH embed.pl] Source X-ref
61444              Date: 22 Jun 2000 02:18:49 GMT
61445              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
61446      Branch: cfgperl
61447            ! embed.pl
61448 ____________________________________________________________________________
61449 [  6224] By: jhi                                   on 2000/06/23  13:32:33
61450         Log: A way to avoid English.pm performance hit.
61451              From: root <root@jester.slaysys.com>
61452              Subject: [YAPATCH English.pm] My turn to putt again
61453              Date: Thu, 22 Jun 2000 20:33:58 -0400
61454              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
61455      Branch: cfgperl
61456            ! lib/English.pm t/lib/english.t
61457 ____________________________________________________________________________
61458 [  6223] By: jhi                                   on 2000/06/23  13:27:06
61459         Log: Avoid double close().
61460              Subject: [PATCH] avoid double close()
61461              From: Doug MacEachern <dougm@covalent.net>
61462              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
61463              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
61464      Branch: cfgperl
61465            ! doio.c
61466 ____________________________________________________________________________
61467 [  6222] By: jhi                                   on 2000/06/23  13:25:54
61468         Log: doc typo fix
61469              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
61470              From: Ian Phillipps <Ian.Phillipps@iname.com>
61471              Date: Fri, 23 Jun 2000 10:40:58 +0100
61472              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
61473      Branch: cfgperl
61474            ! lib/Pod/Usage.pm
61475 ____________________________________________________________________________
61476 [  6221] By: jhi                                   on 2000/06/23  13:24:15
61477         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
61478              From: simon@brecon.co.uk (Simon Cozens)
61479              Subject: [PATCH] Eliminate tr///[CU][CU]
61480              Date: 23 Jun 2000 11:05:40 GMT
61481              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
61482      Branch: cfgperl
61483            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
61484 ____________________________________________________________________________
61485 [  6220] By: jhi                                   on 2000/06/22  16:07:51
61486         Log: Win32 patches from Benjamin Stuhl.
61487      Branch: cfgperl
61488            ! makedef.pl win32/win32.h
61489 ____________________________________________________________________________
61490 [  6219] By: jhi                                   on 2000/06/22  16:06:34
61491         Log: Bytecode patches from Benjamin Stuhl.
61492      Branch: cfgperl
61493            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
61494            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
61495            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
61496 ____________________________________________________________________________
61497 [  6218] By: jhi                                   on 2000/06/15  23:54:16
61498         Log: Bytecode patches from Benjamin Stuhl.
61499      Branch: cfgperl
61500            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
61501 ____________________________________________________________________________
61502 [  6217] By: jhi                                   on 2000/06/09  13:38:29
61503         Log: Rename the fdpid locking and integrate with Sarathy.
61504      Branch: cfgperl
61505            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
61506            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
61507            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
61508            ! win32/win32.c
61509           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
61510 ____________________________________________________________________________
61511 [  6216] By: gsar                                  on 2000/06/08  14:54:21
61512         Log: be more optimal about clearing @_
61513      Branch: perl
61514            ! cop.h
61515 ____________________________________________________________________________
61516 [  6215] By: gsar                                  on 2000/06/08  14:33:04
61517         Log: tweak comment about @DB::args
61518      Branch: perl
61519            ! av.h pp_ctl.c
61520 ____________________________________________________________________________
61521 [  6214] By: gsar                                  on 2000/06/08  13:57:54
61522         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
61523              caller() wants to populate @DB::args with it (causes a coredump
61524              in Carp::confess())
61525      Branch: perl
61526            ! cop.h t/op/runlevel.t
61527 ____________________________________________________________________________
61528 [  6213] By: gsar                                  on 2000/06/08  07:06:35
61529         Log: back out change#6106 (seems problematic)
61530      Branch: perl
61531            ! hints/solaris_2.sh
61532 ____________________________________________________________________________
61533 [  6212] By: jhi                                   on 2000/06/07  03:10:36
61534         Log: Continuing mopup for #6204.
61535      Branch: cfgperl
61536            ! ext/B/defsubs_h.PL
61537 ____________________________________________________________________________
61538 [  6211] By: jhi                                   on 2000/06/07  02:41:50
61539         Log: Mopup for #6204.
61540              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
61541              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
61542              This is comes from const() where POK isn't on when expected.
61543      Branch: cfgperl
61544            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
61545            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
61546            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
61547            ! perlapi.h pod/perlapi.pod
61548 ____________________________________________________________________________
61549 [  6210] By: jhi                                   on 2000/06/07  01:56:29
61550         Log: Mopup for #6207 and #6209.
61551      Branch: cfgperl
61552            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
61553 ____________________________________________________________________________
61554 [  6209] By: jhi                                   on 2000/06/07  01:33:12
61555         Log: Lock PL_fdpid against race conditions, based on:
61556              Subject: [PATCH 5.6.0]subprocess fixup for threads
61557              From: Dan Sugalski <dan@sidhe.org>
61558              To: perl5-porters@perl.org
61559              Date: Tue, 11 Apr 2000 17:02:32 -0400
61560              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
61561      Branch: cfgperl
61562            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
61563            ! win32/win32.c
61564 ____________________________________________________________________________
61565 [  6208] By: jhi                                   on 2000/06/07  01:05:23
61566         Log: Regen headers for #6207.
61567      Branch: cfgperl
61568            ! embed.h global.sym objXSUB.h proto.h
61569 ____________________________________________________________________________
61570 [  6207] By: jhi                                   on 2000/06/06  23:43:13
61571         Log: Subject: [PATCH 5.6.0] Threadsafe patches
61572              From: Dan Sugalski <dan@sidhe.org>
61573              To: perl5-porters@perl.org
61574              Date: Mon, 08 May 2000 18:08:13 -0400
61575              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
61576      Branch: cfgperl
61577            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
61578            ! proto.h sv.h util.c
61579 ____________________________________________________________________________
61580 [  6206] By: jhi                                   on 2000/06/06  23:21:23
61581         Log: Subject: [PATCH] Eliminate $a/$b in pod
61582              From: David Glasser <me@davidglasser.net>
61583              To: perl5-porters@perl.org
61584              Date: Mon, 29 May 2000 21:15:59 -0400
61585              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
61586      Branch: cfgperl
61587            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
61588            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
61589            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
61590            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
61591            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
61592            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
61593            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
61594            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
61595            ! pod/perlvar.pod pod/perlxs.pod
61596 ____________________________________________________________________________
61597 [  6205] By: jhi                                   on 2000/06/06  23:12:14
61598         Log: Subject: [PATCH] Win32 improvements
61599              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
61600              To: gsar@activestate.com, perl5-porters@perl.org
61601              Date: Mon, 29 May 2000 17:22:24 PDT
61602              Message-ID: <20000530002224.91142.qmail@hotmail.com>
61603              (MUA had mangled many lines by wordwrapping)
61604      Branch: cfgperl
61605            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
61606 ____________________________________________________________________________
61607 [  6204] By: jhi                                   on 2000/06/06  23:01:50
61608         Log: Subject: [PATCH] B::Bytecode patches
61609              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
61610              To: gsar@activestate.com, jhi@iki.fi
61611              Cc: perl5-porters@perl.org
61612              Message-ID: <20000602202526.48694.qmail@hotmail.com>
61613              (MUA had mangled many lines by wordwrapping)
61614      Branch: cfgperl
61615            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
61616            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
61617            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
61618            ! intrpvar.h perl.c
61619 ____________________________________________________________________________
61620 [  6203] By: jhi                                   on 2000/06/06  22:32:43
61621         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
61622              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
61623              Date: Tue, 06 Jun 2000 13:07:45 -0700
61624              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
61625      Branch: cfgperl
61626            ! pod/perldiag.pod
61627 ____________________________________________________________________________
61628 [  6202] By: jhi                                   on 2000/06/06  19:38:35
61629         Log: Integrate with Sarathy.
61630      Branch: cfgperl
61631           !> perl.c
61632 ____________________________________________________________________________
61633 [  6201] By: gsar                                  on 2000/06/06  00:42:59
61634         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
61635              does a PUSHMARK that's never ever POPMARKed; in general, only
61636              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
61637              Perl_eval_[sp]v() don't because they don't take any incoming
61638              arguments (this leak has been around since the original version
61639              of perl_eval_pv() in 5.003_97e)
61640      Branch: perl
61641            ! perl.c
61642 ____________________________________________________________________________
61643 [  6200] By: jhi                                   on 2000/06/04  03:44:52
61644         Log: Update to cperl-mode.el 4.31 from
61645              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
61646              Subject: A couple of notes
61647              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61648              To: Mailing list Perl5 <perl5-porters@perl.org>
61649              Date: Sat, 3 Jun 2000 23:33:32 -0400
61650              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
61651      Branch: cfgperl
61652            ! emacs/cperl-mode.el
61653 ____________________________________________________________________________
61654 [  6199] By: jhi                                   on 2000/06/03  15:11:05
61655         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
61656              From: Dan Sugalski <dan@sidhe.org>
61657              To: perl5-porters@perl.org, vmsperl@perl.org
61658              Date: Fri, 02 Jun 2000 17:30:51 -0400
61659              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
61660      Branch: cfgperl
61661            ! vms/descrip_mms.template vms/gen_shrfls.pl
61662 ____________________________________________________________________________
61663 [  6198] By: jhi                                   on 2000/06/03  14:59:15
61664         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
61665              From: Dan Sugalski <dan@sidhe.org>
61666              To: vmsperl@perl.org, perl5-porters@perl.org
61667              Date: Fri, 02 Jun 2000 16:00:41 -0400
61668              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
61669              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
61670      Branch: cfgperl
61671            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
61672            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
61673            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
61674 ____________________________________________________________________________
61675 [  6197] By: jhi                                   on 2000/06/03  14:41:30
61676         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
61677              From: John Borwick <jhborwic@unity.ncsu.edu>
61678              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
61679              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
61680      Branch: cfgperl
61681            ! pod/perlsyn.pod
61682 ____________________________________________________________________________
61683 [  6196] By: jhi                                   on 2000/06/03  14:38:09
61684         Log: Integrate with Sarathy.
61685      Branch: cfgperl
61686           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
61687           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
61688           !> vms/perly_c.vms
61689 ____________________________________________________________________________
61690 [  6195] By: gsar                                  on 2000/06/02  22:43:13
61691         Log: fix yet another eval"" leak under USE_ITHREADS
61692      Branch: perl
61693            ! op.c
61694 ____________________________________________________________________________
61695 [  6194] By: gsar                                  on 2000/06/02  18:22:06
61696         Log: fix small eval"" memory leaks under USE_ITHREADS
61697      Branch: perl
61698            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
61699            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
61700            ! vms/perly_c.vms
61701 ____________________________________________________________________________
61702 [  6193] By: jhi                                   on 2000/06/01  13:03:56
61703         Log: Signals-be-gone for microperl.
61704      Branch: cfgperl
61705            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
61706 ____________________________________________________________________________
61707 [  6192] By: jhi                                   on 2000/06/01  12:52:02
61708         Log: Integrate with Sarathy.
61709      Branch: cfgperl
61710           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
61711           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
61712           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
61713           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
61714           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
61715           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
61716           !> t/op/vec.t utils/h2xs.PL
61717 ____________________________________________________________________________
61718 [  6191] By: gsar                                  on 2000/06/01  09:38:21
61719         Log: vec() loses numericalness (modified version of patch suggested
61720              by Robin Barker)
61721      Branch: perl
61722            ! doop.c t/op/vec.t
61723 ____________________________________________________________________________
61724 [  6190] By: gsar                                  on 2000/06/01  09:26:15
61725         Log: submit missing embed.pl change
61726      Branch: perl
61727            ! embed.pl
61728 ____________________________________________________________________________
61729 [  6189] By: gsar                                  on 2000/06/01  09:05:34
61730         Log: counting tr/// corrupts later operation (from M.J.T Guy)
61731      Branch: perl
61732            ! doop.c t/op/tr.t
61733 ____________________________________________________________________________
61734 [  6188] By: gsar                                  on 2000/06/01  08:58:39
61735         Log: h2xs tweaks
61736      Branch: perl
61737            ! utils/h2xs.PL
61738 ____________________________________________________________________________
61739 [  6187] By: gsar                                  on 2000/06/01  08:50:07
61740         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
61741              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
61742      Branch: perl
61743            + lib/Pod/LaTeX.pm
61744            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
61745            ! pod/pod2latex.PL
61746 ____________________________________________________________________________
61747 [  6186] By: gsar                                  on 2000/06/01  08:24:40
61748         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
61749              <wolfgang.laun@alcatel.at>)
61750      Branch: perl
61751            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
61752            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
61753 ____________________________________________________________________________
61754 [  6185] By: gsar                                  on 2000/06/01  08:12:00
61755         Log: remove incorrect documentation about implicit split to @_ in
61756              list context, which never really worked in perl 5 (from
61757              M.J.T. Guy)
61758      Branch: perl
61759            ! pod/perlfunc.pod pod/perltrap.pod
61760 ____________________________________________________________________________
61761 [  6184] By: gsar                                  on 2000/06/01  07:52:27
61762         Log: tweak for change#6127
61763      Branch: perl
61764            ! perl.c
61765 ____________________________________________________________________________
61766 [  6183] By: gsar                                  on 2000/06/01  07:41:02
61767         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
61768              <nick@ccl4.org>)
61769      Branch: perl
61770            + t/lib/selfloader.t
61771            ! MANIFEST lib/SelfLoader.pm
61772 ____________________________________________________________________________
61773 [  6182] By: jhi                                   on 2000/06/01  00:34:42
61774         Log: Be Cleaner Part Deux.
61775      Branch: cfgperl
61776            ! Makefile.SH
61777 ____________________________________________________________________________
61778 [  6181] By: jhi                                   on 2000/06/01  00:32:09
61779         Log: Integrate with Sarathy.
61780      Branch: cfgperl
61781           !> pp.c t/op/arith.t
61782 ____________________________________________________________________________
61783 [  6180] By: jhi                                   on 2000/06/01  00:31:13
61784         Log: microperl nits from Simon Cozens.
61785      Branch: cfgperl
61786            + uconfig.h
61787            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
61788            ! unixish.h
61789 ____________________________________________________________________________
61790 [  6179] By: gsar                                  on 2000/05/31  22:37:51
61791         Log: buggy modulus on UVs introduced by change#3378 (resulted in
61792              4063328477 % 65535 amounting to 27406, instead of 27407)
61793      Branch: perl
61794            ! pp.c t/op/arith.t
61795 ____________________________________________________________________________
61796 [  6178] By: jhi                                   on 2000/05/31  21:52:41
61797         Log: Be cleaner.
61798      Branch: cfgperl
61799            ! Makefile.SH
61800 ____________________________________________________________________________
61801 [  6177] By: jhi                                   on 2000/05/31  21:47:33
61802         Log: Substitution utf8 patch from Simon Cozens.
61803      Branch: cfgperl
61804            ! pp_hot.c
61805 ____________________________________________________________________________
61806 [  6176] By: jhi                                   on 2000/05/31  21:45:34
61807         Log: Single-quoted utf8 patch from Simon Cozens.
61808      Branch: cfgperl
61809            ! toke.c
61810 ____________________________________________________________________________
61811 [  6175] By: jhi                                   on 2000/05/31  21:40:18
61812         Log: Integrate with Sarathy.
61813      Branch: cfgperl
61814           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
61815 ____________________________________________________________________________
61816 [  6174] By: jhi                                   on 2000/05/31  21:37:31
61817         Log: microperl changes from Simon Cozens; Makefile for microperl
61818              written from scratch; few casts added as microperl compilation
61819              doesn't have all prototypes available.
61820      Branch: cfgperl
61821            + Makefile.micro README.micro Todo.micro uconfig.sh
61822            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
61823            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
61824      Branch: metaconfig
61825            + U/modified/Config_h.U
61826 ____________________________________________________________________________
61827 [  6173] By: jhi                                   on 2000/05/31  20:00:24
61828         Log: metaconfig maintenance.
61829      Branch: metaconfig
61830            + U/modified/Inhdr.U U/typedefs/inotype.U
61831      Branch: metaconfig/U/perl
61832            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
61833            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
61834 ____________________________________________________________________________
61835 [  6172] By: gsar                                  on 2000/05/31  05:05:42
61836         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
61837              (from Ilya Zakharevich)
61838      Branch: perl
61839            ! regexec.c t/op/re_tests
61840 ____________________________________________________________________________
61841 [  6171] By: gsar                                  on 2000/05/31  05:01:47
61842         Log: scalar() doesn't force scalar context when used in void context
61843              (from Simon Cozens)
61844      Branch: perl
61845            ! op.c t/op/wantarray.t
61846 ____________________________________________________________________________
61847 [  6170] By: gsar                                  on 2000/05/31  04:41:33
61848         Log: change#6142 needs tweaks to tests to work where there's no symlink()
61849              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
61850      Branch: perl
61851            ! t/lib/filefind.t
61852 ____________________________________________________________________________
61853 [  6169] By: gsar                                  on 2000/05/31  04:29:49
61854         Log: integrate cfgperl contents into mainline
61855      Branch: perl
61856           +> pod/perlmodlib.PL pod/perlnewmod.pod
61857           !> (integrate 42 files)
61858 ____________________________________________________________________________
61859 [  6168] By: jhi                                   on 2000/05/30  22:53:37
61860         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
61861      Branch: cfgperl
61862            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61863            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
61864            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
61865            ! win32/config.bc win32/config.gc win32/config.vc
61866            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
61867            ! win32/config_h.PL win32/config_sh.PL
61868      Branch: metaconfig/U/perl
61869            ! perlxv.U
61870 ____________________________________________________________________________
61871 [  6167] By: jhi                                   on 2000/05/30  22:20:21
61872         Log: tweak todo 
61873      Branch: cfgperl
61874            ! Todo-5.6
61875 ____________________________________________________________________________
61876 [  6166] By: jhi                                   on 2000/05/30  22:11:51
61877         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
61878              in case somebody wants to write an extension for more
61879              shadow database interfaces.
61880      Branch: cfgperl
61881            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61882            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
61883            ! vos/config.def vos/config.h vos/config_h.SH_orig
61884            ! win32/config.bc win32/config.gc win32/config.vc
61885            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
61886      Branch: metaconfig
61887            ! U/modified/Myinit.U
61888      Branch: metaconfig/U/perl
61889            + d_getespwnam.U d_getprpwnam.U i_prot.U
61890 ____________________________________________________________________________
61891 [  6165] By: jhi                                   on 2000/05/30  18:35:34
61892         Log: Integrate with Sarathy.
61893      Branch: cfgperl
61894           !> op.c
61895 ____________________________________________________________________________
61896 [  6164] By: jhi                                   on 2000/05/30  18:30:16
61897         Log: detypo
61898      Branch: cfgperl
61899            ! Configure config_h.SH
61900      Branch: metaconfig/U/perl
61901            ! perlxv.U
61902 ____________________________________________________________________________
61903 [  6163] By: gsar                                  on 2000/05/30  03:24:03
61904         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
61905      Branch: perl
61906            ! op.c
61907 ____________________________________________________________________________
61908 [  6162] By: gsar                                  on 2000/05/30  03:09:38
61909         Log: fix memory leak in method call optimization (change#3768);
61910              made C<eval "$x->foo()"> leak
61911      Branch: perl
61912            ! op.c
61913 ____________________________________________________________________________
61914 [  6161] By: jhi                                   on 2000/05/29  17:56:26
61915         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
61916              both from Simon Cozens.
61917      Branch: cfgperl
61918            + pod/perlmodlib.PL pod/perlnewmod.pod
61919            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
61920            ! pod/perlmodlib.pod pod/perltoc.pod
61921 ____________________________________________________________________________
61922 [  6160] By: jhi                                   on 2000/05/29  17:23:55
61923         Log: Changes for the File::Temp 0.08 (change #6159) test suite
61924              to fit better into the Perl distribution test framework.
61925      Branch: cfgperl
61926            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
61927            ! t/lib/ftmp-tempfile.t
61928 ____________________________________________________________________________
61929 [  6159] By: jhi                                   on 2000/05/29  16:55:36
61930         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
61931      Branch: cfgperl
61932            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
61933            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
61934 ____________________________________________________________________________
61935 [  6158] By: bailey                                on 2000/05/29  16:22:08
61936         Log: Add fallback to tmpfile for use in cases where user's relying on
61937              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
61938              Lane's patch)
61939      Branch: vmsperl
61940            ! vms/vms.c vms/vmsish.h
61941 ____________________________________________________________________________
61942 [  6157] By: jhi                                   on 2000/05/29  03:10:36
61943         Log: Regen Configure to jive with #6149.
61944      Branch: cfgperl
61945            ! Configure
61946      Branch: metaconfig
61947            ! U/modified/Getfile.U
61948 ____________________________________________________________________________
61949 [  6156] By: jhi                                   on 2000/05/29  03:01:38
61950         Log: Integrate with Sarathy.
61951      Branch: cfgperl
61952           +> ext/DynaLoader/dl_mac.xs
61953           !> (integrate 38 files)
61954 ____________________________________________________________________________
61955 [  6155] By: gsar                                  on 2000/05/28  21:15:58
61956         Log: small bug in change#6144; remove random \xA0 character that snuck
61957              in via change#6145
61958      Branch: perl
61959            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
61960 ____________________________________________________________________________
61961 [  6154] By: gsar                                  on 2000/05/28  21:04:19
61962         Log: avoid type mismatch warning
61963      Branch: perl
61964            ! perl.c
61965 ____________________________________________________________________________
61966 [  6153] By: gsar                                  on 2000/05/28  20:58:31
61967         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
61968              <nick@Bagpuss.uk.boo.com>)
61969      Branch: perl
61970            ! lib/Test/Harness.pm
61971 ____________________________________________________________________________
61972 [  6152] By: gsar                                  on 2000/05/28  20:53:42
61973         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
61974      Branch: perl
61975            ! regexec.c
61976 ____________________________________________________________________________
61977 [  6151] By: gsar                                  on 2000/05/28  20:50:28
61978         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
61979      Branch: perl
61980            ! regexec.c
61981 ____________________________________________________________________________
61982 [  6150] By: gsar                                  on 2000/05/28  20:39:58
61983         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
61984      Branch: perl
61985            ! pod/perlrequick.pod
61986 ____________________________________________________________________________
61987 [  6149] By: gsar                                  on 2000/05/28  20:35:16
61988         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
61989              <troc@netrus.net>)
61990      Branch: perl
61991            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
61992            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
61993            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
61994            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
61995 ____________________________________________________________________________
61996 [  6148] By: gsar                                  on 2000/05/28  20:21:07
61997         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
61998      Branch: perl
61999            ! lib/ExtUtils/MM_Unix.pm
62000 ____________________________________________________________________________
62001 [  6147] By: gsar                                  on 2000/05/28  20:12:41
62002         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
62003              (from Peter Prymmer)
62004      Branch: perl
62005            ! vms/subconfigure.com
62006 ____________________________________________________________________________
62007 [  6146] By: gsar                                  on 2000/05/28  20:06:15
62008         Log: doc typo
62009      Branch: perl
62010            ! lib/warnings.pm warnings.h warnings.pl
62011 ____________________________________________________________________________
62012 [  6145] By: gsar                                  on 2000/05/28  18:44:33
62013         Log: make xsubpp skip embedded pod (from Matthias Neeracher
62014              <neeri@iis.ee.ethz.ch>)
62015      Branch: perl
62016            ! lib/ExtUtils/xsubpp
62017 ____________________________________________________________________________
62018 [  6144] By: gsar                                  on 2000/05/28  18:42:49
62019         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
62020              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
62021              <neeri@iis.ee.ethz.ch>)
62022      Branch: perl
62023            ! lib/AutoSplit.pm
62024 ____________________________________________________________________________
62025 [  6143] By: gsar                                  on 2000/05/28  18:41:12
62026         Log: MacOS support, part 1 (from Matthias Neeracher
62027              <neeri@iis.ee.ethz.ch>)
62028      Branch: perl
62029            + ext/DynaLoader/dl_mac.xs
62030            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
62031            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
62032            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
62033            ! util.h
62034 ____________________________________________________________________________
62035 [  6142] By: gsar                                  on 2000/05/28  18:21:51
62036         Log: File::Find fails to chdir when chasing symlinks (from
62037              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
62038      Branch: perl
62039            ! lib/File/Find.pm t/lib/filefind.t
62040 ____________________________________________________________________________
62041 [  6141] By: jhi                                   on 2000/05/28  14:25:15
62042         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
62043              forwarded by Peter Seebach from the bsdi-users mailing list.
62044              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
62045      Branch: perl
62046            ! hints/bsdos.sh
62047 ____________________________________________________________________________
62048 [  6140] By: jhi                                   on 2000/05/28  14:11:57
62049         Log: Integrate with Sarathy.
62050      Branch: cfgperl
62051           +> (branch 30 files)
62052           !> (integrate 93 files)
62053 ____________________________________________________________________________
62054 [  6139] By: gsar                                  on 2000/05/28  10:01:48
62055         Log: revise mktables.PL for bugs and newness in Unicode 3.0
62056              (from James Bence <jbence@amgen.com>)
62057      Branch: perl
62058            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
62059            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
62060            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
62061            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
62062            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
62063            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
62064            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
62065            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
62066            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
62067            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
62068            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
62069            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
62070            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
62071            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
62072            + lib/unicode/Is/SylWU.pl
62073            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
62074            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
62075            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
62076            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
62077            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
62078            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
62079            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
62080            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
62081            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
62082            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
62083            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
62084            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
62085            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
62086            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
62087            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
62088            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
62089            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
62090            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
62091            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
62092            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
62093            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
62094            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
62095            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
62096            ! lib/unicode/Makefile lib/unicode/mktables.PL
62097 ____________________________________________________________________________
62098 [  6138] By: gsar                                  on 2000/05/28  08:50:32
62099         Log: add note about the handling of negative indices to tied arrays
62100              (from Michael G Schwern <schwern@pobox.com>)
62101      Branch: perl
62102            ! pod/perltie.pod
62103 ____________________________________________________________________________
62104 [  6137] By: gsar                                  on 2000/05/28  08:46:10
62105         Log: fix bogus redeclaration warning for "our" variables in different
62106              scopes
62107      Branch: perl
62108            ! op.c t/pragma/strict-vars
62109 ____________________________________________________________________________
62110 [  6136] By: gsar                                  on 2000/05/28  08:31:20
62111         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
62112      Branch: perl
62113            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
62114 ____________________________________________________________________________
62115 [  6135] By: gsar                                  on 2000/05/28  08:17:50
62116         Log: enable Test::Harness to dynamically determine column width etc.
62117              (from Rob Napier <rnapier@employees.org>)
62118      Branch: perl
62119            ! lib/Test/Harness.pm
62120 ____________________________________________________________________________
62121 [  6134] By: gsar                                  on 2000/05/28  08:13:39
62122         Log: make Test::Harness use wait.h/WCOREDUMP if available
62123              (from Ben Tilly <ben_tilly@hotmail.com>)
62124      Branch: perl
62125            ! lib/Test/Harness.pm
62126 ____________________________________________________________________________
62127 [  6133] By: gsar                                  on 2000/05/28  08:08:05
62128         Log: elide bogus test in change#6132
62129      Branch: perl
62130            ! t/pragma/warn/9enabled
62131 ____________________________________________________________________________
62132 [  6132] By: gsar                                  on 2000/05/28  08:03:14
62133         Log: warnings::enabled() doesn't fall back to looking at $^W if
62134              caller isn't using lexical warnings (from Paul Marquess)
62135      Branch: perl
62136            ! pp_ctl.c t/pragma/warn/9enabled
62137 ____________________________________________________________________________
62138 [  6131] By: gsar                                  on 2000/05/28  07:57:47
62139         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
62140      Branch: perl
62141            ! ext/POSIX/POSIX.pm
62142 ____________________________________________________________________________
62143 [  6130] By: gsar                                  on 2000/05/28  07:29:12
62144         Log: fix places that mean C<"word" character> but say C<alphanumeric
62145              character>
62146      Branch: perl
62147            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
62148 ____________________________________________________________________________
62149 [  6129] By: gsar                                  on 2000/05/28  07:18:41
62150         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
62151      Branch: perl
62152            ! vms/test.com
62153 ____________________________________________________________________________
62154 [  6128] By: gsar                                  on 2000/05/28  07:12:55
62155         Log: new perlxstut example for passing/returning refs to arrays
62156              (from David Lowe <dlowe@pootpoot.com>)
62157      Branch: perl
62158            ! pod/perlxstut.pod
62159 ____________________________________________________________________________
62160 [  6127] By: gsar                                  on 2000/05/28  07:02:50
62161         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
62162              failed (from Gisle Aas)
62163      Branch: perl
62164            ! cop.h perl.c
62165 ____________________________________________________________________________
62166 [  6126] By: gsar                                  on 2000/05/28  06:39:53
62167         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
62168              (reworked variant of patch suggested by Simon Cozens)
62169      Branch: perl
62170            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
62171            ! pp_hot.c proto.h t/op/gv.t
62172 ____________________________________________________________________________
62173 [  6125] By: gsar                                  on 2000/05/28  05:14:55
62174         Log: enable propagating exception objects via Perl_croak() in XS code
62175              (from Gisle Aas)
62176      Branch: perl
62177            ! util.c
62178 ____________________________________________________________________________
62179 [  6124] By: gsar                                  on 2000/05/28  05:07:28
62180         Log: integrate vmsperl contents into mainline
62181      Branch: perl
62182           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
62183           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
62184           !> vms/vmsish.h
62185 ____________________________________________________________________________
62186 [  6123] By: gsar                                  on 2000/05/28  05:03:53
62187         Log: clarify gotcha with #line directives (from Rocco Caputo
62188              <troc@netrus.net>)
62189      Branch: perl
62190            ! pod/perldebug.pod pod/perlsyn.pod
62191 ____________________________________________________________________________
62192 [  6122] By: gsar                                  on 2000/05/28  04:58:29
62193         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
62194              (from Mark-Jason Dominus)
62195      Branch: perl
62196            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
62197            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
62198            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
62199            ! toke.c
62200 ____________________________________________________________________________
62201 [  6121] By: bailey                                on 2000/05/25  04:46:54
62202         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
62203              lists (based on fixes by Craig Berry)
62204      Branch: vmsperl
62205            ! lib/File/Spec/VMS.pm
62206 ____________________________________________________________________________
62207 [  6120] By: bailey                                on 2000/05/25  04:25:38
62208         Log: Add missing escape (Charles Lane)
62209      Branch: vmsperl
62210            ! t/op/lex_assign.t
62211 ____________________________________________________________________________
62212 [  6119] By: bailey                                on 2000/05/25  04:21:25
62213         Log: Quiet error messages in vmsish.t (Charles Lane)
62214      Branch: vmsperl
62215            ! vms/ext/vmsish.t
62216 ____________________________________________________________________________
62217 [  6118] By: bailey                                on 2000/05/25  04:17:57
62218         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
62219              Flatten case labels in switch statements uniformly (Charles Bailey)
62220      Branch: vmsperl
62221            ! vms/vms.c
62222 ____________________________________________________________________________
62223 [  6117] By: bailey                                on 2000/05/25  03:58:09
62224         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
62225      Branch: vmsperl
62226            ! vms/vmsish.h
62227 ____________________________________________________________________________
62228 [  6116] By: bailey                                on 2000/05/25  03:11:15
62229         Log: Miscellaneous cosmetic fixes (Charles Lane)
62230      Branch: vmsperl
62231            ! lib/ExtUtils/MM_VMS.pm
62232 ____________________________________________________________________________
62233 [  6115] By: bailey                                on 2000/05/25  03:10:36
62234         Log: Add bounds checking for several strings (Charles Lane)
62235      Branch: vmsperl
62236            ! vms/vms.c
62237 ____________________________________________________________________________
62238 [  6114] By: bailey                                on 2000/05/25  02:25:34
62239         Log: Urk -- undo previous removal of vmsish 'exit' change
62240      Branch: vmsperl
62241            ! vms/ext/vmsish.pm vms/vmsish.h
62242 ____________________________________________________________________________
62243 [  6113] By: bailey                                on 2000/05/24  02:24:40
62244         Log: Ugly workaround for version-specific RTL error
62245      Branch: vmsperl
62246            ! vms/vms.c
62247 ____________________________________________________________________________
62248 [  6112] By: bailey                                on 2000/05/24  02:19:55
62249         Log: Check for existence of file before trying to delete
62250      Branch: vmsperl
62251            ! vms/test.com
62252 ____________________________________________________________________________
62253 [  6111] By: bailey                                on 2000/05/23  23:35:13
62254         Log: Resync with mainline prior to post-5.6.0 updates
62255      Branch: vmsperl
62256           +> (branch 49 files)
62257            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
62258            ! vms/ext/vmsish.pm
62259           !> (integrate 334 files)
62260 ____________________________________________________________________________
62261 [  6110] By: jhi                                   on 2000/05/23  19:28:32
62262         Log: todo tweak
62263      Branch: cfgperl
62264            ! Todo-5.6
62265 ____________________________________________________________________________
62266 [  6109] By: jhi                                   on 2000/05/18  17:38:54
62267         Log: Integrate with Sarathy.
62268      Branch: cfgperl
62269           !> mg.c perl.h win32/perlhost.h
62270 ____________________________________________________________________________
62271 [  6108] By: gsar                                  on 2000/05/17  02:24:56
62272         Log: reenable fake signal handling on Windows, bugs and all
62273      Branch: perl
62274            ! mg.c perl.h win32/perlhost.h
62275 ____________________________________________________________________________
62276 [  6107] By: jhi                                   on 2000/05/15  18:01:41
62277         Log: Tweak the todo list.
62278      Branch: cfgperl
62279            ! Todo-5.6
62280 ____________________________________________________________________________
62281 [  6106] By: jhi                                   on 2000/05/15  13:41:48
62282         Log: The (Configure) script refuses to go on, after asking for
62283              'You may also choose to try maximal 64-bitness....'.
62284              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
62285              -- Patrick Zima
62286              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
62287      Branch: cfgperl
62288            ! hints/solaris_2.sh
62289 ____________________________________________________________________________
62290 [  6105] By: jhi                                   on 2000/05/11  14:37:43
62291         Log: Integrate with Sarathy.
62292      Branch: cfgperl
62293           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
62294           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
62295 ____________________________________________________________________________
62296 [  6104] By: gsar                                  on 2000/05/11  03:39:07
62297         Log: PL_sys_intern was being initialized too late on windows
62298      Branch: perl
62299            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
62300            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
62301 ____________________________________________________________________________
62302 [  6103] By: jhi                                   on 2000/05/09  19:42:20
62303         Log: Test tweaking for Unicos continues.
62304      Branch: cfgperl
62305            ! t/op/64bitint.t
62306 ____________________________________________________________________________
62307 [  6102] By: jhi                                   on 2000/05/09  16:47:27
62308         Log: The test suite tweak in #6101 wasn't quite right.
62309      Branch: cfgperl
62310            ! t/lib/complex.t
62311 ____________________________________________________________________________
62312 [  6101] By: jhi                                   on 2000/05/09  15:35:34
62313         Log: Hints and test tweaks for Unicos.
62314      Branch: cfgperl
62315            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
62316 ____________________________________________________________________________
62317 [  6100] By: jhi                                   on 2000/05/08  21:15:06
62318         Log: More compilation tweakery from Allen Smith.
62319      Branch: cfgperl
62320            ! hints/irix_6.sh
62321 ____________________________________________________________________________
62322 [  6099] By: jhi                                   on 2000/05/08  19:21:18
62323         Log: Tweaks for the cc bugs from Allen Smith.
62324      Branch: cfgperl
62325            ! hints/irix_6.sh
62326 ____________________________________________________________________________
62327 [  6098] By: jhi                                   on 2000/05/08  19:13:37
62328         Log: Add a note about other, yet unsupported, shadow password APIs.
62329      Branch: cfgperl
62330            ! pp_sys.c
62331 ____________________________________________________________________________
62332 [  6097] By: jhi                                   on 2000/05/08  18:46:34
62333         Log: Add a note about possible compilation problems from Allen Smith.
62334      Branch: cfgperl
62335            ! hints/irix_6.sh
62336 ____________________________________________________________________________
62337 [  6096] By: jhi                                   on 2000/05/08  17:33:10
62338         Log: Integrate with Sarathy.
62339      Branch: cfgperl
62340           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
62341           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
62342 ____________________________________________________________________________
62343 [  6095] By: jhi                                   on 2000/05/08  16:21:33
62344         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
62345              might be useful in future.
62346      Branch: cfgperl
62347            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62348            ! config_h.SH
62349      Branch: metaconfig
62350            ! U/installdirs/inc_version_list.U
62351      Branch: metaconfig/U/perl
62352            ! perlxv.U
62353 ____________________________________________________________________________
62354 [  6094] By: gsar                                  on 2000/05/08  14:22:22
62355         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
62356      Branch: perl
62357            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
62358            ! hints/cygwin.sh pp_sys.c
62359 ____________________________________________________________________________
62360 [  6093] By: gsar                                  on 2000/05/08  12:52:28
62361         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
62362              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
62363      Branch: perl
62364            ! pp_sys.c sv.c win32/perlhost.h
62365 ____________________________________________________________________________
62366 [  6092] By: jhi                                   on 2000/05/07  22:40:34
62367         Log: Regen perltoc with the fixed buildtoc.
62368      Branch: cfgperl
62369            ! pod/perltoc.pod
62370 ____________________________________________________________________________
62371 [  6091] By: jhi                                   on 2000/05/07  22:24:16
62372         Log: Integrate with Sarathy.
62373      Branch: cfgperl
62374           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
62375           !> t/op/substr.t toke.c
62376 ____________________________________________________________________________
62377 [  6090] By: gsar                                  on 2000/05/07  19:47:07
62378         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
62379              [NI]OK; added tests for both
62380      Branch: perl
62381            ! perl.c pp_hot.c sv.c t/op/substr.t
62382 ____________________________________________________________________________
62383 [  6089] By: gsar                                  on 2000/05/07  18:18:38
62384         Log: buildtoc tweak to fix newline lossage
62385      Branch: perl
62386            ! pod/buildtoc
62387 ____________________________________________________________________________
62388 [  6088] By: jhi                                   on 2000/05/07  16:35:36
62389         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
62390              because we do not use those.  The HAS_GETSPNAM remains,
62391              though, because we still do use that.
62392      Branch: cfgperl
62393            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62394            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
62395            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
62396            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
62397            ! win32/config.vc win32/config_H.bc win32/config_H.gc
62398            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
62399 ____________________________________________________________________________
62400 [  6087] By: gsar                                  on 2000/05/07  16:05:16
62401         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
62402      Branch: perl
62403            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
62404 ____________________________________________________________________________
62405 [  6086] By: jhi                                   on 2000/05/07  15:27:07
62406         Log: Integrate with Sarathy.
62407      Branch: cfgperl
62408           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
62409           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
62410           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
62411           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
62412           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
62413           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
62414 ____________________________________________________________________________
62415 [  6085] By: gsar                                  on 2000/05/07  05:52:02
62416         Log: repeat operator (x) doesn't preserve utf8-ness
62417      Branch: perl
62418            ! pp.c t/op/substr.t
62419 ____________________________________________________________________________
62420 [  6084] By: gsar                                  on 2000/05/07  05:39:55
62421         Log: substr() does not preserve utf8-ness (from Stefan Eissing
62422              <Eissing@medicaldataservice.de>); added tests
62423      Branch: perl
62424            ! pp.c t/op/substr.t
62425 ____________________________________________________________________________
62426 [  6083] By: gsar                                  on 2000/05/07  05:24:46
62427         Log: note about undocumented caller() return value (from M.J.T. Guy);
62428              yet another peek.t tweak
62429      Branch: perl
62430            ! pod/perlfunc.pod t/lib/peek.t
62431 ____________________________________________________________________________
62432 [  6082] By: gsar                                  on 2000/05/07  05:08:40
62433         Log: peek.t non-portable to ithreads
62434      Branch: perl
62435            ! t/lib/peek.t
62436 ____________________________________________________________________________
62437 [  6081] By: gsar                                  on 2000/05/07  04:17:04
62438         Log: better default perlbug categories for ok reports (from Richard Foley)
62439      Branch: perl
62440            ! utils/perlbug.PL
62441 ____________________________________________________________________________
62442 [  6080] By: gsar                                  on 2000/05/07  04:08:07
62443         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
62444              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
62445      Branch: perl
62446            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
62447            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
62448            ! AUTHORS MAINTAIN MANIFEST
62449 ____________________________________________________________________________
62450 [  6079] By: gsar                                  on 2000/05/07  04:01:38
62451         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
62452      Branch: perl
62453            ! lib/Carp/Heavy.pm
62454 ____________________________________________________________________________
62455 [  6078] By: gsar                                  on 2000/05/07  01:24:19
62456         Log: workaround for CRT bug in chdir() (from Charles Lane, via
62457              Peter Prymmer)
62458      Branch: perl
62459            ! iperlsys.h vms/vms.c vms/vmsish.h
62460 ____________________________________________________________________________
62461 [  6077] By: gsar                                  on 2000/05/07  01:22:23
62462         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
62463              and Tom Phoenix)
62464      Branch: perl
62465            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
62466 ____________________________________________________________________________
62467 [  6076] By: gsar                                  on 2000/05/06  17:36:29
62468         Log: integrate cfgperl contents into mainline
62469      Branch: perl
62470           +> t/lib/peek.t
62471           !> Configure MANIFEST Porting/Glossary Porting/config.sh
62472           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
62473           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
62474           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
62475 ____________________________________________________________________________
62476 [  6075] By: jhi                                   on 2000/05/05  18:56:10
62477         Log: Make the test more portable.
62478      Branch: cfgperl
62479            ! t/lib/peek.t
62480 ____________________________________________________________________________
62481 [  6074] By: jhi                                   on 2000/05/05  18:49:20
62482         Log: Introduce t/lib/peek.t.
62483      Branch: cfgperl
62484            + t/lib/peek.t
62485            ! MANIFEST
62486 ____________________________________________________________________________
62487 [  6073] By: jhi                                   on 2000/05/05  14:30:45
62488         Log: Complex tweaks.
62489      Branch: cfgperl
62490            ! lib/Math/Complex.pm t/lib/complex.t
62491 ____________________________________________________________________________
62492 [  6072] By: jhi                                   on 2000/05/05  12:27:13
62493         Log: Integrate with Sarathy.
62494      Branch: cfgperl
62495           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
62496           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
62497           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
62498           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
62499 ____________________________________________________________________________
62500 [  6071] By: gsar                                  on 2000/05/05  02:24:46
62501         Log: misformatted perllocal.pod (from Tim Jenness
62502              <t.jenness@jach.hawaii.edu>)
62503      Branch: perl
62504            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
62505 ____________________________________________________________________________
62506 [  6070] By: gsar                                  on 2000/05/05  02:16:52
62507         Log: remove misleading comment (from M.J.T. Guy)
62508      Branch: perl
62509            ! t/lib/anydbm.t
62510 ____________________________________________________________________________
62511 [  6069] By: gsar                                  on 2000/05/05  02:15:13
62512         Log: File::Spec compatibility update (from Barrie Slaymaker
62513              <barries@slaysys.com>)
62514      Branch: perl
62515            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
62516            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
62517 ____________________________________________________________________________
62518 [  6068] By: gsar                                  on 2000/05/05  02:01:50
62519         Log: note about values()
62520      Branch: perl
62521            ! pod/perlfunc.pod
62522 ____________________________________________________________________________
62523 [  6067] By: gsar                                  on 2000/05/05  01:33:09
62524         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
62525      Branch: perl
62526            ! win32/win32.c
62527 ____________________________________________________________________________
62528 [  6066] By: gsar                                  on 2000/05/05  01:23:43
62529         Log: s/END/CHECK/
62530      Branch: perl
62531            ! perl.c
62532 ____________________________________________________________________________
62533 [  6065] By: jhi                                   on 2000/05/04  17:30:22
62534         Log: Integrate with Sarathy.
62535      Branch: cfgperl
62536           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
62537 ____________________________________________________________________________
62538 [  6064] By: gsar                                  on 2000/05/04  17:26:14
62539         Log: change#5905 wasn't quite right--it's intent only applies when arguments
62540              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
62541      Branch: perl
62542            ! pp_sys.c sv.c
62543 ____________________________________________________________________________
62544 [  6063] By: gsar                                  on 2000/05/04  16:52:29
62545         Log: tokeq() could read unallocated field in argument
62546      Branch: perl
62547            ! toke.c
62548 ____________________________________________________________________________
62549 [  6062] By: gsar                                  on 2000/05/04  16:34:51
62550         Log: additional tests for utf8.t
62551      Branch: perl
62552            ! t/pragma/utf8.t
62553 ____________________________________________________________________________
62554 [  6061] By: gsar                                  on 2000/05/04  16:09:28
62555         Log: change#5921 neglected to make eq honor "use bytes"
62556      Branch: perl
62557            ! sv.c
62558 ____________________________________________________________________________
62559 [  6060] By: jhi                                   on 2000/05/04  15:30:16
62560         Log: Integrate with Sarathy.
62561      Branch: cfgperl
62562           !> perl.c regcomp.c t/pragma/utf8.t
62563 ____________________________________________________________________________
62564 [  6059] By: jhi                                   on 2000/05/04  15:26:37
62565         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
62566              in natively 64-bit platforms where a long is a quad (no need
62567              for long longs).  Also added bias for IVs.
62568      Branch: cfgperl
62569            ! toke.c
62570 ____________________________________________________________________________
62571 [  6058] By: gsar                                  on 2000/05/04  00:19:14
62572         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
62573              (spotted by Donald Kinzer <dkinzer@premia.com>)
62574      Branch: perl
62575            ! perl.c
62576 ____________________________________________________________________________
62577 [  6057] By: gsar                                  on 2000/05/03  18:34:01
62578         Log: fix broken parsing of /\x{ab}/
62579      Branch: perl
62580            ! regcomp.c t/pragma/utf8.t
62581 ____________________________________________________________________________
62582 [  6056] By: jhi                                   on 2000/05/03  17:57:16
62583         Log: The search of infinity continues, this time simplified.
62584      Branch: cfgperl
62585            ! lib/Math/Complex.pm
62586 ____________________________________________________________________________
62587 [  6055] By: jhi                                   on 2000/05/03  17:45:30
62588         Log: Detypo.
62589      Branch: cfgperl
62590            ! hints/unicos.sh
62591 ____________________________________________________________________________
62592 [  6054] By: jhi                                   on 2000/05/02  22:28:27
62593         Log: Be more forgiving in POSIX about HUGE_VALL.
62594      Branch: cfgperl
62595            ! ext/POSIX/POSIX.xs
62596 ____________________________________________________________________________
62597 [  6053] By: jhi                                   on 2000/05/02  22:25:05
62598         Log: Integrate with Sarathy.
62599      Branch: cfgperl
62600           !> hints/irix_6.sh pod/perlop.pod
62601 ____________________________________________________________________________
62602 [  6052] By: jhi                                   on 2000/05/02  22:24:31
62603         Log: Unicos hint tweak.
62604      Branch: cfgperl
62605            ! hints/unicos.sh
62606 ____________________________________________________________________________
62607 [  6051] By: jhi                                   on 2000/05/02  22:21:26
62608         Log: Complex tweakery.
62609      Branch: cfgperl
62610            ! lib/Math/Complex.pm t/lib/complex.t
62611 ____________________________________________________________________________
62612 [  6050] By: jhi                                   on 2000/05/02  19:26:22
62613         Log: Use setxxent()/endxxent().
62614      Branch: cfgperl
62615            ! t/op/grent.t t/op/pwent.t
62616 ____________________________________________________________________________
62617 [  6049] By: jhi                                   on 2000/05/02  19:06:02
62618         Log: Test both the scalar and list contexts.
62619      Branch: cfgperl
62620            ! t/op/grent.t t/op/pwent.t
62621 ____________________________________________________________________________
62622 [  6048] By: gsar                                  on 2000/05/02  18:29:10
62623         Log: add note about how $( doesn't interpolate in REs (from
62624              Philip Newton <newton@ficus.frogspace.net>)
62625      Branch: perl
62626            ! pod/perlop.pod
62627 ____________________________________________________________________________
62628 [  6047] By: jhi                                   on 2000/05/02  17:41:24
62629         Log: Call getspnam() only iff needd.
62630      Branch: cfgperl
62631            ! pp_sys.c
62632 ____________________________________________________________________________
62633 [  6046] By: gsar                                  on 2000/05/02  17:07:25
62634         Log: libscheck has insufficient checks for n32 libs (from
62635              Albert Chin-A-Young <china@thewrittenword.com>)
62636      Branch: perl
62637            ! hints/irix_6.sh
62638 ____________________________________________________________________________
62639 [  6045] By: jhi                                   on 2000/05/02  13:57:17
62640         Log: Integrate with Sarathy.
62641      Branch: cfgperl
62642           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
62643           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
62644 ____________________________________________________________________________
62645 [  6044] By: gsar                                  on 2000/05/02  06:48:19
62646         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
62647              such that underscores are only ignored in literal numbers,
62648              "\x{...}", and hex/oct argument
62649      Branch: perl
62650            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
62651 ____________________________________________________________________________
62652 [  6043] By: gsar                                  on 2000/05/02  02:22:29
62653         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
62654      Branch: perl
62655            ! pod/perlretut.pod
62656 ____________________________________________________________________________
62657 [  6042] By: gsar                                  on 2000/05/02  02:17:51
62658         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
62659      Branch: perl
62660            ! pod/perltrap.pod
62661 ____________________________________________________________________________
62662 [  6041] By: gsar                                  on 2000/05/02  01:53:51
62663         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
62664              to compensate
62665      Branch: perl
62666            ! Porting/makerel
62667 ____________________________________________________________________________
62668 [  6040] By: gsar                                  on 2000/05/02  01:51:57
62669         Log: missing files in MANIFEST
62670      Branch: perl
62671            ! MANIFEST
62672 ____________________________________________________________________________
62673 [  6039] By: jhi                                   on 2000/05/02  00:36:46
62674         Log: Infinite problems.
62675      Branch: cfgperl
62676            ! lib/Math/Complex.pm
62677 ____________________________________________________________________________
62678 [  6038] By: jhi                                   on 2000/05/02  00:06:38
62679         Log: pwent/spent #ifdef imbalance.
62680      Branch: cfgperl
62681            ! pp_sys.c
62682 ____________________________________________________________________________
62683 [  6037] By: jhi                                   on 2000/05/01  22:50:11
62684         Log: Use HUGE_VALL if applicable.
62685      Branch: cfgperl
62686            ! ext/POSIX/POSIX.xs util.c
62687 ____________________________________________________________________________
62688 [  6036] By: jhi                                   on 2000/05/01  22:20:53
62689         Log: Correct Freudian slip.
62690      Branch: cfgperl
62691            ! pp_sys.c
62692 ____________________________________________________________________________
62693 [  6035] By: jhi                                   on 2000/05/01  21:07:38
62694         Log: Continue on the pwent/spent case.
62695      Branch: cfgperl
62696            ! pp_sys.c
62697 ____________________________________________________________________________
62698 [  6034] By: jhi                                   on 2000/05/01  17:45:14
62699         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
62700              adjustments in 6032 conflicted badly with this, will have
62701              to revisit them later.
62702      Branch: cfgperl
62703           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
62704           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
62705           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
62706           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
62707           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
62708           !> t/lib/cgi-html.t t/lib/cgi-request.t
62709 ____________________________________________________________________________
62710 [  6033] By: jhi                                   on 2000/05/01  17:40:49
62711         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
62712      Branch: cfgperl
62713            ! pp_sys.c
62714 ____________________________________________________________________________
62715 [  6032] By: gsar                                  on 2000/05/01  15:56:32
62716         Log: whitespace adjustments
62717      Branch: perl
62718            ! pp_sys.c
62719 ____________________________________________________________________________
62720 [  6031] By: gsar                                  on 2000/05/01  15:19:41
62721         Log: small nits in diagnostics.pm (from Robin Barker)
62722      Branch: perl
62723            ! lib/diagnostics.pm pod/perldiag.pod
62724 ____________________________________________________________________________
62725 [  6030] By: gsar                                  on 2000/05/01  08:39:18
62726         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
62727              for @- and @+ (from Johan Vromans)
62728      Branch: perl
62729            ! lib/English.pm pod/perlvar.pod
62730 ____________________________________________________________________________
62731 [  6029] By: gsar                                  on 2000/05/01  08:16:10
62732         Log: add CGI.pm v2.66 (from Lincoln Stein)
62733      Branch: perl
62734            + lib/CGI/Util.pm t/lib/cgi-pretty.t
62735            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
62736            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
62737            ! t/lib/cgi-html.t t/lib/cgi-request.t
62738 ____________________________________________________________________________
62739 [  6028] By: gsar                                  on 2000/05/01  06:34:41
62740         Log: Pod::Man generates groff-incompatible macro definition (from
62741              Tom Christiansen)
62742      Branch: perl
62743            ! lib/Pod/Man.pm
62744 ____________________________________________________________________________
62745 [  6027] By: gsar                                  on 2000/05/01  06:31:36
62746         Log: podlators-1.02 update (from Russ Allbery)
62747      Branch: perl
62748            ! lib/Pod/Man.pm lib/Pod/Text.pm
62749 ____________________________________________________________________________
62750 [  6026] By: jhi                                   on 2000/04/30  23:24:23
62751         Log: Integrate with Sarathy.
62752      Branch: cfgperl
62753           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
62754           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
62755           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
62756           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
62757           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
62758           !> t/lib/syslog.t toke.c win32/win32.h
62759 ____________________________________________________________________________
62760 [  6025] By: gsar                                  on 2000/04/30  18:17:47
62761         Log: Is{Alnum,Alpha,Word} don't match titlecase
62762              
62763              TODO: IsSpace is defined recursively!
62764              
62765              (both spotted by Larry)
62766      Branch: perl
62767            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
62768            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
62769 ____________________________________________________________________________
62770 [  6024] By: gsar                                  on 2000/04/30  17:50:19
62771         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
62772              (from Hugo van der Sanden)
62773      Branch: perl
62774            ! toke.c
62775 ____________________________________________________________________________
62776 [  6023] By: gsar                                  on 2000/04/30  17:14:43
62777         Log: debugger stomps on $. (from M.J.T. Guy)
62778      Branch: perl
62779            ! lib/perl5db.pl
62780 ____________________________________________________________________________
62781 [  6022] By: gsar                                  on 2000/04/30  16:59:22
62782         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
62783      Branch: perl
62784            ! sv.c
62785 ____________________________________________________________________________
62786 [  6021] By: gsar                                  on 2000/04/29  21:00:08
62787         Log: remove Win2K issue in pod (fixed by change#6020)
62788      Branch: perl
62789            ! README.win32 pod/perl56delta.pod
62790 ____________________________________________________________________________
62791 [  6020] By: gsar                                  on 2000/04/29  20:51:49
62792         Log: test tweak
62793      Branch: perl
62794            ! t/lib/open3.t
62795 ____________________________________________________________________________
62796 [  6019] By: gsar                                  on 2000/04/29  20:34:27
62797         Log: windows portability tweaks
62798      Branch: perl
62799            ! t/lib/b.t win32/win32.h
62800 ____________________________________________________________________________
62801 [  6018] By: gsar                                  on 2000/04/29  19:55:24
62802         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
62803              make _PATH_LOG() return "" if unavailable
62804      Branch: perl
62805            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
62806            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
62807 ____________________________________________________________________________
62808 [  6017] By: jhi                                   on 2000/04/28  22:49:46
62809         Log: Integrate with Sarathy.
62810      Branch: cfgperl
62811           !> op.c perl.c pod/perldiag.pod t/lib/b.t
62812 ____________________________________________________________________________
62813 [  6016] By: jhi                                   on 2000/04/28  22:46:14
62814         Log: Do not warn that an infinity does not look like a number.
62815      Branch: cfgperl
62816            ! sv.c
62817 ____________________________________________________________________________
62818 [  6015] By: gsar                                  on 2000/04/28  22:35:49
62819         Log: tweak test for portability
62820      Branch: perl
62821            ! t/lib/b.t
62822 ____________________________________________________________________________
62823 [  6014] By: gsar                                  on 2000/04/28  22:05:31
62824         Log: glob() loading File::Glob behind the scenes may cause syntax errors
62825      Branch: perl
62826            ! op.c
62827 ____________________________________________________________________________
62828 [  6013] By: gsar                                  on 2000/04/28  21:25:22
62829         Log: tweak change#5945 to display correct switch name in diagnostic
62830      Branch: perl
62831            ! perl.c pod/perldiag.pod
62832 ____________________________________________________________________________
62833 [  6012] By: jhi                                   on 2000/04/28  21:08:12
62834         Log: Integrate with Sarathy.
62835      Branch: cfgperl
62836           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
62837           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
62838           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
62839 ____________________________________________________________________________
62840 [  6011] By: jhi                                   on 2000/04/28  21:04:46
62841         Log: &HUGE_VAL is not defined, it exists.
62842      Branch: cfgperl
62843            ! lib/Math/Complex.pm
62844 ____________________________________________________________________________
62845 [  6010] By: gsar                                  on 2000/04/28  21:02:58
62846         Log: clarify note about shadow password support (from
62847              gellyfish@gellyfish.com)
62848      Branch: perl
62849            ! pod/perlfunc.pod
62850 ____________________________________________________________________________
62851 [  6009] By: gsar                                  on 2000/04/28  21:00:00
62852         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
62853      Branch: perl
62854            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
62855 ____________________________________________________________________________
62856 [  6008] By: gsar                                  on 2000/04/28  20:56:33
62857         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
62858      Branch: perl
62859            ! installperl vms/subconfigure.com
62860 ____________________________________________________________________________
62861 [  6007] By: gsar                                  on 2000/04/28  20:51:21
62862         Log: note about compile failures and END blocks (from M.J.T. Guy)
62863      Branch: perl
62864            ! pod/perl56delta.pod pod/perlmod.pod
62865 ____________________________________________________________________________
62866 [  6006] By: jhi                                   on 2000/04/28  20:42:14
62867         Log: Regen Configure.
62868      Branch: cfgperl
62869            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62870            ! config_h.SH
62871 ____________________________________________________________________________
62872 [  6005] By: gsar                                  on 2000/04/28  20:41:16
62873         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
62874      Branch: perl
62875            ! utils/perldoc.PL
62876 ____________________________________________________________________________
62877 [  6004] By: jhi                                   on 2000/04/28  20:28:21
62878         Log: Integrate with Sarathy.
62879      Branch: cfgperl
62880           !> Configure INSTALL Porting/Glossary Porting/config.sh
62881           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
62882           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
62883           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
62884           !> win32/config.vc win32/win32.c
62885 ____________________________________________________________________________
62886 [  6003] By: gsar                                  on 2000/04/28  20:11:20
62887         Log: allow REG_EXPAND_SZ keys in Windows registry (from
62888              John Clayton <John.Clayton@barclayscapital.com>)
62889      Branch: perl
62890            ! win32/win32.c
62891 ____________________________________________________________________________
62892 [  6002] By: gsar                                  on 2000/04/28  19:34:16
62893         Log: destructive sv_setsv() can lose UV-ness from source, causing
62894              numeric promotions/comparisons to fail to do the right thing
62895      Branch: perl
62896            ! sv.c
62897 ____________________________________________________________________________
62898 [  6001] By: gsar                                  on 2000/04/28  18:44:15
62899         Log: support additional library locations via $Config{otherlibdirs}
62900              (from Andy Dougherty)
62901      Branch: perl
62902            ! Configure INSTALL Porting/Glossary Porting/config.sh
62903            ! Porting/config_H config_h.SH epoc/config.sh perl.c
62904            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
62905            ! win32/config.bc win32/config.gc win32/config.vc
62906 ____________________________________________________________________________
62907 [  6000] By: gsar                                  on 2000/04/28  18:26:58
62908         Log: reworked otherlibdirs.U (from Andy Dougherty)
62909      Branch: metaconfig
62910            ! U/installdirs/otherlibdirs.U
62911 ____________________________________________________________________________
62912 [  5999] By: gsar                                  on 2000/04/28  18:17:07
62913         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
62914      Branch: perl
62915            ! t/pragma/warn/toke toke.c
62916 ____________________________________________________________________________
62917 [  5998] By: jhi                                   on 2000/04/28  13:32:17
62918         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
62919      Branch: cfgperl
62920            ! lib/Math/Complex.pm
62921 ____________________________________________________________________________
62922 [  5997] By: jhi                                   on 2000/04/28  13:14:04
62923         Log: Preserve $!.
62924      Branch: cfgperl
62925            ! lib/Math/Complex.pm
62926 ____________________________________________________________________________
62927 [  5996] By: jhi                                   on 2000/04/28  12:59:23
62928         Log: Integrate with Sarathy.
62929      Branch: cfgperl
62930           +> pod/perlrequick.pod pod/perlretut.pod
62931           !> (integrate 51 files)
62932 ____________________________________________________________________________
62933 [  5995] By: gsar                                  on 2000/04/28  09:37:36
62934         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
62935      Branch: perl
62936            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
62937 ____________________________________________________________________________
62938 [  5994] By: gsar                                  on 2000/04/28  09:33:26
62939         Log: fix for missed accounting for null byte in pack("Z",...) (from
62940              M.J.T. Guy)
62941      Branch: perl
62942            ! pp.c t/op/pack.t
62943 ____________________________________________________________________________
62944 [  5993] By: gsar                                  on 2000/04/28  09:30:05
62945         Log: various minor tweaks seen on p5p
62946      Branch: perl
62947            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
62948 ____________________________________________________________________________
62949 [  5992] By: gsar                                  on 2000/04/28  09:08:19
62950         Log: pod nit (from Simon Cozens)
62951      Branch: perl
62952            ! pod/perlop.pod
62953 ____________________________________________________________________________
62954 [  5991] By: gsar                                  on 2000/04/28  09:06:36
62955         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
62956      Branch: perl
62957            ! README.posix-bc hints/posix-bc.sh
62958 ____________________________________________________________________________
62959 [  5990] By: gsar                                  on 2000/04/28  08:54:52
62960         Log: use $ENV{LIB} to search for libs under Visual C compiler
62961              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
62962      Branch: perl
62963            ! lib/ExtUtils/Liblist.pm
62964 ____________________________________________________________________________
62965 [  5989] By: gsar                                  on 2000/04/28  08:27:12
62966         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
62967              itself and no other (from Tom Hughes)
62968      Branch: perl
62969            ! t/op/array.t toke.c
62970 ____________________________________________________________________________
62971 [  5988] By: gsar                                  on 2000/04/28  08:01:38
62972         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
62973              <paul@miraclefish.com>)
62974      Branch: perl
62975            ! lib/ExtUtils/MakeMaker.pm
62976 ____________________________________________________________________________
62977 [  5987] By: gsar                                  on 2000/04/28  07:53:09
62978         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
62979      Branch: perl
62980            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
62981 ____________________________________________________________________________
62982 [  5986] By: gsar                                  on 2000/04/28  07:44:17
62983         Log: add regular expressions tutorial and quick-start guide (from
62984              Mark Kvale <kvale@phy.ucsf.edu>)
62985      Branch: perl
62986            + pod/perlrequick.pod pod/perlretut.pod
62987            ! AUTHORS MAINTAIN MANIFEST
62988 ____________________________________________________________________________
62989 [  5985] By: gsar                                  on 2000/04/28  07:30:28
62990         Log: forked child may not exit correctly if it failed to open
62991              /dev/console (from Graham Barr)
62992      Branch: perl
62993            ! ext/Sys/Syslog/Syslog.pm
62994 ____________________________________________________________________________
62995 [  5984] By: gsar                                  on 2000/04/28  07:27:20
62996         Log: attributes::reftype() doesn't work on tied argument
62997      Branch: perl
62998            ! xsutils.c
62999 ____________________________________________________________________________
63000 [  5983] By: gsar                                  on 2000/04/28  07:15:04
63001         Log: numeric conversion of non-number in change#3378 tramples on
63002              OOK offset, causing segfaults
63003      Branch: perl
63004            ! sv.c
63005 ____________________________________________________________________________
63006 [  5982] By: gsar                                  on 2000/04/28  04:48:25
63007         Log: avoid error in IO::Socket::INET when given an unknown service name
63008              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
63009      Branch: perl
63010            ! ext/IO/lib/IO/Socket/INET.pm
63011 ____________________________________________________________________________
63012 [  5981] By: gsar                                  on 2000/04/28  04:31:31
63013         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
63014              prototype mismatch with CORE::glob(); update pod and tests to
63015              suit (File::Glob::glob() is still available for backward
63016              compatibility, but should be considered deprecated)
63017      Branch: perl
63018            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
63019            ! t/lib/glob-taint.t
63020 ____________________________________________________________________________
63021 [  5980] By: gsar                                  on 2000/04/28  03:47:29
63022         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
63023              <ghudson@mit.edu>)
63024      Branch: metaconfig
63025            ! U/modified/Options.U
63026      Branch: perl
63027            ! Configure
63028 ____________________________________________________________________________
63029 [  5979] By: gsar                                  on 2000/04/28  03:07:54
63030         Log: under useithreads, constant pad entries could inadvertantly be
63031              shared across threads (from Eric Blood <eblood@xmission.com>);
63032              added Eric's test case to testsuite
63033      Branch: perl
63034            ! op.c t/op/misc.t
63035 ____________________________________________________________________________
63036 [  5978] By: gsar                                  on 2000/04/27  21:13:00
63037         Log: sync version numbers in File::Spec with the ones on CPAN
63038              (from Barrie Slaymaker)
63039      Branch: perl
63040            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
63041            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
63042            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
63043 ____________________________________________________________________________
63044 [  5977] By: gsar                                  on 2000/04/27  21:07:29
63045         Log: autoquote barewords followed by newline and arrow properly
63046              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
63047      Branch: perl
63048            ! t/pragma/warn/toke toke.c
63049 ____________________________________________________________________________
63050 [  5976] By: gsar                                  on 2000/04/27  20:41:20
63051         Log: DB_File v1.73 update (from Paul Marquess)
63052      Branch: perl
63053            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
63054            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
63055 ____________________________________________________________________________
63056 [  5975] By: gsar                                  on 2000/04/27  20:34:24
63057         Log: allow sort() reentrancy (variant of patch suggested by
63058              Hugo van der Sanden)
63059      Branch: perl
63060            ! pp_ctl.c t/op/sort.t
63061 ____________________________________________________________________________
63062 [  5974] By: gsar                                  on 2000/04/27  19:46:57
63063         Log: change#4197 somehow missed initializing PL_errors, meaning
63064              sytax error queueing wasn't working outside eval"" at all;
63065              also fixed eval"" to localize PL_error_count, so that compile-time
63066              eval's don't clobber the error state of the outer context
63067      Branch: perl
63068            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
63069            ! t/pragma/warn/toke
63070 ____________________________________________________________________________
63071 [  5973] By: gsar                                  on 2000/04/27  18:29:05
63072         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
63073      Branch: perl
63074            ! regcomp.c regexec.c t/op/re_tests
63075 ____________________________________________________________________________
63076 [  5972] By: jhi                                   on 2000/04/27  18:22:41
63077         Log: Integrate with Sarathy.
63078      Branch: cfgperl
63079           +> t/lib/b.t t/lib/syslog.t
63080           !> (integrate 31 files)
63081 ____________________________________________________________________________
63082 [  5971] By: jhi                                   on 2000/04/27  18:18:46
63083         Log: Unicos tweaks from Mark P. Lutz.
63084      Branch: cfgperl
63085            ! hints/unicos.sh lib/Math/Complex.pm
63086 ____________________________________________________________________________
63087 [  5970] By: gsar                                  on 2000/04/27  18:05:11
63088         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
63089              IV is >32bits
63090      Branch: perl
63091            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
63092 ____________________________________________________________________________
63093 [  5969] By: gsar                                  on 2000/04/27  17:50:56
63094         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
63095      Branch: perl
63096            + t/lib/syslog.t
63097            ! MANIFEST ext/Sys/Syslog/Syslog.pm
63098 ____________________________________________________________________________
63099 [  5968] By: gsar                                  on 2000/04/27  17:44:49
63100         Log: tolerate spaces in group names in test on solaris (from David Boyce
63101              <dsb@boyski.com>)
63102      Branch: perl
63103            ! t/op/groups.t
63104 ____________________________________________________________________________
63105 [  5967] By: gsar                                  on 2000/04/27  17:41:22
63106         Log: improved docs on the warn_uninit diagnostic (from David Glasser
63107              and Simon Cozens)
63108      Branch: perl
63109            ! pod/perldiag.pod
63110 ____________________________________________________________________________
63111 [  5966] By: gsar                                  on 2000/04/27  16:54:58
63112         Log: add testsuite for B backends, fix bug in B::Deparse (from
63113              Simon Cozens <simon@brecon.co.uk>)
63114      Branch: perl
63115            + t/lib/b.t
63116            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
63117 ____________________________________________________________________________
63118 [  5965] By: gsar                                  on 2000/04/27  16:10:37
63119         Log: avoid "will not stay shared" warnings for our variables (from
63120              Robin Barker)
63121      Branch: perl
63122            ! op.c t/pragma/warn/op
63123 ____________________________________________________________________________
63124 [  5964] By: gsar                                  on 2000/04/27  07:05:05
63125         Log: reformat to 72 columns (again)
63126      Branch: perl
63127            ! pod/perldiag.pod
63128 ____________________________________________________________________________
63129 [  5963] By: gsar                                  on 2000/04/27  06:28:31
63130         Log: patch from Larry to make (\&) prototype work; added tests for
63131              the same
63132      Branch: perl
63133            ! op.c t/comp/proto.t
63134 ____________________________________________________________________________
63135 [  5962] By: gsar                                  on 2000/04/27  06:15:47
63136         Log: updated README.hpux (from Jeff Okamoto)
63137      Branch: perl
63138            ! README.hpux
63139 ____________________________________________________________________________
63140 [  5961] By: gsar                                  on 2000/04/27  05:55:03
63141         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
63142      Branch: perl
63143            ! emacs/cperl-mode.el
63144 ____________________________________________________________________________
63145 [  5960] By: gsar                                  on 2000/04/27  05:49:26
63146         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
63147      Branch: perl
63148            ! INSTALL
63149 ____________________________________________________________________________
63150 [  5959] By: gsar                                  on 2000/04/27  05:33:41
63151         Log: doubled words in pods (from Simon Cozens
63152              <simon.p.cozens@jp.pwcglobal.com>)
63153      Branch: perl
63154            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
63155            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
63156            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
63157            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
63158            ! pod/perltootc.pod
63159 ____________________________________________________________________________
63160 [  5958] By: gsar                                  on 2000/04/27  05:11:39
63161         Log: change#3569 deleted some essential code, revert; avoid use of
63162              atexit() to make DynaLoader work properly on AIX under mod_perl
63163              (from Jens-Uwe Mager <jum@helios.de>)
63164      Branch: perl
63165            ! ext/DynaLoader/dl_aix.xs
63166 ____________________________________________________________________________
63167 [  5957] By: gsar                                  on 2000/04/27  04:54:51
63168         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
63169      Branch: perl
63170            ! pod/perlmod.pod
63171 ____________________________________________________________________________
63172 [  5956] By: gsar                                  on 2000/04/27  04:51:47
63173         Log: better diagnostics on failed tests (from Ilya Zakharevich)
63174      Branch: perl
63175            ! t/op/lex_assign.t
63176 ____________________________________________________________________________
63177 [  5955] By: gsar                                  on 2000/04/27  04:26:44
63178         Log: longstanding bug exposed by change#3307: sort arguments weren't
63179              compiled with the right wantarray context (ensuing runtime lookup
63180              via block_gimme() was getting the incidental context of the
63181              sort() itself)
63182      Branch: perl
63183            ! op.c t/op/sort.t
63184 ____________________________________________________________________________
63185 [  5954] By: gsar                                  on 2000/04/26  23:42:12
63186         Log: integrate cfgperl contents into mainline
63187      Branch: perl
63188           !> (integrate 30 files)
63189 ____________________________________________________________________________
63190 [  5953] By: jhi                                   on 2000/04/26  23:06:42
63191         Log: Integrate with Sarathy.
63192      Branch: cfgperl
63193           !> README.win32 ext/B/B/Deparse.pm
63194           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
63195           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
63196           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
63197           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
63198           !> utils/perldoc.PL vms/perlvms.pod
63199 ____________________________________________________________________________
63200 [  5952] By: jhi                                   on 2000/04/26  23:03:46
63201         Log: Undo "use integer" addition from 64bitint as it seems
63202              to break most of the subtests in Digital UNIX;
63203              Unicos needs to find another way.
63204      Branch: cfgperl
63205            ! t/op/64bitint.t
63206 ____________________________________________________________________________
63207 [  5951] By: jhi                                   on 2000/04/26  22:57:53
63208         Log: Be more robust on "extreme" (large absolute value)
63209              arguments.  Originally reported by Daniel Connelly
63210              as a problem with asinh() on large negative arguments,
63211              asinh() used to bail out because an argument to log()
63212              ended up being zero.  Ilya Zakharevich proposed using
63213              Taylor's series in such cases, which for such large
63214              arguments is a very good approximation.
63215      Branch: cfgperl
63216            ! lib/Math/Complex.pm t/lib/complex.t
63217 ____________________________________________________________________________
63218 [  5950] By: gsar                                  on 2000/04/25  19:13:12
63219         Log: reformat perldiag to avoid long lines
63220      Branch: perl
63221            ! pod/perldiag.pod
63222 ____________________________________________________________________________
63223 [  5949] By: gsar                                  on 2000/04/25  18:41:11
63224         Log: make perldoc use the pod2man from the same version (from
63225              M.J.T. Guy)
63226      Branch: perl
63227            ! utils/perldoc.PL
63228 ____________________________________________________________________________
63229 [  5948] By: gsar                                  on 2000/04/25  18:21:57
63230         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
63231              <kompas@kompas.usr.onet.pl>)
63232      Branch: perl
63233            ! lib/vars.pm
63234 ____________________________________________________________________________
63235 [  5947] By: gsar                                  on 2000/04/25  18:11:53
63236         Log: use &dl_error rather than &dl_load_file as the guard for calling
63237              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
63238              statically built perl)
63239      Branch: perl
63240            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
63241 ____________________________________________________________________________
63242 [  5946] By: jhi                                   on 2000/04/25  17:37:54
63243         Log: Document that tr() is not tr(1).
63244      Branch: cfgperl
63245            ! pod/perlop.pod
63246 ____________________________________________________________________________
63247 [  5945] By: gsar                                  on 2000/04/25  16:34:33
63248         Log: make module name mandatory after -M switch; reorder perldiag
63249              alphabetically (from Mark-Jason Dominus)
63250      Branch: perl
63251            ! perl.c pod/perldiag.pod
63252 ____________________________________________________________________________
63253 [  5944] By: jhi                                   on 2000/04/25  01:15:18
63254         Log: On second thoughts frexp() does have two arguments.
63255      Branch: cfgperl
63256            ! perl.h
63257 ____________________________________________________________________________
63258 [  5943] By: jhi                                   on 2000/04/24  22:56:32
63259         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
63260              Now pp_ncmp() returns undef is either operand is a NaN.
63261      Branch: cfgperl
63262            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63263            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
63264            ! vms/subconfigure.com vos/config.def vos/config.h
63265            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
63266            ! win32/config.vc win32/config_H.bc win32/config_H.gc
63267            ! win32/config_H.vc
63268      Branch: metaconfig/U/perl
63269            + d_modfl.U
63270 ____________________________________________________________________________
63271 [  5942] By: jhi                                   on 2000/04/24  19:45:17
63272         Log: Regen Configure to match #5937.
63273      Branch: cfgperl
63274            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63275            ! config_h.SH
63276      Branch: metaconfig
63277            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
63278 ____________________________________________________________________________
63279 [  5941] By: jhi                                   on 2000/04/24  19:24:11
63280         Log: Further Unicos fixes for Mark Lutz.
63281      Branch: cfgperl
63282            ! hints/unicos.sh pp_ctl.c
63283 ____________________________________________________________________________
63284 [  5940] By: jhi                                   on 2000/04/24  19:09:06
63285         Log: Various Unicos 10.0.0.6 fixes.
63286              
63287              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
63288              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
63289              Reply-To: tecmpl1@triton.ca.boeing.com 
63290              To: perl5-porters@perl.org 
63291              Date: Fri, 14 Apr 2000 20:21:00 GMT 
63292              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
63293      Branch: cfgperl
63294            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
63295 ____________________________________________________________________________
63296 [  5939] By: gsar                                  on 2000/04/24  19:01:24
63297         Log: more pod nits (from Larry Virden)
63298      Branch: perl
63299            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
63300            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
63301            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
63302 ____________________________________________________________________________
63303 [  5938] By: gsar                                  on 2000/04/24  18:54:01
63304         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
63305      Branch: perl
63306            ! ext/B/B/Deparse.pm
63307 ____________________________________________________________________________
63308 [  5937] By: jhi                                   on 2000/04/24  17:39:00
63309         Log: Integrate with Sarathy.
63310      Branch: cfgperl
63311           +> (branch 31 files)
63312           !> (integrate 73 files)
63313 ____________________________________________________________________________
63314 [  5936] By: gsar                                  on 2000/04/24  17:30:06
63315         Log: additional tests for change#5934 (from Paul Marquess, who also
63316              sent in the same fix)
63317      Branch: perl
63318            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
63319            ! t/pragma/warn/5nolint t/pragma/warn/6default
63320 ____________________________________________________________________________
63321 [  5935] By: jhi                                   on 2000/04/24  17:26:05
63322         Log: Do not assume sign propagation.
63323              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
63324              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
63325              To: payner@ncifcrf.gov, perl5-porters@perl.org 
63326              Date: Tue, 18 Apr 2000 18:24:49 +0100 
63327              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
63328      Branch: cfgperl
63329            ! t/op/bop.t t/op/misc.t
63330 ____________________________________________________________________________
63331 [  5934] By: gsar                                  on 2000/04/24  17:16:54
63332         Log: propagate lexical warnings from surrounding scope correctly
63333              within string eval()
63334      Branch: perl
63335            ! pp_ctl.c t/pragma/warn/pp_ctl
63336 ____________________________________________________________________________
63337 [  5933] By: jhi                                   on 2000/04/24  17:01:07
63338         Log: Flatten the cpp jungle doing the nosuid checking.
63339      Branch: cfgperl
63340            ! perl.c
63341 ____________________________________________________________________________
63342 [  5932] By: gsar                                  on 2000/04/24  09:08:14
63343         Log: add rsignal(), whichsig() and do_join() to public API list
63344              (mod_perl uses them to good advantage)
63345      Branch: perl
63346            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
63347 ____________________________________________________________________________
63348 [  5931] By: gsar                                  on 2000/04/24  09:01:40
63349         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
63350      Branch: perl
63351            ! pp_hot.c regexec.c t/op/pat.t
63352 ____________________________________________________________________________
63353 [  5930] By: gsar                                  on 2000/04/24  08:58:33
63354         Log: small os390 tweaks (from Peter Prymmer)
63355      Branch: perl
63356            ! config_h.SH makedepend.SH
63357 ____________________________________________________________________________
63358 [  5929] By: gsar                                  on 2000/04/24  08:55:25
63359         Log: pod nits
63360      Branch: perl
63361            ! pod/perlguts.pod
63362 ____________________________________________________________________________
63363 [  5928] By: gsar                                  on 2000/04/24  08:50:13
63364         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
63365      Branch: perl
63366            ! ext/IO/lib/IO/Poll.pm
63367 ____________________________________________________________________________
63368 [  5927] By: gsar                                  on 2000/04/24  08:43:24
63369         Log: arrange for next() to resume at the unstack op rather than the
63370              loop conditional, so that scope cleanup happens correctly
63371              (from Stephen McCamant)
63372      Branch: perl
63373            ! op.c pp_ctl.c t/op/misc.t
63374 ____________________________________________________________________________
63375 [  5926] By: gsar                                  on 2000/04/24  08:18:40
63376         Log: on windows, reserve 16M of stack rather than 128M (allows more
63377              threads to run concurrently)
63378      Branch: perl
63379            ! win32/Makefile win32/makefile.mk
63380 ____________________________________________________________________________
63381 [  5925] By: gsar                                  on 2000/04/24  08:13:52
63382         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
63383      Branch: perl
63384            ! toke.c
63385 ____________________________________________________________________________
63386 [  5924] By: gsar                                  on 2000/04/24  08:08:59
63387         Log: avoid using uninitialized memory in require version check
63388      Branch: perl
63389            ! pp_ctl.c universal.c
63390 ____________________________________________________________________________
63391 [  5923] By: gsar                                  on 2000/04/24  07:20:14
63392         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
63393      Branch: perl
63394            ! ext/IO/lib/IO/Poll.pm
63395 ____________________________________________________________________________
63396 [  5922] By: gsar                                  on 2000/04/24  07:08:42
63397         Log: commentary about IoTYPE() (from Nathan Torkington)
63398      Branch: perl
63399            ! sv.h
63400 ____________________________________________________________________________
63401 [  5921] By: gsar                                  on 2000/04/24  06:58:26
63402         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
63403              by fix
63404      Branch: perl
63405            ! sv.c t/lib/charnames.t t/pragma/utf8.t
63406 ____________________________________________________________________________
63407 [  5920] By: gsar                                  on 2000/04/24  06:37:59
63408         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
63409      Branch: perl
63410            ! doop.c t/op/ver.t
63411 ____________________________________________________________________________
63412 [  5919] By: gsar                                  on 2000/04/24  06:21:58
63413         Log: Configure might miss old directories when prefix must be
63414              expanded (from Robin Barker)
63415      Branch: metaconfig
63416            ! U/installdirs/inc_version_list.U
63417      Branch: perl
63418            ! Configure
63419 ____________________________________________________________________________
63420 [  5918] By: gsar                                  on 2000/04/24  06:16:11
63421         Log: VMS nits in glob() test (from Charles Lane)
63422      Branch: perl
63423            ! t/lib/glob-basic.t
63424 ____________________________________________________________________________
63425 [  5917] By: gsar                                  on 2000/04/24  06:11:56
63426         Log: various pod nits (from Larry Virden and others)
63427      Branch: perl
63428            ! README.amiga README.hpux README.machten README.os2
63429            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
63430            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
63431            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
63432            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
63433            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
63434            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
63435            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
63436            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
63437 ____________________________________________________________________________
63438 [  5916] By: gsar                                  on 2000/04/24  05:52:43
63439         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
63440              <wjones@tc.fluke.com>)
63441      Branch: perl
63442            ! t/lib/glob-basic.t
63443 ____________________________________________________________________________
63444 [  5915] By: gsar                                  on 2000/04/24  05:07:01
63445         Log: supported platforms mixed up
63446      Branch: perl
63447            ! pod/perl56delta.pod pod/perlport.pod
63448 ____________________________________________________________________________
63449 [  5914] By: gsar                                  on 2000/04/24  04:56:08
63450         Log: caller() wasn't returning the right number of elements for
63451              eval {...}
63452      Branch: perl
63453            ! pp_ctl.c t/pragma/warn/9enabled
63454 ____________________________________________________________________________
63455 [  5913] By: gsar                                  on 2000/04/24  04:35:41
63456         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
63457              Mark-Jason Dominus)
63458      Branch: perl
63459            ! pod/perlfunc.pod
63460 ____________________________________________________________________________
63461 [  5912] By: gsar                                  on 2000/04/24  04:17:15
63462         Log: fix totally broken caching in UNIVERSAL::isa() (from
63463              Nick Ing-Simmons)
63464      Branch: perl
63465            ! t/op/universal.t universal.c
63466 ____________________________________________________________________________
63467 [  5911] By: gsar                                  on 2000/04/24  03:39:47
63468         Log: add linebreak properties from unicode/LineBrk.txt (from
63469              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
63470      Branch: perl
63471            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
63472            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
63473            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
63474            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
63475            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
63476            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
63477            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
63478            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
63479            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
63480            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
63481            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
63482            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
63483            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
63484            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
63485            + lib/unicode/Is/LbrkZW.pl
63486            ! lib/unicode/mktables.PL
63487 ____________________________________________________________________________
63488 [  5910] By: gsar                                  on 2000/04/24  03:23:10
63489         Log: typo in pod
63490      Branch: perl
63491            ! ext/Thread/Thread.pm
63492 ____________________________________________________________________________
63493 [  5909] By: gsar                                  on 2000/04/24  03:22:03
63494         Log: mode argument to do_binmode() should be file mode, not boolean
63495      Branch: perl
63496            ! pp_sys.c
63497 ____________________________________________________________________________
63498 [  5908] By: gsar                                  on 2000/04/16  16:51:08
63499         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
63500              always returns a valid GV even when the symbol is trapped by strictures
63501              (avoids coredumps)
63502              
63503              TODO: the C<package;> hack needs similar treatment
63504      Branch: perl
63505            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
63506            ! t/pragma/strict-vars
63507 ____________________________________________________________________________
63508 [  5907] By: jhi                                   on 2000/03/31  23:42:56
63509         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
63510              an assumption which #5905 demolished.
63511      Branch: cfgperl
63512            ! pp_sys.c
63513 ____________________________________________________________________________
63514 [  5906] By: jhi                                   on 2000/03/31  18:54:37
63515         Log: Typo in #5905.
63516      Branch: cfgperl
63517            ! t/op/64bitint.t
63518 ____________________________________________________________________________
63519 [  5905] By: jhi                                   on 2000/03/31  18:50:54
63520         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
63521              reported by Joseph N. Hall.  The bug was that even with use64bitint
63522              one had to use the prefixes q, L, or ll with printf/sprintf,
63523              contrary to the documentation and common sense.
63524      Branch: cfgperl
63525            ! sv.c t/op/64bitint.t
63526 ____________________________________________________________________________
63527 [  5904] By: gsar                                  on 2000/03/28  02:31:32
63528         Log: add Changes, perldelta.pod
63529      Branch: perl
63530            + Changes pod/perldelta.pod
63531 ____________________________________________________________________________
63532 [  5903] By: gsar                                  on 2000/03/28  02:03:55
63533         Log: rename Changes and perldelta.pod
63534      Branch: perl
63535           +> Changes5.6 pod/perl56delta.pod
63536            - Changes pod/perldelta.pod
63537            ! MANIFEST
63538 ____________________________________________________________________________
63539 [  5902] By: gsar                                  on 2000/03/28  01:59:14
63540         Log: create maint-5.6 branch
63541      Branch: maint-5.6/perl
63542           +> (branch 1611 files)
63543 ____________________________________________________________________________
63544 [  5901] By: jhi                                   on 2000/03/23  05:48:43
63545         Log: Integrate with Sarathy.
63546      Branch: cfgperl
63547           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
63548 ____________________________________________________________________________
63549 [  5900] By: gsar                                  on 2000/03/23  05:42:43
63550         Log: three guesses on what this is :-)
63551      Branch: perl
63552            ! Changes